@odx/foundation 1.0.0-beta.13 → 1.0.0-beta.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -8
- package/dist/_virtual_class-decorator-runtime.js +13 -0
- package/dist/components/accordion/accordion.d.ts +14 -2
- package/dist/components/accordion-item/accordion-item.d.ts +25 -0
- package/dist/components/{accordion → accordion-panel}/accordion-panel.d.ts +0 -1
- package/dist/components/action-button/action-button.d.ts +26 -0
- package/dist/components/anchor-navigation/anchor-navigation.d.ts +3 -4
- package/dist/components/anchor-navigation/anchor-observer.d.ts +9 -7
- package/dist/components/anchor-navigation/index.d.ts +0 -1
- package/dist/components/area-header/area-header.d.ts +11 -5
- package/dist/components/auto-grid/auto-grid.d.ts +16 -0
- package/dist/components/avatar/avatar.d.ts +32 -7
- package/dist/components/badge/badge.d.ts +18 -6
- package/dist/components/breadcrumbs/breadcrumbs-item.d.ts +1 -4
- package/dist/components/breadcrumbs/breadcrumbs.d.ts +2 -5
- package/dist/components/breadcrumbs/index.d.ts +1 -2
- package/dist/components/button/button.d.ts +29 -24
- package/dist/components/button-group/button-group.d.ts +7 -1
- package/dist/components/card/card.d.ts +3 -2
- package/dist/components/checkbox/checkbox.d.ts +3 -4
- package/dist/components/checkbox-group/checkbox-group.d.ts +8 -4
- package/dist/components/chip/chip.d.ts +16 -4
- package/dist/components/combobox/autocomplete.d.ts +24 -0
- package/dist/components/content-box/content-box.d.ts +0 -1
- package/dist/components/dropdown/dropdown.d.ts +9 -13
- package/dist/components/empty-state/empty-state.d.ts +37 -0
- package/dist/components/form-field/form-field.d.ts +0 -1
- package/dist/components/format/base-format.d.ts +0 -1
- package/dist/components/format/format-bytes.d.ts +1 -2
- package/dist/components/format/format-date.d.ts +0 -1
- package/dist/components/format/format-number.d.ts +1 -2
- package/dist/components/format/index.d.ts +0 -1
- package/dist/components/format/relative-time.d.ts +2 -3
- package/dist/components/gradient-overlay/gradient-overlay.d.ts +21 -0
- package/dist/components/header/header-actions.d.ts +0 -1
- package/dist/components/header/header.d.ts +0 -1
- package/dist/components/header/index.d.ts +1 -2
- package/dist/components/highlight/highlight.d.ts +27 -8
- package/dist/components/icon-button/icon-button.d.ts +12 -17
- package/dist/components/image/image.d.ts +4 -5
- package/dist/components/inline-message/inline-message.d.ts +19 -6
- package/dist/components/input/input.d.ts +17 -10
- package/dist/components/kpi/kpi.d.ts +39 -0
- package/dist/components/line-clamp/line-clamp.d.ts +2 -3
- package/dist/components/link/link.d.ts +3 -4
- package/dist/components/list/list.d.ts +3 -1
- package/dist/components/{list → list-item}/list-item.d.ts +7 -6
- package/dist/components/loader.d.ts +1 -0
- package/dist/components/loading-overlay/loading-overlay.d.ts +2 -4
- package/dist/components/loading-spinner/loading-spinner.d.ts +1 -3
- package/dist/components/logo/logo.d.ts +11 -4
- package/dist/components/main-menu/index.d.ts +1 -3
- package/dist/components/main-menu/main-menu-button.d.ts +0 -1
- package/dist/components/main-menu/main-menu-subtitle.d.ts +0 -1
- package/dist/components/main-menu/main-menu-title.d.ts +0 -1
- package/dist/components/main-menu/main-menu.d.ts +4 -5
- package/dist/components/main.d.ts +63 -56
- package/dist/components/menu/index.d.ts +1 -2
- package/dist/components/menu/menu-label.d.ts +0 -1
- package/dist/components/menu/menu.d.ts +3 -4
- package/dist/components/menu-item/menu-item.d.ts +5 -4
- package/dist/components/modal/modal.d.ts +8 -7
- package/dist/components/navigation-item/navigation-item.d.ts +15 -8
- package/dist/components/navigation-item-group/navigation-item-group.d.ts +20 -0
- package/dist/components/option/option.d.ts +1 -2
- package/dist/components/page/page.d.ts +16 -7
- package/dist/components/page-layout/page-layout.d.ts +0 -1
- package/dist/components/pagination/pagination.d.ts +0 -1
- package/dist/components/popover/popover-host.d.ts +34 -0
- package/dist/components/popover/popover-observer.d.ts +10 -0
- package/dist/{cdk → components}/popover/popover.d.ts +1 -1
- package/dist/components/progress-bar/base-progress.d.ts +13 -0
- package/dist/components/progress-bar/progress-bar.d.ts +2 -14
- package/dist/components/progress-ring/progress-ring.d.ts +33 -0
- package/dist/components/radio-button/radio-button.d.ts +1 -2
- package/dist/components/radio-group/radio-group.d.ts +8 -4
- package/dist/components/rail-navigation/rail-navigation.d.ts +6 -4
- package/dist/components/search-bar/index.d.ts +0 -2
- package/dist/components/search-bar/search-bar.d.ts +9 -4
- package/dist/components/search-bar/search-bar.events.d.ts +0 -1
- package/dist/components/select/select.d.ts +14 -6
- package/dist/components/separator/separator.d.ts +9 -5
- package/dist/components/skeleton/skeleton.d.ts +21 -7
- package/dist/components/slider/index.d.ts +2 -3
- package/dist/components/slider/slider-handle.d.ts +7 -7
- package/dist/components/slider/slider-marks.d.ts +1 -2
- package/dist/components/slider/slider.d.ts +2 -4
- package/dist/components/slider/slider.models.d.ts +3 -3
- package/dist/components/spacer/spacer.d.ts +0 -1
- package/dist/components/spinbox/spinbox.d.ts +15 -13
- package/dist/components/status/status.d.ts +26 -0
- package/dist/components/switch/switch.d.ts +1 -2
- package/dist/components/table/index.d.ts +3 -4
- package/dist/components/table/table-body.d.ts +0 -3
- package/dist/components/table/table-cell.d.ts +0 -3
- package/dist/components/table/table-checkbox-cell.d.ts +0 -1
- package/dist/components/table/table-header-cell.d.ts +0 -1
- package/dist/components/table/table-header.d.ts +2 -3
- package/dist/components/table/table-row.d.ts +0 -1
- package/dist/components/table/table.d.ts +0 -1
- package/dist/components/table/table.models.d.ts +0 -1
- package/dist/components/text/text.d.ts +27 -5
- package/dist/components/title/title.d.ts +18 -6
- package/dist/components/toast/toast.d.ts +18 -4
- package/dist/components/toggle-button/toggle-button.d.ts +2 -6
- package/dist/components/toggle-button-group/toggle-button-group.d.ts +11 -0
- package/dist/components/toggle-content/toggle-content.d.ts +2 -3
- package/dist/components/tooltip/tooltip.d.ts +36 -4
- package/dist/components/translate/translate.d.ts +0 -1
- package/dist/components/visually-hidden/visually-hidden.d.ts +0 -3
- package/dist/components.js +3195 -3756
- package/dist/i18n/{lib/config.d.ts → config.d.ts} +0 -1
- package/dist/i18n/{lib/format.d.ts → format.d.ts} +0 -1
- package/dist/i18n/{lib/is-localized.d.ts → is-localized.d.ts} +2 -3
- package/dist/i18n/{lib/localization.d.ts → localization.d.ts} +0 -2
- package/dist/i18n/main.d.ts +6 -7
- package/dist/i18n/{lib/models.d.ts → models.d.ts} +0 -1
- package/dist/i18n/{lib/translate.d.ts → translate.d.ts} +1 -3
- package/dist/i18n.js +15 -28
- package/dist/lib/control/checkbox-form-control.d.ts +13 -0
- package/dist/lib/control/checkbox-group-form-control.d.ts +22 -0
- package/dist/lib/control/form-control.d.ts +28 -0
- package/dist/lib/control/listbox-form-control.d.ts +25 -0
- package/dist/lib/control/number-form-control.d.ts +12 -0
- package/dist/lib/control/option-control.d.ts +23 -0
- package/dist/lib/control/radio-group-form-control.d.ts +15 -0
- package/dist/lib/controllers/active-descendants-controller.d.ts +28 -0
- package/dist/{cdk/drag-drop → lib/controllers}/drag.controller.d.ts +2 -2
- package/dist/lib/controllers/expandable-controller.d.ts +1 -3
- package/dist/lib/custom-element.d.ts +10 -6
- package/dist/lib/interactive/interactive-element.d.ts +29 -0
- package/dist/{cdk → lib}/interactive/interactive-link.d.ts +9 -4
- package/dist/lib/main.d.ts +27 -24
- package/dist/lib/mixins/can-be-disabled.d.ts +1 -10
- package/dist/lib/mixins/can-be-expanded.d.ts +5 -8
- package/dist/lib/mixins/is-draggable.d.ts +15 -0
- package/dist/{cdk/drag-drop/drag-events.d.ts → lib/models/drag-event.d.ts} +0 -1
- package/dist/lib/models/layout.d.ts +30 -0
- package/dist/lib/models/placement.d.ts +16 -0
- package/dist/lib/models/shape.d.ts +6 -0
- package/dist/lib/models/size.d.ts +10 -0
- package/dist/lib/models/variant.d.ts +23 -0
- package/dist/lib/utils/compute-popover-placement.d.ts +12 -0
- package/dist/lib/utils/dom.d.ts +26 -16
- package/dist/lib/utils/get-unique-id.d.ts +6 -24
- package/dist/lib/utils/lit.d.ts +2 -5
- package/dist/lib/utils/shared-resize-observer.d.ts +0 -8
- package/dist/lib/utils/{a11y.d.ts → types.d.ts} +2 -6
- package/dist/loader.js +6 -11
- package/dist/main.js +1112 -732
- package/dist/styles.css +1 -1
- package/dist/vendor.js +1986 -0
- package/package.json +49 -27
- package/dist/cdk/control/checkbox-form-control.d.ts +0 -15
- package/dist/cdk/control/checkbox-group-form-control.d.ts +0 -21
- package/dist/cdk/control/listbox-form-control.d.ts +0 -22
- package/dist/cdk/control/option-control.d.ts +0 -24
- package/dist/cdk/control/radio-group-form-control.d.ts +0 -22
- package/dist/cdk/drag-drop/is-draggable.d.ts +0 -18
- package/dist/cdk/interactive/interactive-element.d.ts +0 -28
- package/dist/cdk/main.d.ts +0 -14
- package/dist/cdk/popover/popover-host.d.ts +0 -25
- package/dist/cdk/popover/popover.models.d.ts +0 -34
- package/dist/cdk/popover/popover.utils.d.ts +0 -5
- package/dist/cdk.js +0 -948
- package/dist/components/accordion/accordion-header.d.ts +0 -18
- package/dist/components/accordion/index.d.ts +0 -4
- package/dist/components/action-group/action-group.d.ts +0 -24
- package/dist/components/action-group/index.d.ts +0 -2
- package/dist/components/area-header/area-header.models.d.ts +0 -12
- package/dist/components/area-header/index.d.ts +0 -3
- package/dist/components/avatar/avatar.models.d.ts +0 -13
- package/dist/components/avatar/index.d.ts +0 -3
- package/dist/components/avatar-group/avatar-group.d.ts +0 -15
- package/dist/components/avatar-group/index.d.ts +0 -2
- package/dist/components/badge/badge.models.d.ts +0 -14
- package/dist/components/badge/index.d.ts +0 -3
- package/dist/components/button/button.models.d.ts +0 -26
- package/dist/components/button/index.d.ts +0 -3
- package/dist/components/button-group/index.d.ts +0 -2
- package/dist/components/card/index.d.ts +0 -2
- package/dist/components/checkbox/index.d.ts +0 -2
- package/dist/components/checkbox-group/checkbox-group.models.d.ts +0 -6
- package/dist/components/checkbox-group/index.d.ts +0 -3
- package/dist/components/chip/chip.models.d.ts +0 -10
- package/dist/components/chip/index.d.ts +0 -3
- package/dist/components/circular-progress-bar/circular-progress-bar.d.ts +0 -42
- package/dist/components/circular-progress-bar/circular-progress-bar.models.d.ts +0 -7
- package/dist/components/circular-progress-bar/index.d.ts +0 -3
- package/dist/components/combobox/combobox.d.ts +0 -20
- package/dist/components/combobox/index.d.ts +0 -2
- package/dist/components/content-box/content-box.models.d.ts +0 -2
- package/dist/components/content-box/index.d.ts +0 -2
- package/dist/components/dropdown/dropdown.models.d.ts +0 -6
- package/dist/components/dropdown/index.d.ts +0 -3
- package/dist/components/form-field/index.d.ts +0 -2
- package/dist/components/headline/headline.d.ts +0 -13
- package/dist/components/headline/headline.models.d.ts +0 -8
- package/dist/components/headline/index.d.ts +0 -3
- package/dist/components/highlight/index.d.ts +0 -2
- package/dist/components/icon-button/index.d.ts +0 -2
- package/dist/components/image/index.d.ts +0 -2
- package/dist/components/inline-message/index.d.ts +0 -3
- package/dist/components/inline-message/inline-message.models.d.ts +0 -12
- package/dist/components/input/index.d.ts +0 -3
- package/dist/components/input/input.models.d.ts +0 -7
- package/dist/components/line-clamp/index.d.ts +0 -2
- package/dist/components/link/base-link.d.ts +0 -15
- package/dist/components/link/index.d.ts +0 -3
- package/dist/components/list/index.d.ts +0 -3
- package/dist/components/loading-overlay/index.d.ts +0 -2
- package/dist/components/loading-spinner/index.d.ts +0 -2
- package/dist/components/logo/index.d.ts +0 -3
- package/dist/components/logo/logo.models.d.ts +0 -9
- package/dist/components/main-menu/main-menu-link.d.ts +0 -9
- package/dist/components/menu-item/index.d.ts +0 -2
- package/dist/components/modal/index.d.ts +0 -3
- package/dist/components/modal/modal.models.d.ts +0 -5
- package/dist/components/navigation-item/index.d.ts +0 -3
- package/dist/components/navigation-item/navigation-item.models.d.ts +0 -6
- package/dist/components/option/index.d.ts +0 -2
- package/dist/components/page/index.d.ts +0 -3
- package/dist/components/page/page.models.d.ts +0 -10
- package/dist/components/page-layout/index.d.ts +0 -2
- package/dist/components/pagination/index.d.ts +0 -2
- package/dist/components/progress-bar/index.d.ts +0 -3
- package/dist/components/progress-bar/progress-bar.models.d.ts +0 -7
- package/dist/components/radio-button/index.d.ts +0 -2
- package/dist/components/radio-group/index.d.ts +0 -3
- package/dist/components/radio-group/radio-group.models.d.ts +0 -6
- package/dist/components/rail-navigation/index.d.ts +0 -2
- package/dist/components/search-bar/search-bar.models.d.ts +0 -6
- package/dist/components/select/index.d.ts +0 -2
- package/dist/components/separator/index.d.ts +0 -3
- package/dist/components/separator/separator.models.d.ts +0 -6
- package/dist/components/skeleton/index.d.ts +0 -3
- package/dist/components/skeleton/skeleton.models.d.ts +0 -13
- package/dist/components/spacer/index.d.ts +0 -2
- package/dist/components/spacer/spacer.models.d.ts +0 -7
- package/dist/components/spinbox/index.d.ts +0 -2
- package/dist/components/stack/index.d.ts +0 -3
- package/dist/components/stack/stack.d.ts +0 -18
- package/dist/components/stack/stack.models.d.ts +0 -25
- package/dist/components/switch/index.d.ts +0 -2
- package/dist/components/text/index.d.ts +0 -3
- package/dist/components/text/text.models.d.ts +0 -14
- package/dist/components/title/index.d.ts +0 -3
- package/dist/components/title/title.models.d.ts +0 -10
- package/dist/components/toast/index.d.ts +0 -3
- package/dist/components/toast/toast.models.d.ts +0 -5
- package/dist/components/toggle-button/index.d.ts +0 -2
- package/dist/components/toggle-content/index.d.ts +0 -2
- package/dist/components/tooltip/index.d.ts +0 -3
- package/dist/components/tooltip/tooltip.models.d.ts +0 -8
- package/dist/components/translate/index.d.ts +0 -2
- package/dist/components/visually-hidden/index.d.ts +0 -2
- package/dist/lib/controllers/active-desendants-controller.d.ts +0 -25
- package/dist/lib/controllers/focus-trap.controller.d.ts +0 -14
- package/dist/lib/mixins/can-be-highlighted.d.ts +0 -8
- package/dist/lib/mixins/can-be-readonly.d.ts +0 -7
- package/dist/lib/mixins/can-be-required.d.ts +0 -7
- package/dist/lib/mixins/can-be-selected.d.ts +0 -9
- package/dist/lib/mixins/can-be-validated.d.ts +0 -12
- package/dist/lib/mixins/form-control.d.ts +0 -17
- package/dist/lib/mixins/number-control.d.ts +0 -12
- package/dist/lib/mixins/with-loading-state.d.ts +0 -8
- package/dist/lib/utils/date.d.ts +0 -2
- package/dist/lib/utils/dedupe-mixin.d.ts +0 -3
- package/dist/lib/utils/empty-slot-fallback-fix.d.ts +0 -8
- package/dist/lib/utils/keyboard-events.d.ts +0 -43
- package/dist/lib/utils/query-assigned-element.d.ts +0 -16
- package/dist/lib/utils/search-text-content.d.ts +0 -8
- package/dist/lib/utils/shared-intersection-observer.d.ts +0 -18
- package/dist/lib/utils/transformers.d.ts +0 -5
- package/dist/loader/main.d.ts +0 -2
- package/dist/vendor-dJxQG085.js +0 -138
|
@@ -1,65 +1,72 @@
|
|
|
1
|
-
export * from './accordion/
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './accordion/accordion.js';
|
|
2
|
+
export * from './accordion-item/accordion-item.js';
|
|
3
|
+
export * from './accordion-panel/accordion-panel.js';
|
|
4
|
+
export * from './action-button/action-button.js';
|
|
3
5
|
export * from './anchor-navigation/index.js';
|
|
4
|
-
export * from './area-header/
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './avatar/
|
|
7
|
-
export * from './badge/
|
|
6
|
+
export * from './area-header/area-header.js';
|
|
7
|
+
export * from './auto-grid/auto-grid.js';
|
|
8
|
+
export * from './avatar/avatar.js';
|
|
9
|
+
export * from './badge/badge.js';
|
|
8
10
|
export * from './breadcrumbs/index.js';
|
|
9
|
-
export * from './button
|
|
10
|
-
export * from './button/
|
|
11
|
-
export * from './card/
|
|
12
|
-
export * from './checkbox
|
|
13
|
-
export * from './checkbox/
|
|
14
|
-
export * from './chip/
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './form-field/
|
|
11
|
+
export * from './button/button.js';
|
|
12
|
+
export * from './button-group/button-group.js';
|
|
13
|
+
export * from './card/card.js';
|
|
14
|
+
export * from './checkbox/checkbox.js';
|
|
15
|
+
export * from './checkbox-group/checkbox-group.js';
|
|
16
|
+
export * from './chip/chip.js';
|
|
17
|
+
export * from './combobox/autocomplete.js';
|
|
18
|
+
export * from './content-box/content-box.js';
|
|
19
|
+
export * from './dropdown/dropdown.js';
|
|
20
|
+
export * from './empty-state/empty-state.js';
|
|
21
|
+
export * from './form-field/form-field.js';
|
|
20
22
|
export * from './format/index.js';
|
|
23
|
+
export * from './gradient-overlay/gradient-overlay.js';
|
|
21
24
|
export * from './header/index.js';
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './line-clamp/
|
|
29
|
-
export * from './link/
|
|
30
|
-
export * from './list/
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './loading-
|
|
33
|
-
export * from './
|
|
25
|
+
export * from './highlight/highlight.js';
|
|
26
|
+
export * from './icon-button/icon-button.js';
|
|
27
|
+
export * from './image/image.js';
|
|
28
|
+
export * from './inline-message/inline-message.js';
|
|
29
|
+
export * from './input/input.js';
|
|
30
|
+
export * from './kpi/kpi.js';
|
|
31
|
+
export * from './line-clamp/line-clamp.js';
|
|
32
|
+
export * from './link/link.js';
|
|
33
|
+
export * from './list/list.js';
|
|
34
|
+
export * from './list-item/list-item.js';
|
|
35
|
+
export * from './loading-overlay/loading-overlay.js';
|
|
36
|
+
export * from './loading-spinner/loading-spinner.js';
|
|
37
|
+
export * from './logo/logo.js';
|
|
34
38
|
export * from './main-menu/index.js';
|
|
35
|
-
export * from './menu-item/index.js';
|
|
36
39
|
export * from './menu/index.js';
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './
|
|
45
|
-
export * from './
|
|
46
|
-
export * from './
|
|
40
|
+
export * from './menu-item/menu-item.js';
|
|
41
|
+
export * from './modal/modal.js';
|
|
42
|
+
export * from './navigation-item/navigation-item.js';
|
|
43
|
+
export * from './navigation-item-group/navigation-item-group.js';
|
|
44
|
+
export * from './option/option.js';
|
|
45
|
+
export * from './page/page.js';
|
|
46
|
+
export * from './page-layout/page-layout.js';
|
|
47
|
+
export * from './pagination/pagination.js';
|
|
48
|
+
export * from './popover/popover.js';
|
|
49
|
+
export * from './progress-bar/progress-bar.js';
|
|
50
|
+
export * from './progress-ring/progress-ring.js';
|
|
51
|
+
export * from './radio-button/radio-button.js';
|
|
52
|
+
export * from './radio-group/radio-group.js';
|
|
53
|
+
export * from './rail-navigation/rail-navigation.js';
|
|
47
54
|
export * from './search-bar/index.js';
|
|
48
|
-
export * from './select/
|
|
49
|
-
export * from './separator/
|
|
50
|
-
export * from './skeleton/
|
|
55
|
+
export * from './select/select.js';
|
|
56
|
+
export * from './separator/separator.js';
|
|
57
|
+
export * from './skeleton/skeleton.js';
|
|
51
58
|
export * from './slider/index.js';
|
|
52
|
-
export * from './spacer/
|
|
53
|
-
export * from './spinbox/
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './switch/
|
|
59
|
+
export * from './spacer/spacer.js';
|
|
60
|
+
export * from './spinbox/spinbox.js';
|
|
61
|
+
export * from './status/status.js';
|
|
62
|
+
export * from './switch/switch.js';
|
|
56
63
|
export * from './table/index.js';
|
|
57
|
-
export * from './text/
|
|
58
|
-
export * from './title/
|
|
59
|
-
export * from './toast/
|
|
60
|
-
export * from './toggle-button/
|
|
61
|
-
export * from './toggle-
|
|
62
|
-
export * from './
|
|
63
|
-
export * from './
|
|
64
|
-
export * from './
|
|
65
|
-
|
|
64
|
+
export * from './text/text.js';
|
|
65
|
+
export * from './title/title.js';
|
|
66
|
+
export * from './toast/toast.js';
|
|
67
|
+
export * from './toggle-button/toggle-button.js';
|
|
68
|
+
export * from './toggle-button-group/toggle-button-group.js';
|
|
69
|
+
export * from './toggle-content/toggle-content.js';
|
|
70
|
+
export * from './tooltip/tooltip.js';
|
|
71
|
+
export * from './translate/translate.js';
|
|
72
|
+
export * from './visually-hidden/visually-hidden.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PopoverHost } from '../../cdk/main.js';
|
|
2
1
|
import { TemplateResult } from 'lit';
|
|
3
|
-
import { OdxMenuItem } from '../menu-item/
|
|
2
|
+
import { OdxMenuItem } from '../menu-item/menu-item.js';
|
|
3
|
+
import { PopoverHost } from '../popover/popover-host.js';
|
|
4
4
|
declare global {
|
|
5
5
|
interface HTMLElementTagNameMap {
|
|
6
6
|
'odx-menu': OdxMenu;
|
|
@@ -10,7 +10,7 @@ export declare class OdxMenu extends PopoverHost {
|
|
|
10
10
|
#private;
|
|
11
11
|
getItems(): OdxMenuItem[];
|
|
12
12
|
connectedCallback(): void;
|
|
13
|
-
mountPopover(referenceElement
|
|
13
|
+
mountPopover(referenceElement: HTMLElement | null): void;
|
|
14
14
|
unmountPopover(referenceElement: HTMLElement): void;
|
|
15
15
|
onBeforePopoverShow(): void;
|
|
16
16
|
onPopoverShow(): void;
|
|
@@ -18,4 +18,3 @@ export declare class OdxMenu extends PopoverHost {
|
|
|
18
18
|
protected isMenuItem(element: Element): element is OdxMenuItem;
|
|
19
19
|
protected render(): TemplateResult;
|
|
20
20
|
}
|
|
21
|
-
//# sourceMappingURL=menu.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { InteractiveElement } from '../../lib/main.js';
|
|
2
|
+
import { OdxIconName } from '@odx/icons';
|
|
3
3
|
import { TemplateResult } from 'lit';
|
|
4
4
|
declare global {
|
|
5
5
|
interface HTMLElementTagNameMap {
|
|
@@ -7,8 +7,9 @@ declare global {
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
export declare class OdxMenuItem extends InteractiveElement {
|
|
10
|
-
|
|
10
|
+
/** @internal */
|
|
11
|
+
protected loadingSpinnerSlot: "prefix";
|
|
12
|
+
icon?: OdxIconName | null;
|
|
11
13
|
protected renderContent(): TemplateResult;
|
|
12
14
|
connectedCallback(): void;
|
|
13
15
|
}
|
|
14
|
-
//# sourceMappingURL=menu-item.d.ts.map
|
|
@@ -1,23 +1,25 @@
|
|
|
1
|
-
import { CustomElement } from '../../lib/main.js';
|
|
1
|
+
import { CustomElement, ValuesOf } from '../../lib/main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
|
-
import { ModalVariant } from './modal.models.js';
|
|
4
3
|
declare global {
|
|
5
4
|
interface HTMLElementTagNameMap {
|
|
6
5
|
'odx-modal': OdxModal;
|
|
7
6
|
}
|
|
8
7
|
}
|
|
8
|
+
export type ModalLayout = ValuesOf<typeof ModalLayout>;
|
|
9
|
+
export declare const ModalLayout: {
|
|
10
|
+
MODAL: string;
|
|
11
|
+
SIDESHEET: string;
|
|
12
|
+
};
|
|
9
13
|
export type ModalHookFn = (modal: OdxModal) => Promise<void> | void;
|
|
10
14
|
export type ModalGuardFn = (modal: OdxModal) => Promise<boolean> | boolean;
|
|
11
15
|
export declare class OdxModal extends CustomElement {
|
|
12
16
|
#private;
|
|
13
|
-
private closeRequested;
|
|
14
|
-
private showRequested;
|
|
15
17
|
private dialog;
|
|
16
18
|
private modalContainer;
|
|
17
19
|
backdropDisabled?: boolean;
|
|
18
|
-
|
|
20
|
+
dismissible: boolean;
|
|
19
21
|
open: boolean;
|
|
20
|
-
|
|
22
|
+
layout: ModalLayout;
|
|
21
23
|
constructor();
|
|
22
24
|
connectedCallback(): void;
|
|
23
25
|
canShow?: ModalGuardFn;
|
|
@@ -32,4 +34,3 @@ export declare class OdxModal extends CustomElement {
|
|
|
32
34
|
protected render(): TemplateResult;
|
|
33
35
|
protected updated(props: PropertyValues<this>): void;
|
|
34
36
|
}
|
|
35
|
-
//# sourceMappingURL=modal.d.ts.map
|
|
@@ -1,14 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { NavigationItemSize } from './navigation-item.models.js';
|
|
1
|
+
import { InteractiveElement, ValuesOf } from '../../lib/main.js';
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
4
3
|
declare global {
|
|
5
4
|
interface HTMLElementTagNameMap {
|
|
6
5
|
'odx-navigation-item': OdxNavigationItem;
|
|
7
6
|
}
|
|
8
7
|
}
|
|
9
|
-
|
|
10
|
-
export declare
|
|
11
|
-
|
|
8
|
+
export type NavigationItemSize = ValuesOf<typeof NavigationItemSize>;
|
|
9
|
+
export declare const NavigationItemSize: Pick<{
|
|
10
|
+
readonly XS: "xs";
|
|
11
|
+
readonly SM: "sm";
|
|
12
|
+
readonly MD: "md";
|
|
13
|
+
readonly LG: "lg";
|
|
14
|
+
readonly XL: "xl";
|
|
15
|
+
readonly XXL: "xxl";
|
|
16
|
+
}, "MD" | "LG">;
|
|
17
|
+
export declare class OdxNavigationItem extends InteractiveElement {
|
|
18
|
+
size: NavigationItemSize;
|
|
19
|
+
selected: boolean;
|
|
20
|
+
protected willUpdate(props: PropertyValues<this>): void;
|
|
12
21
|
}
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=navigation-item.d.ts.map
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CanBeDisabled, CanBeExpanded, CustomElement } from '../../lib/main.js';
|
|
2
|
+
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
|
+
import { NavigationItemSize, OdxNavigationItem } from '../navigation-item/navigation-item.js';
|
|
4
|
+
declare global {
|
|
5
|
+
interface HTMLElementTagNameMap {
|
|
6
|
+
'odx-navigation-item-group': OdxNavigationItemGroup;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
declare const OdxNavigationItemGroup_base: import('../../lib/main.js').Constructor<CanBeExpanded> & import('../../lib/main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
10
|
+
export declare class OdxNavigationItemGroup extends OdxNavigationItemGroup_base {
|
|
11
|
+
private items;
|
|
12
|
+
label: string;
|
|
13
|
+
loading: boolean;
|
|
14
|
+
selected: boolean;
|
|
15
|
+
size: NavigationItemSize;
|
|
16
|
+
getItems(): OdxNavigationItem[];
|
|
17
|
+
protected render(): TemplateResult;
|
|
18
|
+
protected updated(props: PropertyValues<this>): void;
|
|
19
|
+
}
|
|
20
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OptionControl } from '../../
|
|
1
|
+
import { OptionControl } from '../../lib/main.js';
|
|
2
2
|
import { TemplateResult } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
@@ -8,4 +8,3 @@ declare global {
|
|
|
8
8
|
export declare class OdxOption extends OptionControl {
|
|
9
9
|
protected render(): TemplateResult;
|
|
10
10
|
}
|
|
11
|
-
//# sourceMappingURL=option.d.ts.map
|
|
@@ -1,17 +1,26 @@
|
|
|
1
|
-
import { CustomElement } from '../../lib/main.js';
|
|
2
|
-
import { TemplateResult } from 'lit';
|
|
3
|
-
import { PageAlignment, PageLayout } from './page.models.js';
|
|
1
|
+
import { CustomElement, ValuesOf } from '../../lib/main.js';
|
|
2
|
+
import { PropertyValues, TemplateResult } from 'lit';
|
|
4
3
|
declare global {
|
|
5
4
|
interface HTMLElementTagNameMap {
|
|
6
5
|
'odx-page': OdxPage;
|
|
7
6
|
}
|
|
8
7
|
}
|
|
8
|
+
export type PageAlignment = ValuesOf<typeof PageAlignment>;
|
|
9
|
+
export declare const PageAlignment: {
|
|
10
|
+
readonly CENTER: "center";
|
|
11
|
+
};
|
|
12
|
+
export type PageLayout = ValuesOf<typeof PageLayout>;
|
|
13
|
+
export declare const PageLayout: {
|
|
14
|
+
readonly AUTO: "auto";
|
|
15
|
+
readonly NARROW: "narrow";
|
|
16
|
+
readonly WIDE: "wide";
|
|
17
|
+
};
|
|
9
18
|
export declare class OdxPage extends CustomElement {
|
|
10
19
|
headerElement: HTMLElement;
|
|
11
20
|
subheaderElement: HTMLElement;
|
|
12
|
-
alignment?: PageAlignment
|
|
13
|
-
layout
|
|
14
|
-
firstUpdated(): void;
|
|
21
|
+
alignment?: PageAlignment;
|
|
22
|
+
layout: PageLayout;
|
|
23
|
+
firstUpdated(props: PropertyValues<this>): void;
|
|
24
|
+
disconnectedCallback(): void;
|
|
15
25
|
protected render(): TemplateResult;
|
|
16
26
|
}
|
|
17
|
-
//# sourceMappingURL=page.d.ts.map
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { CanBeDisabled, CustomElement, Placement, PopoverPlacementOptions } from '../../lib/main.js';
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
|
+
import { OdxPopover } from './popover.js';
|
|
4
|
+
declare const PopoverHost_base: import('../../lib/main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
5
|
+
export declare class PopoverHost extends PopoverHost_base {
|
|
6
|
+
#private;
|
|
7
|
+
static readonly styles: import('lit').CSSResult;
|
|
8
|
+
protected popoverElement: OdxPopover;
|
|
9
|
+
open: boolean;
|
|
10
|
+
set referenceElement(value: HTMLElement | null);
|
|
11
|
+
get referenceElement(): HTMLElement | null;
|
|
12
|
+
placement: Placement;
|
|
13
|
+
fpsLimit: number;
|
|
14
|
+
get options(): PopoverPlacementOptions;
|
|
15
|
+
constructor();
|
|
16
|
+
connectedCallback(): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
18
|
+
hasMountedPopover(element: HTMLElement): boolean;
|
|
19
|
+
mountPopover(referenceElement: HTMLElement | null): void;
|
|
20
|
+
unmountPopover(_referenceElement: HTMLElement): void;
|
|
21
|
+
hasOpenPopover(referenceElement: HTMLElement | null): boolean;
|
|
22
|
+
showPopover(): Promise<void>;
|
|
23
|
+
hidePopover(): void;
|
|
24
|
+
togglePopover(state?: boolean): boolean;
|
|
25
|
+
canPopoverShow?(): boolean;
|
|
26
|
+
onBeforePopoverShow?(): Promise<void> | void;
|
|
27
|
+
onPopoverShow?(): Promise<void> | void;
|
|
28
|
+
canPopoverHide?(): boolean;
|
|
29
|
+
onBeforePopoverHide?(): Promise<void> | void;
|
|
30
|
+
onPopoverHide?(): Promise<void> | void;
|
|
31
|
+
updateReferenceElementFromEvent(event: Event): void;
|
|
32
|
+
protected willUpdate(props: PropertyValues<this>): void;
|
|
33
|
+
}
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PopoverHost } from './popover-host.js';
|
|
2
|
+
export declare class PopoverObserver {
|
|
3
|
+
#private;
|
|
4
|
+
readonly host: PopoverHost;
|
|
5
|
+
readonly root: Document | ShadowRoot;
|
|
6
|
+
constructor(host: PopoverHost);
|
|
7
|
+
hasMountedPopover(element: HTMLElement): boolean;
|
|
8
|
+
observe(): void;
|
|
9
|
+
disconnect(): void;
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { CustomElement, ProgressVariant } from '../../lib/main.js';
|
|
2
|
+
export declare class BaseProgress extends CustomElement {
|
|
3
|
+
label?: string;
|
|
4
|
+
min: number;
|
|
5
|
+
max: number;
|
|
6
|
+
value: number;
|
|
7
|
+
valueText?: string;
|
|
8
|
+
hideValue: boolean;
|
|
9
|
+
indeterminate: boolean;
|
|
10
|
+
variant: ProgressVariant;
|
|
11
|
+
get valuePercentage(): number;
|
|
12
|
+
get valueHidden(): boolean;
|
|
13
|
+
}
|
|
@@ -1,24 +1,12 @@
|
|
|
1
|
-
import { CustomElement } from '../../lib/main.js';
|
|
2
1
|
import { TemplateResult } from 'lit';
|
|
3
|
-
import {
|
|
2
|
+
import { BaseProgress } from './base-progress.js';
|
|
4
3
|
declare global {
|
|
5
4
|
interface HTMLElementTagNameMap {
|
|
6
5
|
'odx-progress-bar': OdxProgressBar;
|
|
7
6
|
}
|
|
8
7
|
}
|
|
9
|
-
export declare class OdxProgressBar extends
|
|
8
|
+
export declare class OdxProgressBar extends BaseProgress {
|
|
10
9
|
readonly content: HTMLElement[];
|
|
11
|
-
indeterminate: boolean;
|
|
12
|
-
min: number;
|
|
13
|
-
max: number;
|
|
14
|
-
value: number;
|
|
15
10
|
condensed: boolean;
|
|
16
|
-
state?: ProgressState;
|
|
17
|
-
hideValue: boolean;
|
|
18
|
-
label?: string;
|
|
19
|
-
valueText?: string;
|
|
20
|
-
get valuePercentage(): number;
|
|
21
|
-
get valueHidden(): boolean;
|
|
22
11
|
protected render(): TemplateResult;
|
|
23
12
|
}
|
|
24
|
-
//# sourceMappingURL=progress-bar.d.ts.map
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ValuesOf } from '../../lib/main.js';
|
|
2
|
+
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
|
+
import { BaseProgress } from '../progress-bar/base-progress.js';
|
|
4
|
+
declare global {
|
|
5
|
+
interface HTMLElementTagNameMap {
|
|
6
|
+
'odx-progress-ring': OdxProgressRing;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
export type ProgressRingSize = ValuesOf<typeof ProgressRingSize>;
|
|
10
|
+
export declare const ProgressRingSize: Pick<{
|
|
11
|
+
readonly XS: "xs";
|
|
12
|
+
readonly SM: "sm";
|
|
13
|
+
readonly MD: "md";
|
|
14
|
+
readonly LG: "lg";
|
|
15
|
+
readonly XL: "xl";
|
|
16
|
+
readonly XXL: "xxl";
|
|
17
|
+
}, "SM" | "MD" | "LG">;
|
|
18
|
+
/**
|
|
19
|
+
* A progress ring that indicates the progress of a task.
|
|
20
|
+
* @summary Displays the progress of a task in a circular format
|
|
21
|
+
* @csspart inner - The inner SVG element
|
|
22
|
+
* @csspart track - The track circle element
|
|
23
|
+
* @csspart indicator - The indicator circle element
|
|
24
|
+
*/
|
|
25
|
+
export declare class OdxProgressRing extends BaseProgress {
|
|
26
|
+
private readonly content;
|
|
27
|
+
size: ProgressRingSize;
|
|
28
|
+
stroke: number;
|
|
29
|
+
firstUpdated(changes: PropertyValues<this>): void;
|
|
30
|
+
disconnectedCallback(): void;
|
|
31
|
+
protected render(): TemplateResult;
|
|
32
|
+
normalizeStroke(stroke: number, viewPortSize: number): number;
|
|
33
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CheckboxFormControl } from '../../
|
|
1
|
+
import { CheckboxFormControl } from '../../lib/main.js';
|
|
2
2
|
import { TemplateResult } from 'lit';
|
|
3
3
|
declare global {
|
|
4
4
|
interface HTMLElementTagNameMap {
|
|
@@ -10,4 +10,3 @@ export declare class OdxRadioButton extends CheckboxFormControl {
|
|
|
10
10
|
protected render(): TemplateResult;
|
|
11
11
|
toggle(state?: boolean, emitEvent?: boolean): void;
|
|
12
12
|
}
|
|
13
|
-
//# sourceMappingURL=radio-button.d.ts.map
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import { RadioGroupFormControl } from '../../
|
|
2
|
-
import { RadioGroupVariant } from './radio-group.models.js';
|
|
1
|
+
import { RadioGroupFormControl, ValuesOf } from '../../lib/main.js';
|
|
3
2
|
declare global {
|
|
4
3
|
interface HTMLElementTagNameMap {
|
|
5
4
|
'odx-radio-group': OdxRadioGroup;
|
|
6
5
|
}
|
|
7
6
|
}
|
|
7
|
+
export type RadioGroupLayout = ValuesOf<typeof RadioGroupLayout>;
|
|
8
|
+
export declare const RadioGroupLayout: {
|
|
9
|
+
readonly VERTICAL: "vertical";
|
|
10
|
+
readonly HORIZONTAL: "horizontal";
|
|
11
|
+
readonly LIST: "list";
|
|
12
|
+
};
|
|
8
13
|
export declare class OdxRadioGroup extends RadioGroupFormControl {
|
|
9
|
-
|
|
14
|
+
layout?: RadioGroupLayout;
|
|
10
15
|
}
|
|
11
|
-
//# sourceMappingURL=radio-group.d.ts.map
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { CustomElement } from '../../lib/main.js';
|
|
2
|
+
import { OdxNavigationItemGroup } from '../main.js';
|
|
2
3
|
import { IsLocalized } from '../../i18n/main.js';
|
|
3
|
-
import { TemplateResult } from 'lit';
|
|
4
|
-
import { OdxNavigationItem } from '../navigation-item/navigation-item.js';
|
|
4
|
+
import { PropertyValues, TemplateResult } from 'lit';
|
|
5
|
+
import { NavigationItemSize, OdxNavigationItem } from '../navigation-item/navigation-item.js';
|
|
5
6
|
declare global {
|
|
6
7
|
interface HTMLElementTagNameMap {
|
|
7
8
|
'odx-rail-navigation': OdxRailNavigation;
|
|
@@ -10,10 +11,11 @@ declare global {
|
|
|
10
11
|
declare const OdxRailNavigation_base: import('../../lib/main.js').Constructor<IsLocalized> & typeof CustomElement;
|
|
11
12
|
export declare class OdxRailNavigation extends OdxRailNavigation_base {
|
|
12
13
|
#private;
|
|
13
|
-
protected navigationItems: OdxNavigationItem
|
|
14
|
+
protected navigationItems: Array<OdxNavigationItem | OdxNavigationItemGroup>;
|
|
14
15
|
collapsed: boolean;
|
|
16
|
+
size: NavigationItemSize;
|
|
15
17
|
protected render(): TemplateResult;
|
|
16
18
|
getItems(): OdxNavigationItem[];
|
|
19
|
+
protected updated(props: PropertyValues<this>): void;
|
|
17
20
|
}
|
|
18
21
|
export {};
|
|
19
|
-
//# sourceMappingURL=rail-navigation.d.ts.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { CustomElement } from '../../lib/main.js';
|
|
1
|
+
import { ValuesOf, CanBeDisabled, CustomElement } from '../../lib/main.js';
|
|
2
2
|
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
|
-
import { SearchBarBehavior } from './search-bar.models.js';
|
|
4
3
|
declare global {
|
|
5
4
|
interface HTMLElementTagNameMap {
|
|
6
5
|
'odx-search-bar': OdxSearchBar;
|
|
@@ -11,12 +10,19 @@ interface SearchOptions {
|
|
|
11
10
|
updateInput: boolean;
|
|
12
11
|
forceUpdate: boolean;
|
|
13
12
|
}
|
|
14
|
-
export
|
|
13
|
+
export type SearchBarBehavior = ValuesOf<typeof SearchBarBehavior>;
|
|
14
|
+
export declare const SearchBarBehavior: {
|
|
15
|
+
readonly INSTANT: "instant";
|
|
16
|
+
readonly SUBMIT: "submit";
|
|
17
|
+
};
|
|
18
|
+
declare const OdxSearchBar_base: import('../../lib/main.js').Constructor<CanBeDisabled> & typeof CustomElement;
|
|
19
|
+
export declare class OdxSearchBar extends OdxSearchBar_base {
|
|
15
20
|
#private;
|
|
16
21
|
private inputElement;
|
|
17
22
|
behavior: SearchBarBehavior;
|
|
18
23
|
debounceTime?: number;
|
|
19
24
|
placeholder: string;
|
|
25
|
+
readonly: boolean;
|
|
20
26
|
get value(): string;
|
|
21
27
|
search(value: string, options?: Partial<SearchOptions>): void;
|
|
22
28
|
connectedCallback(): void;
|
|
@@ -24,4 +30,3 @@ export declare class OdxSearchBar extends CustomElement {
|
|
|
24
30
|
protected render(): TemplateResult;
|
|
25
31
|
}
|
|
26
32
|
export {};
|
|
27
|
-
//# sourceMappingURL=search-bar.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListboxFormControl, OptionControl } from '../../
|
|
2
|
-
import { TemplateResult } from 'lit';
|
|
3
|
-
import { OdxDropdown } from '../dropdown/
|
|
4
|
-
import { OdxOption } from '../option/
|
|
1
|
+
import { ListboxFormControl, OptionControl } from '../../lib/main.js';
|
|
2
|
+
import { PropertyValues, TemplateResult } from 'lit';
|
|
3
|
+
import { OdxDropdown } from '../dropdown/dropdown.js';
|
|
4
|
+
import { OdxOption } from '../option/option.js';
|
|
5
5
|
declare global {
|
|
6
6
|
interface HTMLElementTagNameMap {
|
|
7
7
|
'odx-select': OdxSelect;
|
|
@@ -9,11 +9,19 @@ declare global {
|
|
|
9
9
|
}
|
|
10
10
|
export declare class OdxSelect extends ListboxFormControl<OptionControl> {
|
|
11
11
|
#private;
|
|
12
|
+
/** @internal */
|
|
13
|
+
static shadowRootOptions: ShadowRootInit;
|
|
12
14
|
protected options: OdxOption[];
|
|
13
15
|
protected readonly dropdown: OdxDropdown;
|
|
14
16
|
maxVisibleSelectedOptions: number;
|
|
15
17
|
constructor();
|
|
18
|
+
clear(): void;
|
|
19
|
+
isDropdownOpen(): boolean;
|
|
20
|
+
showDropdown(): void;
|
|
21
|
+
hideDropdown(): void;
|
|
22
|
+
connectedCallback(): void;
|
|
23
|
+
firstUpdated(props: PropertyValues<this>): void;
|
|
24
|
+
protected canSelect(option: OptionControl): boolean;
|
|
16
25
|
protected render(): TemplateResult;
|
|
17
|
-
protected
|
|
26
|
+
protected updated(props: PropertyValues<this>): void;
|
|
18
27
|
}
|
|
19
|
-
//# sourceMappingURL=select.d.ts.map
|
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
import { CustomElement } from '../../lib/main.js';
|
|
1
|
+
import { ValuesOf, CustomElement } from '../../lib/main.js';
|
|
2
2
|
import { TemplateResult } from 'lit';
|
|
3
|
-
import { SeparatorAlign } from './separator.models.js';
|
|
4
3
|
declare global {
|
|
5
4
|
interface HTMLElementTagNameMap {
|
|
6
5
|
'odx-separator': OdxSeparator;
|
|
7
6
|
}
|
|
8
7
|
}
|
|
8
|
+
export type SeparatorAlign = ValuesOf<typeof SeparatorAlign>;
|
|
9
|
+
export declare const SeparatorAlign: {
|
|
10
|
+
readonly START: "start";
|
|
11
|
+
readonly CENTER: "center";
|
|
12
|
+
readonly END: "end";
|
|
13
|
+
};
|
|
9
14
|
export declare class OdxSeparator extends CustomElement {
|
|
10
|
-
align
|
|
11
|
-
|
|
15
|
+
align: SeparatorAlign;
|
|
16
|
+
strong: boolean;
|
|
12
17
|
vertical: boolean;
|
|
13
18
|
connectedCallback(): void;
|
|
14
19
|
protected render(): TemplateResult;
|
|
15
20
|
}
|
|
16
|
-
//# sourceMappingURL=separator.d.ts.map
|