|
| 1 | +/** |
| 2 | + * @license |
| 3 | + * Copyright 2023 Google LLC |
| 4 | + * SPDX-License-Identifier: Apache-2.0 |
| 5 | + */ |
| 6 | + |
| 7 | +/** |
| 8 | + * @fileoverview A convenience bundle import that includes all components. |
| 9 | + * |
| 10 | + * WARNING: This import is intended for prototyping and development builds only. |
| 11 | + * Import only the individual components used for production. |
| 12 | + */ |
| 13 | + |
| 14 | +// LINT.IfChange(imports) |
| 15 | +// go/keep-sorted start |
| 16 | +import './button/elevated-button.js'; |
| 17 | +import './button/filled-button.js'; |
| 18 | +import './button/outlined-button.js'; |
| 19 | +import './button/text-button.js'; |
| 20 | +import './button/tonal-button.js'; |
| 21 | +import './checkbox/checkbox.js'; |
| 22 | +import './chips/assist-chip.js'; |
| 23 | +import './chips/filter-chip.js'; |
| 24 | +import './chips/input-chip.js'; |
| 25 | +import './chips/suggestion-chip.js'; |
| 26 | +import './dialog/dialog.js'; |
| 27 | +import './divider/divider.js'; |
| 28 | +import './elevation/elevation.js'; |
| 29 | +import './fab/branded-fab.js'; |
| 30 | +import './fab/fab.js'; |
| 31 | +import './field/filled-field.js'; |
| 32 | +import './field/outlined-field.js'; |
| 33 | +import './focus/focus-ring.js'; |
| 34 | +import './icon/icon.js'; |
| 35 | +import './iconbutton/filled-icon-button.js'; |
| 36 | +import './iconbutton/filled-tonal-icon-button.js'; |
| 37 | +import './iconbutton/outlined-icon-button.js'; |
| 38 | +import './iconbutton/standard-icon-button.js'; |
| 39 | +import './list/list.js'; |
| 40 | +import './list/list-item.js'; |
| 41 | +import './list/list-item-link.js'; |
| 42 | +import './menu/menu.js'; |
| 43 | +import './menu/menu-item.js'; |
| 44 | +import './menu/menu-item-link.js'; |
| 45 | +import './menu/sub-menu-item.js'; |
| 46 | +import './progress/circular-progress.js'; |
| 47 | +import './progress/linear-progress.js'; |
| 48 | +import './radio/radio.js'; |
| 49 | +import './ripple/ripple.js'; |
| 50 | +import './select/filled-select.js'; |
| 51 | +import './select/outlined-select.js'; |
| 52 | +import './select/select-option.js'; |
| 53 | +import './slider/slider.js'; |
| 54 | +import './switch/switch.js'; |
| 55 | +import './tabs/tab.js'; |
| 56 | +import './tabs/tabs.js'; |
| 57 | +import './textfield/filled-text-field.js'; |
| 58 | +import './textfield/outlined-text-field.js'; |
| 59 | +// go/keep-sorted end |
| 60 | +// LINT.ThenChange(:exports) |
| 61 | + |
| 62 | +// LINT.IfChange(exports) |
| 63 | +// go/keep-sorted start |
| 64 | +export * from './button/elevated-button.js'; |
| 65 | +export * from './button/filled-button.js'; |
| 66 | +export * from './button/outlined-button.js'; |
| 67 | +export * from './button/text-button.js'; |
| 68 | +export * from './button/tonal-button.js'; |
| 69 | +export * from './checkbox/checkbox.js'; |
| 70 | +export * from './chips/assist-chip.js'; |
| 71 | +export * from './chips/filter-chip.js'; |
| 72 | +export * from './chips/input-chip.js'; |
| 73 | +export * from './chips/suggestion-chip.js'; |
| 74 | +export * from './dialog/dialog.js'; |
| 75 | +export * from './divider/divider.js'; |
| 76 | +export * from './elevation/elevation.js'; |
| 77 | +export * from './fab/branded-fab.js'; |
| 78 | +export * from './fab/fab.js'; |
| 79 | +export * from './field/filled-field.js'; |
| 80 | +export * from './field/outlined-field.js'; |
| 81 | +export * from './focus/focus-ring.js'; |
| 82 | +export * from './icon/icon.js'; |
| 83 | +export * from './iconbutton/filled-icon-button.js'; |
| 84 | +export * from './iconbutton/filled-tonal-icon-button.js'; |
| 85 | +export * from './iconbutton/outlined-icon-button.js'; |
| 86 | +export * from './iconbutton/standard-icon-button.js'; |
| 87 | +export * from './list/list.js'; |
| 88 | +export * from './list/list-item.js'; |
| 89 | +export * from './list/list-item-link.js'; |
| 90 | +export * from './menu/menu.js'; |
| 91 | +export * from './menu/menu-item.js'; |
| 92 | +export * from './menu/menu-item-link.js'; |
| 93 | +export * from './menu/sub-menu-item.js'; |
| 94 | +export * from './progress/circular-progress.js'; |
| 95 | +export * from './progress/linear-progress.js'; |
| 96 | +export * from './radio/radio.js'; |
| 97 | +export * from './ripple/ripple.js'; |
| 98 | +export * from './select/filled-select.js'; |
| 99 | +export * from './select/outlined-select.js'; |
| 100 | +export * from './select/select-option.js'; |
| 101 | +export * from './slider/slider.js'; |
| 102 | +export * from './switch/switch.js'; |
| 103 | +export * from './tabs/tab.js'; |
| 104 | +export * from './tabs/tabs.js'; |
| 105 | +export * from './textfield/filled-text-field.js'; |
| 106 | +export * from './textfield/outlined-text-field.js'; |
| 107 | +// go/keep-sorted end |
| 108 | +// LINT.ThenChange(:imports) |
0 commit comments