@six-group/ui-library 4.0.0 → 4.0.2
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/{form-control-d369af14.js → form-control-9769b310.js} +10 -7
- package/dist/cjs/form-control-9769b310.js.map +1 -0
- package/dist/cjs/index-900437fc.js +8 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{scroll-03678de1.js → scroll-2c4200dc.js} +1 -2
- package/dist/cjs/scroll-2c4200dc.js.map +1 -0
- package/dist/cjs/six-button.cjs.entry.js +2 -2
- package/dist/cjs/six-button.cjs.entry.js.map +1 -1
- package/dist/cjs/six-checkbox.cjs.entry.js +6 -3
- package/dist/cjs/six-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/six-datepicker.cjs.entry.js +2 -7
- package/dist/cjs/six-datepicker.cjs.entry.js.map +1 -1
- package/dist/cjs/six-details.cjs.entry.js +1 -1
- package/dist/cjs/six-details.cjs.entry.js.map +1 -1
- package/dist/cjs/six-dialog.cjs.entry.js +1 -1
- package/dist/cjs/six-drawer.cjs.entry.js +1 -1
- package/dist/cjs/six-dropdown_2.cjs.entry.js +1 -1
- package/dist/cjs/six-dropdown_2.cjs.entry.js.map +1 -1
- package/dist/cjs/six-error.cjs.entry.js +21 -0
- package/dist/cjs/six-error.cjs.entry.js.map +1 -0
- package/dist/cjs/six-group-label.cjs.entry.js +2 -2
- package/dist/cjs/six-group-label.cjs.entry.js.map +1 -1
- package/dist/cjs/six-icon-button.cjs.entry.js +1 -1
- package/dist/cjs/six-icon-button.cjs.entry.js.map +1 -1
- package/dist/cjs/six-input.cjs.entry.js +6 -3
- package/dist/cjs/six-input.cjs.entry.js.map +1 -1
- package/dist/cjs/six-range.cjs.entry.js +6 -3
- package/dist/cjs/six-range.cjs.entry.js.map +1 -1
- package/dist/cjs/six-select.cjs.entry.js +6 -3
- package/dist/cjs/six-select.cjs.entry.js.map +1 -1
- package/dist/cjs/six-sidebar-item-group.cjs.entry.js +2 -1
- package/dist/cjs/six-sidebar-item-group.cjs.entry.js.map +1 -1
- package/dist/cjs/six-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/six-switch.cjs.entry.js +22 -4
- package/dist/cjs/six-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tab-group.cjs.entry.js +45 -50
- package/dist/cjs/six-tab-group.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tab.cjs.entry.js +19 -3
- package/dist/cjs/six-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tag.cjs.entry.js +23 -1
- package/dist/cjs/six-tag.cjs.entry.js.map +1 -1
- package/dist/cjs/six-textarea.cjs.entry.js +6 -3
- package/dist/cjs/six-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/six-timepicker.cjs.entry.js +4 -9
- package/dist/cjs/six-timepicker.cjs.entry.js.map +1 -1
- package/dist/cjs/six-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/six-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/ui-library.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/six-button/six-button.css +5 -30
- package/dist/collection/components/six-button/six-button.js +1 -1
- package/dist/collection/components/six-button/six-button.js.map +1 -1
- package/dist/collection/components/six-checkbox/six-checkbox.css +1 -1
- package/dist/collection/components/six-checkbox/six-checkbox.js +25 -4
- package/dist/collection/components/six-checkbox/six-checkbox.js.map +1 -1
- package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js +6 -2
- package/dist/collection/components/six-checkbox/test/six-checkbox.spec.js.map +1 -1
- package/dist/collection/components/six-datepicker/six-datepicker.js +22 -11
- package/dist/collection/components/six-datepicker/six-datepicker.js.map +1 -1
- package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js +1 -1
- package/dist/collection/components/six-datepicker/test/six-datepicker.spec.js.map +1 -1
- package/dist/collection/components/six-details/six-details.css +3 -1
- package/dist/collection/components/six-dropdown/six-dropdown.css +2 -1
- package/dist/collection/components/six-error/six-error.css +5 -0
- package/dist/collection/components/six-error/six-error.js +25 -0
- package/dist/collection/components/six-error/six-error.js.map +1 -0
- package/dist/collection/components/six-group-label/six-group-label.css +1 -1
- package/dist/collection/components/six-group-label/test/six-group-label.spec.js +3 -1
- package/dist/collection/components/six-group-label/test/six-group-label.spec.js.map +1 -1
- package/dist/collection/components/six-icon-button/six-icon-button.css +4 -4
- package/dist/collection/components/six-input/six-input.css +1 -1
- package/dist/collection/components/six-input/six-input.js +27 -4
- package/dist/collection/components/six-input/six-input.js.map +1 -1
- package/dist/collection/components/six-input/test/six-input.spec.js +3 -1
- package/dist/collection/components/six-input/test/six-input.spec.js.map +1 -1
- package/dist/collection/components/six-range/six-range.css +1 -1
- package/dist/collection/components/six-range/six-range.js +24 -3
- package/dist/collection/components/six-range/six-range.js.map +1 -1
- package/dist/collection/components/six-range/test/six-range.spec.js +3 -1
- package/dist/collection/components/six-range/test/six-range.spec.js.map +1 -1
- package/dist/collection/components/six-select/six-select.css +1 -1
- package/dist/collection/components/six-select/six-select.js +24 -3
- package/dist/collection/components/six-select/six-select.js.map +1 -1
- package/dist/collection/components/six-select/test/six-select.spec.js +6 -2
- package/dist/collection/components/six-select/test/six-select.spec.js.map +1 -1
- package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +4 -0
- package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +1 -0
- package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js.map +1 -1
- package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js +2 -2
- package/dist/collection/components/six-sidebar-item-group/test/six-sidebar-item-group.spec.js.map +1 -1
- package/dist/collection/components/six-switch/six-switch.css +1 -1
- package/dist/collection/components/six-switch/six-switch.js +45 -4
- package/dist/collection/components/six-switch/six-switch.js.map +1 -1
- package/dist/collection/components/six-switch/test/six-switch.spec.js +6 -2
- package/dist/collection/components/six-switch/test/six-switch.spec.js.map +1 -1
- package/dist/collection/components/six-tab/six-tab.css +54 -5
- package/dist/collection/components/six-tab/six-tab.js +18 -2
- package/dist/collection/components/six-tab/six-tab.js.map +1 -1
- package/dist/collection/components/six-tab-group/six-tab-group.css +0 -31
- package/dist/collection/components/six-tab-group/six-tab-group.js +10 -51
- package/dist/collection/components/six-tab-group/six-tab-group.js.map +1 -1
- package/dist/collection/components/six-tag/six-tag.js +23 -1
- package/dist/collection/components/six-tag/six-tag.js.map +1 -1
- package/dist/collection/components/six-tag/test/six-tag.spec.js +12 -0
- package/dist/collection/components/six-tag/test/six-tag.spec.js.map +1 -1
- package/dist/collection/components/six-textarea/six-textarea.css +1 -1
- package/dist/collection/components/six-textarea/six-textarea.js +25 -4
- package/dist/collection/components/six-textarea/six-textarea.js.map +1 -1
- package/dist/collection/components/six-textarea/test/six-textarea.spec.js +3 -1
- package/dist/collection/components/six-textarea/test/six-textarea.spec.js.map +1 -1
- package/dist/collection/components/six-timepicker/six-timepicker.js +24 -12
- package/dist/collection/components/six-timepicker/six-timepicker.js.map +1 -1
- package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js +15 -15
- package/dist/collection/components/six-timepicker/test/six-timepicker.spec.js.map +1 -1
- package/dist/collection/components/six-tooltip/six-tooltip.css +1 -1
- package/dist/collection/components/six-tooltip/six-tooltip.js +1 -1
- package/dist/collection/components/six-tooltip/six-tooltip.js.map +1 -1
- package/dist/collection/functional-components/form-control/form-control.js +8 -6
- package/dist/collection/functional-components/form-control/form-control.js.map +1 -1
- package/dist/collection/utils/animation.js +34 -0
- package/dist/collection/utils/animation.js.map +1 -0
- package/dist/components/form-control.js +9 -6
- package/dist/components/form-control.js.map +1 -1
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/scroll.js +1 -1
- package/dist/components/six-button.js +2 -2
- package/dist/components/six-button.js.map +1 -1
- package/dist/components/six-checkbox.js +14 -3
- package/dist/components/six-checkbox.js.map +1 -1
- package/dist/components/six-datepicker.js +10 -8
- package/dist/components/six-datepicker.js.map +1 -1
- package/dist/components/six-details2.js +1 -1
- package/dist/components/six-details2.js.map +1 -1
- package/dist/components/six-dropdown2.js +8 -2
- package/dist/components/six-dropdown2.js.map +1 -1
- package/dist/components/six-error.d.ts +11 -0
- package/dist/components/six-error.js +8 -0
- package/dist/components/six-error.js.map +1 -0
- package/dist/components/six-error2.js +32 -0
- package/dist/components/six-error2.js.map +1 -0
- package/dist/components/six-group-label.js +8 -2
- package/dist/components/six-group-label.js.map +1 -1
- package/dist/components/six-header.js +8 -2
- package/dist/components/six-header.js.map +1 -1
- package/dist/components/six-icon-button2.js +1 -1
- package/dist/components/six-icon-button2.js.map +1 -1
- package/dist/components/six-input2.js +14 -3
- package/dist/components/six-input2.js.map +1 -1
- package/dist/components/six-range.js +14 -3
- package/dist/components/six-range.js.map +1 -1
- package/dist/components/six-search-field.js +7 -1
- package/dist/components/six-search-field.js.map +1 -1
- package/dist/components/six-select.js +33 -16
- package/dist/components/six-select.js.map +1 -1
- package/dist/components/six-sidebar-item-group.js +2 -1
- package/dist/components/six-sidebar-item-group.js.map +1 -1
- package/dist/components/six-switch.js +30 -4
- package/dist/components/six-switch.js.map +1 -1
- package/dist/components/six-tab-group.js +45 -50
- package/dist/components/six-tab-group.js.map +1 -1
- package/dist/components/six-tab.js +19 -3
- package/dist/components/six-tab.js.map +1 -1
- package/dist/components/six-tag2.js +33 -5
- package/dist/components/six-tag2.js.map +1 -1
- package/dist/components/six-textarea.js +14 -3
- package/dist/components/six-textarea.js.map +1 -1
- package/dist/components/six-timepicker2.js +12 -10
- package/dist/components/six-timepicker2.js.map +1 -1
- package/dist/components/six-tooltip2.js +2 -2
- package/dist/components/six-tooltip2.js.map +1 -1
- package/dist/components.json +425 -55
- package/dist/esm/{form-control-32cb533f.js → form-control-b0febe88.js} +10 -7
- package/dist/esm/form-control-b0febe88.js.map +1 -0
- package/dist/esm/index-8a74f992.js +8 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{scroll-3fb087a2.js → scroll-774762d6.js} +2 -2
- package/dist/esm/{scroll-3fb087a2.js.map → scroll-774762d6.js.map} +1 -1
- package/dist/esm/six-button.entry.js +2 -2
- package/dist/esm/six-button.entry.js.map +1 -1
- package/dist/esm/six-checkbox.entry.js +6 -3
- package/dist/esm/six-checkbox.entry.js.map +1 -1
- package/dist/esm/six-datepicker.entry.js +2 -7
- package/dist/esm/six-datepicker.entry.js.map +1 -1
- package/dist/esm/six-details.entry.js +1 -1
- package/dist/esm/six-details.entry.js.map +1 -1
- package/dist/esm/six-dialog.entry.js +1 -1
- package/dist/esm/six-drawer.entry.js +1 -1
- package/dist/esm/six-dropdown_2.entry.js +1 -1
- package/dist/esm/six-dropdown_2.entry.js.map +1 -1
- package/dist/esm/six-error.entry.js +17 -0
- package/dist/esm/six-error.entry.js.map +1 -0
- package/dist/esm/six-group-label.entry.js +2 -2
- package/dist/esm/six-group-label.entry.js.map +1 -1
- package/dist/esm/six-icon-button.entry.js +1 -1
- package/dist/esm/six-icon-button.entry.js.map +1 -1
- package/dist/esm/six-input.entry.js +6 -3
- package/dist/esm/six-input.entry.js.map +1 -1
- package/dist/esm/six-range.entry.js +6 -3
- package/dist/esm/six-range.entry.js.map +1 -1
- package/dist/esm/six-select.entry.js +6 -3
- package/dist/esm/six-select.entry.js.map +1 -1
- package/dist/esm/six-sidebar-item-group.entry.js +2 -1
- package/dist/esm/six-sidebar-item-group.entry.js.map +1 -1
- package/dist/esm/six-sidebar.entry.js +1 -1
- package/dist/esm/six-switch.entry.js +22 -4
- package/dist/esm/six-switch.entry.js.map +1 -1
- package/dist/esm/six-tab-group.entry.js +45 -50
- package/dist/esm/six-tab-group.entry.js.map +1 -1
- package/dist/esm/six-tab.entry.js +19 -3
- package/dist/esm/six-tab.entry.js.map +1 -1
- package/dist/esm/six-tag.entry.js +23 -1
- package/dist/esm/six-tag.entry.js.map +1 -1
- package/dist/esm/six-textarea.entry.js +6 -3
- package/dist/esm/six-textarea.entry.js.map +1 -1
- package/dist/esm/six-timepicker.entry.js +4 -9
- package/dist/esm/six-timepicker.entry.js.map +1 -1
- package/dist/esm/six-tooltip.entry.js +2 -2
- package/dist/esm/six-tooltip.entry.js.map +1 -1
- package/dist/esm/ui-library.js +1 -1
- package/dist/types/components/six-checkbox/six-checkbox.d.ts +4 -1
- package/dist/types/components/six-datepicker/six-datepicker.d.ts +4 -2
- package/dist/types/components/six-error/six-error.d.ts +9 -0
- package/dist/types/components/six-input/six-input.d.ts +7 -2
- package/dist/types/components/six-range/six-range.d.ts +4 -1
- package/dist/types/components/six-select/six-select.d.ts +4 -1
- package/dist/types/components/six-switch/six-switch.d.ts +8 -1
- package/dist/types/components/six-tab-group/six-tab-group.d.ts +0 -3
- package/dist/types/components/six-tag/six-tag.d.ts +8 -0
- package/dist/types/components/six-textarea/six-textarea.d.ts +4 -1
- package/dist/types/components/six-timepicker/six-timepicker.d.ts +5 -2
- package/dist/types/components.d.ts +109 -16
- package/dist/types/functional-components/form-control/form-control.d.ts +6 -2
- package/dist/types/utils/animation.d.ts +12 -0
- package/dist/ui-library/{p-1f18768a.js → p-052aa8d3.js} +2 -2
- package/dist/ui-library/p-1286ab62.entry.js +2 -0
- package/dist/ui-library/p-1286ab62.entry.js.map +1 -0
- package/dist/ui-library/{p-ed381ad9.entry.js → p-14c1ec31.entry.js} +2 -2
- package/dist/ui-library/p-14c1ec31.entry.js.map +1 -0
- package/dist/ui-library/p-22c9b8c3.entry.js +2 -0
- package/dist/ui-library/p-22c9b8c3.entry.js.map +1 -0
- package/dist/ui-library/p-25bb1752.entry.js +2 -0
- package/dist/ui-library/p-25bb1752.entry.js.map +1 -0
- package/dist/ui-library/p-3f1a5ecb.entry.js +2 -0
- package/dist/ui-library/p-3f1a5ecb.entry.js.map +1 -0
- package/dist/ui-library/p-4435ff73.entry.js +2 -0
- package/dist/ui-library/p-4435ff73.entry.js.map +1 -0
- package/dist/ui-library/p-538f3c50.entry.js +2 -0
- package/dist/ui-library/p-538f3c50.entry.js.map +1 -0
- package/dist/ui-library/{p-330a4988.entry.js → p-5800663b.entry.js} +2 -2
- package/dist/ui-library/p-5ba3a0fe.entry.js +2 -0
- package/dist/ui-library/p-5ba3a0fe.entry.js.map +1 -0
- package/dist/ui-library/p-66fe54b3.entry.js +2 -0
- package/dist/ui-library/p-66fe54b3.entry.js.map +1 -0
- package/dist/ui-library/{p-99e24daf.entry.js → p-a2035543.entry.js} +2 -2
- package/dist/ui-library/p-a457fee8.entry.js +2 -0
- package/dist/ui-library/p-a457fee8.entry.js.map +1 -0
- package/dist/ui-library/p-ab91c2a9.entry.js +2 -0
- package/dist/ui-library/p-ab91c2a9.entry.js.map +1 -0
- package/dist/ui-library/p-b57afbe4.entry.js +2 -0
- package/dist/ui-library/p-b57afbe4.entry.js.map +1 -0
- package/dist/ui-library/p-b6f47c9d.entry.js +2 -0
- package/dist/ui-library/p-b6f47c9d.entry.js.map +1 -0
- package/dist/ui-library/p-cba69e9d.entry.js +2 -0
- package/dist/ui-library/p-cba69e9d.entry.js.map +1 -0
- package/dist/ui-library/{p-19ed7a4c.entry.js → p-d1bda563.entry.js} +2 -2
- package/dist/ui-library/p-db34a6cc.entry.js +2 -0
- package/dist/ui-library/p-db34a6cc.entry.js.map +1 -0
- package/dist/ui-library/p-db936ad7.entry.js +2 -0
- package/dist/ui-library/{p-d367f4f9.entry.js.map → p-db936ad7.entry.js.map} +1 -1
- package/dist/ui-library/p-dc4f41d8.entry.js +2 -0
- package/dist/ui-library/p-dc4f41d8.entry.js.map +1 -0
- package/dist/ui-library/p-e5020f0d.js +2 -0
- package/dist/ui-library/p-e5020f0d.js.map +1 -0
- package/dist/ui-library/p-e775dcb4.entry.js +2 -0
- package/dist/ui-library/p-e775dcb4.entry.js.map +1 -0
- package/dist/ui-library/p-f1dc3a88.entry.js +2 -0
- package/dist/ui-library/p-f1dc3a88.entry.js.map +1 -0
- package/dist/ui-library/ui-library.css +2 -2
- package/dist/ui-library/ui-library.esm.js +1 -1
- package/dist/ui-library/ui-library.esm.js.map +1 -1
- package/package.json +2 -2
- package/dist/cjs/form-control-d369af14.js.map +0 -1
- package/dist/cjs/scroll-03678de1.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/esm/form-control-32cb533f.js.map +0 -1
- package/dist/ui-library/p-02981b91.entry.js +0 -2
- package/dist/ui-library/p-02981b91.entry.js.map +0 -1
- package/dist/ui-library/p-1256cc0a.entry.js +0 -2
- package/dist/ui-library/p-1256cc0a.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-29ac3d7d.entry.js +0 -2
- package/dist/ui-library/p-29ac3d7d.entry.js.map +0 -1
- package/dist/ui-library/p-314b2096.entry.js +0 -2
- package/dist/ui-library/p-314b2096.entry.js.map +0 -1
- package/dist/ui-library/p-3d9de119.entry.js +0 -2
- package/dist/ui-library/p-3d9de119.entry.js.map +0 -1
- package/dist/ui-library/p-4705a51e.entry.js +0 -2
- package/dist/ui-library/p-4705a51e.entry.js.map +0 -1
- package/dist/ui-library/p-4abed9df.entry.js +0 -2
- package/dist/ui-library/p-4abed9df.entry.js.map +0 -1
- package/dist/ui-library/p-5d6b7353.entry.js +0 -2
- package/dist/ui-library/p-5d6b7353.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-83864cfe.entry.js +0 -2
- package/dist/ui-library/p-83864cfe.entry.js.map +0 -1
- package/dist/ui-library/p-9f0b43f9.entry.js +0 -2
- package/dist/ui-library/p-9f0b43f9.entry.js.map +0 -1
- package/dist/ui-library/p-b550a258.entry.js +0 -2
- package/dist/ui-library/p-b550a258.entry.js.map +0 -1
- package/dist/ui-library/p-bf87464b.entry.js +0 -2
- package/dist/ui-library/p-bf87464b.entry.js.map +0 -1
- package/dist/ui-library/p-d367f4f9.entry.js +0 -2
- package/dist/ui-library/p-d42c2025.js +0 -2
- package/dist/ui-library/p-d42c2025.js.map +0 -1
- package/dist/ui-library/p-ed381ad9.entry.js.map +0 -1
- package/dist/ui-library/p-ee8342e1.entry.js +0 -2
- package/dist/ui-library/p-ee8342e1.entry.js.map +0 -1
- package/dist/ui-library/p-ff90ffd1.entry.js +0 -2
- package/dist/ui-library/p-ff90ffd1.entry.js.map +0 -1
- /package/dist/ui-library/{p-1f18768a.js.map → p-052aa8d3.js.map} +0 -0
- /package/dist/ui-library/{p-330a4988.entry.js.map → p-5800663b.entry.js.map} +0 -0
- /package/dist/ui-library/{p-99e24daf.entry.js.map → p-a2035543.entry.js.map} +0 -0
- /package/dist/ui-library/{p-19ed7a4c.entry.js.map → p-d1bda563.entry.js.map} +0 -0
package/dist/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-09-13T13:04:00",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.0.5",
|
|
@@ -1404,10 +1404,10 @@
|
|
|
1404
1404
|
},
|
|
1405
1405
|
{
|
|
1406
1406
|
"name": "errorText",
|
|
1407
|
-
"type": "string",
|
|
1407
|
+
"type": "string | string[]",
|
|
1408
1408
|
"complexType": {
|
|
1409
|
-
"original": "string",
|
|
1410
|
-
"resolved": "string",
|
|
1409
|
+
"original": "string | string[]",
|
|
1410
|
+
"resolved": "string | string[]",
|
|
1411
1411
|
"references": {}
|
|
1412
1412
|
},
|
|
1413
1413
|
"mutable": false,
|
|
@@ -1419,11 +1419,38 @@
|
|
|
1419
1419
|
"values": [
|
|
1420
1420
|
{
|
|
1421
1421
|
"type": "string"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"type": "string[]"
|
|
1422
1425
|
}
|
|
1423
1426
|
],
|
|
1424
1427
|
"optional": false,
|
|
1425
1428
|
"required": false
|
|
1426
1429
|
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "errorTextCount",
|
|
1432
|
+
"type": "number | undefined",
|
|
1433
|
+
"complexType": {
|
|
1434
|
+
"original": "number",
|
|
1435
|
+
"resolved": "number | undefined",
|
|
1436
|
+
"references": {}
|
|
1437
|
+
},
|
|
1438
|
+
"mutable": false,
|
|
1439
|
+
"attr": "error-text-count",
|
|
1440
|
+
"reflectToAttr": false,
|
|
1441
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
1442
|
+
"docsTags": [],
|
|
1443
|
+
"values": [
|
|
1444
|
+
{
|
|
1445
|
+
"type": "number"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"type": "undefined"
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"optional": true,
|
|
1452
|
+
"required": false
|
|
1453
|
+
},
|
|
1427
1454
|
{
|
|
1428
1455
|
"name": "indeterminate",
|
|
1429
1456
|
"type": "boolean",
|
|
@@ -1709,8 +1736,14 @@
|
|
|
1709
1736
|
}
|
|
1710
1737
|
],
|
|
1711
1738
|
"dependents": [],
|
|
1712
|
-
"dependencies": [
|
|
1713
|
-
|
|
1739
|
+
"dependencies": [
|
|
1740
|
+
"six-error"
|
|
1741
|
+
],
|
|
1742
|
+
"dependencyGraph": {
|
|
1743
|
+
"six-checkbox": [
|
|
1744
|
+
"six-error"
|
|
1745
|
+
]
|
|
1746
|
+
}
|
|
1714
1747
|
},
|
|
1715
1748
|
{
|
|
1716
1749
|
"filePath": "src/components/six-datepicker/six-datepicker.tsx",
|
|
@@ -1730,6 +1763,10 @@
|
|
|
1730
1763
|
{
|
|
1731
1764
|
"name": "slot",
|
|
1732
1765
|
"text": "- Used to define a footer for the date picker."
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "slot",
|
|
1769
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
1733
1770
|
}
|
|
1734
1771
|
],
|
|
1735
1772
|
"usage": {},
|
|
@@ -1987,10 +2024,10 @@
|
|
|
1987
2024
|
},
|
|
1988
2025
|
{
|
|
1989
2026
|
"name": "errorText",
|
|
1990
|
-
"type": "string",
|
|
2027
|
+
"type": "string | string[]",
|
|
1991
2028
|
"complexType": {
|
|
1992
|
-
"original": "string",
|
|
1993
|
-
"resolved": "string",
|
|
2029
|
+
"original": "string | string[]",
|
|
2030
|
+
"resolved": "string | string[]",
|
|
1994
2031
|
"references": {}
|
|
1995
2032
|
},
|
|
1996
2033
|
"mutable": false,
|
|
@@ -2002,11 +2039,38 @@
|
|
|
2002
2039
|
"values": [
|
|
2003
2040
|
{
|
|
2004
2041
|
"type": "string"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"type": "string[]"
|
|
2005
2045
|
}
|
|
2006
2046
|
],
|
|
2007
2047
|
"optional": false,
|
|
2008
2048
|
"required": false
|
|
2009
2049
|
},
|
|
2050
|
+
{
|
|
2051
|
+
"name": "errorTextCount",
|
|
2052
|
+
"type": "number | undefined",
|
|
2053
|
+
"complexType": {
|
|
2054
|
+
"original": "number",
|
|
2055
|
+
"resolved": "number | undefined",
|
|
2056
|
+
"references": {}
|
|
2057
|
+
},
|
|
2058
|
+
"mutable": false,
|
|
2059
|
+
"attr": "error-text-count",
|
|
2060
|
+
"reflectToAttr": false,
|
|
2061
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
2062
|
+
"docsTags": [],
|
|
2063
|
+
"values": [
|
|
2064
|
+
{
|
|
2065
|
+
"type": "number"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"type": "undefined"
|
|
2069
|
+
}
|
|
2070
|
+
],
|
|
2071
|
+
"optional": true,
|
|
2072
|
+
"required": false
|
|
2073
|
+
},
|
|
2010
2074
|
{
|
|
2011
2075
|
"name": "hoist",
|
|
2012
2076
|
"type": "boolean",
|
|
@@ -2582,6 +2646,10 @@
|
|
|
2582
2646
|
{
|
|
2583
2647
|
"name": "",
|
|
2584
2648
|
"docs": "Used to define a footer for the date picker."
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "error-text",
|
|
2652
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
2585
2653
|
}
|
|
2586
2654
|
],
|
|
2587
2655
|
"parts": [
|
|
@@ -2615,7 +2683,8 @@
|
|
|
2615
2683
|
"six-timepicker"
|
|
2616
2684
|
],
|
|
2617
2685
|
"six-input": [
|
|
2618
|
-
"six-icon"
|
|
2686
|
+
"six-icon",
|
|
2687
|
+
"six-error"
|
|
2619
2688
|
],
|
|
2620
2689
|
"six-timepicker": [
|
|
2621
2690
|
"six-item-picker",
|
|
@@ -3021,6 +3090,11 @@
|
|
|
3021
3090
|
"annotation": "prop",
|
|
3022
3091
|
"docs": "The timing function (easing) to use for the hide transition."
|
|
3023
3092
|
},
|
|
3093
|
+
{
|
|
3094
|
+
"name": "--horizontal-padding",
|
|
3095
|
+
"annotation": "prop",
|
|
3096
|
+
"docs": "The horizontal padding"
|
|
3097
|
+
},
|
|
3024
3098
|
{
|
|
3025
3099
|
"name": "--show-duration",
|
|
3026
3100
|
"annotation": "prop",
|
|
@@ -4552,7 +4626,8 @@
|
|
|
4552
4626
|
"six-icon"
|
|
4553
4627
|
],
|
|
4554
4628
|
"six-input": [
|
|
4555
|
-
"six-icon"
|
|
4629
|
+
"six-icon",
|
|
4630
|
+
"six-error"
|
|
4556
4631
|
],
|
|
4557
4632
|
"six-menu": [
|
|
4558
4633
|
"six-menu-item"
|
|
@@ -4565,6 +4640,73 @@
|
|
|
4565
4640
|
]
|
|
4566
4641
|
}
|
|
4567
4642
|
},
|
|
4643
|
+
{
|
|
4644
|
+
"filePath": "src/components/six-error/six-error.tsx",
|
|
4645
|
+
"encapsulation": "shadow",
|
|
4646
|
+
"tag": "six-error",
|
|
4647
|
+
"readme": "# six-error\n\n\n",
|
|
4648
|
+
"docs": "",
|
|
4649
|
+
"docsTags": [
|
|
4650
|
+
{
|
|
4651
|
+
"name": "since",
|
|
4652
|
+
"text": "4.0"
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"name": "status",
|
|
4656
|
+
"text": "beta"
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
"name": "slot",
|
|
4660
|
+
"text": "default - The error's message content"
|
|
4661
|
+
}
|
|
4662
|
+
],
|
|
4663
|
+
"usage": {},
|
|
4664
|
+
"props": [],
|
|
4665
|
+
"methods": [],
|
|
4666
|
+
"events": [],
|
|
4667
|
+
"listeners": [],
|
|
4668
|
+
"styles": [],
|
|
4669
|
+
"slots": [
|
|
4670
|
+
{
|
|
4671
|
+
"name": "default",
|
|
4672
|
+
"docs": "The error's message content"
|
|
4673
|
+
}
|
|
4674
|
+
],
|
|
4675
|
+
"parts": [],
|
|
4676
|
+
"dependents": [
|
|
4677
|
+
"six-checkbox",
|
|
4678
|
+
"six-group-label",
|
|
4679
|
+
"six-input",
|
|
4680
|
+
"six-range",
|
|
4681
|
+
"six-select",
|
|
4682
|
+
"six-switch",
|
|
4683
|
+
"six-textarea"
|
|
4684
|
+
],
|
|
4685
|
+
"dependencies": [],
|
|
4686
|
+
"dependencyGraph": {
|
|
4687
|
+
"six-checkbox": [
|
|
4688
|
+
"six-error"
|
|
4689
|
+
],
|
|
4690
|
+
"six-group-label": [
|
|
4691
|
+
"six-error"
|
|
4692
|
+
],
|
|
4693
|
+
"six-input": [
|
|
4694
|
+
"six-error"
|
|
4695
|
+
],
|
|
4696
|
+
"six-range": [
|
|
4697
|
+
"six-error"
|
|
4698
|
+
],
|
|
4699
|
+
"six-select": [
|
|
4700
|
+
"six-error"
|
|
4701
|
+
],
|
|
4702
|
+
"six-switch": [
|
|
4703
|
+
"six-error"
|
|
4704
|
+
],
|
|
4705
|
+
"six-textarea": [
|
|
4706
|
+
"six-error"
|
|
4707
|
+
]
|
|
4708
|
+
}
|
|
4709
|
+
},
|
|
4568
4710
|
{
|
|
4569
4711
|
"filePath": "src/components/six-error-page/six-error-page.tsx",
|
|
4570
4712
|
"encapsulation": "shadow",
|
|
@@ -5456,8 +5598,14 @@
|
|
|
5456
5598
|
}
|
|
5457
5599
|
],
|
|
5458
5600
|
"dependents": [],
|
|
5459
|
-
"dependencies": [
|
|
5460
|
-
|
|
5601
|
+
"dependencies": [
|
|
5602
|
+
"six-error"
|
|
5603
|
+
],
|
|
5604
|
+
"dependencyGraph": {
|
|
5605
|
+
"six-group-label": [
|
|
5606
|
+
"six-error"
|
|
5607
|
+
]
|
|
5608
|
+
}
|
|
5461
5609
|
},
|
|
5462
5610
|
{
|
|
5463
5611
|
"filePath": "src/components/six-header/six-header.tsx",
|
|
@@ -5814,7 +5962,8 @@
|
|
|
5814
5962
|
"six-icon"
|
|
5815
5963
|
],
|
|
5816
5964
|
"six-input": [
|
|
5817
|
-
"six-icon"
|
|
5965
|
+
"six-icon",
|
|
5966
|
+
"six-error"
|
|
5818
5967
|
],
|
|
5819
5968
|
"six-menu": [
|
|
5820
5969
|
"six-menu-item"
|
|
@@ -6259,13 +6408,17 @@
|
|
|
6259
6408
|
"name": "slot",
|
|
6260
6409
|
"text": "help-text - Help text that describes how to use the input. Alternatively, you can use the help-text prop."
|
|
6261
6410
|
},
|
|
6411
|
+
{
|
|
6412
|
+
"name": "slot",
|
|
6413
|
+
"text": "error-text - Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
6414
|
+
},
|
|
6262
6415
|
{
|
|
6263
6416
|
"name": "part",
|
|
6264
6417
|
"text": "base - The component's base wrapper."
|
|
6265
6418
|
},
|
|
6266
6419
|
{
|
|
6267
6420
|
"name": "part",
|
|
6268
|
-
"text": "form-control - The form control that wraps the label, input, and help-text."
|
|
6421
|
+
"text": "form-control - The form control that wraps the label, input, error-text and help-text."
|
|
6269
6422
|
},
|
|
6270
6423
|
{
|
|
6271
6424
|
"name": "part",
|
|
@@ -6294,6 +6447,10 @@
|
|
|
6294
6447
|
{
|
|
6295
6448
|
"name": "part",
|
|
6296
6449
|
"text": "help-text - The input help text."
|
|
6450
|
+
},
|
|
6451
|
+
{
|
|
6452
|
+
"name": "part",
|
|
6453
|
+
"text": "error-text - The input error text."
|
|
6297
6454
|
}
|
|
6298
6455
|
],
|
|
6299
6456
|
"usage": {},
|
|
@@ -6437,10 +6594,10 @@
|
|
|
6437
6594
|
},
|
|
6438
6595
|
{
|
|
6439
6596
|
"name": "errorText",
|
|
6440
|
-
"type": "string",
|
|
6597
|
+
"type": "string | string[]",
|
|
6441
6598
|
"complexType": {
|
|
6442
|
-
"original": "string",
|
|
6443
|
-
"resolved": "string",
|
|
6599
|
+
"original": "string | string[]",
|
|
6600
|
+
"resolved": "string | string[]",
|
|
6444
6601
|
"references": {}
|
|
6445
6602
|
},
|
|
6446
6603
|
"mutable": false,
|
|
@@ -6452,11 +6609,38 @@
|
|
|
6452
6609
|
"values": [
|
|
6453
6610
|
{
|
|
6454
6611
|
"type": "string"
|
|
6612
|
+
},
|
|
6613
|
+
{
|
|
6614
|
+
"type": "string[]"
|
|
6455
6615
|
}
|
|
6456
6616
|
],
|
|
6457
6617
|
"optional": false,
|
|
6458
6618
|
"required": false
|
|
6459
6619
|
},
|
|
6620
|
+
{
|
|
6621
|
+
"name": "errorTextCount",
|
|
6622
|
+
"type": "number | undefined",
|
|
6623
|
+
"complexType": {
|
|
6624
|
+
"original": "number",
|
|
6625
|
+
"resolved": "number | undefined",
|
|
6626
|
+
"references": {}
|
|
6627
|
+
},
|
|
6628
|
+
"mutable": false,
|
|
6629
|
+
"attr": "error-text-count",
|
|
6630
|
+
"reflectToAttr": false,
|
|
6631
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
6632
|
+
"docsTags": [],
|
|
6633
|
+
"values": [
|
|
6634
|
+
{
|
|
6635
|
+
"type": "number"
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"type": "undefined"
|
|
6639
|
+
}
|
|
6640
|
+
],
|
|
6641
|
+
"optional": true,
|
|
6642
|
+
"required": false
|
|
6643
|
+
},
|
|
6460
6644
|
{
|
|
6461
6645
|
"name": "helpText",
|
|
6462
6646
|
"type": "string",
|
|
@@ -7259,6 +7443,10 @@
|
|
|
7259
7443
|
"name": "clear-icon",
|
|
7260
7444
|
"docs": "An icon to use in lieu of the default clear icon."
|
|
7261
7445
|
},
|
|
7446
|
+
{
|
|
7447
|
+
"name": "error-text",
|
|
7448
|
+
"docs": "Error text that is shown when the status is set to invalid. Alternatively, you can use the error-text prop."
|
|
7449
|
+
},
|
|
7262
7450
|
{
|
|
7263
7451
|
"name": "help-text",
|
|
7264
7452
|
"docs": "Help text that describes how to use the input. Alternatively, you can use the help-text prop."
|
|
@@ -7293,9 +7481,13 @@
|
|
|
7293
7481
|
"name": "clear-button",
|
|
7294
7482
|
"docs": "The clear button."
|
|
7295
7483
|
},
|
|
7484
|
+
{
|
|
7485
|
+
"name": "error-text",
|
|
7486
|
+
"docs": "The input error text."
|
|
7487
|
+
},
|
|
7296
7488
|
{
|
|
7297
7489
|
"name": "form-control",
|
|
7298
|
-
"docs": "The form control that wraps the label, input, and help-text."
|
|
7490
|
+
"docs": "The form control that wraps the label, input, error-text and help-text."
|
|
7299
7491
|
},
|
|
7300
7492
|
{
|
|
7301
7493
|
"name": "help-text",
|
|
@@ -7330,11 +7522,13 @@
|
|
|
7330
7522
|
"six-timepicker"
|
|
7331
7523
|
],
|
|
7332
7524
|
"dependencies": [
|
|
7333
|
-
"six-icon"
|
|
7525
|
+
"six-icon",
|
|
7526
|
+
"six-error"
|
|
7334
7527
|
],
|
|
7335
7528
|
"dependencyGraph": {
|
|
7336
7529
|
"six-input": [
|
|
7337
|
-
"six-icon"
|
|
7530
|
+
"six-icon",
|
|
7531
|
+
"six-error"
|
|
7338
7532
|
],
|
|
7339
7533
|
"six-datepicker": [
|
|
7340
7534
|
"six-input"
|
|
@@ -9391,10 +9585,10 @@
|
|
|
9391
9585
|
},
|
|
9392
9586
|
{
|
|
9393
9587
|
"name": "errorText",
|
|
9394
|
-
"type": "string",
|
|
9588
|
+
"type": "string | string[]",
|
|
9395
9589
|
"complexType": {
|
|
9396
|
-
"original": "string",
|
|
9397
|
-
"resolved": "string",
|
|
9590
|
+
"original": "string | string[]",
|
|
9591
|
+
"resolved": "string | string[]",
|
|
9398
9592
|
"references": {}
|
|
9399
9593
|
},
|
|
9400
9594
|
"mutable": false,
|
|
@@ -9406,11 +9600,38 @@
|
|
|
9406
9600
|
"values": [
|
|
9407
9601
|
{
|
|
9408
9602
|
"type": "string"
|
|
9603
|
+
},
|
|
9604
|
+
{
|
|
9605
|
+
"type": "string[]"
|
|
9409
9606
|
}
|
|
9410
9607
|
],
|
|
9411
9608
|
"optional": false,
|
|
9412
9609
|
"required": false
|
|
9413
9610
|
},
|
|
9611
|
+
{
|
|
9612
|
+
"name": "errorTextCount",
|
|
9613
|
+
"type": "number | undefined",
|
|
9614
|
+
"complexType": {
|
|
9615
|
+
"original": "number",
|
|
9616
|
+
"resolved": "number | undefined",
|
|
9617
|
+
"references": {}
|
|
9618
|
+
},
|
|
9619
|
+
"mutable": false,
|
|
9620
|
+
"attr": "error-text-count",
|
|
9621
|
+
"reflectToAttr": false,
|
|
9622
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
9623
|
+
"docsTags": [],
|
|
9624
|
+
"values": [
|
|
9625
|
+
{
|
|
9626
|
+
"type": "number"
|
|
9627
|
+
},
|
|
9628
|
+
{
|
|
9629
|
+
"type": "undefined"
|
|
9630
|
+
}
|
|
9631
|
+
],
|
|
9632
|
+
"optional": true,
|
|
9633
|
+
"required": false
|
|
9634
|
+
},
|
|
9414
9635
|
{
|
|
9415
9636
|
"name": "helpText",
|
|
9416
9637
|
"type": "string",
|
|
@@ -9810,8 +10031,14 @@
|
|
|
9810
10031
|
}
|
|
9811
10032
|
],
|
|
9812
10033
|
"dependents": [],
|
|
9813
|
-
"dependencies": [
|
|
9814
|
-
|
|
10034
|
+
"dependencies": [
|
|
10035
|
+
"six-error"
|
|
10036
|
+
],
|
|
10037
|
+
"dependencyGraph": {
|
|
10038
|
+
"six-range": [
|
|
10039
|
+
"six-error"
|
|
10040
|
+
]
|
|
10041
|
+
}
|
|
9815
10042
|
},
|
|
9816
10043
|
{
|
|
9817
10044
|
"filePath": "src/components/six-root/six-root.tsx",
|
|
@@ -10228,7 +10455,8 @@
|
|
|
10228
10455
|
"six-icon"
|
|
10229
10456
|
],
|
|
10230
10457
|
"six-input": [
|
|
10231
|
-
"six-icon"
|
|
10458
|
+
"six-icon",
|
|
10459
|
+
"six-error"
|
|
10232
10460
|
]
|
|
10233
10461
|
}
|
|
10234
10462
|
},
|
|
@@ -10392,10 +10620,10 @@
|
|
|
10392
10620
|
},
|
|
10393
10621
|
{
|
|
10394
10622
|
"name": "errorText",
|
|
10395
|
-
"type": "string",
|
|
10623
|
+
"type": "string | string[]",
|
|
10396
10624
|
"complexType": {
|
|
10397
|
-
"original": "string",
|
|
10398
|
-
"resolved": "string",
|
|
10625
|
+
"original": "string | string[]",
|
|
10626
|
+
"resolved": "string | string[]",
|
|
10399
10627
|
"references": {}
|
|
10400
10628
|
},
|
|
10401
10629
|
"mutable": false,
|
|
@@ -10407,11 +10635,38 @@
|
|
|
10407
10635
|
"values": [
|
|
10408
10636
|
{
|
|
10409
10637
|
"type": "string"
|
|
10638
|
+
},
|
|
10639
|
+
{
|
|
10640
|
+
"type": "string[]"
|
|
10410
10641
|
}
|
|
10411
10642
|
],
|
|
10412
10643
|
"optional": false,
|
|
10413
10644
|
"required": false
|
|
10414
10645
|
},
|
|
10646
|
+
{
|
|
10647
|
+
"name": "errorTextCount",
|
|
10648
|
+
"type": "number | undefined",
|
|
10649
|
+
"complexType": {
|
|
10650
|
+
"original": "number",
|
|
10651
|
+
"resolved": "number | undefined",
|
|
10652
|
+
"references": {}
|
|
10653
|
+
},
|
|
10654
|
+
"mutable": false,
|
|
10655
|
+
"attr": "error-text-count",
|
|
10656
|
+
"reflectToAttr": false,
|
|
10657
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
10658
|
+
"docsTags": [],
|
|
10659
|
+
"values": [
|
|
10660
|
+
{
|
|
10661
|
+
"type": "number"
|
|
10662
|
+
},
|
|
10663
|
+
{
|
|
10664
|
+
"type": "undefined"
|
|
10665
|
+
}
|
|
10666
|
+
],
|
|
10667
|
+
"optional": true,
|
|
10668
|
+
"required": false
|
|
10669
|
+
},
|
|
10415
10670
|
{
|
|
10416
10671
|
"name": "filter",
|
|
10417
10672
|
"type": "boolean",
|
|
@@ -11014,7 +11269,8 @@
|
|
|
11014
11269
|
"six-icon-button",
|
|
11015
11270
|
"six-icon",
|
|
11016
11271
|
"six-input",
|
|
11017
|
-
"six-menu"
|
|
11272
|
+
"six-menu",
|
|
11273
|
+
"six-error"
|
|
11018
11274
|
],
|
|
11019
11275
|
"dependencyGraph": {
|
|
11020
11276
|
"six-select": [
|
|
@@ -11024,12 +11280,14 @@
|
|
|
11024
11280
|
"six-icon-button",
|
|
11025
11281
|
"six-icon",
|
|
11026
11282
|
"six-input",
|
|
11027
|
-
"six-menu"
|
|
11283
|
+
"six-menu",
|
|
11284
|
+
"six-error"
|
|
11028
11285
|
],
|
|
11029
11286
|
"six-menu-item": [
|
|
11030
11287
|
"six-icon"
|
|
11031
11288
|
],
|
|
11032
11289
|
"six-tag": [
|
|
11290
|
+
"six-tooltip",
|
|
11033
11291
|
"six-icon-button"
|
|
11034
11292
|
],
|
|
11035
11293
|
"six-icon-button": [
|
|
@@ -11041,7 +11299,8 @@
|
|
|
11041
11299
|
"six-menu"
|
|
11042
11300
|
],
|
|
11043
11301
|
"six-input": [
|
|
11044
|
-
"six-icon"
|
|
11302
|
+
"six-icon",
|
|
11303
|
+
"six-error"
|
|
11045
11304
|
],
|
|
11046
11305
|
"six-menu": [
|
|
11047
11306
|
"six-menu-item"
|
|
@@ -11854,6 +12113,10 @@
|
|
|
11854
12113
|
"name": "slot",
|
|
11855
12114
|
"text": "- The switch's label."
|
|
11856
12115
|
},
|
|
12116
|
+
{
|
|
12117
|
+
"name": "slot",
|
|
12118
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
12119
|
+
},
|
|
11857
12120
|
{
|
|
11858
12121
|
"name": "part",
|
|
11859
12122
|
"text": "base - The component's base wrapper."
|
|
@@ -11919,10 +12182,10 @@
|
|
|
11919
12182
|
},
|
|
11920
12183
|
{
|
|
11921
12184
|
"name": "errorText",
|
|
11922
|
-
"type": "string",
|
|
12185
|
+
"type": "string | string[]",
|
|
11923
12186
|
"complexType": {
|
|
11924
|
-
"original": "string",
|
|
11925
|
-
"resolved": "string",
|
|
12187
|
+
"original": "string | string[]",
|
|
12188
|
+
"resolved": "string | string[]",
|
|
11926
12189
|
"references": {}
|
|
11927
12190
|
},
|
|
11928
12191
|
"mutable": false,
|
|
@@ -11934,11 +12197,38 @@
|
|
|
11934
12197
|
"values": [
|
|
11935
12198
|
{
|
|
11936
12199
|
"type": "string"
|
|
12200
|
+
},
|
|
12201
|
+
{
|
|
12202
|
+
"type": "string[]"
|
|
11937
12203
|
}
|
|
11938
12204
|
],
|
|
11939
12205
|
"optional": false,
|
|
11940
12206
|
"required": false
|
|
11941
12207
|
},
|
|
12208
|
+
{
|
|
12209
|
+
"name": "errorTextCount",
|
|
12210
|
+
"type": "number | undefined",
|
|
12211
|
+
"complexType": {
|
|
12212
|
+
"original": "number",
|
|
12213
|
+
"resolved": "number | undefined",
|
|
12214
|
+
"references": {}
|
|
12215
|
+
},
|
|
12216
|
+
"mutable": false,
|
|
12217
|
+
"attr": "error-text-count",
|
|
12218
|
+
"reflectToAttr": false,
|
|
12219
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
12220
|
+
"docsTags": [],
|
|
12221
|
+
"values": [
|
|
12222
|
+
{
|
|
12223
|
+
"type": "number"
|
|
12224
|
+
},
|
|
12225
|
+
{
|
|
12226
|
+
"type": "undefined"
|
|
12227
|
+
}
|
|
12228
|
+
],
|
|
12229
|
+
"optional": true,
|
|
12230
|
+
"required": false
|
|
12231
|
+
},
|
|
11942
12232
|
{
|
|
11943
12233
|
"name": "invalid",
|
|
11944
12234
|
"type": "boolean",
|
|
@@ -12177,6 +12467,10 @@
|
|
|
12177
12467
|
{
|
|
12178
12468
|
"name": "",
|
|
12179
12469
|
"docs": "The switch's label."
|
|
12470
|
+
},
|
|
12471
|
+
{
|
|
12472
|
+
"name": "error-text",
|
|
12473
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
12180
12474
|
}
|
|
12181
12475
|
],
|
|
12182
12476
|
"parts": [
|
|
@@ -12198,8 +12492,14 @@
|
|
|
12198
12492
|
}
|
|
12199
12493
|
],
|
|
12200
12494
|
"dependents": [],
|
|
12201
|
-
"dependencies": [
|
|
12202
|
-
|
|
12495
|
+
"dependencies": [
|
|
12496
|
+
"six-error"
|
|
12497
|
+
],
|
|
12498
|
+
"dependencyGraph": {
|
|
12499
|
+
"six-switch": [
|
|
12500
|
+
"six-error"
|
|
12501
|
+
]
|
|
12502
|
+
}
|
|
12203
12503
|
},
|
|
12204
12504
|
{
|
|
12205
12505
|
"filePath": "src/components/six-tab/six-tab.tsx",
|
|
@@ -12608,13 +12908,7 @@
|
|
|
12608
12908
|
}
|
|
12609
12909
|
],
|
|
12610
12910
|
"listeners": [],
|
|
12611
|
-
"styles": [
|
|
12612
|
-
{
|
|
12613
|
-
"name": "--tabs-border-color",
|
|
12614
|
-
"annotation": "prop",
|
|
12615
|
-
"docs": "The color of the border that separates tabs."
|
|
12616
|
-
}
|
|
12617
|
-
],
|
|
12911
|
+
"styles": [],
|
|
12618
12912
|
"slots": [
|
|
12619
12913
|
{
|
|
12620
12914
|
"name": "",
|
|
@@ -12961,10 +13255,12 @@
|
|
|
12961
13255
|
"six-select"
|
|
12962
13256
|
],
|
|
12963
13257
|
"dependencies": [
|
|
13258
|
+
"six-tooltip",
|
|
12964
13259
|
"six-icon-button"
|
|
12965
13260
|
],
|
|
12966
13261
|
"dependencyGraph": {
|
|
12967
13262
|
"six-tag": [
|
|
13263
|
+
"six-tooltip",
|
|
12968
13264
|
"six-icon-button"
|
|
12969
13265
|
],
|
|
12970
13266
|
"six-icon-button": [
|
|
@@ -13142,10 +13438,10 @@
|
|
|
13142
13438
|
},
|
|
13143
13439
|
{
|
|
13144
13440
|
"name": "errorText",
|
|
13145
|
-
"type": "string",
|
|
13441
|
+
"type": "string | string[]",
|
|
13146
13442
|
"complexType": {
|
|
13147
|
-
"original": "string",
|
|
13148
|
-
"resolved": "string",
|
|
13443
|
+
"original": "string | string[]",
|
|
13444
|
+
"resolved": "string | string[]",
|
|
13149
13445
|
"references": {}
|
|
13150
13446
|
},
|
|
13151
13447
|
"mutable": false,
|
|
@@ -13157,11 +13453,38 @@
|
|
|
13157
13453
|
"values": [
|
|
13158
13454
|
{
|
|
13159
13455
|
"type": "string"
|
|
13456
|
+
},
|
|
13457
|
+
{
|
|
13458
|
+
"type": "string[]"
|
|
13160
13459
|
}
|
|
13161
13460
|
],
|
|
13162
13461
|
"optional": false,
|
|
13163
13462
|
"required": false
|
|
13164
13463
|
},
|
|
13464
|
+
{
|
|
13465
|
+
"name": "errorTextCount",
|
|
13466
|
+
"type": "number | undefined",
|
|
13467
|
+
"complexType": {
|
|
13468
|
+
"original": "number",
|
|
13469
|
+
"resolved": "number | undefined",
|
|
13470
|
+
"references": {}
|
|
13471
|
+
},
|
|
13472
|
+
"mutable": false,
|
|
13473
|
+
"attr": "error-text-count",
|
|
13474
|
+
"reflectToAttr": false,
|
|
13475
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
13476
|
+
"docsTags": [],
|
|
13477
|
+
"values": [
|
|
13478
|
+
{
|
|
13479
|
+
"type": "number"
|
|
13480
|
+
},
|
|
13481
|
+
{
|
|
13482
|
+
"type": "undefined"
|
|
13483
|
+
}
|
|
13484
|
+
],
|
|
13485
|
+
"optional": true,
|
|
13486
|
+
"required": false
|
|
13487
|
+
},
|
|
13165
13488
|
{
|
|
13166
13489
|
"name": "helpText",
|
|
13167
13490
|
"type": "string",
|
|
@@ -13820,8 +14143,14 @@
|
|
|
13820
14143
|
}
|
|
13821
14144
|
],
|
|
13822
14145
|
"dependents": [],
|
|
13823
|
-
"dependencies": [
|
|
13824
|
-
|
|
14146
|
+
"dependencies": [
|
|
14147
|
+
"six-error"
|
|
14148
|
+
],
|
|
14149
|
+
"dependencyGraph": {
|
|
14150
|
+
"six-textarea": [
|
|
14151
|
+
"six-error"
|
|
14152
|
+
]
|
|
14153
|
+
}
|
|
13825
14154
|
},
|
|
13826
14155
|
{
|
|
13827
14156
|
"filePath": "src/components/six-tile/six-tile.tsx",
|
|
@@ -14148,6 +14477,10 @@
|
|
|
14148
14477
|
"name": "status",
|
|
14149
14478
|
"text": "experimental"
|
|
14150
14479
|
},
|
|
14480
|
+
{
|
|
14481
|
+
"name": "slot",
|
|
14482
|
+
"text": "error-text - Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
14483
|
+
},
|
|
14151
14484
|
{
|
|
14152
14485
|
"name": "part",
|
|
14153
14486
|
"text": "input - The input field"
|
|
@@ -14255,10 +14588,10 @@
|
|
|
14255
14588
|
},
|
|
14256
14589
|
{
|
|
14257
14590
|
"name": "errorText",
|
|
14258
|
-
"type": "string",
|
|
14591
|
+
"type": "string | string[]",
|
|
14259
14592
|
"complexType": {
|
|
14260
|
-
"original": "string",
|
|
14261
|
-
"resolved": "string",
|
|
14593
|
+
"original": "string | string[]",
|
|
14594
|
+
"resolved": "string | string[]",
|
|
14262
14595
|
"references": {}
|
|
14263
14596
|
},
|
|
14264
14597
|
"mutable": false,
|
|
@@ -14270,11 +14603,38 @@
|
|
|
14270
14603
|
"values": [
|
|
14271
14604
|
{
|
|
14272
14605
|
"type": "string"
|
|
14606
|
+
},
|
|
14607
|
+
{
|
|
14608
|
+
"type": "string[]"
|
|
14273
14609
|
}
|
|
14274
14610
|
],
|
|
14275
14611
|
"optional": false,
|
|
14276
14612
|
"required": false
|
|
14277
14613
|
},
|
|
14614
|
+
{
|
|
14615
|
+
"name": "errorTextCount",
|
|
14616
|
+
"type": "number | undefined",
|
|
14617
|
+
"complexType": {
|
|
14618
|
+
"original": "number",
|
|
14619
|
+
"resolved": "number | undefined",
|
|
14620
|
+
"references": {}
|
|
14621
|
+
},
|
|
14622
|
+
"mutable": false,
|
|
14623
|
+
"attr": "error-text-count",
|
|
14624
|
+
"reflectToAttr": false,
|
|
14625
|
+
"docs": "The number of error texts to be shown (if the error-text slot isn't used). Defaults to 1",
|
|
14626
|
+
"docsTags": [],
|
|
14627
|
+
"values": [
|
|
14628
|
+
{
|
|
14629
|
+
"type": "number"
|
|
14630
|
+
},
|
|
14631
|
+
{
|
|
14632
|
+
"type": "undefined"
|
|
14633
|
+
}
|
|
14634
|
+
],
|
|
14635
|
+
"optional": true,
|
|
14636
|
+
"required": false
|
|
14637
|
+
},
|
|
14278
14638
|
{
|
|
14279
14639
|
"name": "format",
|
|
14280
14640
|
"type": "\"HH\" | \"HH:mm\" | \"HH:mm:ss\" | \"HH:mm:ss:ms\" | \"hh:aa\" | \"hh:mm:aa\" | \"hh:mm:ss:aa\" | \"hh:mm:ss:ms:aa\" | \"mm\" | \"ms\" | \"ss\"",
|
|
@@ -14830,7 +15190,12 @@
|
|
|
14830
15190
|
}
|
|
14831
15191
|
],
|
|
14832
15192
|
"styles": [],
|
|
14833
|
-
"slots": [
|
|
15193
|
+
"slots": [
|
|
15194
|
+
{
|
|
15195
|
+
"name": "error-text",
|
|
15196
|
+
"docs": "Error text that is shown for validation errors. Alternatively, you can use the error-text prop."
|
|
15197
|
+
}
|
|
15198
|
+
],
|
|
14834
15199
|
"parts": [
|
|
14835
15200
|
{
|
|
14836
15201
|
"name": "container",
|
|
@@ -14867,7 +15232,8 @@
|
|
|
14867
15232
|
"six-icon"
|
|
14868
15233
|
],
|
|
14869
15234
|
"six-input": [
|
|
14870
|
-
"six-icon"
|
|
15235
|
+
"six-icon",
|
|
15236
|
+
"six-error"
|
|
14871
15237
|
],
|
|
14872
15238
|
"six-datepicker": [
|
|
14873
15239
|
"six-timepicker"
|
|
@@ -15287,10 +15653,14 @@
|
|
|
15287
15653
|
}
|
|
15288
15654
|
],
|
|
15289
15655
|
"dependents": [
|
|
15656
|
+
"six-tag",
|
|
15290
15657
|
"six-tile"
|
|
15291
15658
|
],
|
|
15292
15659
|
"dependencies": [],
|
|
15293
15660
|
"dependencyGraph": {
|
|
15661
|
+
"six-tag": [
|
|
15662
|
+
"six-tooltip"
|
|
15663
|
+
],
|
|
15294
15664
|
"six-tile": [
|
|
15295
15665
|
"six-tooltip"
|
|
15296
15666
|
]
|