@six-group/ui-library 0.0.0-insider.043fe5d → 0.0.0-insider.04c597d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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 +1948 -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.cjs.entry.js +113 -112
- package/dist/cjs/six-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/six-datepicker.cjs.entry.js +864 -835
- 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_3.cjs.entry.js +818 -0
- package/dist/cjs/six-dropdown_3.cjs.entry.js.map +1 -0
- 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 +10 -9
- package/dist/cjs/six-error.cjs.entry.js.map +1 -1
- 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 +120 -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-dropdown-item.cjs.entry.js +45 -0
- package/dist/cjs/six-header-dropdown-item.cjs.entry.js.map +1 -0
- package/dist/cjs/six-header-item_2.cjs.entry.js +47 -0
- package/dist/cjs/six-header-item_2.cjs.entry.js.map +1 -0
- package/dist/cjs/six-header-menu-button.cjs.entry.js +23 -0
- package/dist/cjs/six-header-menu-button.cjs.entry.js.map +1 -0
- package/dist/cjs/six-header.cjs.entry.js +189 -157
- package/dist/cjs/six-header.cjs.entry.js.map +1 -1
- package/dist/cjs/six-icon-button.cjs.entry.js +40 -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 -191
- 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 -189
- 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 -365
- 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 -108
- 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 -182
- 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 +351 -350
- 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 +10 -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 -34
- 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 +11 -1
- package/dist/collection/components/six-checkbox/six-checkbox.js +421 -420
- 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 -1050
- 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 -7
- 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 +1 -0
- package/dist/collection/components/six-error/six-error.js +15 -15
- package/dist/collection/components/six-error/six-error.js.map +1 -1
- 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 +366 -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 +4 -1
- 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 +8 -19
- package/dist/collection/components/six-header/six-header.js +537 -410
- package/dist/collection/components/six-header/six-header.js.map +1 -1
- package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.css +15 -0
- package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.js +53 -0
- package/dist/collection/components/six-header-dropdown-item/six-header-dropdown-item.js.map +1 -0
- package/dist/collection/components/six-header-item/six-header-item.css +15 -0
- package/dist/collection/components/six-header-item/six-header-item.js +51 -0
- package/dist/collection/components/six-header-item/six-header-item.js.map +1 -0
- package/dist/collection/components/six-header-menu-button/six-header-menu-button.css +27 -0
- package/dist/collection/components/six-header-menu-button/six-header-menu-button.js +48 -0
- package/dist/collection/components/six-header-menu-button/six-header-menu-button.js.map +1 -0
- 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 +7 -6
- package/dist/collection/components/six-icon-button/six-icon-button.js +188 -131
- package/dist/collection/components/six-icon-button/six-icon-button.js.map +1 -1
- package/dist/collection/components/six-input/six-input.css +14 -1
- package/dist/collection/components/six-input/six-input.js +1003 -939
- 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-logo/six-logo.css +18 -0
- package/dist/collection/components/six-logo/six-logo.js +54 -0
- package/dist/collection/components/six-logo/six-logo.js.map +1 -0
- 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 +5 -2
- package/dist/collection/components/six-range/six-range.js +574 -563
- 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 +57 -66
- package/dist/collection/components/six-select/six-select.js +1124 -940
- 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 -3
- 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 +13 -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 +20 -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 +4 -1
- package/dist/collection/components/six-switch/six-switch.js +384 -383
- 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 +9 -1
- package/dist/collection/components/six-textarea/six-textarea.js +792 -784
- 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 +823 -822
- 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 -19
- 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 -26
- 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 +120 -150
- 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 -156
- 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 +933 -901
- 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 +553 -469
- 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/six-error.d.ts +2 -2
- package/dist/components/six-error2.js +22 -21
- package/dist/components/six-error2.js.map +1 -1
- 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 +162 -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 +71 -67
- package/dist/components/six-group-label.js.map +1 -1
- package/dist/components/six-header-dropdown-item.d.ts +11 -0
- package/dist/components/six-header-dropdown-item.js +103 -0
- package/dist/components/six-header-dropdown-item.js.map +1 -0
- package/dist/components/{set-attributes.d.ts → six-header-item.d.ts} +4 -4
- package/dist/components/six-header-item.js +8 -0
- package/dist/components/six-header-item.js.map +1 -0
- package/dist/components/six-header-item2.js +39 -0
- package/dist/components/six-header-item2.js.map +1 -0
- package/dist/components/six-header-menu-button.d.ts +11 -0
- package/dist/components/six-header-menu-button.js +57 -0
- package/dist/components/six-header-menu-button.js.map +1 -0
- package/dist/components/six-header.d.ts +2 -2
- package/dist/components/six-header.js +271 -216
- 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 +65 -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 +268 -249
- 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-logo.d.ts +11 -0
- package/dist/components/six-logo.js +8 -0
- package/dist/components/six-logo.js.map +1 -0
- package/dist/components/six-logo2.js +42 -0
- package/dist/components/six-logo2.js.map +1 -0
- 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 +243 -225
- 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 +79 -76
- 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 +764 -458
- 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 +141 -136
- 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 +235 -228
- 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 +491 -488
- 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 +1345 -299
- 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 +1919 -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.entry.js +113 -112
- package/dist/esm/six-checkbox.entry.js.map +1 -1
- package/dist/esm/six-datepicker.entry.js +864 -835
- 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_3.entry.js +812 -0
- package/dist/esm/six-dropdown_3.entry.js.map +1 -0
- 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 +10 -9
- package/dist/esm/six-error.entry.js.map +1 -1
- 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 +120 -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-dropdown-item.entry.js +41 -0
- package/dist/esm/six-header-dropdown-item.entry.js.map +1 -0
- package/dist/esm/six-header-item_2.entry.js +42 -0
- package/dist/esm/six-header-item_2.entry.js.map +1 -0
- package/dist/esm/six-header-menu-button.entry.js +19 -0
- package/dist/esm/six-header-menu-button.entry.js.map +1 -0
- package/dist/esm/six-header.entry.js +189 -157
- package/dist/esm/six-header.entry.js.map +1 -1
- package/dist/esm/six-icon-button.entry.js +40 -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 -191
- 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 -189
- 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 -365
- 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 -108
- 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 -182
- 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 +351 -350
- 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 -58
- 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 +187 -187
- 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 +1 -1
- 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 +127 -60
- package/dist/types/components/six-header-dropdown-item/six-header-dropdown-item.d.ts +13 -0
- package/dist/types/components/six-header-item/six-header-item.d.ts +15 -0
- package/dist/types/components/six-header-menu-button/six-header-menu-button.d.ts +11 -0
- package/dist/types/components/six-icon/six-icon.d.ts +5 -5
- package/dist/types/components/six-icon-button/six-icon-button.d.ts +24 -18
- package/dist/types/components/six-input/six-input.d.ts +117 -105
- 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-logo/six-logo.d.ts +9 -0
- 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 -75
- 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 -122
- 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 +48 -48
- 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 -89
- package/dist/types/components/six-tile/six-tile.d.ts +31 -31
- package/dist/types/components/six-timepicker/six-timepicker.d.ts +152 -152
- package/dist/types/components/six-tooltip/six-tooltip.d.ts +55 -55
- package/dist/types/components.d.ts +708 -56
- package/dist/types/functional-components/form-control/form-control.d.ts +32 -32
- 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-03acec96.entry.js +2 -0
- package/dist/ui-library/p-03acec96.entry.js.map +1 -0
- 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-06d562b7.entry.js +2 -0
- package/dist/ui-library/p-06d562b7.entry.js.map +1 -0
- package/dist/ui-library/p-07b6203f.entry.js +2 -0
- package/dist/ui-library/p-07b6203f.entry.js.map +1 -0
- package/dist/ui-library/p-0a6b6429.entry.js +2 -0
- package/dist/ui-library/p-0a6b6429.entry.js.map +1 -0
- package/dist/ui-library/p-0cebf1d2.js +2 -0
- package/dist/ui-library/p-0cebf1d2.js.map +1 -0
- package/dist/ui-library/p-14d09601.entry.js +2 -0
- package/dist/ui-library/p-14d09601.entry.js.map +1 -0
- package/dist/ui-library/p-171df3ad.entry.js +2 -0
- package/dist/ui-library/p-171df3ad.entry.js.map +1 -0
- package/dist/ui-library/p-1cc3b56d.entry.js +2 -0
- package/dist/ui-library/p-1cc3b56d.entry.js.map +1 -0
- package/dist/ui-library/p-1cd09d9b.entry.js +2 -0
- package/dist/ui-library/p-1cd09d9b.entry.js.map +1 -0
- package/dist/ui-library/p-1f7a0cb5.entry.js +2 -0
- package/dist/ui-library/p-1f7a0cb5.entry.js.map +1 -0
- package/dist/ui-library/p-2355c444.entry.js +2 -0
- package/dist/ui-library/p-2355c444.entry.js.map +1 -0
- package/dist/ui-library/p-281ffc35.entry.js +2 -0
- package/dist/ui-library/p-281ffc35.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-42cd3588.entry.js +2 -0
- package/dist/ui-library/p-42cd3588.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-49019d6c.entry.js +2 -0
- package/dist/ui-library/p-49019d6c.entry.js.map +1 -0
- package/dist/ui-library/p-4d72b179.entry.js +2 -0
- package/dist/ui-library/p-4d72b179.entry.js.map +1 -0
- package/dist/ui-library/p-4de4ee7a.entry.js +2 -0
- package/dist/ui-library/p-4de4ee7a.entry.js.map +1 -0
- package/dist/ui-library/p-4edde816.entry.js +2 -0
- package/dist/ui-library/p-4edde816.entry.js.map +1 -0
- package/dist/ui-library/p-4f129bb3.entry.js +2 -0
- package/dist/ui-library/p-4f129bb3.entry.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-57ea4cb7.entry.js +2 -0
- package/dist/ui-library/p-57ea4cb7.entry.js.map +1 -0
- package/dist/ui-library/p-5ece7986.entry.js +2 -0
- package/dist/ui-library/p-5ece7986.entry.js.map +1 -0
- package/dist/ui-library/p-5f491974.entry.js +2 -0
- package/dist/ui-library/p-5f491974.entry.js.map +1 -0
- package/dist/ui-library/p-5fc9cd7b.entry.js +2 -0
- package/dist/ui-library/p-5fc9cd7b.entry.js.map +1 -0
- package/dist/ui-library/p-618bf750.entry.js +2 -0
- package/dist/ui-library/p-618bf750.entry.js.map +1 -0
- package/dist/ui-library/p-62a1f514.entry.js +2 -0
- package/dist/ui-library/p-62a1f514.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-6513b8ce.entry.js +2 -0
- package/dist/ui-library/p-6513b8ce.entry.js.map +1 -0
- package/dist/ui-library/p-6795e0a9.entry.js +2 -0
- package/dist/ui-library/p-6795e0a9.entry.js.map +1 -0
- package/dist/ui-library/p-6ec126f7.entry.js +2 -0
- package/dist/ui-library/p-6ec126f7.entry.js.map +1 -0
- package/dist/ui-library/p-705e3612.entry.js +2 -0
- package/dist/ui-library/p-705e3612.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-7afdff5c.entry.js +2 -0
- package/dist/ui-library/p-7afdff5c.entry.js.map +1 -0
- package/dist/ui-library/p-7eb9ae75.entry.js +2 -0
- package/dist/ui-library/p-7eb9ae75.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-0f510624.js → p-862d474e.js} +1 -1
- package/dist/ui-library/p-862d474e.js.map +1 -0
- package/dist/ui-library/p-870139dc.entry.js +2 -0
- package/dist/ui-library/p-870139dc.entry.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-e5020f0d.js → p-a04460e3.js} +2 -2
- package/dist/ui-library/{p-e5020f0d.js.map → p-a04460e3.js.map} +1 -1
- 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-a20a702a.entry.js +2 -0
- package/dist/ui-library/p-a20a702a.entry.js.map +1 -0
- package/dist/ui-library/p-adc65fc8.entry.js +2 -0
- package/dist/ui-library/p-adc65fc8.entry.js.map +1 -0
- package/dist/ui-library/p-afb15ea4.entry.js +2 -0
- package/dist/ui-library/p-afb15ea4.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-bfb398c6.entry.js +2 -0
- package/dist/ui-library/p-bfb398c6.entry.js.map +1 -0
- package/dist/ui-library/p-cd65e3b2.entry.js +2 -0
- package/dist/ui-library/p-cd65e3b2.entry.js.map +1 -0
- package/dist/ui-library/p-cd79700c.entry.js +2 -0
- package/dist/ui-library/p-cd79700c.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-cdc94cd6.entry.js +2 -0
- package/dist/ui-library/p-cdc94cd6.entry.js.map +1 -0
- package/dist/ui-library/{p-13b43e04.entry.js → p-d46acf21.entry.js} +2 -2
- package/dist/ui-library/p-d46acf21.entry.js.map +1 -0
- package/dist/ui-library/p-d67b8482.entry.js +2 -0
- package/dist/ui-library/p-d67b8482.entry.js.map +1 -0
- package/dist/ui-library/p-db193a32.entry.js +2 -0
- package/dist/ui-library/p-db193a32.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-e1255160.js +2 -0
- package/dist/ui-library/p-e1255160.js.map +1 -0
- package/dist/ui-library/p-e1529ef6.entry.js +2 -0
- package/dist/ui-library/p-e1529ef6.entry.js.map +1 -0
- package/dist/ui-library/p-e181944f.entry.js +2 -0
- package/dist/ui-library/p-e181944f.entry.js.map +1 -0
- package/dist/ui-library/p-e6efc08a.entry.js +2 -0
- package/dist/ui-library/p-e6efc08a.entry.js.map +1 -0
- package/dist/ui-library/p-ea854ec5.entry.js +2 -0
- package/dist/ui-library/p-ea854ec5.entry.js.map +1 -0
- package/dist/ui-library/p-f12b22bc.entry.js +2 -0
- package/dist/ui-library/p-f12b22bc.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-f9a1f6ab.entry.js +2 -0
- package/dist/ui-library/p-f9a1f6ab.entry.js.map +1 -0
- package/dist/ui-library/p-ffce31da.entry.js +2 -0
- package/dist/ui-library/p-ffce31da.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 +17 -30
- 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-9769b310.js +0 -36
- package/dist/cjs/form-control-9769b310.js.map +0 -1
- package/dist/cjs/index-900437fc.js +0 -2469
- 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-dropdown_2.cjs.entry.js +0 -671
- package/dist/cjs/six-dropdown_2.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 -83
- 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 -45
- 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 -39
- 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 -34
- 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 -86
- 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 -73
- 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 -119
- 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-b0febe88.js +0 -34
- package/dist/esm/form-control-b0febe88.js.map +0 -1
- package/dist/esm/index-8a74f992.js +0 -2440
- 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-dropdown_2.entry.js +0 -666
- package/dist/esm/six-dropdown_2.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-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-14c1ec31.entry.js +0 -2
- package/dist/ui-library/p-14c1ec31.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-25bb1752.entry.js +0 -2
- package/dist/ui-library/p-25bb1752.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-2a141e10.entry.js +0 -2
- package/dist/ui-library/p-2a141e10.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-411ed539.entry.js +0 -2
- package/dist/ui-library/p-411ed539.entry.js.map +0 -1
- package/dist/ui-library/p-4435ff73.entry.js +0 -2
- package/dist/ui-library/p-4435ff73.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-538f3c50.entry.js +0 -2
- package/dist/ui-library/p-538f3c50.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-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-a0f290d0.entry.js +0 -2
- package/dist/ui-library/p-a0f290d0.entry.js.map +0 -1
- package/dist/ui-library/p-a457fee8.entry.js +0 -2
- package/dist/ui-library/p-a457fee8.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-ab91c2a9.entry.js +0 -2
- package/dist/ui-library/p-ab91c2a9.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-b57afbe4.entry.js +0 -2
- package/dist/ui-library/p-b57afbe4.entry.js.map +0 -1
- package/dist/ui-library/p-b6f47c9d.entry.js +0 -2
- package/dist/ui-library/p-b6f47c9d.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-db34a6cc.entry.js +0 -2
- package/dist/ui-library/p-db34a6cc.entry.js.map +0 -1
- package/dist/ui-library/p-db936ad7.entry.js +0 -2
- package/dist/ui-library/p-db936ad7.entry.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-e775dcb4.entry.js +0 -2
- package/dist/ui-library/p-e775dcb4.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/components.json
CHANGED
|
@@ -1,58 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2024-12-11T15:38:47",
|
|
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,22 @@
|
|
|
1265
1252
|
"docs": "The suffix container."
|
|
1266
1253
|
}
|
|
1267
1254
|
],
|
|
1268
|
-
"dependents": [
|
|
1255
|
+
"dependents": [
|
|
1256
|
+
"six-header-menu-button",
|
|
1257
|
+
"six-select"
|
|
1258
|
+
],
|
|
1269
1259
|
"dependencies": [
|
|
1270
1260
|
"six-spinner"
|
|
1271
1261
|
],
|
|
1272
1262
|
"dependencyGraph": {
|
|
1273
1263
|
"six-button": [
|
|
1274
1264
|
"six-spinner"
|
|
1265
|
+
],
|
|
1266
|
+
"six-header-menu-button": [
|
|
1267
|
+
"six-button"
|
|
1268
|
+
],
|
|
1269
|
+
"six-select": [
|
|
1270
|
+
"six-button"
|
|
1275
1271
|
]
|
|
1276
1272
|
}
|
|
1277
1273
|
},
|
|
@@ -1617,8 +1613,9 @@
|
|
|
1617
1613
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
1618
1614
|
"parameters": [
|
|
1619
1615
|
{
|
|
1620
|
-
"
|
|
1621
|
-
"
|
|
1616
|
+
"name": "options",
|
|
1617
|
+
"type": "FocusOptions | undefined",
|
|
1618
|
+
"docs": ""
|
|
1622
1619
|
}
|
|
1623
1620
|
],
|
|
1624
1621
|
"references": {
|
|
@@ -1634,7 +1631,13 @@
|
|
|
1634
1631
|
"return": "Promise<void>"
|
|
1635
1632
|
},
|
|
1636
1633
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
1637
|
-
"parameters": [
|
|
1634
|
+
"parameters": [
|
|
1635
|
+
{
|
|
1636
|
+
"name": "options",
|
|
1637
|
+
"type": "FocusOptions | undefined",
|
|
1638
|
+
"docs": ""
|
|
1639
|
+
}
|
|
1640
|
+
],
|
|
1638
1641
|
"docs": "Sets focus on the checkbox.",
|
|
1639
1642
|
"docsTags": []
|
|
1640
1643
|
}
|
|
@@ -1735,13 +1738,18 @@
|
|
|
1735
1738
|
"docs": "The checkbox text rendered to the right."
|
|
1736
1739
|
}
|
|
1737
1740
|
],
|
|
1738
|
-
"dependents": [
|
|
1741
|
+
"dependents": [
|
|
1742
|
+
"six-menu-item"
|
|
1743
|
+
],
|
|
1739
1744
|
"dependencies": [
|
|
1740
1745
|
"six-error"
|
|
1741
1746
|
],
|
|
1742
1747
|
"dependencyGraph": {
|
|
1743
1748
|
"six-checkbox": [
|
|
1744
1749
|
"six-error"
|
|
1750
|
+
],
|
|
1751
|
+
"six-menu-item": [
|
|
1752
|
+
"six-checkbox"
|
|
1745
1753
|
]
|
|
1746
1754
|
}
|
|
1747
1755
|
},
|
|
@@ -2188,10 +2196,10 @@
|
|
|
2188
2196
|
},
|
|
2189
2197
|
{
|
|
2190
2198
|
"name": "locale",
|
|
2191
|
-
"type": "\"de\" | \"en\" | \"fr\" | \"it\"",
|
|
2199
|
+
"type": "\"de\" | \"en\" | \"es\" | \"fr\" | \"it\"",
|
|
2192
2200
|
"complexType": {
|
|
2193
|
-
"original": "'en' | 'de' | 'fr' | 'it'",
|
|
2194
|
-
"resolved": "\"de\" | \"en\" | \"fr\" | \"it\"",
|
|
2201
|
+
"original": "'en' | 'de' | 'fr' | 'it' | 'es'",
|
|
2202
|
+
"resolved": "\"de\" | \"en\" | \"es\" | \"fr\" | \"it\"",
|
|
2195
2203
|
"references": {}
|
|
2196
2204
|
},
|
|
2197
2205
|
"mutable": false,
|
|
@@ -2209,6 +2217,10 @@
|
|
|
2209
2217
|
"value": "en",
|
|
2210
2218
|
"type": "string"
|
|
2211
2219
|
},
|
|
2220
|
+
{
|
|
2221
|
+
"value": "es",
|
|
2222
|
+
"type": "string"
|
|
2223
|
+
},
|
|
2212
2224
|
{
|
|
2213
2225
|
"value": "fr",
|
|
2214
2226
|
"type": "string"
|
|
@@ -2516,8 +2528,9 @@
|
|
|
2516
2528
|
"signature": "(datestring?: string) => Promise<void>",
|
|
2517
2529
|
"parameters": [
|
|
2518
2530
|
{
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2531
|
+
"name": "datestring",
|
|
2532
|
+
"type": "string | undefined",
|
|
2533
|
+
"docs": ""
|
|
2521
2534
|
}
|
|
2522
2535
|
],
|
|
2523
2536
|
"references": {
|
|
@@ -2529,7 +2542,13 @@
|
|
|
2529
2542
|
"return": "Promise<void>"
|
|
2530
2543
|
},
|
|
2531
2544
|
"signature": "select(datestring?: string) => Promise<void>",
|
|
2532
|
-
"parameters": [
|
|
2545
|
+
"parameters": [
|
|
2546
|
+
{
|
|
2547
|
+
"name": "datestring",
|
|
2548
|
+
"type": "string | undefined",
|
|
2549
|
+
"docs": ""
|
|
2550
|
+
}
|
|
2551
|
+
],
|
|
2533
2552
|
"docs": "Selects an option",
|
|
2534
2553
|
"docsTags": []
|
|
2535
2554
|
},
|
|
@@ -2543,8 +2562,9 @@
|
|
|
2543
2562
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
2544
2563
|
"parameters": [
|
|
2545
2564
|
{
|
|
2546
|
-
"
|
|
2547
|
-
"
|
|
2565
|
+
"name": "options",
|
|
2566
|
+
"type": "FocusOptions | undefined",
|
|
2567
|
+
"docs": ""
|
|
2548
2568
|
}
|
|
2549
2569
|
],
|
|
2550
2570
|
"references": {
|
|
@@ -2560,7 +2580,13 @@
|
|
|
2560
2580
|
"return": "Promise<void>"
|
|
2561
2581
|
},
|
|
2562
2582
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
2563
|
-
"parameters": [
|
|
2583
|
+
"parameters": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "options",
|
|
2586
|
+
"type": "FocusOptions | undefined",
|
|
2587
|
+
"docs": ""
|
|
2588
|
+
}
|
|
2589
|
+
],
|
|
2564
2590
|
"docs": "Sets focus on the datepickers input.",
|
|
2565
2591
|
"docsTags": []
|
|
2566
2592
|
}
|
|
@@ -3090,6 +3116,11 @@
|
|
|
3090
3116
|
"annotation": "prop",
|
|
3091
3117
|
"docs": "The timing function (easing) to use for the hide transition."
|
|
3092
3118
|
},
|
|
3119
|
+
{
|
|
3120
|
+
"name": "--horizontal-padding",
|
|
3121
|
+
"annotation": "prop",
|
|
3122
|
+
"docs": "The horizontal padding"
|
|
3123
|
+
},
|
|
3093
3124
|
{
|
|
3094
3125
|
"name": "--show-duration",
|
|
3095
3126
|
"annotation": "prop",
|
|
@@ -3956,6 +3987,10 @@
|
|
|
3956
3987
|
"name": "slot",
|
|
3957
3988
|
"text": "trigger - The dropdown's trigger, usually a `<six-button>` element."
|
|
3958
3989
|
},
|
|
3990
|
+
{
|
|
3991
|
+
"name": "slot",
|
|
3992
|
+
"text": "dropdown-footer - The dropdown's footer area."
|
|
3993
|
+
},
|
|
3959
3994
|
{
|
|
3960
3995
|
"name": "slot",
|
|
3961
3996
|
"text": "- The dropdown's content."
|
|
@@ -4104,7 +4139,7 @@
|
|
|
4104
4139
|
"reflectToAttr": false,
|
|
4105
4140
|
"docs": "The distance in pixels from which to offset the panel away from its trigger.",
|
|
4106
4141
|
"docsTags": [],
|
|
4107
|
-
"default": "
|
|
4142
|
+
"default": "4",
|
|
4108
4143
|
"values": [
|
|
4109
4144
|
{
|
|
4110
4145
|
"type": "number"
|
|
@@ -4143,12 +4178,12 @@
|
|
|
4143
4178
|
"resolved": "number",
|
|
4144
4179
|
"references": {}
|
|
4145
4180
|
},
|
|
4146
|
-
"mutable":
|
|
4181
|
+
"mutable": true,
|
|
4147
4182
|
"attr": "filter-debounce",
|
|
4148
4183
|
"reflectToAttr": false,
|
|
4149
4184
|
"docs": "The debounce for the filter callbacks.",
|
|
4150
4185
|
"docsTags": [],
|
|
4151
|
-
"default": "
|
|
4186
|
+
"default": "0",
|
|
4152
4187
|
"values": [
|
|
4153
4188
|
{
|
|
4154
4189
|
"type": "number"
|
|
@@ -4201,6 +4236,28 @@
|
|
|
4201
4236
|
"optional": false,
|
|
4202
4237
|
"required": false
|
|
4203
4238
|
},
|
|
4239
|
+
{
|
|
4240
|
+
"name": "matchTriggerWidth",
|
|
4241
|
+
"type": "boolean",
|
|
4242
|
+
"complexType": {
|
|
4243
|
+
"original": "boolean",
|
|
4244
|
+
"resolved": "boolean",
|
|
4245
|
+
"references": {}
|
|
4246
|
+
},
|
|
4247
|
+
"mutable": false,
|
|
4248
|
+
"attr": "match-trigger-width",
|
|
4249
|
+
"reflectToAttr": false,
|
|
4250
|
+
"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.",
|
|
4251
|
+
"docsTags": [],
|
|
4252
|
+
"default": "false",
|
|
4253
|
+
"values": [
|
|
4254
|
+
{
|
|
4255
|
+
"type": "boolean"
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"optional": false,
|
|
4259
|
+
"required": false
|
|
4260
|
+
},
|
|
4204
4261
|
{
|
|
4205
4262
|
"name": "open",
|
|
4206
4263
|
"type": "boolean",
|
|
@@ -4237,7 +4294,7 @@
|
|
|
4237
4294
|
}
|
|
4238
4295
|
}
|
|
4239
4296
|
},
|
|
4240
|
-
"mutable":
|
|
4297
|
+
"mutable": true,
|
|
4241
4298
|
"reflectToAttr": false,
|
|
4242
4299
|
"docs": "Set the options to be shown in the dropdown (alternative to setting the elements via html)",
|
|
4243
4300
|
"docsTags": [],
|
|
@@ -4405,7 +4462,13 @@
|
|
|
4405
4462
|
"signature": "reposition() => Promise<void>",
|
|
4406
4463
|
"parameters": [],
|
|
4407
4464
|
"docs": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated.",
|
|
4408
|
-
"docsTags": [
|
|
4465
|
+
"docsTags": [
|
|
4466
|
+
{
|
|
4467
|
+
"name": "deprecated",
|
|
4468
|
+
"text": ": use the property `matchTriggerWidth` instead."
|
|
4469
|
+
}
|
|
4470
|
+
],
|
|
4471
|
+
"deprecation": ": use the property `matchTriggerWidth` instead."
|
|
4409
4472
|
},
|
|
4410
4473
|
{
|
|
4411
4474
|
"name": "show",
|
|
@@ -4579,6 +4642,10 @@
|
|
|
4579
4642
|
"name": "",
|
|
4580
4643
|
"docs": "The dropdown's content."
|
|
4581
4644
|
},
|
|
4645
|
+
{
|
|
4646
|
+
"name": "dropdown-footer",
|
|
4647
|
+
"docs": "The dropdown's footer area."
|
|
4648
|
+
},
|
|
4582
4649
|
{
|
|
4583
4650
|
"name": "trigger",
|
|
4584
4651
|
"docs": "The dropdown's trigger, usually a `<six-button>` element."
|
|
@@ -4604,22 +4671,29 @@
|
|
|
4604
4671
|
],
|
|
4605
4672
|
"dependents": [
|
|
4606
4673
|
"six-header",
|
|
4674
|
+
"six-header-dropdown-item",
|
|
4607
4675
|
"six-select"
|
|
4608
4676
|
],
|
|
4609
4677
|
"dependencies": [
|
|
4610
4678
|
"six-menu-item",
|
|
4611
4679
|
"six-input",
|
|
4680
|
+
"six-icon",
|
|
4612
4681
|
"six-menu"
|
|
4613
4682
|
],
|
|
4614
4683
|
"dependencyGraph": {
|
|
4615
4684
|
"six-dropdown": [
|
|
4616
4685
|
"six-menu-item",
|
|
4617
4686
|
"six-input",
|
|
4687
|
+
"six-icon",
|
|
4618
4688
|
"six-menu"
|
|
4619
4689
|
],
|
|
4620
4690
|
"six-menu-item": [
|
|
4691
|
+
"six-checkbox",
|
|
4621
4692
|
"six-icon"
|
|
4622
4693
|
],
|
|
4694
|
+
"six-checkbox": [
|
|
4695
|
+
"six-error"
|
|
4696
|
+
],
|
|
4623
4697
|
"six-input": [
|
|
4624
4698
|
"six-icon",
|
|
4625
4699
|
"six-error"
|
|
@@ -4630,6 +4704,9 @@
|
|
|
4630
4704
|
"six-header": [
|
|
4631
4705
|
"six-dropdown"
|
|
4632
4706
|
],
|
|
4707
|
+
"six-header-dropdown-item": [
|
|
4708
|
+
"six-dropdown"
|
|
4709
|
+
],
|
|
4633
4710
|
"six-select": [
|
|
4634
4711
|
"six-dropdown"
|
|
4635
4712
|
]
|
|
@@ -4639,8 +4716,8 @@
|
|
|
4639
4716
|
"filePath": "src/components/six-error/six-error.tsx",
|
|
4640
4717
|
"encapsulation": "shadow",
|
|
4641
4718
|
"tag": "six-error",
|
|
4642
|
-
"readme": "# six-error\n\n
|
|
4643
|
-
"docs": "",
|
|
4719
|
+
"readme": "# six-error\n\n<!-- EXAMPLES -->\n",
|
|
4720
|
+
"docs": "<!-- EXAMPLES -->",
|
|
4644
4721
|
"docsTags": [
|
|
4645
4722
|
{
|
|
4646
4723
|
"name": "since",
|
|
@@ -4670,6 +4747,7 @@
|
|
|
4670
4747
|
"parts": [],
|
|
4671
4748
|
"dependents": [
|
|
4672
4749
|
"six-checkbox",
|
|
4750
|
+
"six-file-upload",
|
|
4673
4751
|
"six-group-label",
|
|
4674
4752
|
"six-input",
|
|
4675
4753
|
"six-range",
|
|
@@ -4682,6 +4760,9 @@
|
|
|
4682
4760
|
"six-checkbox": [
|
|
4683
4761
|
"six-error"
|
|
4684
4762
|
],
|
|
4763
|
+
"six-file-upload": [
|
|
4764
|
+
"six-error"
|
|
4765
|
+
],
|
|
4685
4766
|
"six-group-label": [
|
|
4686
4767
|
"six-error"
|
|
4687
4768
|
],
|
|
@@ -5132,6 +5213,10 @@
|
|
|
5132
5213
|
{
|
|
5133
5214
|
"name": "status",
|
|
5134
5215
|
"text": "experimental"
|
|
5216
|
+
},
|
|
5217
|
+
{
|
|
5218
|
+
"name": "slot",
|
|
5219
|
+
"text": "error-text - Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
5135
5220
|
}
|
|
5136
5221
|
],
|
|
5137
5222
|
"usage": {},
|
|
@@ -5204,6 +5289,53 @@
|
|
|
5204
5289
|
"optional": false,
|
|
5205
5290
|
"required": false
|
|
5206
5291
|
},
|
|
5292
|
+
{
|
|
5293
|
+
"name": "errorText",
|
|
5294
|
+
"type": "string | string[]",
|
|
5295
|
+
"complexType": {
|
|
5296
|
+
"original": "string | string[]",
|
|
5297
|
+
"resolved": "string | string[]",
|
|
5298
|
+
"references": {}
|
|
5299
|
+
},
|
|
5300
|
+
"mutable": false,
|
|
5301
|
+
"attr": "error-text",
|
|
5302
|
+
"reflectToAttr": false,
|
|
5303
|
+
"docs": "The error message shown, if `invalid` is set to true.",
|
|
5304
|
+
"docsTags": [],
|
|
5305
|
+
"default": "''",
|
|
5306
|
+
"values": [
|
|
5307
|
+
{
|
|
5308
|
+
"type": "string"
|
|
5309
|
+
},
|
|
5310
|
+
{
|
|
5311
|
+
"type": "string[]"
|
|
5312
|
+
}
|
|
5313
|
+
],
|
|
5314
|
+
"optional": false,
|
|
5315
|
+
"required": false
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"name": "invalid",
|
|
5319
|
+
"type": "boolean",
|
|
5320
|
+
"complexType": {
|
|
5321
|
+
"original": "boolean",
|
|
5322
|
+
"resolved": "boolean",
|
|
5323
|
+
"references": {}
|
|
5324
|
+
},
|
|
5325
|
+
"mutable": false,
|
|
5326
|
+
"attr": "invalid",
|
|
5327
|
+
"reflectToAttr": true,
|
|
5328
|
+
"docs": "If this property is set to true and an error message is provided by `errorText`, the error message is displayed.",
|
|
5329
|
+
"docsTags": [],
|
|
5330
|
+
"default": "false",
|
|
5331
|
+
"values": [
|
|
5332
|
+
{
|
|
5333
|
+
"type": "boolean"
|
|
5334
|
+
}
|
|
5335
|
+
],
|
|
5336
|
+
"optional": false,
|
|
5337
|
+
"required": false
|
|
5338
|
+
},
|
|
5207
5339
|
{
|
|
5208
5340
|
"name": "label",
|
|
5209
5341
|
"type": "string | undefined",
|
|
@@ -5273,6 +5405,28 @@
|
|
|
5273
5405
|
],
|
|
5274
5406
|
"optional": false,
|
|
5275
5407
|
"required": false
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"name": "uploading",
|
|
5411
|
+
"type": "boolean",
|
|
5412
|
+
"complexType": {
|
|
5413
|
+
"original": "boolean",
|
|
5414
|
+
"resolved": "boolean",
|
|
5415
|
+
"references": {}
|
|
5416
|
+
},
|
|
5417
|
+
"mutable": false,
|
|
5418
|
+
"attr": "uploading",
|
|
5419
|
+
"reflectToAttr": true,
|
|
5420
|
+
"docs": "Set to true to draw the control in a loading state.",
|
|
5421
|
+
"docsTags": [],
|
|
5422
|
+
"default": "false",
|
|
5423
|
+
"values": [
|
|
5424
|
+
{
|
|
5425
|
+
"type": "boolean"
|
|
5426
|
+
}
|
|
5427
|
+
],
|
|
5428
|
+
"optional": false,
|
|
5429
|
+
"required": false
|
|
5276
5430
|
}
|
|
5277
5431
|
],
|
|
5278
5432
|
"methods": [],
|
|
@@ -5341,15 +5495,24 @@
|
|
|
5341
5495
|
}
|
|
5342
5496
|
],
|
|
5343
5497
|
"styles": [],
|
|
5344
|
-
"slots": [
|
|
5498
|
+
"slots": [
|
|
5499
|
+
{
|
|
5500
|
+
"name": "error-text",
|
|
5501
|
+
"docs": "Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
5502
|
+
}
|
|
5503
|
+
],
|
|
5345
5504
|
"parts": [],
|
|
5346
5505
|
"dependents": [],
|
|
5347
5506
|
"dependencies": [
|
|
5348
|
-
"six-icon"
|
|
5507
|
+
"six-icon",
|
|
5508
|
+
"six-spinner",
|
|
5509
|
+
"six-error"
|
|
5349
5510
|
],
|
|
5350
5511
|
"dependencyGraph": {
|
|
5351
5512
|
"six-file-upload": [
|
|
5352
|
-
"six-icon"
|
|
5513
|
+
"six-icon",
|
|
5514
|
+
"six-spinner",
|
|
5515
|
+
"six-error"
|
|
5353
5516
|
]
|
|
5354
5517
|
}
|
|
5355
5518
|
},
|
|
@@ -5627,19 +5790,19 @@
|
|
|
5627
5790
|
},
|
|
5628
5791
|
{
|
|
5629
5792
|
"name": "slot",
|
|
5630
|
-
"text": "notifications - Used to define the notification component in the header."
|
|
5793
|
+
"text": "notifications - <span style=\"color:red\">[Deprecated]</span>, use six-header `custom` property instead. Used to define the notification component in the header."
|
|
5631
5794
|
},
|
|
5632
5795
|
{
|
|
5633
5796
|
"name": "slot",
|
|
5634
|
-
"text": "app-switcher-menu - Used to define the application switcher menu in the header."
|
|
5797
|
+
"text": "app-switcher-menu - <span style=\"color:red\">[Deprecated]</span>, use six-header `custom` property instead. Used to define the application switcher menu in the header."
|
|
5635
5798
|
},
|
|
5636
5799
|
{
|
|
5637
5800
|
"name": "slot",
|
|
5638
|
-
"text": "profile-menu - Used to define the profile menu in the header."
|
|
5801
|
+
"text": "profile-menu - <span style=\"color:red\">[Deprecated]</span>, use six-header `custom` property instead. Used to define the profile menu in the header."
|
|
5639
5802
|
},
|
|
5640
5803
|
{
|
|
5641
5804
|
"name": "slot",
|
|
5642
|
-
"text": "profile-avatar - Used to define the avator in the header."
|
|
5805
|
+
"text": "profile-avatar - <span style=\"color:red\">[Deprecated]</span>, use six-header `custom` property instead. Used to define the avator in the header."
|
|
5643
5806
|
}
|
|
5644
5807
|
],
|
|
5645
5808
|
"usage": {},
|
|
@@ -5656,8 +5819,14 @@
|
|
|
5656
5819
|
"attr": "clickable-logo",
|
|
5657
5820
|
"reflectToAttr": false,
|
|
5658
5821
|
"docs": "Set whether the logo should be clickable",
|
|
5659
|
-
"docsTags": [
|
|
5822
|
+
"docsTags": [
|
|
5823
|
+
{
|
|
5824
|
+
"name": "deprecated",
|
|
5825
|
+
"text": "Use six-header `custom` property with `six-logo` instead"
|
|
5826
|
+
}
|
|
5827
|
+
],
|
|
5660
5828
|
"default": "false",
|
|
5829
|
+
"deprecation": "Use six-header `custom` property with `six-logo` instead",
|
|
5661
5830
|
"values": [
|
|
5662
5831
|
{
|
|
5663
5832
|
"type": "boolean"
|
|
@@ -5667,7 +5836,7 @@
|
|
|
5667
5836
|
"required": false
|
|
5668
5837
|
},
|
|
5669
5838
|
{
|
|
5670
|
-
"name": "
|
|
5839
|
+
"name": "custom",
|
|
5671
5840
|
"type": "boolean",
|
|
5672
5841
|
"complexType": {
|
|
5673
5842
|
"original": "boolean",
|
|
@@ -5675,10 +5844,19 @@
|
|
|
5675
5844
|
"references": {}
|
|
5676
5845
|
},
|
|
5677
5846
|
"mutable": false,
|
|
5678
|
-
"attr": "
|
|
5847
|
+
"attr": "custom",
|
|
5679
5848
|
"reflectToAttr": false,
|
|
5680
|
-
"docs": "Set the
|
|
5681
|
-
"docsTags": [
|
|
5849
|
+
"docs": "Set `custom` to `true` for complete control over the header content. When enabled, all other properties and slots\nare ignored.\n\nUse `six-header-item`, `six-header-dropdown-item` and `six-header-menu-button` to structure the content.",
|
|
5850
|
+
"docsTags": [
|
|
5851
|
+
{
|
|
5852
|
+
"name": "since",
|
|
5853
|
+
"text": "4.2.7"
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"name": "status",
|
|
5857
|
+
"text": "beta"
|
|
5858
|
+
}
|
|
5859
|
+
],
|
|
5682
5860
|
"default": "false",
|
|
5683
5861
|
"values": [
|
|
5684
5862
|
{
|
|
@@ -5689,7 +5867,7 @@
|
|
|
5689
5867
|
"required": false
|
|
5690
5868
|
},
|
|
5691
5869
|
{
|
|
5692
|
-
"name": "
|
|
5870
|
+
"name": "hideHamburgerMenu",
|
|
5693
5871
|
"type": "boolean",
|
|
5694
5872
|
"complexType": {
|
|
5695
5873
|
"original": "boolean",
|
|
@@ -5697,11 +5875,17 @@
|
|
|
5697
5875
|
"references": {}
|
|
5698
5876
|
},
|
|
5699
5877
|
"mutable": false,
|
|
5700
|
-
"attr": "
|
|
5878
|
+
"attr": "hide-hamburger-menu",
|
|
5701
5879
|
"reflectToAttr": false,
|
|
5702
|
-
"docs": "Set the
|
|
5703
|
-
"docsTags": [
|
|
5880
|
+
"docs": "Set whether the hamburger menu should be visible or not",
|
|
5881
|
+
"docsTags": [
|
|
5882
|
+
{
|
|
5883
|
+
"name": "deprecated",
|
|
5884
|
+
"text": "Use six-header `custom` property instead"
|
|
5885
|
+
}
|
|
5886
|
+
],
|
|
5704
5887
|
"default": "false",
|
|
5888
|
+
"deprecation": "Use six-header `custom` property instead",
|
|
5705
5889
|
"values": [
|
|
5706
5890
|
{
|
|
5707
5891
|
"type": "boolean"
|
|
@@ -5711,28 +5895,111 @@
|
|
|
5711
5895
|
"required": false
|
|
5712
5896
|
},
|
|
5713
5897
|
{
|
|
5714
|
-
"name": "
|
|
5715
|
-
"type": "
|
|
5898
|
+
"name": "logo",
|
|
5899
|
+
"type": "\"bme\" | \"six\"",
|
|
5716
5900
|
"complexType": {
|
|
5717
|
-
"original": "
|
|
5718
|
-
"resolved": "
|
|
5901
|
+
"original": "'six' | 'bme'",
|
|
5902
|
+
"resolved": "\"bme\" | \"six\"",
|
|
5719
5903
|
"references": {}
|
|
5720
5904
|
},
|
|
5721
5905
|
"mutable": false,
|
|
5722
|
-
"attr": "
|
|
5906
|
+
"attr": "logo",
|
|
5723
5907
|
"reflectToAttr": false,
|
|
5724
|
-
"docs": "
|
|
5725
|
-
"docsTags": [
|
|
5726
|
-
"default": "false",
|
|
5727
|
-
"values": [
|
|
5908
|
+
"docs": "The displayed logo. Either six or bme. Defaults to six.",
|
|
5909
|
+
"docsTags": [
|
|
5728
5910
|
{
|
|
5729
|
-
"
|
|
5911
|
+
"name": "deprecated",
|
|
5912
|
+
"text": "Use six-header `custom` property with `six-logo` instead"
|
|
5730
5913
|
}
|
|
5731
5914
|
],
|
|
5732
|
-
"
|
|
5733
|
-
"
|
|
5734
|
-
|
|
5735
|
-
|
|
5915
|
+
"default": "'six'",
|
|
5916
|
+
"deprecation": "Use six-header `custom` property with `six-logo` instead",
|
|
5917
|
+
"values": [
|
|
5918
|
+
{
|
|
5919
|
+
"value": "bme",
|
|
5920
|
+
"type": "string"
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"value": "six",
|
|
5924
|
+
"type": "string"
|
|
5925
|
+
}
|
|
5926
|
+
],
|
|
5927
|
+
"optional": false,
|
|
5928
|
+
"required": false
|
|
5929
|
+
},
|
|
5930
|
+
{
|
|
5931
|
+
"name": "openHamburgerMenu",
|
|
5932
|
+
"type": "boolean",
|
|
5933
|
+
"complexType": {
|
|
5934
|
+
"original": "boolean",
|
|
5935
|
+
"resolved": "boolean",
|
|
5936
|
+
"references": {}
|
|
5937
|
+
},
|
|
5938
|
+
"mutable": false,
|
|
5939
|
+
"attr": "open-hamburger-menu",
|
|
5940
|
+
"reflectToAttr": false,
|
|
5941
|
+
"docs": "Set the hamburger menu icon to open or closed state",
|
|
5942
|
+
"docsTags": [
|
|
5943
|
+
{
|
|
5944
|
+
"name": "deprecated",
|
|
5945
|
+
"text": "Use six-header `custom` property instead"
|
|
5946
|
+
}
|
|
5947
|
+
],
|
|
5948
|
+
"default": "false",
|
|
5949
|
+
"deprecation": "Use six-header `custom` property instead",
|
|
5950
|
+
"values": [
|
|
5951
|
+
{
|
|
5952
|
+
"type": "boolean"
|
|
5953
|
+
}
|
|
5954
|
+
],
|
|
5955
|
+
"optional": false,
|
|
5956
|
+
"required": false
|
|
5957
|
+
},
|
|
5958
|
+
{
|
|
5959
|
+
"name": "openSearch",
|
|
5960
|
+
"type": "boolean",
|
|
5961
|
+
"complexType": {
|
|
5962
|
+
"original": "boolean",
|
|
5963
|
+
"resolved": "boolean",
|
|
5964
|
+
"references": {}
|
|
5965
|
+
},
|
|
5966
|
+
"mutable": false,
|
|
5967
|
+
"attr": "open-search",
|
|
5968
|
+
"reflectToAttr": false,
|
|
5969
|
+
"docs": "Set the header search to be in an open or closed state.\n\nIf `custom` is `true`, focuses the first `six-input` found in the search slot.",
|
|
5970
|
+
"docsTags": [],
|
|
5971
|
+
"default": "false",
|
|
5972
|
+
"values": [
|
|
5973
|
+
{
|
|
5974
|
+
"type": "boolean"
|
|
5975
|
+
}
|
|
5976
|
+
],
|
|
5977
|
+
"optional": false,
|
|
5978
|
+
"required": false
|
|
5979
|
+
},
|
|
5980
|
+
{
|
|
5981
|
+
"name": "shiftContent",
|
|
5982
|
+
"type": "boolean",
|
|
5983
|
+
"complexType": {
|
|
5984
|
+
"original": "boolean",
|
|
5985
|
+
"resolved": "boolean",
|
|
5986
|
+
"references": {}
|
|
5987
|
+
},
|
|
5988
|
+
"mutable": false,
|
|
5989
|
+
"attr": "shift-content",
|
|
5990
|
+
"reflectToAttr": false,
|
|
5991
|
+
"docs": "Indicates if content should be shifted down when search field is visible.",
|
|
5992
|
+
"docsTags": [],
|
|
5993
|
+
"default": "false",
|
|
5994
|
+
"values": [
|
|
5995
|
+
{
|
|
5996
|
+
"type": "boolean"
|
|
5997
|
+
}
|
|
5998
|
+
],
|
|
5999
|
+
"optional": false,
|
|
6000
|
+
"required": false
|
|
6001
|
+
}
|
|
6002
|
+
],
|
|
5736
6003
|
"methods": [
|
|
5737
6004
|
{
|
|
5738
6005
|
"name": "getIsSearchOpen",
|
|
@@ -5754,7 +6021,13 @@
|
|
|
5754
6021
|
"signature": "getIsSearchOpen() => Promise<boolean>",
|
|
5755
6022
|
"parameters": [],
|
|
5756
6023
|
"docs": "Get open state for search",
|
|
5757
|
-
"docsTags": [
|
|
6024
|
+
"docsTags": [
|
|
6025
|
+
{
|
|
6026
|
+
"name": "deprecated",
|
|
6027
|
+
"text": "Use six-header `custom` property instead"
|
|
6028
|
+
}
|
|
6029
|
+
],
|
|
6030
|
+
"deprecation": "Use six-header `custom` property instead"
|
|
5758
6031
|
},
|
|
5759
6032
|
{
|
|
5760
6033
|
"name": "setSearchOpenState",
|
|
@@ -5766,8 +6039,9 @@
|
|
|
5766
6039
|
"signature": "(openState: boolean) => Promise<void>",
|
|
5767
6040
|
"parameters": [
|
|
5768
6041
|
{
|
|
5769
|
-
"
|
|
5770
|
-
"
|
|
6042
|
+
"name": "openState",
|
|
6043
|
+
"type": "boolean",
|
|
6044
|
+
"docs": ""
|
|
5771
6045
|
}
|
|
5772
6046
|
],
|
|
5773
6047
|
"references": {
|
|
@@ -5779,9 +6053,21 @@
|
|
|
5779
6053
|
"return": "Promise<void>"
|
|
5780
6054
|
},
|
|
5781
6055
|
"signature": "setSearchOpenState(openState: boolean) => Promise<void>",
|
|
5782
|
-
"parameters": [
|
|
6056
|
+
"parameters": [
|
|
6057
|
+
{
|
|
6058
|
+
"name": "openState",
|
|
6059
|
+
"type": "boolean",
|
|
6060
|
+
"docs": ""
|
|
6061
|
+
}
|
|
6062
|
+
],
|
|
5783
6063
|
"docs": "Sets open state for search",
|
|
5784
|
-
"docsTags": [
|
|
6064
|
+
"docsTags": [
|
|
6065
|
+
{
|
|
6066
|
+
"name": "deprecated",
|
|
6067
|
+
"text": "Use six-header `custom` property instead"
|
|
6068
|
+
}
|
|
6069
|
+
],
|
|
6070
|
+
"deprecation": "Use six-header `custom` property instead"
|
|
5785
6071
|
}
|
|
5786
6072
|
],
|
|
5787
6073
|
"events": [
|
|
@@ -5803,7 +6089,13 @@
|
|
|
5803
6089
|
"cancelable": true,
|
|
5804
6090
|
"composed": true,
|
|
5805
6091
|
"docs": "Emitted when the name of the selected app is clicked.",
|
|
5806
|
-
"docsTags": [
|
|
6092
|
+
"docsTags": [
|
|
6093
|
+
{
|
|
6094
|
+
"name": "deprecated",
|
|
6095
|
+
"text": "Use six-header `custom` property with `six-header-dropdown-item` and `six-header-menu-button` instead"
|
|
6096
|
+
}
|
|
6097
|
+
],
|
|
6098
|
+
"deprecation": "Use six-header `custom` property with `six-header-dropdown-item` and `six-header-menu-button` instead"
|
|
5807
6099
|
},
|
|
5808
6100
|
{
|
|
5809
6101
|
"event": "six-header-app-switcher-select",
|
|
@@ -5823,7 +6115,13 @@
|
|
|
5823
6115
|
"cancelable": true,
|
|
5824
6116
|
"composed": true,
|
|
5825
6117
|
"docs": "Emitted when a menu item is in the app switcher menu is selected.",
|
|
5826
|
-
"docsTags": [
|
|
6118
|
+
"docsTags": [
|
|
6119
|
+
{
|
|
6120
|
+
"name": "deprecated",
|
|
6121
|
+
"text": "Use six-header `custom` property with `six-header-dropdown-item` and `six-header-menu-button` instead"
|
|
6122
|
+
}
|
|
6123
|
+
],
|
|
6124
|
+
"deprecation": "Use six-header `custom` property with `six-header-dropdown-item` and `six-header-menu-button` instead"
|
|
5827
6125
|
},
|
|
5828
6126
|
{
|
|
5829
6127
|
"event": "six-header-hamburger-menu-clicked",
|
|
@@ -5843,7 +6141,13 @@
|
|
|
5843
6141
|
"cancelable": true,
|
|
5844
6142
|
"composed": true,
|
|
5845
6143
|
"docs": "Emitted when the hamburger menu is clicked.",
|
|
5846
|
-
"docsTags": [
|
|
6144
|
+
"docsTags": [
|
|
6145
|
+
{
|
|
6146
|
+
"name": "deprecated",
|
|
6147
|
+
"text": "Use six-header `custom` property instead"
|
|
6148
|
+
}
|
|
6149
|
+
],
|
|
6150
|
+
"deprecation": "Use six-header `custom` property instead"
|
|
5847
6151
|
},
|
|
5848
6152
|
{
|
|
5849
6153
|
"event": "six-header-logo-clicked",
|
|
@@ -5863,7 +6167,13 @@
|
|
|
5863
6167
|
"cancelable": true,
|
|
5864
6168
|
"composed": true,
|
|
5865
6169
|
"docs": "Emitted when the header logo is clicked.",
|
|
5866
|
-
"docsTags": [
|
|
6170
|
+
"docsTags": [
|
|
6171
|
+
{
|
|
6172
|
+
"name": "deprecated",
|
|
6173
|
+
"text": "Use six-header `custom` property instead"
|
|
6174
|
+
}
|
|
6175
|
+
],
|
|
6176
|
+
"deprecation": "Use six-header `custom` property instead"
|
|
5867
6177
|
},
|
|
5868
6178
|
{
|
|
5869
6179
|
"event": "six-header-profile-select",
|
|
@@ -5883,7 +6193,13 @@
|
|
|
5883
6193
|
"cancelable": true,
|
|
5884
6194
|
"composed": true,
|
|
5885
6195
|
"docs": "Emitted when a menu item is in the profile menu is selected.",
|
|
5886
|
-
"docsTags": [
|
|
6196
|
+
"docsTags": [
|
|
6197
|
+
{
|
|
6198
|
+
"name": "deprecated",
|
|
6199
|
+
"text": "Use six-header `custom` property with `six-header-dropdown-item` and `six-avatar` instead"
|
|
6200
|
+
}
|
|
6201
|
+
],
|
|
6202
|
+
"deprecation": "Use six-header `custom` property with `six-header-dropdown-item` and `six-avatar` instead"
|
|
5887
6203
|
},
|
|
5888
6204
|
{
|
|
5889
6205
|
"event": "six-header-search-field-toggle",
|
|
@@ -5903,7 +6219,13 @@
|
|
|
5903
6219
|
"cancelable": true,
|
|
5904
6220
|
"composed": true,
|
|
5905
6221
|
"docs": "Emitted when search field is toggled.",
|
|
5906
|
-
"docsTags": [
|
|
6222
|
+
"docsTags": [
|
|
6223
|
+
{
|
|
6224
|
+
"name": "deprecated",
|
|
6225
|
+
"text": "Use six-header `custom` property instead"
|
|
6226
|
+
}
|
|
6227
|
+
],
|
|
6228
|
+
"deprecation": "Use six-header `custom` property instead"
|
|
5907
6229
|
}
|
|
5908
6230
|
],
|
|
5909
6231
|
"listeners": [],
|
|
@@ -5915,35 +6237,44 @@
|
|
|
5915
6237
|
},
|
|
5916
6238
|
{
|
|
5917
6239
|
"name": "app-switcher-menu",
|
|
5918
|
-
"docs": "Used to define the application switcher menu in the header."
|
|
6240
|
+
"docs": "<span style=\"color:red\">[Deprecated]</span>, use six-header `custom` property instead. Used to define the application switcher menu in the header."
|
|
5919
6241
|
},
|
|
5920
6242
|
{
|
|
5921
6243
|
"name": "notifications",
|
|
5922
|
-
"docs": "Used to define the notification component in the header."
|
|
6244
|
+
"docs": "<span style=\"color:red\">[Deprecated]</span>, use six-header `custom` property instead. Used to define the notification component in the header."
|
|
5923
6245
|
},
|
|
5924
6246
|
{
|
|
5925
6247
|
"name": "profile-avatar",
|
|
5926
|
-
"docs": "Used to define the avator in the header."
|
|
6248
|
+
"docs": "<span style=\"color:red\">[Deprecated]</span>, use six-header `custom` property instead. Used to define the avator in the header."
|
|
5927
6249
|
},
|
|
5928
6250
|
{
|
|
5929
6251
|
"name": "profile-menu",
|
|
5930
|
-
"docs": "Used to define the profile menu in the header."
|
|
6252
|
+
"docs": "<span style=\"color:red\">[Deprecated]</span>, use six-header `custom` property instead. Used to define the profile menu in the header."
|
|
5931
6253
|
},
|
|
5932
6254
|
{
|
|
5933
6255
|
"name": "search-field",
|
|
5934
6256
|
"docs": "Used to define the search field component in the header."
|
|
5935
6257
|
}
|
|
5936
6258
|
],
|
|
5937
|
-
"parts": [
|
|
6259
|
+
"parts": [
|
|
6260
|
+
{
|
|
6261
|
+
"name": "header",
|
|
6262
|
+
"docs": ""
|
|
6263
|
+
}
|
|
6264
|
+
],
|
|
5938
6265
|
"dependents": [],
|
|
5939
6266
|
"dependencies": [
|
|
6267
|
+
"six-header-item",
|
|
5940
6268
|
"six-icon-button",
|
|
5941
|
-
"six-dropdown"
|
|
6269
|
+
"six-dropdown",
|
|
6270
|
+
"six-logo"
|
|
5942
6271
|
],
|
|
5943
6272
|
"dependencyGraph": {
|
|
5944
6273
|
"six-header": [
|
|
6274
|
+
"six-header-item",
|
|
5945
6275
|
"six-icon-button",
|
|
5946
|
-
"six-dropdown"
|
|
6276
|
+
"six-dropdown",
|
|
6277
|
+
"six-logo"
|
|
5947
6278
|
],
|
|
5948
6279
|
"six-icon-button": [
|
|
5949
6280
|
"six-icon"
|
|
@@ -5951,11 +6282,16 @@
|
|
|
5951
6282
|
"six-dropdown": [
|
|
5952
6283
|
"six-menu-item",
|
|
5953
6284
|
"six-input",
|
|
6285
|
+
"six-icon",
|
|
5954
6286
|
"six-menu"
|
|
5955
6287
|
],
|
|
5956
6288
|
"six-menu-item": [
|
|
6289
|
+
"six-checkbox",
|
|
5957
6290
|
"six-icon"
|
|
5958
6291
|
],
|
|
6292
|
+
"six-checkbox": [
|
|
6293
|
+
"six-error"
|
|
6294
|
+
],
|
|
5959
6295
|
"six-input": [
|
|
5960
6296
|
"six-icon",
|
|
5961
6297
|
"six-error"
|
|
@@ -5965,6 +6301,179 @@
|
|
|
5965
6301
|
]
|
|
5966
6302
|
}
|
|
5967
6303
|
},
|
|
6304
|
+
{
|
|
6305
|
+
"filePath": "src/components/six-header-dropdown-item/six-header-dropdown-item.tsx",
|
|
6306
|
+
"encapsulation": "shadow",
|
|
6307
|
+
"tag": "six-header-dropdown-item",
|
|
6308
|
+
"readme": "# six-header\n\n<!-- EXAMPLES -->\n",
|
|
6309
|
+
"docs": "<!-- EXAMPLES -->",
|
|
6310
|
+
"docsTags": [
|
|
6311
|
+
{
|
|
6312
|
+
"name": "since",
|
|
6313
|
+
"text": "4.2.7"
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
"name": "status",
|
|
6317
|
+
"text": "beta"
|
|
6318
|
+
}
|
|
6319
|
+
],
|
|
6320
|
+
"usage": {},
|
|
6321
|
+
"props": [],
|
|
6322
|
+
"methods": [],
|
|
6323
|
+
"events": [],
|
|
6324
|
+
"listeners": [],
|
|
6325
|
+
"styles": [],
|
|
6326
|
+
"slots": [],
|
|
6327
|
+
"parts": [],
|
|
6328
|
+
"dependents": [],
|
|
6329
|
+
"dependencies": [
|
|
6330
|
+
"six-dropdown"
|
|
6331
|
+
],
|
|
6332
|
+
"dependencyGraph": {
|
|
6333
|
+
"six-header-dropdown-item": [
|
|
6334
|
+
"six-dropdown"
|
|
6335
|
+
],
|
|
6336
|
+
"six-dropdown": [
|
|
6337
|
+
"six-menu-item",
|
|
6338
|
+
"six-input",
|
|
6339
|
+
"six-icon",
|
|
6340
|
+
"six-menu"
|
|
6341
|
+
],
|
|
6342
|
+
"six-menu-item": [
|
|
6343
|
+
"six-checkbox",
|
|
6344
|
+
"six-icon"
|
|
6345
|
+
],
|
|
6346
|
+
"six-checkbox": [
|
|
6347
|
+
"six-error"
|
|
6348
|
+
],
|
|
6349
|
+
"six-input": [
|
|
6350
|
+
"six-icon",
|
|
6351
|
+
"six-error"
|
|
6352
|
+
],
|
|
6353
|
+
"six-menu": [
|
|
6354
|
+
"six-menu-item"
|
|
6355
|
+
]
|
|
6356
|
+
}
|
|
6357
|
+
},
|
|
6358
|
+
{
|
|
6359
|
+
"filePath": "src/components/six-header-item/six-header-item.tsx",
|
|
6360
|
+
"encapsulation": "shadow",
|
|
6361
|
+
"tag": "six-header-item",
|
|
6362
|
+
"readme": "# six-header\n\n<!-- EXAMPLES -->\n",
|
|
6363
|
+
"docs": "<!-- EXAMPLES -->",
|
|
6364
|
+
"docsTags": [
|
|
6365
|
+
{
|
|
6366
|
+
"name": "since",
|
|
6367
|
+
"text": "4.2.7"
|
|
6368
|
+
},
|
|
6369
|
+
{
|
|
6370
|
+
"name": "status",
|
|
6371
|
+
"text": "beta"
|
|
6372
|
+
}
|
|
6373
|
+
],
|
|
6374
|
+
"usage": {},
|
|
6375
|
+
"props": [
|
|
6376
|
+
{
|
|
6377
|
+
"name": "active",
|
|
6378
|
+
"type": "boolean",
|
|
6379
|
+
"complexType": {
|
|
6380
|
+
"original": "boolean",
|
|
6381
|
+
"resolved": "boolean",
|
|
6382
|
+
"references": {}
|
|
6383
|
+
},
|
|
6384
|
+
"mutable": false,
|
|
6385
|
+
"attr": "active",
|
|
6386
|
+
"reflectToAttr": true,
|
|
6387
|
+
"docs": "Indicates whether the item is styled as active.\nWhen set to `true`, a border is displayed below the trigger element.\n\nUse <code>six-header-dropdown-item</code> to automatically set the active\nstate for dropdowns.",
|
|
6388
|
+
"docsTags": [],
|
|
6389
|
+
"default": "false",
|
|
6390
|
+
"values": [
|
|
6391
|
+
{
|
|
6392
|
+
"type": "boolean"
|
|
6393
|
+
}
|
|
6394
|
+
],
|
|
6395
|
+
"optional": false,
|
|
6396
|
+
"required": false
|
|
6397
|
+
}
|
|
6398
|
+
],
|
|
6399
|
+
"methods": [],
|
|
6400
|
+
"events": [],
|
|
6401
|
+
"listeners": [],
|
|
6402
|
+
"styles": [],
|
|
6403
|
+
"slots": [],
|
|
6404
|
+
"parts": [],
|
|
6405
|
+
"dependents": [
|
|
6406
|
+
"six-header"
|
|
6407
|
+
],
|
|
6408
|
+
"dependencies": [],
|
|
6409
|
+
"dependencyGraph": {
|
|
6410
|
+
"six-header": [
|
|
6411
|
+
"six-header-item"
|
|
6412
|
+
]
|
|
6413
|
+
}
|
|
6414
|
+
},
|
|
6415
|
+
{
|
|
6416
|
+
"filePath": "src/components/six-header-menu-button/six-header-menu-button.tsx",
|
|
6417
|
+
"encapsulation": "shadow",
|
|
6418
|
+
"tag": "six-header-menu-button",
|
|
6419
|
+
"readme": "# six-header\n\n<!-- EXAMPLES -->\n",
|
|
6420
|
+
"docs": "<!-- EXAMPLES -->",
|
|
6421
|
+
"docsTags": [
|
|
6422
|
+
{
|
|
6423
|
+
"name": "since",
|
|
6424
|
+
"text": "4.2.7"
|
|
6425
|
+
},
|
|
6426
|
+
{
|
|
6427
|
+
"name": "status",
|
|
6428
|
+
"text": "beta"
|
|
6429
|
+
}
|
|
6430
|
+
],
|
|
6431
|
+
"usage": {},
|
|
6432
|
+
"props": [
|
|
6433
|
+
{
|
|
6434
|
+
"name": "icon",
|
|
6435
|
+
"type": "string",
|
|
6436
|
+
"complexType": {
|
|
6437
|
+
"original": "string",
|
|
6438
|
+
"resolved": "string",
|
|
6439
|
+
"references": {}
|
|
6440
|
+
},
|
|
6441
|
+
"mutable": false,
|
|
6442
|
+
"attr": "icon",
|
|
6443
|
+
"reflectToAttr": true,
|
|
6444
|
+
"docs": "The icon of the menu button.",
|
|
6445
|
+
"docsTags": [],
|
|
6446
|
+
"default": "''",
|
|
6447
|
+
"values": [
|
|
6448
|
+
{
|
|
6449
|
+
"type": "string"
|
|
6450
|
+
}
|
|
6451
|
+
],
|
|
6452
|
+
"optional": false,
|
|
6453
|
+
"required": false
|
|
6454
|
+
}
|
|
6455
|
+
],
|
|
6456
|
+
"methods": [],
|
|
6457
|
+
"events": [],
|
|
6458
|
+
"listeners": [],
|
|
6459
|
+
"styles": [],
|
|
6460
|
+
"slots": [],
|
|
6461
|
+
"parts": [],
|
|
6462
|
+
"dependents": [],
|
|
6463
|
+
"dependencies": [
|
|
6464
|
+
"six-button",
|
|
6465
|
+
"six-icon"
|
|
6466
|
+
],
|
|
6467
|
+
"dependencyGraph": {
|
|
6468
|
+
"six-header-menu-button": [
|
|
6469
|
+
"six-button",
|
|
6470
|
+
"six-icon"
|
|
6471
|
+
],
|
|
6472
|
+
"six-button": [
|
|
6473
|
+
"six-spinner"
|
|
6474
|
+
]
|
|
6475
|
+
}
|
|
6476
|
+
},
|
|
5968
6477
|
{
|
|
5969
6478
|
"filePath": "src/components/six-icon/six-icon.tsx",
|
|
5970
6479
|
"encapsulation": "shadow",
|
|
@@ -6076,8 +6585,10 @@
|
|
|
6076
6585
|
"six-avatar",
|
|
6077
6586
|
"six-datepicker",
|
|
6078
6587
|
"six-details",
|
|
6588
|
+
"six-dropdown",
|
|
6079
6589
|
"six-file-list-item",
|
|
6080
6590
|
"six-file-upload",
|
|
6591
|
+
"six-header-menu-button",
|
|
6081
6592
|
"six-icon-button",
|
|
6082
6593
|
"six-input",
|
|
6083
6594
|
"six-item-picker",
|
|
@@ -6097,7 +6608,10 @@
|
|
|
6097
6608
|
"six-datepicker": [
|
|
6098
6609
|
"six-icon"
|
|
6099
6610
|
],
|
|
6100
|
-
"six-details": [
|
|
6611
|
+
"six-details": [
|
|
6612
|
+
"six-icon"
|
|
6613
|
+
],
|
|
6614
|
+
"six-dropdown": [
|
|
6101
6615
|
"six-icon"
|
|
6102
6616
|
],
|
|
6103
6617
|
"six-file-list-item": [
|
|
@@ -6106,6 +6620,9 @@
|
|
|
6106
6620
|
"six-file-upload": [
|
|
6107
6621
|
"six-icon"
|
|
6108
6622
|
],
|
|
6623
|
+
"six-header-menu-button": [
|
|
6624
|
+
"six-icon"
|
|
6625
|
+
],
|
|
6109
6626
|
"six-icon-button": [
|
|
6110
6627
|
"six-icon"
|
|
6111
6628
|
],
|
|
@@ -6182,6 +6699,54 @@
|
|
|
6182
6699
|
"optional": false,
|
|
6183
6700
|
"required": false
|
|
6184
6701
|
},
|
|
6702
|
+
{
|
|
6703
|
+
"name": "download",
|
|
6704
|
+
"type": "string | undefined",
|
|
6705
|
+
"complexType": {
|
|
6706
|
+
"original": "string",
|
|
6707
|
+
"resolved": "string | undefined",
|
|
6708
|
+
"references": {}
|
|
6709
|
+
},
|
|
6710
|
+
"mutable": false,
|
|
6711
|
+
"attr": "download",
|
|
6712
|
+
"reflectToAttr": false,
|
|
6713
|
+
"docs": "Tells the browser to download the linked file as this filename. Only used when `href` is set.",
|
|
6714
|
+
"docsTags": [],
|
|
6715
|
+
"values": [
|
|
6716
|
+
{
|
|
6717
|
+
"type": "string"
|
|
6718
|
+
},
|
|
6719
|
+
{
|
|
6720
|
+
"type": "undefined"
|
|
6721
|
+
}
|
|
6722
|
+
],
|
|
6723
|
+
"optional": true,
|
|
6724
|
+
"required": false
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
"name": "href",
|
|
6728
|
+
"type": "string | undefined",
|
|
6729
|
+
"complexType": {
|
|
6730
|
+
"original": "string",
|
|
6731
|
+
"resolved": "string | undefined",
|
|
6732
|
+
"references": {}
|
|
6733
|
+
},
|
|
6734
|
+
"mutable": false,
|
|
6735
|
+
"attr": "href",
|
|
6736
|
+
"reflectToAttr": false,
|
|
6737
|
+
"docs": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
|
|
6738
|
+
"docsTags": [],
|
|
6739
|
+
"values": [
|
|
6740
|
+
{
|
|
6741
|
+
"type": "string"
|
|
6742
|
+
},
|
|
6743
|
+
{
|
|
6744
|
+
"type": "undefined"
|
|
6745
|
+
}
|
|
6746
|
+
],
|
|
6747
|
+
"optional": true,
|
|
6748
|
+
"required": false
|
|
6749
|
+
},
|
|
6185
6750
|
{
|
|
6186
6751
|
"name": "html",
|
|
6187
6752
|
"type": "string | undefined",
|
|
@@ -6300,6 +6865,43 @@
|
|
|
6300
6865
|
],
|
|
6301
6866
|
"optional": false,
|
|
6302
6867
|
"required": false
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
"name": "target",
|
|
6871
|
+
"type": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined",
|
|
6872
|
+
"complexType": {
|
|
6873
|
+
"original": "'_blank' | '_parent' | '_self' | '_top'",
|
|
6874
|
+
"resolved": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined",
|
|
6875
|
+
"references": {}
|
|
6876
|
+
},
|
|
6877
|
+
"mutable": false,
|
|
6878
|
+
"attr": "target",
|
|
6879
|
+
"reflectToAttr": false,
|
|
6880
|
+
"docs": "Tells the browser where to open the link. Only used when `href` is set.",
|
|
6881
|
+
"docsTags": [],
|
|
6882
|
+
"values": [
|
|
6883
|
+
{
|
|
6884
|
+
"value": "_blank",
|
|
6885
|
+
"type": "string"
|
|
6886
|
+
},
|
|
6887
|
+
{
|
|
6888
|
+
"value": "_parent",
|
|
6889
|
+
"type": "string"
|
|
6890
|
+
},
|
|
6891
|
+
{
|
|
6892
|
+
"value": "_self",
|
|
6893
|
+
"type": "string"
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"value": "_top",
|
|
6897
|
+
"type": "string"
|
|
6898
|
+
},
|
|
6899
|
+
{
|
|
6900
|
+
"type": "undefined"
|
|
6901
|
+
}
|
|
6902
|
+
],
|
|
6903
|
+
"optional": true,
|
|
6904
|
+
"required": false
|
|
6303
6905
|
}
|
|
6304
6906
|
],
|
|
6305
6907
|
"methods": [],
|
|
@@ -6587,6 +7189,28 @@
|
|
|
6587
7189
|
"optional": false,
|
|
6588
7190
|
"required": false
|
|
6589
7191
|
},
|
|
7192
|
+
{
|
|
7193
|
+
"name": "dropdownSearch",
|
|
7194
|
+
"type": "boolean",
|
|
7195
|
+
"complexType": {
|
|
7196
|
+
"original": "boolean",
|
|
7197
|
+
"resolved": "boolean",
|
|
7198
|
+
"references": {}
|
|
7199
|
+
},
|
|
7200
|
+
"mutable": false,
|
|
7201
|
+
"attr": "dropdown-search",
|
|
7202
|
+
"reflectToAttr": false,
|
|
7203
|
+
"docs": "Internal: Styles the input for the dropdown filter search.",
|
|
7204
|
+
"docsTags": [],
|
|
7205
|
+
"default": "false",
|
|
7206
|
+
"values": [
|
|
7207
|
+
{
|
|
7208
|
+
"type": "boolean"
|
|
7209
|
+
}
|
|
7210
|
+
],
|
|
7211
|
+
"optional": false,
|
|
7212
|
+
"required": false
|
|
7213
|
+
},
|
|
6590
7214
|
{
|
|
6591
7215
|
"name": "errorText",
|
|
6592
7216
|
"type": "string | string[]",
|
|
@@ -7179,6 +7803,33 @@
|
|
|
7179
7803
|
}
|
|
7180
7804
|
],
|
|
7181
7805
|
"methods": [
|
|
7806
|
+
{
|
|
7807
|
+
"name": "getSelectionRange",
|
|
7808
|
+
"returns": {
|
|
7809
|
+
"type": "Promise<SelectionRange>",
|
|
7810
|
+
"docs": ""
|
|
7811
|
+
},
|
|
7812
|
+
"complexType": {
|
|
7813
|
+
"signature": "() => Promise<SelectionRange>",
|
|
7814
|
+
"parameters": [],
|
|
7815
|
+
"references": {
|
|
7816
|
+
"Promise": {
|
|
7817
|
+
"location": "global",
|
|
7818
|
+
"id": "global::Promise"
|
|
7819
|
+
},
|
|
7820
|
+
"SelectionRange": {
|
|
7821
|
+
"location": "local",
|
|
7822
|
+
"path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-input/six-input.tsx",
|
|
7823
|
+
"id": "src/components/six-input/six-input.tsx::SelectionRange"
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
"return": "Promise<SelectionRange>"
|
|
7827
|
+
},
|
|
7828
|
+
"signature": "getSelectionRange() => Promise<SelectionRange>",
|
|
7829
|
+
"parameters": [],
|
|
7830
|
+
"docs": "Returns the start and end positions of the text selection",
|
|
7831
|
+
"docsTags": []
|
|
7832
|
+
},
|
|
7182
7833
|
{
|
|
7183
7834
|
"name": "removeFocus",
|
|
7184
7835
|
"returns": {
|
|
@@ -7233,8 +7884,9 @@
|
|
|
7233
7884
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
7234
7885
|
"parameters": [
|
|
7235
7886
|
{
|
|
7236
|
-
"
|
|
7237
|
-
"
|
|
7887
|
+
"name": "options",
|
|
7888
|
+
"type": "FocusOptions | undefined",
|
|
7889
|
+
"docs": ""
|
|
7238
7890
|
}
|
|
7239
7891
|
],
|
|
7240
7892
|
"references": {
|
|
@@ -7250,7 +7902,13 @@
|
|
|
7250
7902
|
"return": "Promise<void>"
|
|
7251
7903
|
},
|
|
7252
7904
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
7253
|
-
"parameters": [
|
|
7905
|
+
"parameters": [
|
|
7906
|
+
{
|
|
7907
|
+
"name": "options",
|
|
7908
|
+
"type": "FocusOptions | undefined",
|
|
7909
|
+
"docs": ""
|
|
7910
|
+
}
|
|
7911
|
+
],
|
|
7254
7912
|
"docs": "Sets focus on the input.",
|
|
7255
7913
|
"docsTags": []
|
|
7256
7914
|
},
|
|
@@ -7261,23 +7919,27 @@
|
|
|
7261
7919
|
"docs": ""
|
|
7262
7920
|
},
|
|
7263
7921
|
"complexType": {
|
|
7264
|
-
"signature": "(replacement: string, start: number, end: number, selectMode?:
|
|
7922
|
+
"signature": "(replacement: string, start: number, end: number, selectMode?: \"select\" | \"start\" | \"end\" | \"preserve\") => Promise<void>",
|
|
7265
7923
|
"parameters": [
|
|
7266
7924
|
{
|
|
7267
|
-
"
|
|
7268
|
-
"
|
|
7925
|
+
"name": "replacement",
|
|
7926
|
+
"type": "string",
|
|
7927
|
+
"docs": ""
|
|
7269
7928
|
},
|
|
7270
7929
|
{
|
|
7271
|
-
"
|
|
7272
|
-
"
|
|
7930
|
+
"name": "start",
|
|
7931
|
+
"type": "number",
|
|
7932
|
+
"docs": ""
|
|
7273
7933
|
},
|
|
7274
7934
|
{
|
|
7275
|
-
"
|
|
7276
|
-
"
|
|
7935
|
+
"name": "end",
|
|
7936
|
+
"type": "number",
|
|
7937
|
+
"docs": ""
|
|
7277
7938
|
},
|
|
7278
7939
|
{
|
|
7279
|
-
"
|
|
7280
|
-
"
|
|
7940
|
+
"name": "selectMode",
|
|
7941
|
+
"type": "\"select\" | \"start\" | \"end\" | \"preserve\"",
|
|
7942
|
+
"docs": ""
|
|
7281
7943
|
}
|
|
7282
7944
|
],
|
|
7283
7945
|
"references": {
|
|
@@ -7288,8 +7950,29 @@
|
|
|
7288
7950
|
},
|
|
7289
7951
|
"return": "Promise<void>"
|
|
7290
7952
|
},
|
|
7291
|
-
"signature": "setRangeText(replacement: string, start: number, end: number, selectMode?:
|
|
7292
|
-
"parameters": [
|
|
7953
|
+
"signature": "setRangeText(replacement: string, start: number, end: number, selectMode?: \"select\" | \"start\" | \"end\" | \"preserve\") => Promise<void>",
|
|
7954
|
+
"parameters": [
|
|
7955
|
+
{
|
|
7956
|
+
"name": "replacement",
|
|
7957
|
+
"type": "string",
|
|
7958
|
+
"docs": ""
|
|
7959
|
+
},
|
|
7960
|
+
{
|
|
7961
|
+
"name": "start",
|
|
7962
|
+
"type": "number",
|
|
7963
|
+
"docs": ""
|
|
7964
|
+
},
|
|
7965
|
+
{
|
|
7966
|
+
"name": "end",
|
|
7967
|
+
"type": "number",
|
|
7968
|
+
"docs": ""
|
|
7969
|
+
},
|
|
7970
|
+
{
|
|
7971
|
+
"name": "selectMode",
|
|
7972
|
+
"type": "\"select\" | \"start\" | \"end\" | \"preserve\"",
|
|
7973
|
+
"docs": ""
|
|
7974
|
+
}
|
|
7975
|
+
],
|
|
7293
7976
|
"docs": "Replaces a range of text with a new string.",
|
|
7294
7977
|
"docsTags": []
|
|
7295
7978
|
},
|
|
@@ -7300,31 +7983,55 @@
|
|
|
7300
7983
|
"docs": ""
|
|
7301
7984
|
},
|
|
7302
7985
|
"complexType": {
|
|
7303
|
-
"signature": "(selectionStart: number, selectionEnd: number, selectionDirection?:
|
|
7986
|
+
"signature": "(selectionStart: number, selectionEnd: number, selectionDirection?: SelectionRangeDirection) => Promise<void | undefined>",
|
|
7304
7987
|
"parameters": [
|
|
7305
7988
|
{
|
|
7306
|
-
"
|
|
7307
|
-
"
|
|
7989
|
+
"name": "selectionStart",
|
|
7990
|
+
"type": "number",
|
|
7991
|
+
"docs": ""
|
|
7308
7992
|
},
|
|
7309
7993
|
{
|
|
7310
|
-
"
|
|
7311
|
-
"
|
|
7994
|
+
"name": "selectionEnd",
|
|
7995
|
+
"type": "number",
|
|
7996
|
+
"docs": ""
|
|
7312
7997
|
},
|
|
7313
7998
|
{
|
|
7314
|
-
"
|
|
7315
|
-
"
|
|
7999
|
+
"name": "selectionDirection",
|
|
8000
|
+
"type": "\"none\" | \"forward\" | \"backward\"",
|
|
8001
|
+
"docs": ""
|
|
7316
8002
|
}
|
|
7317
8003
|
],
|
|
7318
8004
|
"references": {
|
|
7319
8005
|
"Promise": {
|
|
7320
8006
|
"location": "global",
|
|
7321
8007
|
"id": "global::Promise"
|
|
8008
|
+
},
|
|
8009
|
+
"SelectionRangeDirection": {
|
|
8010
|
+
"location": "local",
|
|
8011
|
+
"path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-input/six-input.tsx",
|
|
8012
|
+
"id": "src/components/six-input/six-input.tsx::SelectionRangeDirection"
|
|
7322
8013
|
}
|
|
7323
8014
|
},
|
|
7324
8015
|
"return": "Promise<void | undefined>"
|
|
7325
8016
|
},
|
|
7326
|
-
"signature": "setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?:
|
|
7327
|
-
"parameters": [
|
|
8017
|
+
"signature": "setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?: SelectionRangeDirection) => Promise<void | undefined>",
|
|
8018
|
+
"parameters": [
|
|
8019
|
+
{
|
|
8020
|
+
"name": "selectionStart",
|
|
8021
|
+
"type": "number",
|
|
8022
|
+
"docs": ""
|
|
8023
|
+
},
|
|
8024
|
+
{
|
|
8025
|
+
"name": "selectionEnd",
|
|
8026
|
+
"type": "number",
|
|
8027
|
+
"docs": ""
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"name": "selectionDirection",
|
|
8031
|
+
"type": "\"none\" | \"forward\" | \"backward\"",
|
|
8032
|
+
"docs": ""
|
|
8033
|
+
}
|
|
8034
|
+
],
|
|
7328
8035
|
"docs": "Sets the start and end positions of the text selection (0-based).",
|
|
7329
8036
|
"docsTags": []
|
|
7330
8037
|
}
|
|
@@ -8175,6 +8882,74 @@
|
|
|
8175
8882
|
"dependencies": [],
|
|
8176
8883
|
"dependencyGraph": {}
|
|
8177
8884
|
},
|
|
8885
|
+
{
|
|
8886
|
+
"filePath": "src/components/six-logo/six-logo.tsx",
|
|
8887
|
+
"encapsulation": "shadow",
|
|
8888
|
+
"tag": "six-logo",
|
|
8889
|
+
"readme": "# six-header\n\n<!-- EXAMPLES -->\n",
|
|
8890
|
+
"docs": "<!-- EXAMPLES -->",
|
|
8891
|
+
"docsTags": [
|
|
8892
|
+
{
|
|
8893
|
+
"name": "since",
|
|
8894
|
+
"text": "4.2.7"
|
|
8895
|
+
},
|
|
8896
|
+
{
|
|
8897
|
+
"name": "status",
|
|
8898
|
+
"text": "beta"
|
|
8899
|
+
}
|
|
8900
|
+
],
|
|
8901
|
+
"usage": {},
|
|
8902
|
+
"props": [
|
|
8903
|
+
{
|
|
8904
|
+
"name": "brand",
|
|
8905
|
+
"type": "\"bme\" | \"six\"",
|
|
8906
|
+
"complexType": {
|
|
8907
|
+
"original": "'six' | 'bme'",
|
|
8908
|
+
"resolved": "\"bme\" | \"six\"",
|
|
8909
|
+
"references": {}
|
|
8910
|
+
},
|
|
8911
|
+
"mutable": false,
|
|
8912
|
+
"attr": "brand",
|
|
8913
|
+
"reflectToAttr": true,
|
|
8914
|
+
"docs": "The brand of the logo. Either six or bme. Defaults to six.",
|
|
8915
|
+
"docsTags": [],
|
|
8916
|
+
"default": "'six'",
|
|
8917
|
+
"values": [
|
|
8918
|
+
{
|
|
8919
|
+
"value": "bme",
|
|
8920
|
+
"type": "string"
|
|
8921
|
+
},
|
|
8922
|
+
{
|
|
8923
|
+
"value": "six",
|
|
8924
|
+
"type": "string"
|
|
8925
|
+
}
|
|
8926
|
+
],
|
|
8927
|
+
"optional": false,
|
|
8928
|
+
"required": false
|
|
8929
|
+
}
|
|
8930
|
+
],
|
|
8931
|
+
"methods": [],
|
|
8932
|
+
"events": [],
|
|
8933
|
+
"listeners": [],
|
|
8934
|
+
"styles": [
|
|
8935
|
+
{
|
|
8936
|
+
"name": "--height",
|
|
8937
|
+
"annotation": "prop",
|
|
8938
|
+
"docs": "The height of the logo."
|
|
8939
|
+
}
|
|
8940
|
+
],
|
|
8941
|
+
"slots": [],
|
|
8942
|
+
"parts": [],
|
|
8943
|
+
"dependents": [
|
|
8944
|
+
"six-header"
|
|
8945
|
+
],
|
|
8946
|
+
"dependencies": [],
|
|
8947
|
+
"dependencyGraph": {
|
|
8948
|
+
"six-header": [
|
|
8949
|
+
"six-logo"
|
|
8950
|
+
]
|
|
8951
|
+
}
|
|
8952
|
+
},
|
|
8178
8953
|
{
|
|
8179
8954
|
"filePath": "src/components/six-main-container/six-main-container.tsx",
|
|
8180
8955
|
"encapsulation": "shadow",
|
|
@@ -8286,6 +9061,28 @@
|
|
|
8286
9061
|
],
|
|
8287
9062
|
"usage": {},
|
|
8288
9063
|
"props": [
|
|
9064
|
+
{
|
|
9065
|
+
"name": "disableKeyboardHandling",
|
|
9066
|
+
"type": "boolean",
|
|
9067
|
+
"complexType": {
|
|
9068
|
+
"original": "boolean",
|
|
9069
|
+
"resolved": "boolean",
|
|
9070
|
+
"references": {}
|
|
9071
|
+
},
|
|
9072
|
+
"mutable": false,
|
|
9073
|
+
"attr": "disable-keyboard-handling",
|
|
9074
|
+
"reflectToAttr": false,
|
|
9075
|
+
"docs": "Internal: Disables handling of key presses.",
|
|
9076
|
+
"docsTags": [],
|
|
9077
|
+
"default": "false",
|
|
9078
|
+
"values": [
|
|
9079
|
+
{
|
|
9080
|
+
"type": "boolean"
|
|
9081
|
+
}
|
|
9082
|
+
],
|
|
9083
|
+
"optional": false,
|
|
9084
|
+
"required": false
|
|
9085
|
+
},
|
|
8289
9086
|
{
|
|
8290
9087
|
"name": "itemSize",
|
|
8291
9088
|
"type": "number",
|
|
@@ -8440,8 +9237,9 @@
|
|
|
8440
9237
|
"signature": "(key: string) => Promise<void>",
|
|
8441
9238
|
"parameters": [
|
|
8442
9239
|
{
|
|
8443
|
-
"
|
|
8444
|
-
"
|
|
9240
|
+
"name": "key",
|
|
9241
|
+
"type": "string",
|
|
9242
|
+
"docs": ""
|
|
8445
9243
|
}
|
|
8446
9244
|
],
|
|
8447
9245
|
"references": {
|
|
@@ -8457,7 +9255,13 @@
|
|
|
8457
9255
|
"return": "Promise<void>"
|
|
8458
9256
|
},
|
|
8459
9257
|
"signature": "typeToSelect(key: string) => Promise<void>",
|
|
8460
|
-
"parameters": [
|
|
9258
|
+
"parameters": [
|
|
9259
|
+
{
|
|
9260
|
+
"name": "key",
|
|
9261
|
+
"type": "string",
|
|
9262
|
+
"docs": ""
|
|
9263
|
+
}
|
|
9264
|
+
],
|
|
8461
9265
|
"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.",
|
|
8462
9266
|
"docsTags": []
|
|
8463
9267
|
}
|
|
@@ -8514,8 +9318,12 @@
|
|
|
8514
9318
|
"six-menu-item"
|
|
8515
9319
|
],
|
|
8516
9320
|
"six-menu-item": [
|
|
9321
|
+
"six-checkbox",
|
|
8517
9322
|
"six-icon"
|
|
8518
9323
|
],
|
|
9324
|
+
"six-checkbox": [
|
|
9325
|
+
"six-error"
|
|
9326
|
+
],
|
|
8519
9327
|
"six-dropdown": [
|
|
8520
9328
|
"six-menu"
|
|
8521
9329
|
],
|
|
@@ -8611,6 +9419,33 @@
|
|
|
8611
9419
|
],
|
|
8612
9420
|
"usage": {},
|
|
8613
9421
|
"props": [
|
|
9422
|
+
{
|
|
9423
|
+
"name": "checkType",
|
|
9424
|
+
"type": "\"check\" | \"checkbox\"",
|
|
9425
|
+
"complexType": {
|
|
9426
|
+
"original": "'checkbox' | 'check'",
|
|
9427
|
+
"resolved": "\"check\" | \"checkbox\"",
|
|
9428
|
+
"references": {}
|
|
9429
|
+
},
|
|
9430
|
+
"mutable": false,
|
|
9431
|
+
"attr": "check-type",
|
|
9432
|
+
"reflectToAttr": false,
|
|
9433
|
+
"docs": "Defines if the checked state is displayed as a checkbox or a check-icon",
|
|
9434
|
+
"docsTags": [],
|
|
9435
|
+
"default": "'check'",
|
|
9436
|
+
"values": [
|
|
9437
|
+
{
|
|
9438
|
+
"value": "check",
|
|
9439
|
+
"type": "string"
|
|
9440
|
+
},
|
|
9441
|
+
{
|
|
9442
|
+
"value": "checkbox",
|
|
9443
|
+
"type": "string"
|
|
9444
|
+
}
|
|
9445
|
+
],
|
|
9446
|
+
"optional": false,
|
|
9447
|
+
"required": false
|
|
9448
|
+
},
|
|
8614
9449
|
{
|
|
8615
9450
|
"name": "checked",
|
|
8616
9451
|
"type": "boolean",
|
|
@@ -8622,7 +9457,7 @@
|
|
|
8622
9457
|
"mutable": false,
|
|
8623
9458
|
"attr": "checked",
|
|
8624
9459
|
"reflectToAttr": true,
|
|
8625
|
-
"docs": "
|
|
9460
|
+
"docs": "Internal: Draws the item in a checked state. CheckType needs to be set to 'checkbox' or 'check' to show the\nchecked state",
|
|
8626
9461
|
"docsTags": [],
|
|
8627
9462
|
"default": "false",
|
|
8628
9463
|
"values": [
|
|
@@ -8733,8 +9568,9 @@
|
|
|
8733
9568
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
8734
9569
|
"parameters": [
|
|
8735
9570
|
{
|
|
8736
|
-
"
|
|
8737
|
-
"
|
|
9571
|
+
"name": "options",
|
|
9572
|
+
"type": "FocusOptions | undefined",
|
|
9573
|
+
"docs": ""
|
|
8738
9574
|
}
|
|
8739
9575
|
],
|
|
8740
9576
|
"references": {
|
|
@@ -8750,7 +9586,13 @@
|
|
|
8750
9586
|
"return": "Promise<void>"
|
|
8751
9587
|
},
|
|
8752
9588
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
8753
|
-
"parameters": [
|
|
9589
|
+
"parameters": [
|
|
9590
|
+
{
|
|
9591
|
+
"name": "options",
|
|
9592
|
+
"type": "FocusOptions | undefined",
|
|
9593
|
+
"docs": ""
|
|
9594
|
+
}
|
|
9595
|
+
],
|
|
8754
9596
|
"docs": "Sets focus on the button.",
|
|
8755
9597
|
"docsTags": []
|
|
8756
9598
|
}
|
|
@@ -8800,12 +9642,17 @@
|
|
|
8800
9642
|
"six-select"
|
|
8801
9643
|
],
|
|
8802
9644
|
"dependencies": [
|
|
9645
|
+
"six-checkbox",
|
|
8803
9646
|
"six-icon"
|
|
8804
9647
|
],
|
|
8805
9648
|
"dependencyGraph": {
|
|
8806
9649
|
"six-menu-item": [
|
|
9650
|
+
"six-checkbox",
|
|
8807
9651
|
"six-icon"
|
|
8808
9652
|
],
|
|
9653
|
+
"six-checkbox": [
|
|
9654
|
+
"six-error"
|
|
9655
|
+
],
|
|
8809
9656
|
"six-dropdown": [
|
|
8810
9657
|
"six-menu-item"
|
|
8811
9658
|
],
|
|
@@ -9400,8 +10247,9 @@
|
|
|
9400
10247
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
9401
10248
|
"parameters": [
|
|
9402
10249
|
{
|
|
9403
|
-
"
|
|
9404
|
-
"
|
|
10250
|
+
"name": "options",
|
|
10251
|
+
"type": "FocusOptions | undefined",
|
|
10252
|
+
"docs": ""
|
|
9405
10253
|
}
|
|
9406
10254
|
],
|
|
9407
10255
|
"references": {
|
|
@@ -9417,7 +10265,13 @@
|
|
|
9417
10265
|
"return": "Promise<void>"
|
|
9418
10266
|
},
|
|
9419
10267
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
9420
|
-
"parameters": [
|
|
10268
|
+
"parameters": [
|
|
10269
|
+
{
|
|
10270
|
+
"name": "options",
|
|
10271
|
+
"type": "FocusOptions | undefined",
|
|
10272
|
+
"docs": ""
|
|
10273
|
+
}
|
|
10274
|
+
],
|
|
9421
10275
|
"docs": "Sets focus on the radio.",
|
|
9422
10276
|
"docsTags": []
|
|
9423
10277
|
}
|
|
@@ -9911,8 +10765,9 @@
|
|
|
9911
10765
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
9912
10766
|
"parameters": [
|
|
9913
10767
|
{
|
|
9914
|
-
"
|
|
9915
|
-
"
|
|
10768
|
+
"name": "options",
|
|
10769
|
+
"type": "FocusOptions | undefined",
|
|
10770
|
+
"docs": ""
|
|
9916
10771
|
}
|
|
9917
10772
|
],
|
|
9918
10773
|
"references": {
|
|
@@ -9928,7 +10783,13 @@
|
|
|
9928
10783
|
"return": "Promise<void>"
|
|
9929
10784
|
},
|
|
9930
10785
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
9931
|
-
"parameters": [
|
|
10786
|
+
"parameters": [
|
|
10787
|
+
{
|
|
10788
|
+
"name": "options",
|
|
10789
|
+
"type": "FocusOptions | undefined",
|
|
10790
|
+
"docs": ""
|
|
10791
|
+
}
|
|
10792
|
+
],
|
|
9932
10793
|
"docs": "Sets focus on the input.",
|
|
9933
10794
|
"docsTags": []
|
|
9934
10795
|
}
|
|
@@ -10073,28 +10934,6 @@
|
|
|
10073
10934
|
],
|
|
10074
10935
|
"usage": {},
|
|
10075
10936
|
"props": [
|
|
10076
|
-
{
|
|
10077
|
-
"name": "breakpoint",
|
|
10078
|
-
"type": "number",
|
|
10079
|
-
"complexType": {
|
|
10080
|
-
"original": "number",
|
|
10081
|
-
"resolved": "number",
|
|
10082
|
-
"references": {}
|
|
10083
|
-
},
|
|
10084
|
-
"mutable": false,
|
|
10085
|
-
"attr": "breakpoint",
|
|
10086
|
-
"reflectToAttr": false,
|
|
10087
|
-
"docs": "Breakpoint for smaller screens when the right sidebar is collapsed by default.",
|
|
10088
|
-
"docsTags": [],
|
|
10089
|
-
"default": "1024",
|
|
10090
|
-
"values": [
|
|
10091
|
-
{
|
|
10092
|
-
"type": "number"
|
|
10093
|
-
}
|
|
10094
|
-
],
|
|
10095
|
-
"optional": false,
|
|
10096
|
-
"required": false
|
|
10097
|
-
},
|
|
10098
10937
|
{
|
|
10099
10938
|
"name": "padded",
|
|
10100
10939
|
"type": "boolean",
|
|
@@ -10189,28 +11028,7 @@
|
|
|
10189
11028
|
}
|
|
10190
11029
|
],
|
|
10191
11030
|
"methods": [],
|
|
10192
|
-
"events": [
|
|
10193
|
-
{
|
|
10194
|
-
"event": "six-root-collapsed",
|
|
10195
|
-
"detail": "SixRootCollapsedPayload",
|
|
10196
|
-
"bubbles": true,
|
|
10197
|
-
"complexType": {
|
|
10198
|
-
"original": "SixRootCollapsedPayload",
|
|
10199
|
-
"resolved": "SixRootCollapsedPayload",
|
|
10200
|
-
"references": {
|
|
10201
|
-
"SixRootCollapsedPayload": {
|
|
10202
|
-
"location": "local",
|
|
10203
|
-
"path": "/home/runner/work/six-webcomponents/six-webcomponents/libraries/ui-library/src/components/six-root/six-root.tsx",
|
|
10204
|
-
"id": "src/components/six-root/six-root.tsx::SixRootCollapsedPayload"
|
|
10205
|
-
}
|
|
10206
|
-
}
|
|
10207
|
-
},
|
|
10208
|
-
"cancelable": true,
|
|
10209
|
-
"composed": true,
|
|
10210
|
-
"docs": "Emitted when display size is updated.",
|
|
10211
|
-
"docsTags": []
|
|
10212
|
-
}
|
|
10213
|
-
],
|
|
11031
|
+
"events": [],
|
|
10214
11032
|
"listeners": [],
|
|
10215
11033
|
"styles": [],
|
|
10216
11034
|
"slots": [
|
|
@@ -10259,13 +11077,11 @@
|
|
|
10259
11077
|
],
|
|
10260
11078
|
"dependents": [],
|
|
10261
11079
|
"dependencies": [
|
|
10262
|
-
"six-stage-indicator"
|
|
10263
|
-
"set-attributes"
|
|
11080
|
+
"six-stage-indicator"
|
|
10264
11081
|
],
|
|
10265
11082
|
"dependencyGraph": {
|
|
10266
11083
|
"six-root": [
|
|
10267
|
-
"six-stage-indicator"
|
|
10268
|
-
"set-attributes"
|
|
11084
|
+
"six-stage-indicator"
|
|
10269
11085
|
],
|
|
10270
11086
|
"six-stage-indicator": [
|
|
10271
11087
|
"six-icon"
|
|
@@ -10686,10 +11502,10 @@
|
|
|
10686
11502
|
},
|
|
10687
11503
|
{
|
|
10688
11504
|
"name": "filterDebounce",
|
|
10689
|
-
"type": "number",
|
|
11505
|
+
"type": "number | undefined",
|
|
10690
11506
|
"complexType": {
|
|
10691
11507
|
"original": "number",
|
|
10692
|
-
"resolved": "number",
|
|
11508
|
+
"resolved": "number | undefined",
|
|
10693
11509
|
"references": {}
|
|
10694
11510
|
},
|
|
10695
11511
|
"mutable": false,
|
|
@@ -10697,13 +11513,15 @@
|
|
|
10697
11513
|
"reflectToAttr": false,
|
|
10698
11514
|
"docs": "The debounce for the filter callbacks.",
|
|
10699
11515
|
"docsTags": [],
|
|
10700
|
-
"default": "DEFAULT_DEBOUNCE_FAST",
|
|
10701
11516
|
"values": [
|
|
10702
11517
|
{
|
|
10703
11518
|
"type": "number"
|
|
11519
|
+
},
|
|
11520
|
+
{
|
|
11521
|
+
"type": "undefined"
|
|
10704
11522
|
}
|
|
10705
11523
|
],
|
|
10706
|
-
"optional":
|
|
11524
|
+
"optional": true,
|
|
10707
11525
|
"required": false
|
|
10708
11526
|
},
|
|
10709
11527
|
{
|
|
@@ -10874,8 +11692,14 @@
|
|
|
10874
11692
|
"attr": "max-tags-visible",
|
|
10875
11693
|
"reflectToAttr": false,
|
|
10876
11694
|
"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.",
|
|
10877
|
-
"docsTags": [
|
|
11695
|
+
"docsTags": [
|
|
11696
|
+
{
|
|
11697
|
+
"name": "deprecated",
|
|
11698
|
+
"text": ": This property is ignored. The component now displays as many items as possible and computes the \"+n\" dynamically."
|
|
11699
|
+
}
|
|
11700
|
+
],
|
|
10878
11701
|
"default": "3",
|
|
11702
|
+
"deprecation": ": This property is ignored. The component now displays as many items as possible and computes the \"+n\" dynamically.",
|
|
10879
11703
|
"values": [
|
|
10880
11704
|
{
|
|
10881
11705
|
"type": "number"
|
|
@@ -11024,6 +11848,52 @@
|
|
|
11024
11848
|
"optional": false,
|
|
11025
11849
|
"required": false
|
|
11026
11850
|
},
|
|
11851
|
+
{
|
|
11852
|
+
"name": "selectAllButton",
|
|
11853
|
+
"type": "boolean",
|
|
11854
|
+
"complexType": {
|
|
11855
|
+
"original": "boolean",
|
|
11856
|
+
"resolved": "boolean",
|
|
11857
|
+
"references": {}
|
|
11858
|
+
},
|
|
11859
|
+
"mutable": false,
|
|
11860
|
+
"attr": "select-all-button",
|
|
11861
|
+
"reflectToAttr": false,
|
|
11862
|
+
"docs": "Enables the select all button.",
|
|
11863
|
+
"docsTags": [],
|
|
11864
|
+
"default": "false",
|
|
11865
|
+
"values": [
|
|
11866
|
+
{
|
|
11867
|
+
"type": "boolean"
|
|
11868
|
+
}
|
|
11869
|
+
],
|
|
11870
|
+
"optional": false,
|
|
11871
|
+
"required": false
|
|
11872
|
+
},
|
|
11873
|
+
{
|
|
11874
|
+
"name": "selectAllText",
|
|
11875
|
+
"type": "string | undefined",
|
|
11876
|
+
"complexType": {
|
|
11877
|
+
"original": "string",
|
|
11878
|
+
"resolved": "string | undefined",
|
|
11879
|
+
"references": {}
|
|
11880
|
+
},
|
|
11881
|
+
"mutable": false,
|
|
11882
|
+
"attr": "select-all-text",
|
|
11883
|
+
"reflectToAttr": false,
|
|
11884
|
+
"docs": "Custom text for the \"select all\" button. Defaults to \"Select all\" and equivalents in supported languages.",
|
|
11885
|
+
"docsTags": [],
|
|
11886
|
+
"values": [
|
|
11887
|
+
{
|
|
11888
|
+
"type": "string"
|
|
11889
|
+
},
|
|
11890
|
+
{
|
|
11891
|
+
"type": "undefined"
|
|
11892
|
+
}
|
|
11893
|
+
],
|
|
11894
|
+
"optional": true,
|
|
11895
|
+
"required": false
|
|
11896
|
+
},
|
|
11027
11897
|
{
|
|
11028
11898
|
"name": "size",
|
|
11029
11899
|
"type": "\"large\" | \"medium\" | \"small\"",
|
|
@@ -11114,8 +11984,9 @@
|
|
|
11114
11984
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
11115
11985
|
"parameters": [
|
|
11116
11986
|
{
|
|
11117
|
-
"
|
|
11118
|
-
"
|
|
11987
|
+
"name": "options",
|
|
11988
|
+
"type": "FocusOptions | undefined",
|
|
11989
|
+
"docs": ""
|
|
11119
11990
|
}
|
|
11120
11991
|
],
|
|
11121
11992
|
"references": {
|
|
@@ -11131,7 +12002,13 @@
|
|
|
11131
12002
|
"return": "Promise<void>"
|
|
11132
12003
|
},
|
|
11133
12004
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
11134
|
-
"parameters": [
|
|
12005
|
+
"parameters": [
|
|
12006
|
+
{
|
|
12007
|
+
"name": "options",
|
|
12008
|
+
"type": "FocusOptions | undefined",
|
|
12009
|
+
"docs": ""
|
|
12010
|
+
}
|
|
12011
|
+
],
|
|
11135
12012
|
"docs": "Sets focus on the select.",
|
|
11136
12013
|
"docsTags": []
|
|
11137
12014
|
}
|
|
@@ -11259,37 +12136,36 @@
|
|
|
11259
12136
|
"dependents": [],
|
|
11260
12137
|
"dependencies": [
|
|
11261
12138
|
"six-menu-item",
|
|
11262
|
-
"six-tag",
|
|
11263
12139
|
"six-dropdown",
|
|
11264
12140
|
"six-icon-button",
|
|
11265
12141
|
"six-icon",
|
|
11266
12142
|
"six-input",
|
|
11267
12143
|
"six-menu",
|
|
12144
|
+
"six-button",
|
|
11268
12145
|
"six-error"
|
|
11269
12146
|
],
|
|
11270
12147
|
"dependencyGraph": {
|
|
11271
12148
|
"six-select": [
|
|
11272
12149
|
"six-menu-item",
|
|
11273
|
-
"six-tag",
|
|
11274
12150
|
"six-dropdown",
|
|
11275
12151
|
"six-icon-button",
|
|
11276
12152
|
"six-icon",
|
|
11277
12153
|
"six-input",
|
|
11278
12154
|
"six-menu",
|
|
12155
|
+
"six-button",
|
|
11279
12156
|
"six-error"
|
|
11280
12157
|
],
|
|
11281
12158
|
"six-menu-item": [
|
|
12159
|
+
"six-checkbox",
|
|
11282
12160
|
"six-icon"
|
|
11283
12161
|
],
|
|
11284
|
-
"six-
|
|
11285
|
-
"six-
|
|
11286
|
-
],
|
|
11287
|
-
"six-icon-button": [
|
|
11288
|
-
"six-icon"
|
|
12162
|
+
"six-checkbox": [
|
|
12163
|
+
"six-error"
|
|
11289
12164
|
],
|
|
11290
12165
|
"six-dropdown": [
|
|
11291
12166
|
"six-menu-item",
|
|
11292
12167
|
"six-input",
|
|
12168
|
+
"six-icon",
|
|
11293
12169
|
"six-menu"
|
|
11294
12170
|
],
|
|
11295
12171
|
"six-input": [
|
|
@@ -11298,6 +12174,12 @@
|
|
|
11298
12174
|
],
|
|
11299
12175
|
"six-menu": [
|
|
11300
12176
|
"six-menu-item"
|
|
12177
|
+
],
|
|
12178
|
+
"six-icon-button": [
|
|
12179
|
+
"six-icon"
|
|
12180
|
+
],
|
|
12181
|
+
"six-button": [
|
|
12182
|
+
"six-spinner"
|
|
11301
12183
|
]
|
|
11302
12184
|
}
|
|
11303
12185
|
},
|
|
@@ -11450,8 +12332,9 @@
|
|
|
11450
12332
|
"signature": "(index: number) => Promise<void>",
|
|
11451
12333
|
"parameters": [
|
|
11452
12334
|
{
|
|
11453
|
-
"
|
|
11454
|
-
"
|
|
12335
|
+
"name": "index",
|
|
12336
|
+
"type": "number",
|
|
12337
|
+
"docs": ""
|
|
11455
12338
|
}
|
|
11456
12339
|
],
|
|
11457
12340
|
"references": {
|
|
@@ -11467,7 +12350,13 @@
|
|
|
11467
12350
|
"return": "Promise<void>"
|
|
11468
12351
|
},
|
|
11469
12352
|
"signature": "selectItemByIndex(index: number) => Promise<void>",
|
|
11470
|
-
"parameters": [
|
|
12353
|
+
"parameters": [
|
|
12354
|
+
{
|
|
12355
|
+
"name": "index",
|
|
12356
|
+
"type": "number",
|
|
12357
|
+
"docs": ""
|
|
12358
|
+
}
|
|
12359
|
+
],
|
|
11471
12360
|
"docs": "Allows to select a menu item programmatically by index",
|
|
11472
12361
|
"docsTags": []
|
|
11473
12362
|
},
|
|
@@ -11481,8 +12370,9 @@
|
|
|
11481
12370
|
"signature": "(value: string) => Promise<void>",
|
|
11482
12371
|
"parameters": [
|
|
11483
12372
|
{
|
|
11484
|
-
"
|
|
11485
|
-
"
|
|
12373
|
+
"name": "value",
|
|
12374
|
+
"type": "string",
|
|
12375
|
+
"docs": ""
|
|
11486
12376
|
}
|
|
11487
12377
|
],
|
|
11488
12378
|
"references": {
|
|
@@ -11498,7 +12388,13 @@
|
|
|
11498
12388
|
"return": "Promise<void>"
|
|
11499
12389
|
},
|
|
11500
12390
|
"signature": "selectItemByName(value: string) => Promise<void>",
|
|
11501
|
-
"parameters": [
|
|
12391
|
+
"parameters": [
|
|
12392
|
+
{
|
|
12393
|
+
"name": "value",
|
|
12394
|
+
"type": "string",
|
|
12395
|
+
"docs": ""
|
|
12396
|
+
}
|
|
12397
|
+
],
|
|
11502
12398
|
"docs": "Allows to select a menu item programmatically by name",
|
|
11503
12399
|
"docsTags": []
|
|
11504
12400
|
},
|
|
@@ -11706,6 +12602,30 @@
|
|
|
11706
12602
|
"optional": false,
|
|
11707
12603
|
"required": false
|
|
11708
12604
|
},
|
|
12605
|
+
{
|
|
12606
|
+
"name": "href",
|
|
12607
|
+
"type": "string | undefined",
|
|
12608
|
+
"complexType": {
|
|
12609
|
+
"original": "string | undefined",
|
|
12610
|
+
"resolved": "string | undefined",
|
|
12611
|
+
"references": {}
|
|
12612
|
+
},
|
|
12613
|
+
"mutable": false,
|
|
12614
|
+
"attr": "href",
|
|
12615
|
+
"reflectToAttr": true,
|
|
12616
|
+
"docs": "Provide if the item should be rendered as anchor tag.\nNote, that the href is added automatically when using routerLink in Angular.",
|
|
12617
|
+
"docsTags": [],
|
|
12618
|
+
"values": [
|
|
12619
|
+
{
|
|
12620
|
+
"type": "string"
|
|
12621
|
+
},
|
|
12622
|
+
{
|
|
12623
|
+
"type": "undefined"
|
|
12624
|
+
}
|
|
12625
|
+
],
|
|
12626
|
+
"optional": false,
|
|
12627
|
+
"required": false
|
|
12628
|
+
},
|
|
11709
12629
|
{
|
|
11710
12630
|
"name": "selected",
|
|
11711
12631
|
"type": "boolean",
|
|
@@ -11788,6 +12708,30 @@
|
|
|
11788
12708
|
],
|
|
11789
12709
|
"usage": {},
|
|
11790
12710
|
"props": [
|
|
12711
|
+
{
|
|
12712
|
+
"name": "href",
|
|
12713
|
+
"type": "string | undefined",
|
|
12714
|
+
"complexType": {
|
|
12715
|
+
"original": "string | undefined",
|
|
12716
|
+
"resolved": "string | undefined",
|
|
12717
|
+
"references": {}
|
|
12718
|
+
},
|
|
12719
|
+
"mutable": false,
|
|
12720
|
+
"attr": "href",
|
|
12721
|
+
"reflectToAttr": true,
|
|
12722
|
+
"docs": "Provide if the item should be rendered as anchor tag.\nNote, that the href is added automatically when using routerLink in Angular.",
|
|
12723
|
+
"docsTags": [],
|
|
12724
|
+
"values": [
|
|
12725
|
+
{
|
|
12726
|
+
"type": "string"
|
|
12727
|
+
},
|
|
12728
|
+
{
|
|
12729
|
+
"type": "undefined"
|
|
12730
|
+
}
|
|
12731
|
+
],
|
|
12732
|
+
"optional": false,
|
|
12733
|
+
"required": false
|
|
12734
|
+
},
|
|
11791
12735
|
{
|
|
11792
12736
|
"name": "icon",
|
|
11793
12737
|
"type": "string",
|
|
@@ -11945,6 +12889,10 @@
|
|
|
11945
12889
|
{
|
|
11946
12890
|
"name": "part",
|
|
11947
12891
|
"text": "base - The component's base wrapper."
|
|
12892
|
+
},
|
|
12893
|
+
{
|
|
12894
|
+
"name": "part",
|
|
12895
|
+
"text": "svg - The spinner icon"
|
|
11948
12896
|
}
|
|
11949
12897
|
],
|
|
11950
12898
|
"usage": {},
|
|
@@ -11997,15 +12945,23 @@
|
|
|
11997
12945
|
{
|
|
11998
12946
|
"name": "base",
|
|
11999
12947
|
"docs": "The component's base wrapper."
|
|
12948
|
+
},
|
|
12949
|
+
{
|
|
12950
|
+
"name": "svg",
|
|
12951
|
+
"docs": "The spinner icon"
|
|
12000
12952
|
}
|
|
12001
12953
|
],
|
|
12002
12954
|
"dependents": [
|
|
12003
|
-
"six-button"
|
|
12955
|
+
"six-button",
|
|
12956
|
+
"six-file-upload"
|
|
12004
12957
|
],
|
|
12005
12958
|
"dependencies": [],
|
|
12006
12959
|
"dependencyGraph": {
|
|
12007
12960
|
"six-button": [
|
|
12008
12961
|
"six-spinner"
|
|
12962
|
+
],
|
|
12963
|
+
"six-file-upload": [
|
|
12964
|
+
"six-spinner"
|
|
12009
12965
|
]
|
|
12010
12966
|
}
|
|
12011
12967
|
},
|
|
@@ -12367,8 +13323,9 @@
|
|
|
12367
13323
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
12368
13324
|
"parameters": [
|
|
12369
13325
|
{
|
|
12370
|
-
"
|
|
12371
|
-
"
|
|
13326
|
+
"name": "options",
|
|
13327
|
+
"type": "FocusOptions | undefined",
|
|
13328
|
+
"docs": ""
|
|
12372
13329
|
}
|
|
12373
13330
|
],
|
|
12374
13331
|
"references": {
|
|
@@ -12384,7 +13341,13 @@
|
|
|
12384
13341
|
"return": "Promise<void>"
|
|
12385
13342
|
},
|
|
12386
13343
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
12387
|
-
"parameters": [
|
|
13344
|
+
"parameters": [
|
|
13345
|
+
{
|
|
13346
|
+
"name": "options",
|
|
13347
|
+
"type": "FocusOptions | undefined",
|
|
13348
|
+
"docs": ""
|
|
13349
|
+
}
|
|
13350
|
+
],
|
|
12388
13351
|
"docs": "Sets focus on the switch.",
|
|
12389
13352
|
"docsTags": []
|
|
12390
13353
|
}
|
|
@@ -12647,8 +13610,9 @@
|
|
|
12647
13610
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
12648
13611
|
"parameters": [
|
|
12649
13612
|
{
|
|
12650
|
-
"
|
|
12651
|
-
"
|
|
13613
|
+
"name": "options",
|
|
13614
|
+
"type": "FocusOptions | undefined",
|
|
13615
|
+
"docs": ""
|
|
12652
13616
|
}
|
|
12653
13617
|
],
|
|
12654
13618
|
"references": {
|
|
@@ -12664,7 +13628,13 @@
|
|
|
12664
13628
|
"return": "Promise<void>"
|
|
12665
13629
|
},
|
|
12666
13630
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
12667
|
-
"parameters": [
|
|
13631
|
+
"parameters": [
|
|
13632
|
+
{
|
|
13633
|
+
"name": "options",
|
|
13634
|
+
"type": "FocusOptions | undefined",
|
|
13635
|
+
"docs": ""
|
|
13636
|
+
}
|
|
13637
|
+
],
|
|
12668
13638
|
"docs": "Sets focus to the tab.",
|
|
12669
13639
|
"docsTags": []
|
|
12670
13640
|
}
|
|
@@ -12841,8 +13811,9 @@
|
|
|
12841
13811
|
"signature": "(panel: string) => Promise<void>",
|
|
12842
13812
|
"parameters": [
|
|
12843
13813
|
{
|
|
12844
|
-
"
|
|
12845
|
-
"
|
|
13814
|
+
"name": "panel",
|
|
13815
|
+
"type": "string",
|
|
13816
|
+
"docs": ""
|
|
12846
13817
|
}
|
|
12847
13818
|
],
|
|
12848
13819
|
"references": {
|
|
@@ -12854,7 +13825,13 @@
|
|
|
12854
13825
|
"return": "Promise<void>"
|
|
12855
13826
|
},
|
|
12856
13827
|
"signature": "show(panel: string) => Promise<void>",
|
|
12857
|
-
"parameters": [
|
|
13828
|
+
"parameters": [
|
|
13829
|
+
{
|
|
13830
|
+
"name": "panel",
|
|
13831
|
+
"type": "string",
|
|
13832
|
+
"docs": ""
|
|
13833
|
+
}
|
|
13834
|
+
],
|
|
12858
13835
|
"docs": "Shows the specified tab panel.",
|
|
12859
13836
|
"docsTags": []
|
|
12860
13837
|
}
|
|
@@ -12902,13 +13879,7 @@
|
|
|
12902
13879
|
}
|
|
12903
13880
|
],
|
|
12904
13881
|
"listeners": [],
|
|
12905
|
-
"styles": [
|
|
12906
|
-
{
|
|
12907
|
-
"name": "--tabs-border-color",
|
|
12908
|
-
"annotation": "prop",
|
|
12909
|
-
"docs": "The color of the border that separates tabs."
|
|
12910
|
-
}
|
|
12911
|
-
],
|
|
13882
|
+
"styles": [],
|
|
12912
13883
|
"slots": [
|
|
12913
13884
|
{
|
|
12914
13885
|
"name": "",
|
|
@@ -13251,21 +14222,18 @@
|
|
|
13251
14222
|
"docs": "The tag content."
|
|
13252
14223
|
}
|
|
13253
14224
|
],
|
|
13254
|
-
"dependents": [
|
|
13255
|
-
"six-select"
|
|
13256
|
-
],
|
|
14225
|
+
"dependents": [],
|
|
13257
14226
|
"dependencies": [
|
|
14227
|
+
"six-tooltip",
|
|
13258
14228
|
"six-icon-button"
|
|
13259
14229
|
],
|
|
13260
14230
|
"dependencyGraph": {
|
|
13261
14231
|
"six-tag": [
|
|
14232
|
+
"six-tooltip",
|
|
13262
14233
|
"six-icon-button"
|
|
13263
14234
|
],
|
|
13264
14235
|
"six-icon-button": [
|
|
13265
14236
|
"six-icon"
|
|
13266
|
-
],
|
|
13267
|
-
"six-select": [
|
|
13268
|
-
"six-tag"
|
|
13269
14237
|
]
|
|
13270
14238
|
}
|
|
13271
14239
|
},
|
|
@@ -13924,8 +14892,9 @@
|
|
|
13924
14892
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
13925
14893
|
"parameters": [
|
|
13926
14894
|
{
|
|
13927
|
-
"
|
|
13928
|
-
"
|
|
14895
|
+
"name": "options",
|
|
14896
|
+
"type": "FocusOptions | undefined",
|
|
14897
|
+
"docs": ""
|
|
13929
14898
|
}
|
|
13930
14899
|
],
|
|
13931
14900
|
"references": {
|
|
@@ -13941,7 +14910,13 @@
|
|
|
13941
14910
|
"return": "Promise<void>"
|
|
13942
14911
|
},
|
|
13943
14912
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
13944
|
-
"parameters": [
|
|
14913
|
+
"parameters": [
|
|
14914
|
+
{
|
|
14915
|
+
"name": "options",
|
|
14916
|
+
"type": "FocusOptions | undefined",
|
|
14917
|
+
"docs": ""
|
|
14918
|
+
}
|
|
14919
|
+
],
|
|
13945
14920
|
"docs": "Sets focus on the textarea.",
|
|
13946
14921
|
"docsTags": []
|
|
13947
14922
|
},
|
|
@@ -13952,23 +14927,27 @@
|
|
|
13952
14927
|
"docs": ""
|
|
13953
14928
|
},
|
|
13954
14929
|
"complexType": {
|
|
13955
|
-
"signature": "(replacement: string, start: number, end: number, selectMode?:
|
|
14930
|
+
"signature": "(replacement: string, start: number, end: number, selectMode?: \"select\" | \"start\" | \"end\" | \"preserve\") => Promise<void>",
|
|
13956
14931
|
"parameters": [
|
|
13957
14932
|
{
|
|
13958
|
-
"
|
|
13959
|
-
"
|
|
14933
|
+
"name": "replacement",
|
|
14934
|
+
"type": "string",
|
|
14935
|
+
"docs": ""
|
|
13960
14936
|
},
|
|
13961
14937
|
{
|
|
13962
|
-
"
|
|
13963
|
-
"
|
|
14938
|
+
"name": "start",
|
|
14939
|
+
"type": "number",
|
|
14940
|
+
"docs": ""
|
|
13964
14941
|
},
|
|
13965
14942
|
{
|
|
13966
|
-
"
|
|
13967
|
-
"
|
|
14943
|
+
"name": "end",
|
|
14944
|
+
"type": "number",
|
|
14945
|
+
"docs": ""
|
|
13968
14946
|
},
|
|
13969
14947
|
{
|
|
13970
|
-
"
|
|
13971
|
-
"
|
|
14948
|
+
"name": "selectMode",
|
|
14949
|
+
"type": "\"select\" | \"start\" | \"end\" | \"preserve\"",
|
|
14950
|
+
"docs": ""
|
|
13972
14951
|
}
|
|
13973
14952
|
],
|
|
13974
14953
|
"references": {
|
|
@@ -13979,8 +14958,29 @@
|
|
|
13979
14958
|
},
|
|
13980
14959
|
"return": "Promise<void>"
|
|
13981
14960
|
},
|
|
13982
|
-
"signature": "setRangeText(replacement: string, start: number, end: number, selectMode?:
|
|
13983
|
-
"parameters": [
|
|
14961
|
+
"signature": "setRangeText(replacement: string, start: number, end: number, selectMode?: \"select\" | \"start\" | \"end\" | \"preserve\") => Promise<void>",
|
|
14962
|
+
"parameters": [
|
|
14963
|
+
{
|
|
14964
|
+
"name": "replacement",
|
|
14965
|
+
"type": "string",
|
|
14966
|
+
"docs": ""
|
|
14967
|
+
},
|
|
14968
|
+
{
|
|
14969
|
+
"name": "start",
|
|
14970
|
+
"type": "number",
|
|
14971
|
+
"docs": ""
|
|
14972
|
+
},
|
|
14973
|
+
{
|
|
14974
|
+
"name": "end",
|
|
14975
|
+
"type": "number",
|
|
14976
|
+
"docs": ""
|
|
14977
|
+
},
|
|
14978
|
+
{
|
|
14979
|
+
"name": "selectMode",
|
|
14980
|
+
"type": "\"select\" | \"start\" | \"end\" | \"preserve\"",
|
|
14981
|
+
"docs": ""
|
|
14982
|
+
}
|
|
14983
|
+
],
|
|
13984
14984
|
"docs": "Replaces a range of text with a new string.",
|
|
13985
14985
|
"docsTags": []
|
|
13986
14986
|
},
|
|
@@ -13991,19 +14991,22 @@
|
|
|
13991
14991
|
"docs": ""
|
|
13992
14992
|
},
|
|
13993
14993
|
"complexType": {
|
|
13994
|
-
"signature": "(selectionStart: number, selectionEnd: number, selectionDirection?:
|
|
14994
|
+
"signature": "(selectionStart: number, selectionEnd: number, selectionDirection?: \"forward\" | \"backward\" | \"none\") => Promise<void | undefined>",
|
|
13995
14995
|
"parameters": [
|
|
13996
14996
|
{
|
|
13997
|
-
"
|
|
13998
|
-
"
|
|
14997
|
+
"name": "selectionStart",
|
|
14998
|
+
"type": "number",
|
|
14999
|
+
"docs": ""
|
|
13999
15000
|
},
|
|
14000
15001
|
{
|
|
14001
|
-
"
|
|
14002
|
-
"
|
|
15002
|
+
"name": "selectionEnd",
|
|
15003
|
+
"type": "number",
|
|
15004
|
+
"docs": ""
|
|
14003
15005
|
},
|
|
14004
15006
|
{
|
|
14005
|
-
"
|
|
14006
|
-
"
|
|
15007
|
+
"name": "selectionDirection",
|
|
15008
|
+
"type": "\"none\" | \"forward\" | \"backward\"",
|
|
15009
|
+
"docs": ""
|
|
14007
15010
|
}
|
|
14008
15011
|
],
|
|
14009
15012
|
"references": {
|
|
@@ -14014,8 +15017,24 @@
|
|
|
14014
15017
|
},
|
|
14015
15018
|
"return": "Promise<void | undefined>"
|
|
14016
15019
|
},
|
|
14017
|
-
"signature": "setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?:
|
|
14018
|
-
"parameters": [
|
|
15020
|
+
"signature": "setSelectionRange(selectionStart: number, selectionEnd: number, selectionDirection?: \"forward\" | \"backward\" | \"none\") => Promise<void | undefined>",
|
|
15021
|
+
"parameters": [
|
|
15022
|
+
{
|
|
15023
|
+
"name": "selectionStart",
|
|
15024
|
+
"type": "number",
|
|
15025
|
+
"docs": ""
|
|
15026
|
+
},
|
|
15027
|
+
{
|
|
15028
|
+
"name": "selectionEnd",
|
|
15029
|
+
"type": "number",
|
|
15030
|
+
"docs": ""
|
|
15031
|
+
},
|
|
15032
|
+
{
|
|
15033
|
+
"name": "selectionDirection",
|
|
15034
|
+
"type": "\"none\" | \"forward\" | \"backward\"",
|
|
15035
|
+
"docs": ""
|
|
15036
|
+
}
|
|
15037
|
+
],
|
|
14019
15038
|
"docs": "Sets the start and end positions of the text selection (0-based).",
|
|
14020
15039
|
"docsTags": []
|
|
14021
15040
|
}
|
|
@@ -14103,7 +15122,13 @@
|
|
|
14103
15122
|
}
|
|
14104
15123
|
],
|
|
14105
15124
|
"listeners": [],
|
|
14106
|
-
"styles": [
|
|
15125
|
+
"styles": [
|
|
15126
|
+
{
|
|
15127
|
+
"name": "--height",
|
|
15128
|
+
"annotation": "prop",
|
|
15129
|
+
"docs": "The textarea height."
|
|
15130
|
+
}
|
|
15131
|
+
],
|
|
14107
15132
|
"slots": [
|
|
14108
15133
|
{
|
|
14109
15134
|
"name": "error-text",
|
|
@@ -15089,8 +16114,9 @@
|
|
|
15089
16114
|
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
15090
16115
|
"parameters": [
|
|
15091
16116
|
{
|
|
15092
|
-
"
|
|
15093
|
-
"
|
|
16117
|
+
"name": "options",
|
|
16118
|
+
"type": "FocusOptions | undefined",
|
|
16119
|
+
"docs": ""
|
|
15094
16120
|
}
|
|
15095
16121
|
],
|
|
15096
16122
|
"references": {
|
|
@@ -15106,7 +16132,13 @@
|
|
|
15106
16132
|
"return": "Promise<void>"
|
|
15107
16133
|
},
|
|
15108
16134
|
"signature": "setFocus(options?: FocusOptions) => Promise<void>",
|
|
15109
|
-
"parameters": [
|
|
16135
|
+
"parameters": [
|
|
16136
|
+
{
|
|
16137
|
+
"name": "options",
|
|
16138
|
+
"type": "FocusOptions | undefined",
|
|
16139
|
+
"docs": ""
|
|
16140
|
+
}
|
|
16141
|
+
],
|
|
15110
16142
|
"docs": "Sets focus on the datepickers input.",
|
|
15111
16143
|
"docsTags": []
|
|
15112
16144
|
}
|
|
@@ -15651,10 +16683,14 @@
|
|
|
15651
16683
|
}
|
|
15652
16684
|
],
|
|
15653
16685
|
"dependents": [
|
|
16686
|
+
"six-tag",
|
|
15654
16687
|
"six-tile"
|
|
15655
16688
|
],
|
|
15656
16689
|
"dependencies": [],
|
|
15657
16690
|
"dependencyGraph": {
|
|
16691
|
+
"six-tag": [
|
|
16692
|
+
"six-tooltip"
|
|
16693
|
+
],
|
|
15658
16694
|
"six-tile": [
|
|
15659
16695
|
"six-tooltip"
|
|
15660
16696
|
]
|
|
@@ -15662,6 +16698,16 @@
|
|
|
15662
16698
|
}
|
|
15663
16699
|
],
|
|
15664
16700
|
"typeLibrary": {
|
|
16701
|
+
"src/components/six-alert/six-alert.tsx::AlertType": {
|
|
16702
|
+
"declaration": "export type AlertType = 'primary' | 'success' | 'info' | 'warning' | 'danger';",
|
|
16703
|
+
"docstring": "",
|
|
16704
|
+
"path": "src/components/six-alert/six-alert.tsx"
|
|
16705
|
+
},
|
|
16706
|
+
"src/utils/types.ts::EmptyPayload": {
|
|
16707
|
+
"declaration": "undefined",
|
|
16708
|
+
"docstring": "",
|
|
16709
|
+
"path": "src/utils/types.ts"
|
|
16710
|
+
},
|
|
15665
16711
|
"src/components/six-item-picker/types.ts::ItemPickerType": {
|
|
15666
16712
|
"declaration": "export enum ItemPickerType {\n NUMBER = 'number',\n LETTER = 'letter',\n CAPITAL_LETTER = 'capital-letter',\n LOWER_LETTER = 'lower-letter',\n CUSTOM = 'custom',\n}",
|
|
15667
16713
|
"docstring": "",
|
|
@@ -15687,11 +16733,6 @@
|
|
|
15687
16733
|
"docstring": "",
|
|
15688
16734
|
"path": "src/components/six-timepicker/six-timepicker.tsx"
|
|
15689
16735
|
},
|
|
15690
|
-
"src/utils/types.ts::EmptyPayload": {
|
|
15691
|
-
"declaration": "undefined",
|
|
15692
|
-
"docstring": "",
|
|
15693
|
-
"path": "src/utils/types.ts"
|
|
15694
|
-
},
|
|
15695
16736
|
"src/components/six-datepicker/six-date-formats.tsx::SixDateFormats": {
|
|
15696
16737
|
"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}",
|
|
15697
16738
|
"docstring": "",
|
|
@@ -15762,6 +16803,16 @@
|
|
|
15762
16803
|
"docstring": "",
|
|
15763
16804
|
"path": "src/components/six-header/six-header.tsx"
|
|
15764
16805
|
},
|
|
16806
|
+
"src/components/six-input/six-input.tsx::SelectionRangeDirection": {
|
|
16807
|
+
"declaration": "export type SelectionRangeDirection = 'forward' | 'backward' | 'none';",
|
|
16808
|
+
"docstring": "",
|
|
16809
|
+
"path": "src/components/six-input/six-input.tsx"
|
|
16810
|
+
},
|
|
16811
|
+
"src/components/six-input/six-input.tsx::SelectionRange": {
|
|
16812
|
+
"declaration": "any",
|
|
16813
|
+
"docstring": "",
|
|
16814
|
+
"path": "src/components/six-input/six-input.tsx"
|
|
16815
|
+
},
|
|
15765
16816
|
"src/components/six-language-switcher/six-language-switcher.tsx::SixLanguageSwitcherInput": {
|
|
15766
16817
|
"declaration": "export interface SixLanguageSwitcherInput {\n key: string;\n value: string;\n}",
|
|
15767
16818
|
"docstring": "",
|
|
@@ -15777,11 +16828,6 @@
|
|
|
15777
16828
|
"docstring": "",
|
|
15778
16829
|
"path": "src/components/six-stage-indicator/six-stage-indicator.tsx"
|
|
15779
16830
|
},
|
|
15780
|
-
"src/components/six-root/six-root.tsx::SixRootCollapsedPayload": {
|
|
15781
|
-
"declaration": "export interface SixRootCollapsedPayload {\n collapsed: boolean;\n}",
|
|
15782
|
-
"docstring": "",
|
|
15783
|
-
"path": "src/components/six-root/six-root.tsx"
|
|
15784
|
-
},
|
|
15785
16831
|
"src/components/six-search-field/six-search-field.tsx::SixSearchFieldChangePayload": {
|
|
15786
16832
|
"declaration": "export interface SixSearchFieldChangePayload {\n value: string;\n}",
|
|
15787
16833
|
"docstring": "",
|