@nldd/design-system 0.8.83 → 0.8.84
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/custom-elements.json +3415 -476
- package/dist/components/actions/button/button.d.ts +4 -2
- package/dist/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.js +7 -2
- package/dist/components/actions/button/button.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +1 -1
- package/dist/components/actions/icon-button/icon-button.js +1 -1
- package/dist/components/actions/menu/menu.d.ts +3 -1
- package/dist/components/actions/menu/menu.d.ts.map +1 -1
- package/dist/components/actions/menu/menu.js +22 -11
- package/dist/components/actions/menu/menu.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.styles.js +2 -2
- package/dist/components/components.js +2027 -941
- package/dist/components/content/avatar/avatar.d.ts +6 -0
- package/dist/components/content/avatar/avatar.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.js +9 -0
- package/dist/components/content/avatar/avatar.js.map +1 -1
- package/dist/components/content/avatar/avatar.template.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.template.js +2 -0
- package/dist/components/content/avatar/avatar.template.js.map +1 -1
- package/dist/components/content/avatar-group/avatar-group.styles.d.ts.map +1 -1
- package/dist/components/content/avatar-group/avatar-group.styles.js +6 -16
- package/dist/components/content/avatar-group/avatar-group.styles.js.map +1 -1
- package/dist/components/content/blockquote/blockquote.d.ts +3 -4
- package/dist/components/content/blockquote/blockquote.d.ts.map +1 -1
- package/dist/components/content/blockquote/blockquote.js +3 -4
- package/dist/components/content/blockquote/blockquote.js.map +1 -1
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
- package/dist/components/content/icon/icon-aliases.js +2 -0
- package/dist/components/content/icon/icon-aliases.js.map +1 -1
- package/dist/components/content/icon/icon-gallery-status.d.ts.map +1 -1
- package/dist/components/content/icon/icon-gallery-status.js +2 -0
- package/dist/components/content/icon/icon-gallery-status.js.map +1 -1
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
- package/dist/components/content/icon/icon-registry.js +2 -0
- package/dist/components/content/icon/icon-registry.js.map +1 -1
- package/dist/components/content/image/image.d.ts +1 -1
- package/dist/components/content/image/image.js +1 -1
- package/dist/components/content/image/image.styles.d.ts.map +1 -1
- package/dist/components/content/image/image.styles.js +11 -0
- package/dist/components/content/image/image.styles.js.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +30 -30
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +30 -30
- package/dist/components/content/rich-text/rich-text.d.ts +20 -20
- package/dist/components/content/rich-text/rich-text.js +20 -20
- package/dist/components/content/title/title.d.ts +4 -4
- package/dist/components/content/title/title.js +4 -4
- package/dist/components/content/tooltip/tooltip.d.ts +1 -1
- package/dist/components/content/tooltip/tooltip.js +1 -1
- package/dist/components/{decorate-BKn10QQi.js → decorate-lwt_OrAG.js} +1 -1
- package/dist/components/{dist-TpIL8G4G.js → dist-762GHPyH.js} +3 -3
- package/dist/components/{dist-OBifyiJS.js → dist-BB7TxeMK.js} +2 -2
- package/dist/components/{dist-CJR_Rwhh.js → dist-BJI4-6iQ.js} +1 -1
- package/dist/components/{dist-C400RcFU.js → dist-B_3OW7pC.js} +1 -1
- package/dist/components/{dist-afrAoubg.js → dist-C09E9-dJ.js} +34 -34
- package/dist/components/{dist-Ccw7ZfsU.js → dist-C6gnorjP.js} +4 -3
- package/dist/components/{dist-bO14jlsr.js → dist-CRsR6ckU.js} +1 -1
- package/dist/components/{dist-C0PiB1dr.js → dist-CjaG8dOI.js} +2 -2
- package/dist/components/{dist-CCg5Mso_.js → dist-DZoFKUO-.js} +1 -1
- package/dist/components/{dist-Bq4xc7Bm.js → dist-DaavuU6W.js} +14 -3
- package/dist/components/{dist-BYVOPNHp.js → dist-la_b3ZSq.js} +1 -1
- package/dist/components/forms/form/form.d.ts +76 -22
- package/dist/components/forms/form/form.d.ts.map +1 -1
- package/dist/components/forms/form/form.js +127 -22
- package/dist/components/forms/form/form.js.map +1 -1
- package/dist/components/forms/form-actions/form-actions.d.ts +14 -15
- package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -1
- package/dist/components/forms/form-actions/form-actions.js +14 -15
- package/dist/components/forms/form-actions/form-actions.js.map +1 -1
- package/dist/components/forms/form-field/form-field.d.ts +42 -39
- package/dist/components/forms/form-field/form-field.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.js +79 -111
- package/dist/components/forms/form-field/form-field.js.map +1 -1
- package/dist/components/forms/form-field/form-field.styles.d.ts +0 -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 +7 -73
- package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
- package/dist/components/forms/form-field/form-field.template.d.ts +0 -2
- package/dist/components/forms/form-field/form-field.template.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.template.js +0 -15
- package/dist/components/forms/form-field/form-field.template.js.map +1 -1
- package/dist/components/forms/form-section/form-section.d.ts +26 -28
- package/dist/components/forms/form-section/form-section.d.ts.map +1 -1
- package/dist/components/forms/form-section/form-section.js +27 -29
- package/dist/components/forms/form-section/form-section.js.map +1 -1
- package/dist/components/forms/validation-list/validation-list.d.ts +193 -0
- package/dist/components/forms/validation-list/validation-list.d.ts.map +1 -0
- package/dist/components/forms/validation-list/validation-list.js +358 -0
- package/dist/components/forms/validation-list/validation-list.js.map +1 -0
- package/dist/components/forms/validation-list/validation-list.styles.d.ts +3 -0
- package/dist/components/forms/validation-list/validation-list.styles.d.ts.map +1 -0
- package/dist/components/forms/validation-list/validation-list.styles.js +58 -0
- package/dist/components/forms/validation-list/validation-list.styles.js.map +1 -0
- package/dist/components/forms/validation-list/validation-list.template.d.ts +5 -0
- package/dist/components/forms/validation-list/validation-list.template.d.ts.map +1 -0
- package/dist/components/forms/validation-list/validation-list.template.js +16 -0
- package/dist/components/forms/validation-list/validation-list.template.js.map +1 -0
- package/dist/components/{icon-C1Kikpol.js → icon-VTLbdcvZ.js} +4 -1
- package/dist/components/{icon-button-BYy6hnAY.js → icon-button-Sne5TwRG.js} +5 -5
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.d.ts +20 -1
- package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.js +32 -2
- package/dist/components/inputs/checkbox/checkbox.js.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.template.d.ts.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.template.js +2 -0
- package/dist/components/inputs/checkbox/checkbox.template.js.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +16 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.js +27 -2
- package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.template.d.ts.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.template.js +2 -0
- package/dist/components/inputs/checkbox-field/checkbox-field.template.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.d.ts +14 -1
- package/dist/components/inputs/code-editor/code-editor.d.ts.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.js +21 -2
- package/dist/components/inputs/code-editor/code-editor.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.d.ts +13 -2
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.js +32 -5
- 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 +9 -0
- 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 +4 -0
- package/dist/components/inputs/combo-box/combo-box.template.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.d.ts +29 -31
- package/dist/components/inputs/date-field/date-field.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.js +40 -37
- package/dist/components/inputs/date-field/date-field.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.styles.js +11 -0
- package/dist/components/inputs/date-field/date-field.styles.js.map +1 -1
- package/dist/components/inputs/date-field/date-field.template.d.ts.map +1 -1
- package/dist/components/inputs/date-field/date-field.template.js +0 -1
- package/dist/components/inputs/date-field/date-field.template.js.map +1 -1
- package/dist/components/inputs/date-picker/date-picker.d.ts +34 -21
- package/dist/components/inputs/date-picker/date-picker.d.ts.map +1 -1
- package/dist/components/inputs/date-picker/date-picker.js +42 -22
- package/dist/components/inputs/date-picker/date-picker.js.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.d.ts +23 -2
- package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.js +36 -3
- package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
- package/dist/components/inputs/file-field/file-field.d.ts +4 -3
- package/dist/components/inputs/file-field/file-field.d.ts.map +1 -1
- package/dist/components/inputs/file-field/file-field.js +8 -7
- package/dist/components/inputs/file-field/file-field.js.map +1 -1
- package/dist/components/inputs/file-field/file-field.template.d.ts.map +1 -1
- package/dist/components/inputs/file-field/file-field.template.js +0 -1
- package/dist/components/inputs/file-field/file-field.template.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +7 -3
- 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 +12 -8
- 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.template.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.template.js +2 -1
- 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.d.ts +12 -1
- package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.js +18 -3
- package/dist/components/inputs/number-field/number-field.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 +8 -16
- package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.d.ts +10 -3
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.js +18 -8
- package/dist/components/inputs/password-field/password-field.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 +3 -1
- package/dist/components/inputs/password-field/password-field.template.js.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.d.ts +18 -1
- package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.js +27 -2
- package/dist/components/inputs/radio-button/radio-button.js.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.template.d.ts.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.template.js +1 -0
- package/dist/components/inputs/radio-button/radio-button.template.js.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +14 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.js +22 -2
- package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.template.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.template.js +1 -0
- package/dist/components/inputs/radio-button-field/radio-button-field.template.js.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +11 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.js +21 -0
- package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.d.ts +23 -1
- package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.js +37 -3
- package/dist/components/inputs/search-field/search-field.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 +4 -0
- package/dist/components/inputs/search-field/search-field.template.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.d.ts +28 -0
- package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.js +52 -2
- package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.template.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.template.js +1 -0
- package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.d.ts +14 -1
- package/dist/components/inputs/stepper/stepper.d.ts.map +1 -1
- package/dist/components/inputs/stepper/stepper.js +21 -2
- package/dist/components/inputs/stepper/stepper.js.map +1 -1
- package/dist/components/inputs/switch/switch.d.ts +20 -1
- package/dist/components/inputs/switch/switch.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.js +31 -2
- package/dist/components/inputs/switch/switch.js.map +1 -1
- package/dist/components/inputs/switch/switch.template.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.template.js +2 -0
- package/dist/components/inputs/switch/switch.template.js.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.d.ts +18 -1
- package/dist/components/inputs/switch-field/switch-field.d.ts.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.js +25 -1
- package/dist/components/inputs/switch-field/switch-field.js.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.template.d.ts.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.template.js +2 -0
- package/dist/components/inputs/switch-field/switch-field.template.js.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.d.ts +14 -1
- package/dist/components/inputs/text-editor/text-editor.d.ts.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.js +21 -2
- package/dist/components/inputs/text-editor/text-editor.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.d.ts +10 -3
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.js +18 -8
- package/dist/components/inputs/text-field/text-field.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 +3 -1
- package/dist/components/inputs/text-field/text-field.template.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.d.ts +33 -35
- package/dist/components/inputs/time-field/time-field.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.js +43 -40
- package/dist/components/inputs/time-field/time-field.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.styles.js +12 -0
- package/dist/components/inputs/time-field/time-field.styles.js.map +1 -1
- package/dist/components/inputs/time-field/time-field.template.d.ts.map +1 -1
- package/dist/components/inputs/time-field/time-field.template.js +0 -1
- package/dist/components/inputs/time-field/time-field.template.js.map +1 -1
- package/dist/components/inputs/time-picker/time-picker.d.ts +34 -19
- package/dist/components/inputs/time-picker/time-picker.d.ts.map +1 -1
- package/dist/components/inputs/time-picker/time-picker.js +42 -22
- package/dist/components/inputs/time-picker/time-picker.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.d.ts +22 -1
- package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.js +35 -2
- package/dist/components/inputs/toggle-button/toggle-button.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 +3 -0
- package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +27 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js +46 -0
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -1
- package/dist/components/inputs/token-field/token-field.d.ts +7 -1
- package/dist/components/inputs/token-field/token-field.d.ts.map +1 -1
- package/dist/components/inputs/token-field/token-field.js +14 -1
- package/dist/components/inputs/token-field/token-field.js.map +1 -1
- package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
- package/dist/components/layout/app-view/app-view.js +12 -0
- package/dist/components/layout/app-view/app-view.js.map +1 -1
- package/dist/components/layout/box/box.d.ts +1 -1
- package/dist/components/layout/box/box.js +1 -1
- package/dist/components/layout/box/box.styles.d.ts.map +1 -1
- package/dist/components/layout/box/box.styles.js +1 -0
- package/dist/components/layout/box/box.styles.js.map +1 -1
- package/dist/components/layout/card/card.d.ts +18 -19
- package/dist/components/layout/card/card.d.ts.map +1 -1
- package/dist/components/layout/card/card.js +18 -19
- package/dist/components/layout/card/card.js.map +1 -1
- package/dist/components/layout/card/card.styles.d.ts.map +1 -1
- package/dist/components/layout/card/card.styles.js +1 -0
- package/dist/components/layout/card/card.styles.js.map +1 -1
- package/dist/components/layout/collection/collection.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.js +6 -2
- package/dist/components/layout/collection/collection.js.map +1 -1
- package/dist/components/layout/divider/divider.d.ts +1 -1
- package/dist/components/layout/divider/divider.js +1 -1
- package/dist/components/layout/popover/popover.d.ts +1 -1
- package/dist/components/layout/popover/popover.d.ts.map +1 -1
- package/dist/components/layout/popover/popover.js +15 -2
- package/dist/components/layout/popover/popover.js.map +1 -1
- package/dist/components/layout/sheet/sheet.d.ts +1 -1
- package/dist/components/layout/sheet/sheet.js +2 -2
- 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 +5 -0
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +8 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +29 -11
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -1
- package/dist/components/layout/window/window.d.ts +20 -21
- package/dist/components/layout/window/window.d.ts.map +1 -1
- package/dist/components/layout/window/window.js +21 -22
- package/dist/components/layout/window/window.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts +41 -12
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js +47 -17
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +42 -13
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js +12 -4
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.d.ts +117 -25
- package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.i18n.d.ts +0 -1
- package/dist/components/lists-and-tables/list/list.i18n.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.i18n.js +0 -1
- package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.js +292 -67
- package/dist/components/lists-and-tables/list/list.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.styles.js +5 -0
- package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.template.d.ts +1 -3
- package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.template.js +2 -7
- package/dist/components/lists-and-tables/list/list.template.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.d.ts +41 -3
- package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.js +82 -16
- package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.js +1 -1
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.js +8 -4
- package/dist/components/lists-and-tables/list-item-segment/list-item-segment.js.map +1 -1
- package/dist/components/lists-and-tables/table/table.d.ts +12 -9
- package/dist/components/lists-and-tables/table/table.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.i18n.d.ts +0 -1
- package/dist/components/lists-and-tables/table/table.i18n.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.i18n.js +0 -1
- package/dist/components/lists-and-tables/table/table.i18n.js.map +1 -1
- package/dist/components/lists-and-tables/table/table.js +26 -16
- package/dist/components/lists-and-tables/table/table.js.map +1 -1
- package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.styles.js +5 -0
- package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
- package/dist/components/lists-and-tables/table/table.template.d.ts +1 -1
- package/dist/components/lists-and-tables/table/table.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.template.js +5 -9
- package/dist/components/lists-and-tables/table/table.template.js.map +1 -1
- package/dist/components/navigation/link/link.d.ts +30 -24
- package/dist/components/navigation/link/link.d.ts.map +1 -1
- package/dist/components/navigation/link/link.js +33 -24
- package/dist/components/navigation/link/link.js.map +1 -1
- package/dist/components/navigation/link/link.template.js +1 -1
- package/dist/components/navigation/link/link.template.js.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.d.ts +7 -7
- package/dist/components/navigation/menu-bar/menu-bar.js +7 -7
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +23 -23
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js +23 -23
- package/dist/components/navigation/pagination/pagination.d.ts +4 -4
- package/dist/components/navigation/pagination/pagination.js +4 -4
- package/dist/components/navigation/skip-link/skip-link.d.ts +7 -7
- package/dist/components/navigation/skip-link/skip-link.js +7 -7
- package/dist/components/navigation/tab-bar/tab-bar.d.ts +5 -3
- package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.js +18 -13
- package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.js +8 -8
- package/dist/components/navigation/tab-bar/tab-bar.template.js +5 -5
- 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 +15 -15
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +15 -15
- 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 +14 -2
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +2 -2
- package/dist/components/navigation/top-title-bar/top-title-bar.js +2 -2
- package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +2 -2
- package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.styles.js +6 -4
- package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.template.js +1 -1
- package/dist/components/status-and-feedback/badge/badge.template.js.map +1 -1
- package/dist/components/status-and-feedback/banner/banner.styles.js +2 -2
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +37 -36
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts.map +1 -1
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js +37 -36
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +2 -2
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -1
- package/dist/components/status-and-feedback/notification/notification-region.js +1 -1
- package/dist/components/status-and-feedback/status-bar/status-bar.d.ts +29 -28
- package/dist/components/status-and-feedback/status-bar/status-bar.d.ts.map +1 -1
- package/dist/components/status-and-feedback/status-bar/status-bar.js +29 -28
- package/dist/components/status-and-feedback/status-bar/status-bar.js.map +1 -1
- package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.js +1 -1
- package/dist/components/{visibility-mixin-GxbwkBb1.js → visibility-mixin-vbfhyo7f.js} +1 -1
- package/dist/components/{with-translations-DzAdFTK8.js → with-translations-CqUV9S5g.js} +1 -1
- package/dist/css/form-section.css +28 -46
- package/dist/css/form.css +7 -13
- package/dist/css/rich-text.css +5 -5
- package/dist/css/variables.css +108 -7
- package/dist/nldd.min.js +851 -753
- package/dist/types/vue.d.ts +439 -291
- package/dist/utilities/codemirror/codemirror-element.d.ts.map +1 -1
- package/dist/utilities/codemirror/codemirror-element.js +5 -0
- package/dist/utilities/codemirror/codemirror-element.js.map +1 -1
- package/dist/utilities/described-by-mixin.d.ts +49 -0
- package/dist/utilities/described-by-mixin.d.ts.map +1 -0
- package/dist/utilities/described-by-mixin.js +109 -0
- package/dist/utilities/described-by-mixin.js.map +1 -0
- package/dist/utilities/form-associated-mixin.d.ts +5 -0
- package/dist/utilities/form-associated-mixin.d.ts.map +1 -1
- package/dist/utilities/form-associated-mixin.js +69 -0
- package/dist/utilities/form-associated-mixin.js.map +1 -1
- package/package.json +14 -6
|
@@ -1,36 +1,37 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nederlandse Digitale Dienst Link Component (Lit + TypeScript)
|
|
3
3
|
*
|
|
4
|
-
* Hyperlink component
|
|
4
|
+
* Hyperlink component with two modes:
|
|
5
5
|
*
|
|
6
|
-
* 1. **Standalone (sized)
|
|
7
|
-
*
|
|
8
|
-
*
|
|
6
|
+
* 1. **Standalone (sized)**: set `size="xs"|"sm"|"md"|"lg"` for menus, action
|
|
7
|
+
* areas or overviews. Fixed text size, `display: inline-flex` with `gap` for
|
|
8
|
+
* icon spacing.
|
|
9
9
|
*
|
|
10
|
-
* 2. **Inline (inherit)
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
10
|
+
* 2. **Inline (inherit)**: leave `size` out or set `size="inherit"` explicitly.
|
|
11
|
+
* The link inherits `font-size`, `line-height` and `font-family` from its
|
|
12
|
+
* surroundings. Text wraps naturally across lines (`display: inline`). Icons
|
|
13
|
+
* work here too; the natural whitespace between icon and text provides the
|
|
14
|
+
* spacing.
|
|
15
15
|
*
|
|
16
|
-
*
|
|
17
|
-
* `<nldd-rich-text>`
|
|
16
|
+
* For links in CMS or markdown output, where the `<a>` arrives as HTML,
|
|
17
|
+
* `<nldd-rich-text>` with a raw `<a>` remains the route to take.
|
|
18
18
|
*
|
|
19
19
|
* @element nldd-link
|
|
20
|
-
* @attr {string} href - Link
|
|
21
|
-
* @attr {string} target - Link target (
|
|
22
|
-
* @attr {string} rel - Link rel
|
|
23
|
-
* @attr {string} size -
|
|
24
|
-
* @attr {string} text - Link
|
|
25
|
-
* @attr {string} start-icon -
|
|
26
|
-
* @attr {string} end-icon -
|
|
27
|
-
* @attr {string} accessible-label -
|
|
28
|
-
* @attr {boolean} disabled -
|
|
29
|
-
* @attr {
|
|
20
|
+
* @attr {string} href - Link target
|
|
21
|
+
* @attr {string} target - Link target (e.g. '_blank'); adjusts rel automatically. With '_blank' the link adds a visually hidden "Opent in nieuw tabblad" announcement for screen readers (WCAG 2.1 SC 3.2.2).
|
|
22
|
+
* @attr {string} rel - Link rel attribute; defaults to 'noopener noreferrer' with target='_blank'
|
|
23
|
+
* @attr {string} size - Text size: 'xs' | 'sm' | 'md' | 'lg' | 'inherit'. Empty = inherit.
|
|
24
|
+
* @attr {string} text - Link text (alternative to the default slot)
|
|
25
|
+
* @attr {string} start-icon - Icon before the text
|
|
26
|
+
* @attr {string} end-icon - Icon after the text
|
|
27
|
+
* @attr {string} accessible-label - Accessible label for screen readers
|
|
28
|
+
* @attr {boolean} disabled - Disabled state
|
|
29
|
+
* @attr {boolean} no-tab - Takes the control out of the tab order (tabindex="-1"), for a control owned by a roving container (a row of an nldd-list, where the arrow keys move between rows) that manages focus itself. Still mouse- and script-focusable.
|
|
30
|
+
* @attr {object} translations - Override translation keys (e.g. the "Opent in nieuw tabblad" announcement); unset keys fall back to Dutch.
|
|
30
31
|
*
|
|
31
|
-
* @slot - Link
|
|
32
|
-
* @slot start-icon - Custom
|
|
33
|
-
* @slot end-icon - Custom
|
|
32
|
+
* @slot - Link text (alternative to the text attribute)
|
|
33
|
+
* @slot start-icon - Custom icon before the text
|
|
34
|
+
* @slot end-icon - Custom icon after the text
|
|
34
35
|
*/
|
|
35
36
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
36
37
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -57,6 +58,11 @@ let NLDDLink = class NLDDLink extends withTranslations(LitElement, nlddLinkTrans
|
|
|
57
58
|
this.endIcon = '';
|
|
58
59
|
this.accessibleLabel = '';
|
|
59
60
|
this.disabled = false;
|
|
61
|
+
/** Take the control out of the tab order (`tabindex="-1"`) — for a control
|
|
62
|
+
* owned by a roving container (an `nldd-list` sets it on the rows that are
|
|
63
|
+
* not the current one) that manages focus itself. Still mouse- and
|
|
64
|
+
* script-focusable. */
|
|
65
|
+
this.noTab = false;
|
|
60
66
|
}
|
|
61
67
|
_handleClick(e) {
|
|
62
68
|
if (this.disabled) {
|
|
@@ -108,6 +114,9 @@ __decorate([
|
|
|
108
114
|
__decorate([
|
|
109
115
|
property({ type: Boolean, reflect: true })
|
|
110
116
|
], NLDDLink.prototype, "disabled", void 0);
|
|
117
|
+
__decorate([
|
|
118
|
+
property({ type: Boolean, reflect: true, attribute: 'no-tab' })
|
|
119
|
+
], NLDDLink.prototype, "noTab", void 0);
|
|
111
120
|
NLDDLink = __decorate([
|
|
112
121
|
customElement('nldd-link')
|
|
113
122
|
], NLDDLink);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"link.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,7 +21,7 @@ export function template(helpers) {
|
|
|
21
21
|
<a class="link"
|
|
22
22
|
href=${this.disabled ? nothing : (this.href || nothing)}
|
|
23
23
|
role=${this.disabled ? 'link' : nothing}
|
|
24
|
-
tabindex=${this.disabled ? '0' : nothing}
|
|
24
|
+
tabindex=${this.noTab ? '-1' : (this.disabled ? '0' : nothing)}
|
|
25
25
|
target=${this.disabled ? nothing : (this.target || nothing)}
|
|
26
26
|
rel=${this.disabled ? nothing : (resolvedRel || nothing)}
|
|
27
27
|
aria-disabled=${this.disabled ? 'true' : nothing}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link.template.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAOpC,MAAM,UAAU,QAAQ,CAAiB,OAAwB;IAChE,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;IACxC,6EAA6E;IAC7E,8EAA8E;IAC9E,MAAM,iBAAiB,GAAG,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ;QAChF,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,wCAAwC,CAAC;QACnD,CAAC,CAAC,EAAE,CAAC;IACN,2EAA2E;IAC3E,4EAA4E;IAC5E,6DAA6D;IAC7D,MAAM,SAAS,GAAG,IAAI,CAAC,eAAe;QACrC,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,EAAE,iBAAiB,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACtE,CAAC,CAAC,OAAO,CAAC;IACX,MAAM,uBAAuB,GAAG,CAAC,CAAC,iBAAiB,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC;IAC7E,8BAA8B;IAC9B,6DAA6D;IAC7D,qEAAqE;IACrE,uEAAuE;IACvE,OAAO,IAAI,CAAA;;UAEF,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,OAAO,CAAC;UAChD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;cAC5B,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO;
|
|
1
|
+
{"version":3,"file":"link.template.js","sourceRoot":"","sources":["../../../../src/components/navigation/link/link.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAOpC,MAAM,UAAU,QAAQ,CAAiB,OAAwB;IAChE,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;IACxC,6EAA6E;IAC7E,8EAA8E;IAC9E,MAAM,iBAAiB,GAAG,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ;QAChF,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,wCAAwC,CAAC;QACnD,CAAC,CAAC,EAAE,CAAC;IACN,2EAA2E;IAC3E,4EAA4E;IAC5E,6DAA6D;IAC7D,MAAM,SAAS,GAAG,IAAI,CAAC,eAAe;QACrC,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,EAAE,iBAAiB,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACtE,CAAC,CAAC,OAAO,CAAC;IACX,MAAM,uBAAuB,GAAG,CAAC,CAAC,iBAAiB,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC;IAC7E,8BAA8B;IAC9B,6DAA6D;IAC7D,qEAAqE;IACrE,uEAAuE;IACvE,OAAO,IAAI,CAAA;;UAEF,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,OAAO,CAAC;UAChD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;cAC5B,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC;YACrD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,IAAI,OAAO,CAAC;SACrD,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,IAAI,OAAO,CAAC;mBACxC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;gBACnC,SAAS;YACb,OAAO,CAAC,WAAW;;KAE1B,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA;qDAC2B,IAAI,CAAC,SAAS;IAC/D,CAAC,CAAC,CAAC,IAAI,CAAA,iCAAiC;+BACb,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe;KACrE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;mDAC2B,IAAI,CAAC,OAAO;IAC3D,CAAC,CAAC,CAAC,IAAI,CAAA,+BAA+B;KACrC,uBAAuB,CAAC,CAAC,CAAC,IAAI,CAAA,6CAA6C,iBAAiB,SAAS,CAAC,CAAC,CAAC,OAAO;;EAElH,CAAC;AACH,CAAC"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Menu Bar Component (Lit + TypeScript)
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* Horizontal row of nldd-menu-bar-item elements with automatic overflow
|
|
5
|
+
* detection. Items that do not fit are hidden behind an overflow button with a
|
|
6
|
+
* popover menu.
|
|
7
7
|
*
|
|
8
8
|
* @element nldd-menu-bar
|
|
9
|
-
* @attr {string} overflow-text -
|
|
10
|
-
* @attr {string} accessible-label - aria-label
|
|
11
|
-
* @attr {boolean} compact -
|
|
9
|
+
* @attr {string} overflow-text - Text for the overflow button (default through i18n)
|
|
10
|
+
* @attr {string} accessible-label - aria-label for the nav landmark
|
|
11
|
+
* @attr {boolean} compact - Propagates the compact attribute to slotted items (activates content priority)
|
|
12
12
|
*
|
|
13
|
-
* @slot - nldd-menu-bar-item
|
|
13
|
+
* @slot - nldd-menu-bar-item elements
|
|
14
14
|
*/
|
|
15
15
|
import { LitElement, type PropertyValues } from 'lit';
|
|
16
16
|
import '../menu-bar-item/menu-bar-item.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Menu Bar Component (Lit + TypeScript)
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* Horizontal row of nldd-menu-bar-item elements with automatic overflow
|
|
5
|
+
* detection. Items that do not fit are hidden behind an overflow button with a
|
|
6
|
+
* popover menu.
|
|
7
7
|
*
|
|
8
8
|
* @element nldd-menu-bar
|
|
9
|
-
* @attr {string} overflow-text -
|
|
10
|
-
* @attr {string} accessible-label - aria-label
|
|
11
|
-
* @attr {boolean} compact -
|
|
9
|
+
* @attr {string} overflow-text - Text for the overflow button (default through i18n)
|
|
10
|
+
* @attr {string} accessible-label - aria-label for the nav landmark
|
|
11
|
+
* @attr {boolean} compact - Propagates the compact attribute to slotted items (activates content priority)
|
|
12
12
|
*
|
|
13
|
-
* @slot - nldd-menu-bar-item
|
|
13
|
+
* @slot - nldd-menu-bar-item elements
|
|
14
14
|
*/
|
|
15
15
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
16
16
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Menu Bar Item Component (Lit + TypeScript)
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* popover
|
|
4
|
+
* Interactive building block for use in a menu bar. Renders as an <a> (with
|
|
5
|
+
* href) or a <button> (without href). Supports an icon, text, a disclosure
|
|
6
|
+
* indicator, and an expandable popover through a slotted `<nldd-menu>` (or
|
|
7
|
+
* another popover element).
|
|
8
8
|
*
|
|
9
9
|
* @element nldd-menu-bar-item
|
|
10
|
-
* @attr {string} text -
|
|
11
|
-
* @attr {boolean} current -
|
|
12
|
-
* @attr {string} current-type - aria-current
|
|
13
|
-
* @attr {string} href -
|
|
14
|
-
* @attr {string} icon -
|
|
15
|
-
* @attr {boolean} expandable -
|
|
16
|
-
* @attr {boolean} icon-only -
|
|
17
|
-
* @attr {'icon'|'text'} content-priority -
|
|
18
|
-
* @attr {boolean} compact -
|
|
19
|
-
* @attr {boolean} disabled -
|
|
20
|
-
* @attr {string} accessible-label -
|
|
21
|
-
* @attr {string} haspopup - aria-haspopup
|
|
22
|
-
* @attr {boolean} open -
|
|
23
|
-
* @attr {boolean} expanded -
|
|
10
|
+
* @attr {string} text - Text of the item
|
|
11
|
+
* @attr {boolean} current - Mark as the active or current item
|
|
12
|
+
* @attr {string} current-type - aria-current value when current is true ('page', 'step', 'location', 'true'). Default: 'page'
|
|
13
|
+
* @attr {string} href - Optional link URL. Without href it renders as a button.
|
|
14
|
+
* @attr {string} icon - Optional icon name (nldd-icon)
|
|
15
|
+
* @attr {boolean} expandable - Show the disclosure icon and open the slotted `<nldd-menu>` on click
|
|
16
|
+
* @attr {boolean} icon-only - Hide the text visually (always)
|
|
17
|
+
* @attr {'icon'|'text'} content-priority - Decides what stays visible in compact mode: 'icon' hides the text, 'text' hides the icon
|
|
18
|
+
* @attr {boolean} compact - Activates content-priority behavior (set by the parent nldd-menu-bar)
|
|
19
|
+
* @attr {boolean} disabled - Turn interaction off
|
|
20
|
+
* @attr {string} accessible-label - Override aria-label
|
|
21
|
+
* @attr {string} haspopup - aria-haspopup value (e.g. "menu", "dialog")
|
|
22
|
+
* @attr {boolean} open - Whether the linked popover or menu is open
|
|
23
|
+
* @attr {boolean} expanded - Whether the matching popover is open; sets aria-expanded on the button when expandable or haspopup is set. Tracked automatically for a slotted `<nldd-menu>`.
|
|
24
24
|
*
|
|
25
|
-
* @fires select -
|
|
25
|
+
* @fires select - On a click on a non-expandable button item (bubbles, composed)
|
|
26
26
|
*
|
|
27
|
-
* @slot -
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
27
|
+
* @slot - Content of the expandable popover. Wrap items in an `<nldd-menu>` so
|
|
28
|
+
* this component does not have to duplicate the menu API (variant,
|
|
29
|
+
* accessible-label, translations, filterFn and so on). Event listeners on
|
|
30
|
+
* items work directly, because nothing is cloned anymore.
|
|
31
31
|
*/
|
|
32
32
|
import { LitElement } from 'lit';
|
|
33
33
|
import '../../content/icon/icon.js';
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Menu Bar Item Component (Lit + TypeScript)
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* popover
|
|
4
|
+
* Interactive building block for use in a menu bar. Renders as an <a> (with
|
|
5
|
+
* href) or a <button> (without href). Supports an icon, text, a disclosure
|
|
6
|
+
* indicator, and an expandable popover through a slotted `<nldd-menu>` (or
|
|
7
|
+
* another popover element).
|
|
8
8
|
*
|
|
9
9
|
* @element nldd-menu-bar-item
|
|
10
|
-
* @attr {string} text -
|
|
11
|
-
* @attr {boolean} current -
|
|
12
|
-
* @attr {string} current-type - aria-current
|
|
13
|
-
* @attr {string} href -
|
|
14
|
-
* @attr {string} icon -
|
|
15
|
-
* @attr {boolean} expandable -
|
|
16
|
-
* @attr {boolean} icon-only -
|
|
17
|
-
* @attr {'icon'|'text'} content-priority -
|
|
18
|
-
* @attr {boolean} compact -
|
|
19
|
-
* @attr {boolean} disabled -
|
|
20
|
-
* @attr {string} accessible-label -
|
|
21
|
-
* @attr {string} haspopup - aria-haspopup
|
|
22
|
-
* @attr {boolean} open -
|
|
23
|
-
* @attr {boolean} expanded -
|
|
10
|
+
* @attr {string} text - Text of the item
|
|
11
|
+
* @attr {boolean} current - Mark as the active or current item
|
|
12
|
+
* @attr {string} current-type - aria-current value when current is true ('page', 'step', 'location', 'true'). Default: 'page'
|
|
13
|
+
* @attr {string} href - Optional link URL. Without href it renders as a button.
|
|
14
|
+
* @attr {string} icon - Optional icon name (nldd-icon)
|
|
15
|
+
* @attr {boolean} expandable - Show the disclosure icon and open the slotted `<nldd-menu>` on click
|
|
16
|
+
* @attr {boolean} icon-only - Hide the text visually (always)
|
|
17
|
+
* @attr {'icon'|'text'} content-priority - Decides what stays visible in compact mode: 'icon' hides the text, 'text' hides the icon
|
|
18
|
+
* @attr {boolean} compact - Activates content-priority behavior (set by the parent nldd-menu-bar)
|
|
19
|
+
* @attr {boolean} disabled - Turn interaction off
|
|
20
|
+
* @attr {string} accessible-label - Override aria-label
|
|
21
|
+
* @attr {string} haspopup - aria-haspopup value (e.g. "menu", "dialog")
|
|
22
|
+
* @attr {boolean} open - Whether the linked popover or menu is open
|
|
23
|
+
* @attr {boolean} expanded - Whether the matching popover is open; sets aria-expanded on the button when expandable or haspopup is set. Tracked automatically for a slotted `<nldd-menu>`.
|
|
24
24
|
*
|
|
25
|
-
* @fires select -
|
|
25
|
+
* @fires select - On a click on a non-expandable button item (bubbles, composed)
|
|
26
26
|
*
|
|
27
|
-
* @slot -
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
27
|
+
* @slot - Content of the expandable popover. Wrap items in an `<nldd-menu>` so
|
|
28
|
+
* this component does not have to duplicate the menu API (variant,
|
|
29
|
+
* accessible-label, translations, filterFn and so on). Event listeners on
|
|
30
|
+
* items work directly, because nothing is cloned anymore.
|
|
31
31
|
*/
|
|
32
32
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
33
33
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
* @attr {number} current - Currently active page (1-based)
|
|
8
8
|
* @attr {number} total - Total number of pages (recommended max: 200 for compact select performance)
|
|
9
9
|
* @attr {boolean} disabled - Disabled state
|
|
10
|
-
* @attr {boolean} centered -
|
|
11
|
-
* @attr {string} href-pattern - URL
|
|
12
|
-
* @attr {object} translations -
|
|
10
|
+
* @attr {boolean} centered - Centers the pagination in the container (host fills row, items grouped in the middle)
|
|
11
|
+
* @attr {string} href-pattern - URL pattern with a {page} placeholder, renders links instead of buttons
|
|
12
|
+
* @attr {object} translations - Translations; unspecified keys fall back to Dutch
|
|
13
13
|
*
|
|
14
|
-
* @fires page-change -
|
|
14
|
+
* @fires page-change - On a page change (detail: { page: number, href?: string }). Only cancelable in href mode: preventDefault() blocks navigation (SPA).
|
|
15
15
|
*/
|
|
16
16
|
import { LitElement } from 'lit';
|
|
17
17
|
import type { PropertyValues } from 'lit';
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
* @attr {number} current - Currently active page (1-based)
|
|
8
8
|
* @attr {number} total - Total number of pages (recommended max: 200 for compact select performance)
|
|
9
9
|
* @attr {boolean} disabled - Disabled state
|
|
10
|
-
* @attr {boolean} centered -
|
|
11
|
-
* @attr {string} href-pattern - URL
|
|
12
|
-
* @attr {object} translations -
|
|
10
|
+
* @attr {boolean} centered - Centers the pagination in the container (host fills row, items grouped in the middle)
|
|
11
|
+
* @attr {string} href-pattern - URL pattern with a {page} placeholder, renders links instead of buttons
|
|
12
|
+
* @attr {object} translations - Translations; unspecified keys fall back to Dutch
|
|
13
13
|
*
|
|
14
|
-
* @fires page-change -
|
|
14
|
+
* @fires page-change - On a page change (detail: { page: number, href?: string }). Only cancelable in href mode: preventDefault() blocks navigation (SPA).
|
|
15
15
|
*/
|
|
16
16
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
17
17
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nederlandse Digitale Dienst Skip Link Component (Lit + TypeScript)
|
|
3
3
|
*
|
|
4
|
-
* Accessibility
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
4
|
+
* Accessibility pattern that lets keyboard users skip past content. Wraps
|
|
5
|
+
* content in a default slot. Without href it focuses the first element after
|
|
6
|
+
* the skip link in the DOM (nextElementSibling). Make sure a focusable element
|
|
7
|
+
* follows the component, otherwise the skip link has no effect.
|
|
8
8
|
*
|
|
9
9
|
* @element nldd-skip-link
|
|
10
|
-
* @attr {string} text -
|
|
11
|
-
* @attr {string} href -
|
|
10
|
+
* @attr {string} text - Text of the skip link. Falls back to the i18n default.
|
|
11
|
+
* @attr {string} href - Optional external target id. Without href it jumps to the end of its own content.
|
|
12
12
|
*
|
|
13
|
-
* @slot - Content
|
|
13
|
+
* @slot - Content that can be skipped
|
|
14
14
|
*/
|
|
15
15
|
import { LitElement } from 'lit';
|
|
16
16
|
declare const NLDDSkipLink_base: (abstract new (...args: any[]) => LitElement & {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Nederlandse Digitale Dienst Skip Link Component (Lit + TypeScript)
|
|
3
3
|
*
|
|
4
|
-
* Accessibility
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
4
|
+
* Accessibility pattern that lets keyboard users skip past content. Wraps
|
|
5
|
+
* content in a default slot. Without href it focuses the first element after
|
|
6
|
+
* the skip link in the DOM (nextElementSibling). Make sure a focusable element
|
|
7
|
+
* follows the component, otherwise the skip link has no effect.
|
|
8
8
|
*
|
|
9
9
|
* @element nldd-skip-link
|
|
10
|
-
* @attr {string} text -
|
|
11
|
-
* @attr {string} href -
|
|
10
|
+
* @attr {string} text - Text of the skip link. Falls back to the i18n default.
|
|
11
|
+
* @attr {string} href - Optional external target id. Without href it jumps to the end of its own content.
|
|
12
12
|
*
|
|
13
|
-
* @slot - Content
|
|
13
|
+
* @slot - Content that can be skipped
|
|
14
14
|
*/
|
|
15
15
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
16
16
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* ---
|
|
20
20
|
*
|
|
21
21
|
* @element nldd-tab-bar-item
|
|
22
|
-
* @attr {boolean}
|
|
22
|
+
* @attr {boolean} current - The item you are on. A tab bar switching content manages it itself and renders it as `aria-selected`; a `navigation` bar leaves it to the consumer, since it follows the route, and renders it as `aria-current="page"`. Unlike a list row, which separates `current` from `selected` because it can be both at once, a tab bar has exactly one active item.
|
|
23
23
|
* @attr {string} text - Tab text; also used as accessible name for icon-only items
|
|
24
24
|
* @attr {string} href - Optional link URL; renders an anchor instead of a button
|
|
25
25
|
* @attr {string} icon - Icon name for nldd-icon; an alternative to the icon slot. The icon and icon-and-text variants fall back to a placeholder icon when neither is provided.
|
|
@@ -32,7 +32,9 @@
|
|
|
32
32
|
import { LitElement } from 'lit';
|
|
33
33
|
export declare class NLDDTabBarItem extends LitElement {
|
|
34
34
|
static styles: import("lit").CSSResult;
|
|
35
|
-
selected
|
|
35
|
+
/** The item you are on. `aria-selected` in a tab bar that switches content,
|
|
36
|
+
* `aria-current="page"` in a `navigation` bar. */
|
|
37
|
+
current: boolean;
|
|
36
38
|
href: string;
|
|
37
39
|
/** Set by nldd-tab-bar. Not part of the public API. */
|
|
38
40
|
_groupVariant: 'icon-and-text' | 'text' | 'icon' | '';
|
|
@@ -47,7 +49,7 @@ export declare class NLDDTabBarItem extends LitElement {
|
|
|
47
49
|
_hasIconSlot: boolean;
|
|
48
50
|
/** Set by nldd-tab-bar. Not part of the public API. */
|
|
49
51
|
_navigation: boolean;
|
|
50
|
-
/** Set by nldd-tab-bar. Marks this item as the keyboard entry point when no tab is
|
|
52
|
+
/** Set by nldd-tab-bar. Marks this item as the keyboard entry point when no tab is current. */
|
|
51
53
|
_isFallbackFocusable: boolean;
|
|
52
54
|
/** Set by nldd-tab-bar. True when the whole bar is disabled; drops the tab out
|
|
53
55
|
* of the tab order and blocks activation. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab-bar.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tab-bar/tab-bar.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAUjC,qBACa,cAAe,SAAQ,UAAU;IAC7C,OAAgB,MAAM,0BAAoB;
|
|
1
|
+
{"version":3,"file":"tab-bar.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tab-bar/tab-bar.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAUjC,qBACa,cAAe,SAAQ,UAAU;IAC7C,OAAgB,MAAM,0BAAoB;IAE1C;uDACmD;IAEnD,OAAO,UAAS;IAGhB,IAAI,SAAM;IAEV,uDAAuD;IAEvD,aAAa,EAAE,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,EAAE,CAAM;IAK3D,OAAO,CAAC,cAAc,CAA8C;IAGpE,IAAI,SAAM;IAEV;yEACqE;IAErE,IAAI,SAAM;IAEV,0GAA0G;IAE1G,IAAI,EAAE,IAAI,GAAG,IAAI,CAAQ;IAEzB,IAAI,iBAAiB,IAAI,eAAe,GAAG,MAAM,GAAG,MAAM,CAOzD;IAGD,YAAY,UAAS;IAErB,uDAAuD;IAEvD,WAAW,UAAS;IAEpB,+FAA+F;IAE/F,oBAAoB,UAAS;IAE7B;kDAC8C;IAE9C,cAAc,UAAS;IAEd,iBAAiB,IAAI,IAAI;IAazB,OAAO,IAAI,IAAI;IAIf,KAAK,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,IAAI;IAI5C,iBAAiB,CAAC,CAAC,EAAE,KAAK,GAAG,IAAI;IAKjC,YAAY,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAiBvB,MAAM;CAGf;AAKD,qBACa,UAAW,SAAQ,UAAU;IACzC,OAAgB,MAAM,0BAAgB;IAEtC,wFAAwF;IAExF,QAAQ,UAAS;IAGjB,OAAO,EAAE,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,EAAE,CAAM;IAErD,yGAAyG;IAEzG,IAAI,EAAE,IAAI,GAAG,IAAI,CAAQ;IAGzB,UAAU,UAAS;IAEnB;sFACkF;IAElF,QAAQ,UAAS;IAGjB,eAAe,SAAM;IAGrB,OAAO,CAAC,eAAe,CAAS;IAEvB,iBAAiB,IAAI,IAAI;IAMzB,oBAAoB,IAAI,IAAI;IAM5B,YAAY,IAAI,IAAI;IAOpB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAW/D,OAAO,CAAC,SAAS;IAUjB,OAAO,CAAC,UAAU;IAkBlB,aAAa,IAAI,IAAI;IAIrB,OAAO,CAAC,iBAAiB,CAmBvB;IAEF,OAAO,CAAC,cAAc,CA2CpB;IAEO,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,cAAc,EAAE,UAAU,CAAC;QAC3B,mBAAmB,EAAE,cAAc,CAAC;KACpC;CACD"}
|
|
@@ -25,7 +25,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
25
25
|
* ---
|
|
26
26
|
*
|
|
27
27
|
* @element nldd-tab-bar-item
|
|
28
|
-
* @attr {boolean}
|
|
28
|
+
* @attr {boolean} current - The item you are on. A tab bar switching content manages it itself and renders it as `aria-selected`; a `navigation` bar leaves it to the consumer, since it follows the route, and renders it as `aria-current="page"`. Unlike a list row, which separates `current` from `selected` because it can be both at once, a tab bar has exactly one active item.
|
|
29
29
|
* @attr {string} text - Tab text; also used as accessible name for icon-only items
|
|
30
30
|
* @attr {string} href - Optional link URL; renders an anchor instead of a button
|
|
31
31
|
* @attr {string} icon - Icon name for nldd-icon; an alternative to the icon slot. The icon and icon-and-text variants fall back to a placeholder icon when neither is provided.
|
|
@@ -45,7 +45,9 @@ import { sanitizeUrl } from '../../../utilities/sanitize-url.js';
|
|
|
45
45
|
let NLDDTabBarItem = class NLDDTabBarItem extends LitElement {
|
|
46
46
|
constructor() {
|
|
47
47
|
super(...arguments);
|
|
48
|
-
|
|
48
|
+
/** The item you are on. `aria-selected` in a tab bar that switches content,
|
|
49
|
+
* `aria-current="page"` in a `navigation` bar. */
|
|
50
|
+
this.current = false;
|
|
49
51
|
this.href = '';
|
|
50
52
|
/** Set by nldd-tab-bar. Not part of the public API. */
|
|
51
53
|
this._groupVariant = '';
|
|
@@ -62,7 +64,7 @@ let NLDDTabBarItem = class NLDDTabBarItem extends LitElement {
|
|
|
62
64
|
this._hasIconSlot = false;
|
|
63
65
|
/** Set by nldd-tab-bar. Not part of the public API. */
|
|
64
66
|
this._navigation = false;
|
|
65
|
-
/** Set by nldd-tab-bar. Marks this item as the keyboard entry point when no tab is
|
|
67
|
+
/** Set by nldd-tab-bar. Marks this item as the keyboard entry point when no tab is current. */
|
|
66
68
|
this._isFallbackFocusable = false;
|
|
67
69
|
/** Set by nldd-tab-bar. True when the whole bar is disabled; drops the tab out
|
|
68
70
|
* of the tab order and blocks activation. */
|
|
@@ -88,6 +90,9 @@ let NLDDTabBarItem = class NLDDTabBarItem extends LitElement {
|
|
|
88
90
|
if (attr === 'text' || attr === 'icon' || attr === 'icon-and-text') {
|
|
89
91
|
this._authorVariant = attr;
|
|
90
92
|
}
|
|
93
|
+
if (import.meta.env?.DEV && this.hasAttribute('selected')) {
|
|
94
|
+
console.warn('nldd-tab-bar-item: `selected` is now `current` and the old attribute does nothing; rename it.');
|
|
95
|
+
}
|
|
91
96
|
}
|
|
92
97
|
updated() {
|
|
93
98
|
this.setAttribute('variant', this._effectiveVariant);
|
|
@@ -101,7 +106,7 @@ let NLDDTabBarItem = class NLDDTabBarItem extends LitElement {
|
|
|
101
106
|
}
|
|
102
107
|
_handleClick(event) {
|
|
103
108
|
// A disabled bar is inert: swallow the activation and fire no `select`, so a
|
|
104
|
-
// clicked link never navigates and no tab
|
|
109
|
+
// clicked link never navigates and no tab becomes the current one.
|
|
105
110
|
if (this._groupDisabled) {
|
|
106
111
|
event.preventDefault();
|
|
107
112
|
return;
|
|
@@ -122,7 +127,7 @@ let NLDDTabBarItem = class NLDDTabBarItem extends LitElement {
|
|
|
122
127
|
NLDDTabBarItem.styles = tabBarItemStyles;
|
|
123
128
|
__decorate([
|
|
124
129
|
property({ type: Boolean, reflect: true })
|
|
125
|
-
], NLDDTabBarItem.prototype, "
|
|
130
|
+
], NLDDTabBarItem.prototype, "current", void 0);
|
|
126
131
|
__decorate([
|
|
127
132
|
property({ type: String })
|
|
128
133
|
], NLDDTabBarItem.prototype, "href", void 0);
|
|
@@ -174,15 +179,15 @@ let NLDDTabBar = class NLDDTabBar extends LitElement {
|
|
|
174
179
|
event.stopPropagation();
|
|
175
180
|
if (this.disabled)
|
|
176
181
|
return;
|
|
177
|
-
// Navigation tabs are controlled by the consumer (
|
|
178
|
-
// route), so don't
|
|
182
|
+
// Navigation tabs are controlled by the consumer (the current tab follows
|
|
183
|
+
// the route), so don't mark one on click — matching the keyboard path, which
|
|
179
184
|
// already skips auto-activation for navigation tabs. A click that doesn't
|
|
180
|
-
// actually navigate (e.g. blocked by a guard) must not leave the tab
|
|
181
|
-
//
|
|
185
|
+
// actually navigate (e.g. blocked by a guard) must not leave the tab looking
|
|
186
|
+
// current. Content-switching tabs still self-manage.
|
|
182
187
|
if (!this.navigation) {
|
|
183
188
|
const items = this._getItems();
|
|
184
189
|
items.forEach(item => {
|
|
185
|
-
item.
|
|
190
|
+
item.current = item === event.detail.item;
|
|
186
191
|
});
|
|
187
192
|
}
|
|
188
193
|
this.dispatchEvent(new CustomEvent('tabchange', {
|
|
@@ -223,7 +228,7 @@ let NLDDTabBar = class NLDDTabBar extends LitElement {
|
|
|
223
228
|
items[newIndex].focus();
|
|
224
229
|
// Auto-activate only for content-switching tabs, not navigation tabs
|
|
225
230
|
if (!this.navigation) {
|
|
226
|
-
items.forEach(item => { item.
|
|
231
|
+
items.forEach(item => { item.current = item === items[newIndex]; });
|
|
227
232
|
this.dispatchEvent(new CustomEvent('tabchange', {
|
|
228
233
|
bubbles: true,
|
|
229
234
|
composed: true,
|
|
@@ -274,10 +279,10 @@ let NLDDTabBar = class NLDDTabBar extends LitElement {
|
|
|
274
279
|
item._groupDisabled = this.disabled;
|
|
275
280
|
});
|
|
276
281
|
// Ensure keyboard entry point
|
|
277
|
-
const
|
|
282
|
+
const hasCurrent = items.some(item => item.current);
|
|
278
283
|
const firstItem = items[0] ?? null;
|
|
279
284
|
items.forEach(item => {
|
|
280
|
-
item._isFallbackFocusable = !
|
|
285
|
+
item._isFallbackFocusable = !hasCurrent && item === firstItem;
|
|
281
286
|
});
|
|
282
287
|
}
|
|
283
288
|
_onSlotChange() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab-bar.js","sourceRoot":"","sources":["../../../../src/components/navigation/tab-bar/tab-bar.ts"],"names":[],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3E,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AAGjE,sBAAsB;AAGf,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,UAAU;IAAvC;;
|
|
1
|
+
{"version":3,"file":"tab-bar.js","sourceRoot":"","sources":["../../../../src/components/navigation/tab-bar/tab-bar.ts"],"names":[],"mappings":"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"}
|