@six-group/ui-library 3.0.0-beta.1.7 → 3.0.0-beta.1.8
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/{event-listeners-4a8d66d5.js → event-listeners-74715e62.js} +38 -38
- package/dist/cjs/{execution-control-3bc9c7c4.js → execution-control-46f388e0.js} +35 -35
- package/dist/cjs/{focus-visible-b08d956f.js → focus-visible-0b352c74.js} +40 -40
- package/dist/cjs/{form-control-9e4dffd1.js → form-control-866bbece.js} +25 -25
- package/dist/cjs/{modal-a9679ddf.js → modal-48d42228.js} +41 -41
- package/dist/cjs/{popover-e3781f5a.js → popover-1d2a037c.js} +95 -95
- package/dist/cjs/{scroll-5b8676ba.js → scroll-76e6f5d7.js} +57 -57
- package/dist/cjs/set-attributes_2.cjs.entry.js +57 -57
- package/dist/cjs/six-alert.cjs.entry.js +131 -131
- package/dist/cjs/six-avatar.cjs.entry.js +28 -28
- package/dist/cjs/six-badge.cjs.entry.js +26 -26
- package/dist/cjs/six-button.cjs.entry.js +97 -97
- package/dist/cjs/six-card.cjs.entry.js +8 -8
- package/dist/cjs/six-checkbox.cjs.entry.js +152 -152
- package/dist/cjs/six-datepicker.cjs.entry.js +1189 -1189
- package/dist/cjs/six-details.cjs.entry.js +139 -139
- package/dist/cjs/six-dialog.cjs.entry.js +152 -152
- package/dist/cjs/six-drawer.cjs.entry.js +174 -174
- package/dist/cjs/six-dropdown_3.cjs.entry.js +728 -728
- package/dist/cjs/six-error-page.cjs.entry.js +94 -94
- package/dist/cjs/six-file-list-item.cjs.entry.js +38 -38
- package/dist/cjs/six-file-list.cjs.entry.js +8 -8
- package/dist/cjs/six-file-upload.cjs.entry.js +96 -96
- package/dist/cjs/six-footer.cjs.entry.js +8 -8
- package/dist/cjs/six-form.cjs.entry.js +219 -219
- package/dist/cjs/six-group-label.cjs.entry.js +46 -46
- package/dist/cjs/six-header.cjs.entry.js +149 -149
- package/dist/cjs/six-icon-button.cjs.entry.js +33 -33
- package/dist/cjs/six-icon.cjs.entry.js +24 -24
- package/dist/cjs/six-input.cjs.entry.js +230 -230
- package/dist/cjs/six-item-picker.cjs.entry.js +361 -361
- package/dist/cjs/six-language-switcher.cjs.entry.js +52 -52
- package/dist/cjs/six-layout-grid.cjs.entry.js +19 -19
- package/dist/cjs/six-main-container.cjs.entry.js +11 -11
- package/dist/cjs/six-menu-divider.cjs.entry.js +8 -8
- package/dist/cjs/six-menu-label.cjs.entry.js +8 -8
- package/dist/cjs/six-picto.cjs.entry.js +15 -15
- package/dist/cjs/six-progress-bar.cjs.entry.js +17 -17
- package/dist/cjs/six-progress-ring.cjs.entry.js +31 -31
- package/dist/cjs/six-radio.cjs.entry.js +121 -121
- package/dist/cjs/six-range.cjs.entry.js +198 -198
- package/dist/cjs/six-root.cjs.entry.js +34 -34
- package/dist/cjs/six-search-field.cjs.entry.js +43 -43
- package/dist/cjs/six-select.cjs.entry.js +447 -447
- package/dist/cjs/six-sidebar-item-group.cjs.entry.js +42 -42
- package/dist/cjs/six-sidebar-item.cjs.entry.js +18 -18
- package/dist/cjs/six-sidebar.cjs.entry.js +171 -171
- package/dist/cjs/six-spinner.cjs.entry.js +16 -16
- package/dist/cjs/six-switch.cjs.entry.js +100 -100
- package/dist/cjs/six-tab-group.cjs.entry.js +226 -226
- package/dist/cjs/six-tab-panel.cjs.entry.js +17 -17
- package/dist/cjs/six-tab.cjs.entry.js +42 -42
- package/dist/cjs/six-table-cell_4.cjs.entry.js +70 -70
- package/dist/cjs/six-table.cjs.entry.js +145 -145
- package/dist/cjs/six-tag.cjs.entry.js +40 -40
- package/dist/cjs/six-textarea.cjs.entry.js +211 -211
- package/dist/cjs/six-tile.cjs.entry.js +89 -89
- package/dist/cjs/six-timepicker.cjs.entry.js +489 -489
- package/dist/cjs/{six-timepicker.types-c58cc88b.js → six-timepicker.types-c19ebff3.js} +43 -43
- package/dist/cjs/six-tooltip.cjs.entry.js +172 -172
- package/dist/cjs/{slot-8abe833c.js → slot-ad537f24.js} +42 -42
- package/dist/cjs/{types-65e5c95b.js → types-581e8ff0.js} +12 -12
- package/dist/cjs/{types-0c28e484.js → types-64878648.js} +12 -12
- package/dist/collection/components/six-alert/six-alert.js +366 -366
- package/dist/collection/components/six-avatar/six-avatar.js +131 -131
- package/dist/collection/components/six-badge/six-badge.js +101 -101
- package/dist/collection/components/six-button/six-button.js +466 -466
- package/dist/collection/components/six-card/six-card.js +21 -21
- package/dist/collection/components/six-checkbox/six-checkbox.js +550 -550
- package/dist/collection/components/six-datepicker/components/day-selection.js +13 -13
- package/dist/collection/components/six-datepicker/components/month-selection.js +12 -12
- package/dist/collection/components/six-datepicker/components/year-selection.js +10 -10
- package/dist/collection/components/six-datepicker/six-date-formats.js +23 -23
- package/dist/collection/components/six-datepicker/six-datepicker.js +1343 -1343
- package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +16 -16
- package/dist/collection/components/six-details/six-details.js +432 -432
- package/dist/collection/components/six-dialog/six-dialog.js +401 -401
- package/dist/collection/components/six-drawer/six-drawer.js +458 -458
- package/dist/collection/components/six-dropdown/six-dropdown.js +939 -939
- package/dist/collection/components/six-error-page/six-error-page.js +199 -199
- package/dist/collection/components/six-file-list/six-file-list.js +20 -20
- package/dist/collection/components/six-file-list-item/six-file-list-item.js +203 -203
- package/dist/collection/components/six-file-upload/six-file-upload.js +272 -272
- package/dist/collection/components/six-footer/six-footer.js +21 -21
- package/dist/collection/components/six-form/six-form.js +408 -408
- package/dist/collection/components/six-group-label/six-group-label.js +166 -166
- package/dist/collection/components/six-header/six-header.js +420 -420
- package/dist/collection/components/six-icon/six-icon.js +77 -77
- package/dist/collection/components/six-icon-button/six-icon-button.js +142 -142
- package/dist/collection/components/six-input/six-input.js +1141 -1141
- package/dist/collection/components/six-item-picker/six-item-picker.js +688 -688
- package/dist/collection/components/six-item-picker/types.js +13 -13
- package/dist/collection/components/six-language-switcher/six-language-switcher.js +128 -128
- package/dist/collection/components/six-layout-grid/six-layout-grid.js +52 -52
- package/dist/collection/components/six-main-container/six-main-container.js +53 -53
- package/dist/collection/components/six-menu/six-menu.js +406 -406
- package/dist/collection/components/six-menu-divider/six-menu-divider.js +22 -22
- package/dist/collection/components/six-menu-item/six-menu-item.js +177 -177
- package/dist/collection/components/six-menu-label/six-menu-label.js +25 -25
- package/dist/collection/components/six-picto/six-picto.js +50 -50
- package/dist/collection/components/six-progress-bar/six-progress-bar.js +77 -77
- package/dist/collection/components/six-progress-ring/six-progress-ring.js +111 -111
- package/dist/collection/components/six-radio/six-radio.js +410 -410
- package/dist/collection/components/six-range/six-range.js +620 -620
- package/dist/collection/components/six-root/six-root.js +167 -167
- package/dist/collection/components/six-search-field/six-search-field.js +171 -171
- package/dist/collection/components/six-select/six-select.js +1105 -1105
- package/dist/collection/components/six-sidebar/six-sidebar.js +455 -455
- package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +89 -89
- package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +158 -158
- package/dist/collection/components/six-spinner/six-spinner.js +55 -55
- package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +46 -46
- package/dist/collection/components/six-switch/six-switch.js +393 -393
- package/dist/collection/components/six-tab/six-tab.js +198 -198
- package/dist/collection/components/six-tab-group/six-tab-group.js +362 -362
- package/dist/collection/components/six-tab-panel/six-tab-panel.js +75 -75
- package/dist/collection/components/six-table/six-table.js +209 -209
- package/dist/collection/components/six-table/test/helpers.js +13 -13
- package/dist/collection/components/six-table/types.js +8 -8
- package/dist/collection/components/six-table/util/filter-by.js +34 -34
- package/dist/collection/components/six-table/util/from-data.js +33 -33
- package/dist/collection/components/six-table/util/is.js +3 -3
- package/dist/collection/components/six-table/util/quick-filter-by.js +13 -13
- package/dist/collection/components/six-table/util/sort-by.js +25 -25
- package/dist/collection/components/six-table-cell/six-table-cell.js +21 -21
- package/dist/collection/components/six-table-header/six-table-header.js +21 -21
- package/dist/collection/components/six-table-header-cell/get-next-state.js +7 -7
- package/dist/collection/components/six-table-header-cell/icons.js +12 -12
- package/dist/collection/components/six-table-header-cell/six-table-header-cell.js +174 -174
- package/dist/collection/components/six-table-header-cell/types.js +13 -13
- package/dist/collection/components/six-table-header-cell/util/create-model.js +6 -6
- package/dist/collection/components/six-table-header-cell/util/get-next-state.js +7 -7
- package/dist/collection/components/six-table-row/six-table-row.js +21 -21
- package/dist/collection/components/six-tag/six-tag.js +157 -157
- package/dist/collection/components/six-textarea/six-textarea.js +912 -912
- package/dist/collection/components/six-tile/six-tile.js +315 -315
- package/dist/collection/components/six-timepicker/six-time-format.js +14 -14
- package/dist/collection/components/six-timepicker/six-timepicker.js +980 -980
- package/dist/collection/components/six-timepicker/six-timepicker.types.js +40 -40
- package/dist/collection/components/six-tooltip/six-tooltip.js +435 -435
- package/dist/collection/functional-components/form-control/form-control.js +28 -28
- package/dist/collection/index.js +1 -1
- package/dist/collection/testUtil/delay.js +3 -3
- package/dist/collection/utils/as-array.js +1 -1
- package/dist/collection/utils/date-util.js +712 -712
- package/dist/collection/utils/event-listeners.js +39 -39
- package/dist/collection/utils/execution-control.js +38 -38
- package/dist/collection/utils/focus-visible.js +41 -41
- package/dist/collection/utils/matchers.js +2 -2
- package/dist/collection/utils/modal.js +28 -28
- package/dist/collection/utils/offset.js +13 -13
- package/dist/collection/utils/popover.js +113 -113
- package/dist/collection/utils/scroll.js +47 -47
- package/dist/collection/utils/slot.js +59 -59
- package/dist/collection/utils/support.js +15 -15
- package/dist/collection/utils/tabbable.js +22 -22
- package/dist/collection/utils/testing.js +38 -38
- package/dist/collection/utils/time.util.js +74 -74
- package/dist/collection/utils/type-check.js +5 -5
- package/dist/collection/utils/types.js +1 -1
- package/dist/collection/wrappers/set-attributes/set-attributes.js +68 -68
- package/dist/components.json +1 -1
- package/dist/custom-elements/index.js +7595 -7595
- package/dist/esm/{event-listeners-1bef934e.js → event-listeners-570a24ea.js} +38 -38
- package/dist/esm/{execution-control-235f5126.js → execution-control-1a60d709.js} +35 -35
- package/dist/esm/{focus-visible-4b7946aa.js → focus-visible-97933ea9.js} +40 -40
- package/dist/esm/{form-control-17478ad2.js → form-control-24f446af.js} +25 -25
- package/dist/esm/{modal-e5709f6b.js → modal-5ebdc320.js} +41 -41
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/{popover-5a51f84d.js → popover-1c7a1139.js} +95 -95
- package/dist/esm/{scroll-99b214c2.js → scroll-180b53fd.js} +57 -57
- package/dist/esm/set-attributes_2.entry.js +57 -57
- package/dist/esm/six-alert.entry.js +131 -131
- package/dist/esm/six-avatar.entry.js +28 -28
- package/dist/esm/six-badge.entry.js +26 -26
- package/dist/esm/six-button.entry.js +97 -97
- package/dist/esm/six-card.entry.js +8 -8
- package/dist/esm/six-checkbox.entry.js +152 -152
- package/dist/esm/six-datepicker.entry.js +1189 -1189
- package/dist/esm/six-details.entry.js +139 -139
- package/dist/esm/six-dialog.entry.js +152 -152
- package/dist/esm/six-drawer.entry.js +174 -174
- package/dist/esm/six-dropdown_3.entry.js +728 -728
- package/dist/esm/six-error-page.entry.js +94 -94
- package/dist/esm/six-file-list-item.entry.js +38 -38
- package/dist/esm/six-file-list.entry.js +8 -8
- package/dist/esm/six-file-upload.entry.js +96 -96
- package/dist/esm/six-footer.entry.js +8 -8
- package/dist/esm/six-form.entry.js +219 -219
- package/dist/esm/six-group-label.entry.js +46 -46
- package/dist/esm/six-header.entry.js +149 -149
- package/dist/esm/six-icon-button.entry.js +33 -33
- package/dist/esm/six-icon.entry.js +24 -24
- package/dist/esm/six-input.entry.js +230 -230
- package/dist/esm/six-item-picker.entry.js +361 -361
- package/dist/esm/six-language-switcher.entry.js +52 -52
- package/dist/esm/six-layout-grid.entry.js +19 -19
- package/dist/esm/six-main-container.entry.js +11 -11
- package/dist/esm/six-menu-divider.entry.js +8 -8
- package/dist/esm/six-menu-label.entry.js +8 -8
- package/dist/esm/six-picto.entry.js +15 -15
- package/dist/esm/six-progress-bar.entry.js +17 -17
- package/dist/esm/six-progress-ring.entry.js +31 -31
- package/dist/esm/six-radio.entry.js +121 -121
- package/dist/esm/six-range.entry.js +198 -198
- package/dist/esm/six-root.entry.js +34 -34
- package/dist/esm/six-search-field.entry.js +43 -43
- package/dist/esm/six-select.entry.js +447 -447
- package/dist/esm/six-sidebar-item-group.entry.js +42 -42
- package/dist/esm/six-sidebar-item.entry.js +18 -18
- package/dist/esm/six-sidebar.entry.js +171 -171
- package/dist/esm/six-spinner.entry.js +16 -16
- package/dist/esm/six-switch.entry.js +100 -100
- package/dist/esm/six-tab-group.entry.js +226 -226
- package/dist/esm/six-tab-panel.entry.js +17 -17
- package/dist/esm/six-tab.entry.js +42 -42
- package/dist/esm/six-table-cell_4.entry.js +70 -70
- package/dist/esm/six-table.entry.js +145 -145
- package/dist/esm/six-tag.entry.js +40 -40
- package/dist/esm/six-textarea.entry.js +211 -211
- package/dist/esm/six-tile.entry.js +89 -89
- package/dist/esm/six-timepicker.entry.js +489 -489
- package/dist/esm/{six-timepicker.types-cd6bac03.js → six-timepicker.types-e161a447.js} +43 -43
- package/dist/esm/six-tooltip.entry.js +172 -172
- package/dist/esm/{slot-5253e199.js → slot-6f3984c7.js} +42 -42
- package/dist/esm/{types-a37c1695.js → types-4b10b413.js} +12 -12
- package/dist/esm/{types-33d15673.js → types-ed860f7c.js} +12 -12
- package/dist/types/components/six-alert/six-alert.d.ts +60 -60
- package/dist/types/components/six-avatar/six-avatar.d.ts +27 -27
- package/dist/types/components/six-badge/six-badge.d.ts +20 -20
- package/dist/types/components/six-button/six-button.d.ts +69 -69
- package/dist/types/components/six-card/six-card.d.ts +9 -9
- package/dist/types/components/six-checkbox/six-checkbox.d.ts +86 -86
- package/dist/types/components/six-datepicker/components/day-selection.d.ts +5 -5
- package/dist/types/components/six-datepicker/components/month-selection.d.ts +5 -5
- package/dist/types/components/six-datepicker/components/year-selection.d.ts +5 -5
- package/dist/types/components/six-datepicker/six-date-formats.d.ts +22 -22
- package/dist/types/components/six-datepicker/six-datepicker.d.ts +214 -214
- package/dist/types/components/six-datepicker/test/six-datepicker.test-helpers.d.ts +1 -1
- package/dist/types/components/six-details/six-details.d.ts +61 -61
- package/dist/types/components/six-dialog/six-dialog.d.ts +75 -75
- package/dist/types/components/six-drawer/six-drawer.d.ts +82 -82
- package/dist/types/components/six-dropdown/six-dropdown.d.ts +140 -140
- package/dist/types/components/six-error-page/six-error-page.d.ts +27 -27
- package/dist/types/components/six-file-list/six-file-list.d.ts +8 -8
- package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +35 -35
- package/dist/types/components/six-file-upload/six-file-upload.d.ts +42 -42
- package/dist/types/components/six-footer/six-footer.d.ts +9 -9
- package/dist/types/components/six-form/six-form.d.ts +69 -69
- package/dist/types/components/six-group-label/six-group-label.d.ts +37 -37
- package/dist/types/components/six-header/six-header.d.ts +90 -90
- package/dist/types/components/six-icon/six-icon.d.ts +13 -13
- package/dist/types/components/six-icon-button/six-icon-button.d.ts +28 -28
- package/dist/types/components/six-input/six-input.d.ts +165 -165
- package/dist/types/components/six-item-picker/six-item-picker.d.ts +106 -106
- package/dist/types/components/six-item-picker/types.d.ts +11 -11
- package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +25 -25
- package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +14 -14
- package/dist/types/components/six-main-container/six-main-container.d.ts +16 -16
- package/dist/types/components/six-menu/six-menu.d.ts +81 -81
- package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +11 -11
- package/dist/types/components/six-menu-item/six-menu-item.d.ts +36 -36
- package/dist/types/components/six-menu-label/six-menu-label.d.ts +13 -13
- package/dist/types/components/six-picto/six-picto.d.ts +14 -14
- package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +19 -19
- package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +24 -24
- package/dist/types/components/six-radio/six-radio.d.ts +66 -66
- package/dist/types/components/six-range/six-range.d.ts +101 -101
- package/dist/types/components/six-root/six-root.d.ts +34 -34
- package/dist/types/components/six-search-field/six-search-field.d.ts +32 -32
- package/dist/types/components/six-select/six-select.d.ts +163 -163
- package/dist/types/components/six-sidebar/six-sidebar.d.ts +55 -55
- package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +15 -15
- package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +26 -26
- package/dist/types/components/six-spinner/six-spinner.d.ts +15 -15
- package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +6 -6
- package/dist/types/components/six-switch/six-switch.d.ts +62 -62
- package/dist/types/components/six-tab/six-tab.d.ts +35 -35
- package/dist/types/components/six-tab-group/six-tab-group.d.ts +62 -62
- package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +19 -19
- package/dist/types/components/six-table/six-table.d.ts +30 -30
- package/dist/types/components/six-table/test/helpers.d.ts +2 -2
- package/dist/types/components/six-table/types.d.ts +33 -33
- package/dist/types/components/six-table/util/filter-by.d.ts +2 -2
- package/dist/types/components/six-table/util/from-data.d.ts +8 -8
- package/dist/types/components/six-table/util/is.d.ts +3 -3
- package/dist/types/components/six-table/util/quick-filter-by.d.ts +2 -2
- package/dist/types/components/six-table/util/sort-by.d.ts +2 -2
- package/dist/types/components/six-table-cell/six-table-cell.d.ts +9 -9
- package/dist/types/components/six-table-header/six-table-header.d.ts +9 -9
- package/dist/types/components/six-table-header-cell/get-next-state.d.ts +2 -2
- package/dist/types/components/six-table-header-cell/icons.d.ts +3 -3
- package/dist/types/components/six-table-header-cell/six-table-header-cell.d.ts +32 -32
- package/dist/types/components/six-table-header-cell/types.d.ts +11 -11
- package/dist/types/components/six-table-header-cell/util/create-model.d.ts +4 -4
- package/dist/types/components/six-table-header-cell/util/get-next-state.d.ts +3 -3
- package/dist/types/components/six-table-row/six-table-row.d.ts +9 -9
- package/dist/types/components/six-tag/six-tag.d.ts +30 -30
- package/dist/types/components/six-textarea/six-textarea.d.ts +134 -134
- package/dist/types/components/six-tile/six-tile.d.ts +40 -40
- package/dist/types/components/six-timepicker/six-time-format.d.ts +13 -13
- package/dist/types/components/six-timepicker/six-timepicker.d.ts +184 -184
- package/dist/types/components/six-timepicker/six-timepicker.types.d.ts +36 -36
- package/dist/types/components/six-tooltip/six-tooltip.d.ts +72 -72
- package/dist/types/functional-components/form-control/form-control.d.ts +34 -34
- package/dist/types/index.d.ts +1 -1
- package/dist/types/testUtil/delay.d.ts +1 -1
- package/dist/types/utils/as-array.d.ts +1 -1
- package/dist/types/utils/date-util.d.ts +194 -194
- package/dist/types/utils/event-listeners.d.ts +15 -15
- package/dist/types/utils/execution-control.d.ts +26 -26
- package/dist/types/utils/focus-visible.d.ts +6 -6
- package/dist/types/utils/matchers.d.ts +2 -2
- package/dist/types/utils/modal.d.ts +13 -13
- package/dist/types/utils/offset.d.ts +4 -4
- package/dist/types/utils/popover.d.ts +27 -27
- package/dist/types/utils/scroll.d.ts +3 -3
- package/dist/types/utils/slot.d.ts +9 -9
- package/dist/types/utils/support.d.ts +1 -1
- package/dist/types/utils/tabbable.d.ts +2 -2
- package/dist/types/utils/testing.d.ts +2 -2
- package/dist/types/utils/time.util.d.ts +10 -10
- package/dist/types/utils/type-check.d.ts +4 -4
- package/dist/types/utils/types.d.ts +4 -4
- package/dist/types/wrappers/set-attributes/set-attributes.d.ts +9 -9
- package/dist/ui-library/{p-a8c225f2.entry.js → p-007bc8e8.entry.js} +1 -1
- package/dist/ui-library/{p-f9c0cfb7.entry.js → p-044b784e.entry.js} +1 -1
- package/dist/ui-library/{p-c733dead.js → p-0786fa7c.js} +0 -0
- package/dist/ui-library/{p-12cc24c3.js → p-07d1e830.js} +0 -0
- package/dist/ui-library/{p-48ea4419.entry.js → p-09cb13fa.entry.js} +1 -1
- package/dist/ui-library/{p-e96dcf96.entry.js → p-0c596054.entry.js} +1 -1
- package/dist/ui-library/{p-a77a6442.entry.js → p-1b8dc7b7.entry.js} +1 -1
- package/dist/ui-library/{p-68d31736.js → p-25a3bf57.js} +0 -0
- package/dist/ui-library/{p-ebaea182.entry.js → p-281e8c2d.entry.js} +1 -1
- package/dist/ui-library/{p-9f2dc381.entry.js → p-2924f82f.entry.js} +1 -1
- package/dist/ui-library/{p-ea1fcff2.entry.js → p-2d7ed407.entry.js} +1 -1
- package/dist/ui-library/{p-89f68e76.entry.js → p-4162dcdd.entry.js} +1 -1
- package/dist/ui-library/{p-6f67f986.entry.js → p-4d3a4e93.entry.js} +1 -1
- package/dist/ui-library/{p-8bd0873f.entry.js → p-4ed023b8.entry.js} +1 -1
- package/dist/ui-library/{p-af3d757c.js → p-4f8394d7.js} +0 -0
- package/dist/ui-library/{p-1b92cc7a.entry.js → p-530ea6ec.entry.js} +1 -1
- package/dist/ui-library/{p-19543c96.entry.js → p-531ab886.entry.js} +1 -1
- package/dist/ui-library/{p-fdb455d7.entry.js → p-54c48654.entry.js} +1 -1
- package/dist/ui-library/{p-c948d3db.entry.js → p-55c64cbc.entry.js} +1 -1
- package/dist/ui-library/{p-1c9f0dc6.js → p-5f1c6a5f.js} +0 -0
- package/dist/ui-library/{p-60491176.entry.js → p-675a8243.entry.js} +1 -1
- package/dist/ui-library/{p-b9fb8455.entry.js → p-6d622ed0.entry.js} +1 -1
- package/dist/ui-library/{p-572e3690.js → p-75297ad7.js} +0 -0
- package/dist/ui-library/{p-2ff97cdf.entry.js → p-90b26447.entry.js} +1 -1
- package/dist/ui-library/{p-fcd2356c.entry.js → p-93945629.entry.js} +1 -1
- package/dist/ui-library/{p-7735d99f.js → p-9a860acc.js} +0 -0
- package/dist/ui-library/{p-4cc01afc.entry.js → p-aa37e45a.entry.js} +1 -1
- package/dist/ui-library/{p-191f958b.js → p-b1e66136.js} +0 -0
- package/dist/ui-library/{p-c09dc3a9.js → p-b4dfb7cf.js} +0 -0
- package/dist/ui-library/{p-968c5169.entry.js → p-c24292b3.entry.js} +1 -1
- package/dist/ui-library/{p-ed21cc57.entry.js → p-cd79de73.entry.js} +1 -1
- package/dist/ui-library/{p-34e6d8e8.js → p-d12c6092.js} +0 -0
- package/dist/ui-library/{p-f0e91e17.entry.js → p-d28ac80a.entry.js} +1 -1
- package/dist/ui-library/{p-5ead7b2f.entry.js → p-d837e5a8.entry.js} +1 -1
- package/dist/ui-library/{p-ec1ecc2a.entry.js → p-dd3cae68.entry.js} +1 -1
- package/dist/ui-library/{p-044c6bf9.js → p-eb8f05a9.js} +0 -0
- package/dist/ui-library/ui-library.esm.js +1 -1
- package/package.json +1 -1
|
@@ -1,550 +1,550 @@
|
|
|
1
|
-
import { Component, Event, Method, Prop, State, Watch, h, Element } from '@stencil/core';
|
|
2
|
-
import FormControl from '../../functional-components/form-control/form-control';
|
|
3
|
-
import { hasSlot } from '../../utils/slot';
|
|
4
|
-
import { EventListeners } from '../../utils/event-listeners';
|
|
5
|
-
let id = 0;
|
|
6
|
-
/**
|
|
7
|
-
* @since 1.0
|
|
8
|
-
* @status stable
|
|
9
|
-
*
|
|
10
|
-
* Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
|
|
11
|
-
*
|
|
12
|
-
* @slot label - The checkbox label.
|
|
13
|
-
* @slot error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop.
|
|
14
|
-
*
|
|
15
|
-
* @part base - The component's base wrapper.
|
|
16
|
-
* @part control - The checkbox control.
|
|
17
|
-
* @part checked-icon - The container the wraps the checked icon.
|
|
18
|
-
* @part indeterminate-icon - The container that wraps the indeterminate icon.
|
|
19
|
-
* @part text - The checkbox text rendered to the right.
|
|
20
|
-
*/
|
|
21
|
-
export class SixCheckbox {
|
|
22
|
-
constructor() {
|
|
23
|
-
this.inputId = `checkbox-${++id}`;
|
|
24
|
-
this.labelId = `checkbox-label-${id}`;
|
|
25
|
-
this.textId = `checkbox-text-${id}`;
|
|
26
|
-
this.errorTextId = `input-error-text-${id}`;
|
|
27
|
-
this.customErrorText = '';
|
|
28
|
-
this.customValidation = false;
|
|
29
|
-
this.eventListeners = new EventListeners();
|
|
30
|
-
this.hasFocus = false;
|
|
31
|
-
this.hasLabelSlot = false;
|
|
32
|
-
this.hasErrorTextSlot = false;
|
|
33
|
-
/** Set to true to disable the checkbox. */
|
|
34
|
-
this.disabled = false;
|
|
35
|
-
/** Set to true to make the checkbox a required field. */
|
|
36
|
-
this.required = false;
|
|
37
|
-
/** The checkbox label. Alternatively, you can use the label slot. */
|
|
38
|
-
this.label = '';
|
|
39
|
-
/** The checkbox's error text. Alternatively, you can use the error-text slot. */
|
|
40
|
-
this.errorText = '';
|
|
41
|
-
/** Set to true to draw the checkbox in a checked state. */
|
|
42
|
-
this.checked = false;
|
|
43
|
-
/** Set to true to draw the checkbox in an indeterminate state. */
|
|
44
|
-
this.indeterminate = false;
|
|
45
|
-
/** This will be true when the control is in an invalid state. Validity is determined by the `required` prop. */
|
|
46
|
-
this.invalid = false;
|
|
47
|
-
/** Set to display the error text on blur and not when typing */
|
|
48
|
-
this.errorOnBlur = false;
|
|
49
|
-
/** default state whether the radio button should be checked or not when resetting */
|
|
50
|
-
this.defaultState = false;
|
|
51
|
-
}
|
|
52
|
-
handleCheckedChange() {
|
|
53
|
-
if (!this.input) {
|
|
54
|
-
return;
|
|
55
|
-
}
|
|
56
|
-
this.input.checked = this.checked;
|
|
57
|
-
this.input.indeterminate = this.indeterminate;
|
|
58
|
-
this.invalid = !this.input.checkValidity();
|
|
59
|
-
this.sixChange.emit();
|
|
60
|
-
}
|
|
61
|
-
handleLabelChange() {
|
|
62
|
-
this.handleSlotChange();
|
|
63
|
-
}
|
|
64
|
-
connectedCallback() {
|
|
65
|
-
this.handleChange = this.handleChange.bind(this);
|
|
66
|
-
this.handleBlur = this.handleBlur.bind(this);
|
|
67
|
-
this.handleFocus = this.handleFocus.bind(this);
|
|
68
|
-
this.handleMouseDown = this.handleMouseDown.bind(this);
|
|
69
|
-
this.handleInvalid = this.handleInvalid.bind(this);
|
|
70
|
-
this.host.shadowRoot.addEventListener('slotchange', this.handleSlotChange);
|
|
71
|
-
}
|
|
72
|
-
disconnectedCallback() {
|
|
73
|
-
this.host.shadowRoot.removeEventListener('slotchange', this.handleSlotChange);
|
|
74
|
-
this.eventListeners.removeAll();
|
|
75
|
-
}
|
|
76
|
-
componentWillLoad() {
|
|
77
|
-
this.defaultState = this.checked;
|
|
78
|
-
this.handleSlotChange();
|
|
79
|
-
}
|
|
80
|
-
componentDidLoad() {
|
|
81
|
-
this.input.indeterminate = this.indeterminate;
|
|
82
|
-
this.eventListeners.add(this.input, 'invalid', (event) => {
|
|
83
|
-
if (this.customValidation || (!this.hasErrorTextSlot && !this.errorText && !this.customErrorText)) {
|
|
84
|
-
this.customErrorText = this.input.validationMessage;
|
|
85
|
-
}
|
|
86
|
-
event.preventDefault();
|
|
87
|
-
});
|
|
88
|
-
}
|
|
89
|
-
/** Sets focus on the checkbox. */
|
|
90
|
-
async setFocus(options) {
|
|
91
|
-
this.input.focus(options);
|
|
92
|
-
}
|
|
93
|
-
/** Removes focus from the checkbox. */
|
|
94
|
-
async removeFocus() {
|
|
95
|
-
this.input.blur();
|
|
96
|
-
}
|
|
97
|
-
/** Checks for validity and shows the browser's validation message if the control is invalid. */
|
|
98
|
-
async reportValidity() {
|
|
99
|
-
return this.input.reportValidity();
|
|
100
|
-
}
|
|
101
|
-
/** Checks for validity. */
|
|
102
|
-
async checkValidity() {
|
|
103
|
-
return this.input.validity.valid;
|
|
104
|
-
}
|
|
105
|
-
/** Sets a custom validation message. If `message` is not empty, the field will be considered invalid. */
|
|
106
|
-
async setCustomValidity(message) {
|
|
107
|
-
this.customErrorText = '';
|
|
108
|
-
this.customValidation = message !== '';
|
|
109
|
-
this.input.setCustomValidity(message);
|
|
110
|
-
this.invalid = !this.input.checkValidity();
|
|
111
|
-
}
|
|
112
|
-
/** Resets the formcontrol */
|
|
113
|
-
async reset() {
|
|
114
|
-
this.checked = this.defaultState;
|
|
115
|
-
this.customErrorText = '';
|
|
116
|
-
this.customValidation = false;
|
|
117
|
-
this.input.setCustomValidity('');
|
|
118
|
-
this.invalid = false;
|
|
119
|
-
}
|
|
120
|
-
handleChange() {
|
|
121
|
-
this.checked = this.input.checked;
|
|
122
|
-
this.indeterminate = false;
|
|
123
|
-
}
|
|
124
|
-
handleBlur() {
|
|
125
|
-
this.hasFocus = false;
|
|
126
|
-
this.sixBlur.emit();
|
|
127
|
-
}
|
|
128
|
-
handleFocus() {
|
|
129
|
-
this.hasFocus = true;
|
|
130
|
-
this.sixFocus.emit();
|
|
131
|
-
}
|
|
132
|
-
handleMouseDown(event) {
|
|
133
|
-
// Prevent clicks on the label from briefly blurring the input
|
|
134
|
-
event.preventDefault();
|
|
135
|
-
this.input.focus();
|
|
136
|
-
}
|
|
137
|
-
handleInvalid() {
|
|
138
|
-
this.invalid = true;
|
|
139
|
-
}
|
|
140
|
-
handleSlotChange() {
|
|
141
|
-
this.hasErrorTextSlot = hasSlot(this.host, 'error-text');
|
|
142
|
-
this.hasLabelSlot = hasSlot(this.host, 'label');
|
|
143
|
-
}
|
|
144
|
-
displayError() {
|
|
145
|
-
return this.invalid && (!this.errorOnBlur || !this.hasFocus);
|
|
146
|
-
}
|
|
147
|
-
render() {
|
|
148
|
-
return (h(FormControl, { inputId: this.inputId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, errorTextId: this.errorTextId, errorText: this.customErrorText ? this.customErrorText : this.errorText, hasErrorTextSlot: this.hasErrorTextSlot, size: "medium", disabled: this.disabled, required: this.required, displayError: this.displayError() },
|
|
149
|
-
h("label", { part: "base", class: {
|
|
150
|
-
checkbox: true,
|
|
151
|
-
'checkbox--checked': this.checked,
|
|
152
|
-
'checkbox--disabled': this.disabled,
|
|
153
|
-
'checkbox--focused': this.hasFocus,
|
|
154
|
-
'checkbox--invalid': this.invalid,
|
|
155
|
-
'checkbox--indeterminate': this.indeterminate,
|
|
156
|
-
}, htmlFor: this.inputId, onMouseDown: this.handleMouseDown },
|
|
157
|
-
h("span", { part: "control", class: "checkbox__control" },
|
|
158
|
-
this.checked && (h("span", { part: "checked-icon", class: "checkbox__icon" },
|
|
159
|
-
h("svg", { viewBox: "0 0 16 16" },
|
|
160
|
-
h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" },
|
|
161
|
-
h("g", { stroke: "currentColor", "stroke-width": "2" },
|
|
162
|
-
h("g", { transform: "translate(3.428571, 3.428571)" },
|
|
163
|
-
h("path", { d: "M0,5.71428571 L3.42857143,9.14285714" }),
|
|
164
|
-
h("path", { d: "M9.14285714,0 L3.42857143,9.14285714" }))))))),
|
|
165
|
-
!this.checked && this.indeterminate && (h("span", { part: "indeterminate-icon", class: "checkbox__icon" },
|
|
166
|
-
h("svg", { viewBox: "0 0 16 16" },
|
|
167
|
-
h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" },
|
|
168
|
-
h("g", { stroke: "currentColor", "stroke-width": "2" },
|
|
169
|
-
h("g", { transform: "translate(2.285714, 6.857143)" },
|
|
170
|
-
h("path", { d: "M10.2857143,1.14285714 L1.14285714,1.14285714" }))))))),
|
|
171
|
-
h("input", { ref: (el) => (this.input = el), id: this.inputId, type: "checkbox", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, required: this.required, role: "checkbox", "aria-checked": this.checked ? 'true' : 'false', "aria-labelledby": this.labelId, onChange: this.handleChange, onBlur: this.handleBlur, onFocus: this.handleFocus, onInvalid: this.handleInvalid })),
|
|
172
|
-
h("span", { part: "text", id: this.textId, class: "checkbox__text" },
|
|
173
|
-
h("slot", null)))));
|
|
174
|
-
}
|
|
175
|
-
static get is() { return "six-checkbox"; }
|
|
176
|
-
static get encapsulation() { return "shadow"; }
|
|
177
|
-
static get originalStyleUrls() { return {
|
|
178
|
-
"$": ["six-checkbox.scss"]
|
|
179
|
-
}; }
|
|
180
|
-
static get styleUrls() { return {
|
|
181
|
-
"$": ["six-checkbox.css"]
|
|
182
|
-
}; }
|
|
183
|
-
static get properties() { return {
|
|
184
|
-
"name": {
|
|
185
|
-
"type": "string",
|
|
186
|
-
"mutable": false,
|
|
187
|
-
"complexType": {
|
|
188
|
-
"original": "string",
|
|
189
|
-
"resolved": "string",
|
|
190
|
-
"references": {}
|
|
191
|
-
},
|
|
192
|
-
"required": false,
|
|
193
|
-
"optional": false,
|
|
194
|
-
"docs": {
|
|
195
|
-
"tags": [],
|
|
196
|
-
"text": "The checkbox's name attribute."
|
|
197
|
-
},
|
|
198
|
-
"attribute": "name",
|
|
199
|
-
"reflect": false
|
|
200
|
-
},
|
|
201
|
-
"value": {
|
|
202
|
-
"type": "string",
|
|
203
|
-
"mutable": false,
|
|
204
|
-
"complexType": {
|
|
205
|
-
"original": "string",
|
|
206
|
-
"resolved": "string",
|
|
207
|
-
"references": {}
|
|
208
|
-
},
|
|
209
|
-
"required": false,
|
|
210
|
-
"optional": false,
|
|
211
|
-
"docs": {
|
|
212
|
-
"tags": [],
|
|
213
|
-
"text": "The checkbox's value attribute."
|
|
214
|
-
},
|
|
215
|
-
"attribute": "value",
|
|
216
|
-
"reflect": false
|
|
217
|
-
},
|
|
218
|
-
"disabled": {
|
|
219
|
-
"type": "boolean",
|
|
220
|
-
"mutable": false,
|
|
221
|
-
"complexType": {
|
|
222
|
-
"original": "boolean",
|
|
223
|
-
"resolved": "boolean",
|
|
224
|
-
"references": {}
|
|
225
|
-
},
|
|
226
|
-
"required": false,
|
|
227
|
-
"optional": false,
|
|
228
|
-
"docs": {
|
|
229
|
-
"tags": [],
|
|
230
|
-
"text": "Set to true to disable the checkbox."
|
|
231
|
-
},
|
|
232
|
-
"attribute": "disabled",
|
|
233
|
-
"reflect": false,
|
|
234
|
-
"defaultValue": "false"
|
|
235
|
-
},
|
|
236
|
-
"required": {
|
|
237
|
-
"type": "boolean",
|
|
238
|
-
"mutable": false,
|
|
239
|
-
"complexType": {
|
|
240
|
-
"original": "boolean",
|
|
241
|
-
"resolved": "boolean",
|
|
242
|
-
"references": {}
|
|
243
|
-
},
|
|
244
|
-
"required": false,
|
|
245
|
-
"optional": false,
|
|
246
|
-
"docs": {
|
|
247
|
-
"tags": [],
|
|
248
|
-
"text": "Set to true to make the checkbox a required field."
|
|
249
|
-
},
|
|
250
|
-
"attribute": "required",
|
|
251
|
-
"reflect": false,
|
|
252
|
-
"defaultValue": "false"
|
|
253
|
-
},
|
|
254
|
-
"label": {
|
|
255
|
-
"type": "string",
|
|
256
|
-
"mutable": false,
|
|
257
|
-
"complexType": {
|
|
258
|
-
"original": "string",
|
|
259
|
-
"resolved": "string",
|
|
260
|
-
"references": {}
|
|
261
|
-
},
|
|
262
|
-
"required": false,
|
|
263
|
-
"optional": false,
|
|
264
|
-
"docs": {
|
|
265
|
-
"tags": [],
|
|
266
|
-
"text": "The checkbox label. Alternatively, you can use the label slot."
|
|
267
|
-
},
|
|
268
|
-
"attribute": "label",
|
|
269
|
-
"reflect": false,
|
|
270
|
-
"defaultValue": "''"
|
|
271
|
-
},
|
|
272
|
-
"errorText": {
|
|
273
|
-
"type": "string",
|
|
274
|
-
"mutable": false,
|
|
275
|
-
"complexType": {
|
|
276
|
-
"original": "string",
|
|
277
|
-
"resolved": "string",
|
|
278
|
-
"references": {}
|
|
279
|
-
},
|
|
280
|
-
"required": false,
|
|
281
|
-
"optional": false,
|
|
282
|
-
"docs": {
|
|
283
|
-
"tags": [],
|
|
284
|
-
"text": "The checkbox's error text. Alternatively, you can use the error-text slot."
|
|
285
|
-
},
|
|
286
|
-
"attribute": "error-text",
|
|
287
|
-
"reflect": false,
|
|
288
|
-
"defaultValue": "''"
|
|
289
|
-
},
|
|
290
|
-
"checked": {
|
|
291
|
-
"type": "boolean",
|
|
292
|
-
"mutable": true,
|
|
293
|
-
"complexType": {
|
|
294
|
-
"original": "boolean",
|
|
295
|
-
"resolved": "boolean",
|
|
296
|
-
"references": {}
|
|
297
|
-
},
|
|
298
|
-
"required": false,
|
|
299
|
-
"optional": false,
|
|
300
|
-
"docs": {
|
|
301
|
-
"tags": [],
|
|
302
|
-
"text": "Set to true to draw the checkbox in a checked state."
|
|
303
|
-
},
|
|
304
|
-
"attribute": "checked",
|
|
305
|
-
"reflect": true,
|
|
306
|
-
"defaultValue": "false"
|
|
307
|
-
},
|
|
308
|
-
"indeterminate": {
|
|
309
|
-
"type": "boolean",
|
|
310
|
-
"mutable": true,
|
|
311
|
-
"complexType": {
|
|
312
|
-
"original": "boolean",
|
|
313
|
-
"resolved": "boolean",
|
|
314
|
-
"references": {}
|
|
315
|
-
},
|
|
316
|
-
"required": false,
|
|
317
|
-
"optional": false,
|
|
318
|
-
"docs": {
|
|
319
|
-
"tags": [],
|
|
320
|
-
"text": "Set to true to draw the checkbox in an indeterminate state."
|
|
321
|
-
},
|
|
322
|
-
"attribute": "indeterminate",
|
|
323
|
-
"reflect": true,
|
|
324
|
-
"defaultValue": "false"
|
|
325
|
-
},
|
|
326
|
-
"invalid": {
|
|
327
|
-
"type": "boolean",
|
|
328
|
-
"mutable": true,
|
|
329
|
-
"complexType": {
|
|
330
|
-
"original": "boolean",
|
|
331
|
-
"resolved": "boolean",
|
|
332
|
-
"references": {}
|
|
333
|
-
},
|
|
334
|
-
"required": false,
|
|
335
|
-
"optional": false,
|
|
336
|
-
"docs": {
|
|
337
|
-
"tags": [],
|
|
338
|
-
"text": "This will be true when the control is in an invalid state. Validity is determined by the `required` prop."
|
|
339
|
-
},
|
|
340
|
-
"attribute": "invalid",
|
|
341
|
-
"reflect": true,
|
|
342
|
-
"defaultValue": "false"
|
|
343
|
-
},
|
|
344
|
-
"errorOnBlur": {
|
|
345
|
-
"type": "boolean",
|
|
346
|
-
"mutable": false,
|
|
347
|
-
"complexType": {
|
|
348
|
-
"original": "boolean",
|
|
349
|
-
"resolved": "boolean",
|
|
350
|
-
"references": {}
|
|
351
|
-
},
|
|
352
|
-
"required": false,
|
|
353
|
-
"optional": false,
|
|
354
|
-
"docs": {
|
|
355
|
-
"tags": [],
|
|
356
|
-
"text": "Set to display the error text on blur and not when typing"
|
|
357
|
-
},
|
|
358
|
-
"attribute": "error-on-blur",
|
|
359
|
-
"reflect": false,
|
|
360
|
-
"defaultValue": "false"
|
|
361
|
-
}
|
|
362
|
-
}; }
|
|
363
|
-
static get states() { return {
|
|
364
|
-
"hasFocus": {},
|
|
365
|
-
"hasLabelSlot": {},
|
|
366
|
-
"hasErrorTextSlot": {}
|
|
367
|
-
}; }
|
|
368
|
-
static get events() { return [{
|
|
369
|
-
"method": "sixBlur",
|
|
370
|
-
"name": "six-checkbox-blur",
|
|
371
|
-
"bubbles": true,
|
|
372
|
-
"cancelable": true,
|
|
373
|
-
"composed": true,
|
|
374
|
-
"docs": {
|
|
375
|
-
"tags": [],
|
|
376
|
-
"text": "Emitted when the control loses focus."
|
|
377
|
-
},
|
|
378
|
-
"complexType": {
|
|
379
|
-
"original": "EmptyPayload",
|
|
380
|
-
"resolved": "undefined",
|
|
381
|
-
"references": {
|
|
382
|
-
"EmptyPayload": {
|
|
383
|
-
"location": "import",
|
|
384
|
-
"path": "../../utils/types"
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
}, {
|
|
389
|
-
"method": "sixChange",
|
|
390
|
-
"name": "six-checkbox-change",
|
|
391
|
-
"bubbles": true,
|
|
392
|
-
"cancelable": true,
|
|
393
|
-
"composed": true,
|
|
394
|
-
"docs": {
|
|
395
|
-
"tags": [],
|
|
396
|
-
"text": "Emitted when the control's checked state changes."
|
|
397
|
-
},
|
|
398
|
-
"complexType": {
|
|
399
|
-
"original": "EmptyPayload",
|
|
400
|
-
"resolved": "undefined",
|
|
401
|
-
"references": {
|
|
402
|
-
"EmptyPayload": {
|
|
403
|
-
"location": "import",
|
|
404
|
-
"path": "../../utils/types"
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
}, {
|
|
409
|
-
"method": "sixFocus",
|
|
410
|
-
"name": "six-checkbox-focus",
|
|
411
|
-
"bubbles": true,
|
|
412
|
-
"cancelable": true,
|
|
413
|
-
"composed": true,
|
|
414
|
-
"docs": {
|
|
415
|
-
"tags": [],
|
|
416
|
-
"text": "Emitted when the control gains focus."
|
|
417
|
-
},
|
|
418
|
-
"complexType": {
|
|
419
|
-
"original": "EmptyPayload",
|
|
420
|
-
"resolved": "undefined",
|
|
421
|
-
"references": {
|
|
422
|
-
"EmptyPayload": {
|
|
423
|
-
"location": "import",
|
|
424
|
-
"path": "../../utils/types"
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
}]; }
|
|
429
|
-
static get methods() { return {
|
|
430
|
-
"setFocus": {
|
|
431
|
-
"complexType": {
|
|
432
|
-
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
433
|
-
"parameters": [{
|
|
434
|
-
"tags": [],
|
|
435
|
-
"text": ""
|
|
436
|
-
}],
|
|
437
|
-
"references": {
|
|
438
|
-
"Promise": {
|
|
439
|
-
"location": "global"
|
|
440
|
-
},
|
|
441
|
-
"FocusOptions": {
|
|
442
|
-
"location": "global"
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
"return": "Promise<void>"
|
|
446
|
-
},
|
|
447
|
-
"docs": {
|
|
448
|
-
"text": "Sets focus on the checkbox.",
|
|
449
|
-
"tags": []
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
"removeFocus": {
|
|
453
|
-
"complexType": {
|
|
454
|
-
"signature": "() => Promise<void>",
|
|
455
|
-
"parameters": [],
|
|
456
|
-
"references": {
|
|
457
|
-
"Promise": {
|
|
458
|
-
"location": "global"
|
|
459
|
-
}
|
|
460
|
-
},
|
|
461
|
-
"return": "Promise<void>"
|
|
462
|
-
},
|
|
463
|
-
"docs": {
|
|
464
|
-
"text": "Removes focus from the checkbox.",
|
|
465
|
-
"tags": []
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
"reportValidity": {
|
|
469
|
-
"complexType": {
|
|
470
|
-
"signature": "() => Promise<boolean>",
|
|
471
|
-
"parameters": [],
|
|
472
|
-
"references": {
|
|
473
|
-
"Promise": {
|
|
474
|
-
"location": "global"
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
|
-
"return": "Promise<boolean>"
|
|
478
|
-
},
|
|
479
|
-
"docs": {
|
|
480
|
-
"text": "Checks for validity and shows the browser's validation message if the control is invalid.",
|
|
481
|
-
"tags": []
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"checkValidity": {
|
|
485
|
-
"complexType": {
|
|
486
|
-
"signature": "() => Promise<boolean>",
|
|
487
|
-
"parameters": [],
|
|
488
|
-
"references": {
|
|
489
|
-
"Promise": {
|
|
490
|
-
"location": "global"
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
"return": "Promise<boolean>"
|
|
494
|
-
},
|
|
495
|
-
"docs": {
|
|
496
|
-
"text": "Checks for validity.",
|
|
497
|
-
"tags": []
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
"setCustomValidity": {
|
|
501
|
-
"complexType": {
|
|
502
|
-
"signature": "(message: string) => Promise<void>",
|
|
503
|
-
"parameters": [{
|
|
504
|
-
"tags": [],
|
|
505
|
-
"text": ""
|
|
506
|
-
}],
|
|
507
|
-
"references": {
|
|
508
|
-
"Promise": {
|
|
509
|
-
"location": "global"
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
"return": "Promise<void>"
|
|
513
|
-
},
|
|
514
|
-
"docs": {
|
|
515
|
-
"text": "Sets a custom validation message. If `message` is not empty, the field will be considered invalid.",
|
|
516
|
-
"tags": []
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
"reset": {
|
|
520
|
-
"complexType": {
|
|
521
|
-
"signature": "() => Promise<void>",
|
|
522
|
-
"parameters": [],
|
|
523
|
-
"references": {
|
|
524
|
-
"Promise": {
|
|
525
|
-
"location": "global"
|
|
526
|
-
}
|
|
527
|
-
},
|
|
528
|
-
"return": "Promise<void>"
|
|
529
|
-
},
|
|
530
|
-
"docs": {
|
|
531
|
-
"text": "Resets the formcontrol",
|
|
532
|
-
"tags": []
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
}; }
|
|
536
|
-
static get elementRef() { return "host"; }
|
|
537
|
-
static get watchers() { return [{
|
|
538
|
-
"propName": "checked",
|
|
539
|
-
"methodName": "handleCheckedChange"
|
|
540
|
-
}, {
|
|
541
|
-
"propName": "indeterminate",
|
|
542
|
-
"methodName": "handleCheckedChange"
|
|
543
|
-
}, {
|
|
544
|
-
"propName": "errorText",
|
|
545
|
-
"methodName": "handleLabelChange"
|
|
546
|
-
}, {
|
|
547
|
-
"propName": "label",
|
|
548
|
-
"methodName": "handleLabelChange"
|
|
549
|
-
}]; }
|
|
550
|
-
}
|
|
1
|
+
import { Component, Event, Method, Prop, State, Watch, h, Element } from '@stencil/core';
|
|
2
|
+
import FormControl from '../../functional-components/form-control/form-control';
|
|
3
|
+
import { hasSlot } from '../../utils/slot';
|
|
4
|
+
import { EventListeners } from '../../utils/event-listeners';
|
|
5
|
+
let id = 0;
|
|
6
|
+
/**
|
|
7
|
+
* @since 1.0
|
|
8
|
+
* @status stable
|
|
9
|
+
*
|
|
10
|
+
* Forked from https://github.com/shoelace-style/shoelace version v2.0.0-beta27.
|
|
11
|
+
*
|
|
12
|
+
* @slot label - The checkbox label.
|
|
13
|
+
* @slot error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop.
|
|
14
|
+
*
|
|
15
|
+
* @part base - The component's base wrapper.
|
|
16
|
+
* @part control - The checkbox control.
|
|
17
|
+
* @part checked-icon - The container the wraps the checked icon.
|
|
18
|
+
* @part indeterminate-icon - The container that wraps the indeterminate icon.
|
|
19
|
+
* @part text - The checkbox text rendered to the right.
|
|
20
|
+
*/
|
|
21
|
+
export class SixCheckbox {
|
|
22
|
+
constructor() {
|
|
23
|
+
this.inputId = `checkbox-${++id}`;
|
|
24
|
+
this.labelId = `checkbox-label-${id}`;
|
|
25
|
+
this.textId = `checkbox-text-${id}`;
|
|
26
|
+
this.errorTextId = `input-error-text-${id}`;
|
|
27
|
+
this.customErrorText = '';
|
|
28
|
+
this.customValidation = false;
|
|
29
|
+
this.eventListeners = new EventListeners();
|
|
30
|
+
this.hasFocus = false;
|
|
31
|
+
this.hasLabelSlot = false;
|
|
32
|
+
this.hasErrorTextSlot = false;
|
|
33
|
+
/** Set to true to disable the checkbox. */
|
|
34
|
+
this.disabled = false;
|
|
35
|
+
/** Set to true to make the checkbox a required field. */
|
|
36
|
+
this.required = false;
|
|
37
|
+
/** The checkbox label. Alternatively, you can use the label slot. */
|
|
38
|
+
this.label = '';
|
|
39
|
+
/** The checkbox's error text. Alternatively, you can use the error-text slot. */
|
|
40
|
+
this.errorText = '';
|
|
41
|
+
/** Set to true to draw the checkbox in a checked state. */
|
|
42
|
+
this.checked = false;
|
|
43
|
+
/** Set to true to draw the checkbox in an indeterminate state. */
|
|
44
|
+
this.indeterminate = false;
|
|
45
|
+
/** This will be true when the control is in an invalid state. Validity is determined by the `required` prop. */
|
|
46
|
+
this.invalid = false;
|
|
47
|
+
/** Set to display the error text on blur and not when typing */
|
|
48
|
+
this.errorOnBlur = false;
|
|
49
|
+
/** default state whether the radio button should be checked or not when resetting */
|
|
50
|
+
this.defaultState = false;
|
|
51
|
+
}
|
|
52
|
+
handleCheckedChange() {
|
|
53
|
+
if (!this.input) {
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
this.input.checked = this.checked;
|
|
57
|
+
this.input.indeterminate = this.indeterminate;
|
|
58
|
+
this.invalid = !this.input.checkValidity();
|
|
59
|
+
this.sixChange.emit();
|
|
60
|
+
}
|
|
61
|
+
handleLabelChange() {
|
|
62
|
+
this.handleSlotChange();
|
|
63
|
+
}
|
|
64
|
+
connectedCallback() {
|
|
65
|
+
this.handleChange = this.handleChange.bind(this);
|
|
66
|
+
this.handleBlur = this.handleBlur.bind(this);
|
|
67
|
+
this.handleFocus = this.handleFocus.bind(this);
|
|
68
|
+
this.handleMouseDown = this.handleMouseDown.bind(this);
|
|
69
|
+
this.handleInvalid = this.handleInvalid.bind(this);
|
|
70
|
+
this.host.shadowRoot.addEventListener('slotchange', this.handleSlotChange);
|
|
71
|
+
}
|
|
72
|
+
disconnectedCallback() {
|
|
73
|
+
this.host.shadowRoot.removeEventListener('slotchange', this.handleSlotChange);
|
|
74
|
+
this.eventListeners.removeAll();
|
|
75
|
+
}
|
|
76
|
+
componentWillLoad() {
|
|
77
|
+
this.defaultState = this.checked;
|
|
78
|
+
this.handleSlotChange();
|
|
79
|
+
}
|
|
80
|
+
componentDidLoad() {
|
|
81
|
+
this.input.indeterminate = this.indeterminate;
|
|
82
|
+
this.eventListeners.add(this.input, 'invalid', (event) => {
|
|
83
|
+
if (this.customValidation || (!this.hasErrorTextSlot && !this.errorText && !this.customErrorText)) {
|
|
84
|
+
this.customErrorText = this.input.validationMessage;
|
|
85
|
+
}
|
|
86
|
+
event.preventDefault();
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
/** Sets focus on the checkbox. */
|
|
90
|
+
async setFocus(options) {
|
|
91
|
+
this.input.focus(options);
|
|
92
|
+
}
|
|
93
|
+
/** Removes focus from the checkbox. */
|
|
94
|
+
async removeFocus() {
|
|
95
|
+
this.input.blur();
|
|
96
|
+
}
|
|
97
|
+
/** Checks for validity and shows the browser's validation message if the control is invalid. */
|
|
98
|
+
async reportValidity() {
|
|
99
|
+
return this.input.reportValidity();
|
|
100
|
+
}
|
|
101
|
+
/** Checks for validity. */
|
|
102
|
+
async checkValidity() {
|
|
103
|
+
return this.input.validity.valid;
|
|
104
|
+
}
|
|
105
|
+
/** Sets a custom validation message. If `message` is not empty, the field will be considered invalid. */
|
|
106
|
+
async setCustomValidity(message) {
|
|
107
|
+
this.customErrorText = '';
|
|
108
|
+
this.customValidation = message !== '';
|
|
109
|
+
this.input.setCustomValidity(message);
|
|
110
|
+
this.invalid = !this.input.checkValidity();
|
|
111
|
+
}
|
|
112
|
+
/** Resets the formcontrol */
|
|
113
|
+
async reset() {
|
|
114
|
+
this.checked = this.defaultState;
|
|
115
|
+
this.customErrorText = '';
|
|
116
|
+
this.customValidation = false;
|
|
117
|
+
this.input.setCustomValidity('');
|
|
118
|
+
this.invalid = false;
|
|
119
|
+
}
|
|
120
|
+
handleChange() {
|
|
121
|
+
this.checked = this.input.checked;
|
|
122
|
+
this.indeterminate = false;
|
|
123
|
+
}
|
|
124
|
+
handleBlur() {
|
|
125
|
+
this.hasFocus = false;
|
|
126
|
+
this.sixBlur.emit();
|
|
127
|
+
}
|
|
128
|
+
handleFocus() {
|
|
129
|
+
this.hasFocus = true;
|
|
130
|
+
this.sixFocus.emit();
|
|
131
|
+
}
|
|
132
|
+
handleMouseDown(event) {
|
|
133
|
+
// Prevent clicks on the label from briefly blurring the input
|
|
134
|
+
event.preventDefault();
|
|
135
|
+
this.input.focus();
|
|
136
|
+
}
|
|
137
|
+
handleInvalid() {
|
|
138
|
+
this.invalid = true;
|
|
139
|
+
}
|
|
140
|
+
handleSlotChange() {
|
|
141
|
+
this.hasErrorTextSlot = hasSlot(this.host, 'error-text');
|
|
142
|
+
this.hasLabelSlot = hasSlot(this.host, 'label');
|
|
143
|
+
}
|
|
144
|
+
displayError() {
|
|
145
|
+
return this.invalid && (!this.errorOnBlur || !this.hasFocus);
|
|
146
|
+
}
|
|
147
|
+
render() {
|
|
148
|
+
return (h(FormControl, { inputId: this.inputId, label: this.label, labelId: this.labelId, hasLabelSlot: this.hasLabelSlot, errorTextId: this.errorTextId, errorText: this.customErrorText ? this.customErrorText : this.errorText, hasErrorTextSlot: this.hasErrorTextSlot, size: "medium", disabled: this.disabled, required: this.required, displayError: this.displayError() },
|
|
149
|
+
h("label", { part: "base", class: {
|
|
150
|
+
checkbox: true,
|
|
151
|
+
'checkbox--checked': this.checked,
|
|
152
|
+
'checkbox--disabled': this.disabled,
|
|
153
|
+
'checkbox--focused': this.hasFocus,
|
|
154
|
+
'checkbox--invalid': this.invalid,
|
|
155
|
+
'checkbox--indeterminate': this.indeterminate,
|
|
156
|
+
}, htmlFor: this.inputId, onMouseDown: this.handleMouseDown },
|
|
157
|
+
h("span", { part: "control", class: "checkbox__control" },
|
|
158
|
+
this.checked && (h("span", { part: "checked-icon", class: "checkbox__icon" },
|
|
159
|
+
h("svg", { viewBox: "0 0 16 16" },
|
|
160
|
+
h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" },
|
|
161
|
+
h("g", { stroke: "currentColor", "stroke-width": "2" },
|
|
162
|
+
h("g", { transform: "translate(3.428571, 3.428571)" },
|
|
163
|
+
h("path", { d: "M0,5.71428571 L3.42857143,9.14285714" }),
|
|
164
|
+
h("path", { d: "M9.14285714,0 L3.42857143,9.14285714" }))))))),
|
|
165
|
+
!this.checked && this.indeterminate && (h("span", { part: "indeterminate-icon", class: "checkbox__icon" },
|
|
166
|
+
h("svg", { viewBox: "0 0 16 16" },
|
|
167
|
+
h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd", "stroke-linecap": "round" },
|
|
168
|
+
h("g", { stroke: "currentColor", "stroke-width": "2" },
|
|
169
|
+
h("g", { transform: "translate(2.285714, 6.857143)" },
|
|
170
|
+
h("path", { d: "M10.2857143,1.14285714 L1.14285714,1.14285714" }))))))),
|
|
171
|
+
h("input", { ref: (el) => (this.input = el), id: this.inputId, type: "checkbox", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, required: this.required, role: "checkbox", "aria-checked": this.checked ? 'true' : 'false', "aria-labelledby": this.labelId, onChange: this.handleChange, onBlur: this.handleBlur, onFocus: this.handleFocus, onInvalid: this.handleInvalid })),
|
|
172
|
+
h("span", { part: "text", id: this.textId, class: "checkbox__text" },
|
|
173
|
+
h("slot", null)))));
|
|
174
|
+
}
|
|
175
|
+
static get is() { return "six-checkbox"; }
|
|
176
|
+
static get encapsulation() { return "shadow"; }
|
|
177
|
+
static get originalStyleUrls() { return {
|
|
178
|
+
"$": ["six-checkbox.scss"]
|
|
179
|
+
}; }
|
|
180
|
+
static get styleUrls() { return {
|
|
181
|
+
"$": ["six-checkbox.css"]
|
|
182
|
+
}; }
|
|
183
|
+
static get properties() { return {
|
|
184
|
+
"name": {
|
|
185
|
+
"type": "string",
|
|
186
|
+
"mutable": false,
|
|
187
|
+
"complexType": {
|
|
188
|
+
"original": "string",
|
|
189
|
+
"resolved": "string",
|
|
190
|
+
"references": {}
|
|
191
|
+
},
|
|
192
|
+
"required": false,
|
|
193
|
+
"optional": false,
|
|
194
|
+
"docs": {
|
|
195
|
+
"tags": [],
|
|
196
|
+
"text": "The checkbox's name attribute."
|
|
197
|
+
},
|
|
198
|
+
"attribute": "name",
|
|
199
|
+
"reflect": false
|
|
200
|
+
},
|
|
201
|
+
"value": {
|
|
202
|
+
"type": "string",
|
|
203
|
+
"mutable": false,
|
|
204
|
+
"complexType": {
|
|
205
|
+
"original": "string",
|
|
206
|
+
"resolved": "string",
|
|
207
|
+
"references": {}
|
|
208
|
+
},
|
|
209
|
+
"required": false,
|
|
210
|
+
"optional": false,
|
|
211
|
+
"docs": {
|
|
212
|
+
"tags": [],
|
|
213
|
+
"text": "The checkbox's value attribute."
|
|
214
|
+
},
|
|
215
|
+
"attribute": "value",
|
|
216
|
+
"reflect": false
|
|
217
|
+
},
|
|
218
|
+
"disabled": {
|
|
219
|
+
"type": "boolean",
|
|
220
|
+
"mutable": false,
|
|
221
|
+
"complexType": {
|
|
222
|
+
"original": "boolean",
|
|
223
|
+
"resolved": "boolean",
|
|
224
|
+
"references": {}
|
|
225
|
+
},
|
|
226
|
+
"required": false,
|
|
227
|
+
"optional": false,
|
|
228
|
+
"docs": {
|
|
229
|
+
"tags": [],
|
|
230
|
+
"text": "Set to true to disable the checkbox."
|
|
231
|
+
},
|
|
232
|
+
"attribute": "disabled",
|
|
233
|
+
"reflect": false,
|
|
234
|
+
"defaultValue": "false"
|
|
235
|
+
},
|
|
236
|
+
"required": {
|
|
237
|
+
"type": "boolean",
|
|
238
|
+
"mutable": false,
|
|
239
|
+
"complexType": {
|
|
240
|
+
"original": "boolean",
|
|
241
|
+
"resolved": "boolean",
|
|
242
|
+
"references": {}
|
|
243
|
+
},
|
|
244
|
+
"required": false,
|
|
245
|
+
"optional": false,
|
|
246
|
+
"docs": {
|
|
247
|
+
"tags": [],
|
|
248
|
+
"text": "Set to true to make the checkbox a required field."
|
|
249
|
+
},
|
|
250
|
+
"attribute": "required",
|
|
251
|
+
"reflect": false,
|
|
252
|
+
"defaultValue": "false"
|
|
253
|
+
},
|
|
254
|
+
"label": {
|
|
255
|
+
"type": "string",
|
|
256
|
+
"mutable": false,
|
|
257
|
+
"complexType": {
|
|
258
|
+
"original": "string",
|
|
259
|
+
"resolved": "string",
|
|
260
|
+
"references": {}
|
|
261
|
+
},
|
|
262
|
+
"required": false,
|
|
263
|
+
"optional": false,
|
|
264
|
+
"docs": {
|
|
265
|
+
"tags": [],
|
|
266
|
+
"text": "The checkbox label. Alternatively, you can use the label slot."
|
|
267
|
+
},
|
|
268
|
+
"attribute": "label",
|
|
269
|
+
"reflect": false,
|
|
270
|
+
"defaultValue": "''"
|
|
271
|
+
},
|
|
272
|
+
"errorText": {
|
|
273
|
+
"type": "string",
|
|
274
|
+
"mutable": false,
|
|
275
|
+
"complexType": {
|
|
276
|
+
"original": "string",
|
|
277
|
+
"resolved": "string",
|
|
278
|
+
"references": {}
|
|
279
|
+
},
|
|
280
|
+
"required": false,
|
|
281
|
+
"optional": false,
|
|
282
|
+
"docs": {
|
|
283
|
+
"tags": [],
|
|
284
|
+
"text": "The checkbox's error text. Alternatively, you can use the error-text slot."
|
|
285
|
+
},
|
|
286
|
+
"attribute": "error-text",
|
|
287
|
+
"reflect": false,
|
|
288
|
+
"defaultValue": "''"
|
|
289
|
+
},
|
|
290
|
+
"checked": {
|
|
291
|
+
"type": "boolean",
|
|
292
|
+
"mutable": true,
|
|
293
|
+
"complexType": {
|
|
294
|
+
"original": "boolean",
|
|
295
|
+
"resolved": "boolean",
|
|
296
|
+
"references": {}
|
|
297
|
+
},
|
|
298
|
+
"required": false,
|
|
299
|
+
"optional": false,
|
|
300
|
+
"docs": {
|
|
301
|
+
"tags": [],
|
|
302
|
+
"text": "Set to true to draw the checkbox in a checked state."
|
|
303
|
+
},
|
|
304
|
+
"attribute": "checked",
|
|
305
|
+
"reflect": true,
|
|
306
|
+
"defaultValue": "false"
|
|
307
|
+
},
|
|
308
|
+
"indeterminate": {
|
|
309
|
+
"type": "boolean",
|
|
310
|
+
"mutable": true,
|
|
311
|
+
"complexType": {
|
|
312
|
+
"original": "boolean",
|
|
313
|
+
"resolved": "boolean",
|
|
314
|
+
"references": {}
|
|
315
|
+
},
|
|
316
|
+
"required": false,
|
|
317
|
+
"optional": false,
|
|
318
|
+
"docs": {
|
|
319
|
+
"tags": [],
|
|
320
|
+
"text": "Set to true to draw the checkbox in an indeterminate state."
|
|
321
|
+
},
|
|
322
|
+
"attribute": "indeterminate",
|
|
323
|
+
"reflect": true,
|
|
324
|
+
"defaultValue": "false"
|
|
325
|
+
},
|
|
326
|
+
"invalid": {
|
|
327
|
+
"type": "boolean",
|
|
328
|
+
"mutable": true,
|
|
329
|
+
"complexType": {
|
|
330
|
+
"original": "boolean",
|
|
331
|
+
"resolved": "boolean",
|
|
332
|
+
"references": {}
|
|
333
|
+
},
|
|
334
|
+
"required": false,
|
|
335
|
+
"optional": false,
|
|
336
|
+
"docs": {
|
|
337
|
+
"tags": [],
|
|
338
|
+
"text": "This will be true when the control is in an invalid state. Validity is determined by the `required` prop."
|
|
339
|
+
},
|
|
340
|
+
"attribute": "invalid",
|
|
341
|
+
"reflect": true,
|
|
342
|
+
"defaultValue": "false"
|
|
343
|
+
},
|
|
344
|
+
"errorOnBlur": {
|
|
345
|
+
"type": "boolean",
|
|
346
|
+
"mutable": false,
|
|
347
|
+
"complexType": {
|
|
348
|
+
"original": "boolean",
|
|
349
|
+
"resolved": "boolean",
|
|
350
|
+
"references": {}
|
|
351
|
+
},
|
|
352
|
+
"required": false,
|
|
353
|
+
"optional": false,
|
|
354
|
+
"docs": {
|
|
355
|
+
"tags": [],
|
|
356
|
+
"text": "Set to display the error text on blur and not when typing"
|
|
357
|
+
},
|
|
358
|
+
"attribute": "error-on-blur",
|
|
359
|
+
"reflect": false,
|
|
360
|
+
"defaultValue": "false"
|
|
361
|
+
}
|
|
362
|
+
}; }
|
|
363
|
+
static get states() { return {
|
|
364
|
+
"hasFocus": {},
|
|
365
|
+
"hasLabelSlot": {},
|
|
366
|
+
"hasErrorTextSlot": {}
|
|
367
|
+
}; }
|
|
368
|
+
static get events() { return [{
|
|
369
|
+
"method": "sixBlur",
|
|
370
|
+
"name": "six-checkbox-blur",
|
|
371
|
+
"bubbles": true,
|
|
372
|
+
"cancelable": true,
|
|
373
|
+
"composed": true,
|
|
374
|
+
"docs": {
|
|
375
|
+
"tags": [],
|
|
376
|
+
"text": "Emitted when the control loses focus."
|
|
377
|
+
},
|
|
378
|
+
"complexType": {
|
|
379
|
+
"original": "EmptyPayload",
|
|
380
|
+
"resolved": "undefined",
|
|
381
|
+
"references": {
|
|
382
|
+
"EmptyPayload": {
|
|
383
|
+
"location": "import",
|
|
384
|
+
"path": "../../utils/types"
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
}, {
|
|
389
|
+
"method": "sixChange",
|
|
390
|
+
"name": "six-checkbox-change",
|
|
391
|
+
"bubbles": true,
|
|
392
|
+
"cancelable": true,
|
|
393
|
+
"composed": true,
|
|
394
|
+
"docs": {
|
|
395
|
+
"tags": [],
|
|
396
|
+
"text": "Emitted when the control's checked state changes."
|
|
397
|
+
},
|
|
398
|
+
"complexType": {
|
|
399
|
+
"original": "EmptyPayload",
|
|
400
|
+
"resolved": "undefined",
|
|
401
|
+
"references": {
|
|
402
|
+
"EmptyPayload": {
|
|
403
|
+
"location": "import",
|
|
404
|
+
"path": "../../utils/types"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}, {
|
|
409
|
+
"method": "sixFocus",
|
|
410
|
+
"name": "six-checkbox-focus",
|
|
411
|
+
"bubbles": true,
|
|
412
|
+
"cancelable": true,
|
|
413
|
+
"composed": true,
|
|
414
|
+
"docs": {
|
|
415
|
+
"tags": [],
|
|
416
|
+
"text": "Emitted when the control gains focus."
|
|
417
|
+
},
|
|
418
|
+
"complexType": {
|
|
419
|
+
"original": "EmptyPayload",
|
|
420
|
+
"resolved": "undefined",
|
|
421
|
+
"references": {
|
|
422
|
+
"EmptyPayload": {
|
|
423
|
+
"location": "import",
|
|
424
|
+
"path": "../../utils/types"
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
}]; }
|
|
429
|
+
static get methods() { return {
|
|
430
|
+
"setFocus": {
|
|
431
|
+
"complexType": {
|
|
432
|
+
"signature": "(options?: FocusOptions) => Promise<void>",
|
|
433
|
+
"parameters": [{
|
|
434
|
+
"tags": [],
|
|
435
|
+
"text": ""
|
|
436
|
+
}],
|
|
437
|
+
"references": {
|
|
438
|
+
"Promise": {
|
|
439
|
+
"location": "global"
|
|
440
|
+
},
|
|
441
|
+
"FocusOptions": {
|
|
442
|
+
"location": "global"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"return": "Promise<void>"
|
|
446
|
+
},
|
|
447
|
+
"docs": {
|
|
448
|
+
"text": "Sets focus on the checkbox.",
|
|
449
|
+
"tags": []
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"removeFocus": {
|
|
453
|
+
"complexType": {
|
|
454
|
+
"signature": "() => Promise<void>",
|
|
455
|
+
"parameters": [],
|
|
456
|
+
"references": {
|
|
457
|
+
"Promise": {
|
|
458
|
+
"location": "global"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
"return": "Promise<void>"
|
|
462
|
+
},
|
|
463
|
+
"docs": {
|
|
464
|
+
"text": "Removes focus from the checkbox.",
|
|
465
|
+
"tags": []
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"reportValidity": {
|
|
469
|
+
"complexType": {
|
|
470
|
+
"signature": "() => Promise<boolean>",
|
|
471
|
+
"parameters": [],
|
|
472
|
+
"references": {
|
|
473
|
+
"Promise": {
|
|
474
|
+
"location": "global"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"return": "Promise<boolean>"
|
|
478
|
+
},
|
|
479
|
+
"docs": {
|
|
480
|
+
"text": "Checks for validity and shows the browser's validation message if the control is invalid.",
|
|
481
|
+
"tags": []
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"checkValidity": {
|
|
485
|
+
"complexType": {
|
|
486
|
+
"signature": "() => Promise<boolean>",
|
|
487
|
+
"parameters": [],
|
|
488
|
+
"references": {
|
|
489
|
+
"Promise": {
|
|
490
|
+
"location": "global"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"return": "Promise<boolean>"
|
|
494
|
+
},
|
|
495
|
+
"docs": {
|
|
496
|
+
"text": "Checks for validity.",
|
|
497
|
+
"tags": []
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"setCustomValidity": {
|
|
501
|
+
"complexType": {
|
|
502
|
+
"signature": "(message: string) => Promise<void>",
|
|
503
|
+
"parameters": [{
|
|
504
|
+
"tags": [],
|
|
505
|
+
"text": ""
|
|
506
|
+
}],
|
|
507
|
+
"references": {
|
|
508
|
+
"Promise": {
|
|
509
|
+
"location": "global"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"return": "Promise<void>"
|
|
513
|
+
},
|
|
514
|
+
"docs": {
|
|
515
|
+
"text": "Sets a custom validation message. If `message` is not empty, the field will be considered invalid.",
|
|
516
|
+
"tags": []
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"reset": {
|
|
520
|
+
"complexType": {
|
|
521
|
+
"signature": "() => Promise<void>",
|
|
522
|
+
"parameters": [],
|
|
523
|
+
"references": {
|
|
524
|
+
"Promise": {
|
|
525
|
+
"location": "global"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"return": "Promise<void>"
|
|
529
|
+
},
|
|
530
|
+
"docs": {
|
|
531
|
+
"text": "Resets the formcontrol",
|
|
532
|
+
"tags": []
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}; }
|
|
536
|
+
static get elementRef() { return "host"; }
|
|
537
|
+
static get watchers() { return [{
|
|
538
|
+
"propName": "checked",
|
|
539
|
+
"methodName": "handleCheckedChange"
|
|
540
|
+
}, {
|
|
541
|
+
"propName": "indeterminate",
|
|
542
|
+
"methodName": "handleCheckedChange"
|
|
543
|
+
}, {
|
|
544
|
+
"propName": "errorText",
|
|
545
|
+
"methodName": "handleLabelChange"
|
|
546
|
+
}, {
|
|
547
|
+
"propName": "label",
|
|
548
|
+
"methodName": "handleLabelChange"
|
|
549
|
+
}]; }
|
|
550
|
+
}
|