@nldd/design-system 0.8.43 → 0.8.45
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/dist/components/actions/button/button.d.ts +19 -1
- package/dist/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.js +25 -1
- package/dist/components/actions/button/button.js.map +1 -1
- package/dist/components/actions/button/button.styles.d.ts.map +1 -1
- package/dist/components/actions/button/button.styles.js +177 -299
- package/dist/components/actions/button/button.styles.js.map +1 -1
- package/dist/components/actions/button/button.template.d.ts.map +1 -1
- package/dist/components/actions/button/button.template.js +7 -0
- package/dist/components/actions/button/button.template.js.map +1 -1
- package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -1
- package/dist/components/actions/button-bar/button-bar.styles.js +33 -79
- package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -1
- package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -1
- package/dist/components/actions/button-group/button-group.styles.js +24 -37
- package/dist/components/actions/button-group/button-group.styles.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +28 -7
- package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.js +36 -9
- package/dist/components/actions/icon-button/icon-button.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.styles.js +173 -299
- package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.template.js +9 -2
- package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
- package/dist/components/actions/split-button/split-button.d.ts +5 -5
- package/dist/components/actions/split-button/split-button.d.ts.map +1 -1
- package/dist/components/actions/split-button/split-button.js +19 -15
- package/dist/components/actions/split-button/split-button.js.map +1 -1
- package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -1
- package/dist/components/actions/split-button/split-button.styles.js +32 -67
- package/dist/components/actions/split-button/split-button.styles.js.map +1 -1
- package/dist/components/actions/split-button/split-button.template.d.ts.map +1 -1
- package/dist/components/actions/split-button/split-button.template.js +14 -12
- package/dist/components/actions/split-button/split-button.template.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.d.ts +0 -2
- package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.js +21 -17
- package/dist/components/actions/toolbar/toolbar.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.styles.js +52 -105
- package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.template.d.ts +1 -1
- package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.template.js +13 -5
- package/dist/components/actions/toolbar/toolbar.template.js.map +1 -1
- package/dist/components/components.js +1 -1
- package/dist/components/content/blockquote/blockquote.d.ts +1 -9
- package/dist/components/content/blockquote/blockquote.d.ts.map +1 -1
- package/dist/components/content/blockquote/blockquote.js +1 -6
- package/dist/components/content/blockquote/blockquote.js.map +1 -1
- package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -1
- package/dist/components/content/blockquote/blockquote.styles.js +16 -15
- package/dist/components/content/blockquote/blockquote.styles.js.map +1 -1
- package/dist/components/content/blockquote/blockquote.template.d.ts.map +1 -1
- package/dist/components/content/blockquote/blockquote.template.js +4 -7
- package/dist/components/content/blockquote/blockquote.template.js.map +1 -1
- package/dist/components/content/code/code.d.ts +4 -0
- package/dist/components/content/code/code.d.ts.map +1 -1
- package/dist/components/content/code/code.js +20 -0
- package/dist/components/content/code/code.js.map +1 -1
- package/dist/components/content/code/code.styles.d.ts.map +1 -1
- package/dist/components/content/code/code.styles.js +10 -26
- package/dist/components/content/code/code.styles.js.map +1 -1
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
- package/dist/components/content/icon/icon-aliases.js +31 -7
- package/dist/components/content/icon/icon-aliases.js.map +1 -1
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
- package/dist/components/content/icon/icon-registry.js +18 -6
- package/dist/components/content/icon/icon-registry.js.map +1 -1
- package/dist/components/content/icon/icon.d.ts +26 -1
- package/dist/components/content/icon/icon.d.ts.map +1 -1
- package/dist/components/content/icon/icon.js +30 -1
- package/dist/components/content/icon/icon.js.map +1 -1
- package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/content/icon/icon.styles.js +65 -14
- package/dist/components/content/icon/icon.styles.js.map +1 -1
- package/dist/components/content/icon/icon.template.d.ts.map +1 -1
- package/dist/components/content/icon/icon.template.js +1 -5
- package/dist/components/content/icon/icon.template.js.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +22 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +46 -2
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +12 -18
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -1
- package/dist/components/content/rich-text/rich-text.d.ts +3 -1
- package/dist/components/content/rich-text/rich-text.d.ts.map +1 -1
- package/dist/components/content/rich-text/rich-text.js +6 -1
- package/dist/components/content/rich-text/rich-text.js.map +1 -1
- package/dist/components/content/tag/tag.d.ts +5 -0
- package/dist/components/content/tag/tag.d.ts.map +1 -1
- package/dist/components/content/tag/tag.js +22 -0
- package/dist/components/content/tag/tag.js.map +1 -1
- package/dist/components/content/tag/tag.styles.d.ts.map +1 -1
- package/dist/components/content/tag/tag.styles.js +16 -27
- package/dist/components/content/tag/tag.styles.js.map +1 -1
- package/dist/components/content/tag/tag.template.d.ts.map +1 -1
- package/dist/components/content/tag/tag.template.js +12 -8
- package/dist/components/content/tag/tag.template.js.map +1 -1
- package/dist/components/content/title/title.styles.d.ts.map +1 -1
- package/dist/components/content/title/title.styles.js +84 -97
- package/dist/components/content/title/title.styles.js.map +1 -1
- package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -1
- package/dist/components/content/tooltip/tooltip.styles.js +19 -22
- package/dist/components/content/tooltip/tooltip.styles.js.map +1 -1
- package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -1
- package/dist/components/forms/form-actions/form-actions.styles.js +18 -18
- package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -1
- package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.styles.js +44 -53
- package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
- package/dist/components/{index-By2jYHEw.js → index-iTa3Ua3y.js} +5021 -6751
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.styles.js +12 -33
- package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +7 -10
- package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.styles.d.ts.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.styles.js +26 -28
- package/dist/components/inputs/code-editor/code-editor.styles.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.d.ts +2 -0
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.js +5 -0
- package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.js +43 -70
- package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.template.js +3 -2
- package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.d.ts +15 -5
- package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.js +28 -9
- package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.styles.js +98 -107
- package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +2 -0
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +5 -0
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +40 -66
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js +1 -0
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.styles.js +37 -61
- package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.template.js +2 -2
- package/dist/components/inputs/password-field/password-field.d.ts +8 -8
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.js +16 -16
- package/dist/components/inputs/password-field/password-field.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.styles.js +55 -101
- package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.template.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.template.js +4 -3
- package/dist/components/inputs/password-field/password-field.template.js.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.styles.js +14 -35
- package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +7 -10
- package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.d.ts +2 -0
- package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.js +5 -0
- package/dist/components/inputs/search-field/search-field.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.styles.js +49 -83
- package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.template.js +1 -0
- package/dist/components/inputs/search-field/search-field.template.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.styles.js +64 -115
- package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.template.js +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
- package/dist/components/inputs/stepper/stepper.styles.js +18 -32
- package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.template.js +2 -2
- package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.styles.js +37 -80
- package/dist/components/inputs/switch/switch.styles.js.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.styles.js +7 -10
- package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.d.ts +2 -0
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.js +5 -0
- package/dist/components/inputs/text-field/text-field.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.styles.js +42 -78
- package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.template.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.template.js +1 -0
- package/dist/components/inputs/text-field/text-field.template.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.d.ts +5 -1
- package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.js +16 -2
- package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.styles.js +55 -102
- package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.template.js +10 -4
- package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
- package/dist/components/inputs/token/token.styles.js +23 -49
- package/dist/components/inputs/token/token.styles.js.map +1 -1
- package/dist/components/inputs/token/token.template.js +1 -1
- package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -1
- package/dist/components/layout/app-view/app-view.styles.js +15 -9
- package/dist/components/layout/app-view/app-view.styles.js.map +1 -1
- package/dist/components/layout/box/box.styles.js +2 -2
- package/dist/components/layout/card/card.styles.d.ts.map +1 -1
- package/dist/components/layout/card/card.styles.js +5 -11
- package/dist/components/layout/card/card.styles.js.map +1 -1
- package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.styles.js +23 -45
- package/dist/components/layout/collection/collection.styles.js.map +1 -1
- package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.template.js +1 -0
- package/dist/components/layout/collection/collection.template.js.map +1 -1
- package/dist/components/layout/container/container.d.ts +41 -43
- package/dist/components/layout/container/container.d.ts.map +1 -1
- package/dist/components/layout/container/container.js +143 -132
- package/dist/components/layout/container/container.js.map +1 -1
- package/dist/components/layout/container/container.styles.d.ts.map +1 -1
- package/dist/components/layout/container/container.styles.js +87 -1133
- package/dist/components/layout/container/container.styles.js.map +1 -1
- package/dist/components/layout/container/container.template.d.ts.map +1 -1
- package/dist/components/layout/container/container.template.js +1 -5
- package/dist/components/layout/container/container.template.js.map +1 -1
- package/dist/components/layout/divider/divider.styles.d.ts.map +1 -1
- package/dist/components/layout/divider/divider.styles.js +5 -3
- package/dist/components/layout/divider/divider.styles.js.map +1 -1
- package/dist/components/layout/page/page.styles.d.ts.map +1 -1
- package/dist/components/layout/page/page.styles.js +21 -27
- package/dist/components/layout/page/page.styles.js.map +1 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +16 -24
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +15 -14
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +15 -14
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +15 -24
- package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +15 -14
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
- package/dist/components/layout/popover/popover.d.ts +2 -1
- package/dist/components/layout/popover/popover.d.ts.map +1 -1
- package/dist/components/layout/popover/popover.js +21 -4
- package/dist/components/layout/popover/popover.js.map +1 -1
- package/dist/components/layout/popover/popover.styles.d.ts.map +1 -1
- package/dist/components/layout/popover/popover.styles.js +10 -15
- package/dist/components/layout/popover/popover.styles.js.map +1 -1
- package/dist/components/layout/sheet/sheet.d.ts +17 -4
- package/dist/components/layout/sheet/sheet.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.js +40 -6
- package/dist/components/layout/sheet/sheet.js.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.js +41 -59
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
- package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -1
- package/dist/components/layout/spacer/spacer.styles.js +13 -5
- package/dist/components/layout/spacer/spacer.styles.js.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +29 -26
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +92 -105
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +22 -15
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -1
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +26 -46
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +22 -8
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +23 -16
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -1
- package/dist/components/layout/window/window.styles.d.ts.map +1 -1
- package/dist/components/layout/window/window.styles.js +23 -31
- package/dist/components/layout/window/window.styles.js.map +1 -1
- package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/cells/cell/cell.styles.js +16 -15
- package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +1 -1
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +28 -31
- package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +1 -1
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js +22 -28
- package/dist/components/lists-and-menus/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -1
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js +40 -92
- package/dist/components/lists-and-menus/cells/icon-cell/icon-cell.styles.js.map +1 -1
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js +26 -25
- package/dist/components/lists-and-menus/cells/spacer-cell/spacer-cell.styles.js.map +1 -1
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +68 -129
- package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -1
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +75 -136
- package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -1
- package/dist/components/lists-and-menus/list/list.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/list/list.styles.js +31 -58
- package/dist/components/lists-and-menus/list/list.styles.js.map +1 -1
- package/dist/components/lists-and-menus/list-item/list-item.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/list-item/list-item.styles.js +46 -37
- package/dist/components/lists-and-menus/list-item/list-item.styles.js.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.d.ts +184 -34
- package/dist/components/lists-and-menus/menu/menu.d.ts.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.i18n.d.ts +2 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.d.ts.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.i18n.js +2 -0
- package/dist/components/lists-and-menus/menu/menu.i18n.js.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.js +633 -122
- package/dist/components/lists-and-menus/menu/menu.js.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.styles.js +133 -119
- package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.template.d.ts.map +1 -1
- package/dist/components/lists-and-menus/menu/menu.template.js +15 -2
- package/dist/components/lists-and-menus/menu/menu.template.js.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +0 -2
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js +20 -22
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +57 -53
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.d.ts.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js +11 -9
- package/dist/components/navigation/document-tab-bar/document-tab-bar.template.js.map +1 -1
- package/dist/components/navigation/link/link.d.ts.map +1 -0
- package/dist/components/navigation/link/link.js.map +1 -0
- package/dist/components/navigation/link/link.styles.d.ts.map +1 -0
- package/dist/components/{actions → navigation}/link/link.styles.js +26 -35
- package/dist/components/navigation/link/link.styles.js.map +1 -0
- package/dist/components/navigation/link/link.template.d.ts.map +1 -0
- package/dist/components/navigation/link/link.template.js.map +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.d.ts +17 -5
- package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.js +101 -37
- package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.styles.js +5 -4
- package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.template.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.template.js +13 -2
- package/dist/components/navigation/menu-bar/menu-bar.template.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +18 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js +35 -5
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +25 -27
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js +2 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.template.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.d.ts +12 -0
- package/dist/components/navigation/pagination/pagination.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.js +19 -0
- package/dist/components/navigation/pagination/pagination.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.styles.js +65 -96
- package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.template.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.template.js +23 -16
- package/dist/components/navigation/pagination/pagination.template.js.map +1 -1
- package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -1
- package/dist/components/navigation/skip-link/skip-link.styles.js +13 -15
- package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.d.ts +3 -10
- package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.js +3 -28
- package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.js +44 -110
- package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.template.js +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +9 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +56 -17
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +68 -75
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.d.ts.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js +6 -10
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.template.js.map +1 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +27 -48
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -1
- package/dist/components/{prism-typescript-BlIir5CV.js → prism-typescript-DG_p4Wyh.js} +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.js +27 -40
- package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +37 -38
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +22 -26
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
- package/dist/css/rich-text.css +85 -58
- package/dist/css/settings.css +69 -36
- package/dist/utilities/color-scheme-repaint.d.ts +44 -0
- package/dist/utilities/color-scheme-repaint.d.ts.map +1 -0
- package/dist/utilities/color-scheme-repaint.js +88 -0
- package/dist/utilities/color-scheme-repaint.js.map +1 -0
- package/dist/utilities/os.d.ts +27 -0
- package/dist/utilities/os.d.ts.map +1 -0
- package/dist/utilities/os.js +60 -0
- package/dist/utilities/os.js.map +1 -0
- package/package.json +15 -12
- package/dist/components/actions/link/link.d.ts.map +0 -1
- package/dist/components/actions/link/link.js.map +0 -1
- package/dist/components/actions/link/link.styles.d.ts.map +0 -1
- package/dist/components/actions/link/link.styles.js.map +0 -1
- package/dist/components/actions/link/link.template.d.ts.map +0 -1
- package/dist/components/actions/link/link.template.js.map +0 -1
- package/dist/components/content/blockquote/blockquote.i18n.d.ts +0 -5
- package/dist/components/content/blockquote/blockquote.i18n.d.ts.map +0 -1
- package/dist/components/content/blockquote/blockquote.i18n.js +0 -4
- package/dist/components/content/blockquote/blockquote.i18n.js.map +0 -1
- package/dist/utilities/popover-guard.d.ts +0 -10
- package/dist/utilities/popover-guard.d.ts.map +0 -1
- package/dist/utilities/popover-guard.js +0 -10
- package/dist/utilities/popover-guard.js.map +0 -1
- /package/dist/components/{actions → navigation}/link/link.d.ts +0 -0
- /package/dist/components/{actions → navigation}/link/link.js +0 -0
- /package/dist/components/{actions → navigation}/link/link.styles.d.ts +0 -0
- /package/dist/components/{actions → navigation}/link/link.template.d.ts +0 -0
- /package/dist/components/{actions → navigation}/link/link.template.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-item.styles.js","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/list-item/list-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"list-item.styles.js","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/list-item/list-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoQhC,CAAC"}
|
|
@@ -47,6 +47,11 @@ export declare class NLDDMenuGroup extends LitElement {
|
|
|
47
47
|
* @attr {string} icon - Icon name rendered before the text (nldd-icon name).
|
|
48
48
|
* @attr {string} type - Item type: 'button' | 'checkbox' | 'radio'. Default: 'button'.
|
|
49
49
|
* @attr {boolean} selected - Selected state for checkbox and radio types.
|
|
50
|
+
* @attr {boolean} destructive - Marks the item as destructive (red text; red highlight bg). Use for irreversible
|
|
51
|
+
* actions like "Delete". Colour is the only built-in signal, so per WCAG 1.4.1 the
|
|
52
|
+
* item's own label must convey the destructive nature (e.g. "Verwijder") — don't rely
|
|
53
|
+
* on the red alone. Confirming the action (e.g. a follow-up dialog) is the consumer's
|
|
54
|
+
* responsibility.
|
|
50
55
|
* @attr {boolean} disabled - Disabled state.
|
|
51
56
|
* @attr {string} query - Query substring to bold-highlight in text. Set by menu's filter(); also settable by consumers.
|
|
52
57
|
* @attr {string} query-mark-mode - 'match' | 'predictive' (default: 'predictive'). See text-cell for details.
|
|
@@ -64,6 +69,7 @@ export declare class NLDDMenuItem extends LitElement {
|
|
|
64
69
|
icon: string;
|
|
65
70
|
type: 'button' | 'checkbox' | 'radio';
|
|
66
71
|
selected: boolean;
|
|
72
|
+
destructive: boolean;
|
|
67
73
|
disabled: boolean;
|
|
68
74
|
query: string;
|
|
69
75
|
queryMarkMode: QueryMarkMode;
|
|
@@ -84,7 +90,7 @@ export declare class NLDDMenuItem extends LitElement {
|
|
|
84
90
|
get _hasSubmenu(): boolean;
|
|
85
91
|
firstUpdated(): void;
|
|
86
92
|
disconnectedCallback(): void;
|
|
87
|
-
_handleClick(): void;
|
|
93
|
+
_handleClick(event?: Event): void;
|
|
88
94
|
/** Programmatically select this item. */
|
|
89
95
|
select(): void;
|
|
90
96
|
render(): import("lit-html").TemplateResult<1>;
|
|
@@ -104,9 +110,9 @@ export declare class NLDDMenuItem extends LitElement {
|
|
|
104
110
|
* @attr {string} empty-text - Text of the default empty-state dialog. Falls back
|
|
105
111
|
* to Dutch i18n "Geen opties beschikbaar".
|
|
106
112
|
* @attr {string} empty-supporting-text - Supporting text of the default empty-state dialog.
|
|
107
|
-
* @attr {string} width - Explicit width. Sets --
|
|
113
|
+
* @attr {string} width - Explicit width. Sets --_width internally.
|
|
108
114
|
* @attr {number} max-items - Maximum number of visible items before scrolling.
|
|
109
|
-
* Sets --
|
|
115
|
+
* Sets --_max-items internally. Default: 0 (no limit).
|
|
110
116
|
* @attr {object} translations - Override one or more translation keys.
|
|
111
117
|
* @attr {Function} filterFn - Custom filter function (query, item) => boolean.
|
|
112
118
|
*
|
|
@@ -128,11 +134,11 @@ export declare class NLDDMenu extends LitElement {
|
|
|
128
134
|
variant: 'menu' | 'listbox';
|
|
129
135
|
emptyText: string;
|
|
130
136
|
emptySupportingText: string;
|
|
131
|
-
/** Explicit width. Sets --
|
|
137
|
+
/** Explicit width. Sets --_width internally. */
|
|
132
138
|
width: string;
|
|
133
139
|
/**
|
|
134
140
|
* Maximum number of visible items before the menu scrolls.
|
|
135
|
-
* Sets --
|
|
141
|
+
* Sets --_max-items internally. Default: 0 (no limit).
|
|
136
142
|
*/
|
|
137
143
|
maxItems: number;
|
|
138
144
|
/**
|
|
@@ -160,6 +166,30 @@ export declare class NLDDMenu extends LitElement {
|
|
|
160
166
|
* by one of this menu's items). null when no submenu is open. */
|
|
161
167
|
private _activeSubmenu;
|
|
162
168
|
private _activeSubmenuOpener;
|
|
169
|
+
/** Cleanup closure for the currently open child submenu. Invoked by the
|
|
170
|
+
* submenu's `toggle→closed` event, but also callable directly from a
|
|
171
|
+
* chain-close walk so the upper levels can be torn down without waiting
|
|
172
|
+
* for stale toggle events that will never fire (e.g. a hidden drill-in
|
|
173
|
+
* parent whose popover state is already 'closed'). */
|
|
174
|
+
private _activeSubmenuCleanup;
|
|
175
|
+
/** Signal that this menu is hiding itself to make room for a deeper drill-in
|
|
176
|
+
* level — its parent's onToggle should skip the normal close cleanup
|
|
177
|
+
* (re-parent + re-show) so the chain stays in deeper-level state. */
|
|
178
|
+
_drillInHidingForDeeper: boolean;
|
|
179
|
+
/** Root-owned registry of every submenu currently open in this chain,
|
|
180
|
+
* in open order. Lives on the root menu only; submenus reach it via
|
|
181
|
+
* `_chainRoot`. Drives `_collapseChain()` so collapsing the whole
|
|
182
|
+
* stack never depends on `_activeSubmenu`/`_parentMenu` threading
|
|
183
|
+
* (which real interaction can leave stale). @internal */
|
|
184
|
+
_openChain: NLDDMenu[];
|
|
185
|
+
/** Back-reference to the chain's root, set on every submenu when it
|
|
186
|
+
* opens. Lets `_collapseChain()` find the registry without walking
|
|
187
|
+
* the (possibly stale) parent links. null on the root. @internal */
|
|
188
|
+
_chainRoot: NLDDMenu | null;
|
|
189
|
+
/** Force-teardown for this submenu (detach toggle listener, hide,
|
|
190
|
+
* restore DOM, reset state — no parent re-show). Set when the submenu
|
|
191
|
+
* opens; called by `_collapseChain()`. @internal */
|
|
192
|
+
_collapseSelf: (() => void) | null;
|
|
163
193
|
/** When this menu is itself a submenu, points to the parent menu that
|
|
164
194
|
* opened it. Set by the parent's _handleSubmenuOpen. null on the root.
|
|
165
195
|
* @internal */
|
|
@@ -169,7 +199,14 @@ export declare class NLDDMenu extends LitElement {
|
|
|
169
199
|
* @internal */
|
|
170
200
|
_parentItem: NLDDMenuItem | null;
|
|
171
201
|
private _isOpen;
|
|
172
|
-
|
|
202
|
+
/** Set on the root when a pointer gesture (outside/anchor pointerdown
|
|
203
|
+
* or confirmed tap) collapsed the chain, or when a pointerdown landed
|
|
204
|
+
* on the anchor while the menu was open (covers native light-dismiss).
|
|
205
|
+
* The trailing `click` of that same gesture consumes it in
|
|
206
|
+
* `_handleDocumentClick` and must NOT reopen — gesture-correlated, so
|
|
207
|
+
* it's reliable on touch regardless of pointerup→click timing.
|
|
208
|
+
* @internal */
|
|
209
|
+
_collapsedByPointerGesture: boolean;
|
|
173
210
|
private _cleanupAutoUpdate;
|
|
174
211
|
private _t;
|
|
175
212
|
/** Resolved empty text: emptyText attribute takes precedence, then i18n fallback. */
|
|
@@ -179,20 +216,70 @@ export declare class NLDDMenu extends LitElement {
|
|
|
179
216
|
* Bestand" instead of an ambiguous "Bestand, button". Only used when
|
|
180
217
|
* this menu is itself a submenu in drill-in mode. */
|
|
181
218
|
get _resolvedBackLabel(): string;
|
|
219
|
+
/** Double-rAF handle for the announcement awaiting flush, so a rapid
|
|
220
|
+
* follow-up transition can cancel the stale one instead of stacking it. */
|
|
221
|
+
private _announceRaf;
|
|
222
|
+
/** Message currently queued (not yet flushed to the region). Used to
|
|
223
|
+
* drop a doubled event in the same tick while still allowing the same
|
|
224
|
+
* text to be re-announced on a later, genuine transition. */
|
|
225
|
+
private _pendingAnnouncement;
|
|
226
|
+
/**
|
|
227
|
+
* Write `message` to this menu's polite live region. Clears first, then
|
|
228
|
+
* sets on a double rAF — the empty→text transition is what makes screen
|
|
229
|
+
* readers reliably re-announce unchanged-looking content across engines.
|
|
230
|
+
*
|
|
231
|
+
* Spam control without muting real navigation: a doubled event in the
|
|
232
|
+
* same tick (identical message still pending) is dropped; a *different*
|
|
233
|
+
* message arriving first cancels the stale pending one (rapid navigation
|
|
234
|
+
* announces only the level you land on); once flushed, the same text may
|
|
235
|
+
* be announced again for a later genuine transition (e.g. re-entering a
|
|
236
|
+
* submenu after going back).
|
|
237
|
+
*/
|
|
238
|
+
private _announce;
|
|
182
239
|
updated(changedProperties: Map<string, unknown>): void;
|
|
183
240
|
private _getAnchorEl;
|
|
241
|
+
/**
|
|
242
|
+
* Pick the drill-in side (above vs below the anchor) purely from the
|
|
243
|
+
* available viewport space around the anchor — never from content
|
|
244
|
+
* size. Content-independent so every level of the chain resolves to
|
|
245
|
+
* the same side and a bigger submenu scrolls internally rather than
|
|
246
|
+
* flipping the whole stack. Keeps the configured alignment suffix
|
|
247
|
+
* (`-start` / `-end`) from `placement`.
|
|
248
|
+
*/
|
|
249
|
+
private _resolveDrillInPlacement;
|
|
250
|
+
/**
|
|
251
|
+
* Reflect this menu's open state on the anchor so an anchor button (or
|
|
252
|
+
* any element exposing an `expanded` IDL property) shows the active
|
|
253
|
+
* "is-expanded" visual while we're open. Skip menu-items as anchors —
|
|
254
|
+
* they manage their own `_submenuOpen` lifecycle and don't have an
|
|
255
|
+
* `expanded` property. Also default `popupType` to 'menu' / 'listbox'
|
|
256
|
+
* (matching this menu's variant) when the anchor supports it and the
|
|
257
|
+
* consumer hasn't already chosen a value, so screen readers announce
|
|
258
|
+
* the popup role without each consumer having to set it manually.
|
|
259
|
+
*
|
|
260
|
+
* Finally, drive the anchor's `popoverTargetAction` so the browser's
|
|
261
|
+
* native invoker action always matches the current state explicitly:
|
|
262
|
+
* `'hide'` while open, `'show'` while closed. We avoid `'toggle'` on
|
|
263
|
+
* purpose — toggle re-evaluates the popover's live state at click time
|
|
264
|
+
* and would re-open the menu if it had just been light-dismissed
|
|
265
|
+
* milliseconds earlier (the source of the "menu briefly closes and
|
|
266
|
+
* reopens" bug). With explicit show/hide, the worst case is a no-op
|
|
267
|
+
* (e.g. `'hide'` on an already-closed menu) — never a spurious open.
|
|
268
|
+
*
|
|
269
|
+
* The invoker association (`popoverTargetElement`) is set elsewhere
|
|
270
|
+
* — persistently on anchor change rather than per-toggle — so the
|
|
271
|
+
* browser's light-dismiss exclusion is in place from the very first
|
|
272
|
+
* click instead of only after the menu has already opened once.
|
|
273
|
+
*/
|
|
274
|
+
private _syncAnchorPopupState;
|
|
184
275
|
private _handleDocumentClick;
|
|
185
276
|
private _hoverOpenTimer;
|
|
186
|
-
private _hoverCloseTimer;
|
|
187
277
|
private _safeTriangleListener;
|
|
188
278
|
private _safeTriangleStallTimer;
|
|
189
279
|
private _lastCursorPos;
|
|
190
280
|
private _safeTriangleApex;
|
|
191
281
|
private _safeTriangleSubmenu;
|
|
192
282
|
private _movingTowardSubmenu;
|
|
193
|
-
/** Wait this long after cursor stops being on a path toward the submenu
|
|
194
|
-
* before closing. Smooths over brief cursor stalls and accidental nudges. */
|
|
195
|
-
private static readonly _SUBMENU_LINGER_CLOSE_MS;
|
|
196
283
|
/** When the cursor sits motionless inside the safe triangle for this
|
|
197
284
|
* long, dismiss the triangle and let whatever item is under the cursor
|
|
198
285
|
* become interactive. Without this, a paused cursor would stay
|
|
@@ -266,10 +353,6 @@ export declare class NLDDMenu extends LitElement {
|
|
|
266
353
|
* inside the safe triangle long enough, drop the protection so the
|
|
267
354
|
* element under the cursor can become interactive without nudging. */
|
|
268
355
|
private _safeTriangleScheduleStall;
|
|
269
|
-
/** Schedule submenu close when cursor sits outside the parent menu rect.
|
|
270
|
-
* No-op if cursor is inside the menu (peer-hover logic handles it) or
|
|
271
|
-
* if a close is already scheduled. */
|
|
272
|
-
private _safeTriangleMaybeScheduleLingerClose;
|
|
273
356
|
/** True when the rect contains the point (inclusive). Returns false for
|
|
274
357
|
* a missing rect or point — convenient for the optional-chained call
|
|
275
358
|
* sites in the safe-triangle logic. */
|
|
@@ -279,12 +362,11 @@ export declare class NLDDMenu extends LitElement {
|
|
|
279
362
|
private _renderSafeTriangleOverlay;
|
|
280
363
|
private _removeSafeTriangleOverlay;
|
|
281
364
|
private _cancelHoverOpen;
|
|
282
|
-
private _cancelHoverClose;
|
|
283
365
|
/** Recursively checks whether a point sits inside the given menu OR any of
|
|
284
|
-
* its descendant submenus. Used by the
|
|
285
|
-
*
|
|
286
|
-
*
|
|
287
|
-
*
|
|
366
|
+
* its descendant submenus. Used by the safe-triangle "arrived" check so a
|
|
367
|
+
* cursor that has continued past the immediate submenu into a deeper
|
|
368
|
+
* nested submenu still reads as "in the safe area" — without the recursive
|
|
369
|
+
* walk we'd treat the deeper hover as an exit and re-pin a stale apex. */
|
|
288
370
|
private static _isPointInMenuTree;
|
|
289
371
|
/** Convex point-in-polygon test via consistent edge-cross-product sign.
|
|
290
372
|
* Vertices must be ordered (clockwise or counter-clockwise). */
|
|
@@ -302,8 +384,7 @@ export declare class NLDDMenu extends LitElement {
|
|
|
302
384
|
*
|
|
303
385
|
* Cached MediaQueryList shared across instances — `matchMedia()` returns
|
|
304
386
|
* a live object and re-evaluating it for every mouseenter/submenu-open
|
|
305
|
-
* is wasteful.
|
|
306
|
-
* naturally route through `_handleViewportResize`.
|
|
387
|
+
* is wasteful.
|
|
307
388
|
*/
|
|
308
389
|
private static _drillInModeQuery;
|
|
309
390
|
private static _getDrillInModeQuery;
|
|
@@ -331,21 +412,87 @@ export declare class NLDDMenu extends LitElement {
|
|
|
331
412
|
* item that was auto-highlighted on open).
|
|
332
413
|
* @internal */
|
|
333
414
|
_handleBackMouseenter: () => void;
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
private
|
|
337
|
-
/**
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
415
|
+
private static readonly _TOUCH_SCROLL_THRESHOLD_PX;
|
|
416
|
+
private _touchStartX;
|
|
417
|
+
private _touchStartY;
|
|
418
|
+
/** @internal */
|
|
419
|
+
_handleMenuTouchStart: (event: TouchEvent) => void;
|
|
420
|
+
/** @internal */
|
|
421
|
+
_handleMenuTouchMove: (event: TouchEvent) => void;
|
|
422
|
+
/** @internal */
|
|
423
|
+
_handleMenuTouchEnd: () => void;
|
|
424
|
+
/** Close the menu on a window resize. Floating-UI's autoUpdate keeps
|
|
425
|
+
* the position in sync with scrolls (where users genuinely expect the
|
|
426
|
+
* menu to follow the anchor), but a full window resize is a layout-
|
|
427
|
+
* shifting interaction the user isn't currently tracking — better to
|
|
428
|
+
* dismiss with a clean slate than to chase the anchor across a
|
|
429
|
+
* reflow, repaint a flipped placement, or get stuck mid-flight when
|
|
430
|
+
* crossing the cascade ↔ drill-in viewport threshold. The window
|
|
431
|
+
* listener is wired only while we're open and torn down on close, so
|
|
432
|
+
* idle menus pay nothing. */
|
|
433
|
+
private _handleWindowResize;
|
|
434
|
+
/**
|
|
435
|
+
* Collapse the entire menu chain at once — root + every open submenu —
|
|
436
|
+
* with no "back one level" re-show. Used when the action is final:
|
|
437
|
+
* selecting an item, clicking the anchor, clicking/tapping outside, or
|
|
438
|
+
* a viewport resize.
|
|
439
|
+
*
|
|
440
|
+
* Driven by the root's `_openChain` registry and each submenu's
|
|
441
|
+
* `_collapseSelf`, so it never depends on `_activeSubmenu` /
|
|
442
|
+
* `_parentMenu` threading being intact at collapse time — real
|
|
443
|
+
* interaction can leave those stale, which was the source of the
|
|
444
|
+
* recurring "anchor click doesn't close after the 2nd navigation"
|
|
445
|
+
* bug. Idempotent: every chain level's `select` listener may call it,
|
|
446
|
+
* but the first run empties the registry so the rest are no-ops.
|
|
447
|
+
*/
|
|
448
|
+
private _collapseChain;
|
|
449
|
+
/**
|
|
450
|
+
* Drill-in click-outside: collapse the entire chain.
|
|
451
|
+
*
|
|
452
|
+
* In drill-in mode only the deepest level is `:popover-open` — popover
|
|
453
|
+
* light-dismiss would close just that level, and our onToggle cleanup
|
|
454
|
+
* would helpfully re-show the previous level. That's the wrong outcome
|
|
455
|
+
* for a click outside the menu: the user is dismissing the whole menu,
|
|
456
|
+
* not navigating one step back. Detect the outside click here and route
|
|
457
|
+
* to `_collapseChain`, which collapses every level at once.
|
|
458
|
+
*
|
|
459
|
+
* Cascade mode falls back to the native popover stack behaviour: a click
|
|
460
|
+
* outside light-dismisses every popover down to the click target's
|
|
461
|
+
* closest ancestor popover, so no extra handling is needed there.
|
|
462
|
+
*
|
|
463
|
+
* For mouse/pen, pointerdown (capture) is the right hook: it fires
|
|
464
|
+
* before light-dismiss does its work, so by the time the toggle event
|
|
465
|
+
* fires our chain walk has already detached listeners and prevented
|
|
466
|
+
* the parent re-show.
|
|
467
|
+
*
|
|
468
|
+
* For touch, an outside pointerdown is ambiguous: it's also how a page
|
|
469
|
+
* scroll begins. Closing the chain on the scroll-start would be
|
|
470
|
+
* inconsistent with a root menu (which native light-dismiss leaves
|
|
471
|
+
* open while you scroll outside it) and annoying. So on touch we defer
|
|
472
|
+
* the decision: track the pointer and only chain-close on a confirmed
|
|
473
|
+
* tap (pointerup without crossing the scroll threshold); a scroll
|
|
474
|
+
* leaves the chain untouched, matching root-menu behaviour.
|
|
475
|
+
*/
|
|
476
|
+
private _dragStartItem;
|
|
342
477
|
/**
|
|
343
|
-
*
|
|
344
|
-
*
|
|
345
|
-
*
|
|
346
|
-
*
|
|
478
|
+
* Native HTML `<select>` lets you press on one option, drag to another,
|
|
479
|
+
* and release to pick the one under the pointer. Standard click events
|
|
480
|
+
* don't fire across different elements, so we replicate it manually:
|
|
481
|
+
* remember the pointerdown'd item, listen for the matching pointerup,
|
|
482
|
+
* and if the release lands on a different non-disabled item, fire its
|
|
483
|
+
* `select` directly. The original button's click handler still owns the
|
|
484
|
+
* single-click no-drag path.
|
|
347
485
|
*/
|
|
348
|
-
private
|
|
486
|
+
private _handleItemPointerdown;
|
|
487
|
+
private _handleDragRelease;
|
|
488
|
+
private _handleDocumentPointerdown;
|
|
489
|
+
private _outsideTapStartX;
|
|
490
|
+
private _outsideTapStartY;
|
|
491
|
+
private _outsideTapTracking;
|
|
492
|
+
private _outsideTapMove;
|
|
493
|
+
private _outsideTapEnd;
|
|
494
|
+
private _outsideTapCancel;
|
|
495
|
+
private _teardownOutsideTap;
|
|
349
496
|
private static _menuIdCounter;
|
|
350
497
|
connectedCallback(): void;
|
|
351
498
|
firstUpdated(): void;
|
|
@@ -385,6 +532,9 @@ export declare class NLDDMenu extends LitElement {
|
|
|
385
532
|
getHighlighted(): NLDDMenuItem | null;
|
|
386
533
|
/** Returns the ID of the currently highlighted item, or empty string if none. */
|
|
387
534
|
getHighlightedId(): string;
|
|
535
|
+
/** Read a px-valued CSS custom property as a number. `parseFloat`
|
|
536
|
+
* keeps fractional pixels; an unset/NaN value falls back to 0. */
|
|
537
|
+
private _cssPx;
|
|
388
538
|
/** Recalculate position and size relative to the anchor element. */
|
|
389
539
|
reposition(): Promise<void>;
|
|
390
540
|
private _handleKeydown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/menu/menu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMjC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,oDAAoD,CAAC;AAC5D,OAAO,wDAAwD,CAAC;AAChE,OAAO,oDAAoD,CAAC;AAC5D,OAAO,4BAA4B,CAAC;AACpC,OAAO,0DAA0D,CAAC;
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/menu/menu.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export declare const nlddMenuTranslations: {
|
|
2
2
|
'components.menu.empty-text': string;
|
|
3
3
|
'components.menu.back': string;
|
|
4
|
+
'components.menu.submenu-title': string;
|
|
5
|
+
'components.menu.submenu-back-action': string;
|
|
4
6
|
};
|
|
5
7
|
export type NLDDMenuTranslations = typeof nlddMenuTranslations;
|
|
6
8
|
//# sourceMappingURL=menu.i18n.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/menu/menu.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"menu.i18n.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/menu/menu.i18n.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;CAKhC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export const nlddMenuTranslations = {
|
|
2
2
|
'components.menu.empty-text': 'Geen opties beschikbaar',
|
|
3
3
|
'components.menu.back': 'Terug',
|
|
4
|
+
'components.menu.submenu-title': 'Submenu: {title}',
|
|
5
|
+
'components.menu.submenu-back-action': 'Terug naar {title}',
|
|
4
6
|
};
|
|
5
7
|
//# sourceMappingURL=menu.i18n.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.i18n.js","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/menu/menu.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IACnC,4BAA4B,EAAE,yBAAyB;IACvD,sBAAsB,EAAE,OAAO;
|
|
1
|
+
{"version":3,"file":"menu.i18n.js","sourceRoot":"","sources":["../../../../src/components/lists-and-menus/menu/menu.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IACnC,4BAA4B,EAAE,yBAAyB;IACvD,sBAAsB,EAAE,OAAO;IAC/B,+BAA+B,EAAE,kBAAkB;IACnD,qCAAqC,EAAE,oBAAoB;CAC3D,CAAC"}
|