@six-group/ui-library 0.0.0-insider.b8b84f6 → 0.0.0-insider.b9edd84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/cjs/app-globals-3a1e7e63.js +7 -0
- package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
- package/dist/cjs/error-messages-6e8049a4.js +119 -0
- package/dist/cjs/error-messages-6e8049a4.js.map +1 -0
- package/dist/cjs/event-listeners-9fb878f1.js +61 -0
- package/dist/cjs/event-listeners-9fb878f1.js.map +1 -0
- package/dist/cjs/{execution-control-b4707294.js → execution-control-d728da70.js} +15 -15
- package/dist/cjs/{execution-control-b4707294.js.map → execution-control-d728da70.js.map} +1 -1
- package/dist/cjs/focus-visible-e2c9255a.js +47 -0
- package/dist/cjs/{focus-visible-ae2470dd.js.map → focus-visible-e2c9255a.js.map} +1 -1
- package/dist/cjs/form-9ebaae7c.js +20 -0
- package/dist/cjs/{form-2df8c5bb.js.map → form-9ebaae7c.js.map} +1 -1
- package/dist/cjs/form-control-b39f1df5.js +36 -0
- package/dist/cjs/form-control-b39f1df5.js.map +1 -0
- package/dist/cjs/index-417a06c8.js +1936 -0
- package/dist/cjs/index-417a06c8.js.map +1 -0
- package/dist/cjs/index.cjs.js +55 -87
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +5 -3
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/cjs/modal-bd7fc5bc.js +35 -0
- package/dist/cjs/modal-bd7fc5bc.js.map +1 -0
- package/dist/cjs/{popover-2df7e154.js → popover-1e7c09f1.js} +99 -99
- package/dist/cjs/popover-1e7c09f1.js.map +1 -0
- package/dist/cjs/popup-e854acda.js +103 -0
- package/dist/cjs/popup-e854acda.js.map +1 -0
- package/dist/cjs/scroll-68033901.js +68 -0
- package/dist/cjs/scroll-68033901.js.map +1 -0
- package/dist/cjs/six-alert.cjs.entry.js +144 -111
- package/dist/cjs/six-alert.cjs.entry.js.map +1 -1
- package/dist/cjs/six-avatar.cjs.entry.js +23 -22
- package/dist/cjs/six-avatar.cjs.entry.js.map +1 -1
- package/dist/cjs/six-badge.cjs.entry.js +25 -24
- package/dist/cjs/six-badge.cjs.entry.js.map +1 -1
- package/dist/cjs/six-button.cjs.entry.js +98 -96
- package/dist/cjs/six-button.cjs.entry.js.map +1 -1
- package/dist/cjs/six-card.cjs.entry.js +10 -9
- package/dist/cjs/six-card.cjs.entry.js.map +1 -1
- package/dist/cjs/six-checkbox_2.cjs.entry.js +192 -0
- package/dist/cjs/six-checkbox_2.cjs.entry.js.map +1 -0
- package/dist/cjs/six-datepicker.cjs.entry.js +864 -840
- package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -1
- package/dist/cjs/six-details.cjs.entry.js +129 -128
- package/dist/cjs/six-details.cjs.entry.js.map +1 -1
- package/dist/cjs/six-dialog.cjs.entry.js +115 -131
- package/dist/cjs/six-dialog.cjs.entry.js.map +1 -1
- package/dist/cjs/six-drawer.cjs.entry.js +132 -149
- package/dist/cjs/six-drawer.cjs.entry.js.map +1 -1
- package/dist/cjs/six-dropdown_2.cjs.entry.js +722 -639
- package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -1
- package/dist/cjs/six-error-page.cjs.entry.js +84 -83
- package/dist/cjs/six-error-page.cjs.entry.js.map +1 -1
- package/dist/cjs/six-error.cjs.entry.js +22 -0
- package/dist/cjs/six-error.cjs.entry.js.map +1 -0
- package/dist/cjs/six-file-list-item.cjs.entry.js +36 -35
- package/dist/cjs/six-file-list-item.cjs.entry.js.map +1 -1
- package/dist/cjs/six-file-list.cjs.entry.js +9 -8
- package/dist/cjs/six-file-list.cjs.entry.js.map +1 -1
- package/dist/cjs/six-file-upload.cjs.entry.js +123 -100
- package/dist/cjs/six-file-upload.cjs.entry.js.map +1 -1
- package/dist/cjs/six-footer.cjs.entry.js +10 -9
- package/dist/cjs/six-footer.cjs.entry.js.map +1 -1
- package/dist/cjs/six-group-label.cjs.entry.js +45 -44
- package/dist/cjs/six-group-label.cjs.entry.js.map +1 -1
- package/dist/cjs/six-header.cjs.entry.js +180 -157
- package/dist/cjs/six-header.cjs.entry.js.map +1 -1
- package/dist/cjs/six-icon-button.cjs.entry.js +34 -33
- package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -1
- package/dist/cjs/six-icon.cjs.entry.js +24 -23
- package/dist/cjs/six-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/six-input.cjs.entry.js +203 -188
- package/dist/cjs/six-input.cjs.entry.js.map +1 -1
- package/dist/cjs/six-item-picker.cjs.entry.js +407 -310
- package/dist/cjs/six-item-picker.cjs.entry.js.map +1 -1
- package/dist/cjs/six-language-switcher.cjs.entry.js +53 -48
- package/dist/cjs/six-language-switcher.cjs.entry.js.map +1 -1
- package/dist/cjs/six-layout-grid.cjs.entry.js +22 -21
- package/dist/cjs/six-layout-grid.cjs.entry.js.map +1 -1
- package/dist/cjs/six-main-container.cjs.entry.js +11 -10
- package/dist/cjs/six-main-container.cjs.entry.js.map +1 -1
- package/dist/cjs/six-menu-divider.cjs.entry.js +10 -9
- package/dist/cjs/six-menu-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/six-menu-label.cjs.entry.js +10 -9
- package/dist/cjs/six-menu-label.cjs.entry.js.map +1 -1
- package/dist/cjs/six-picto.cjs.entry.js +16 -15
- package/dist/cjs/six-picto.cjs.entry.js.map +1 -1
- package/dist/cjs/six-progress-bar.cjs.entry.js +17 -16
- package/dist/cjs/six-progress-bar.cjs.entry.js.map +1 -1
- package/dist/cjs/six-progress-ring.cjs.entry.js +32 -31
- package/dist/cjs/six-progress-ring.cjs.entry.js.map +1 -1
- package/dist/cjs/six-radio.cjs.entry.js +106 -105
- package/dist/cjs/six-radio.cjs.entry.js.map +1 -1
- package/dist/cjs/six-range.cjs.entry.js +200 -186
- package/dist/cjs/six-range.cjs.entry.js.map +1 -1
- package/dist/cjs/six-root.cjs.entry.js +13 -31
- package/dist/cjs/six-root.cjs.entry.js.map +1 -1
- package/dist/cjs/six-search-field.cjs.entry.js +46 -45
- package/dist/cjs/six-search-field.cjs.entry.js.map +1 -1
- package/dist/cjs/six-select.cjs.entry.js +539 -362
- package/dist/cjs/six-select.cjs.entry.js.map +1 -1
- package/dist/cjs/six-sidebar-item-group.cjs.entry.js +58 -46
- package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -1
- package/dist/cjs/six-sidebar-item.cjs.entry.js +19 -16
- package/dist/cjs/six-sidebar-item.cjs.entry.js.map +1 -1
- package/dist/cjs/six-sidebar.cjs.entry.js +176 -175
- package/dist/cjs/six-sidebar.cjs.entry.js.map +1 -1
- package/dist/cjs/six-spinner.cjs.entry.js +17 -16
- package/dist/cjs/six-spinner.cjs.entry.js.map +1 -1
- package/dist/cjs/six-stage-indicator.cjs.entry.js +23 -0
- package/dist/cjs/six-stage-indicator.cjs.entry.js.map +1 -0
- package/dist/cjs/six-switch.cjs.entry.js +109 -90
- package/dist/cjs/six-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tab-group.cjs.entry.js +256 -235
- package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tab-panel.cjs.entry.js +16 -15
- package/dist/cjs/six-tab-panel.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tab.cjs.entry.js +57 -40
- package/dist/cjs/six-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tag.cjs.entry.js +57 -34
- package/dist/cjs/six-tag.cjs.entry.js.map +1 -1
- package/dist/cjs/six-textarea.cjs.entry.js +183 -179
- package/dist/cjs/six-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tile.cjs.entry.js +79 -78
- package/dist/cjs/six-tile.cjs.entry.js.map +1 -1
- package/dist/cjs/six-timepicker.cjs.entry.js +350 -354
- package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tooltip.cjs.entry.js +150 -149
- package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/slot-1b1232a1.js +51 -0
- package/dist/cjs/slot-1b1232a1.js.map +1 -0
- package/dist/cjs/types-d3da200b.js +19 -0
- package/dist/cjs/types-d3da200b.js.map +1 -0
- package/dist/cjs/ui-library.cjs.js +13 -11
- package/dist/cjs/ui-library.cjs.js.map +1 -1
- package/dist/collection/assets/TRADEMARKS.md +3 -3
- package/dist/collection/collection-manifest.json +7 -7
- package/dist/collection/components/six-alert/six-alert.css +5 -1
- package/dist/collection/components/six-alert/six-alert.js +382 -337
- package/dist/collection/components/six-alert/six-alert.js.map +1 -1
- package/dist/collection/components/six-avatar/six-avatar.css +2 -2
- package/dist/collection/components/six-avatar/six-avatar.js +111 -111
- package/dist/collection/components/six-avatar/six-avatar.js.map +1 -1
- package/dist/collection/components/six-badge/six-badge.css +1 -1
- package/dist/collection/components/six-badge/six-badge.js +90 -90
- package/dist/collection/components/six-badge/six-badge.js.map +1 -1
- package/dist/collection/components/six-button/six-button.css +23 -30
- package/dist/collection/components/six-button/six-button.js +448 -446
- package/dist/collection/components/six-button/six-button.js.map +1 -1
- package/dist/collection/components/six-card/six-card.css +4 -5
- package/dist/collection/components/six-card/six-card.js +15 -15
- package/dist/collection/components/six-card/six-card.js.map +1 -1
- package/dist/collection/components/six-checkbox/six-checkbox.css +12 -2
- package/dist/collection/components/six-checkbox/six-checkbox.js +421 -399
- package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -1
- package/dist/collection/components/six-datepicker/components/day-selection.js +8 -8
- package/dist/collection/components/six-datepicker/components/day-selection.js.map +1 -1
- package/dist/collection/components/six-datepicker/components/month-selection.js +8 -8
- package/dist/collection/components/six-datepicker/components/month-selection.js.map +1 -1
- package/dist/collection/components/six-datepicker/components/year-selection.js +8 -8
- package/dist/collection/components/six-datepicker/components/year-selection.js.map +1 -1
- package/dist/collection/components/six-datepicker/six-date-formats.js +21 -20
- package/dist/collection/components/six-datepicker/six-date-formats.js.map +1 -1
- package/dist/collection/components/six-datepicker/six-datepicker.css +1 -1
- package/dist/collection/components/six-datepicker/six-datepicker.js +1054 -1039
- package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -1
- package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +14 -14
- package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js.map +1 -1
- package/dist/collection/components/six-details/six-details.css +4 -6
- package/dist/collection/components/six-details/six-details.js +410 -410
- package/dist/collection/components/six-details/six-details.js.map +1 -1
- package/dist/collection/components/six-dialog/six-dialog.css +2 -2
- package/dist/collection/components/six-dialog/six-dialog.js +340 -358
- package/dist/collection/components/six-dialog/six-dialog.js.map +1 -1
- package/dist/collection/components/six-drawer/six-drawer.css +2 -2
- package/dist/collection/components/six-drawer/six-drawer.js +393 -412
- package/dist/collection/components/six-drawer/six-drawer.js.map +1 -1
- package/dist/collection/components/six-dropdown/six-dropdown.css +22 -6
- package/dist/collection/components/six-dropdown/six-dropdown.js +983 -891
- package/dist/collection/components/six-dropdown/six-dropdown.js.map +1 -1
- package/dist/collection/components/six-error/six-error.css +6 -0
- package/dist/collection/components/six-error/six-error.js +25 -0
- package/dist/collection/components/six-error/six-error.js.map +1 -0
- package/dist/collection/components/six-error-page/six-error-page.js +177 -177
- package/dist/collection/components/six-error-page/six-error-page.js.map +1 -1
- package/dist/collection/components/six-file-list/six-file-list.js +15 -15
- package/dist/collection/components/six-file-list/six-file-list.js.map +1 -1
- package/dist/collection/components/six-file-list-item/six-file-list-item.css +1 -1
- package/dist/collection/components/six-file-list-item/six-file-list-item.js +195 -195
- package/dist/collection/components/six-file-list-item/six-file-list-item.js.map +1 -1
- package/dist/collection/components/six-file-upload/six-file-upload.css +12 -4
- package/dist/collection/components/six-file-upload/six-file-upload.js +369 -291
- package/dist/collection/components/six-file-upload/six-file-upload.js.map +1 -1
- package/dist/collection/components/six-footer/six-footer.css +2 -2
- package/dist/collection/components/six-footer/six-footer.js +15 -15
- package/dist/collection/components/six-footer/six-footer.js.map +1 -1
- package/dist/collection/components/six-group-label/six-group-label.css +5 -2
- package/dist/collection/components/six-group-label/six-group-label.js +155 -155
- package/dist/collection/components/six-group-label/six-group-label.js.map +1 -1
- package/dist/collection/components/six-header/six-header.css +15 -2
- package/dist/collection/components/six-header/six-header.js +464 -405
- package/dist/collection/components/six-header/six-header.js.map +1 -1
- package/dist/collection/components/six-icon/six-icon.css +5 -2
- package/dist/collection/components/six-icon/six-icon.js +71 -71
- package/dist/collection/components/six-icon/six-icon.js.map +1 -1
- package/dist/collection/components/six-icon-button/six-icon-button.css +5 -5
- package/dist/collection/components/six-icon-button/six-icon-button.js +131 -131
- package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -1
- package/dist/collection/components/six-input/six-input.css +15 -2
- package/dist/collection/components/six-input/six-input.js +1006 -919
- package/dist/collection/components/six-input/six-input.js.map +1 -1
- package/dist/collection/components/six-item-picker/six-item-picker.css +8 -0
- package/dist/collection/components/six-item-picker/six-item-picker.js +727 -631
- package/dist/collection/components/six-item-picker/six-item-picker.js.map +1 -1
- package/dist/collection/components/six-item-picker/types.js +9 -7
- package/dist/collection/components/six-item-picker/types.js.map +1 -1
- package/dist/collection/components/six-language-switcher/six-language-switcher.css +7 -2
- package/dist/collection/components/six-language-switcher/six-language-switcher.js +128 -124
- package/dist/collection/components/six-language-switcher/six-language-switcher.js.map +1 -1
- package/dist/collection/components/six-layout-grid/six-layout-grid.js +54 -54
- package/dist/collection/components/six-layout-grid/six-layout-grid.js.map +1 -1
- package/dist/collection/components/six-main-container/six-main-container.js +41 -41
- package/dist/collection/components/six-main-container/six-main-container.js.map +1 -1
- package/dist/collection/components/six-menu/six-menu.css +8 -7
- package/dist/collection/components/six-menu/six-menu.js +397 -366
- package/dist/collection/components/six-menu/six-menu.js.map +1 -1
- package/dist/collection/components/six-menu-divider/six-menu-divider.css +3 -2
- package/dist/collection/components/six-menu-divider/six-menu-divider.js +15 -15
- package/dist/collection/components/six-menu-divider/six-menu-divider.js.map +1 -1
- package/dist/collection/components/six-menu-item/six-menu-item.css +13 -2
- package/dist/collection/components/six-menu-item/six-menu-item.js +209 -180
- package/dist/collection/components/six-menu-item/six-menu-item.js.map +1 -1
- package/dist/collection/components/six-menu-label/six-menu-label.css +1 -1
- package/dist/collection/components/six-menu-label/six-menu-label.js +15 -15
- package/dist/collection/components/six-menu-label/six-menu-label.js.map +1 -1
- package/dist/collection/components/six-picto/six-picto.js +46 -46
- package/dist/collection/components/six-picto/six-picto.js.map +1 -1
- package/dist/collection/components/six-progress-bar/six-progress-bar.css +1 -1
- package/dist/collection/components/six-progress-bar/six-progress-bar.js +64 -64
- package/dist/collection/components/six-progress-bar/six-progress-bar.js.map +1 -1
- package/dist/collection/components/six-progress-ring/six-progress-ring.css +1 -1
- package/dist/collection/components/six-progress-ring/six-progress-ring.js +100 -100
- package/dist/collection/components/six-progress-ring/six-progress-ring.js.map +1 -1
- package/dist/collection/components/six-radio/six-radio.css +1 -1
- package/dist/collection/components/six-radio/six-radio.js +321 -320
- package/dist/collection/components/six-radio/six-radio.js.map +1 -1
- package/dist/collection/components/six-range/six-range.css +6 -3
- package/dist/collection/components/six-range/six-range.js +574 -542
- package/dist/collection/components/six-range/six-range.js.map +1 -1
- package/dist/collection/components/six-root/six-root.js +84 -152
- package/dist/collection/components/six-root/six-root.js.map +1 -1
- package/dist/collection/components/six-search-field/six-search-field.css +1 -1
- package/dist/collection/components/six-search-field/six-search-field.js +169 -169
- package/dist/collection/components/six-search-field/six-search-field.js.map +1 -1
- package/dist/collection/components/six-select/six-select.css +58 -67
- package/dist/collection/components/six-select/six-select.js +1124 -919
- package/dist/collection/components/six-select/six-select.js.map +1 -1
- package/dist/collection/components/six-select/util.js +58 -34
- package/dist/collection/components/six-select/util.js.map +1 -1
- package/dist/collection/components/six-sidebar/six-sidebar.css +2 -2
- package/dist/collection/components/six-sidebar/six-sidebar.js +466 -464
- package/dist/collection/components/six-sidebar/six-sidebar.js.map +1 -1
- package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +6 -1
- package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +101 -82
- package/dist/collection/components/six-sidebar-item/six-sidebar-item.js.map +1 -1
- package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +13 -1
- package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +180 -152
- package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -1
- package/dist/collection/components/six-spinner/six-spinner.css +1 -1
- package/dist/collection/components/six-spinner/six-spinner.js +47 -46
- package/dist/collection/components/six-spinner/six-spinner.js.map +1 -1
- package/dist/collection/components/six-stage-indicator/six-stage-indicator.css +1 -1
- package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +45 -45
- package/dist/collection/components/six-stage-indicator/six-stage-indicator.js.map +1 -1
- package/dist/collection/components/six-switch/six-switch.css +5 -2
- package/dist/collection/components/six-switch/six-switch.js +386 -344
- package/dist/collection/components/six-switch/six-switch.js.map +1 -1
- package/dist/collection/components/six-tab/six-tab.css +55 -6
- package/dist/collection/components/six-tab/six-tab.js +206 -189
- package/dist/collection/components/six-tab/six-tab.js.map +1 -1
- package/dist/collection/components/six-tab-group/six-tab-group.css +1 -32
- package/dist/collection/components/six-tab-group/six-tab-group.js +343 -357
- package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -1
- package/dist/collection/components/six-tab-panel/six-tab-panel.css +1 -1
- package/dist/collection/components/six-tab-panel/six-tab-panel.js +63 -63
- package/dist/collection/components/six-tab-panel/six-tab-panel.js.map +1 -1
- package/dist/collection/components/six-tag/six-tag.css +1 -1
- package/dist/collection/components/six-tag/six-tag.js +161 -139
- package/dist/collection/components/six-tag/six-tag.js.map +1 -1
- package/dist/collection/components/six-textarea/six-textarea.css +10 -2
- package/dist/collection/components/six-textarea/six-textarea.js +792 -763
- package/dist/collection/components/six-textarea/six-textarea.js.map +1 -1
- package/dist/collection/components/six-tile/six-tile.css +2 -2
- package/dist/collection/components/six-tile/six-tile.js +298 -298
- package/dist/collection/components/six-tile/six-tile.js.map +1 -1
- package/dist/collection/components/six-timepicker/six-timepicker.css +1 -1
- package/dist/collection/components/six-timepicker/six-timepicker.js +825 -812
- package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -1
- package/dist/collection/components/six-tooltip/six-tooltip.css +2 -2
- package/dist/collection/components/six-tooltip/six-tooltip.js +407 -407
- package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -1
- package/dist/collection/files/noto-sans-cyrillic-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-900-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
- package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-100-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-100-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-200-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-200-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-300-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-300-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-400-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-400-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-500-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-500-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-600-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-600-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-700-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-700-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-800-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-800-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-900-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-devanagari-900-normal.woff +0 -0
- package/dist/collection/files/noto-sans-devanagari-900-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-100-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-100-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-200-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-200-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-300-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-300-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-400-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-400-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-500-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-500-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-600-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-600-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-700-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-700-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-800-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-800-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-900-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-900-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-900-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-greek-ext-900-normal.woff +0 -0
- package/dist/collection/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-100-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-100-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-200-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-200-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-300-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-300-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-400-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-400-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-500-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-500-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-600-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-600-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-700-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-700-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-800-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-800-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-900-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-900-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-900-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-latin-ext-900-normal.woff +0 -0
- package/dist/collection/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
- package/dist/collection/files/noto-sans-vietnamese-900-normal.woff +0 -0
- package/dist/collection/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
- package/dist/collection/functional-components/form-control/form-control.js +19 -17
- package/dist/collection/functional-components/form-control/form-control.js.map +1 -1
- package/dist/collection/index.js +1 -0
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/testUtil/delay.js +1 -1
- package/dist/collection/testUtil/delay.js.map +1 -1
- package/dist/collection/utils/alert.js +54 -0
- package/dist/collection/utils/alert.js.map +1 -0
- package/dist/collection/utils/animation.js +34 -0
- package/dist/collection/utils/animation.js.map +1 -0
- package/dist/collection/utils/date-util.js +525 -500
- package/dist/collection/utils/date-util.js.map +1 -1
- package/dist/collection/utils/error-messages.js +102 -81
- package/dist/collection/utils/error-messages.js.map +1 -1
- package/dist/collection/utils/event-listeners.js +51 -51
- package/dist/collection/utils/event-listeners.js.map +1 -1
- package/dist/collection/utils/execution-control.js +14 -14
- package/dist/collection/utils/execution-control.js.map +1 -1
- package/dist/collection/utils/focus-visible.js +28 -28
- package/dist/collection/utils/focus-visible.js.map +1 -1
- package/dist/collection/utils/form.js +12 -12
- package/dist/collection/utils/form.js.map +1 -1
- package/dist/collection/utils/modal.js +25 -25
- package/dist/collection/utils/modal.js.map +1 -1
- package/dist/collection/utils/offset.js +4 -4
- package/dist/collection/utils/offset.js.map +1 -1
- package/dist/collection/utils/popover.js +99 -99
- package/dist/collection/utils/popover.js.map +1 -1
- package/dist/collection/utils/popup.js +71 -71
- package/dist/collection/utils/popup.js.map +1 -1
- package/dist/collection/utils/scroll.js +27 -27
- package/dist/collection/utils/scroll.js.map +1 -1
- package/dist/collection/utils/slot.js +28 -29
- package/dist/collection/utils/slot.js.map +1 -1
- package/dist/collection/utils/tabbable.js +17 -17
- package/dist/collection/utils/tabbable.js.map +1 -1
- package/dist/collection/utils/time.util.js +72 -72
- package/dist/collection/utils/time.util.js.map +1 -1
- package/dist/components/event-listeners.js +51 -51
- package/dist/components/event-listeners.js.map +1 -1
- package/dist/components/execution-control.js +14 -14
- package/dist/components/execution-control.js.map +1 -1
- package/dist/components/focus-visible.js +28 -28
- package/dist/components/focus-visible.js.map +1 -1
- package/dist/components/form-control.js +26 -23
- package/dist/components/form-control.js.map +1 -1
- package/dist/components/form.js +12 -12
- package/dist/components/form.js.map +1 -1
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +113 -149
- package/dist/components/index.js.map +1 -1
- package/dist/components/modal.js +26 -42
- package/dist/components/modal.js.map +1 -1
- package/dist/components/popover.js +98 -98
- package/dist/components/popover.js.map +1 -1
- package/dist/components/scroll.js +32 -32
- package/dist/components/scroll.js.map +1 -1
- package/dist/components/six-alert.d.ts +2 -2
- package/dist/components/six-alert.js +178 -142
- package/dist/components/six-alert.js.map +1 -1
- package/dist/components/six-avatar.d.ts +2 -2
- package/dist/components/six-avatar.js +46 -45
- package/dist/components/six-avatar.js.map +1 -1
- package/dist/components/six-badge.d.ts +2 -2
- package/dist/components/six-badge.js +41 -40
- package/dist/components/six-badge.js.map +1 -1
- package/dist/components/six-button.d.ts +2 -2
- package/dist/components/six-button.js +1 -142
- package/dist/components/six-button.js.map +1 -1
- package/dist/components/six-button2.js +148 -0
- package/dist/components/six-button2.js.map +1 -0
- package/dist/components/six-card.d.ts +2 -2
- package/dist/components/six-card.js +22 -21
- package/dist/components/six-card.js.map +1 -1
- package/dist/components/six-checkbox.d.ts +2 -2
- package/dist/components/six-checkbox.js +1 -145
- package/dist/components/six-checkbox.js.map +1 -1
- package/dist/components/six-checkbox2.js +166 -0
- package/dist/components/six-checkbox2.js.map +1 -0
- package/dist/components/six-datepicker.d.ts +2 -2
- package/dist/components/six-datepicker.js +934 -900
- package/dist/components/six-datepicker.js.map +1 -1
- package/dist/components/six-details.d.ts +2 -2
- package/dist/components/six-details2.js +159 -156
- package/dist/components/six-details2.js.map +1 -1
- package/dist/components/six-dialog.d.ts +2 -2
- package/dist/components/six-dialog.js +145 -159
- package/dist/components/six-dialog.js.map +1 -1
- package/dist/components/six-drawer.d.ts +2 -2
- package/dist/components/six-drawer.js +164 -179
- package/dist/components/six-drawer.js.map +1 -1
- package/dist/components/six-dropdown.d.ts +2 -2
- package/dist/components/six-dropdown2.js +554 -464
- package/dist/components/six-dropdown2.js.map +1 -1
- package/dist/components/six-error-page.d.ts +2 -2
- package/dist/components/six-error-page.js +107 -106
- package/dist/components/six-error-page.js.map +1 -1
- package/dist/components/{set-attributes.d.ts → six-error.d.ts} +4 -4
- package/dist/components/six-error.js +8 -0
- package/dist/components/six-error.js.map +1 -0
- package/dist/components/six-error2.js +33 -0
- package/dist/components/six-error2.js.map +1 -0
- package/dist/components/six-file-list-item.d.ts +2 -2
- package/dist/components/six-file-list-item.js +60 -59
- package/dist/components/six-file-list-item.js.map +1 -1
- package/dist/components/six-file-list.d.ts +2 -2
- package/dist/components/six-file-list.js +21 -20
- package/dist/components/six-file-list.js.map +1 -1
- package/dist/components/six-file-upload.d.ts +2 -2
- package/dist/components/six-file-upload.js +165 -126
- package/dist/components/six-file-upload.js.map +1 -1
- package/dist/components/six-footer.d.ts +2 -2
- package/dist/components/six-footer.js +22 -21
- package/dist/components/six-footer.js.map +1 -1
- package/dist/components/six-group-label.d.ts +2 -2
- package/dist/components/six-group-label.js +72 -62
- package/dist/components/six-group-label.js.map +1 -1
- package/dist/components/six-header.d.ts +2 -2
- package/dist/components/six-header.js +246 -207
- package/dist/components/six-header.js.map +1 -1
- package/dist/components/six-icon-button.d.ts +2 -2
- package/dist/components/six-icon-button2.js +56 -55
- package/dist/components/six-icon-button2.js.map +1 -1
- package/dist/components/six-icon.d.ts +2 -2
- package/dist/components/six-icon2.js +39 -38
- package/dist/components/six-icon2.js.map +1 -1
- package/dist/components/six-input.d.ts +2 -2
- package/dist/components/six-input2.js +269 -239
- package/dist/components/six-input2.js.map +1 -1
- package/dist/components/six-item-picker.d.ts +2 -2
- package/dist/components/six-item-picker2.js +451 -348
- package/dist/components/six-item-picker2.js.map +1 -1
- package/dist/components/six-language-switcher.d.ts +2 -2
- package/dist/components/six-language-switcher.js +70 -63
- package/dist/components/six-language-switcher.js.map +1 -1
- package/dist/components/six-layout-grid.d.ts +2 -2
- package/dist/components/six-layout-grid.js +38 -35
- package/dist/components/six-layout-grid.js.map +1 -1
- package/dist/components/six-main-container.d.ts +2 -2
- package/dist/components/six-main-container.js +25 -24
- package/dist/components/six-main-container.js.map +1 -1
- package/dist/components/six-menu-divider.d.ts +2 -2
- package/dist/components/six-menu-divider.js +22 -21
- package/dist/components/six-menu-divider.js.map +1 -1
- package/dist/components/six-menu-item.d.ts +2 -2
- package/dist/components/six-menu-item2.js +99 -75
- package/dist/components/six-menu-item2.js.map +1 -1
- package/dist/components/six-menu-label.d.ts +2 -2
- package/dist/components/six-menu-label.js +22 -21
- package/dist/components/six-menu-label.js.map +1 -1
- package/dist/components/six-menu.d.ts +2 -2
- package/dist/components/six-menu2.js +246 -220
- package/dist/components/six-menu2.js.map +1 -1
- package/dist/components/six-picto.d.ts +2 -2
- package/dist/components/six-picto2.js +30 -29
- package/dist/components/six-picto2.js.map +1 -1
- package/dist/components/six-progress-bar.d.ts +2 -2
- package/dist/components/six-progress-bar.js +32 -31
- package/dist/components/six-progress-bar.js.map +1 -1
- package/dist/components/six-progress-ring.d.ts +2 -2
- package/dist/components/six-progress-ring.js +50 -47
- package/dist/components/six-progress-ring.js.map +1 -1
- package/dist/components/six-radio.d.ts +2 -2
- package/dist/components/six-radio.js +129 -125
- package/dist/components/six-radio.js.map +1 -1
- package/dist/components/six-range.d.ts +2 -2
- package/dist/components/six-range.js +244 -215
- package/dist/components/six-range.js.map +1 -1
- package/dist/components/six-root.d.ts +2 -2
- package/dist/components/six-root.js +40 -66
- package/dist/components/six-root.js.map +1 -1
- package/dist/components/six-search-field.d.ts +2 -2
- package/dist/components/six-search-field.js +80 -71
- package/dist/components/six-search-field.js.map +1 -1
- package/dist/components/six-select.d.ts +2 -2
- package/dist/components/six-select.js +766 -449
- package/dist/components/six-select.js.map +1 -1
- package/dist/components/six-sidebar-item-group.d.ts +2 -2
- package/dist/components/six-sidebar-item-group.js +88 -75
- package/dist/components/six-sidebar-item-group.js.map +1 -1
- package/dist/components/six-sidebar-item.d.ts +2 -2
- package/dist/components/six-sidebar-item.js +36 -32
- package/dist/components/six-sidebar-item.js.map +1 -1
- package/dist/components/six-sidebar.d.ts +2 -2
- package/dist/components/six-sidebar.js +200 -197
- package/dist/components/six-sidebar.js.map +1 -1
- package/dist/components/six-spinner.d.ts +2 -2
- package/dist/components/six-spinner2.js +31 -30
- package/dist/components/six-spinner2.js.map +1 -1
- package/dist/components/six-stage-indicator.d.ts +2 -2
- package/dist/components/six-stage-indicator2.js +30 -29
- package/dist/components/six-stage-indicator2.js.map +1 -1
- package/dist/components/six-switch.d.ts +2 -2
- package/dist/components/six-switch.js +143 -112
- package/dist/components/six-switch.js.map +1 -1
- package/dist/components/six-tab-group.d.ts +2 -2
- package/dist/components/six-tab-group.js +286 -262
- package/dist/components/six-tab-group.js.map +1 -1
- package/dist/components/six-tab-panel.d.ts +2 -2
- package/dist/components/six-tab-panel.js +31 -30
- package/dist/components/six-tab-panel.js.map +1 -1
- package/dist/components/six-tab.d.ts +2 -2
- package/dist/components/six-tab.js +86 -69
- package/dist/components/six-tab.js.map +1 -1
- package/dist/components/six-tag.d.ts +2 -2
- package/dist/components/six-tag.js +99 -1
- package/dist/components/six-tag.js.map +1 -1
- package/dist/components/six-textarea.d.ts +2 -2
- package/dist/components/six-textarea.js +236 -218
- package/dist/components/six-textarea.js.map +1 -1
- package/dist/components/six-tile.d.ts +2 -2
- package/dist/components/six-tile.js +118 -117
- package/dist/components/six-tile.js.map +1 -1
- package/dist/components/six-timepicker.d.ts +2 -2
- package/dist/components/six-timepicker2.js +492 -487
- package/dist/components/six-timepicker2.js.map +1 -1
- package/dist/components/six-tooltip.d.ts +2 -2
- package/dist/components/six-tooltip2.js +173 -170
- package/dist/components/six-tooltip2.js.map +1 -1
- package/dist/components/slot.js +29 -30
- package/dist/components/slot.js.map +1 -1
- package/dist/components.d.ts +35 -21
- package/dist/components.json +1277 -312
- package/dist/esm/app-globals-0f993ce5.js +5 -0
- package/dist/esm/app-globals-0f993ce5.js.map +1 -0
- package/dist/esm/error-messages-1eaaad23.js +115 -0
- package/dist/esm/error-messages-1eaaad23.js.map +1 -0
- package/dist/esm/event-listeners-706d4309.js +59 -0
- package/dist/esm/event-listeners-706d4309.js.map +1 -0
- package/dist/esm/{execution-control-e0892a05.js → execution-control-2ebaf4ef.js} +15 -15
- package/dist/esm/{execution-control-e0892a05.js.map → execution-control-2ebaf4ef.js.map} +1 -1
- package/dist/esm/focus-visible-d9dbfeef.js +45 -0
- package/dist/esm/{focus-visible-fc6ac671.js.map → focus-visible-d9dbfeef.js.map} +1 -1
- package/dist/esm/form-4b145b7a.js +18 -0
- package/dist/esm/{form-81252534.js.map → form-4b145b7a.js.map} +1 -1
- package/dist/esm/form-control-ad1710bf.js +34 -0
- package/dist/esm/form-control-ad1710bf.js.map +1 -0
- package/dist/esm/index-a7bee415.js +1907 -0
- package/dist/esm/index-a7bee415.js.map +1 -0
- package/dist/esm/index.js +52 -87
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +6 -4
- package/dist/esm/loader.js.map +1 -1
- package/dist/esm/modal-6c1288e3.js +33 -0
- package/dist/esm/modal-6c1288e3.js.map +1 -0
- package/dist/esm/{popover-136d1f73.js → popover-25996e62.js} +99 -99
- package/dist/esm/popover-25996e62.js.map +1 -0
- package/dist/esm/popup-7209e9d5.js +98 -0
- package/dist/esm/popup-7209e9d5.js.map +1 -0
- package/dist/esm/scroll-3e16851e.js +64 -0
- package/dist/esm/{scroll-3fb087a2.js.map → scroll-3e16851e.js.map} +1 -1
- package/dist/esm/six-alert.entry.js +144 -111
- package/dist/esm/six-alert.entry.js.map +1 -1
- package/dist/esm/six-avatar.entry.js +23 -22
- package/dist/esm/six-avatar.entry.js.map +1 -1
- package/dist/esm/six-badge.entry.js +25 -24
- package/dist/esm/six-badge.entry.js.map +1 -1
- package/dist/esm/six-button.entry.js +98 -96
- package/dist/esm/six-button.entry.js.map +1 -1
- package/dist/esm/six-card.entry.js +10 -9
- package/dist/esm/six-card.entry.js.map +1 -1
- package/dist/esm/six-checkbox_2.entry.js +187 -0
- package/dist/esm/six-checkbox_2.entry.js.map +1 -0
- package/dist/esm/six-datepicker.entry.js +864 -840
- package/dist/esm/six-datepicker.entry.js.map +1 -1
- package/dist/esm/six-details.entry.js +129 -128
- package/dist/esm/six-details.entry.js.map +1 -1
- package/dist/esm/six-dialog.entry.js +115 -131
- package/dist/esm/six-dialog.entry.js.map +1 -1
- package/dist/esm/six-drawer.entry.js +132 -149
- package/dist/esm/six-drawer.entry.js.map +1 -1
- package/dist/esm/six-dropdown_2.entry.js +722 -639
- package/dist/esm/six-dropdown_2.entry.js.map +1 -1
- package/dist/esm/six-error-page.entry.js +84 -83
- package/dist/esm/six-error-page.entry.js.map +1 -1
- package/dist/esm/six-error.entry.js +18 -0
- package/dist/esm/six-error.entry.js.map +1 -0
- package/dist/esm/six-file-list-item.entry.js +36 -35
- package/dist/esm/six-file-list-item.entry.js.map +1 -1
- package/dist/esm/six-file-list.entry.js +9 -8
- package/dist/esm/six-file-list.entry.js.map +1 -1
- package/dist/esm/six-file-upload.entry.js +123 -100
- package/dist/esm/six-file-upload.entry.js.map +1 -1
- package/dist/esm/six-footer.entry.js +10 -9
- package/dist/esm/six-footer.entry.js.map +1 -1
- package/dist/esm/six-group-label.entry.js +45 -44
- package/dist/esm/six-group-label.entry.js.map +1 -1
- package/dist/esm/six-header.entry.js +180 -157
- package/dist/esm/six-header.entry.js.map +1 -1
- package/dist/esm/six-icon-button.entry.js +34 -33
- package/dist/esm/six-icon-button.entry.js.map +1 -1
- package/dist/esm/six-icon.entry.js +24 -23
- package/dist/esm/six-icon.entry.js.map +1 -1
- package/dist/esm/six-input.entry.js +203 -188
- package/dist/esm/six-input.entry.js.map +1 -1
- package/dist/esm/six-item-picker.entry.js +407 -310
- package/dist/esm/six-item-picker.entry.js.map +1 -1
- package/dist/esm/six-language-switcher.entry.js +53 -48
- package/dist/esm/six-language-switcher.entry.js.map +1 -1
- package/dist/esm/six-layout-grid.entry.js +22 -21
- package/dist/esm/six-layout-grid.entry.js.map +1 -1
- package/dist/esm/six-main-container.entry.js +11 -10
- package/dist/esm/six-main-container.entry.js.map +1 -1
- package/dist/esm/six-menu-divider.entry.js +10 -9
- package/dist/esm/six-menu-divider.entry.js.map +1 -1
- package/dist/esm/six-menu-label.entry.js +10 -9
- package/dist/esm/six-menu-label.entry.js.map +1 -1
- package/dist/esm/six-picto.entry.js +16 -15
- package/dist/esm/six-picto.entry.js.map +1 -1
- package/dist/esm/six-progress-bar.entry.js +17 -16
- package/dist/esm/six-progress-bar.entry.js.map +1 -1
- package/dist/esm/six-progress-ring.entry.js +32 -31
- package/dist/esm/six-progress-ring.entry.js.map +1 -1
- package/dist/esm/six-radio.entry.js +106 -105
- package/dist/esm/six-radio.entry.js.map +1 -1
- package/dist/esm/six-range.entry.js +200 -186
- package/dist/esm/six-range.entry.js.map +1 -1
- package/dist/esm/six-root.entry.js +13 -31
- package/dist/esm/six-root.entry.js.map +1 -1
- package/dist/esm/six-search-field.entry.js +46 -45
- package/dist/esm/six-search-field.entry.js.map +1 -1
- package/dist/esm/six-select.entry.js +539 -362
- package/dist/esm/six-select.entry.js.map +1 -1
- package/dist/esm/six-sidebar-item-group.entry.js +58 -46
- package/dist/esm/six-sidebar-item-group.entry.js.map +1 -1
- package/dist/esm/six-sidebar-item.entry.js +19 -16
- package/dist/esm/six-sidebar-item.entry.js.map +1 -1
- package/dist/esm/six-sidebar.entry.js +176 -175
- package/dist/esm/six-sidebar.entry.js.map +1 -1
- package/dist/esm/six-spinner.entry.js +17 -16
- package/dist/esm/six-spinner.entry.js.map +1 -1
- package/dist/esm/six-stage-indicator.entry.js +19 -0
- package/dist/esm/six-stage-indicator.entry.js.map +1 -0
- package/dist/esm/six-switch.entry.js +109 -90
- package/dist/esm/six-switch.entry.js.map +1 -1
- package/dist/esm/six-tab-group.entry.js +256 -235
- package/dist/esm/six-tab-group.entry.js.map +1 -1
- package/dist/esm/six-tab-panel.entry.js +16 -15
- package/dist/esm/six-tab-panel.entry.js.map +1 -1
- package/dist/esm/six-tab.entry.js +57 -40
- package/dist/esm/six-tab.entry.js.map +1 -1
- package/dist/esm/six-tag.entry.js +57 -34
- package/dist/esm/six-tag.entry.js.map +1 -1
- package/dist/esm/six-textarea.entry.js +183 -179
- package/dist/esm/six-textarea.entry.js.map +1 -1
- package/dist/esm/six-tile.entry.js +79 -78
- package/dist/esm/six-tile.entry.js.map +1 -1
- package/dist/esm/six-timepicker.entry.js +350 -354
- package/dist/esm/six-timepicker.entry.js.map +1 -1
- package/dist/esm/six-tooltip.entry.js +150 -149
- package/dist/esm/six-tooltip.entry.js.map +1 -1
- package/dist/esm/slot-56531341.js +47 -0
- package/dist/esm/slot-56531341.js.map +1 -0
- package/dist/esm/types-a07bb999.js +19 -0
- package/dist/esm/types-a07bb999.js.map +1 -0
- package/dist/esm/ui-library.js +14 -12
- package/dist/esm/ui-library.js.map +1 -1
- package/dist/types/components/six-alert/six-alert.d.ts +47 -40
- package/dist/types/components/six-avatar/six-avatar.d.ts +11 -11
- package/dist/types/components/six-badge/six-badge.d.ts +7 -7
- package/dist/types/components/six-button/six-button.d.ts +48 -48
- package/dist/types/components/six-card/six-card.d.ts +1 -1
- package/dist/types/components/six-checkbox/six-checkbox.d.ts +58 -55
- package/dist/types/components/six-datepicker/components/day-selection.d.ts +3 -3
- package/dist/types/components/six-datepicker/components/month-selection.d.ts +3 -3
- package/dist/types/components/six-datepicker/components/year-selection.d.ts +3 -3
- package/dist/types/components/six-datepicker/six-date-formats.d.ts +20 -20
- package/dist/types/components/six-datepicker/six-datepicker.d.ts +188 -186
- package/dist/types/components/six-details/six-details.d.ts +42 -42
- package/dist/types/components/six-dialog/six-dialog.d.ts +51 -50
- package/dist/types/components/six-drawer/six-drawer.d.ts +58 -58
- package/dist/types/components/six-dropdown/six-dropdown.d.ts +131 -112
- package/dist/types/components/six-error/six-error.d.ts +9 -0
- package/dist/types/components/six-error-page/six-error-page.d.ts +25 -25
- package/dist/types/components/six-file-list/six-file-list.d.ts +1 -1
- package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +23 -23
- package/dist/types/components/six-file-upload/six-file-upload.d.ts +43 -33
- package/dist/types/components/six-footer/six-footer.d.ts +1 -1
- package/dist/types/components/six-group-label/six-group-label.d.ts +22 -22
- package/dist/types/components/six-header/six-header.d.ts +61 -55
- package/dist/types/components/six-icon/six-icon.d.ts +5 -5
- package/dist/types/components/six-icon-button/six-icon-button.d.ts +18 -18
- package/dist/types/components/six-input/six-input.d.ts +120 -103
- package/dist/types/components/six-item-picker/six-item-picker.d.ts +95 -88
- package/dist/types/components/six-item-picker/types.d.ts +7 -7
- package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +15 -15
- package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +6 -6
- package/dist/types/components/six-main-container/six-main-container.d.ts +4 -4
- package/dist/types/components/six-menu/six-menu.d.ts +67 -63
- package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +1 -1
- package/dist/types/components/six-menu-item/six-menu-item.d.ts +27 -21
- package/dist/types/components/six-menu-label/six-menu-label.d.ts +1 -1
- package/dist/types/components/six-picto/six-picto.d.ts +6 -6
- package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +5 -5
- package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +11 -11
- package/dist/types/components/six-radio/six-radio.d.ts +38 -38
- package/dist/types/components/six-range/six-range.d.ts +77 -72
- package/dist/types/components/six-root/six-root.d.ts +8 -21
- package/dist/types/components/six-search-field/six-search-field.d.ts +20 -20
- package/dist/types/components/six-select/six-select.d.ts +135 -119
- package/dist/types/components/six-select/util.d.ts +3 -1
- package/dist/types/components/six-sidebar/six-sidebar.d.ts +45 -45
- package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +12 -7
- package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +25 -19
- package/dist/types/components/six-spinner/six-spinner.d.ts +6 -5
- package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +3 -3
- package/dist/types/components/six-switch/six-switch.d.ts +49 -42
- package/dist/types/components/six-tab/six-tab.d.ts +20 -20
- package/dist/types/components/six-tab-group/six-tab-group.d.ts +38 -38
- package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +7 -7
- package/dist/types/components/six-tag/six-tag.d.ts +20 -12
- package/dist/types/components/six-textarea/six-textarea.d.ts +89 -86
- package/dist/types/components/six-tile/six-tile.d.ts +31 -31
- package/dist/types/components/six-timepicker/six-timepicker.d.ts +154 -151
- package/dist/types/components/six-tooltip/six-tooltip.d.ts +55 -55
- package/dist/types/components.d.ts +623 -70
- package/dist/types/functional-components/form-control/form-control.d.ts +32 -28
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +37 -13
- package/dist/types/types.d.ts +1 -0
- package/dist/types/utils/alert.d.ts +10 -0
- package/dist/types/utils/animation.d.ts +12 -0
- package/dist/types/utils/date-util.d.ts +58 -50
- package/dist/types/utils/error-messages.d.ts +27 -25
- package/dist/types/utils/event-listeners.d.ts +11 -11
- package/dist/types/utils/focus-visible.d.ts +2 -2
- package/dist/types/utils/modal.d.ts +8 -8
- package/dist/types/utils/offset.d.ts +2 -2
- package/dist/types/utils/popover.d.ts +21 -21
- package/dist/types/utils/slot.d.ts +0 -1
- package/dist/types/utils/time.util.d.ts +6 -6
- package/dist/types/utils/type-check.d.ts +1 -1
- package/dist/types/utils/types.d.ts +1 -1
- package/dist/ui-library/assets/TRADEMARKS.md +3 -3
- package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-100-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-100-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-200-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-200-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-300-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-300-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-400-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-400-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-500-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-500-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-600-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-600-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-700-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-700-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-800-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-800-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-900-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-900-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-900-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-100-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-100-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-200-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-200-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-300-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-300-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-400-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-400-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-500-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-500-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-600-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-600-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-700-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-700-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-800-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-800-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-900-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-900-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-900-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
- package/dist/ui-library/index.esm.js +1 -1
- package/dist/ui-library/index.esm.js.map +1 -1
- package/dist/ui-library/{p-5654e4c7.js → p-06ba4450.js} +1 -1
- package/dist/ui-library/{p-5654e4c7.js.map → p-06ba4450.js.map} +1 -1
- package/dist/ui-library/p-0cebf1d2.js +2 -0
- package/dist/ui-library/p-0cebf1d2.js.map +1 -0
- package/dist/ui-library/p-160223d5.entry.js +2 -0
- package/dist/ui-library/p-160223d5.entry.js.map +1 -0
- package/dist/ui-library/p-1b67b95f.entry.js +2 -0
- package/dist/ui-library/p-1b67b95f.entry.js.map +1 -0
- package/dist/ui-library/p-1e47e014.entry.js +2 -0
- package/dist/ui-library/p-1e47e014.entry.js.map +1 -0
- package/dist/ui-library/p-2146cf22.entry.js +2 -0
- package/dist/ui-library/p-2146cf22.entry.js.map +1 -0
- package/dist/ui-library/{p-13b43e04.entry.js → p-22f2ca14.entry.js} +2 -2
- package/dist/ui-library/p-22f2ca14.entry.js.map +1 -0
- package/dist/ui-library/p-2ad904a7.entry.js +2 -0
- package/dist/ui-library/p-2ad904a7.entry.js.map +1 -0
- package/dist/ui-library/p-30000e86.entry.js +2 -0
- package/dist/ui-library/p-30000e86.entry.js.map +1 -0
- package/dist/ui-library/p-3267becc.entry.js +2 -0
- package/dist/ui-library/p-3267becc.entry.js.map +1 -0
- package/dist/ui-library/p-3f6cc2c2.entry.js +2 -0
- package/dist/ui-library/p-3f6cc2c2.entry.js.map +1 -0
- package/dist/ui-library/p-418413d3.entry.js +2 -0
- package/dist/ui-library/p-418413d3.entry.js.map +1 -0
- package/dist/ui-library/p-42cd3588.entry.js +2 -0
- package/dist/ui-library/p-42cd3588.entry.js.map +1 -0
- package/dist/ui-library/p-43213f9e.entry.js +2 -0
- package/dist/ui-library/p-43213f9e.entry.js.map +1 -0
- package/dist/ui-library/p-45761392.entry.js +2 -0
- package/dist/ui-library/p-45761392.entry.js.map +1 -0
- package/dist/ui-library/p-48118ce8.js +3 -0
- package/dist/ui-library/p-48118ce8.js.map +1 -0
- package/dist/ui-library/p-53867d77.entry.js +2 -0
- package/dist/ui-library/p-53867d77.entry.js.map +1 -0
- package/dist/ui-library/p-559a15db.entry.js +2 -0
- package/dist/ui-library/p-559a15db.entry.js.map +1 -0
- package/dist/ui-library/p-592c7cf9.entry.js +2 -0
- package/dist/ui-library/p-592c7cf9.entry.js.map +1 -0
- package/dist/ui-library/p-5a513e96.entry.js +2 -0
- package/dist/ui-library/p-5a513e96.entry.js.map +1 -0
- package/dist/ui-library/p-651293e7.js +2 -0
- package/dist/ui-library/p-651293e7.js.map +1 -0
- package/dist/ui-library/p-6be7f9f4.entry.js +2 -0
- package/dist/ui-library/p-6be7f9f4.entry.js.map +1 -0
- package/dist/ui-library/p-70a7e87c.entry.js +2 -0
- package/dist/ui-library/p-70a7e87c.entry.js.map +1 -0
- package/dist/ui-library/p-70fac778.entry.js +2 -0
- package/dist/ui-library/p-70fac778.entry.js.map +1 -0
- package/dist/ui-library/p-783ec07c.entry.js +2 -0
- package/dist/ui-library/p-783ec07c.entry.js.map +1 -0
- package/dist/ui-library/p-78a4fabd.entry.js +2 -0
- package/dist/ui-library/p-78a4fabd.entry.js.map +1 -0
- package/dist/ui-library/p-798e7eeb.entry.js +2 -0
- package/dist/ui-library/p-798e7eeb.entry.js.map +1 -0
- package/dist/ui-library/{p-0fdb185d.js → p-7f856f00.js} +1 -1
- package/dist/ui-library/{p-0fdb185d.js.map → p-7f856f00.js.map} +1 -1
- package/dist/ui-library/{p-1f18768a.js → p-8227aaed.js} +2 -2
- package/dist/ui-library/{p-1f18768a.js.map → p-8227aaed.js.map} +1 -1
- package/dist/ui-library/{p-8c0971e0.js → p-842b492e.js} +1 -1
- package/dist/ui-library/{p-8c0971e0.js.map → p-842b492e.js.map} +1 -1
- package/dist/ui-library/p-84370073.entry.js +2 -0
- package/dist/ui-library/p-84370073.entry.js.map +1 -0
- package/dist/ui-library/{p-0f510624.js → p-862d474e.js} +1 -1
- package/dist/ui-library/p-862d474e.js.map +1 -0
- package/dist/ui-library/{p-7d95def3.js → p-8bfb4bfc.js} +1 -1
- package/dist/ui-library/{p-7d95def3.js.map → p-8bfb4bfc.js.map} +1 -1
- package/dist/ui-library/p-8fe4ec36.entry.js +2 -0
- package/dist/ui-library/p-8fe4ec36.entry.js.map +1 -0
- package/dist/ui-library/p-9370d59e.entry.js +2 -0
- package/dist/ui-library/p-9370d59e.entry.js.map +1 -0
- package/dist/ui-library/p-9915dfc2.entry.js +2 -0
- package/dist/ui-library/p-9915dfc2.entry.js.map +1 -0
- package/dist/ui-library/p-9bb03da7.entry.js +2 -0
- package/dist/ui-library/p-9bb03da7.entry.js.map +1 -0
- package/dist/ui-library/p-a04460e3.js +2 -0
- package/dist/ui-library/p-a04460e3.js.map +1 -0
- package/dist/ui-library/{p-698bb2c8.js → p-a1502802.js} +1 -1
- package/dist/ui-library/{p-698bb2c8.js.map → p-a1502802.js.map} +1 -1
- package/dist/ui-library/p-a929b095.entry.js +2 -0
- package/dist/ui-library/p-a929b095.entry.js.map +1 -0
- package/dist/ui-library/p-a9c733e3.entry.js +2 -0
- package/dist/ui-library/p-a9c733e3.entry.js.map +1 -0
- package/dist/ui-library/p-aa319c2c.entry.js +2 -0
- package/dist/ui-library/p-aa319c2c.entry.js.map +1 -0
- package/dist/ui-library/p-aff7bbcb.entry.js +2 -0
- package/dist/ui-library/p-aff7bbcb.entry.js.map +1 -0
- package/dist/ui-library/p-b361d5da.entry.js +2 -0
- package/dist/ui-library/p-b361d5da.entry.js.map +1 -0
- package/dist/ui-library/p-b3b243a6.entry.js +2 -0
- package/dist/ui-library/p-b3b243a6.entry.js.map +1 -0
- package/dist/ui-library/p-b4bd1767.entry.js +2 -0
- package/dist/ui-library/p-b4bd1767.entry.js.map +1 -0
- package/dist/ui-library/p-bbf2ac6b.entry.js +2 -0
- package/dist/ui-library/p-bbf2ac6b.entry.js.map +1 -0
- package/dist/ui-library/p-c1cd72fb.entry.js +2 -0
- package/dist/ui-library/p-c1cd72fb.entry.js.map +1 -0
- package/dist/ui-library/p-c6f5a872.entry.js +2 -0
- package/dist/ui-library/p-c6f5a872.entry.js.map +1 -0
- package/dist/ui-library/p-cb510ea1.entry.js +2 -0
- package/dist/ui-library/p-cb510ea1.entry.js.map +1 -0
- package/dist/ui-library/p-cdc9224d.entry.js +2 -0
- package/dist/ui-library/p-cdc9224d.entry.js.map +1 -0
- package/dist/ui-library/p-cf323369.entry.js +2 -0
- package/dist/ui-library/p-cf323369.entry.js.map +1 -0
- package/dist/ui-library/p-e080d5b6.js +2 -0
- package/dist/ui-library/p-e080d5b6.js.map +1 -0
- package/dist/ui-library/p-e0ac4cd8.entry.js +2 -0
- package/dist/ui-library/p-e0ac4cd8.entry.js.map +1 -0
- package/dist/ui-library/p-e1255160.js +2 -0
- package/dist/ui-library/p-e1255160.js.map +1 -0
- package/dist/ui-library/p-e3ff26dd.entry.js +2 -0
- package/dist/ui-library/p-e3ff26dd.entry.js.map +1 -0
- package/dist/ui-library/p-e8c717d3.entry.js +2 -0
- package/dist/ui-library/p-e8c717d3.entry.js.map +1 -0
- package/dist/ui-library/p-e8e16974.entry.js +2 -0
- package/dist/ui-library/p-e8e16974.entry.js.map +1 -0
- package/dist/ui-library/p-ecfb0aec.entry.js +2 -0
- package/dist/ui-library/p-ecfb0aec.entry.js.map +1 -0
- package/dist/ui-library/p-f0bc11a5.entry.js +2 -0
- package/dist/ui-library/p-f0bc11a5.entry.js.map +1 -0
- package/dist/ui-library/p-f12eec83.entry.js +2 -0
- package/dist/ui-library/p-f12eec83.entry.js.map +1 -0
- package/dist/ui-library/p-f136a6b2.js +2 -0
- package/dist/ui-library/p-f136a6b2.js.map +1 -0
- package/dist/ui-library/p-f678d725.entry.js +2 -0
- package/dist/ui-library/p-f678d725.entry.js.map +1 -0
- package/dist/ui-library/p-f9b341a3.entry.js +2 -0
- package/dist/ui-library/p-f9b341a3.entry.js.map +1 -0
- package/dist/ui-library/ui-library.css +1 -10
- package/dist/ui-library/ui-library.esm.js +1 -1
- package/dist/ui-library/ui-library.esm.js.map +1 -1
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.d.ts +3 -0
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/package.json +18 -31
- package/dist/cjs/event-listeners-fdfe838c.js +0 -61
- package/dist/cjs/event-listeners-fdfe838c.js.map +0 -1
- package/dist/cjs/focus-visible-ae2470dd.js +0 -47
- package/dist/cjs/form-2df8c5bb.js +0 -20
- package/dist/cjs/form-control-d369af14.js +0 -33
- package/dist/cjs/form-control-d369af14.js.map +0 -1
- package/dist/cjs/index-900437fc.js +0 -2256
- package/dist/cjs/index-900437fc.js.map +0 -1
- package/dist/cjs/modal-d5f074c7.js +0 -52
- package/dist/cjs/modal-d5f074c7.js.map +0 -1
- package/dist/cjs/popover-2df7e154.js.map +0 -1
- package/dist/cjs/popup-f1d9910f.js +0 -103
- package/dist/cjs/popup-f1d9910f.js.map +0 -1
- package/dist/cjs/scroll-03678de1.js +0 -69
- package/dist/cjs/scroll-03678de1.js.map +0 -1
- package/dist/cjs/set-attributes_2.cjs.entry.js +0 -73
- package/dist/cjs/set-attributes_2.cjs.entry.js.map +0 -1
- package/dist/cjs/six-checkbox.cjs.entry.js +0 -124
- package/dist/cjs/six-checkbox.cjs.entry.js.map +0 -1
- package/dist/cjs/six-menu-item.cjs.entry.js +0 -63
- package/dist/cjs/six-menu-item.cjs.entry.js.map +0 -1
- package/dist/cjs/slot-6e6a400f.js +0 -53
- package/dist/cjs/slot-6e6a400f.js.map +0 -1
- package/dist/cjs/types-47199040.js +0 -17
- package/dist/cjs/types-47199040.js.map +0 -1
- package/dist/collection/components/six-alert/test/six-alert.spec.js +0 -25
- package/dist/collection/components/six-alert/test/six-alert.spec.js.map +0 -1
- package/dist/collection/components/six-avatar/test/six-avatar.spec.js +0 -26
- package/dist/collection/components/six-avatar/test/six-avatar.spec.js.map +0 -1
- package/dist/collection/components/six-badge/test/six-badge.spec.js +0 -20
- package/dist/collection/components/six-badge/test/six-badge.spec.js.map +0 -1
- package/dist/collection/components/six-button/test/six-button.spec.js +0 -69
- package/dist/collection/components/six-button/test/six-button.spec.js.map +0 -1
- package/dist/collection/components/six-card/test/six-card.spec.js +0 -18
- package/dist/collection/components/six-card/test/six-card.spec.js.map +0 -1
- package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js +0 -79
- package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js.map +0 -1
- package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js +0 -26
- package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js.map +0 -1
- package/dist/collection/components/six-details/test/six-details.spec.js +0 -36
- package/dist/collection/components/six-details/test/six-details.spec.js.map +0 -1
- package/dist/collection/components/six-dialog/test/six-dialog.spec.js +0 -34
- package/dist/collection/components/six-dialog/test/six-dialog.spec.js.map +0 -1
- package/dist/collection/components/six-drawer/test/six-drawer.spec.js +0 -34
- package/dist/collection/components/six-drawer/test/six-drawer.spec.js.map +0 -1
- package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js +0 -122
- package/dist/collection/components/six-dropdown/test/six-dropdown.spec.js.map +0 -1
- package/dist/collection/components/six-error-page/test/six-error-page.spec.js +0 -240
- package/dist/collection/components/six-error-page/test/six-error-page.spec.js.map +0 -1
- package/dist/collection/components/six-file-list/test/six-file-list.spec.js +0 -67
- package/dist/collection/components/six-file-list/test/six-file-list.spec.js.map +0 -1
- package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js +0 -169
- package/dist/collection/components/six-file-list-item/test/six-file-list-item.spec.js.map +0 -1
- package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js +0 -103
- package/dist/collection/components/six-file-upload/test/six-file-upload.spec.js.map +0 -1
- package/dist/collection/components/six-footer/test/six-footer.spec.js +0 -21
- package/dist/collection/components/six-footer/test/six-footer.spec.js.map +0 -1
- package/dist/collection/components/six-group-label/test/six-group-label.spec.js +0 -43
- package/dist/collection/components/six-group-label/test/six-group-label.spec.js.map +0 -1
- package/dist/collection/components/six-header/assets/six-logo.svg +0 -1
- package/dist/collection/components/six-header/test/six-header.spec.js +0 -133
- package/dist/collection/components/six-header/test/six-header.spec.js.map +0 -1
- package/dist/collection/components/six-icon/test/six-icon.spec.js +0 -20
- package/dist/collection/components/six-icon/test/six-icon.spec.js.map +0 -1
- package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js +0 -23
- package/dist/collection/components/six-icon-button/test/six-icon-button.spec.js.map +0 -1
- package/dist/collection/components/six-input/test/six-input.spec.js +0 -37
- package/dist/collection/components/six-input/test/six-input.spec.js.map +0 -1
- package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js +0 -90
- package/dist/collection/components/six-item-picker/test/six-item-picker.spec.js.map +0 -1
- package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js +0 -196
- package/dist/collection/components/six-language-switcher/test/six-language-switcher.spec.js.map +0 -1
- package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js +0 -18
- package/dist/collection/components/six-layout-grid/test/six-layout-grid.spec.js.map +0 -1
- package/dist/collection/components/six-main-container/test/six-main-container.spec.js +0 -22
- package/dist/collection/components/six-main-container/test/six-main-container.spec.js.map +0 -1
- package/dist/collection/components/six-menu/test/six-menu.spec.js +0 -93
- package/dist/collection/components/six-menu/test/six-menu.spec.js.map +0 -1
- package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js +0 -18
- package/dist/collection/components/six-menu-divider/test/six-menu-divider.spec.js.map +0 -1
- package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js +0 -33
- package/dist/collection/components/six-menu-item/test/six-menu-item.spec.js.map +0 -1
- package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js +0 -20
- package/dist/collection/components/six-menu-label/test/six-menu-label.spec.js.map +0 -1
- package/dist/collection/components/six-picto/test/six-picto.spec.js +0 -33
- package/dist/collection/components/six-picto/test/six-picto.spec.js.map +0 -1
- package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js +0 -24
- package/dist/collection/components/six-progress-bar/test/six-progress-bar.spec.js.map +0 -1
- package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js +0 -26
- package/dist/collection/components/six-progress-ring/test/six-progress-ring.spec.js.map +0 -1
- package/dist/collection/components/six-radio/test/six-radio.spec.js +0 -63
- package/dist/collection/components/six-radio/test/six-radio.spec.js.map +0 -1
- package/dist/collection/components/six-range/test/six-range.spec.js +0 -32
- package/dist/collection/components/six-range/test/six-range.spec.js.map +0 -1
- package/dist/collection/components/six-root/test/six-root.spec.js +0 -43
- package/dist/collection/components/six-root/test/six-root.spec.js.map +0 -1
- package/dist/collection/components/six-search-field/test/six-search-field.spec.js +0 -22
- package/dist/collection/components/six-search-field/test/six-search-field.spec.js.map +0 -1
- package/dist/collection/components/six-select/test/six-select.spec.js +0 -82
- package/dist/collection/components/six-select/test/six-select.spec.js.map +0 -1
- package/dist/collection/components/six-select/test/util.spec.js +0 -81
- package/dist/collection/components/six-select/test/util.spec.js.map +0 -1
- package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js +0 -22
- package/dist/collection/components/six-sidebar/test/six-sidebar.spec.js.map +0 -1
- package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js +0 -50
- package/dist/collection/components/six-sidebar-item/test/six-sidebar-item.spec.js.map +0 -1
- package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js +0 -53
- package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js.map +0 -1
- package/dist/collection/components/six-spinner/test/six-spinner.spec.js +0 -37
- package/dist/collection/components/six-spinner/test/six-spinner.spec.js.map +0 -1
- package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js +0 -117
- package/dist/collection/components/six-stage-indicator/test/six-stage-indicator.spec.js.map +0 -1
- package/dist/collection/components/six-switch/test/six-switch.spec.js +0 -69
- package/dist/collection/components/six-switch/test/six-switch.spec.js.map +0 -1
- package/dist/collection/components/six-tab/test/six-tab.spec.js +0 -20
- package/dist/collection/components/six-tab/test/six-tab.spec.js.map +0 -1
- package/dist/collection/components/six-tab-group/test/six-tab-group.spec.js +0 -45
- package/dist/collection/components/six-tab-group/test/six-tab-group.spec.js.map +0 -1
- package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js +0 -20
- package/dist/collection/components/six-tab-panel/test/six-tab-panel.spec.js.map +0 -1
- package/dist/collection/components/six-tag/test/six-tag.spec.js +0 -42
- package/dist/collection/components/six-tag/test/six-tag.spec.js.map +0 -1
- package/dist/collection/components/six-textarea/test/six-textarea.spec.js +0 -117
- package/dist/collection/components/six-textarea/test/six-textarea.spec.js.map +0 -1
- package/dist/collection/components/six-tile/test/six-tile.spec.js +0 -69
- package/dist/collection/components/six-tile/test/six-tile.spec.js.map +0 -1
- package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js +0 -496
- package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js.map +0 -1
- package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js +0 -28
- package/dist/collection/components/six-tooltip/test/six-tooltip.spec.js.map +0 -1
- package/dist/collection/files/file-list.json +0 -308
- package/dist/collection/files/noto-sans-all-100-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-100-normal.woff +0 -0
- package/dist/collection/files/noto-sans-all-200-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-200-normal.woff +0 -0
- package/dist/collection/files/noto-sans-all-300-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-300-normal.woff +0 -0
- package/dist/collection/files/noto-sans-all-400-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-400-normal.woff +0 -0
- package/dist/collection/files/noto-sans-all-500-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-500-normal.woff +0 -0
- package/dist/collection/files/noto-sans-all-600-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-600-normal.woff +0 -0
- package/dist/collection/files/noto-sans-all-700-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-700-normal.woff +0 -0
- package/dist/collection/files/noto-sans-all-800-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-800-normal.woff +0 -0
- package/dist/collection/files/noto-sans-all-900-italic.woff +0 -0
- package/dist/collection/files/noto-sans-all-900-normal.woff +0 -0
- package/dist/collection/utils/date-util.spec.js +0 -995
- package/dist/collection/utils/date-util.spec.js.map +0 -1
- package/dist/collection/utils/scroll.spec.js +0 -122
- package/dist/collection/utils/scroll.spec.js.map +0 -1
- package/dist/collection/utils/support.js +0 -16
- package/dist/collection/utils/support.js.map +0 -1
- package/dist/collection/utils/time.util.spec.js +0 -368
- package/dist/collection/utils/time.util.spec.js.map +0 -1
- package/dist/collection/wrappers/set-attributes/set-attributes.js +0 -74
- package/dist/collection/wrappers/set-attributes/set-attributes.js.map +0 -1
- package/dist/collection/wrappers/set-attributes/test/set-attributes.spec.js +0 -16
- package/dist/collection/wrappers/set-attributes/test/set-attributes.spec.js.map +0 -1
- package/dist/components/set-attributes.js +0 -8
- package/dist/components/set-attributes.js.map +0 -1
- package/dist/components/set-attributes2.js +0 -71
- package/dist/components/set-attributes2.js.map +0 -1
- package/dist/components/six-tag2.js +0 -74
- package/dist/components/six-tag2.js.map +0 -1
- package/dist/esm/event-listeners-f6e5b0ab.js +0 -59
- package/dist/esm/event-listeners-f6e5b0ab.js.map +0 -1
- package/dist/esm/focus-visible-fc6ac671.js +0 -45
- package/dist/esm/form-81252534.js +0 -18
- package/dist/esm/form-control-32cb533f.js +0 -31
- package/dist/esm/form-control-32cb533f.js.map +0 -1
- package/dist/esm/index-8a74f992.js +0 -2227
- package/dist/esm/index-8a74f992.js.map +0 -1
- package/dist/esm/modal-7d32e141.js +0 -49
- package/dist/esm/modal-7d32e141.js.map +0 -1
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm/popover-136d1f73.js.map +0 -1
- package/dist/esm/popup-7f89a001.js +0 -98
- package/dist/esm/popup-7f89a001.js.map +0 -1
- package/dist/esm/scroll-3fb087a2.js +0 -64
- package/dist/esm/set-attributes_2.entry.js +0 -68
- package/dist/esm/set-attributes_2.entry.js.map +0 -1
- package/dist/esm/six-checkbox.entry.js +0 -120
- package/dist/esm/six-checkbox.entry.js.map +0 -1
- package/dist/esm/six-menu-item.entry.js +0 -59
- package/dist/esm/six-menu-item.entry.js.map +0 -1
- package/dist/esm/slot-ad36df3a.js +0 -48
- package/dist/esm/slot-ad36df3a.js.map +0 -1
- package/dist/esm/types-59b455aa.js +0 -17
- package/dist/esm/types-59b455aa.js.map +0 -1
- package/dist/types/utils/support.d.ts +0 -1
- package/dist/types/wrappers/set-attributes/set-attributes.d.ts +0 -9
- package/dist/ui-library/assets/six-logo.svg +0 -1
- package/dist/ui-library/files/file-list.json +0 -308
- package/dist/ui-library/files/noto-sans-all-100-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-100-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-200-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-200-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-300-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-300-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-400-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-400-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-500-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-500-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-600-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-600-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-700-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-700-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-800-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-800-normal.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-900-italic.woff +0 -0
- package/dist/ui-library/files/noto-sans-all-900-normal.woff +0 -0
- package/dist/ui-library/p-02981b91.entry.js +0 -2
- package/dist/ui-library/p-02981b91.entry.js.map +0 -1
- package/dist/ui-library/p-0f510624.js.map +0 -1
- package/dist/ui-library/p-1256cc0a.entry.js +0 -2
- package/dist/ui-library/p-1256cc0a.entry.js.map +0 -1
- package/dist/ui-library/p-13b43e04.entry.js.map +0 -1
- package/dist/ui-library/p-15559d38.js +0 -2
- package/dist/ui-library/p-15559d38.js.map +0 -1
- package/dist/ui-library/p-19ed7a4c.entry.js +0 -2
- package/dist/ui-library/p-19ed7a4c.entry.js.map +0 -1
- package/dist/ui-library/p-1d5ee1a0.entry.js +0 -2
- package/dist/ui-library/p-1d5ee1a0.entry.js.map +0 -1
- package/dist/ui-library/p-21b3b321.entry.js +0 -2
- package/dist/ui-library/p-21b3b321.entry.js.map +0 -1
- package/dist/ui-library/p-264d4ea8.entry.js +0 -2
- package/dist/ui-library/p-264d4ea8.entry.js.map +0 -1
- package/dist/ui-library/p-29ac3d7d.entry.js +0 -2
- package/dist/ui-library/p-29ac3d7d.entry.js.map +0 -1
- package/dist/ui-library/p-314b2096.entry.js +0 -2
- package/dist/ui-library/p-314b2096.entry.js.map +0 -1
- package/dist/ui-library/p-330a4988.entry.js +0 -2
- package/dist/ui-library/p-330a4988.entry.js.map +0 -1
- package/dist/ui-library/p-346f9557.entry.js +0 -2
- package/dist/ui-library/p-346f9557.entry.js.map +0 -1
- package/dist/ui-library/p-37557787.entry.js +0 -2
- package/dist/ui-library/p-37557787.entry.js.map +0 -1
- package/dist/ui-library/p-3cc5addb.entry.js +0 -2
- package/dist/ui-library/p-3cc5addb.entry.js.map +0 -1
- package/dist/ui-library/p-3d9de119.entry.js +0 -2
- package/dist/ui-library/p-3d9de119.entry.js.map +0 -1
- package/dist/ui-library/p-411ed539.entry.js +0 -2
- package/dist/ui-library/p-411ed539.entry.js.map +0 -1
- package/dist/ui-library/p-4705a51e.entry.js +0 -2
- package/dist/ui-library/p-4705a51e.entry.js.map +0 -1
- package/dist/ui-library/p-4abed9df.entry.js +0 -2
- package/dist/ui-library/p-4abed9df.entry.js.map +0 -1
- package/dist/ui-library/p-59210f0b.js +0 -2
- package/dist/ui-library/p-59210f0b.js.map +0 -1
- package/dist/ui-library/p-5af44076.entry.js +0 -2
- package/dist/ui-library/p-5af44076.entry.js.map +0 -1
- package/dist/ui-library/p-5d6b7353.entry.js +0 -2
- package/dist/ui-library/p-5d6b7353.entry.js.map +0 -1
- package/dist/ui-library/p-613283a7.entry.js +0 -2
- package/dist/ui-library/p-613283a7.entry.js.map +0 -1
- package/dist/ui-library/p-6153045b.js +0 -3
- package/dist/ui-library/p-6153045b.js.map +0 -1
- package/dist/ui-library/p-6197fe2f.entry.js +0 -2
- package/dist/ui-library/p-6197fe2f.entry.js.map +0 -1
- package/dist/ui-library/p-72254eef.entry.js +0 -2
- package/dist/ui-library/p-72254eef.entry.js.map +0 -1
- package/dist/ui-library/p-724875b0.entry.js +0 -2
- package/dist/ui-library/p-724875b0.entry.js.map +0 -1
- package/dist/ui-library/p-7afafb9d.entry.js +0 -2
- package/dist/ui-library/p-7afafb9d.entry.js.map +0 -1
- package/dist/ui-library/p-7e3ad38a.entry.js +0 -2
- package/dist/ui-library/p-7e3ad38a.entry.js.map +0 -1
- package/dist/ui-library/p-83864cfe.entry.js +0 -2
- package/dist/ui-library/p-83864cfe.entry.js.map +0 -1
- package/dist/ui-library/p-878226a0.entry.js +0 -2
- package/dist/ui-library/p-878226a0.entry.js.map +0 -1
- package/dist/ui-library/p-91b51800.entry.js +0 -2
- package/dist/ui-library/p-91b51800.entry.js.map +0 -1
- package/dist/ui-library/p-95fbdd0b.entry.js +0 -2
- package/dist/ui-library/p-95fbdd0b.entry.js.map +0 -1
- package/dist/ui-library/p-99e24daf.entry.js +0 -2
- package/dist/ui-library/p-99e24daf.entry.js.map +0 -1
- package/dist/ui-library/p-9ace84c7.js +0 -2
- package/dist/ui-library/p-9ace84c7.js.map +0 -1
- package/dist/ui-library/p-9b354f5d.entry.js +0 -2
- package/dist/ui-library/p-9b354f5d.entry.js.map +0 -1
- package/dist/ui-library/p-9c1be3fb.entry.js +0 -2
- package/dist/ui-library/p-9c1be3fb.entry.js.map +0 -1
- package/dist/ui-library/p-9f0b43f9.entry.js +0 -2
- package/dist/ui-library/p-9f0b43f9.entry.js.map +0 -1
- package/dist/ui-library/p-a0f290d0.entry.js +0 -2
- package/dist/ui-library/p-a0f290d0.entry.js.map +0 -1
- package/dist/ui-library/p-a55c7258.entry.js +0 -2
- package/dist/ui-library/p-a55c7258.entry.js.map +0 -1
- package/dist/ui-library/p-a6a9ee96.entry.js +0 -2
- package/dist/ui-library/p-a6a9ee96.entry.js.map +0 -1
- package/dist/ui-library/p-ac099e6b.entry.js +0 -2
- package/dist/ui-library/p-ac099e6b.entry.js.map +0 -1
- package/dist/ui-library/p-ae601a0f.entry.js +0 -2
- package/dist/ui-library/p-ae601a0f.entry.js.map +0 -1
- package/dist/ui-library/p-b351f889.entry.js +0 -2
- package/dist/ui-library/p-b351f889.entry.js.map +0 -1
- package/dist/ui-library/p-b550a258.entry.js +0 -2
- package/dist/ui-library/p-b550a258.entry.js.map +0 -1
- package/dist/ui-library/p-bf87464b.entry.js +0 -2
- package/dist/ui-library/p-bf87464b.entry.js.map +0 -1
- package/dist/ui-library/p-c03ebf7d.entry.js +0 -2
- package/dist/ui-library/p-c03ebf7d.entry.js.map +0 -1
- package/dist/ui-library/p-cd67da3d.entry.js +0 -2
- package/dist/ui-library/p-cd67da3d.entry.js.map +0 -1
- package/dist/ui-library/p-cdaed936.entry.js +0 -2
- package/dist/ui-library/p-cdaed936.entry.js.map +0 -1
- package/dist/ui-library/p-d367f4f9.entry.js +0 -2
- package/dist/ui-library/p-d367f4f9.entry.js.map +0 -1
- package/dist/ui-library/p-d42c2025.js +0 -2
- package/dist/ui-library/p-d42c2025.js.map +0 -1
- package/dist/ui-library/p-dfed33c5.entry.js +0 -2
- package/dist/ui-library/p-dfed33c5.entry.js.map +0 -1
- package/dist/ui-library/p-ed381ad9.entry.js +0 -2
- package/dist/ui-library/p-ed381ad9.entry.js.map +0 -1
- package/dist/ui-library/p-ee8342e1.entry.js +0 -2
- package/dist/ui-library/p-ee8342e1.entry.js.map +0 -1
- package/dist/ui-library/p-ee950ce2.entry.js +0 -2
- package/dist/ui-library/p-ee950ce2.entry.js.map +0 -1
- package/dist/ui-library/p-ff90ffd1.entry.js +0 -2
- package/dist/ui-library/p-ff90ffd1.entry.js.map +0 -1
- package/readme.md +0 -156
package/dist/components.json
CHANGED
|
@@ -1,58 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2024-10-04T09:16:18",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.0
|
|
6
|
-
"typescriptVersion": "5.
|
|
5
|
+
"version": "4.21.0",
|
|
6
|
+
"typescriptVersion": "5.5.3"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
|
-
{
|
|
10
|
-
"filePath": "src/wrappers/set-attributes/set-attributes.tsx",
|
|
11
|
-
"encapsulation": "none",
|
|
12
|
-
"tag": "set-attributes",
|
|
13
|
-
"readme": "# set-attributes\n\n<!-- EXAMPLES -->\n",
|
|
14
|
-
"docs": "<!-- EXAMPLES -->",
|
|
15
|
-
"docsTags": [],
|
|
16
|
-
"usage": {},
|
|
17
|
-
"props": [
|
|
18
|
-
{
|
|
19
|
-
"name": "value",
|
|
20
|
-
"type": "{}",
|
|
21
|
-
"complexType": {
|
|
22
|
-
"original": "{}",
|
|
23
|
-
"resolved": "{}",
|
|
24
|
-
"references": {}
|
|
25
|
-
},
|
|
26
|
-
"mutable": false,
|
|
27
|
-
"reflectToAttr": false,
|
|
28
|
-
"docs": "Attributes map",
|
|
29
|
-
"docsTags": [],
|
|
30
|
-
"default": "{}",
|
|
31
|
-
"values": [
|
|
32
|
-
{
|
|
33
|
-
"type": "{}"
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"optional": false,
|
|
37
|
-
"required": false
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"methods": [],
|
|
41
|
-
"events": [],
|
|
42
|
-
"listeners": [],
|
|
43
|
-
"styles": [],
|
|
44
|
-
"slots": [],
|
|
45
|
-
"parts": [],
|
|
46
|
-
"dependents": [
|
|
47
|
-
"six-root"
|
|
48
|
-
],
|
|
49
|
-
"dependencies": [],
|
|
50
|
-
"dependencyGraph": {
|
|
51
|
-
"six-root": [
|
|
52
|
-
"set-attributes"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
9
|
{
|
|
57
10
|
"filePath": "src/components/six-alert/six-alert.tsx",
|
|
58
11
|
"encapsulation": "shadow",
|
|
@@ -128,7 +81,7 @@
|
|
|
128
81
|
"mutable": false,
|
|
129
82
|
"attr": "duration",
|
|
130
83
|
"reflectToAttr": false,
|
|
131
|
-
"docs": "The length of time, in milliseconds, the alert will show before closing itself
|
|
84
|
+
"docs": "The length of time, in milliseconds, the alert will show before closing itself.\nIf the user hovers over the toast alert, the timer will pause.\nOn leaving the element with the mouse, the timer resets.",
|
|
132
85
|
"docsTags": [],
|
|
133
86
|
"default": "Infinity",
|
|
134
87
|
"values": [
|
|
@@ -165,9 +118,15 @@
|
|
|
165
118
|
"name": "type",
|
|
166
119
|
"type": "\"danger\" | \"info\" | \"primary\" | \"success\" | \"warning\"",
|
|
167
120
|
"complexType": {
|
|
168
|
-
"original": "
|
|
121
|
+
"original": "AlertType",
|
|
169
122
|
"resolved": "\"danger\" | \"info\" | \"primary\" | \"success\" | \"warning\"",
|
|
170
|
-
"references": {
|
|
123
|
+
"references": {
|
|
124
|
+
"AlertType": {
|
|
125
|
+
"location": "local",
|
|
126
|
+
"path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-alert/six-alert.tsx",
|
|
127
|
+
"id": "src/components/six-alert/six-alert.tsx::AlertType"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
171
130
|
},
|
|
172
131
|
"mutable": false,
|
|
173
132
|
"attr": "type",
|
|
@@ -253,8 +212,14 @@
|
|
|
253
212
|
"docs": ""
|
|
254
213
|
},
|
|
255
214
|
"complexType": {
|
|
256
|
-
"signature": "() => Promise<void>",
|
|
257
|
-
"parameters": [
|
|
215
|
+
"signature": "(adjustPosition?: boolean) => Promise<void>",
|
|
216
|
+
"parameters": [
|
|
217
|
+
{
|
|
218
|
+
"name": "adjustPosition",
|
|
219
|
+
"type": "boolean",
|
|
220
|
+
"docs": "If true, the top and right position of the toast stack is shifted according to the\nsix-root header's height and the presence of a vertical scrollbar."
|
|
221
|
+
}
|
|
222
|
+
],
|
|
258
223
|
"references": {
|
|
259
224
|
"Promise": {
|
|
260
225
|
"location": "global",
|
|
@@ -263,10 +228,21 @@
|
|
|
263
228
|
},
|
|
264
229
|
"return": "Promise<void>"
|
|
265
230
|
},
|
|
266
|
-
"signature": "toast() => Promise<void>",
|
|
267
|
-
"parameters": [
|
|
231
|
+
"signature": "toast(adjustPosition?: boolean) => Promise<void>",
|
|
232
|
+
"parameters": [
|
|
233
|
+
{
|
|
234
|
+
"name": "adjustPosition",
|
|
235
|
+
"type": "boolean",
|
|
236
|
+
"docs": "If true, the top and right position of the toast stack is shifted according to the\nsix-root header's height and the presence of a vertical scrollbar."
|
|
237
|
+
}
|
|
238
|
+
],
|
|
268
239
|
"docs": "Displays the alert as a toast notification. This will move the alert out of its position in the DOM and, when\ndismissed, it will be removed from the DOM completely. By storing a reference to the alert, you can reuse it by\ncalling this method again. The returned promise will resolve after the alert is hidden.",
|
|
269
|
-
"docsTags": [
|
|
240
|
+
"docsTags": [
|
|
241
|
+
{
|
|
242
|
+
"name": "param",
|
|
243
|
+
"text": "adjustPosition If true, the top and right position of the toast stack is shifted according to the\nsix-root header's height and the presence of a vertical scrollbar."
|
|
244
|
+
}
|
|
245
|
+
]
|
|
270
246
|
}
|
|
271
247
|
],
|
|
272
248
|
"events": [
|
|
@@ -1062,10 +1038,10 @@
|
|
|
1062
1038
|
},
|
|
1063
1039
|
{
|
|
1064
1040
|
"name": "type",
|
|
1065
|
-
"type": "\"action\" | \"danger\" | \"link\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
1041
|
+
"type": "\"action\" | \"action-outline\" | \"danger\" | \"link\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
1066
1042
|
"complexType": {
|
|
1067
|
-
"original": "'secondary'
|
|
1068
|
-
"resolved": "\"action\" | \"danger\" | \"link\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
1043
|
+
"original": "| 'secondary'\n | 'primary'\n | 'link'\n | 'success'\n | 'warning'\n | 'danger'\n | 'action'\n | 'action-outline'",
|
|
1044
|
+
"resolved": "\"action\" | \"action-outline\" | \"danger\" | \"link\" | \"primary\" | \"secondary\" | \"success\" | \"warning\"",
|
|
1069
1045
|
"references": {}
|
|
1070
1046
|
},
|
|
1071
1047
|
"mutable": false,
|
|
@@ -1079,6 +1055,10 @@
|
|
|
1079
1055
|
"value": "action",
|
|
1080
1056
|
"type": "string"
|
|
1081
1057
|
},
|
|
1058
|
+
{
|
|
1059
|
+
"value": "action-outline",
|
|
1060
|
+
"type": "string"
|
|
1061
|
+
},
|
|
1082
1062
|
{
|
|
1083
1063
|
"value": "danger",
|
|
1084
1064
|
"type": "string"
|
|
@@ -1163,8 +1143,9 @@
|
|
|
1163
1143
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
1164
1144
|
"parameters": [
|
|
1165
1145
|
{
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1146
|
+
"name": "options",
|
|
1147
|
+
"type": "FocusOptions | undefined",
|
|
1148
|
+
"docs": ""
|
|
1168
1149
|
}
|
|
1169
1150
|
],
|
|
1170
1151
|
"references": {
|
|
@@ -1180,7 +1161,13 @@
|
|
|
1180
1161
|
"return": "Promise<void>"
|
|
1181
1162
|
},
|
|
1182
1163
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
1183
|
-
"parameters": [
|
|
1164
|
+
"parameters": [
|
|
1165
|
+
{
|
|
1166
|
+
"name": "options",
|
|
1167
|
+
"type": "FocusOptions | undefined",
|
|
1168
|
+
"docs": ""
|
|
1169
|
+
}
|
|
1170
|
+
],
|
|
1184
1171
|
"docs": "Sets focus on the button.",
|
|
1185
1172
|
"docsTags": []
|
|
1186
1173
|
}
|
|
@@ -1265,13 +1252,18 @@
|
|
|
1265
1252
|
"docs": "The suffix container."
|
|
1266
1253
|
}
|
|
1267
1254
|
],
|
|
1268
|
-
"dependents": [
|
|
1255
|
+
"dependents": [
|
|
1256
|
+
"six-select"
|
|
1257
|
+
],
|
|
1269
1258
|
"dependencies": [
|
|
1270
1259
|
"six-spinner"
|
|
1271
1260
|
],
|
|
1272
1261
|
"dependencyGraph": {
|
|
1273
1262
|
"six-button": [
|
|
1274
1263
|
"six-spinner"
|
|
1264
|
+
],
|
|
1265
|
+
"six-select": [
|
|
1266
|
+
"six-button"
|
|
1275
1267
|
]
|
|
1276
1268
|
}
|
|
1277
1269
|
},
|
|
@@ -1404,10 +1396,10 @@
|
|
|
1404
1396
|
},
|
|
1405
1397
|
{
|
|
1406
1398
|
"name": "errorText",
|
|
1407
|
-
"type": "string",
|
|
1399
|
+
"type": "string | string[]",
|
|
1408
1400
|
"complexType": {
|
|
1409
|
-
"original": "string",
|
|
1410
|
-
"resolved": "string",
|
|
1401
|
+
"original": "string | string[]",
|
|
1402
|
+
"resolved": "string | string[]",
|
|
1411
1403
|
"references": {}
|
|
1412
1404
|
},
|
|
1413
1405
|
"mutable": false,
|
|
@@ -1419,11 +1411,38 @@
|
|
|
1419
1411
|
"values": [
|
|
1420
1412
|
{
|
|
1421
1413
|
"type": "string"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"type": "string[]"
|
|
1422
1417
|
}
|
|
1423
1418
|
],
|
|
1424
1419
|
"optional": false,
|
|
1425
1420
|
"required": false
|
|
1426
1421
|
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "errorTextCount",
|
|
1424
|
+
"type": "number | undefined",
|
|
1425
|
+
"complexType": {
|
|
1426
|
+
"original": "number",
|
|
1427
|
+
"resolved": "number | undefined",
|
|
1428
|
+
"references": {}
|
|
1429
|
+
},
|
|
1430
|
+
"mutable": false,
|
|
1431
|
+
"attr": "error-text-count",
|
|
1432
|
+
"reflectToAttr": false,
|
|
1433
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
1434
|
+
"docsTags": [],
|
|
1435
|
+
"values": [
|
|
1436
|
+
{
|
|
1437
|
+
"type": "number"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"type": "undefined"
|
|
1441
|
+
}
|
|
1442
|
+
],
|
|
1443
|
+
"optional": true,
|
|
1444
|
+
"required": false
|
|
1445
|
+
},
|
|
1427
1446
|
{
|
|
1428
1447
|
"name": "indeterminate",
|
|
1429
1448
|
"type": "boolean",
|
|
@@ -1590,8 +1609,9 @@
|
|
|
1590
1609
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
1591
1610
|
"parameters": [
|
|
1592
1611
|
{
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1612
|
+
"name": "options",
|
|
1613
|
+
"type": "FocusOptions | undefined",
|
|
1614
|
+
"docs": ""
|
|
1595
1615
|
}
|
|
1596
1616
|
],
|
|
1597
1617
|
"references": {
|
|
@@ -1607,7 +1627,13 @@
|
|
|
1607
1627
|
"return": "Promise<void>"
|
|
1608
1628
|
},
|
|
1609
1629
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
1610
|
-
"parameters": [
|
|
1630
|
+
"parameters": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "options",
|
|
1633
|
+
"type": "FocusOptions | undefined",
|
|
1634
|
+
"docs": ""
|
|
1635
|
+
}
|
|
1636
|
+
],
|
|
1611
1637
|
"docs": "Sets focus on the checkbox.",
|
|
1612
1638
|
"docsTags": []
|
|
1613
1639
|
}
|
|
@@ -1708,9 +1734,20 @@
|
|
|
1708
1734
|
"docs": "The checkbox text rendered to the right."
|
|
1709
1735
|
}
|
|
1710
1736
|
],
|
|
1711
|
-
"dependents": [
|
|
1712
|
-
|
|
1713
|
-
|
|
1737
|
+
"dependents": [
|
|
1738
|
+
"six-menu-item"
|
|
1739
|
+
],
|
|
1740
|
+
"dependencies": [
|
|
1741
|
+
"six-error"
|
|
1742
|
+
],
|
|
1743
|
+
"dependencyGraph": {
|
|
1744
|
+
"six-checkbox": [
|
|
1745
|
+
"six-error"
|
|
1746
|
+
],
|
|
1747
|
+
"six-menu-item": [
|
|
1748
|
+
"six-checkbox"
|
|
1749
|
+
]
|
|
1750
|
+
}
|
|
1714
1751
|
},
|
|
1715
1752
|
{
|
|
1716
1753
|
"filePath": "src/components/six-datepicker/six-datepicker.tsx",
|
|
@@ -1730,6 +1767,10 @@
|
|
|
1730
1767
|
{
|
|
1731
1768
|
"name": "slot",
|
|
1732
1769
|
"text": "- Used to define a footer for the date picker."
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "slot",
|
|
1773
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
1733
1774
|
}
|
|
1734
1775
|
],
|
|
1735
1776
|
"usage": {},
|
|
@@ -1987,10 +2028,10 @@
|
|
|
1987
2028
|
},
|
|
1988
2029
|
{
|
|
1989
2030
|
"name": "errorText",
|
|
1990
|
-
"type": "string",
|
|
2031
|
+
"type": "string | string[]",
|
|
1991
2032
|
"complexType": {
|
|
1992
|
-
"original": "string",
|
|
1993
|
-
"resolved": "string",
|
|
2033
|
+
"original": "string | string[]",
|
|
2034
|
+
"resolved": "string | string[]",
|
|
1994
2035
|
"references": {}
|
|
1995
2036
|
},
|
|
1996
2037
|
"mutable": false,
|
|
@@ -2002,11 +2043,38 @@
|
|
|
2002
2043
|
"values": [
|
|
2003
2044
|
{
|
|
2004
2045
|
"type": "string"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"type": "string[]"
|
|
2005
2049
|
}
|
|
2006
2050
|
],
|
|
2007
2051
|
"optional": false,
|
|
2008
2052
|
"required": false
|
|
2009
2053
|
},
|
|
2054
|
+
{
|
|
2055
|
+
"name": "errorTextCount",
|
|
2056
|
+
"type": "number | undefined",
|
|
2057
|
+
"complexType": {
|
|
2058
|
+
"original": "number",
|
|
2059
|
+
"resolved": "number | undefined",
|
|
2060
|
+
"references": {}
|
|
2061
|
+
},
|
|
2062
|
+
"mutable": false,
|
|
2063
|
+
"attr": "error-text-count",
|
|
2064
|
+
"reflectToAttr": false,
|
|
2065
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
2066
|
+
"docsTags": [],
|
|
2067
|
+
"values": [
|
|
2068
|
+
{
|
|
2069
|
+
"type": "number"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"type": "undefined"
|
|
2073
|
+
}
|
|
2074
|
+
],
|
|
2075
|
+
"optional": true,
|
|
2076
|
+
"required": false
|
|
2077
|
+
},
|
|
2010
2078
|
{
|
|
2011
2079
|
"name": "hoist",
|
|
2012
2080
|
"type": "boolean",
|
|
@@ -2124,10 +2192,10 @@
|
|
|
2124
2192
|
},
|
|
2125
2193
|
{
|
|
2126
2194
|
"name": "locale",
|
|
2127
|
-
"type": "\"de\" | \"en\" | \"fr\" | \"it\"",
|
|
2195
|
+
"type": "\"de\" | \"en\" | \"es\" | \"fr\" | \"it\"",
|
|
2128
2196
|
"complexType": {
|
|
2129
|
-
"original": "'en' | 'de' | 'fr' | 'it'",
|
|
2130
|
-
"resolved": "\"de\" | \"en\" | \"fr\" | \"it\"",
|
|
2197
|
+
"original": "'en' | 'de' | 'fr' | 'it' | 'es'",
|
|
2198
|
+
"resolved": "\"de\" | \"en\" | \"es\" | \"fr\" | \"it\"",
|
|
2131
2199
|
"references": {}
|
|
2132
2200
|
},
|
|
2133
2201
|
"mutable": false,
|
|
@@ -2145,6 +2213,10 @@
|
|
|
2145
2213
|
"value": "en",
|
|
2146
2214
|
"type": "string"
|
|
2147
2215
|
},
|
|
2216
|
+
{
|
|
2217
|
+
"value": "es",
|
|
2218
|
+
"type": "string"
|
|
2219
|
+
},
|
|
2148
2220
|
{
|
|
2149
2221
|
"value": "fr",
|
|
2150
2222
|
"type": "string"
|
|
@@ -2452,8 +2524,9 @@
|
|
|
2452
2524
|
"signature": "(datestring?: string) => Promise<void>",
|
|
2453
2525
|
"parameters": [
|
|
2454
2526
|
{
|
|
2455
|
-
"
|
|
2456
|
-
"
|
|
2527
|
+
"name": "datestring",
|
|
2528
|
+
"type": "string | undefined",
|
|
2529
|
+
"docs": ""
|
|
2457
2530
|
}
|
|
2458
2531
|
],
|
|
2459
2532
|
"references": {
|
|
@@ -2465,7 +2538,13 @@
|
|
|
2465
2538
|
"return": "Promise<void>"
|
|
2466
2539
|
},
|
|
2467
2540
|
"signature": "select(datestring?: string) => Promise<void>",
|
|
2468
|
-
"parameters": [
|
|
2541
|
+
"parameters": [
|
|
2542
|
+
{
|
|
2543
|
+
"name": "datestring",
|
|
2544
|
+
"type": "string | undefined",
|
|
2545
|
+
"docs": ""
|
|
2546
|
+
}
|
|
2547
|
+
],
|
|
2469
2548
|
"docs": "Selects an option",
|
|
2470
2549
|
"docsTags": []
|
|
2471
2550
|
},
|
|
@@ -2479,8 +2558,9 @@
|
|
|
2479
2558
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
2480
2559
|
"parameters": [
|
|
2481
2560
|
{
|
|
2482
|
-
"
|
|
2483
|
-
"
|
|
2561
|
+
"name": "options",
|
|
2562
|
+
"type": "FocusOptions | undefined",
|
|
2563
|
+
"docs": ""
|
|
2484
2564
|
}
|
|
2485
2565
|
],
|
|
2486
2566
|
"references": {
|
|
@@ -2496,7 +2576,13 @@
|
|
|
2496
2576
|
"return": "Promise<void>"
|
|
2497
2577
|
},
|
|
2498
2578
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
2499
|
-
"parameters": [
|
|
2579
|
+
"parameters": [
|
|
2580
|
+
{
|
|
2581
|
+
"name": "options",
|
|
2582
|
+
"type": "FocusOptions | undefined",
|
|
2583
|
+
"docs": ""
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2500
2586
|
"docs": "Sets focus on the datepickers input.",
|
|
2501
2587
|
"docsTags": []
|
|
2502
2588
|
}
|
|
@@ -2582,6 +2668,10 @@
|
|
|
2582
2668
|
{
|
|
2583
2669
|
"name": "",
|
|
2584
2670
|
"docs": "Used to define a footer for the date picker."
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"name": "error-text",
|
|
2674
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
2585
2675
|
}
|
|
2586
2676
|
],
|
|
2587
2677
|
"parts": [
|
|
@@ -2615,7 +2705,8 @@
|
|
|
2615
2705
|
"six-timepicker"
|
|
2616
2706
|
],
|
|
2617
2707
|
"six-input": [
|
|
2618
|
-
"six-icon"
|
|
2708
|
+
"six-icon",
|
|
2709
|
+
"six-error"
|
|
2619
2710
|
],
|
|
2620
2711
|
"six-timepicker": [
|
|
2621
2712
|
"six-item-picker",
|
|
@@ -3021,6 +3112,11 @@
|
|
|
3021
3112
|
"annotation": "prop",
|
|
3022
3113
|
"docs": "The timing function (easing) to use for the hide transition."
|
|
3023
3114
|
},
|
|
3115
|
+
{
|
|
3116
|
+
"name": "--horizontal-padding",
|
|
3117
|
+
"annotation": "prop",
|
|
3118
|
+
"docs": "The horizontal padding"
|
|
3119
|
+
},
|
|
3024
3120
|
{
|
|
3025
3121
|
"name": "--show-duration",
|
|
3026
3122
|
"annotation": "prop",
|
|
@@ -3887,6 +3983,10 @@
|
|
|
3887
3983
|
"name": "slot",
|
|
3888
3984
|
"text": "trigger - The dropdown's trigger, usually a `<six-button>` element."
|
|
3889
3985
|
},
|
|
3986
|
+
{
|
|
3987
|
+
"name": "slot",
|
|
3988
|
+
"text": "dropdown-footer - The dropdown's footer area."
|
|
3989
|
+
},
|
|
3890
3990
|
{
|
|
3891
3991
|
"name": "slot",
|
|
3892
3992
|
"text": "- The dropdown's content."
|
|
@@ -4035,7 +4135,7 @@
|
|
|
4035
4135
|
"reflectToAttr": false,
|
|
4036
4136
|
"docs": "The distance in pixels from which to offset the panel away from its trigger.",
|
|
4037
4137
|
"docsTags": [],
|
|
4038
|
-
"default": "
|
|
4138
|
+
"default": "4",
|
|
4039
4139
|
"values": [
|
|
4040
4140
|
{
|
|
4041
4141
|
"type": "number"
|
|
@@ -4074,12 +4174,12 @@
|
|
|
4074
4174
|
"resolved": "number",
|
|
4075
4175
|
"references": {}
|
|
4076
4176
|
},
|
|
4077
|
-
"mutable":
|
|
4177
|
+
"mutable": true,
|
|
4078
4178
|
"attr": "filter-debounce",
|
|
4079
4179
|
"reflectToAttr": false,
|
|
4080
4180
|
"docs": "The debounce for the filter callbacks.",
|
|
4081
4181
|
"docsTags": [],
|
|
4082
|
-
"default": "
|
|
4182
|
+
"default": "0",
|
|
4083
4183
|
"values": [
|
|
4084
4184
|
{
|
|
4085
4185
|
"type": "number"
|
|
@@ -4132,6 +4232,28 @@
|
|
|
4132
4232
|
"optional": false,
|
|
4133
4233
|
"required": false
|
|
4134
4234
|
},
|
|
4235
|
+
{
|
|
4236
|
+
"name": "matchTriggerWidth",
|
|
4237
|
+
"type": "boolean",
|
|
4238
|
+
"complexType": {
|
|
4239
|
+
"original": "boolean",
|
|
4240
|
+
"resolved": "boolean",
|
|
4241
|
+
"references": {}
|
|
4242
|
+
},
|
|
4243
|
+
"mutable": false,
|
|
4244
|
+
"attr": "match-trigger-width",
|
|
4245
|
+
"reflectToAttr": false,
|
|
4246
|
+
"docs": "Determines if the dropdown panel's width should match the width of the trigger element.\n\nIf set to `true`, the panel will resize its width to align with the trigger's width.\nIf `false` or omitted, the panel will maintain its default width.",
|
|
4247
|
+
"docsTags": [],
|
|
4248
|
+
"default": "false",
|
|
4249
|
+
"values": [
|
|
4250
|
+
{
|
|
4251
|
+
"type": "boolean"
|
|
4252
|
+
}
|
|
4253
|
+
],
|
|
4254
|
+
"optional": false,
|
|
4255
|
+
"required": false
|
|
4256
|
+
},
|
|
4135
4257
|
{
|
|
4136
4258
|
"name": "open",
|
|
4137
4259
|
"type": "boolean",
|
|
@@ -4168,7 +4290,7 @@
|
|
|
4168
4290
|
}
|
|
4169
4291
|
}
|
|
4170
4292
|
},
|
|
4171
|
-
"mutable":
|
|
4293
|
+
"mutable": true,
|
|
4172
4294
|
"reflectToAttr": false,
|
|
4173
4295
|
"docs": "Set the options to be shown in the dropdown (alternative to setting the elements via html)",
|
|
4174
4296
|
"docsTags": [],
|
|
@@ -4336,7 +4458,13 @@
|
|
|
4336
4458
|
"signature": "reposition() => Promise<void>",
|
|
4337
4459
|
"parameters": [],
|
|
4338
4460
|
"docs": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
|
|
4339
|
-
"docsTags": [
|
|
4461
|
+
"docsTags": [
|
|
4462
|
+
{
|
|
4463
|
+
"name": "deprecated",
|
|
4464
|
+
"text": ": use the property `matchTriggerWidth` instead."
|
|
4465
|
+
}
|
|
4466
|
+
],
|
|
4467
|
+
"deprecation": ": use the property `matchTriggerWidth` instead."
|
|
4340
4468
|
},
|
|
4341
4469
|
{
|
|
4342
4470
|
"name": "show",
|
|
@@ -4510,6 +4638,10 @@
|
|
|
4510
4638
|
"name": "",
|
|
4511
4639
|
"docs": "The dropdown's content."
|
|
4512
4640
|
},
|
|
4641
|
+
{
|
|
4642
|
+
"name": "dropdown-footer",
|
|
4643
|
+
"docs": "The dropdown's footer area."
|
|
4644
|
+
},
|
|
4513
4645
|
{
|
|
4514
4646
|
"name": "trigger",
|
|
4515
4647
|
"docs": "The dropdown's trigger, usually a `<six-button>` element."
|
|
@@ -4540,19 +4672,26 @@
|
|
|
4540
4672
|
"dependencies": [
|
|
4541
4673
|
"six-menu-item",
|
|
4542
4674
|
"six-input",
|
|
4675
|
+
"six-icon",
|
|
4543
4676
|
"six-menu"
|
|
4544
4677
|
],
|
|
4545
4678
|
"dependencyGraph": {
|
|
4546
4679
|
"six-dropdown": [
|
|
4547
4680
|
"six-menu-item",
|
|
4548
4681
|
"six-input",
|
|
4682
|
+
"six-icon",
|
|
4549
4683
|
"six-menu"
|
|
4550
4684
|
],
|
|
4551
4685
|
"six-menu-item": [
|
|
4686
|
+
"six-checkbox",
|
|
4552
4687
|
"six-icon"
|
|
4553
4688
|
],
|
|
4689
|
+
"six-checkbox": [
|
|
4690
|
+
"six-error"
|
|
4691
|
+
],
|
|
4554
4692
|
"six-input": [
|
|
4555
|
-
"six-icon"
|
|
4693
|
+
"six-icon",
|
|
4694
|
+
"six-error"
|
|
4556
4695
|
],
|
|
4557
4696
|
"six-menu": [
|
|
4558
4697
|
"six-menu-item"
|
|
@@ -4565,6 +4704,77 @@
|
|
|
4565
4704
|
]
|
|
4566
4705
|
}
|
|
4567
4706
|
},
|
|
4707
|
+
{
|
|
4708
|
+
"filePath": "src/components/six-error/six-error.tsx",
|
|
4709
|
+
"encapsulation": "shadow",
|
|
4710
|
+
"tag": "six-error",
|
|
4711
|
+
"readme": "# six-error\n\n<!-- EXAMPLES -->\n",
|
|
4712
|
+
"docs": "<!-- EXAMPLES -->",
|
|
4713
|
+
"docsTags": [
|
|
4714
|
+
{
|
|
4715
|
+
"name": "since",
|
|
4716
|
+
"text": "4.0"
|
|
4717
|
+
},
|
|
4718
|
+
{
|
|
4719
|
+
"name": "status",
|
|
4720
|
+
"text": "beta"
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"name": "slot",
|
|
4724
|
+
"text": "default - The error's message content"
|
|
4725
|
+
}
|
|
4726
|
+
],
|
|
4727
|
+
"usage": {},
|
|
4728
|
+
"props": [],
|
|
4729
|
+
"methods": [],
|
|
4730
|
+
"events": [],
|
|
4731
|
+
"listeners": [],
|
|
4732
|
+
"styles": [],
|
|
4733
|
+
"slots": [
|
|
4734
|
+
{
|
|
4735
|
+
"name": "default",
|
|
4736
|
+
"docs": "The error's message content"
|
|
4737
|
+
}
|
|
4738
|
+
],
|
|
4739
|
+
"parts": [],
|
|
4740
|
+
"dependents": [
|
|
4741
|
+
"six-checkbox",
|
|
4742
|
+
"six-file-upload",
|
|
4743
|
+
"six-group-label",
|
|
4744
|
+
"six-input",
|
|
4745
|
+
"six-range",
|
|
4746
|
+
"six-select",
|
|
4747
|
+
"six-switch",
|
|
4748
|
+
"six-textarea"
|
|
4749
|
+
],
|
|
4750
|
+
"dependencies": [],
|
|
4751
|
+
"dependencyGraph": {
|
|
4752
|
+
"six-checkbox": [
|
|
4753
|
+
"six-error"
|
|
4754
|
+
],
|
|
4755
|
+
"six-file-upload": [
|
|
4756
|
+
"six-error"
|
|
4757
|
+
],
|
|
4758
|
+
"six-group-label": [
|
|
4759
|
+
"six-error"
|
|
4760
|
+
],
|
|
4761
|
+
"six-input": [
|
|
4762
|
+
"six-error"
|
|
4763
|
+
],
|
|
4764
|
+
"six-range": [
|
|
4765
|
+
"six-error"
|
|
4766
|
+
],
|
|
4767
|
+
"six-select": [
|
|
4768
|
+
"six-error"
|
|
4769
|
+
],
|
|
4770
|
+
"six-switch": [
|
|
4771
|
+
"six-error"
|
|
4772
|
+
],
|
|
4773
|
+
"six-textarea": [
|
|
4774
|
+
"six-error"
|
|
4775
|
+
]
|
|
4776
|
+
}
|
|
4777
|
+
},
|
|
4568
4778
|
{
|
|
4569
4779
|
"filePath": "src/components/six-error-page/six-error-page.tsx",
|
|
4570
4780
|
"encapsulation": "shadow",
|
|
@@ -4995,8 +5205,12 @@
|
|
|
4995
5205
|
{
|
|
4996
5206
|
"name": "status",
|
|
4997
5207
|
"text": "experimental"
|
|
4998
|
-
}
|
|
4999
|
-
|
|
5208
|
+
},
|
|
5209
|
+
{
|
|
5210
|
+
"name": "slot",
|
|
5211
|
+
"text": "error-text - Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
5212
|
+
}
|
|
5213
|
+
],
|
|
5000
5214
|
"usage": {},
|
|
5001
5215
|
"props": [
|
|
5002
5216
|
{
|
|
@@ -5067,6 +5281,53 @@
|
|
|
5067
5281
|
"optional": false,
|
|
5068
5282
|
"required": false
|
|
5069
5283
|
},
|
|
5284
|
+
{
|
|
5285
|
+
"name": "errorText",
|
|
5286
|
+
"type": "string | string[]",
|
|
5287
|
+
"complexType": {
|
|
5288
|
+
"original": "string | string[]",
|
|
5289
|
+
"resolved": "string | string[]",
|
|
5290
|
+
"references": {}
|
|
5291
|
+
},
|
|
5292
|
+
"mutable": false,
|
|
5293
|
+
"attr": "error-text",
|
|
5294
|
+
"reflectToAttr": false,
|
|
5295
|
+
"docs": "The error message shown, if `invalid` is set to true.",
|
|
5296
|
+
"docsTags": [],
|
|
5297
|
+
"default": "''",
|
|
5298
|
+
"values": [
|
|
5299
|
+
{
|
|
5300
|
+
"type": "string"
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"type": "string[]"
|
|
5304
|
+
}
|
|
5305
|
+
],
|
|
5306
|
+
"optional": false,
|
|
5307
|
+
"required": false
|
|
5308
|
+
},
|
|
5309
|
+
{
|
|
5310
|
+
"name": "invalid",
|
|
5311
|
+
"type": "boolean",
|
|
5312
|
+
"complexType": {
|
|
5313
|
+
"original": "boolean",
|
|
5314
|
+
"resolved": "boolean",
|
|
5315
|
+
"references": {}
|
|
5316
|
+
},
|
|
5317
|
+
"mutable": false,
|
|
5318
|
+
"attr": "invalid",
|
|
5319
|
+
"reflectToAttr": true,
|
|
5320
|
+
"docs": "If this property is set to true and an error message is provided by `errorText`, the error message is displayed.",
|
|
5321
|
+
"docsTags": [],
|
|
5322
|
+
"default": "false",
|
|
5323
|
+
"values": [
|
|
5324
|
+
{
|
|
5325
|
+
"type": "boolean"
|
|
5326
|
+
}
|
|
5327
|
+
],
|
|
5328
|
+
"optional": false,
|
|
5329
|
+
"required": false
|
|
5330
|
+
},
|
|
5070
5331
|
{
|
|
5071
5332
|
"name": "label",
|
|
5072
5333
|
"type": "string | undefined",
|
|
@@ -5136,6 +5397,28 @@
|
|
|
5136
5397
|
],
|
|
5137
5398
|
"optional": false,
|
|
5138
5399
|
"required": false
|
|
5400
|
+
},
|
|
5401
|
+
{
|
|
5402
|
+
"name": "uploading",
|
|
5403
|
+
"type": "boolean",
|
|
5404
|
+
"complexType": {
|
|
5405
|
+
"original": "boolean",
|
|
5406
|
+
"resolved": "boolean",
|
|
5407
|
+
"references": {}
|
|
5408
|
+
},
|
|
5409
|
+
"mutable": false,
|
|
5410
|
+
"attr": "uploading",
|
|
5411
|
+
"reflectToAttr": true,
|
|
5412
|
+
"docs": "Set to true to draw the control in a loading state.",
|
|
5413
|
+
"docsTags": [],
|
|
5414
|
+
"default": "false",
|
|
5415
|
+
"values": [
|
|
5416
|
+
{
|
|
5417
|
+
"type": "boolean"
|
|
5418
|
+
}
|
|
5419
|
+
],
|
|
5420
|
+
"optional": false,
|
|
5421
|
+
"required": false
|
|
5139
5422
|
}
|
|
5140
5423
|
],
|
|
5141
5424
|
"methods": [],
|
|
@@ -5204,15 +5487,24 @@
|
|
|
5204
5487
|
}
|
|
5205
5488
|
],
|
|
5206
5489
|
"styles": [],
|
|
5207
|
-
"slots": [
|
|
5490
|
+
"slots": [
|
|
5491
|
+
{
|
|
5492
|
+
"name": "error-text",
|
|
5493
|
+
"docs": "Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
5494
|
+
}
|
|
5495
|
+
],
|
|
5208
5496
|
"parts": [],
|
|
5209
5497
|
"dependents": [],
|
|
5210
5498
|
"dependencies": [
|
|
5211
|
-
"six-icon"
|
|
5499
|
+
"six-icon",
|
|
5500
|
+
"six-spinner",
|
|
5501
|
+
"six-error"
|
|
5212
5502
|
],
|
|
5213
5503
|
"dependencyGraph": {
|
|
5214
5504
|
"six-file-upload": [
|
|
5215
|
-
"six-icon"
|
|
5505
|
+
"six-icon",
|
|
5506
|
+
"six-spinner",
|
|
5507
|
+
"six-error"
|
|
5216
5508
|
]
|
|
5217
5509
|
}
|
|
5218
5510
|
},
|
|
@@ -5456,8 +5748,14 @@
|
|
|
5456
5748
|
}
|
|
5457
5749
|
],
|
|
5458
5750
|
"dependents": [],
|
|
5459
|
-
"dependencies": [
|
|
5460
|
-
|
|
5751
|
+
"dependencies": [
|
|
5752
|
+
"six-error"
|
|
5753
|
+
],
|
|
5754
|
+
"dependencyGraph": {
|
|
5755
|
+
"six-group-label": [
|
|
5756
|
+
"six-error"
|
|
5757
|
+
]
|
|
5758
|
+
}
|
|
5461
5759
|
},
|
|
5462
5760
|
{
|
|
5463
5761
|
"filePath": "src/components/six-header/six-header.tsx",
|
|
@@ -5523,6 +5821,55 @@
|
|
|
5523
5821
|
"optional": false,
|
|
5524
5822
|
"required": false
|
|
5525
5823
|
},
|
|
5824
|
+
{
|
|
5825
|
+
"name": "hideHamburgerMenu",
|
|
5826
|
+
"type": "boolean",
|
|
5827
|
+
"complexType": {
|
|
5828
|
+
"original": "boolean",
|
|
5829
|
+
"resolved": "boolean",
|
|
5830
|
+
"references": {}
|
|
5831
|
+
},
|
|
5832
|
+
"mutable": false,
|
|
5833
|
+
"attr": "hide-hamburger-menu",
|
|
5834
|
+
"reflectToAttr": false,
|
|
5835
|
+
"docs": "Set whether the hamburger menu should be visible or not",
|
|
5836
|
+
"docsTags": [],
|
|
5837
|
+
"default": "false",
|
|
5838
|
+
"values": [
|
|
5839
|
+
{
|
|
5840
|
+
"type": "boolean"
|
|
5841
|
+
}
|
|
5842
|
+
],
|
|
5843
|
+
"optional": false,
|
|
5844
|
+
"required": false
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"name": "logo",
|
|
5848
|
+
"type": "\"bme\" | \"six\"",
|
|
5849
|
+
"complexType": {
|
|
5850
|
+
"original": "'six' | 'bme'",
|
|
5851
|
+
"resolved": "\"bme\" | \"six\"",
|
|
5852
|
+
"references": {}
|
|
5853
|
+
},
|
|
5854
|
+
"mutable": false,
|
|
5855
|
+
"attr": "logo",
|
|
5856
|
+
"reflectToAttr": false,
|
|
5857
|
+
"docs": "The displayed logo. Either six or bme. Defaults to six.",
|
|
5858
|
+
"docsTags": [],
|
|
5859
|
+
"default": "'six'",
|
|
5860
|
+
"values": [
|
|
5861
|
+
{
|
|
5862
|
+
"value": "bme",
|
|
5863
|
+
"type": "string"
|
|
5864
|
+
},
|
|
5865
|
+
{
|
|
5866
|
+
"value": "six",
|
|
5867
|
+
"type": "string"
|
|
5868
|
+
}
|
|
5869
|
+
],
|
|
5870
|
+
"optional": false,
|
|
5871
|
+
"required": false
|
|
5872
|
+
},
|
|
5526
5873
|
{
|
|
5527
5874
|
"name": "openHamburgerMenu",
|
|
5528
5875
|
"type": "boolean",
|
|
@@ -5623,8 +5970,9 @@
|
|
|
5623
5970
|
"signature": "(openState: boolean) => Promise<void>",
|
|
5624
5971
|
"parameters": [
|
|
5625
5972
|
{
|
|
5626
|
-
"
|
|
5627
|
-
"
|
|
5973
|
+
"name": "openState",
|
|
5974
|
+
"type": "boolean",
|
|
5975
|
+
"docs": ""
|
|
5628
5976
|
}
|
|
5629
5977
|
],
|
|
5630
5978
|
"references": {
|
|
@@ -5636,7 +5984,13 @@
|
|
|
5636
5984
|
"return": "Promise<void>"
|
|
5637
5985
|
},
|
|
5638
5986
|
"signature": "setSearchOpenState(openState: boolean) => Promise<void>",
|
|
5639
|
-
"parameters": [
|
|
5987
|
+
"parameters": [
|
|
5988
|
+
{
|
|
5989
|
+
"name": "openState",
|
|
5990
|
+
"type": "boolean",
|
|
5991
|
+
"docs": ""
|
|
5992
|
+
}
|
|
5993
|
+
],
|
|
5640
5994
|
"docs": "Sets open state for search",
|
|
5641
5995
|
"docsTags": []
|
|
5642
5996
|
}
|
|
@@ -5791,7 +6145,12 @@
|
|
|
5791
6145
|
"docs": "Used to define the search field component in the header."
|
|
5792
6146
|
}
|
|
5793
6147
|
],
|
|
5794
|
-
"parts": [
|
|
6148
|
+
"parts": [
|
|
6149
|
+
{
|
|
6150
|
+
"name": "header",
|
|
6151
|
+
"docs": ""
|
|
6152
|
+
}
|
|
6153
|
+
],
|
|
5795
6154
|
"dependents": [],
|
|
5796
6155
|
"dependencies": [
|
|
5797
6156
|
"six-icon-button",
|
|
@@ -5808,13 +6167,19 @@
|
|
|
5808
6167
|
"six-dropdown": [
|
|
5809
6168
|
"six-menu-item",
|
|
5810
6169
|
"six-input",
|
|
6170
|
+
"six-icon",
|
|
5811
6171
|
"six-menu"
|
|
5812
6172
|
],
|
|
5813
6173
|
"six-menu-item": [
|
|
6174
|
+
"six-checkbox",
|
|
5814
6175
|
"six-icon"
|
|
5815
6176
|
],
|
|
6177
|
+
"six-checkbox": [
|
|
6178
|
+
"six-error"
|
|
6179
|
+
],
|
|
5816
6180
|
"six-input": [
|
|
5817
|
-
"six-icon"
|
|
6181
|
+
"six-icon",
|
|
6182
|
+
"six-error"
|
|
5818
6183
|
],
|
|
5819
6184
|
"six-menu": [
|
|
5820
6185
|
"six-menu-item"
|
|
@@ -5932,6 +6297,7 @@
|
|
|
5932
6297
|
"six-avatar",
|
|
5933
6298
|
"six-datepicker",
|
|
5934
6299
|
"six-details",
|
|
6300
|
+
"six-dropdown",
|
|
5935
6301
|
"six-file-list-item",
|
|
5936
6302
|
"six-file-upload",
|
|
5937
6303
|
"six-icon-button",
|
|
@@ -5956,6 +6322,9 @@
|
|
|
5956
6322
|
"six-details": [
|
|
5957
6323
|
"six-icon"
|
|
5958
6324
|
],
|
|
6325
|
+
"six-dropdown": [
|
|
6326
|
+
"six-icon"
|
|
6327
|
+
],
|
|
5959
6328
|
"six-file-list-item": [
|
|
5960
6329
|
"six-icon"
|
|
5961
6330
|
],
|
|
@@ -6259,13 +6628,17 @@
|
|
|
6259
6628
|
"name": "slot",
|
|
6260
6629
|
"text": "help-text - Help text that describes how to use the input. Alternatively, you can use the help-text prop."
|
|
6261
6630
|
},
|
|
6631
|
+
{
|
|
6632
|
+
"name": "slot",
|
|
6633
|
+
"text": "error-text - Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
6634
|
+
},
|
|
6262
6635
|
{
|
|
6263
6636
|
"name": "part",
|
|
6264
6637
|
"text": "base - The component's base wrapper."
|
|
6265
6638
|
},
|
|
6266
6639
|
{
|
|
6267
6640
|
"name": "part",
|
|
6268
|
-
"text": "form-control - The form control that wraps the label, input, and help-text."
|
|
6641
|
+
"text": "form-control - The form control that wraps the label, input, error-text and help-text."
|
|
6269
6642
|
},
|
|
6270
6643
|
{
|
|
6271
6644
|
"name": "part",
|
|
@@ -6294,6 +6667,10 @@
|
|
|
6294
6667
|
{
|
|
6295
6668
|
"name": "part",
|
|
6296
6669
|
"text": "help-text - The input help text."
|
|
6670
|
+
},
|
|
6671
|
+
{
|
|
6672
|
+
"name": "part",
|
|
6673
|
+
"text": "error-text - The input error text."
|
|
6297
6674
|
}
|
|
6298
6675
|
],
|
|
6299
6676
|
"usage": {},
|
|
@@ -6435,12 +6812,34 @@
|
|
|
6435
6812
|
"optional": false,
|
|
6436
6813
|
"required": false
|
|
6437
6814
|
},
|
|
6815
|
+
{
|
|
6816
|
+
"name": "dropdownSearch",
|
|
6817
|
+
"type": "boolean",
|
|
6818
|
+
"complexType": {
|
|
6819
|
+
"original": "boolean",
|
|
6820
|
+
"resolved": "boolean",
|
|
6821
|
+
"references": {}
|
|
6822
|
+
},
|
|
6823
|
+
"mutable": false,
|
|
6824
|
+
"attr": "dropdown-search",
|
|
6825
|
+
"reflectToAttr": false,
|
|
6826
|
+
"docs": "Internal: Styles the input for the dropdown filter search.",
|
|
6827
|
+
"docsTags": [],
|
|
6828
|
+
"default": "false",
|
|
6829
|
+
"values": [
|
|
6830
|
+
{
|
|
6831
|
+
"type": "boolean"
|
|
6832
|
+
}
|
|
6833
|
+
],
|
|
6834
|
+
"optional": false,
|
|
6835
|
+
"required": false
|
|
6836
|
+
},
|
|
6438
6837
|
{
|
|
6439
6838
|
"name": "errorText",
|
|
6440
|
-
"type": "string",
|
|
6839
|
+
"type": "string | string[]",
|
|
6441
6840
|
"complexType": {
|
|
6442
|
-
"original": "string",
|
|
6443
|
-
"resolved": "string",
|
|
6841
|
+
"original": "string | string[]",
|
|
6842
|
+
"resolved": "string | string[]",
|
|
6444
6843
|
"references": {}
|
|
6445
6844
|
},
|
|
6446
6845
|
"mutable": false,
|
|
@@ -6452,11 +6851,38 @@
|
|
|
6452
6851
|
"values": [
|
|
6453
6852
|
{
|
|
6454
6853
|
"type": "string"
|
|
6854
|
+
},
|
|
6855
|
+
{
|
|
6856
|
+
"type": "string[]"
|
|
6455
6857
|
}
|
|
6456
6858
|
],
|
|
6457
6859
|
"optional": false,
|
|
6458
6860
|
"required": false
|
|
6459
6861
|
},
|
|
6862
|
+
{
|
|
6863
|
+
"name": "errorTextCount",
|
|
6864
|
+
"type": "number | undefined",
|
|
6865
|
+
"complexType": {
|
|
6866
|
+
"original": "number",
|
|
6867
|
+
"resolved": "number | undefined",
|
|
6868
|
+
"references": {}
|
|
6869
|
+
},
|
|
6870
|
+
"mutable": false,
|
|
6871
|
+
"attr": "error-text-count",
|
|
6872
|
+
"reflectToAttr": false,
|
|
6873
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
6874
|
+
"docsTags": [],
|
|
6875
|
+
"values": [
|
|
6876
|
+
{
|
|
6877
|
+
"type": "number"
|
|
6878
|
+
},
|
|
6879
|
+
{
|
|
6880
|
+
"type": "undefined"
|
|
6881
|
+
}
|
|
6882
|
+
],
|
|
6883
|
+
"optional": true,
|
|
6884
|
+
"required": false
|
|
6885
|
+
},
|
|
6460
6886
|
{
|
|
6461
6887
|
"name": "helpText",
|
|
6462
6888
|
"type": "string",
|
|
@@ -7000,6 +7426,33 @@
|
|
|
7000
7426
|
}
|
|
7001
7427
|
],
|
|
7002
7428
|
"methods": [
|
|
7429
|
+
{
|
|
7430
|
+
"name": "getSelectionRange",
|
|
7431
|
+
"returns": {
|
|
7432
|
+
"type": "Promise<SelectionRange>",
|
|
7433
|
+
"docs": ""
|
|
7434
|
+
},
|
|
7435
|
+
"complexType": {
|
|
7436
|
+
"signature": "() => Promise<SelectionRange>",
|
|
7437
|
+
"parameters": [],
|
|
7438
|
+
"references": {
|
|
7439
|
+
"Promise": {
|
|
7440
|
+
"location": "global",
|
|
7441
|
+
"id": "global::Promise"
|
|
7442
|
+
},
|
|
7443
|
+
"SelectionRange": {
|
|
7444
|
+
"location": "local",
|
|
7445
|
+
"path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-input/six-input.tsx",
|
|
7446
|
+
"id": "src/components/six-input/six-input.tsx::SelectionRange"
|
|
7447
|
+
}
|
|
7448
|
+
},
|
|
7449
|
+
"return": "Promise<SelectionRange>"
|
|
7450
|
+
},
|
|
7451
|
+
"signature": "getSelectionRange() => Promise<SelectionRange>",
|
|
7452
|
+
"parameters": [],
|
|
7453
|
+
"docs": "Returns the start and end positions of the text selection",
|
|
7454
|
+
"docsTags": []
|
|
7455
|
+
},
|
|
7003
7456
|
{
|
|
7004
7457
|
"name": "removeFocus",
|
|
7005
7458
|
"returns": {
|
|
@@ -7054,8 +7507,9 @@
|
|
|
7054
7507
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
7055
7508
|
"parameters": [
|
|
7056
7509
|
{
|
|
7057
|
-
"
|
|
7058
|
-
"
|
|
7510
|
+
"name": "options",
|
|
7511
|
+
"type": "FocusOptions | undefined",
|
|
7512
|
+
"docs": ""
|
|
7059
7513
|
}
|
|
7060
7514
|
],
|
|
7061
7515
|
"references": {
|
|
@@ -7071,7 +7525,13 @@
|
|
|
7071
7525
|
"return": "Promise<void>"
|
|
7072
7526
|
},
|
|
7073
7527
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
7074
|
-
"parameters": [
|
|
7528
|
+
"parameters": [
|
|
7529
|
+
{
|
|
7530
|
+
"name": "options",
|
|
7531
|
+
"type": "FocusOptions | undefined",
|
|
7532
|
+
"docs": ""
|
|
7533
|
+
}
|
|
7534
|
+
],
|
|
7075
7535
|
"docs": "Sets focus on the input.",
|
|
7076
7536
|
"docsTags": []
|
|
7077
7537
|
},
|
|
@@ -7082,23 +7542,27 @@
|
|
|
7082
7542
|
"docs": ""
|
|
7083
7543
|
},
|
|
7084
7544
|
"complexType": {
|
|
7085
|
-
"signature": "(replacement: string, start: number, end: number, selectMode?:
|
|
7545
|
+
"signature": "(replacement: string, start: number, end: number, selectMode?: \"select\" | \"start\" | \"end\" | \"preserve\") => Promise<void>",
|
|
7086
7546
|
"parameters": [
|
|
7087
7547
|
{
|
|
7088
|
-
"
|
|
7089
|
-
"
|
|
7548
|
+
"name": "replacement",
|
|
7549
|
+
"type": "string",
|
|
7550
|
+
"docs": ""
|
|
7090
7551
|
},
|
|
7091
7552
|
{
|
|
7092
|
-
"
|
|
7093
|
-
"
|
|
7553
|
+
"name": "start",
|
|
7554
|
+
"type": "number",
|
|
7555
|
+
"docs": ""
|
|
7094
7556
|
},
|
|
7095
7557
|
{
|
|
7096
|
-
"
|
|
7097
|
-
"
|
|
7558
|
+
"name": "end",
|
|
7559
|
+
"type": "number",
|
|
7560
|
+
"docs": ""
|
|
7098
7561
|
},
|
|
7099
7562
|
{
|
|
7100
|
-
"
|
|
7101
|
-
"
|
|
7563
|
+
"name": "selectMode",
|
|
7564
|
+
"type": "\"select\" | \"start\" | \"end\" | \"preserve\"",
|
|
7565
|
+
"docs": ""
|
|
7102
7566
|
}
|
|
7103
7567
|
],
|
|
7104
7568
|
"references": {
|
|
@@ -7109,8 +7573,29 @@
|
|
|
7109
7573
|
},
|
|
7110
7574
|
"return": "Promise<void>"
|
|
7111
7575
|
},
|
|
7112
|
-
"signature": "setRangeText(replacement: string, start: number, end: number, selectMode?:
|
|
7113
|
-
"parameters": [
|
|
7576
|
+
"signature": "setRangeText(replacement: string, start: number, end: number, selectMode?: \"select\" | \"start\" | \"end\" | \"preserve\") => Promise<void>",
|
|
7577
|
+
"parameters": [
|
|
7578
|
+
{
|
|
7579
|
+
"name": "replacement",
|
|
7580
|
+
"type": "string",
|
|
7581
|
+
"docs": ""
|
|
7582
|
+
},
|
|
7583
|
+
{
|
|
7584
|
+
"name": "start",
|
|
7585
|
+
"type": "number",
|
|
7586
|
+
"docs": ""
|
|
7587
|
+
},
|
|
7588
|
+
{
|
|
7589
|
+
"name": "end",
|
|
7590
|
+
"type": "number",
|
|
7591
|
+
"docs": ""
|
|
7592
|
+
},
|
|
7593
|
+
{
|
|
7594
|
+
"name": "selectMode",
|
|
7595
|
+
"type": "\"select\" | \"start\" | \"end\" | \"preserve\"",
|
|
7596
|
+
"docs": ""
|
|
7597
|
+
}
|
|
7598
|
+
],
|
|
7114
7599
|
"docs": "Replaces a range of text with a new string.",
|
|
7115
7600
|
"docsTags": []
|
|
7116
7601
|
},
|
|
@@ -7121,31 +7606,55 @@
|
|
|
7121
7606
|
"docs": ""
|
|
7122
7607
|
},
|
|
7123
7608
|
"complexType": {
|
|
7124
|
-
"signature": "(selectionStart: number, selectionEnd: number, selectionDirection?:
|
|
7609
|
+
"signature": "(selectionStart: number, selectionEnd: number, selectionDirection?: SelectionRangeDirection) => Promise<void | undefined>",
|
|
7125
7610
|
"parameters": [
|
|
7126
7611
|
{
|
|
7127
|
-
"
|
|
7128
|
-
"
|
|
7612
|
+
"name": "selectionStart",
|
|
7613
|
+
"type": "number",
|
|
7614
|
+
"docs": ""
|
|
7129
7615
|
},
|
|
7130
7616
|
{
|
|
7131
|
-
"
|
|
7132
|
-
"
|
|
7617
|
+
"name": "selectionEnd",
|
|
7618
|
+
"type": "number",
|
|
7619
|
+
"docs": ""
|
|
7133
7620
|
},
|
|
7134
7621
|
{
|
|
7135
|
-
"
|
|
7136
|
-
"
|
|
7622
|
+
"name": "selectionDirection",
|
|
7623
|
+
"type": "\"none\" | \"forward\" | \"backward\"",
|
|
7624
|
+
"docs": ""
|
|
7137
7625
|
}
|
|
7138
7626
|
],
|
|
7139
7627
|
"references": {
|
|
7140
7628
|
"Promise": {
|
|
7141
7629
|
"location": "global",
|
|
7142
7630
|
"id": "global::Promise"
|
|
7631
|
+
},
|
|
7632
|
+
"SelectionRangeDirection": {
|
|
7633
|
+
"location": "local",
|
|
7634
|
+
"path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-input/six-input.tsx",
|
|
7635
|
+
"id": "src/components/six-input/six-input.tsx::SelectionRangeDirection"
|
|
7143
7636
|
}
|
|
7144
7637
|
},
|
|
7145
7638
|
"return": "Promise<void | undefined>"
|
|
7146
7639
|
},
|
|
7147
|
-
"signature": "setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?:
|
|
7148
|
-
"parameters": [
|
|
7640
|
+
"signature": "setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?: SelectionRangeDirection) => Promise<void | undefined>",
|
|
7641
|
+
"parameters": [
|
|
7642
|
+
{
|
|
7643
|
+
"name": "selectionStart",
|
|
7644
|
+
"type": "number",
|
|
7645
|
+
"docs": ""
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"name": "selectionEnd",
|
|
7649
|
+
"type": "number",
|
|
7650
|
+
"docs": ""
|
|
7651
|
+
},
|
|
7652
|
+
{
|
|
7653
|
+
"name": "selectionDirection",
|
|
7654
|
+
"type": "\"none\" | \"forward\" | \"backward\"",
|
|
7655
|
+
"docs": ""
|
|
7656
|
+
}
|
|
7657
|
+
],
|
|
7149
7658
|
"docs": "Sets the start and end positions of the text selection (0-based).",
|
|
7150
7659
|
"docsTags": []
|
|
7151
7660
|
}
|
|
@@ -7259,6 +7768,10 @@
|
|
|
7259
7768
|
"name": "clear-icon",
|
|
7260
7769
|
"docs": "An icon to use in lieu of the default clear icon."
|
|
7261
7770
|
},
|
|
7771
|
+
{
|
|
7772
|
+
"name": "error-text",
|
|
7773
|
+
"docs": "Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
7774
|
+
},
|
|
7262
7775
|
{
|
|
7263
7776
|
"name": "help-text",
|
|
7264
7777
|
"docs": "Help text that describes how to use the input. Alternatively, you can use the help-text prop."
|
|
@@ -7293,9 +7806,13 @@
|
|
|
7293
7806
|
"name": "clear-button",
|
|
7294
7807
|
"docs": "The clear button."
|
|
7295
7808
|
},
|
|
7809
|
+
{
|
|
7810
|
+
"name": "error-text",
|
|
7811
|
+
"docs": "The input error text."
|
|
7812
|
+
},
|
|
7296
7813
|
{
|
|
7297
7814
|
"name": "form-control",
|
|
7298
|
-
"docs": "The form control that wraps the label, input, and help-text."
|
|
7815
|
+
"docs": "The form control that wraps the label, input, error-text and help-text."
|
|
7299
7816
|
},
|
|
7300
7817
|
{
|
|
7301
7818
|
"name": "help-text",
|
|
@@ -7330,11 +7847,13 @@
|
|
|
7330
7847
|
"six-timepicker"
|
|
7331
7848
|
],
|
|
7332
7849
|
"dependencies": [
|
|
7333
|
-
"six-icon"
|
|
7850
|
+
"six-icon",
|
|
7851
|
+
"six-error"
|
|
7334
7852
|
],
|
|
7335
7853
|
"dependencyGraph": {
|
|
7336
7854
|
"six-input": [
|
|
7337
|
-
"six-icon"
|
|
7855
|
+
"six-icon",
|
|
7856
|
+
"six-error"
|
|
7338
7857
|
],
|
|
7339
7858
|
"six-datepicker": [
|
|
7340
7859
|
"six-input"
|
|
@@ -8097,6 +8616,28 @@
|
|
|
8097
8616
|
],
|
|
8098
8617
|
"usage": {},
|
|
8099
8618
|
"props": [
|
|
8619
|
+
{
|
|
8620
|
+
"name": "disableKeyboardHandling",
|
|
8621
|
+
"type": "boolean",
|
|
8622
|
+
"complexType": {
|
|
8623
|
+
"original": "boolean",
|
|
8624
|
+
"resolved": "boolean",
|
|
8625
|
+
"references": {}
|
|
8626
|
+
},
|
|
8627
|
+
"mutable": false,
|
|
8628
|
+
"attr": "disable-keyboard-handling",
|
|
8629
|
+
"reflectToAttr": false,
|
|
8630
|
+
"docs": "Internal: Disables handling of key presses.",
|
|
8631
|
+
"docsTags": [],
|
|
8632
|
+
"default": "false",
|
|
8633
|
+
"values": [
|
|
8634
|
+
{
|
|
8635
|
+
"type": "boolean"
|
|
8636
|
+
}
|
|
8637
|
+
],
|
|
8638
|
+
"optional": false,
|
|
8639
|
+
"required": false
|
|
8640
|
+
},
|
|
8100
8641
|
{
|
|
8101
8642
|
"name": "itemSize",
|
|
8102
8643
|
"type": "number",
|
|
@@ -8251,8 +8792,9 @@
|
|
|
8251
8792
|
"signature": "(key: string) => Promise<void>",
|
|
8252
8793
|
"parameters": [
|
|
8253
8794
|
{
|
|
8254
|
-
"
|
|
8255
|
-
"
|
|
8795
|
+
"name": "key",
|
|
8796
|
+
"type": "string",
|
|
8797
|
+
"docs": ""
|
|
8256
8798
|
}
|
|
8257
8799
|
],
|
|
8258
8800
|
"references": {
|
|
@@ -8268,7 +8810,13 @@
|
|
|
8268
8810
|
"return": "Promise<void>"
|
|
8269
8811
|
},
|
|
8270
8812
|
"signature": "typeToSelect(key: string) => Promise<void>",
|
|
8271
|
-
"parameters": [
|
|
8813
|
+
"parameters": [
|
|
8814
|
+
{
|
|
8815
|
+
"name": "key",
|
|
8816
|
+
"type": "string",
|
|
8817
|
+
"docs": ""
|
|
8818
|
+
}
|
|
8819
|
+
],
|
|
8272
8820
|
"docs": "Initiates type-to-select logic, which automatically selects an option based on what the user is currently typing.\nThe key passed will be appended to the internal query and the selection will be updated. After a brief period, the\ninternal query is cleared automatically. This method is intended to be used with the keydown event. Useful for\nenabling type-to-select when the menu doesn't have focus.",
|
|
8273
8821
|
"docsTags": []
|
|
8274
8822
|
}
|
|
@@ -8325,8 +8873,12 @@
|
|
|
8325
8873
|
"six-menu-item"
|
|
8326
8874
|
],
|
|
8327
8875
|
"six-menu-item": [
|
|
8876
|
+
"six-checkbox",
|
|
8328
8877
|
"six-icon"
|
|
8329
8878
|
],
|
|
8879
|
+
"six-checkbox": [
|
|
8880
|
+
"six-error"
|
|
8881
|
+
],
|
|
8330
8882
|
"six-dropdown": [
|
|
8331
8883
|
"six-menu"
|
|
8332
8884
|
],
|
|
@@ -8422,6 +8974,33 @@
|
|
|
8422
8974
|
],
|
|
8423
8975
|
"usage": {},
|
|
8424
8976
|
"props": [
|
|
8977
|
+
{
|
|
8978
|
+
"name": "checkType",
|
|
8979
|
+
"type": "\"check\" | \"checkbox\"",
|
|
8980
|
+
"complexType": {
|
|
8981
|
+
"original": "'checkbox' | 'check'",
|
|
8982
|
+
"resolved": "\"check\" | \"checkbox\"",
|
|
8983
|
+
"references": {}
|
|
8984
|
+
},
|
|
8985
|
+
"mutable": false,
|
|
8986
|
+
"attr": "check-type",
|
|
8987
|
+
"reflectToAttr": false,
|
|
8988
|
+
"docs": "Defines if the checked state is displayed as a checkbox or a check-icon",
|
|
8989
|
+
"docsTags": [],
|
|
8990
|
+
"default": "'check'",
|
|
8991
|
+
"values": [
|
|
8992
|
+
{
|
|
8993
|
+
"value": "check",
|
|
8994
|
+
"type": "string"
|
|
8995
|
+
},
|
|
8996
|
+
{
|
|
8997
|
+
"value": "checkbox",
|
|
8998
|
+
"type": "string"
|
|
8999
|
+
}
|
|
9000
|
+
],
|
|
9001
|
+
"optional": false,
|
|
9002
|
+
"required": false
|
|
9003
|
+
},
|
|
8425
9004
|
{
|
|
8426
9005
|
"name": "checked",
|
|
8427
9006
|
"type": "boolean",
|
|
@@ -8433,7 +9012,7 @@
|
|
|
8433
9012
|
"mutable": false,
|
|
8434
9013
|
"attr": "checked",
|
|
8435
9014
|
"reflectToAttr": true,
|
|
8436
|
-
"docs": "
|
|
9015
|
+
"docs": "Internal: Draws the item in a checked state. CheckType needs to be set to 'checkbox' or 'check' to show the\nchecked state",
|
|
8437
9016
|
"docsTags": [],
|
|
8438
9017
|
"default": "false",
|
|
8439
9018
|
"values": [
|
|
@@ -8544,8 +9123,9 @@
|
|
|
8544
9123
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
8545
9124
|
"parameters": [
|
|
8546
9125
|
{
|
|
8547
|
-
"
|
|
8548
|
-
"
|
|
9126
|
+
"name": "options",
|
|
9127
|
+
"type": "FocusOptions | undefined",
|
|
9128
|
+
"docs": ""
|
|
8549
9129
|
}
|
|
8550
9130
|
],
|
|
8551
9131
|
"references": {
|
|
@@ -8561,7 +9141,13 @@
|
|
|
8561
9141
|
"return": "Promise<void>"
|
|
8562
9142
|
},
|
|
8563
9143
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
8564
|
-
"parameters": [
|
|
9144
|
+
"parameters": [
|
|
9145
|
+
{
|
|
9146
|
+
"name": "options",
|
|
9147
|
+
"type": "FocusOptions | undefined",
|
|
9148
|
+
"docs": ""
|
|
9149
|
+
}
|
|
9150
|
+
],
|
|
8565
9151
|
"docs": "Sets focus on the button.",
|
|
8566
9152
|
"docsTags": []
|
|
8567
9153
|
}
|
|
@@ -8611,12 +9197,17 @@
|
|
|
8611
9197
|
"six-select"
|
|
8612
9198
|
],
|
|
8613
9199
|
"dependencies": [
|
|
9200
|
+
"six-checkbox",
|
|
8614
9201
|
"six-icon"
|
|
8615
9202
|
],
|
|
8616
9203
|
"dependencyGraph": {
|
|
8617
9204
|
"six-menu-item": [
|
|
9205
|
+
"six-checkbox",
|
|
8618
9206
|
"six-icon"
|
|
8619
9207
|
],
|
|
9208
|
+
"six-checkbox": [
|
|
9209
|
+
"six-error"
|
|
9210
|
+
],
|
|
8620
9211
|
"six-dropdown": [
|
|
8621
9212
|
"six-menu-item"
|
|
8622
9213
|
],
|
|
@@ -9211,8 +9802,9 @@
|
|
|
9211
9802
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
9212
9803
|
"parameters": [
|
|
9213
9804
|
{
|
|
9214
|
-
"
|
|
9215
|
-
"
|
|
9805
|
+
"name": "options",
|
|
9806
|
+
"type": "FocusOptions | undefined",
|
|
9807
|
+
"docs": ""
|
|
9216
9808
|
}
|
|
9217
9809
|
],
|
|
9218
9810
|
"references": {
|
|
@@ -9228,7 +9820,13 @@
|
|
|
9228
9820
|
"return": "Promise<void>"
|
|
9229
9821
|
},
|
|
9230
9822
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
9231
|
-
"parameters": [
|
|
9823
|
+
"parameters": [
|
|
9824
|
+
{
|
|
9825
|
+
"name": "options",
|
|
9826
|
+
"type": "FocusOptions | undefined",
|
|
9827
|
+
"docs": ""
|
|
9828
|
+
}
|
|
9829
|
+
],
|
|
9232
9830
|
"docs": "Sets focus on the radio.",
|
|
9233
9831
|
"docsTags": []
|
|
9234
9832
|
}
|
|
@@ -9391,10 +9989,10 @@
|
|
|
9391
9989
|
},
|
|
9392
9990
|
{
|
|
9393
9991
|
"name": "errorText",
|
|
9394
|
-
"type": "string",
|
|
9992
|
+
"type": "string | string[]",
|
|
9395
9993
|
"complexType": {
|
|
9396
|
-
"original": "string",
|
|
9397
|
-
"resolved": "string",
|
|
9994
|
+
"original": "string | string[]",
|
|
9995
|
+
"resolved": "string | string[]",
|
|
9398
9996
|
"references": {}
|
|
9399
9997
|
},
|
|
9400
9998
|
"mutable": false,
|
|
@@ -9406,11 +10004,38 @@
|
|
|
9406
10004
|
"values": [
|
|
9407
10005
|
{
|
|
9408
10006
|
"type": "string"
|
|
10007
|
+
},
|
|
10008
|
+
{
|
|
10009
|
+
"type": "string[]"
|
|
9409
10010
|
}
|
|
9410
10011
|
],
|
|
9411
10012
|
"optional": false,
|
|
9412
10013
|
"required": false
|
|
9413
10014
|
},
|
|
10015
|
+
{
|
|
10016
|
+
"name": "errorTextCount",
|
|
10017
|
+
"type": "number | undefined",
|
|
10018
|
+
"complexType": {
|
|
10019
|
+
"original": "number",
|
|
10020
|
+
"resolved": "number | undefined",
|
|
10021
|
+
"references": {}
|
|
10022
|
+
},
|
|
10023
|
+
"mutable": false,
|
|
10024
|
+
"attr": "error-text-count",
|
|
10025
|
+
"reflectToAttr": false,
|
|
10026
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
10027
|
+
"docsTags": [],
|
|
10028
|
+
"values": [
|
|
10029
|
+
{
|
|
10030
|
+
"type": "number"
|
|
10031
|
+
},
|
|
10032
|
+
{
|
|
10033
|
+
"type": "undefined"
|
|
10034
|
+
}
|
|
10035
|
+
],
|
|
10036
|
+
"optional": true,
|
|
10037
|
+
"required": false
|
|
10038
|
+
},
|
|
9414
10039
|
{
|
|
9415
10040
|
"name": "helpText",
|
|
9416
10041
|
"type": "string",
|
|
@@ -9695,8 +10320,9 @@
|
|
|
9695
10320
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
9696
10321
|
"parameters": [
|
|
9697
10322
|
{
|
|
9698
|
-
"
|
|
9699
|
-
"
|
|
10323
|
+
"name": "options",
|
|
10324
|
+
"type": "FocusOptions | undefined",
|
|
10325
|
+
"docs": ""
|
|
9700
10326
|
}
|
|
9701
10327
|
],
|
|
9702
10328
|
"references": {
|
|
@@ -9712,7 +10338,13 @@
|
|
|
9712
10338
|
"return": "Promise<void>"
|
|
9713
10339
|
},
|
|
9714
10340
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
9715
|
-
"parameters": [
|
|
10341
|
+
"parameters": [
|
|
10342
|
+
{
|
|
10343
|
+
"name": "options",
|
|
10344
|
+
"type": "FocusOptions | undefined",
|
|
10345
|
+
"docs": ""
|
|
10346
|
+
}
|
|
10347
|
+
],
|
|
9716
10348
|
"docs": "Sets focus on the input.",
|
|
9717
10349
|
"docsTags": []
|
|
9718
10350
|
}
|
|
@@ -9810,8 +10442,14 @@
|
|
|
9810
10442
|
}
|
|
9811
10443
|
],
|
|
9812
10444
|
"dependents": [],
|
|
9813
|
-
"dependencies": [
|
|
9814
|
-
|
|
10445
|
+
"dependencies": [
|
|
10446
|
+
"six-error"
|
|
10447
|
+
],
|
|
10448
|
+
"dependencyGraph": {
|
|
10449
|
+
"six-range": [
|
|
10450
|
+
"six-error"
|
|
10451
|
+
]
|
|
10452
|
+
}
|
|
9815
10453
|
},
|
|
9816
10454
|
{
|
|
9817
10455
|
"filePath": "src/components/six-root/six-root.tsx",
|
|
@@ -9851,28 +10489,6 @@
|
|
|
9851
10489
|
],
|
|
9852
10490
|
"usage": {},
|
|
9853
10491
|
"props": [
|
|
9854
|
-
{
|
|
9855
|
-
"name": "breakpoint",
|
|
9856
|
-
"type": "number",
|
|
9857
|
-
"complexType": {
|
|
9858
|
-
"original": "number",
|
|
9859
|
-
"resolved": "number",
|
|
9860
|
-
"references": {}
|
|
9861
|
-
},
|
|
9862
|
-
"mutable": false,
|
|
9863
|
-
"attr": "breakpoint",
|
|
9864
|
-
"reflectToAttr": false,
|
|
9865
|
-
"docs": "Breakpoint for smaller screens when the right sidebar is collapsed by default.",
|
|
9866
|
-
"docsTags": [],
|
|
9867
|
-
"default": "1024",
|
|
9868
|
-
"values": [
|
|
9869
|
-
{
|
|
9870
|
-
"type": "number"
|
|
9871
|
-
}
|
|
9872
|
-
],
|
|
9873
|
-
"optional": false,
|
|
9874
|
-
"required": false
|
|
9875
|
-
},
|
|
9876
10492
|
{
|
|
9877
10493
|
"name": "padded",
|
|
9878
10494
|
"type": "boolean",
|
|
@@ -9967,28 +10583,7 @@
|
|
|
9967
10583
|
}
|
|
9968
10584
|
],
|
|
9969
10585
|
"methods": [],
|
|
9970
|
-
"events": [
|
|
9971
|
-
{
|
|
9972
|
-
"event": "six-root-collapsed",
|
|
9973
|
-
"detail": "SixRootCollapsedPayload",
|
|
9974
|
-
"bubbles": true,
|
|
9975
|
-
"complexType": {
|
|
9976
|
-
"original": "SixRootCollapsedPayload",
|
|
9977
|
-
"resolved": "SixRootCollapsedPayload",
|
|
9978
|
-
"references": {
|
|
9979
|
-
"SixRootCollapsedPayload": {
|
|
9980
|
-
"location": "local",
|
|
9981
|
-
"path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-root/six-root.tsx",
|
|
9982
|
-
"id": "src/components/six-root/six-root.tsx::SixRootCollapsedPayload"
|
|
9983
|
-
}
|
|
9984
|
-
}
|
|
9985
|
-
},
|
|
9986
|
-
"cancelable": true,
|
|
9987
|
-
"composed": true,
|
|
9988
|
-
"docs": "Emitted when display size is updated.",
|
|
9989
|
-
"docsTags": []
|
|
9990
|
-
}
|
|
9991
|
-
],
|
|
10586
|
+
"events": [],
|
|
9992
10587
|
"listeners": [],
|
|
9993
10588
|
"styles": [],
|
|
9994
10589
|
"slots": [
|
|
@@ -10037,13 +10632,11 @@
|
|
|
10037
10632
|
],
|
|
10038
10633
|
"dependents": [],
|
|
10039
10634
|
"dependencies": [
|
|
10040
|
-
"six-stage-indicator"
|
|
10041
|
-
"set-attributes"
|
|
10635
|
+
"six-stage-indicator"
|
|
10042
10636
|
],
|
|
10043
10637
|
"dependencyGraph": {
|
|
10044
10638
|
"six-root": [
|
|
10045
|
-
"six-stage-indicator"
|
|
10046
|
-
"set-attributes"
|
|
10639
|
+
"six-stage-indicator"
|
|
10047
10640
|
],
|
|
10048
10641
|
"six-stage-indicator": [
|
|
10049
10642
|
"six-icon"
|
|
@@ -10228,7 +10821,8 @@
|
|
|
10228
10821
|
"six-icon"
|
|
10229
10822
|
],
|
|
10230
10823
|
"six-input": [
|
|
10231
|
-
"six-icon"
|
|
10824
|
+
"six-icon",
|
|
10825
|
+
"six-error"
|
|
10232
10826
|
]
|
|
10233
10827
|
}
|
|
10234
10828
|
},
|
|
@@ -10392,10 +10986,10 @@
|
|
|
10392
10986
|
},
|
|
10393
10987
|
{
|
|
10394
10988
|
"name": "errorText",
|
|
10395
|
-
"type": "string",
|
|
10989
|
+
"type": "string | string[]",
|
|
10396
10990
|
"complexType": {
|
|
10397
|
-
"original": "string",
|
|
10398
|
-
"resolved": "string",
|
|
10991
|
+
"original": "string | string[]",
|
|
10992
|
+
"resolved": "string | string[]",
|
|
10399
10993
|
"references": {}
|
|
10400
10994
|
},
|
|
10401
10995
|
"mutable": false,
|
|
@@ -10407,11 +11001,38 @@
|
|
|
10407
11001
|
"values": [
|
|
10408
11002
|
{
|
|
10409
11003
|
"type": "string"
|
|
11004
|
+
},
|
|
11005
|
+
{
|
|
11006
|
+
"type": "string[]"
|
|
10410
11007
|
}
|
|
10411
11008
|
],
|
|
10412
11009
|
"optional": false,
|
|
10413
11010
|
"required": false
|
|
10414
11011
|
},
|
|
11012
|
+
{
|
|
11013
|
+
"name": "errorTextCount",
|
|
11014
|
+
"type": "number | undefined",
|
|
11015
|
+
"complexType": {
|
|
11016
|
+
"original": "number",
|
|
11017
|
+
"resolved": "number | undefined",
|
|
11018
|
+
"references": {}
|
|
11019
|
+
},
|
|
11020
|
+
"mutable": false,
|
|
11021
|
+
"attr": "error-text-count",
|
|
11022
|
+
"reflectToAttr": false,
|
|
11023
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
11024
|
+
"docsTags": [],
|
|
11025
|
+
"values": [
|
|
11026
|
+
{
|
|
11027
|
+
"type": "number"
|
|
11028
|
+
},
|
|
11029
|
+
{
|
|
11030
|
+
"type": "undefined"
|
|
11031
|
+
}
|
|
11032
|
+
],
|
|
11033
|
+
"optional": true,
|
|
11034
|
+
"required": false
|
|
11035
|
+
},
|
|
10415
11036
|
{
|
|
10416
11037
|
"name": "filter",
|
|
10417
11038
|
"type": "boolean",
|
|
@@ -10436,10 +11057,10 @@
|
|
|
10436
11057
|
},
|
|
10437
11058
|
{
|
|
10438
11059
|
"name": "filterDebounce",
|
|
10439
|
-
"type": "number",
|
|
11060
|
+
"type": "number | undefined",
|
|
10440
11061
|
"complexType": {
|
|
10441
11062
|
"original": "number",
|
|
10442
|
-
"resolved": "number",
|
|
11063
|
+
"resolved": "number | undefined",
|
|
10443
11064
|
"references": {}
|
|
10444
11065
|
},
|
|
10445
11066
|
"mutable": false,
|
|
@@ -10447,13 +11068,15 @@
|
|
|
10447
11068
|
"reflectToAttr": false,
|
|
10448
11069
|
"docs": "The debounce for the filter callbacks.",
|
|
10449
11070
|
"docsTags": [],
|
|
10450
|
-
"default": "DEFAULT_DEBOUNCE_FAST",
|
|
10451
11071
|
"values": [
|
|
10452
11072
|
{
|
|
10453
11073
|
"type": "number"
|
|
11074
|
+
},
|
|
11075
|
+
{
|
|
11076
|
+
"type": "undefined"
|
|
10454
11077
|
}
|
|
10455
11078
|
],
|
|
10456
|
-
"optional":
|
|
11079
|
+
"optional": true,
|
|
10457
11080
|
"required": false
|
|
10458
11081
|
},
|
|
10459
11082
|
{
|
|
@@ -10624,8 +11247,14 @@
|
|
|
10624
11247
|
"attr": "max-tags-visible",
|
|
10625
11248
|
"reflectToAttr": false,
|
|
10626
11249
|
"docs": "The maximum number of tags to show when `multiple` is true. After the maximum, \"+n\" will be shown to indicate the\nnumber of additional items that are selected. Set to -1 to remove the limit.",
|
|
10627
|
-
"docsTags": [
|
|
11250
|
+
"docsTags": [
|
|
11251
|
+
{
|
|
11252
|
+
"name": "deprecated",
|
|
11253
|
+
"text": ": This property is ignored. The component now displays as many items as possible and computes the \"+n\" dynamically."
|
|
11254
|
+
}
|
|
11255
|
+
],
|
|
10628
11256
|
"default": "3",
|
|
11257
|
+
"deprecation": ": This property is ignored. The component now displays as many items as possible and computes the \"+n\" dynamically.",
|
|
10629
11258
|
"values": [
|
|
10630
11259
|
{
|
|
10631
11260
|
"type": "number"
|
|
@@ -10774,6 +11403,52 @@
|
|
|
10774
11403
|
"optional": false,
|
|
10775
11404
|
"required": false
|
|
10776
11405
|
},
|
|
11406
|
+
{
|
|
11407
|
+
"name": "selectAllButton",
|
|
11408
|
+
"type": "boolean",
|
|
11409
|
+
"complexType": {
|
|
11410
|
+
"original": "boolean",
|
|
11411
|
+
"resolved": "boolean",
|
|
11412
|
+
"references": {}
|
|
11413
|
+
},
|
|
11414
|
+
"mutable": false,
|
|
11415
|
+
"attr": "select-all-button",
|
|
11416
|
+
"reflectToAttr": false,
|
|
11417
|
+
"docs": "Enables the select all button.",
|
|
11418
|
+
"docsTags": [],
|
|
11419
|
+
"default": "false",
|
|
11420
|
+
"values": [
|
|
11421
|
+
{
|
|
11422
|
+
"type": "boolean"
|
|
11423
|
+
}
|
|
11424
|
+
],
|
|
11425
|
+
"optional": false,
|
|
11426
|
+
"required": false
|
|
11427
|
+
},
|
|
11428
|
+
{
|
|
11429
|
+
"name": "selectAllText",
|
|
11430
|
+
"type": "string | undefined",
|
|
11431
|
+
"complexType": {
|
|
11432
|
+
"original": "string",
|
|
11433
|
+
"resolved": "string | undefined",
|
|
11434
|
+
"references": {}
|
|
11435
|
+
},
|
|
11436
|
+
"mutable": false,
|
|
11437
|
+
"attr": "select-all-text",
|
|
11438
|
+
"reflectToAttr": false,
|
|
11439
|
+
"docs": "Custom text for the \"select all\" button. Defaults to \"Select all\" and equivalents in supported languages.",
|
|
11440
|
+
"docsTags": [],
|
|
11441
|
+
"values": [
|
|
11442
|
+
{
|
|
11443
|
+
"type": "string"
|
|
11444
|
+
},
|
|
11445
|
+
{
|
|
11446
|
+
"type": "undefined"
|
|
11447
|
+
}
|
|
11448
|
+
],
|
|
11449
|
+
"optional": true,
|
|
11450
|
+
"required": false
|
|
11451
|
+
},
|
|
10777
11452
|
{
|
|
10778
11453
|
"name": "size",
|
|
10779
11454
|
"type": "\"large\" | \"medium\" | \"small\"",
|
|
@@ -10864,8 +11539,9 @@
|
|
|
10864
11539
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
10865
11540
|
"parameters": [
|
|
10866
11541
|
{
|
|
10867
|
-
"
|
|
10868
|
-
"
|
|
11542
|
+
"name": "options",
|
|
11543
|
+
"type": "FocusOptions | undefined",
|
|
11544
|
+
"docs": ""
|
|
10869
11545
|
}
|
|
10870
11546
|
],
|
|
10871
11547
|
"references": {
|
|
@@ -10881,7 +11557,13 @@
|
|
|
10881
11557
|
"return": "Promise<void>"
|
|
10882
11558
|
},
|
|
10883
11559
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
10884
|
-
"parameters": [
|
|
11560
|
+
"parameters": [
|
|
11561
|
+
{
|
|
11562
|
+
"name": "options",
|
|
11563
|
+
"type": "FocusOptions | undefined",
|
|
11564
|
+
"docs": ""
|
|
11565
|
+
}
|
|
11566
|
+
],
|
|
10885
11567
|
"docs": "Sets focus on the select.",
|
|
10886
11568
|
"docsTags": []
|
|
10887
11569
|
}
|
|
@@ -11009,42 +11691,50 @@
|
|
|
11009
11691
|
"dependents": [],
|
|
11010
11692
|
"dependencies": [
|
|
11011
11693
|
"six-menu-item",
|
|
11012
|
-
"six-tag",
|
|
11013
11694
|
"six-dropdown",
|
|
11014
11695
|
"six-icon-button",
|
|
11015
11696
|
"six-icon",
|
|
11016
11697
|
"six-input",
|
|
11017
|
-
"six-menu"
|
|
11698
|
+
"six-menu",
|
|
11699
|
+
"six-button",
|
|
11700
|
+
"six-error"
|
|
11018
11701
|
],
|
|
11019
11702
|
"dependencyGraph": {
|
|
11020
11703
|
"six-select": [
|
|
11021
11704
|
"six-menu-item",
|
|
11022
|
-
"six-tag",
|
|
11023
11705
|
"six-dropdown",
|
|
11024
11706
|
"six-icon-button",
|
|
11025
11707
|
"six-icon",
|
|
11026
11708
|
"six-input",
|
|
11027
|
-
"six-menu"
|
|
11709
|
+
"six-menu",
|
|
11710
|
+
"six-button",
|
|
11711
|
+
"six-error"
|
|
11028
11712
|
],
|
|
11029
11713
|
"six-menu-item": [
|
|
11714
|
+
"six-checkbox",
|
|
11030
11715
|
"six-icon"
|
|
11031
11716
|
],
|
|
11032
|
-
"six-
|
|
11033
|
-
"six-
|
|
11034
|
-
],
|
|
11035
|
-
"six-icon-button": [
|
|
11036
|
-
"six-icon"
|
|
11717
|
+
"six-checkbox": [
|
|
11718
|
+
"six-error"
|
|
11037
11719
|
],
|
|
11038
11720
|
"six-dropdown": [
|
|
11039
11721
|
"six-menu-item",
|
|
11040
11722
|
"six-input",
|
|
11723
|
+
"six-icon",
|
|
11041
11724
|
"six-menu"
|
|
11042
11725
|
],
|
|
11043
11726
|
"six-input": [
|
|
11044
|
-
"six-icon"
|
|
11727
|
+
"six-icon",
|
|
11728
|
+
"six-error"
|
|
11045
11729
|
],
|
|
11046
11730
|
"six-menu": [
|
|
11047
11731
|
"six-menu-item"
|
|
11732
|
+
],
|
|
11733
|
+
"six-icon-button": [
|
|
11734
|
+
"six-icon"
|
|
11735
|
+
],
|
|
11736
|
+
"six-button": [
|
|
11737
|
+
"six-spinner"
|
|
11048
11738
|
]
|
|
11049
11739
|
}
|
|
11050
11740
|
},
|
|
@@ -11197,8 +11887,9 @@
|
|
|
11197
11887
|
"signature": "(index: number) => Promise<void>",
|
|
11198
11888
|
"parameters": [
|
|
11199
11889
|
{
|
|
11200
|
-
"
|
|
11201
|
-
"
|
|
11890
|
+
"name": "index",
|
|
11891
|
+
"type": "number",
|
|
11892
|
+
"docs": ""
|
|
11202
11893
|
}
|
|
11203
11894
|
],
|
|
11204
11895
|
"references": {
|
|
@@ -11214,7 +11905,13 @@
|
|
|
11214
11905
|
"return": "Promise<void>"
|
|
11215
11906
|
},
|
|
11216
11907
|
"signature": "selectItemByIndex(index: number) => Promise<void>",
|
|
11217
|
-
"parameters": [
|
|
11908
|
+
"parameters": [
|
|
11909
|
+
{
|
|
11910
|
+
"name": "index",
|
|
11911
|
+
"type": "number",
|
|
11912
|
+
"docs": ""
|
|
11913
|
+
}
|
|
11914
|
+
],
|
|
11218
11915
|
"docs": "Allows to select a menu item programmatically by index",
|
|
11219
11916
|
"docsTags": []
|
|
11220
11917
|
},
|
|
@@ -11228,8 +11925,9 @@
|
|
|
11228
11925
|
"signature": "(value: string) => Promise<void>",
|
|
11229
11926
|
"parameters": [
|
|
11230
11927
|
{
|
|
11231
|
-
"
|
|
11232
|
-
"
|
|
11928
|
+
"name": "value",
|
|
11929
|
+
"type": "string",
|
|
11930
|
+
"docs": ""
|
|
11233
11931
|
}
|
|
11234
11932
|
],
|
|
11235
11933
|
"references": {
|
|
@@ -11245,7 +11943,13 @@
|
|
|
11245
11943
|
"return": "Promise<void>"
|
|
11246
11944
|
},
|
|
11247
11945
|
"signature": "selectItemByName(value: string) => Promise<void>",
|
|
11248
|
-
"parameters": [
|
|
11946
|
+
"parameters": [
|
|
11947
|
+
{
|
|
11948
|
+
"name": "value",
|
|
11949
|
+
"type": "string",
|
|
11950
|
+
"docs": ""
|
|
11951
|
+
}
|
|
11952
|
+
],
|
|
11249
11953
|
"docs": "Allows to select a menu item programmatically by name",
|
|
11250
11954
|
"docsTags": []
|
|
11251
11955
|
},
|
|
@@ -11432,22 +12136,46 @@
|
|
|
11432
12136
|
"usage": {},
|
|
11433
12137
|
"props": [
|
|
11434
12138
|
{
|
|
11435
|
-
"name": "disabled",
|
|
11436
|
-
"type": "boolean",
|
|
12139
|
+
"name": "disabled",
|
|
12140
|
+
"type": "boolean",
|
|
12141
|
+
"complexType": {
|
|
12142
|
+
"original": "boolean",
|
|
12143
|
+
"resolved": "boolean",
|
|
12144
|
+
"references": {}
|
|
12145
|
+
},
|
|
12146
|
+
"mutable": false,
|
|
12147
|
+
"attr": "disabled",
|
|
12148
|
+
"reflectToAttr": true,
|
|
12149
|
+
"docs": "Set to true to draw the sidebar item in a disabled state.",
|
|
12150
|
+
"docsTags": [],
|
|
12151
|
+
"default": "false",
|
|
12152
|
+
"values": [
|
|
12153
|
+
{
|
|
12154
|
+
"type": "boolean"
|
|
12155
|
+
}
|
|
12156
|
+
],
|
|
12157
|
+
"optional": false,
|
|
12158
|
+
"required": false
|
|
12159
|
+
},
|
|
12160
|
+
{
|
|
12161
|
+
"name": "href",
|
|
12162
|
+
"type": "string | undefined",
|
|
11437
12163
|
"complexType": {
|
|
11438
|
-
"original": "
|
|
11439
|
-
"resolved": "
|
|
12164
|
+
"original": "string | undefined",
|
|
12165
|
+
"resolved": "string | undefined",
|
|
11440
12166
|
"references": {}
|
|
11441
12167
|
},
|
|
11442
12168
|
"mutable": false,
|
|
11443
|
-
"attr": "
|
|
12169
|
+
"attr": "href",
|
|
11444
12170
|
"reflectToAttr": true,
|
|
11445
|
-
"docs": "
|
|
12171
|
+
"docs": "Provide if the item should be rendered as anchor tag.\nNote, that the href is added automatically when using routerLink in Angular.",
|
|
11446
12172
|
"docsTags": [],
|
|
11447
|
-
"default": "false",
|
|
11448
12173
|
"values": [
|
|
11449
12174
|
{
|
|
11450
|
-
"type": "
|
|
12175
|
+
"type": "string"
|
|
12176
|
+
},
|
|
12177
|
+
{
|
|
12178
|
+
"type": "undefined"
|
|
11451
12179
|
}
|
|
11452
12180
|
],
|
|
11453
12181
|
"optional": false,
|
|
@@ -11535,6 +12263,30 @@
|
|
|
11535
12263
|
],
|
|
11536
12264
|
"usage": {},
|
|
11537
12265
|
"props": [
|
|
12266
|
+
{
|
|
12267
|
+
"name": "href",
|
|
12268
|
+
"type": "string | undefined",
|
|
12269
|
+
"complexType": {
|
|
12270
|
+
"original": "string | undefined",
|
|
12271
|
+
"resolved": "string | undefined",
|
|
12272
|
+
"references": {}
|
|
12273
|
+
},
|
|
12274
|
+
"mutable": false,
|
|
12275
|
+
"attr": "href",
|
|
12276
|
+
"reflectToAttr": true,
|
|
12277
|
+
"docs": "Provide if the item should be rendered as anchor tag.\nNote, that the href is added automatically when using routerLink in Angular.",
|
|
12278
|
+
"docsTags": [],
|
|
12279
|
+
"values": [
|
|
12280
|
+
{
|
|
12281
|
+
"type": "string"
|
|
12282
|
+
},
|
|
12283
|
+
{
|
|
12284
|
+
"type": "undefined"
|
|
12285
|
+
}
|
|
12286
|
+
],
|
|
12287
|
+
"optional": false,
|
|
12288
|
+
"required": false
|
|
12289
|
+
},
|
|
11538
12290
|
{
|
|
11539
12291
|
"name": "icon",
|
|
11540
12292
|
"type": "string",
|
|
@@ -11692,6 +12444,10 @@
|
|
|
11692
12444
|
{
|
|
11693
12445
|
"name": "part",
|
|
11694
12446
|
"text": "base - The component's base wrapper."
|
|
12447
|
+
},
|
|
12448
|
+
{
|
|
12449
|
+
"name": "part",
|
|
12450
|
+
"text": "svg - The spinner icon"
|
|
11695
12451
|
}
|
|
11696
12452
|
],
|
|
11697
12453
|
"usage": {},
|
|
@@ -11744,15 +12500,23 @@
|
|
|
11744
12500
|
{
|
|
11745
12501
|
"name": "base",
|
|
11746
12502
|
"docs": "The component's base wrapper."
|
|
12503
|
+
},
|
|
12504
|
+
{
|
|
12505
|
+
"name": "svg",
|
|
12506
|
+
"docs": "The spinner icon"
|
|
11747
12507
|
}
|
|
11748
12508
|
],
|
|
11749
12509
|
"dependents": [
|
|
11750
|
-
"six-button"
|
|
12510
|
+
"six-button",
|
|
12511
|
+
"six-file-upload"
|
|
11751
12512
|
],
|
|
11752
12513
|
"dependencies": [],
|
|
11753
12514
|
"dependencyGraph": {
|
|
11754
12515
|
"six-button": [
|
|
11755
12516
|
"six-spinner"
|
|
12517
|
+
],
|
|
12518
|
+
"six-file-upload": [
|
|
12519
|
+
"six-spinner"
|
|
11756
12520
|
]
|
|
11757
12521
|
}
|
|
11758
12522
|
},
|
|
@@ -11854,6 +12618,10 @@
|
|
|
11854
12618
|
"name": "slot",
|
|
11855
12619
|
"text": "- The switch's label."
|
|
11856
12620
|
},
|
|
12621
|
+
{
|
|
12622
|
+
"name": "slot",
|
|
12623
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
12624
|
+
},
|
|
11857
12625
|
{
|
|
11858
12626
|
"name": "part",
|
|
11859
12627
|
"text": "base - The component's base wrapper."
|
|
@@ -11919,10 +12687,10 @@
|
|
|
11919
12687
|
},
|
|
11920
12688
|
{
|
|
11921
12689
|
"name": "errorText",
|
|
11922
|
-
"type": "string",
|
|
12690
|
+
"type": "string | string[]",
|
|
11923
12691
|
"complexType": {
|
|
11924
|
-
"original": "string",
|
|
11925
|
-
"resolved": "string",
|
|
12692
|
+
"original": "string | string[]",
|
|
12693
|
+
"resolved": "string | string[]",
|
|
11926
12694
|
"references": {}
|
|
11927
12695
|
},
|
|
11928
12696
|
"mutable": false,
|
|
@@ -11934,11 +12702,38 @@
|
|
|
11934
12702
|
"values": [
|
|
11935
12703
|
{
|
|
11936
12704
|
"type": "string"
|
|
12705
|
+
},
|
|
12706
|
+
{
|
|
12707
|
+
"type": "string[]"
|
|
11937
12708
|
}
|
|
11938
12709
|
],
|
|
11939
12710
|
"optional": false,
|
|
11940
12711
|
"required": false
|
|
11941
12712
|
},
|
|
12713
|
+
{
|
|
12714
|
+
"name": "errorTextCount",
|
|
12715
|
+
"type": "number | undefined",
|
|
12716
|
+
"complexType": {
|
|
12717
|
+
"original": "number",
|
|
12718
|
+
"resolved": "number | undefined",
|
|
12719
|
+
"references": {}
|
|
12720
|
+
},
|
|
12721
|
+
"mutable": false,
|
|
12722
|
+
"attr": "error-text-count",
|
|
12723
|
+
"reflectToAttr": false,
|
|
12724
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
12725
|
+
"docsTags": [],
|
|
12726
|
+
"values": [
|
|
12727
|
+
{
|
|
12728
|
+
"type": "number"
|
|
12729
|
+
},
|
|
12730
|
+
{
|
|
12731
|
+
"type": "undefined"
|
|
12732
|
+
}
|
|
12733
|
+
],
|
|
12734
|
+
"optional": true,
|
|
12735
|
+
"required": false
|
|
12736
|
+
},
|
|
11942
12737
|
{
|
|
11943
12738
|
"name": "invalid",
|
|
11944
12739
|
"type": "boolean",
|
|
@@ -12083,8 +12878,9 @@
|
|
|
12083
12878
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
12084
12879
|
"parameters": [
|
|
12085
12880
|
{
|
|
12086
|
-
"
|
|
12087
|
-
"
|
|
12881
|
+
"name": "options",
|
|
12882
|
+
"type": "FocusOptions | undefined",
|
|
12883
|
+
"docs": ""
|
|
12088
12884
|
}
|
|
12089
12885
|
],
|
|
12090
12886
|
"references": {
|
|
@@ -12100,7 +12896,13 @@
|
|
|
12100
12896
|
"return": "Promise<void>"
|
|
12101
12897
|
},
|
|
12102
12898
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
12103
|
-
"parameters": [
|
|
12899
|
+
"parameters": [
|
|
12900
|
+
{
|
|
12901
|
+
"name": "options",
|
|
12902
|
+
"type": "FocusOptions | undefined",
|
|
12903
|
+
"docs": ""
|
|
12904
|
+
}
|
|
12905
|
+
],
|
|
12104
12906
|
"docs": "Sets focus on the switch.",
|
|
12105
12907
|
"docsTags": []
|
|
12106
12908
|
}
|
|
@@ -12177,6 +12979,10 @@
|
|
|
12177
12979
|
{
|
|
12178
12980
|
"name": "",
|
|
12179
12981
|
"docs": "The switch's label."
|
|
12982
|
+
},
|
|
12983
|
+
{
|
|
12984
|
+
"name": "error-text",
|
|
12985
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
12180
12986
|
}
|
|
12181
12987
|
],
|
|
12182
12988
|
"parts": [
|
|
@@ -12198,8 +13004,14 @@
|
|
|
12198
13004
|
}
|
|
12199
13005
|
],
|
|
12200
13006
|
"dependents": [],
|
|
12201
|
-
"dependencies": [
|
|
12202
|
-
|
|
13007
|
+
"dependencies": [
|
|
13008
|
+
"six-error"
|
|
13009
|
+
],
|
|
13010
|
+
"dependencyGraph": {
|
|
13011
|
+
"six-switch": [
|
|
13012
|
+
"six-error"
|
|
13013
|
+
]
|
|
13014
|
+
}
|
|
12203
13015
|
},
|
|
12204
13016
|
{
|
|
12205
13017
|
"filePath": "src/components/six-tab/six-tab.tsx",
|
|
@@ -12353,8 +13165,9 @@
|
|
|
12353
13165
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
12354
13166
|
"parameters": [
|
|
12355
13167
|
{
|
|
12356
|
-
"
|
|
12357
|
-
"
|
|
13168
|
+
"name": "options",
|
|
13169
|
+
"type": "FocusOptions | undefined",
|
|
13170
|
+
"docs": ""
|
|
12358
13171
|
}
|
|
12359
13172
|
],
|
|
12360
13173
|
"references": {
|
|
@@ -12370,7 +13183,13 @@
|
|
|
12370
13183
|
"return": "Promise<void>"
|
|
12371
13184
|
},
|
|
12372
13185
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
12373
|
-
"parameters": [
|
|
13186
|
+
"parameters": [
|
|
13187
|
+
{
|
|
13188
|
+
"name": "options",
|
|
13189
|
+
"type": "FocusOptions | undefined",
|
|
13190
|
+
"docs": ""
|
|
13191
|
+
}
|
|
13192
|
+
],
|
|
12374
13193
|
"docs": "Sets focus to the tab.",
|
|
12375
13194
|
"docsTags": []
|
|
12376
13195
|
}
|
|
@@ -12547,8 +13366,9 @@
|
|
|
12547
13366
|
"signature": "(panel: string) => Promise<void>",
|
|
12548
13367
|
"parameters": [
|
|
12549
13368
|
{
|
|
12550
|
-
"
|
|
12551
|
-
"
|
|
13369
|
+
"name": "panel",
|
|
13370
|
+
"type": "string",
|
|
13371
|
+
"docs": ""
|
|
12552
13372
|
}
|
|
12553
13373
|
],
|
|
12554
13374
|
"references": {
|
|
@@ -12560,7 +13380,13 @@
|
|
|
12560
13380
|
"return": "Promise<void>"
|
|
12561
13381
|
},
|
|
12562
13382
|
"signature": "show(panel: string) => Promise<void>",
|
|
12563
|
-
"parameters": [
|
|
13383
|
+
"parameters": [
|
|
13384
|
+
{
|
|
13385
|
+
"name": "panel",
|
|
13386
|
+
"type": "string",
|
|
13387
|
+
"docs": ""
|
|
13388
|
+
}
|
|
13389
|
+
],
|
|
12564
13390
|
"docs": "Shows the specified tab panel.",
|
|
12565
13391
|
"docsTags": []
|
|
12566
13392
|
}
|
|
@@ -12608,13 +13434,7 @@
|
|
|
12608
13434
|
}
|
|
12609
13435
|
],
|
|
12610
13436
|
"listeners": [],
|
|
12611
|
-
"styles": [
|
|
12612
|
-
{
|
|
12613
|
-
"name": "--tabs-border-color",
|
|
12614
|
-
"annotation": "prop",
|
|
12615
|
-
"docs": "The color of the border that separates tabs."
|
|
12616
|
-
}
|
|
12617
|
-
],
|
|
13437
|
+
"styles": [],
|
|
12618
13438
|
"slots": [
|
|
12619
13439
|
{
|
|
12620
13440
|
"name": "",
|
|
@@ -12957,21 +13777,18 @@
|
|
|
12957
13777
|
"docs": "The tag content."
|
|
12958
13778
|
}
|
|
12959
13779
|
],
|
|
12960
|
-
"dependents": [
|
|
12961
|
-
"six-select"
|
|
12962
|
-
],
|
|
13780
|
+
"dependents": [],
|
|
12963
13781
|
"dependencies": [
|
|
13782
|
+
"six-tooltip",
|
|
12964
13783
|
"six-icon-button"
|
|
12965
13784
|
],
|
|
12966
13785
|
"dependencyGraph": {
|
|
12967
13786
|
"six-tag": [
|
|
13787
|
+
"six-tooltip",
|
|
12968
13788
|
"six-icon-button"
|
|
12969
13789
|
],
|
|
12970
13790
|
"six-icon-button": [
|
|
12971
13791
|
"six-icon"
|
|
12972
|
-
],
|
|
12973
|
-
"six-select": [
|
|
12974
|
-
"six-tag"
|
|
12975
13792
|
]
|
|
12976
13793
|
}
|
|
12977
13794
|
},
|
|
@@ -13142,10 +13959,10 @@
|
|
|
13142
13959
|
},
|
|
13143
13960
|
{
|
|
13144
13961
|
"name": "errorText",
|
|
13145
|
-
"type": "string",
|
|
13962
|
+
"type": "string | string[]",
|
|
13146
13963
|
"complexType": {
|
|
13147
|
-
"original": "string",
|
|
13148
|
-
"resolved": "string",
|
|
13964
|
+
"original": "string | string[]",
|
|
13965
|
+
"resolved": "string | string[]",
|
|
13149
13966
|
"references": {}
|
|
13150
13967
|
},
|
|
13151
13968
|
"mutable": false,
|
|
@@ -13157,11 +13974,38 @@
|
|
|
13157
13974
|
"values": [
|
|
13158
13975
|
{
|
|
13159
13976
|
"type": "string"
|
|
13977
|
+
},
|
|
13978
|
+
{
|
|
13979
|
+
"type": "string[]"
|
|
13160
13980
|
}
|
|
13161
13981
|
],
|
|
13162
13982
|
"optional": false,
|
|
13163
13983
|
"required": false
|
|
13164
13984
|
},
|
|
13985
|
+
{
|
|
13986
|
+
"name": "errorTextCount",
|
|
13987
|
+
"type": "number | undefined",
|
|
13988
|
+
"complexType": {
|
|
13989
|
+
"original": "number",
|
|
13990
|
+
"resolved": "number | undefined",
|
|
13991
|
+
"references": {}
|
|
13992
|
+
},
|
|
13993
|
+
"mutable": false,
|
|
13994
|
+
"attr": "error-text-count",
|
|
13995
|
+
"reflectToAttr": false,
|
|
13996
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
13997
|
+
"docsTags": [],
|
|
13998
|
+
"values": [
|
|
13999
|
+
{
|
|
14000
|
+
"type": "number"
|
|
14001
|
+
},
|
|
14002
|
+
{
|
|
14003
|
+
"type": "undefined"
|
|
14004
|
+
}
|
|
14005
|
+
],
|
|
14006
|
+
"optional": true,
|
|
14007
|
+
"required": false
|
|
14008
|
+
},
|
|
13165
14009
|
{
|
|
13166
14010
|
"name": "helpText",
|
|
13167
14011
|
"type": "string",
|
|
@@ -13603,8 +14447,9 @@
|
|
|
13603
14447
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
13604
14448
|
"parameters": [
|
|
13605
14449
|
{
|
|
13606
|
-
"
|
|
13607
|
-
"
|
|
14450
|
+
"name": "options",
|
|
14451
|
+
"type": "FocusOptions | undefined",
|
|
14452
|
+
"docs": ""
|
|
13608
14453
|
}
|
|
13609
14454
|
],
|
|
13610
14455
|
"references": {
|
|
@@ -13620,7 +14465,13 @@
|
|
|
13620
14465
|
"return": "Promise<void>"
|
|
13621
14466
|
},
|
|
13622
14467
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
13623
|
-
"parameters": [
|
|
14468
|
+
"parameters": [
|
|
14469
|
+
{
|
|
14470
|
+
"name": "options",
|
|
14471
|
+
"type": "FocusOptions | undefined",
|
|
14472
|
+
"docs": ""
|
|
14473
|
+
}
|
|
14474
|
+
],
|
|
13624
14475
|
"docs": "Sets focus on the textarea.",
|
|
13625
14476
|
"docsTags": []
|
|
13626
14477
|
},
|
|
@@ -13631,23 +14482,27 @@
|
|
|
13631
14482
|
"docs": ""
|
|
13632
14483
|
},
|
|
13633
14484
|
"complexType": {
|
|
13634
|
-
"signature": "(replacement: string, start: number, end: number, selectMode?:
|
|
14485
|
+
"signature": "(replacement: string, start: number, end: number, selectMode?: \"select\" | \"start\" | \"end\" | \"preserve\") => Promise<void>",
|
|
13635
14486
|
"parameters": [
|
|
13636
14487
|
{
|
|
13637
|
-
"
|
|
13638
|
-
"
|
|
14488
|
+
"name": "replacement",
|
|
14489
|
+
"type": "string",
|
|
14490
|
+
"docs": ""
|
|
13639
14491
|
},
|
|
13640
14492
|
{
|
|
13641
|
-
"
|
|
13642
|
-
"
|
|
14493
|
+
"name": "start",
|
|
14494
|
+
"type": "number",
|
|
14495
|
+
"docs": ""
|
|
13643
14496
|
},
|
|
13644
14497
|
{
|
|
13645
|
-
"
|
|
13646
|
-
"
|
|
14498
|
+
"name": "end",
|
|
14499
|
+
"type": "number",
|
|
14500
|
+
"docs": ""
|
|
13647
14501
|
},
|
|
13648
14502
|
{
|
|
13649
|
-
"
|
|
13650
|
-
"
|
|
14503
|
+
"name": "selectMode",
|
|
14504
|
+
"type": "\"select\" | \"start\" | \"end\" | \"preserve\"",
|
|
14505
|
+
"docs": ""
|
|
13651
14506
|
}
|
|
13652
14507
|
],
|
|
13653
14508
|
"references": {
|
|
@@ -13658,8 +14513,29 @@
|
|
|
13658
14513
|
},
|
|
13659
14514
|
"return": "Promise<void>"
|
|
13660
14515
|
},
|
|
13661
|
-
"signature": "setRangeText(replacement: string, start: number, end: number, selectMode?:
|
|
13662
|
-
"parameters": [
|
|
14516
|
+
"signature": "setRangeText(replacement: string, start: number, end: number, selectMode?: \"select\" | \"start\" | \"end\" | \"preserve\") => Promise<void>",
|
|
14517
|
+
"parameters": [
|
|
14518
|
+
{
|
|
14519
|
+
"name": "replacement",
|
|
14520
|
+
"type": "string",
|
|
14521
|
+
"docs": ""
|
|
14522
|
+
},
|
|
14523
|
+
{
|
|
14524
|
+
"name": "start",
|
|
14525
|
+
"type": "number",
|
|
14526
|
+
"docs": ""
|
|
14527
|
+
},
|
|
14528
|
+
{
|
|
14529
|
+
"name": "end",
|
|
14530
|
+
"type": "number",
|
|
14531
|
+
"docs": ""
|
|
14532
|
+
},
|
|
14533
|
+
{
|
|
14534
|
+
"name": "selectMode",
|
|
14535
|
+
"type": "\"select\" | \"start\" | \"end\" | \"preserve\"",
|
|
14536
|
+
"docs": ""
|
|
14537
|
+
}
|
|
14538
|
+
],
|
|
13663
14539
|
"docs": "Replaces a range of text with a new string.",
|
|
13664
14540
|
"docsTags": []
|
|
13665
14541
|
},
|
|
@@ -13670,19 +14546,22 @@
|
|
|
13670
14546
|
"docs": ""
|
|
13671
14547
|
},
|
|
13672
14548
|
"complexType": {
|
|
13673
|
-
"signature": "(selectionStart: number, selectionEnd: number, selectionDirection?:
|
|
14549
|
+
"signature": "(selectionStart: number, selectionEnd: number, selectionDirection?: \"forward\" | \"backward\" | \"none\") => Promise<void | undefined>",
|
|
13674
14550
|
"parameters": [
|
|
13675
14551
|
{
|
|
13676
|
-
"
|
|
13677
|
-
"
|
|
14552
|
+
"name": "selectionStart",
|
|
14553
|
+
"type": "number",
|
|
14554
|
+
"docs": ""
|
|
13678
14555
|
},
|
|
13679
14556
|
{
|
|
13680
|
-
"
|
|
13681
|
-
"
|
|
14557
|
+
"name": "selectionEnd",
|
|
14558
|
+
"type": "number",
|
|
14559
|
+
"docs": ""
|
|
13682
14560
|
},
|
|
13683
14561
|
{
|
|
13684
|
-
"
|
|
13685
|
-
"
|
|
14562
|
+
"name": "selectionDirection",
|
|
14563
|
+
"type": "\"none\" | \"forward\" | \"backward\"",
|
|
14564
|
+
"docs": ""
|
|
13686
14565
|
}
|
|
13687
14566
|
],
|
|
13688
14567
|
"references": {
|
|
@@ -13693,8 +14572,24 @@
|
|
|
13693
14572
|
},
|
|
13694
14573
|
"return": "Promise<void | undefined>"
|
|
13695
14574
|
},
|
|
13696
|
-
"signature": "setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?:
|
|
13697
|
-
"parameters": [
|
|
14575
|
+
"signature": "setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?: \"forward\" | \"backward\" | \"none\") => Promise<void | undefined>",
|
|
14576
|
+
"parameters": [
|
|
14577
|
+
{
|
|
14578
|
+
"name": "selectionStart",
|
|
14579
|
+
"type": "number",
|
|
14580
|
+
"docs": ""
|
|
14581
|
+
},
|
|
14582
|
+
{
|
|
14583
|
+
"name": "selectionEnd",
|
|
14584
|
+
"type": "number",
|
|
14585
|
+
"docs": ""
|
|
14586
|
+
},
|
|
14587
|
+
{
|
|
14588
|
+
"name": "selectionDirection",
|
|
14589
|
+
"type": "\"none\" | \"forward\" | \"backward\"",
|
|
14590
|
+
"docs": ""
|
|
14591
|
+
}
|
|
14592
|
+
],
|
|
13698
14593
|
"docs": "Sets the start and end positions of the text selection (0-based).",
|
|
13699
14594
|
"docsTags": []
|
|
13700
14595
|
}
|
|
@@ -13782,7 +14677,13 @@
|
|
|
13782
14677
|
}
|
|
13783
14678
|
],
|
|
13784
14679
|
"listeners": [],
|
|
13785
|
-
"styles": [
|
|
14680
|
+
"styles": [
|
|
14681
|
+
{
|
|
14682
|
+
"name": "--height",
|
|
14683
|
+
"annotation": "prop",
|
|
14684
|
+
"docs": "The textarea height."
|
|
14685
|
+
}
|
|
14686
|
+
],
|
|
13786
14687
|
"slots": [
|
|
13787
14688
|
{
|
|
13788
14689
|
"name": "error-text",
|
|
@@ -13820,8 +14721,14 @@
|
|
|
13820
14721
|
}
|
|
13821
14722
|
],
|
|
13822
14723
|
"dependents": [],
|
|
13823
|
-
"dependencies": [
|
|
13824
|
-
|
|
14724
|
+
"dependencies": [
|
|
14725
|
+
"six-error"
|
|
14726
|
+
],
|
|
14727
|
+
"dependencyGraph": {
|
|
14728
|
+
"six-textarea": [
|
|
14729
|
+
"six-error"
|
|
14730
|
+
]
|
|
14731
|
+
}
|
|
13825
14732
|
},
|
|
13826
14733
|
{
|
|
13827
14734
|
"filePath": "src/components/six-tile/six-tile.tsx",
|
|
@@ -14148,6 +15055,10 @@
|
|
|
14148
15055
|
"name": "status",
|
|
14149
15056
|
"text": "experimental"
|
|
14150
15057
|
},
|
|
15058
|
+
{
|
|
15059
|
+
"name": "slot",
|
|
15060
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
15061
|
+
},
|
|
14151
15062
|
{
|
|
14152
15063
|
"name": "part",
|
|
14153
15064
|
"text": "input - The input field"
|
|
@@ -14255,10 +15166,10 @@
|
|
|
14255
15166
|
},
|
|
14256
15167
|
{
|
|
14257
15168
|
"name": "errorText",
|
|
14258
|
-
"type": "string",
|
|
15169
|
+
"type": "string | string[]",
|
|
14259
15170
|
"complexType": {
|
|
14260
|
-
"original": "string",
|
|
14261
|
-
"resolved": "string",
|
|
15171
|
+
"original": "string | string[]",
|
|
15172
|
+
"resolved": "string | string[]",
|
|
14262
15173
|
"references": {}
|
|
14263
15174
|
},
|
|
14264
15175
|
"mutable": false,
|
|
@@ -14270,11 +15181,38 @@
|
|
|
14270
15181
|
"values": [
|
|
14271
15182
|
{
|
|
14272
15183
|
"type": "string"
|
|
15184
|
+
},
|
|
15185
|
+
{
|
|
15186
|
+
"type": "string[]"
|
|
14273
15187
|
}
|
|
14274
15188
|
],
|
|
14275
15189
|
"optional": false,
|
|
14276
15190
|
"required": false
|
|
14277
15191
|
},
|
|
15192
|
+
{
|
|
15193
|
+
"name": "errorTextCount",
|
|
15194
|
+
"type": "number | undefined",
|
|
15195
|
+
"complexType": {
|
|
15196
|
+
"original": "number",
|
|
15197
|
+
"resolved": "number | undefined",
|
|
15198
|
+
"references": {}
|
|
15199
|
+
},
|
|
15200
|
+
"mutable": false,
|
|
15201
|
+
"attr": "error-text-count",
|
|
15202
|
+
"reflectToAttr": false,
|
|
15203
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
15204
|
+
"docsTags": [],
|
|
15205
|
+
"values": [
|
|
15206
|
+
{
|
|
15207
|
+
"type": "number"
|
|
15208
|
+
},
|
|
15209
|
+
{
|
|
15210
|
+
"type": "undefined"
|
|
15211
|
+
}
|
|
15212
|
+
],
|
|
15213
|
+
"optional": true,
|
|
15214
|
+
"required": false
|
|
15215
|
+
},
|
|
14278
15216
|
{
|
|
14279
15217
|
"name": "format",
|
|
14280
15218
|
"type": "\"HH\" | \"HH:mm\" | \"HH:mm:ss\" | \"HH:mm:ss:ms\" | \"hh:aa\" | \"hh:mm:aa\" | \"hh:mm:ss:aa\" | \"hh:mm:ss:ms:aa\" | \"mm\" | \"ms\" | \"ss\"",
|
|
@@ -14731,8 +15669,9 @@
|
|
|
14731
15669
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
14732
15670
|
"parameters": [
|
|
14733
15671
|
{
|
|
14734
|
-
"
|
|
14735
|
-
"
|
|
15672
|
+
"name": "options",
|
|
15673
|
+
"type": "FocusOptions | undefined",
|
|
15674
|
+
"docs": ""
|
|
14736
15675
|
}
|
|
14737
15676
|
],
|
|
14738
15677
|
"references": {
|
|
@@ -14748,7 +15687,13 @@
|
|
|
14748
15687
|
"return": "Promise<void>"
|
|
14749
15688
|
},
|
|
14750
15689
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
14751
|
-
"parameters": [
|
|
15690
|
+
"parameters": [
|
|
15691
|
+
{
|
|
15692
|
+
"name": "options",
|
|
15693
|
+
"type": "FocusOptions | undefined",
|
|
15694
|
+
"docs": ""
|
|
15695
|
+
}
|
|
15696
|
+
],
|
|
14752
15697
|
"docs": "Sets focus on the datepickers input.",
|
|
14753
15698
|
"docsTags": []
|
|
14754
15699
|
}
|
|
@@ -14830,7 +15775,12 @@
|
|
|
14830
15775
|
}
|
|
14831
15776
|
],
|
|
14832
15777
|
"styles": [],
|
|
14833
|
-
"slots": [
|
|
15778
|
+
"slots": [
|
|
15779
|
+
{
|
|
15780
|
+
"name": "error-text",
|
|
15781
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
15782
|
+
}
|
|
15783
|
+
],
|
|
14834
15784
|
"parts": [
|
|
14835
15785
|
{
|
|
14836
15786
|
"name": "container",
|
|
@@ -14867,7 +15817,8 @@
|
|
|
14867
15817
|
"six-icon"
|
|
14868
15818
|
],
|
|
14869
15819
|
"six-input": [
|
|
14870
|
-
"six-icon"
|
|
15820
|
+
"six-icon",
|
|
15821
|
+
"six-error"
|
|
14871
15822
|
],
|
|
14872
15823
|
"six-datepicker": [
|
|
14873
15824
|
"six-timepicker"
|
|
@@ -15287,10 +16238,14 @@
|
|
|
15287
16238
|
}
|
|
15288
16239
|
],
|
|
15289
16240
|
"dependents": [
|
|
16241
|
+
"six-tag",
|
|
15290
16242
|
"six-tile"
|
|
15291
16243
|
],
|
|
15292
16244
|
"dependencies": [],
|
|
15293
16245
|
"dependencyGraph": {
|
|
16246
|
+
"six-tag": [
|
|
16247
|
+
"six-tooltip"
|
|
16248
|
+
],
|
|
15294
16249
|
"six-tile": [
|
|
15295
16250
|
"six-tooltip"
|
|
15296
16251
|
]
|
|
@@ -15298,6 +16253,16 @@
|
|
|
15298
16253
|
}
|
|
15299
16254
|
],
|
|
15300
16255
|
"typeLibrary": {
|
|
16256
|
+
"src/components/six-alert/six-alert.tsx::AlertType": {
|
|
16257
|
+
"declaration": "export type AlertType = 'primary' | 'success' | 'info' | 'warning' | 'danger';",
|
|
16258
|
+
"docstring": "",
|
|
16259
|
+
"path": "src/components/six-alert/six-alert.tsx"
|
|
16260
|
+
},
|
|
16261
|
+
"src/utils/types.ts::EmptyPayload": {
|
|
16262
|
+
"declaration": "undefined",
|
|
16263
|
+
"docstring": "",
|
|
16264
|
+
"path": "src/utils/types.ts"
|
|
16265
|
+
},
|
|
15301
16266
|
"src/components/six-item-picker/types.ts::ItemPickerType": {
|
|
15302
16267
|
"declaration": "export enum ItemPickerType {\n NUMBER = 'number',\n LETTER = 'letter',\n CAPITAL_LETTER = 'capital-letter',\n LOWER_LETTER = 'lower-letter',\n CUSTOM = 'custom',\n}",
|
|
15303
16268
|
"docstring": "",
|
|
@@ -15323,11 +16288,6 @@
|
|
|
15323
16288
|
"docstring": "",
|
|
15324
16289
|
"path": "src/components/six-timepicker/six-timepicker.tsx"
|
|
15325
16290
|
},
|
|
15326
|
-
"src/utils/types.ts::EmptyPayload": {
|
|
15327
|
-
"declaration": "undefined",
|
|
15328
|
-
"docstring": "",
|
|
15329
|
-
"path": "src/utils/types.ts"
|
|
15330
|
-
},
|
|
15331
16291
|
"src/components/six-datepicker/six-date-formats.tsx::SixDateFormats": {
|
|
15332
16292
|
"declaration": "export enum SixDateFormats {\n DDMMYYY_DOT = 'dd.mm.yyyy',\n YYYYMMDD_DASH = 'yyyy-mm-dd',\n DDMMYYYY_DASH = 'dd-mm-yyyy',\n DDMMYYYY_SLASH = 'dd/mm/yyyy',\n YYYYMMDD_SLASH = 'yyyy/mm/dd',\n DDMMYY_DOT = 'dd.mm.yy',\n YYMMDD_DASH = 'yy-mm-dd',\n DDMMYY_DASH = 'dd-mm-yy',\n DDMMYY_SLASH = 'dd/mm/yy',\n YYMMDD_SLASH = 'yy/mm/dd',\n\n DDMMYYY_DOT_TIME = 'dd.mm.yyyy hh:MM:ss',\n YYYYMMDD_DASH_TIME = 'yyyy-mm-dd hh:MM:ss',\n DDMMYYYY_DASH_TIME = 'dd-mm-yyyy hh:MM:ss',\n DDMMYYYY_SLASH_TIME = 'dd/mm/yyyy hh:MM:ss',\n YYYYMMDD_SLASH_TIME = 'yyyy/mm/dd hh:MM:ss',\n DDMMYY_DOT_TIME = 'dd.mm.yy hh:MM:ss',\n YYMMDD_DASH_TIME = 'yy-mm-dd hh:MM:ss',\n DDMMYY_DASH_TIME = 'dd-mm-yy hh:MM:ss',\n DDMMYY_SLASH_TIME = 'dd/mm/yy hh:MM:ss',\n YYMMDD_SLASH_TIME = 'yy/mm/dd hh:MM:ss',\n}",
|
|
15333
16293
|
"docstring": "",
|
|
@@ -15398,6 +16358,16 @@
|
|
|
15398
16358
|
"docstring": "",
|
|
15399
16359
|
"path": "src/components/six-header/six-header.tsx"
|
|
15400
16360
|
},
|
|
16361
|
+
"src/components/six-input/six-input.tsx::SelectionRangeDirection": {
|
|
16362
|
+
"declaration": "export type SelectionRangeDirection = 'forward' | 'backward' | 'none';",
|
|
16363
|
+
"docstring": "",
|
|
16364
|
+
"path": "src/components/six-input/six-input.tsx"
|
|
16365
|
+
},
|
|
16366
|
+
"src/components/six-input/six-input.tsx::SelectionRange": {
|
|
16367
|
+
"declaration": "any",
|
|
16368
|
+
"docstring": "",
|
|
16369
|
+
"path": "src/components/six-input/six-input.tsx"
|
|
16370
|
+
},
|
|
15401
16371
|
"src/components/six-language-switcher/six-language-switcher.tsx::SixLanguageSwitcherInput": {
|
|
15402
16372
|
"declaration": "export interface SixLanguageSwitcherInput {\n key: string;\n value: string;\n}",
|
|
15403
16373
|
"docstring": "",
|
|
@@ -15413,11 +16383,6 @@
|
|
|
15413
16383
|
"docstring": "",
|
|
15414
16384
|
"path": "src/components/six-stage-indicator/six-stage-indicator.tsx"
|
|
15415
16385
|
},
|
|
15416
|
-
"src/components/six-root/six-root.tsx::SixRootCollapsedPayload": {
|
|
15417
|
-
"declaration": "export interface SixRootCollapsedPayload {\n collapsed: boolean;\n}",
|
|
15418
|
-
"docstring": "",
|
|
15419
|
-
"path": "src/components/six-root/six-root.tsx"
|
|
15420
|
-
},
|
|
15421
16386
|
"src/components/six-search-field/six-search-field.tsx::SixSearchFieldChangePayload": {
|
|
15422
16387
|
"declaration": "export interface SixSearchFieldChangePayload {\n value: string;\n}",
|
|
15423
16388
|
"docstring": "",
|