@plusui/library 0.1.3 → 0.1.5
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/cdn/components/accordion/accordion.js +34 -9
- package/cdn/components/accordion/accordion.style.js +2 -2
- package/cdn/components/accordion/index.js +4 -3
- package/cdn/components/accordion-group/accordion-group.js +5 -4
- package/cdn/components/accordion-group/index.js +4 -3
- package/cdn/components/alert/alert.js +25 -14
- package/cdn/components/alert/index.js +5 -4
- package/cdn/components/avatar/avatar.js +26 -11
- package/cdn/components/avatar/avatar.style.js +1 -1
- package/cdn/components/avatar/index.js +6 -5
- package/cdn/components/badge/badge.host.style.js +1 -1
- package/cdn/components/badge/badge.js +5 -5
- package/cdn/components/badge/index.js +5 -5
- package/cdn/components/base/index.js +2 -2
- package/cdn/components/base/tailwind-base.js +3 -3
- package/cdn/components/breadcrumb/breadcrumb.js +3 -3
- package/cdn/components/breadcrumb/index.js +3 -3
- package/cdn/components/breadcrumb-item/breadcrumb-item.js +9 -8
- package/cdn/components/breadcrumb-item/index.js +5 -4
- package/cdn/components/button/button.js +12 -8
- package/cdn/components/button/index.js +5 -4
- package/cdn/components/button-group/button-group.js +19 -29
- package/cdn/components/button-group/index.js +5 -4
- package/cdn/components/checkbox/checkbox.js +13 -16
- package/cdn/components/checkbox/index.js +6 -9
- package/cdn/components/checkbox-group/checkbox-group.js +41 -20
- package/cdn/components/checkbox-group/index.js +4 -3
- package/cdn/components/chip/chip.js +9 -8
- package/cdn/components/chip/index.js +5 -4
- package/cdn/components/divider/divider.js +4 -4
- package/cdn/components/divider/divider.style.js +1 -1
- package/cdn/components/divider/index.js +4 -4
- package/cdn/components/drawer/drawer.js +12 -6
- package/cdn/components/drawer/index.js +5 -4
- package/cdn/components/dropdown/dropdown.js +10 -9
- package/cdn/components/dropdown/index.js +6 -5
- package/cdn/components/dropdown-item/dropdown-item.js +8 -7
- package/cdn/components/dropdown-item/index.js +6 -5
- package/cdn/components/icon/icon-registry.js +103 -0
- package/cdn/components/icon/icon.js +198 -2956
- package/cdn/components/icon/index.js +10 -3
- package/cdn/components/icon/light-icons.js +8 -0
- package/cdn/components/icon/regular-icons.js +10 -0
- package/cdn/components/icon/solid-icons.js +34 -0
- package/cdn/components/index.js +15 -14
- package/cdn/components/input/index.js +7 -6
- package/cdn/components/input/input.js +48 -23
- package/cdn/components/link/index.js +4 -3
- package/cdn/components/link/link.js +8 -7
- package/cdn/components/list-box-item/index.js +5 -4
- package/cdn/components/list-box-item/list-box-item.js +9 -16
- package/cdn/components/modal/index.js +5 -4
- package/cdn/components/modal/modal.js +20 -9
- package/cdn/components/popconfirm/index.js +6 -5
- package/cdn/components/popconfirm/popconfirm.js +16 -19
- package/cdn/components/popover/index.js +6 -5
- package/cdn/components/popover/popover.js +29 -14
- package/cdn/components/radio/index.js +6 -5
- package/cdn/components/radio/radio.js +18 -35
- package/cdn/components/radio-group/index.js +4 -3
- package/cdn/components/radio-group/radio-group.js +10 -9
- package/cdn/components/rating/index.js +7 -9
- package/cdn/components/rating/rating.js +12 -16
- package/cdn/components/segmented-picker/index.js +3 -3
- package/cdn/components/segmented-picker/segmented-picker.component.js +3 -3
- package/cdn/components/segmented-picker-item/index.js +5 -4
- package/cdn/components/segmented-picker-item/segmented-picker-item.component.js +10 -16
- package/cdn/components/select/index.js +6 -5
- package/cdn/components/select/select.js +34 -18
- package/cdn/components/select/select.style.js +5 -1
- package/cdn/components/select-item/index.js +6 -5
- package/cdn/components/select-item/select-item.js +8 -7
- package/cdn/components/service/index.js +5 -8
- package/cdn/components/service/service.js +6 -9
- package/cdn/components/tab/index.js +5 -4
- package/cdn/components/tab/tab.js +15 -11
- package/cdn/components/tab-group/index.js +5 -4
- package/cdn/components/tab-group/tab-group.js +11 -8
- package/cdn/components/tab-panel/index.js +4 -3
- package/cdn/components/tab-panel/tab-panel.js +7 -7
- package/cdn/components/tag/index.js +5 -4
- package/cdn/components/tag/tag.js +7 -9
- package/cdn/components/text/index.js +3 -3
- package/cdn/components/text/text.js +3 -3
- package/cdn/components/textarea/index.js +7 -6
- package/cdn/components/textarea/textarea.js +18 -12
- package/cdn/components/toast/index.js +4 -7
- package/cdn/components/toast/toast.js +9 -12
- package/cdn/components/toast-container/index.js +5 -8
- package/cdn/components/toast-container/toast-container.js +5 -8
- package/cdn/components/toggle/index.js +8 -11
- package/cdn/components/toggle/toggle.js +24 -26
- package/cdn/components/tooltip/index.js +5 -5
- package/cdn/components/tooltip/tooltip.js +5 -5
- package/cdn/factory/tailwind-factory.js +7 -7
- package/cdn/floating-ui.dom-CXNHR8n2.js +1 -0
- package/cdn/{floating-ui.dom-BpzIshEG.js → floating-ui.dom-OBaMlALa.js} +14 -26
- package/cdn/global-CFlb4NrK.js +31 -0
- package/cdn/global-DJT9VHCE.js +1 -0
- package/cdn/{if-defined-CIB8OTrH.js → if-defined-CQ5F5a3V.js} +1 -1
- package/{dist/if-defined-DpyZ37D-.js → cdn/if-defined-D-m3dgRf.js} +1 -1
- package/cdn/lit-element-ByzbtpGk.js +27 -0
- package/cdn/lit-element-DNNEDGnu.js +23 -0
- package/cdn/{live-C1eBrEBV.js → live-BOAtKRUN.js} +1 -1
- package/cdn/{live-CYp4nasd.js → live-Ba4FL2pG.js} +1 -1
- package/cdn/loader.js +3 -7
- package/cdn/property-DLlzgs39.js +7 -0
- package/cdn/{property-Dz31PgR6.js → property-DiPQx9S3.js} +2 -2
- package/{dist/query-assigned-elements-BjEeiBhg.js → cdn/query-assigned-elements-D78NayL0.js} +1 -1
- package/{dist/state-CQcls-Yf.js → cdn/state-CoIPL7X5.js} +1 -1
- package/cdn/{state-BRspp5eU.js → state-D1d5Sfj8.js} +1 -1
- package/{dist/style-map-Cgr6kXUm.js → cdn/style-map-DC_vNus2.js} +1 -1
- package/cdn/{style-map-BYRi_l0u.js → style-map-Z-XBeQmS.js} +1 -1
- package/cdn/utils/boolean-converter.js +30 -0
- package/custom-elements.json +663 -355
- package/dist/components/accordion/accordion.d.ts +1 -1
- package/dist/components/accordion/accordion.d.ts.map +1 -1
- package/dist/components/accordion/accordion.js +33 -8
- package/dist/components/accordion/accordion.js.map +1 -1
- package/dist/components/accordion/accordion.style.js +2 -2
- package/dist/components/accordion/accordion.style.js.map +1 -1
- package/dist/components/accordion/index.js +3 -2
- package/dist/components/accordion-group/accordion-group.d.ts +1 -1
- package/dist/components/accordion-group/accordion-group.d.ts.map +1 -1
- package/dist/components/accordion-group/accordion-group.js +4 -3
- package/dist/components/accordion-group/accordion-group.js.map +1 -1
- package/dist/components/accordion-group/index.js +3 -2
- package/dist/components/alert/alert.d.ts +1 -1
- package/dist/components/alert/alert.d.ts.map +1 -1
- package/dist/components/alert/alert.js +24 -13
- package/dist/components/alert/alert.js.map +1 -1
- package/dist/components/alert/index.js +4 -3
- package/dist/components/avatar/avatar.d.ts +4 -3
- package/dist/components/avatar/avatar.d.ts.map +1 -1
- package/dist/components/avatar/avatar.js +25 -10
- package/dist/components/avatar/avatar.js.map +1 -1
- package/dist/components/avatar/avatar.style.js +1 -1
- package/dist/components/avatar/avatar.style.js.map +1 -1
- package/dist/components/avatar/index.js +5 -4
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/badge/badge.host.style.js +1 -1
- package/dist/components/badge/badge.js +4 -4
- package/dist/components/badge/index.js +4 -4
- package/dist/components/base/index.js +1 -1
- package/dist/components/base/tailwind-base.js +2 -2
- package/dist/components/breadcrumb/breadcrumb.d.ts +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +2 -2
- package/dist/components/breadcrumb/index.js +2 -2
- package/dist/components/breadcrumb-item/breadcrumb-item.d.ts.map +1 -1
- package/dist/components/breadcrumb-item/breadcrumb-item.js +8 -7
- package/dist/components/breadcrumb-item/breadcrumb-item.js.map +1 -1
- package/dist/components/breadcrumb-item/index.js +4 -3
- package/dist/components/button/button.d.ts +1 -1
- package/dist/components/button/button.d.ts.map +1 -1
- package/dist/components/button/button.js +11 -7
- package/dist/components/button/button.js.map +1 -1
- package/dist/components/button/index.js +4 -3
- package/dist/components/button-group/button-group.d.ts +2 -2
- package/dist/components/button-group/button-group.d.ts.map +1 -1
- package/dist/components/button-group/button-group.js +18 -28
- package/dist/components/button-group/button-group.js.map +1 -1
- package/dist/components/button-group/index.js +4 -3
- package/dist/components/checkbox/checkbox.d.ts +1 -2
- package/dist/components/checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox.js +12 -15
- package/dist/components/checkbox/checkbox.js.map +1 -1
- package/dist/components/checkbox/index.js +5 -8
- package/dist/components/checkbox-group/checkbox-group.d.ts +2 -3
- package/dist/components/checkbox-group/checkbox-group.d.ts.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.js +40 -19
- package/dist/components/checkbox-group/checkbox-group.js.map +1 -1
- package/dist/components/checkbox-group/index.js +3 -2
- package/dist/components/chip/chip.d.ts +1 -1
- package/dist/components/chip/chip.d.ts.map +1 -1
- package/dist/components/chip/chip.js +8 -7
- package/dist/components/chip/chip.js.map +1 -1
- package/dist/components/chip/index.js +4 -3
- package/dist/components/divider/divider.d.ts +1 -1
- package/dist/components/divider/divider.js +3 -3
- package/dist/components/divider/divider.style.js +1 -1
- package/dist/components/divider/index.js +3 -3
- package/dist/components/drawer/drawer.d.ts +1 -1
- package/dist/components/drawer/drawer.d.ts.map +1 -1
- package/dist/components/drawer/drawer.js +11 -5
- package/dist/components/drawer/drawer.js.map +1 -1
- package/dist/components/drawer/index.js +4 -3
- package/dist/components/dropdown/dropdown.d.ts +1 -1
- package/dist/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/components/dropdown/dropdown.js +9 -8
- package/dist/components/dropdown/dropdown.js.map +1 -1
- package/dist/components/dropdown/index.js +5 -4
- package/dist/components/dropdown-item/dropdown-item.d.ts +1 -1
- package/dist/components/dropdown-item/dropdown-item.d.ts.map +1 -1
- package/dist/components/dropdown-item/dropdown-item.js +7 -6
- package/dist/components/dropdown-item/dropdown-item.js.map +1 -1
- package/dist/components/dropdown-item/index.js +5 -4
- package/dist/components/icon/icon-registry.d.ts +50 -0
- package/dist/components/icon/icon-registry.d.ts.map +1 -0
- package/dist/components/icon/icon-registry.js +103 -0
- package/dist/components/icon/icon-registry.js.map +1 -0
- package/dist/components/icon/icon.d.ts +55 -7
- package/dist/components/icon/icon.d.ts.map +1 -1
- package/dist/components/icon/icon.js +198 -2956
- package/dist/components/icon/icon.js.map +1 -1
- package/dist/components/icon/index.d.ts +3 -1
- package/dist/components/icon/index.d.ts.map +1 -1
- package/dist/components/icon/index.js +10 -3
- package/dist/components/icon/index.js.map +1 -1
- package/dist/components/icon/light-icons.d.ts +7 -0
- package/dist/components/icon/light-icons.d.ts.map +1 -0
- package/dist/components/icon/light-icons.js +8 -0
- package/dist/components/icon/light-icons.js.map +1 -0
- package/dist/components/icon/regular-icons.d.ts +9 -0
- package/dist/components/icon/regular-icons.d.ts.map +1 -0
- package/dist/components/icon/regular-icons.js +10 -0
- package/dist/components/icon/regular-icons.js.map +1 -0
- package/dist/components/icon/solid-icons.d.ts +28 -0
- package/dist/components/icon/solid-icons.d.ts.map +1 -0
- package/dist/components/icon/solid-icons.js +34 -0
- package/dist/components/icon/solid-icons.js.map +1 -0
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +14 -13
- package/dist/components/index.js.map +1 -1
- package/dist/components/input/index.js +6 -5
- package/dist/components/input/input.d.ts +10 -3
- package/dist/components/input/input.d.ts.map +1 -1
- package/dist/components/input/input.js +47 -22
- package/dist/components/input/input.js.map +1 -1
- package/dist/components/link/index.js +3 -2
- package/dist/components/link/link.d.ts +1 -1
- package/dist/components/link/link.d.ts.map +1 -1
- package/dist/components/link/link.js +7 -6
- package/dist/components/link/link.js.map +1 -1
- package/dist/components/list-box-item/index.js +4 -3
- package/dist/components/list-box-item/list-box-item.d.ts +3 -11
- package/dist/components/list-box-item/list-box-item.d.ts.map +1 -1
- package/dist/components/list-box-item/list-box-item.js +8 -15
- package/dist/components/list-box-item/list-box-item.js.map +1 -1
- package/dist/components/modal/index.js +4 -3
- package/dist/components/modal/modal.d.ts +1 -1
- package/dist/components/modal/modal.d.ts.map +1 -1
- package/dist/components/modal/modal.js +19 -8
- package/dist/components/modal/modal.js.map +1 -1
- package/dist/components/popconfirm/index.js +5 -4
- package/dist/components/popconfirm/popconfirm.d.ts +1 -7
- package/dist/components/popconfirm/popconfirm.d.ts.map +1 -1
- package/dist/components/popconfirm/popconfirm.js +15 -18
- package/dist/components/popconfirm/popconfirm.js.map +1 -1
- package/dist/components/popover/index.js +5 -4
- package/dist/components/popover/popover.d.ts +1 -1
- package/dist/components/popover/popover.d.ts.map +1 -1
- package/dist/components/popover/popover.js +28 -13
- package/dist/components/popover/popover.js.map +1 -1
- package/dist/components/radio/index.js +5 -4
- package/dist/components/radio/radio.d.ts +8 -26
- package/dist/components/radio/radio.d.ts.map +1 -1
- package/dist/components/radio/radio.js +17 -34
- package/dist/components/radio/radio.js.map +1 -1
- package/dist/components/radio-group/index.js +3 -2
- package/dist/components/radio-group/radio-group.d.ts +4 -4
- package/dist/components/radio-group/radio-group.d.ts.map +1 -1
- package/dist/components/radio-group/radio-group.js +9 -8
- package/dist/components/radio-group/radio-group.js.map +1 -1
- package/dist/components/rating/index.js +6 -8
- package/dist/components/rating/rating.d.ts +1 -2
- package/dist/components/rating/rating.d.ts.map +1 -1
- package/dist/components/rating/rating.js +11 -15
- package/dist/components/rating/rating.js.map +1 -1
- package/dist/components/segmented-picker/index.js +2 -2
- package/dist/components/segmented-picker/segmented-picker.component.d.ts +1 -1
- package/dist/components/segmented-picker/segmented-picker.component.js +2 -2
- package/dist/components/segmented-picker-item/index.js +4 -3
- package/dist/components/segmented-picker-item/segmented-picker-item.component.d.ts +4 -11
- package/dist/components/segmented-picker-item/segmented-picker-item.component.d.ts.map +1 -1
- package/dist/components/segmented-picker-item/segmented-picker-item.component.js +9 -15
- package/dist/components/segmented-picker-item/segmented-picker-item.component.js.map +1 -1
- package/dist/components/select/index.js +5 -4
- package/dist/components/select/select.d.ts +6 -1
- package/dist/components/select/select.d.ts.map +1 -1
- package/dist/components/select/select.js +33 -17
- package/dist/components/select/select.js.map +1 -1
- package/dist/components/select/select.style.d.ts +28 -0
- package/dist/components/select/select.style.d.ts.map +1 -1
- package/dist/components/select/select.style.js +5 -1
- package/dist/components/select/select.style.js.map +1 -1
- package/dist/components/select-item/index.js +5 -4
- package/dist/components/select-item/select-item.d.ts +1 -1
- package/dist/components/select-item/select-item.d.ts.map +1 -1
- package/dist/components/select-item/select-item.js +7 -6
- package/dist/components/select-item/select-item.js.map +1 -1
- package/dist/components/service/index.js +4 -7
- package/dist/components/service/service.d.ts +1 -1
- package/dist/components/service/service.js +5 -8
- package/dist/components/tab/index.js +4 -3
- package/dist/components/tab/tab.d.ts +3 -3
- package/dist/components/tab/tab.d.ts.map +1 -1
- package/dist/components/tab/tab.js +14 -10
- package/dist/components/tab/tab.js.map +1 -1
- package/dist/components/tab-group/index.js +4 -3
- package/dist/components/tab-group/tab-group.d.ts +2 -2
- package/dist/components/tab-group/tab-group.d.ts.map +1 -1
- package/dist/components/tab-group/tab-group.js +10 -7
- package/dist/components/tab-group/tab-group.js.map +1 -1
- package/dist/components/tab-panel/index.js +3 -2
- package/dist/components/tab-panel/tab-panel.d.ts +3 -4
- package/dist/components/tab-panel/tab-panel.d.ts.map +1 -1
- package/dist/components/tab-panel/tab-panel.js +6 -6
- package/dist/components/tab-panel/tab-panel.js.map +1 -1
- package/dist/components/tag/index.js +4 -3
- package/dist/components/tag/tag.d.ts +2 -5
- package/dist/components/tag/tag.d.ts.map +1 -1
- package/dist/components/tag/tag.js +6 -8
- package/dist/components/tag/tag.js.map +1 -1
- package/dist/components/text/index.js +2 -2
- package/dist/components/text/text.d.ts +1 -1
- package/dist/components/text/text.js +2 -2
- package/dist/components/textarea/index.js +6 -5
- package/dist/components/textarea/textarea.d.ts +1 -1
- package/dist/components/textarea/textarea.d.ts.map +1 -1
- package/dist/components/textarea/textarea.js +17 -11
- package/dist/components/textarea/textarea.js.map +1 -1
- package/dist/components/toast/index.js +3 -6
- package/dist/components/toast/toast.d.ts +1 -2
- package/dist/components/toast/toast.d.ts.map +1 -1
- package/dist/components/toast/toast.js +8 -11
- package/dist/components/toast/toast.js.map +1 -1
- package/dist/components/toast-container/index.js +4 -7
- package/dist/components/toast-container/toast-container.d.ts +1 -1
- package/dist/components/toast-container/toast-container.js +4 -7
- package/dist/components/toggle/index.js +7 -10
- package/dist/components/toggle/toggle.d.ts +2 -4
- package/dist/components/toggle/toggle.d.ts.map +1 -1
- package/dist/components/toggle/toggle.js +23 -25
- package/dist/components/toggle/toggle.js.map +1 -1
- package/dist/components/tooltip/index.js +4 -4
- package/dist/components/tooltip/tooltip.d.ts +1 -1
- package/dist/components/tooltip/tooltip.js +4 -4
- package/dist/factory/tailwind-factory.d.ts.map +1 -1
- package/dist/factory/tailwind-factory.js +6 -6
- package/dist/floating-ui.dom-D2kZGcxs.js +1 -0
- package/dist/{floating-ui.dom-BpzIshEG.js → floating-ui.dom-OBaMlALa.js} +14 -26
- package/{cdn/if-defined-DpyZ37D-.js → dist/if-defined-D-m3dgRf.js} +1 -1
- package/dist/{if-defined-ByWlXMXY.js → if-defined-Lnht-wFh.js} +1 -1
- package/dist/index.css +1 -1
- package/dist/lit-element-BrXyG1pe.js +23 -0
- package/dist/lit-element-ByzbtpGk.js +27 -0
- package/dist/{live-C1eBrEBV.js → live-BOAtKRUN.js} +1 -1
- package/dist/{live-pVFa0Jqn.js → live-BmuA0KMh.js} +1 -1
- package/dist/model/plus.d.ts.map +1 -1
- package/dist/property-B6euWYsa.js +7 -0
- package/dist/{property-Dz31PgR6.js → property-DiPQx9S3.js} +2 -2
- package/dist/{query-RRtZCxQ7.js → query-CS0ORr77.js} +1 -1
- package/{cdn/query-assigned-elements-BVENYXMn.js → dist/query-assigned-elements-kixPV2ud.js} +2 -2
- package/{cdn/state-hFbsBSdV.js → dist/state-CLE0KCMj.js} +1 -1
- package/dist/{state-BRspp5eU.js → state-D1d5Sfj8.js} +1 -1
- package/{cdn/style-map-Cgr6kXUm.js → dist/style-map-DC_vNus2.js} +1 -1
- package/dist/{style-map-BRcUXxgF.js → style-map-YDK_mtXK.js} +1 -1
- package/dist/styles/global.js +2 -2
- package/dist/utils/boolean-converter.d.ts +21 -0
- package/dist/utils/boolean-converter.d.ts.map +1 -0
- package/dist/utils/boolean-converter.js +30 -0
- package/dist/utils/boolean-converter.js.map +1 -0
- package/eslint/custom-element-eslint-rules.js +9 -9
- package/package.json +2 -6
- package/public/html/index.js +15772 -0
- package/public/react/index.d.ts +6908 -0
- package/public/react/index.js +17355 -0
- package/react/PlusAccordion.js +9 -9
- package/react/PlusAccordionGroup.js +3 -1
- package/react/PlusAlert.js +9 -9
- package/react/PlusAvatar.d.ts +1 -1
- package/react/PlusAvatar.js +3 -1
- package/react/PlusBadge.js +3 -1
- package/react/PlusBreadcrumb.js +3 -1
- package/react/PlusBreadcrumbItem.js +3 -1
- package/react/PlusButton.js +3 -1
- package/react/PlusButtonGroup.js +3 -1
- package/react/PlusCheckbox.js +17 -9
- package/react/PlusCheckboxGroup.js +9 -9
- package/react/PlusChip.js +3 -1
- package/react/PlusDivider.js +9 -9
- package/react/PlusDrawer.js +7 -1
- package/react/PlusDropDownItem.js +9 -9
- package/react/PlusDropdown.js +9 -9
- package/react/PlusIcon.d.ts +17 -3
- package/react/PlusIcon.js +8 -4
- package/react/PlusInput.d.ts +5 -8
- package/react/PlusInput.js +16 -13
- package/react/PlusLink.js +3 -1
- package/react/PlusListBoxItem.d.ts +2 -4
- package/react/PlusListBoxItem.js +9 -9
- package/react/PlusModal.js +7 -1
- package/react/PlusPopconfirm.d.ts +2 -8
- package/react/PlusPopconfirm.js +9 -9
- package/react/PlusPopover.js +11 -11
- package/react/PlusRadio.d.ts +7 -7
- package/react/PlusRadio.js +12 -9
- package/react/PlusRadioGroup.d.ts +3 -3
- package/react/PlusRadioGroup.js +3 -1
- package/react/PlusRating.js +12 -9
- package/react/PlusSegmentedPicker.js +9 -9
- package/react/PlusSegmentedPickerItem.d.ts +5 -2
- package/react/PlusSegmentedPickerItem.js +3 -1
- package/react/PlusSelect.d.ts +3 -0
- package/react/PlusSelect.js +11 -9
- package/react/PlusSelectItem.js +9 -9
- package/react/PlusService.js +3 -1
- package/react/PlusTab.d.ts +2 -2
- package/react/PlusTab.js +3 -1
- package/react/PlusTabGroup.d.ts +1 -1
- package/react/PlusTabGroup.js +9 -9
- package/react/PlusTabPanel.d.ts +2 -2
- package/react/PlusTabPanel.js +3 -1
- package/react/PlusTag.js +3 -1
- package/react/PlusText.js +3 -1
- package/react/PlusTextarea.js +14 -9
- package/react/PlusToast.js +9 -9
- package/react/PlusToastContainer.js +3 -1
- package/react/PlusToggle.d.ts +0 -3
- package/react/PlusToggle.js +14 -11
- package/react/PlusTooltip.js +3 -1
- package/react/Tailwind.js +3 -1
- package/react/index.d.ts +1 -2
- package/react/index.js +1 -2
- package/types/custom-element-jsx.d.ts +61 -68
- package/types/custom-element-solidjs.d.ts +64 -73
- package/types/custom-element-svelte.d.ts +61 -68
- package/types/custom-element-vuejs.d.ts +61 -68
- package/vscode.css-custom-data.json +17 -0
- package/vscode.html-custom-data.json +103 -78
- package/web-types.json +163 -120
- package/cdn/components/svg-icon/icons.js +0 -31
- package/cdn/components/svg-icon/index.js +0 -8
- package/cdn/components/svg-icon/svg-icon.js +0 -31
- package/cdn/floating-ui.dom-BYyWpmHF.js +0 -1
- package/cdn/global-CvNEUQeA.js +0 -31
- package/cdn/global-DePk2FdN.js +0 -1
- package/cdn/lit-element-BNK__jO-.js +0 -27
- package/cdn/lit-element-CSuLHuHb.js +0 -22
- package/cdn/property-B8EDuyz_.js +0 -7
- package/cdn/unsafe-html-BXTWMFA8.js +0 -10
- package/cdn/unsafe-html-CFzahWAO.js +0 -6
- package/dist/components/svg-icon/icons.d.ts +0 -25
- package/dist/components/svg-icon/icons.d.ts.map +0 -1
- package/dist/components/svg-icon/icons.js +0 -31
- package/dist/components/svg-icon/icons.js.map +0 -1
- package/dist/components/svg-icon/index.d.ts +0 -3
- package/dist/components/svg-icon/index.d.ts.map +0 -1
- package/dist/components/svg-icon/index.js +0 -8
- package/dist/components/svg-icon/index.js.map +0 -1
- package/dist/components/svg-icon/svg-icon.d.ts +0 -9
- package/dist/components/svg-icon/svg-icon.d.ts.map +0 -1
- package/dist/components/svg-icon/svg-icon.js +0 -31
- package/dist/components/svg-icon/svg-icon.js.map +0 -1
- package/dist/floating-ui.dom-CC_JVmd9.js +0 -1
- package/dist/lit-element-B7kcWHze.js +0 -22
- package/dist/lit-element-BNK__jO-.js +0 -27
- package/dist/property-Bb1Db6at.js +0 -7
- package/dist/unsafe-html-BXTWMFA8.js +0 -10
- package/dist/unsafe-html-CglCgc9K.js +0 -6
- package/react/PlusSvgIcon.d.ts +0 -52
- package/react/PlusSvgIcon.js +0 -21
- /package/dist/{base-DxcUbjR1.js → base-AyU8eeio.js} +0 -0
- /package/dist/{directive-BnoBrrxd.js → directive-D_Ke56J1.js} +0 -0
- /package/dist/{index-DHCwMC4J.js → index-CsKO2ZpR.js} +0 -0
package/custom-elements.json
CHANGED
|
@@ -171,8 +171,8 @@
|
|
|
171
171
|
"type": {
|
|
172
172
|
"text": "string"
|
|
173
173
|
},
|
|
174
|
-
"default": "'
|
|
175
|
-
"description": "Icon
|
|
174
|
+
"default": "'user'",
|
|
175
|
+
"description": "Icon name to use when no image is available",
|
|
176
176
|
"attribute": "icon"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
@@ -183,7 +183,8 @@
|
|
|
183
183
|
},
|
|
184
184
|
"default": "false",
|
|
185
185
|
"description": "Toggles inverted color scheme",
|
|
186
|
-
"attribute": "invert"
|
|
186
|
+
"attribute": "invert",
|
|
187
|
+
"reflects": true
|
|
187
188
|
},
|
|
188
189
|
{
|
|
189
190
|
"kind": "field",
|
|
@@ -334,8 +335,8 @@
|
|
|
334
335
|
"type": {
|
|
335
336
|
"text": "string"
|
|
336
337
|
},
|
|
337
|
-
"default": "'
|
|
338
|
-
"description": "Icon
|
|
338
|
+
"default": "'user'",
|
|
339
|
+
"description": "Icon name to use when no image is available",
|
|
339
340
|
"fieldName": "icon",
|
|
340
341
|
"propName": "icon"
|
|
341
342
|
},
|
|
@@ -732,7 +733,8 @@
|
|
|
732
733
|
},
|
|
733
734
|
"default": "false",
|
|
734
735
|
"description": "Determines whether the button group's properties override the properties of its child buttons.\nWhen true, all buttons in the group will have the same appearance.\nWhen false, each button can have its own properties.",
|
|
735
|
-
"attribute": "override"
|
|
736
|
+
"attribute": "override",
|
|
737
|
+
"reflects": true
|
|
736
738
|
},
|
|
737
739
|
{
|
|
738
740
|
"kind": "field",
|
|
@@ -772,7 +774,8 @@
|
|
|
772
774
|
},
|
|
773
775
|
"default": "false",
|
|
774
776
|
"description": "Disables the button interaction",
|
|
775
|
-
"attribute": "disabled"
|
|
777
|
+
"attribute": "disabled",
|
|
778
|
+
"reflects": true
|
|
776
779
|
},
|
|
777
780
|
{
|
|
778
781
|
"kind": "field",
|
|
@@ -782,13 +785,14 @@
|
|
|
782
785
|
},
|
|
783
786
|
"default": "false",
|
|
784
787
|
"description": "Shows loading spinner and disables interaction",
|
|
785
|
-
"attribute": "loading"
|
|
788
|
+
"attribute": "loading",
|
|
789
|
+
"reflects": true
|
|
786
790
|
},
|
|
787
791
|
{
|
|
788
792
|
"kind": "field",
|
|
789
793
|
"name": "_buttons",
|
|
790
794
|
"type": {
|
|
791
|
-
"text": "
|
|
795
|
+
"text": "PlusButton[]"
|
|
792
796
|
},
|
|
793
797
|
"privacy": "private",
|
|
794
798
|
"default": "[]"
|
|
@@ -982,113 +986,6 @@
|
|
|
982
986
|
}
|
|
983
987
|
]
|
|
984
988
|
},
|
|
985
|
-
{
|
|
986
|
-
"kind": "javascript-module",
|
|
987
|
-
"path": "src/components/icon/icon.ts",
|
|
988
|
-
"declarations": [
|
|
989
|
-
{
|
|
990
|
-
"kind": "class",
|
|
991
|
-
"description": "",
|
|
992
|
-
"name": "PlusIcon",
|
|
993
|
-
"members": [
|
|
994
|
-
{
|
|
995
|
-
"kind": "field",
|
|
996
|
-
"name": "iconName",
|
|
997
|
-
"type": {
|
|
998
|
-
"text": "IconName | undefined"
|
|
999
|
-
},
|
|
1000
|
-
"attribute": "iconName",
|
|
1001
|
-
"expandedType": {
|
|
1002
|
-
"text": "'xmark' | 'circle-info' | 'circle-check' | 'circle-exclamation' | 'triangle-exclamation' | 'heart-circle-plus' | 'circle-plus' | 'chevron-up' | 'chevron-down' | 'circle-question' | 'eye' | 'eye-slash' | 'user' | 'lock' | 'envelope' | 'check' | 'angle-right' | 'minus' | 'solid-star' | 'regular-star' | undefined"
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "field",
|
|
1007
|
-
"name": "prefix",
|
|
1008
|
-
"type": {
|
|
1009
|
-
"text": "IconPrefix"
|
|
1010
|
-
},
|
|
1011
|
-
"default": "'fas'",
|
|
1012
|
-
"attribute": "prefix"
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"kind": "method",
|
|
1016
|
-
"name": "getIconHtml",
|
|
1017
|
-
"privacy": "private"
|
|
1018
|
-
}
|
|
1019
|
-
],
|
|
1020
|
-
"attributes": [
|
|
1021
|
-
{
|
|
1022
|
-
"name": "iconName",
|
|
1023
|
-
"type": {
|
|
1024
|
-
"text": "IconName | undefined"
|
|
1025
|
-
},
|
|
1026
|
-
"fieldName": "iconName",
|
|
1027
|
-
"expandedType": {
|
|
1028
|
-
"text": "'xmark' | 'circle-info' | 'circle-check' | 'circle-exclamation' | 'triangle-exclamation' | 'heart-circle-plus' | 'circle-plus' | 'chevron-up' | 'chevron-down' | 'circle-question' | 'eye' | 'eye-slash' | 'user' | 'lock' | 'envelope' | 'check' | 'angle-right' | 'minus' | 'solid-star' | 'regular-star' | undefined"
|
|
1029
|
-
},
|
|
1030
|
-
"propName": "iconname"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"name": "prefix",
|
|
1034
|
-
"type": {
|
|
1035
|
-
"text": "IconPrefix"
|
|
1036
|
-
},
|
|
1037
|
-
"default": "'fas'",
|
|
1038
|
-
"fieldName": "prefix",
|
|
1039
|
-
"propName": "prefix"
|
|
1040
|
-
}
|
|
1041
|
-
],
|
|
1042
|
-
"superclass": {
|
|
1043
|
-
"name": "LitElement",
|
|
1044
|
-
"package": "lit"
|
|
1045
|
-
},
|
|
1046
|
-
"tagName": "plus-icon",
|
|
1047
|
-
"customElement": true
|
|
1048
|
-
}
|
|
1049
|
-
],
|
|
1050
|
-
"exports": [
|
|
1051
|
-
{
|
|
1052
|
-
"kind": "js",
|
|
1053
|
-
"name": "default",
|
|
1054
|
-
"declaration": {
|
|
1055
|
-
"name": "PlusIcon",
|
|
1056
|
-
"module": "src/components/icon/icon.ts"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"kind": "js",
|
|
1061
|
-
"name": "PlusIcon",
|
|
1062
|
-
"declaration": {
|
|
1063
|
-
"name": "PlusIcon",
|
|
1064
|
-
"module": "src/components/icon/icon.ts"
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
]
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"kind": "javascript-module",
|
|
1071
|
-
"path": "src/components/icon/index.ts",
|
|
1072
|
-
"declarations": [],
|
|
1073
|
-
"exports": [
|
|
1074
|
-
{
|
|
1075
|
-
"kind": "js",
|
|
1076
|
-
"name": "*",
|
|
1077
|
-
"declaration": {
|
|
1078
|
-
"name": "*",
|
|
1079
|
-
"package": "./icon.js"
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"kind": "custom-element-definition",
|
|
1084
|
-
"name": "plus-icon",
|
|
1085
|
-
"declaration": {
|
|
1086
|
-
"name": "PlusIcon",
|
|
1087
|
-
"module": "/src/components/icon/icon.js"
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
]
|
|
1091
|
-
},
|
|
1092
989
|
{
|
|
1093
990
|
"kind": "javascript-module",
|
|
1094
991
|
"path": "src/components/badge/badge.host.style.ts",
|
|
@@ -1404,7 +1301,8 @@
|
|
|
1404
1301
|
},
|
|
1405
1302
|
"default": "false",
|
|
1406
1303
|
"description": "Toggles between light/dark color themes",
|
|
1407
|
-
"attribute": "invert"
|
|
1304
|
+
"attribute": "invert",
|
|
1305
|
+
"reflects": true
|
|
1408
1306
|
},
|
|
1409
1307
|
{
|
|
1410
1308
|
"kind": "field",
|
|
@@ -1570,22 +1468,86 @@
|
|
|
1570
1468
|
},
|
|
1571
1469
|
{
|
|
1572
1470
|
"kind": "javascript-module",
|
|
1573
|
-
"path": "src/components/
|
|
1471
|
+
"path": "src/components/icon/solid-icons.ts",
|
|
1574
1472
|
"declarations": [
|
|
1575
1473
|
{
|
|
1576
1474
|
"kind": "variable",
|
|
1577
|
-
"name": "
|
|
1475
|
+
"name": "solidIcons",
|
|
1578
1476
|
"type": {
|
|
1579
|
-
"text": "{\n xmark: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\" fill=\"currentColor\"><path d=\"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z\"/></svg>`,\n 'circle-info': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\"/></svg>`,\n 'circle-check': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\"/></svg>`,\n 'circle-exclamation': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\"/></svg>`,\n 'triangle-exclamation': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\"/></svg>`,\n 'heart-circle-plus': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z\"/></svg>`,\n 'circle-plus': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\"/></svg>`,\n 'chevron-up': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z\"/></svg>`,\n 'chevron-down': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z\"/></svg>`,\n 'circle-question': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\"/></svg>`,\n // Password toggle icons\n eye: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z\"/></svg>`,\n 'eye-slash': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z\"/></svg>`,\n\n // User interface icons\n user: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z\"/></svg>`,\n lock: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z\"/></svg>`,\n envelope: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z\"/></svg>`,\n check: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\"/></svg>`,\n 'angle-right': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z\"/></svg>`,\n minus: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"/></svg>`,\n 'solid-star': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\"/></svg>`,\n 'regular-star': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z\"/></svg>`,\n}"
|
|
1477
|
+
"text": "object"
|
|
1580
1478
|
},
|
|
1581
|
-
"default": "{ xmark: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\" fill=\"currentColor\"><path d=\"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z\"/></svg>`, 'circle-info': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\"/></svg>`, 'circle-check': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\"/></svg>`, 'circle-exclamation': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\"/></svg>`, 'triangle-exclamation': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\"/></svg>`, 'heart-circle-plus': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z\"/></svg>`, 'circle-plus': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\"/></svg>`, 'chevron-up': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z\"/></svg>`, 'chevron-down': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z\"/></svg>`, 'circle-question': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\"/></svg>`, // Password toggle icons eye: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z\"/></svg>`, 'eye-slash': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z\"/></svg>`, // User interface icons user: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z\"/></svg>`, lock: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z\"/></svg>`, envelope: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z\"/></svg>`, check: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\"/></svg>`, 'angle-right': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z\"/></svg>`, minus: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"/></svg>`, 'solid-star': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\"/></svg>`, 'regular-star': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z\"/></svg>`, }"
|
|
1582
|
-
}
|
|
1479
|
+
"default": "{ // UI Controls xmark: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\" fill=\"currentColor\"><path d=\"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z\"/></svg>`, check: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" fill=\"currentColor\"><path d=\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\"/></svg>`, minus: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" fill=\"currentColor\"><path d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"/></svg>`, // Navigation & Arrows 'chevron-up': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z\"/></svg>`, 'chevron-down': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z\"/></svg>`, 'angle-up': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" fill=\"currentColor\"><path d=\"M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z\"/></svg>`, 'angle-down': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" fill=\"currentColor\"><path d=\"M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z\"/></svg>`, 'angle-right': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\" fill=\"currentColor\"><path d=\"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z\"/></svg>`, // Status & Feedback 'circle-check': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\"/></svg>`, 'circle-xmark': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\"/></svg>`, 'circle-info': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\"/></svg>`, 'circle-exclamation': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\"/></svg>`, 'circle-question': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\"/></svg>`, 'triangle-exclamation': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\"/></svg>`, 'circle-plus': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\"/></svg>`, // User & Authentication user: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z\"/></svg>`, lock: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" fill=\"currentColor\"><path d=\"M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z\"/></svg>`, envelope: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z\"/></svg>`, eye: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\" fill=\"currentColor\"><path d=\"M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z\"/></svg>`, 'eye-slash': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\" fill=\"currentColor\"><path d=\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z\"/></svg>`, // Popular icons star: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\"/></svg>`, heart: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z\"/></svg>`, home: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\" fill=\"currentColor\"><path d=\"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c0 2.7-.2 5.4-.5 8.1l0 16.2c0 22.1-17.9 40-40 40l-16 0c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1L416 512l-24 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z\"/></svg>`, 'heart-circle-plus': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\" fill=\"currentColor\"><path d=\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z\"/></svg>`, }"
|
|
1480
|
+
}
|
|
1481
|
+
],
|
|
1482
|
+
"exports": [
|
|
1483
|
+
{
|
|
1484
|
+
"kind": "js",
|
|
1485
|
+
"name": "default",
|
|
1486
|
+
"declaration": {
|
|
1487
|
+
"name": "solidIcons",
|
|
1488
|
+
"module": "src/components/icon/solid-icons.ts"
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
]
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"kind": "javascript-module",
|
|
1495
|
+
"path": "src/components/icon/regular-icons.ts",
|
|
1496
|
+
"declarations": [
|
|
1497
|
+
{
|
|
1498
|
+
"kind": "variable",
|
|
1499
|
+
"name": "regularIcons",
|
|
1500
|
+
"type": {
|
|
1501
|
+
"text": "object"
|
|
1502
|
+
},
|
|
1503
|
+
"default": "{ star: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z\"/></svg>`, heart: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8l0-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5l0 3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1s0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5l0 3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2l0-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z\"/></svg>`, user: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" fill=\"currentColor\"><path d=\"M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464l349.5 0c-8.9-63.3-63.3-112-129-112l-91.4 0c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3z\"/></svg>`, 'circle-check': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z\"/></svg>`, 'circle-xmark': `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"currentColor\"><path d=\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\"/></svg>`, }"
|
|
1504
|
+
}
|
|
1505
|
+
],
|
|
1506
|
+
"exports": [
|
|
1507
|
+
{
|
|
1508
|
+
"kind": "js",
|
|
1509
|
+
"name": "default",
|
|
1510
|
+
"declaration": {
|
|
1511
|
+
"name": "regularIcons",
|
|
1512
|
+
"module": "src/components/icon/regular-icons.ts"
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
]
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "javascript-module",
|
|
1519
|
+
"path": "src/components/icon/light-icons.ts",
|
|
1520
|
+
"declarations": [
|
|
1521
|
+
{
|
|
1522
|
+
"kind": "variable",
|
|
1523
|
+
"name": "lightIcons",
|
|
1524
|
+
"type": {
|
|
1525
|
+
"text": "object"
|
|
1526
|
+
},
|
|
1527
|
+
"default": "{ star: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d=\"M226.5 168.8L287.9 42.3l61.4 126.5c4.6 9.5 13.6 16.1 24.1 17.7l137.4 20.3-99.8 98.8c-7.4 7.3-10.8 17.8-9 28.1l23.5 139.5L303 407.7c-9.4-5-20.7-5-30.2 0L150.2 473.2l23.5-139.5c1.7-10.3-1.6-20.7-9-28.1L65 206.8l137.4-20.3c10.5-1.5 19.5-8.2 24.1-17.7zM424.9 509.1c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L433.6 328.4 544.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L378.1 154.8 309.5 13.5C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5L197.7 154.8 44.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L142.2 328.4 116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2z\"/></svg>`, heart: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d=\"M244 130.6l-12-13.5-4.2-4.7c-26-29.2-65.3-42.8-103.8-35.8c-53.3 9.7-92 56.1-92 110.3l0 3.5c0 32.3 13.4 63.1 37.1 85.1L253 446.8c.8 .7 1.9 1.2 3 1.2s2.2-.4 3-1.2L443 275.5c23.6-22 37-52.8 37-85.1l0-3.5c0-54.2-38.7-100.6-92-110.3c-38.5-7-77.8 6.6-103.8 35.8l-4.2 4.7-12 13.5c-3 3.4-7.4 5.4-12 5.4s-8.9-2-12-5.4zm34.9-57.1C311 48.4 352.7 37.7 393.7 45.1C462.2 57.6 512 117.3 512 186.9l0 3.5c0 36-13.1 70.6-36.6 97.5c-3.4 3.8-6.9 7.5-10.7 11l-184 171.3c-.8 .8-1.7 1.5-2.6 2.2c-6.3 4.9-14.1 7.5-22.1 7.5c-9.2 0-18-3.5-24.8-9.7L47.2 299c-3.8-3.5-7.3-7.2-10.7-11C13.1 261 0 226.4 0 190.4l0-3.5C0 117.3 49.8 57.6 118.3 45.1c40.9-7.4 82.6 3.2 114.7 28.4c6.7 5.3 13 11.1 18.7 17.6l4.2 4.7 4.2-4.7c4.2-4.7 8.6-9.1 13.3-13.1c1.8-1.5 3.6-3 5.4-4.5z\"/></svg>`, user: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"32\"><path d=\"M224 256c70.7 0 128-57.31 128-128S294.7 0 224 0 96 57.31 96 128s57.31 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"/></svg>`, }"
|
|
1528
|
+
}
|
|
1529
|
+
],
|
|
1530
|
+
"exports": [
|
|
1531
|
+
{
|
|
1532
|
+
"kind": "js",
|
|
1533
|
+
"name": "default",
|
|
1534
|
+
"declaration": {
|
|
1535
|
+
"name": "lightIcons",
|
|
1536
|
+
"module": "src/components/icon/light-icons.ts"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
]
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "javascript-module",
|
|
1543
|
+
"path": "src/components/icon/icon-registry.ts",
|
|
1544
|
+
"declarations": [
|
|
1583
1545
|
{
|
|
1584
1546
|
"kind": "function",
|
|
1585
1547
|
"name": "getIcon",
|
|
1586
1548
|
"return": {
|
|
1587
1549
|
"type": {
|
|
1588
|
-
"text": "
|
|
1550
|
+
"text": ""
|
|
1589
1551
|
}
|
|
1590
1552
|
},
|
|
1591
1553
|
"parameters": [
|
|
@@ -1593,70 +1555,333 @@
|
|
|
1593
1555
|
"name": "name",
|
|
1594
1556
|
"type": {
|
|
1595
1557
|
"text": "IconName"
|
|
1596
|
-
}
|
|
1558
|
+
},
|
|
1559
|
+
"description": "Icon name (e.g., 'star', 'heart')"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"name": "style",
|
|
1563
|
+
"default": "'solid'",
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "IconStyle"
|
|
1566
|
+
},
|
|
1567
|
+
"description": "Icon style (solid, regular, light)"
|
|
1597
1568
|
}
|
|
1598
|
-
]
|
|
1569
|
+
],
|
|
1570
|
+
"description": "Get icon from registry with fallback to CDN"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "function",
|
|
1574
|
+
"name": "hasIcon",
|
|
1575
|
+
"return": {
|
|
1576
|
+
"type": {
|
|
1577
|
+
"text": ""
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
"parameters": [
|
|
1581
|
+
{
|
|
1582
|
+
"name": "name",
|
|
1583
|
+
"type": {
|
|
1584
|
+
"text": "IconName"
|
|
1585
|
+
},
|
|
1586
|
+
"description": "Icon name"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "style",
|
|
1590
|
+
"default": "'solid'",
|
|
1591
|
+
"type": {
|
|
1592
|
+
"text": "IconStyle"
|
|
1593
|
+
},
|
|
1594
|
+
"description": "Icon style"
|
|
1595
|
+
}
|
|
1596
|
+
],
|
|
1597
|
+
"description": "Check if icon exists in local registry"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "function",
|
|
1601
|
+
"name": "getAvailableIcons",
|
|
1602
|
+
"return": {
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": ""
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"parameters": [
|
|
1608
|
+
{
|
|
1609
|
+
"name": "style",
|
|
1610
|
+
"default": "'solid'",
|
|
1611
|
+
"type": {
|
|
1612
|
+
"text": "IconStyle"
|
|
1613
|
+
},
|
|
1614
|
+
"description": "Icon style"
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
"description": "Get all available icons for a specific style"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"kind": "function",
|
|
1621
|
+
"name": "getCachedIcon",
|
|
1622
|
+
"return": {
|
|
1623
|
+
"type": {
|
|
1624
|
+
"text": ""
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"parameters": [
|
|
1628
|
+
{
|
|
1629
|
+
"name": "name",
|
|
1630
|
+
"type": {
|
|
1631
|
+
"text": "IconName"
|
|
1632
|
+
},
|
|
1633
|
+
"description": "Icon name"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "style",
|
|
1637
|
+
"default": "'solid'",
|
|
1638
|
+
"type": {
|
|
1639
|
+
"text": "IconStyle"
|
|
1640
|
+
},
|
|
1641
|
+
"description": "Icon style"
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"description": "Get icon from cache"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "function",
|
|
1648
|
+
"name": "registerIcon",
|
|
1649
|
+
"return": {
|
|
1650
|
+
"type": {
|
|
1651
|
+
"text": "void"
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"parameters": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "name",
|
|
1657
|
+
"type": {
|
|
1658
|
+
"text": "IconName"
|
|
1659
|
+
},
|
|
1660
|
+
"description": "Icon name"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "style",
|
|
1664
|
+
"type": {
|
|
1665
|
+
"text": "IconStyle"
|
|
1666
|
+
},
|
|
1667
|
+
"description": "Icon style"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "svg",
|
|
1671
|
+
"type": {
|
|
1672
|
+
"text": "string"
|
|
1673
|
+
},
|
|
1674
|
+
"description": "SVG content"
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"description": "Register custom icon"
|
|
1599
1678
|
}
|
|
1600
1679
|
],
|
|
1601
1680
|
"exports": [
|
|
1602
1681
|
{
|
|
1603
1682
|
"kind": "js",
|
|
1604
|
-
"name": "
|
|
1683
|
+
"name": "getIcon",
|
|
1684
|
+
"declaration": {
|
|
1685
|
+
"name": "getIcon",
|
|
1686
|
+
"module": "src/components/icon/icon-registry.ts"
|
|
1687
|
+
}
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"kind": "js",
|
|
1691
|
+
"name": "hasIcon",
|
|
1605
1692
|
"declaration": {
|
|
1606
|
-
"name": "
|
|
1607
|
-
"module": "src/components/
|
|
1693
|
+
"name": "hasIcon",
|
|
1694
|
+
"module": "src/components/icon/icon-registry.ts"
|
|
1608
1695
|
}
|
|
1609
1696
|
},
|
|
1610
1697
|
{
|
|
1611
1698
|
"kind": "js",
|
|
1612
|
-
"name": "
|
|
1699
|
+
"name": "getAvailableIcons",
|
|
1613
1700
|
"declaration": {
|
|
1614
|
-
"name": "
|
|
1615
|
-
"module": "src/components/
|
|
1701
|
+
"name": "getAvailableIcons",
|
|
1702
|
+
"module": "src/components/icon/icon-registry.ts"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"kind": "js",
|
|
1707
|
+
"name": "getCachedIcon",
|
|
1708
|
+
"declaration": {
|
|
1709
|
+
"name": "getCachedIcon",
|
|
1710
|
+
"module": "src/components/icon/icon-registry.ts"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "js",
|
|
1715
|
+
"name": "registerIcon",
|
|
1716
|
+
"declaration": {
|
|
1717
|
+
"name": "registerIcon",
|
|
1718
|
+
"module": "src/components/icon/icon-registry.ts"
|
|
1616
1719
|
}
|
|
1617
1720
|
}
|
|
1618
1721
|
]
|
|
1619
1722
|
},
|
|
1620
1723
|
{
|
|
1621
1724
|
"kind": "javascript-module",
|
|
1622
|
-
"path": "src/components/
|
|
1725
|
+
"path": "src/components/icon/icon.ts",
|
|
1623
1726
|
"declarations": [
|
|
1624
1727
|
{
|
|
1625
1728
|
"kind": "class",
|
|
1626
1729
|
"description": "",
|
|
1627
|
-
"name": "
|
|
1730
|
+
"name": "PlusIcon",
|
|
1731
|
+
"cssProperties": [
|
|
1732
|
+
{
|
|
1733
|
+
"description": "Custom icon size (overrides size variants)",
|
|
1734
|
+
"name": "--icon-size"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"description": "Custom icon color (overrides currentColor)",
|
|
1738
|
+
"name": "--icon-color"
|
|
1739
|
+
}
|
|
1740
|
+
],
|
|
1741
|
+
"cssParts": [
|
|
1742
|
+
{
|
|
1743
|
+
"description": "The component's base wrapper",
|
|
1744
|
+
"name": "base"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"description": "The SVG icon element",
|
|
1748
|
+
"name": "icon"
|
|
1749
|
+
}
|
|
1750
|
+
],
|
|
1628
1751
|
"members": [
|
|
1629
1752
|
{
|
|
1630
1753
|
"kind": "field",
|
|
1631
1754
|
"name": "iconName",
|
|
1632
1755
|
"type": {
|
|
1633
|
-
"text": "IconName
|
|
1756
|
+
"text": "IconName"
|
|
1757
|
+
},
|
|
1758
|
+
"default": "''",
|
|
1759
|
+
"description": "Name of the icon to display",
|
|
1760
|
+
"attribute": "icon-name"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "field",
|
|
1764
|
+
"name": "iconStyle",
|
|
1765
|
+
"type": {
|
|
1766
|
+
"text": "IconStyle"
|
|
1634
1767
|
},
|
|
1635
|
-
"
|
|
1768
|
+
"default": "'solid'",
|
|
1769
|
+
"description": "Style variant of the icon: solid, regular, or light",
|
|
1770
|
+
"attribute": "icon-style",
|
|
1636
1771
|
"expandedType": {
|
|
1637
|
-
"text": "'
|
|
1772
|
+
"text": "'solid' | 'regular' | 'light'"
|
|
1638
1773
|
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"kind": "field",
|
|
1777
|
+
"name": "size",
|
|
1778
|
+
"type": {
|
|
1779
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl'"
|
|
1780
|
+
},
|
|
1781
|
+
"default": "'md'",
|
|
1782
|
+
"description": "Size variant for the icon",
|
|
1783
|
+
"attribute": "size"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "field",
|
|
1787
|
+
"name": "label",
|
|
1788
|
+
"type": {
|
|
1789
|
+
"text": "string | undefined"
|
|
1790
|
+
},
|
|
1791
|
+
"description": "Label for accessibility - will be used as aria-label",
|
|
1792
|
+
"attribute": "label"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"kind": "field",
|
|
1796
|
+
"name": "svgContent",
|
|
1797
|
+
"type": {
|
|
1798
|
+
"text": "string"
|
|
1799
|
+
},
|
|
1800
|
+
"privacy": "private",
|
|
1801
|
+
"default": "''"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "field",
|
|
1805
|
+
"name": "isLoading",
|
|
1806
|
+
"type": {
|
|
1807
|
+
"text": "boolean"
|
|
1808
|
+
},
|
|
1809
|
+
"privacy": "private",
|
|
1810
|
+
"default": "false"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"kind": "field",
|
|
1814
|
+
"name": "hasError",
|
|
1815
|
+
"type": {
|
|
1816
|
+
"text": "boolean"
|
|
1817
|
+
},
|
|
1818
|
+
"privacy": "private",
|
|
1819
|
+
"default": "false"
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"kind": "method",
|
|
1823
|
+
"name": "loadIcon",
|
|
1824
|
+
"privacy": "private"
|
|
1639
1825
|
}
|
|
1640
1826
|
],
|
|
1641
1827
|
"attributes": [
|
|
1642
1828
|
{
|
|
1643
|
-
"name": "
|
|
1829
|
+
"name": "icon-name",
|
|
1644
1830
|
"type": {
|
|
1645
|
-
"text": "IconName
|
|
1831
|
+
"text": "IconName"
|
|
1646
1832
|
},
|
|
1833
|
+
"default": "''",
|
|
1834
|
+
"description": "Name of the icon to display",
|
|
1647
1835
|
"fieldName": "iconName",
|
|
1836
|
+
"propName": "iconName"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"name": "icon-style",
|
|
1840
|
+
"type": {
|
|
1841
|
+
"text": "IconStyle"
|
|
1842
|
+
},
|
|
1843
|
+
"default": "'solid'",
|
|
1844
|
+
"description": "Style variant of the icon: solid, regular, or light",
|
|
1845
|
+
"fieldName": "iconStyle",
|
|
1648
1846
|
"expandedType": {
|
|
1649
|
-
"text": "'
|
|
1847
|
+
"text": "'solid' | 'regular' | 'light'"
|
|
1650
1848
|
},
|
|
1651
|
-
"propName": "
|
|
1849
|
+
"propName": "iconStyle"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"name": "size",
|
|
1853
|
+
"type": {
|
|
1854
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl'"
|
|
1855
|
+
},
|
|
1856
|
+
"default": "'md'",
|
|
1857
|
+
"description": "Size variant for the icon",
|
|
1858
|
+
"fieldName": "size",
|
|
1859
|
+
"propName": "size"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "label",
|
|
1863
|
+
"type": {
|
|
1864
|
+
"text": "string | undefined"
|
|
1865
|
+
},
|
|
1866
|
+
"description": "Label for accessibility - will be used as aria-label",
|
|
1867
|
+
"fieldName": "label",
|
|
1868
|
+
"propName": "label"
|
|
1652
1869
|
}
|
|
1653
1870
|
],
|
|
1654
1871
|
"superclass": {
|
|
1655
1872
|
"name": "LitElement",
|
|
1656
1873
|
"package": "lit"
|
|
1657
1874
|
},
|
|
1658
|
-
"tagName": "plus-
|
|
1659
|
-
"customElement": true
|
|
1875
|
+
"tagName": "plus-icon",
|
|
1876
|
+
"customElement": true,
|
|
1877
|
+
"since": {
|
|
1878
|
+
"name": "0.0.0",
|
|
1879
|
+
"description": ""
|
|
1880
|
+
},
|
|
1881
|
+
"status": {
|
|
1882
|
+
"name": "stable",
|
|
1883
|
+
"description": "PlusIcon component provides a consistent way to render SVG icons across the system. Supports size variants, style variants (solid, regular, light), and CDN fallback."
|
|
1884
|
+
}
|
|
1660
1885
|
}
|
|
1661
1886
|
],
|
|
1662
1887
|
"exports": [
|
|
@@ -1664,31 +1889,39 @@
|
|
|
1664
1889
|
"kind": "js",
|
|
1665
1890
|
"name": "default",
|
|
1666
1891
|
"declaration": {
|
|
1667
|
-
"name": "
|
|
1668
|
-
"module": "src/components/
|
|
1892
|
+
"name": "PlusIcon",
|
|
1893
|
+
"module": "src/components/icon/icon.ts"
|
|
1669
1894
|
}
|
|
1670
1895
|
},
|
|
1671
1896
|
{
|
|
1672
1897
|
"kind": "js",
|
|
1673
|
-
"name": "
|
|
1898
|
+
"name": "PlusIcon",
|
|
1674
1899
|
"declaration": {
|
|
1675
|
-
"name": "
|
|
1676
|
-
"module": "src/components/
|
|
1900
|
+
"name": "PlusIcon",
|
|
1901
|
+
"module": "src/components/icon/icon.ts"
|
|
1677
1902
|
}
|
|
1678
1903
|
}
|
|
1679
1904
|
]
|
|
1680
1905
|
},
|
|
1681
1906
|
{
|
|
1682
1907
|
"kind": "javascript-module",
|
|
1683
|
-
"path": "src/components/
|
|
1908
|
+
"path": "src/components/icon/index.ts",
|
|
1684
1909
|
"declarations": [],
|
|
1685
1910
|
"exports": [
|
|
1911
|
+
{
|
|
1912
|
+
"kind": "custom-element-definition",
|
|
1913
|
+
"name": "plus-icon",
|
|
1914
|
+
"declaration": {
|
|
1915
|
+
"name": "PlusIcon",
|
|
1916
|
+
"module": "/src/components/icon/icon"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1686
1919
|
{
|
|
1687
1920
|
"kind": "js",
|
|
1688
|
-
"name": "
|
|
1921
|
+
"name": "PlusIcon",
|
|
1689
1922
|
"declaration": {
|
|
1690
|
-
"name": "
|
|
1691
|
-
"
|
|
1923
|
+
"name": "default",
|
|
1924
|
+
"module": "./icon"
|
|
1692
1925
|
}
|
|
1693
1926
|
},
|
|
1694
1927
|
{
|
|
@@ -1696,15 +1929,55 @@
|
|
|
1696
1929
|
"name": "*",
|
|
1697
1930
|
"declaration": {
|
|
1698
1931
|
"name": "*",
|
|
1699
|
-
"package": "./
|
|
1932
|
+
"package": "./icon-registry"
|
|
1700
1933
|
}
|
|
1701
1934
|
},
|
|
1702
1935
|
{
|
|
1703
|
-
"kind": "
|
|
1704
|
-
"name": "
|
|
1936
|
+
"kind": "js",
|
|
1937
|
+
"name": "IconName",
|
|
1705
1938
|
"declaration": {
|
|
1706
|
-
"name": "
|
|
1707
|
-
"module": "
|
|
1939
|
+
"name": "IconName",
|
|
1940
|
+
"module": "./icon-registry"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "js",
|
|
1945
|
+
"name": "IconStyle",
|
|
1946
|
+
"declaration": {
|
|
1947
|
+
"name": "IconStyle",
|
|
1948
|
+
"module": "./icon-registry"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "js",
|
|
1953
|
+
"name": "CoreIcon",
|
|
1954
|
+
"declaration": {
|
|
1955
|
+
"name": "CoreIcon",
|
|
1956
|
+
"module": "./icon-registry"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "js",
|
|
1961
|
+
"name": "CoreSolidIcon",
|
|
1962
|
+
"declaration": {
|
|
1963
|
+
"name": "CoreSolidIcon",
|
|
1964
|
+
"module": "./icon-registry"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "js",
|
|
1969
|
+
"name": "CoreRegularIcon",
|
|
1970
|
+
"declaration": {
|
|
1971
|
+
"name": "CoreRegularIcon",
|
|
1972
|
+
"module": "./icon-registry"
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"kind": "js",
|
|
1977
|
+
"name": "CoreLightIcon",
|
|
1978
|
+
"declaration": {
|
|
1979
|
+
"name": "CoreLightIcon",
|
|
1980
|
+
"module": "./icon-registry"
|
|
1708
1981
|
}
|
|
1709
1982
|
}
|
|
1710
1983
|
]
|
|
@@ -1838,7 +2111,8 @@
|
|
|
1838
2111
|
},
|
|
1839
2112
|
"default": "false",
|
|
1840
2113
|
"description": "Toggles inverted color scheme",
|
|
1841
|
-
"attribute": "invert"
|
|
2114
|
+
"attribute": "invert",
|
|
2115
|
+
"reflects": true
|
|
1842
2116
|
},
|
|
1843
2117
|
{
|
|
1844
2118
|
"kind": "field",
|
|
@@ -1848,7 +2122,8 @@
|
|
|
1848
2122
|
},
|
|
1849
2123
|
"default": "false",
|
|
1850
2124
|
"description": "Shows/hides the dismiss button",
|
|
1851
|
-
"attribute": "dismiss"
|
|
2125
|
+
"attribute": "dismiss",
|
|
2126
|
+
"reflects": true
|
|
1852
2127
|
},
|
|
1853
2128
|
{
|
|
1854
2129
|
"kind": "field",
|
|
@@ -1858,7 +2133,8 @@
|
|
|
1858
2133
|
},
|
|
1859
2134
|
"default": "false",
|
|
1860
2135
|
"description": "Disables the chip interaction",
|
|
1861
|
-
"attribute": "disabled"
|
|
2136
|
+
"attribute": "disabled",
|
|
2137
|
+
"reflects": true
|
|
1862
2138
|
},
|
|
1863
2139
|
{
|
|
1864
2140
|
"kind": "method",
|
|
@@ -2159,7 +2435,8 @@
|
|
|
2159
2435
|
},
|
|
2160
2436
|
"default": "false",
|
|
2161
2437
|
"description": "When true, displays loading state and disables interaction",
|
|
2162
|
-
"attribute": "loading"
|
|
2438
|
+
"attribute": "loading",
|
|
2439
|
+
"reflects": true
|
|
2163
2440
|
},
|
|
2164
2441
|
{
|
|
2165
2442
|
"kind": "field",
|
|
@@ -2169,7 +2446,8 @@
|
|
|
2169
2446
|
},
|
|
2170
2447
|
"default": "false",
|
|
2171
2448
|
"description": "When true, link opens in new tab with secure attributes\nAutomatically sets target=\"_blank\" and rel=\"noopener noreferrer\"",
|
|
2172
|
-
"attribute": "external"
|
|
2449
|
+
"attribute": "external",
|
|
2450
|
+
"reflects": true
|
|
2173
2451
|
},
|
|
2174
2452
|
{
|
|
2175
2453
|
"kind": "field",
|
|
@@ -2561,7 +2839,8 @@
|
|
|
2561
2839
|
},
|
|
2562
2840
|
"default": "false",
|
|
2563
2841
|
"description": "When true, the alert will be displayed with a full width",
|
|
2564
|
-
"attribute": "full-width"
|
|
2842
|
+
"attribute": "full-width",
|
|
2843
|
+
"reflects": true
|
|
2565
2844
|
},
|
|
2566
2845
|
{
|
|
2567
2846
|
"kind": "field",
|
|
@@ -2848,7 +3127,7 @@
|
|
|
2848
3127
|
"text": "boolean"
|
|
2849
3128
|
},
|
|
2850
3129
|
"default": "false",
|
|
2851
|
-
"description": "
|
|
3130
|
+
"description": "Whether the radio is checked.",
|
|
2852
3131
|
"attribute": "checked",
|
|
2853
3132
|
"reflects": true
|
|
2854
3133
|
},
|
|
@@ -2859,8 +3138,9 @@
|
|
|
2859
3138
|
"text": "boolean"
|
|
2860
3139
|
},
|
|
2861
3140
|
"default": "false",
|
|
2862
|
-
"description": "
|
|
2863
|
-
"attribute": "error"
|
|
3141
|
+
"description": "Whether the radio is in an error state.",
|
|
3142
|
+
"attribute": "error",
|
|
3143
|
+
"reflects": true
|
|
2864
3144
|
},
|
|
2865
3145
|
{
|
|
2866
3146
|
"kind": "field",
|
|
@@ -2869,7 +3149,7 @@
|
|
|
2869
3149
|
"text": "boolean"
|
|
2870
3150
|
},
|
|
2871
3151
|
"default": "false",
|
|
2872
|
-
"description": "
|
|
3152
|
+
"description": "Whether the radio is disabled.",
|
|
2873
3153
|
"attribute": "disabled",
|
|
2874
3154
|
"reflects": true
|
|
2875
3155
|
},
|
|
@@ -2880,7 +3160,7 @@
|
|
|
2880
3160
|
"text": "boolean"
|
|
2881
3161
|
},
|
|
2882
3162
|
"default": "false",
|
|
2883
|
-
"description": "
|
|
3163
|
+
"description": "Whether the radio is readonly.",
|
|
2884
3164
|
"attribute": "readonly",
|
|
2885
3165
|
"reflects": true
|
|
2886
3166
|
},
|
|
@@ -2891,7 +3171,7 @@
|
|
|
2891
3171
|
"text": "string"
|
|
2892
3172
|
},
|
|
2893
3173
|
"default": "''",
|
|
2894
|
-
"description": "The
|
|
3174
|
+
"description": "The radio's name attribute.",
|
|
2895
3175
|
"attribute": "name"
|
|
2896
3176
|
},
|
|
2897
3177
|
{
|
|
@@ -2901,7 +3181,7 @@
|
|
|
2901
3181
|
"text": "boolean"
|
|
2902
3182
|
},
|
|
2903
3183
|
"default": "false",
|
|
2904
|
-
"description": "
|
|
3184
|
+
"description": "Whether the radio is required.",
|
|
2905
3185
|
"attribute": "required",
|
|
2906
3186
|
"reflects": true
|
|
2907
3187
|
},
|
|
@@ -2912,7 +3192,7 @@
|
|
|
2912
3192
|
"text": "string"
|
|
2913
3193
|
},
|
|
2914
3194
|
"default": "''",
|
|
2915
|
-
"description": "The value
|
|
3195
|
+
"description": "The radio's value attribute.",
|
|
2916
3196
|
"attribute": "value"
|
|
2917
3197
|
},
|
|
2918
3198
|
{
|
|
@@ -2998,7 +3278,7 @@
|
|
|
2998
3278
|
"text": "boolean"
|
|
2999
3279
|
},
|
|
3000
3280
|
"default": "false",
|
|
3001
|
-
"description": "
|
|
3281
|
+
"description": "Whether the radio is checked.",
|
|
3002
3282
|
"fieldName": "checked",
|
|
3003
3283
|
"propName": "checked"
|
|
3004
3284
|
},
|
|
@@ -3008,7 +3288,7 @@
|
|
|
3008
3288
|
"text": "boolean"
|
|
3009
3289
|
},
|
|
3010
3290
|
"default": "false",
|
|
3011
|
-
"description": "
|
|
3291
|
+
"description": "Whether the radio is in an error state.",
|
|
3012
3292
|
"fieldName": "error",
|
|
3013
3293
|
"propName": "error"
|
|
3014
3294
|
},
|
|
@@ -3018,7 +3298,7 @@
|
|
|
3018
3298
|
"text": "boolean"
|
|
3019
3299
|
},
|
|
3020
3300
|
"default": "false",
|
|
3021
|
-
"description": "
|
|
3301
|
+
"description": "Whether the radio is disabled.",
|
|
3022
3302
|
"fieldName": "disabled",
|
|
3023
3303
|
"propName": "disabled"
|
|
3024
3304
|
},
|
|
@@ -3028,7 +3308,7 @@
|
|
|
3028
3308
|
"text": "boolean"
|
|
3029
3309
|
},
|
|
3030
3310
|
"default": "false",
|
|
3031
|
-
"description": "
|
|
3311
|
+
"description": "Whether the radio is readonly.",
|
|
3032
3312
|
"fieldName": "readonly",
|
|
3033
3313
|
"propName": "readonly"
|
|
3034
3314
|
},
|
|
@@ -3038,7 +3318,7 @@
|
|
|
3038
3318
|
"text": "string"
|
|
3039
3319
|
},
|
|
3040
3320
|
"default": "''",
|
|
3041
|
-
"description": "The
|
|
3321
|
+
"description": "The radio's name attribute.",
|
|
3042
3322
|
"fieldName": "name",
|
|
3043
3323
|
"propName": "name"
|
|
3044
3324
|
},
|
|
@@ -3048,7 +3328,7 @@
|
|
|
3048
3328
|
"text": "boolean"
|
|
3049
3329
|
},
|
|
3050
3330
|
"default": "false",
|
|
3051
|
-
"description": "
|
|
3331
|
+
"description": "Whether the radio is required.",
|
|
3052
3332
|
"fieldName": "required",
|
|
3053
3333
|
"propName": "required"
|
|
3054
3334
|
},
|
|
@@ -3058,7 +3338,7 @@
|
|
|
3058
3338
|
"text": "string"
|
|
3059
3339
|
},
|
|
3060
3340
|
"default": "''",
|
|
3061
|
-
"description": "The value
|
|
3341
|
+
"description": "The radio's value attribute.",
|
|
3062
3342
|
"fieldName": "value",
|
|
3063
3343
|
"propName": "value"
|
|
3064
3344
|
}
|
|
@@ -3142,6 +3422,12 @@
|
|
|
3142
3422
|
"kind": "class",
|
|
3143
3423
|
"description": "",
|
|
3144
3424
|
"name": "PlusSegmentedPickerItem",
|
|
3425
|
+
"cssProperties": [
|
|
3426
|
+
{
|
|
3427
|
+
"description": "Color of the active indicator",
|
|
3428
|
+
"name": "--active-color"
|
|
3429
|
+
}
|
|
3430
|
+
],
|
|
3145
3431
|
"cssParts": [
|
|
3146
3432
|
{
|
|
3147
3433
|
"description": "The label element.",
|
|
@@ -3166,7 +3452,7 @@
|
|
|
3166
3452
|
"text": "boolean"
|
|
3167
3453
|
},
|
|
3168
3454
|
"default": "false",
|
|
3169
|
-
"description": "
|
|
3455
|
+
"description": "The value associated with the item.",
|
|
3170
3456
|
"attribute": "checked",
|
|
3171
3457
|
"reflects": true
|
|
3172
3458
|
},
|
|
@@ -3188,7 +3474,7 @@
|
|
|
3188
3474
|
"text": "boolean"
|
|
3189
3475
|
},
|
|
3190
3476
|
"default": "false",
|
|
3191
|
-
"description": "
|
|
3477
|
+
"description": "Disables the item, making it non-interactive.",
|
|
3192
3478
|
"attribute": "disabled",
|
|
3193
3479
|
"reflects": true
|
|
3194
3480
|
},
|
|
@@ -3284,7 +3570,7 @@
|
|
|
3284
3570
|
"text": "boolean"
|
|
3285
3571
|
},
|
|
3286
3572
|
"default": "false",
|
|
3287
|
-
"description": "
|
|
3573
|
+
"description": "The value associated with the item.",
|
|
3288
3574
|
"fieldName": "checked",
|
|
3289
3575
|
"propName": "checked"
|
|
3290
3576
|
},
|
|
@@ -3304,7 +3590,7 @@
|
|
|
3304
3590
|
"text": "boolean"
|
|
3305
3591
|
},
|
|
3306
3592
|
"default": "false",
|
|
3307
|
-
"description": "
|
|
3593
|
+
"description": "Disables the item, making it non-interactive.",
|
|
3308
3594
|
"fieldName": "disabled",
|
|
3309
3595
|
"propName": "disabled"
|
|
3310
3596
|
},
|
|
@@ -3686,6 +3972,7 @@
|
|
|
3686
3972
|
"text": "boolean"
|
|
3687
3973
|
},
|
|
3688
3974
|
"default": "false",
|
|
3975
|
+
"description": "Disables all radio buttons in the group.",
|
|
3689
3976
|
"attribute": "disabled",
|
|
3690
3977
|
"reflects": true
|
|
3691
3978
|
},
|
|
@@ -3696,6 +3983,7 @@
|
|
|
3696
3983
|
"text": "boolean"
|
|
3697
3984
|
},
|
|
3698
3985
|
"default": "false",
|
|
3986
|
+
"description": "Makes the radio group required for form submission.",
|
|
3699
3987
|
"attribute": "required",
|
|
3700
3988
|
"reflects": true
|
|
3701
3989
|
},
|
|
@@ -3716,8 +4004,9 @@
|
|
|
3716
4004
|
"text": "boolean"
|
|
3717
4005
|
},
|
|
3718
4006
|
"default": "false",
|
|
3719
|
-
"description": "
|
|
3720
|
-
"attribute": "error"
|
|
4007
|
+
"description": "Displays the radio buttons in an error state.",
|
|
4008
|
+
"attribute": "error",
|
|
4009
|
+
"reflects": true
|
|
3721
4010
|
},
|
|
3722
4011
|
{
|
|
3723
4012
|
"kind": "field",
|
|
@@ -3804,6 +4093,7 @@
|
|
|
3804
4093
|
"text": "boolean"
|
|
3805
4094
|
},
|
|
3806
4095
|
"default": "false",
|
|
4096
|
+
"description": "Disables all radio buttons in the group.",
|
|
3807
4097
|
"fieldName": "disabled",
|
|
3808
4098
|
"propName": "disabled"
|
|
3809
4099
|
},
|
|
@@ -3813,6 +4103,7 @@
|
|
|
3813
4103
|
"text": "boolean"
|
|
3814
4104
|
},
|
|
3815
4105
|
"default": "false",
|
|
4106
|
+
"description": "Makes the radio group required for form submission.",
|
|
3816
4107
|
"fieldName": "required",
|
|
3817
4108
|
"propName": "required"
|
|
3818
4109
|
},
|
|
@@ -3832,7 +4123,7 @@
|
|
|
3832
4123
|
"text": "boolean"
|
|
3833
4124
|
},
|
|
3834
4125
|
"default": "false",
|
|
3835
|
-
"description": "
|
|
4126
|
+
"description": "Displays the radio buttons in an error state.",
|
|
3836
4127
|
"fieldName": "error",
|
|
3837
4128
|
"propName": "error"
|
|
3838
4129
|
},
|
|
@@ -5426,7 +5717,8 @@
|
|
|
5426
5717
|
},
|
|
5427
5718
|
"default": "true",
|
|
5428
5719
|
"description": "Determines whether the popover can be dismissed by clicking the close button.\n\n- `true` (default) - Popover can be closed.\n- `false` - The close button is hidden.",
|
|
5429
|
-
"attribute": "dismissable"
|
|
5720
|
+
"attribute": "dismissable",
|
|
5721
|
+
"reflects": true
|
|
5430
5722
|
},
|
|
5431
5723
|
{
|
|
5432
5724
|
"kind": "field",
|
|
@@ -5436,7 +5728,8 @@
|
|
|
5436
5728
|
},
|
|
5437
5729
|
"default": "true",
|
|
5438
5730
|
"description": "Determines whether a status icon should be displayed in the popover.\n\n- `true` (default) - An icon representing the status will be displayed.\n- `false` - No icon will be displayed.",
|
|
5439
|
-
"attribute": "
|
|
5731
|
+
"attribute": "status-icon",
|
|
5732
|
+
"reflects": true
|
|
5440
5733
|
},
|
|
5441
5734
|
{
|
|
5442
5735
|
"kind": "field",
|
|
@@ -5446,7 +5739,8 @@
|
|
|
5446
5739
|
},
|
|
5447
5740
|
"default": "true",
|
|
5448
5741
|
"description": "Determines whether the arrow should be displayed.\n\n- `true` (default) - Arrow will be displayed.\n- `false` - Arrow will be hidden.",
|
|
5449
|
-
"attribute": "
|
|
5742
|
+
"attribute": "show-arrow",
|
|
5743
|
+
"reflects": true
|
|
5450
5744
|
},
|
|
5451
5745
|
{
|
|
5452
5746
|
"kind": "field",
|
|
@@ -5654,24 +5948,24 @@
|
|
|
5654
5948
|
"propName": "dismissable"
|
|
5655
5949
|
},
|
|
5656
5950
|
{
|
|
5657
|
-
"name": "
|
|
5951
|
+
"name": "status-icon",
|
|
5658
5952
|
"type": {
|
|
5659
5953
|
"text": "boolean"
|
|
5660
5954
|
},
|
|
5661
5955
|
"default": "true",
|
|
5662
5956
|
"description": "Determines whether a status icon should be displayed in the popover.\n\n- `true` (default) - An icon representing the status will be displayed.\n- `false` - No icon will be displayed.",
|
|
5663
5957
|
"fieldName": "statusIcon",
|
|
5664
|
-
"propName": "
|
|
5958
|
+
"propName": "statusIcon"
|
|
5665
5959
|
},
|
|
5666
5960
|
{
|
|
5667
|
-
"name": "
|
|
5961
|
+
"name": "show-arrow",
|
|
5668
5962
|
"type": {
|
|
5669
5963
|
"text": "boolean"
|
|
5670
5964
|
},
|
|
5671
5965
|
"default": "true",
|
|
5672
5966
|
"description": "Determines whether the arrow should be displayed.\n\n- `true` (default) - Arrow will be displayed.\n- `false` - Arrow will be hidden.",
|
|
5673
5967
|
"fieldName": "showArrow",
|
|
5674
|
-
"propName": "
|
|
5968
|
+
"propName": "showArrow"
|
|
5675
5969
|
}
|
|
5676
5970
|
],
|
|
5677
5971
|
"superclass": {
|
|
@@ -5805,8 +6099,9 @@
|
|
|
5805
6099
|
"text": "boolean"
|
|
5806
6100
|
},
|
|
5807
6101
|
"default": "false",
|
|
5808
|
-
"description": "Disables the
|
|
5809
|
-
"attribute": "disabled"
|
|
6102
|
+
"description": "Disables the item, making it non-interactive.",
|
|
6103
|
+
"attribute": "disabled",
|
|
6104
|
+
"reflects": true
|
|
5810
6105
|
},
|
|
5811
6106
|
{
|
|
5812
6107
|
"kind": "field",
|
|
@@ -5815,8 +6110,9 @@
|
|
|
5815
6110
|
"text": "boolean"
|
|
5816
6111
|
},
|
|
5817
6112
|
"default": "false",
|
|
5818
|
-
"description": "
|
|
5819
|
-
"attribute": "selected"
|
|
6113
|
+
"description": "Indicates whether the item is currently selected.",
|
|
6114
|
+
"attribute": "selected",
|
|
6115
|
+
"reflects": true
|
|
5820
6116
|
},
|
|
5821
6117
|
{
|
|
5822
6118
|
"kind": "field",
|
|
@@ -5874,7 +6170,7 @@
|
|
|
5874
6170
|
"text": "boolean"
|
|
5875
6171
|
},
|
|
5876
6172
|
"default": "false",
|
|
5877
|
-
"description": "Disables the
|
|
6173
|
+
"description": "Disables the item, making it non-interactive.",
|
|
5878
6174
|
"fieldName": "disabled",
|
|
5879
6175
|
"propName": "disabled"
|
|
5880
6176
|
},
|
|
@@ -5884,7 +6180,7 @@
|
|
|
5884
6180
|
"text": "boolean"
|
|
5885
6181
|
},
|
|
5886
6182
|
"default": "false",
|
|
5887
|
-
"description": "
|
|
6183
|
+
"description": "Indicates whether the item is currently selected.",
|
|
5888
6184
|
"fieldName": "selected",
|
|
5889
6185
|
"propName": "selected"
|
|
5890
6186
|
},
|
|
@@ -6261,7 +6557,8 @@
|
|
|
6261
6557
|
},
|
|
6262
6558
|
"default": "false",
|
|
6263
6559
|
"description": "Disables the dropdown interaction",
|
|
6264
|
-
"attribute": "disabled"
|
|
6560
|
+
"attribute": "disabled",
|
|
6561
|
+
"reflects": true
|
|
6265
6562
|
},
|
|
6266
6563
|
{
|
|
6267
6564
|
"kind": "field",
|
|
@@ -7040,7 +7337,8 @@
|
|
|
7040
7337
|
},
|
|
7041
7338
|
"default": "false",
|
|
7042
7339
|
"description": "Whether the input should have a clear button",
|
|
7043
|
-
"attribute": "clearable"
|
|
7340
|
+
"attribute": "clearable",
|
|
7341
|
+
"reflects": true
|
|
7044
7342
|
},
|
|
7045
7343
|
{
|
|
7046
7344
|
"kind": "field",
|
|
@@ -7050,7 +7348,8 @@
|
|
|
7050
7348
|
},
|
|
7051
7349
|
"default": "false",
|
|
7052
7350
|
"description": "Whether the input is disabled",
|
|
7053
|
-
"attribute": "disabled"
|
|
7351
|
+
"attribute": "disabled",
|
|
7352
|
+
"reflects": true
|
|
7054
7353
|
},
|
|
7055
7354
|
{
|
|
7056
7355
|
"kind": "field",
|
|
@@ -7060,7 +7359,8 @@
|
|
|
7060
7359
|
},
|
|
7061
7360
|
"default": "false",
|
|
7062
7361
|
"description": "Whether the input is readonly",
|
|
7063
|
-
"attribute": "readonly"
|
|
7362
|
+
"attribute": "readonly",
|
|
7363
|
+
"reflects": true
|
|
7064
7364
|
},
|
|
7065
7365
|
{
|
|
7066
7366
|
"kind": "field",
|
|
@@ -7070,7 +7370,8 @@
|
|
|
7070
7370
|
},
|
|
7071
7371
|
"default": "false",
|
|
7072
7372
|
"description": "Whether the input is required",
|
|
7073
|
-
"attribute": "required"
|
|
7373
|
+
"attribute": "required",
|
|
7374
|
+
"reflects": true
|
|
7074
7375
|
},
|
|
7075
7376
|
{
|
|
7076
7377
|
"kind": "field",
|
|
@@ -7080,7 +7381,8 @@
|
|
|
7080
7381
|
},
|
|
7081
7382
|
"default": "false",
|
|
7082
7383
|
"description": "Whether to show a password toggle button",
|
|
7083
|
-
"attribute": "password-toggle"
|
|
7384
|
+
"attribute": "password-toggle",
|
|
7385
|
+
"reflects": true
|
|
7084
7386
|
},
|
|
7085
7387
|
{
|
|
7086
7388
|
"kind": "field",
|
|
@@ -7090,7 +7392,8 @@
|
|
|
7090
7392
|
},
|
|
7091
7393
|
"default": "false",
|
|
7092
7394
|
"description": "Whether the password is visible",
|
|
7093
|
-
"attribute": "password-visible"
|
|
7395
|
+
"attribute": "password-visible",
|
|
7396
|
+
"reflects": true
|
|
7094
7397
|
},
|
|
7095
7398
|
{
|
|
7096
7399
|
"kind": "field",
|
|
@@ -7189,10 +7492,11 @@
|
|
|
7189
7492
|
"kind": "field",
|
|
7190
7493
|
"name": "autoFocus",
|
|
7191
7494
|
"type": {
|
|
7192
|
-
"text": "boolean"
|
|
7495
|
+
"text": "boolean | undefined"
|
|
7193
7496
|
},
|
|
7194
7497
|
"description": "Whether the input should automatically get focus",
|
|
7195
|
-
"attribute": "autoFocus"
|
|
7498
|
+
"attribute": "autoFocus",
|
|
7499
|
+
"reflects": true
|
|
7196
7500
|
},
|
|
7197
7501
|
{
|
|
7198
7502
|
"kind": "field",
|
|
@@ -7222,10 +7526,11 @@
|
|
|
7222
7526
|
"kind": "field",
|
|
7223
7527
|
"name": "spellCheck",
|
|
7224
7528
|
"type": {
|
|
7225
|
-
"text": "boolean"
|
|
7529
|
+
"text": "boolean | undefined"
|
|
7226
7530
|
},
|
|
7227
7531
|
"description": "Whether spellcheck is enabled",
|
|
7228
|
-
"attribute": "spellCheck"
|
|
7532
|
+
"attribute": "spellCheck",
|
|
7533
|
+
"reflects": true
|
|
7229
7534
|
},
|
|
7230
7535
|
{
|
|
7231
7536
|
"kind": "field",
|
|
@@ -7244,7 +7549,8 @@
|
|
|
7244
7549
|
},
|
|
7245
7550
|
"default": "false",
|
|
7246
7551
|
"description": "Whether the input is in an error state",
|
|
7247
|
-
"attribute": "error"
|
|
7552
|
+
"attribute": "error",
|
|
7553
|
+
"reflects": true
|
|
7248
7554
|
},
|
|
7249
7555
|
{
|
|
7250
7556
|
"kind": "field",
|
|
@@ -7267,16 +7573,6 @@
|
|
|
7267
7573
|
"attribute": "full-width",
|
|
7268
7574
|
"reflects": true
|
|
7269
7575
|
},
|
|
7270
|
-
{
|
|
7271
|
-
"kind": "field",
|
|
7272
|
-
"name": "isSelect",
|
|
7273
|
-
"type": {
|
|
7274
|
-
"text": "boolean"
|
|
7275
|
-
},
|
|
7276
|
-
"default": "false",
|
|
7277
|
-
"description": "Whether the input is used as part of a select component",
|
|
7278
|
-
"attribute": "isSelect"
|
|
7279
|
-
},
|
|
7280
7576
|
{
|
|
7281
7577
|
"kind": "field",
|
|
7282
7578
|
"name": "prefixIcon",
|
|
@@ -7519,62 +7815,6 @@
|
|
|
7519
7815
|
}
|
|
7520
7816
|
],
|
|
7521
7817
|
"attributes": [
|
|
7522
|
-
{
|
|
7523
|
-
"name": "type",
|
|
7524
|
-
"type": {
|
|
7525
|
-
"text": "'date'|'datetime-local'|'email'|'number'|'password'|'search'|'tel'|'text'|'time'|'url'"
|
|
7526
|
-
},
|
|
7527
|
-
"default": "'text'",
|
|
7528
|
-
"description": "The type of input",
|
|
7529
|
-
"fieldName": "type",
|
|
7530
|
-
"expandedType": {
|
|
7531
|
-
"text": "'date' | 'datetime-local' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url'"
|
|
7532
|
-
},
|
|
7533
|
-
"propName": "type"
|
|
7534
|
-
},
|
|
7535
|
-
{
|
|
7536
|
-
"name": "name",
|
|
7537
|
-
"type": {
|
|
7538
|
-
"text": "string"
|
|
7539
|
-
},
|
|
7540
|
-
"default": "''",
|
|
7541
|
-
"description": "The name of the input",
|
|
7542
|
-
"fieldName": "name",
|
|
7543
|
-
"propName": "name"
|
|
7544
|
-
},
|
|
7545
|
-
{
|
|
7546
|
-
"name": "value",
|
|
7547
|
-
"type": {
|
|
7548
|
-
"text": "string"
|
|
7549
|
-
},
|
|
7550
|
-
"default": "''",
|
|
7551
|
-
"description": "The value of the input",
|
|
7552
|
-
"fieldName": "value",
|
|
7553
|
-
"propName": "value"
|
|
7554
|
-
},
|
|
7555
|
-
{
|
|
7556
|
-
"name": "placeholder",
|
|
7557
|
-
"type": {
|
|
7558
|
-
"text": "string"
|
|
7559
|
-
},
|
|
7560
|
-
"default": "''",
|
|
7561
|
-
"description": "The placeholder text",
|
|
7562
|
-
"fieldName": "placeholder",
|
|
7563
|
-
"propName": "placeholder"
|
|
7564
|
-
},
|
|
7565
|
-
{
|
|
7566
|
-
"name": "size",
|
|
7567
|
-
"type": {
|
|
7568
|
-
"text": "'sm'|'md'|'lg'"
|
|
7569
|
-
},
|
|
7570
|
-
"default": "'md'",
|
|
7571
|
-
"description": "The size of the input",
|
|
7572
|
-
"fieldName": "size",
|
|
7573
|
-
"expandedType": {
|
|
7574
|
-
"text": "'sm' | 'md' | 'lg'"
|
|
7575
|
-
},
|
|
7576
|
-
"propName": "size"
|
|
7577
|
-
},
|
|
7578
7818
|
{
|
|
7579
7819
|
"name": "clearable",
|
|
7580
7820
|
"type": {
|
|
@@ -7583,6 +7823,7 @@
|
|
|
7583
7823
|
"default": "false",
|
|
7584
7824
|
"description": "Whether the input should have a clear button",
|
|
7585
7825
|
"fieldName": "clearable",
|
|
7826
|
+
"attribute": "clearable",
|
|
7586
7827
|
"propName": "clearable"
|
|
7587
7828
|
},
|
|
7588
7829
|
{
|
|
@@ -7593,6 +7834,7 @@
|
|
|
7593
7834
|
"default": "false",
|
|
7594
7835
|
"description": "Whether the input is disabled",
|
|
7595
7836
|
"fieldName": "disabled",
|
|
7837
|
+
"attribute": "disabled",
|
|
7596
7838
|
"propName": "disabled"
|
|
7597
7839
|
},
|
|
7598
7840
|
{
|
|
@@ -7603,6 +7845,7 @@
|
|
|
7603
7845
|
"default": "false",
|
|
7604
7846
|
"description": "Whether the input is readonly",
|
|
7605
7847
|
"fieldName": "readonly",
|
|
7848
|
+
"attribute": "readonly",
|
|
7606
7849
|
"propName": "readonly"
|
|
7607
7850
|
},
|
|
7608
7851
|
{
|
|
@@ -7613,6 +7856,7 @@
|
|
|
7613
7856
|
"default": "false",
|
|
7614
7857
|
"description": "Whether the input is required",
|
|
7615
7858
|
"fieldName": "required",
|
|
7859
|
+
"attribute": "required",
|
|
7616
7860
|
"propName": "required"
|
|
7617
7861
|
},
|
|
7618
7862
|
{
|
|
@@ -7623,6 +7867,7 @@
|
|
|
7623
7867
|
"default": "false",
|
|
7624
7868
|
"description": "Whether to show a password toggle button",
|
|
7625
7869
|
"fieldName": "passwordToggle",
|
|
7870
|
+
"attribute": "password-toggle",
|
|
7626
7871
|
"propName": "passwordToggle"
|
|
7627
7872
|
},
|
|
7628
7873
|
{
|
|
@@ -7633,8 +7878,76 @@
|
|
|
7633
7878
|
"default": "false",
|
|
7634
7879
|
"description": "Whether the password is visible",
|
|
7635
7880
|
"fieldName": "passwordVisible",
|
|
7881
|
+
"attribute": "password-visible",
|
|
7636
7882
|
"propName": "passwordVisible"
|
|
7637
7883
|
},
|
|
7884
|
+
{
|
|
7885
|
+
"name": "error",
|
|
7886
|
+
"type": {
|
|
7887
|
+
"text": "boolean"
|
|
7888
|
+
},
|
|
7889
|
+
"default": "false",
|
|
7890
|
+
"description": "Whether the input is in an error state",
|
|
7891
|
+
"fieldName": "error",
|
|
7892
|
+
"attribute": "error",
|
|
7893
|
+
"propName": "error"
|
|
7894
|
+
},
|
|
7895
|
+
{
|
|
7896
|
+
"name": "type",
|
|
7897
|
+
"type": {
|
|
7898
|
+
"text": "'date'|'datetime-local'|'email'|'number'|'password'|'search'|'tel'|'text'|'time'|'url'"
|
|
7899
|
+
},
|
|
7900
|
+
"default": "'text'",
|
|
7901
|
+
"description": "The type of input",
|
|
7902
|
+
"fieldName": "type",
|
|
7903
|
+
"expandedType": {
|
|
7904
|
+
"text": "'date' | 'datetime-local' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url'"
|
|
7905
|
+
},
|
|
7906
|
+
"propName": "type"
|
|
7907
|
+
},
|
|
7908
|
+
{
|
|
7909
|
+
"name": "name",
|
|
7910
|
+
"type": {
|
|
7911
|
+
"text": "string"
|
|
7912
|
+
},
|
|
7913
|
+
"default": "''",
|
|
7914
|
+
"description": "The name of the input",
|
|
7915
|
+
"fieldName": "name",
|
|
7916
|
+
"propName": "name"
|
|
7917
|
+
},
|
|
7918
|
+
{
|
|
7919
|
+
"name": "value",
|
|
7920
|
+
"type": {
|
|
7921
|
+
"text": "string"
|
|
7922
|
+
},
|
|
7923
|
+
"default": "''",
|
|
7924
|
+
"description": "The value of the input",
|
|
7925
|
+
"fieldName": "value",
|
|
7926
|
+
"propName": "value"
|
|
7927
|
+
},
|
|
7928
|
+
{
|
|
7929
|
+
"name": "placeholder",
|
|
7930
|
+
"type": {
|
|
7931
|
+
"text": "string"
|
|
7932
|
+
},
|
|
7933
|
+
"default": "''",
|
|
7934
|
+
"description": "The placeholder text",
|
|
7935
|
+
"fieldName": "placeholder",
|
|
7936
|
+
"propName": "placeholder"
|
|
7937
|
+
},
|
|
7938
|
+
{
|
|
7939
|
+
"name": "size",
|
|
7940
|
+
"type": {
|
|
7941
|
+
"text": "'sm'|'md'|'lg'"
|
|
7942
|
+
},
|
|
7943
|
+
"default": "'md'",
|
|
7944
|
+
"description": "The size of the input",
|
|
7945
|
+
"fieldName": "size",
|
|
7946
|
+
"expandedType": {
|
|
7947
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
7948
|
+
},
|
|
7949
|
+
"propName": "size"
|
|
7950
|
+
},
|
|
7638
7951
|
{
|
|
7639
7952
|
"name": "label",
|
|
7640
7953
|
"type": {
|
|
@@ -7731,7 +8044,7 @@
|
|
|
7731
8044
|
{
|
|
7732
8045
|
"name": "autoFocus",
|
|
7733
8046
|
"type": {
|
|
7734
|
-
"text": "boolean"
|
|
8047
|
+
"text": "boolean | undefined"
|
|
7735
8048
|
},
|
|
7736
8049
|
"description": "Whether the input should automatically get focus",
|
|
7737
8050
|
"fieldName": "autoFocus",
|
|
@@ -7764,7 +8077,7 @@
|
|
|
7764
8077
|
{
|
|
7765
8078
|
"name": "spellCheck",
|
|
7766
8079
|
"type": {
|
|
7767
|
-
"text": "boolean"
|
|
8080
|
+
"text": "boolean | undefined"
|
|
7768
8081
|
},
|
|
7769
8082
|
"description": "Whether spellcheck is enabled",
|
|
7770
8083
|
"fieldName": "spellCheck",
|
|
@@ -7779,16 +8092,6 @@
|
|
|
7779
8092
|
"fieldName": "caption",
|
|
7780
8093
|
"propName": "caption"
|
|
7781
8094
|
},
|
|
7782
|
-
{
|
|
7783
|
-
"name": "error",
|
|
7784
|
-
"type": {
|
|
7785
|
-
"text": "boolean"
|
|
7786
|
-
},
|
|
7787
|
-
"default": "false",
|
|
7788
|
-
"description": "Whether the input is in an error state",
|
|
7789
|
-
"fieldName": "error",
|
|
7790
|
-
"propName": "error"
|
|
7791
|
-
},
|
|
7792
8095
|
{
|
|
7793
8096
|
"name": "error-message",
|
|
7794
8097
|
"type": {
|
|
@@ -7809,16 +8112,6 @@
|
|
|
7809
8112
|
"fieldName": "fullWidth",
|
|
7810
8113
|
"propName": "fullWidth"
|
|
7811
8114
|
},
|
|
7812
|
-
{
|
|
7813
|
-
"name": "isSelect",
|
|
7814
|
-
"type": {
|
|
7815
|
-
"text": "boolean"
|
|
7816
|
-
},
|
|
7817
|
-
"default": "false",
|
|
7818
|
-
"description": "Whether the input is used as part of a select component",
|
|
7819
|
-
"fieldName": "isSelect",
|
|
7820
|
-
"propName": "isselect"
|
|
7821
|
-
},
|
|
7822
8115
|
{
|
|
7823
8116
|
"name": "prefix-icon",
|
|
7824
8117
|
"type": {
|
|
@@ -8057,8 +8350,9 @@
|
|
|
8057
8350
|
"text": "boolean"
|
|
8058
8351
|
},
|
|
8059
8352
|
"default": "true",
|
|
8060
|
-
"description": "Determines whether a status icon should be displayed in the popconfirm
|
|
8061
|
-
"attribute": "status-icon"
|
|
8353
|
+
"description": "Determines whether a status icon should be displayed in the popconfirm.",
|
|
8354
|
+
"attribute": "status-icon",
|
|
8355
|
+
"reflects": true
|
|
8062
8356
|
},
|
|
8063
8357
|
{
|
|
8064
8358
|
"kind": "field",
|
|
@@ -8067,8 +8361,9 @@
|
|
|
8067
8361
|
"text": "boolean"
|
|
8068
8362
|
},
|
|
8069
8363
|
"default": "true",
|
|
8070
|
-
"description": "Determines whether the arrow should be displayed
|
|
8071
|
-
"attribute": "show-arrow"
|
|
8364
|
+
"description": "Determines whether the arrow should be displayed.",
|
|
8365
|
+
"attribute": "show-arrow",
|
|
8366
|
+
"reflects": true
|
|
8072
8367
|
},
|
|
8073
8368
|
{
|
|
8074
8369
|
"kind": "field",
|
|
@@ -8296,7 +8591,7 @@
|
|
|
8296
8591
|
"text": "boolean"
|
|
8297
8592
|
},
|
|
8298
8593
|
"default": "true",
|
|
8299
|
-
"description": "Determines whether a status icon should be displayed in the popconfirm
|
|
8594
|
+
"description": "Determines whether a status icon should be displayed in the popconfirm.",
|
|
8300
8595
|
"fieldName": "statusIcon",
|
|
8301
8596
|
"propName": "statusIcon"
|
|
8302
8597
|
},
|
|
@@ -8306,7 +8601,7 @@
|
|
|
8306
8601
|
"text": "boolean"
|
|
8307
8602
|
},
|
|
8308
8603
|
"default": "true",
|
|
8309
|
-
"description": "Determines whether the arrow should be displayed
|
|
8604
|
+
"description": "Determines whether the arrow should be displayed.",
|
|
8310
8605
|
"fieldName": "showArrow",
|
|
8311
8606
|
"propName": "showArrow"
|
|
8312
8607
|
}
|
|
@@ -9409,7 +9704,8 @@
|
|
|
9409
9704
|
},
|
|
9410
9705
|
"default": "false",
|
|
9411
9706
|
"description": "Whether to display the checkboxes vertically.",
|
|
9412
|
-
"attribute": "vertical"
|
|
9707
|
+
"attribute": "vertical",
|
|
9708
|
+
"reflects": true
|
|
9413
9709
|
},
|
|
9414
9710
|
{
|
|
9415
9711
|
"kind": "field",
|
|
@@ -10305,7 +10601,8 @@
|
|
|
10305
10601
|
"text": "boolean"
|
|
10306
10602
|
},
|
|
10307
10603
|
"default": "false",
|
|
10308
|
-
"attribute": "readonly"
|
|
10604
|
+
"attribute": "readonly",
|
|
10605
|
+
"reflects": true
|
|
10309
10606
|
},
|
|
10310
10607
|
{
|
|
10311
10608
|
"kind": "field",
|
|
@@ -10314,7 +10611,8 @@
|
|
|
10314
10611
|
"text": "boolean"
|
|
10315
10612
|
},
|
|
10316
10613
|
"default": "false",
|
|
10317
|
-
"attribute": "disabled"
|
|
10614
|
+
"attribute": "disabled",
|
|
10615
|
+
"reflects": true
|
|
10318
10616
|
},
|
|
10319
10617
|
{
|
|
10320
10618
|
"kind": "field",
|
|
@@ -10378,7 +10676,8 @@
|
|
|
10378
10676
|
"text": "boolean"
|
|
10379
10677
|
},
|
|
10380
10678
|
"default": "false",
|
|
10381
|
-
"attribute": "required"
|
|
10679
|
+
"attribute": "required",
|
|
10680
|
+
"reflects": true
|
|
10382
10681
|
},
|
|
10383
10682
|
{
|
|
10384
10683
|
"kind": "field",
|
|
@@ -11092,7 +11391,7 @@
|
|
|
11092
11391
|
"summary": "Displays short, temporary messages.",
|
|
11093
11392
|
"dependencies": [
|
|
11094
11393
|
{
|
|
11095
|
-
"name": "plus-
|
|
11394
|
+
"name": "plus-icon",
|
|
11096
11395
|
"description": ""
|
|
11097
11396
|
},
|
|
11098
11397
|
{
|
|
@@ -11470,7 +11769,8 @@
|
|
|
11470
11769
|
},
|
|
11471
11770
|
"default": "false",
|
|
11472
11771
|
"description": "Disables the select item, preventing interaction.\nWhen disabled, the item cannot be clicked or selected.",
|
|
11473
|
-
"attribute": "disabled"
|
|
11772
|
+
"attribute": "disabled",
|
|
11773
|
+
"reflects": true
|
|
11474
11774
|
},
|
|
11475
11775
|
{
|
|
11476
11776
|
"kind": "field",
|
|
@@ -11480,7 +11780,8 @@
|
|
|
11480
11780
|
},
|
|
11481
11781
|
"default": "false",
|
|
11482
11782
|
"description": "Indicates whether the select item is currently selected.\nThe selected state is managed by the parent PlusSelect component.",
|
|
11483
|
-
"attribute": "selected"
|
|
11783
|
+
"attribute": "selected",
|
|
11784
|
+
"reflects": true
|
|
11484
11785
|
},
|
|
11485
11786
|
{
|
|
11486
11787
|
"kind": "field",
|
|
@@ -11696,7 +11997,8 @@
|
|
|
11696
11997
|
},
|
|
11697
11998
|
"default": "false",
|
|
11698
11999
|
"description": "Indicates if the select is in an error state.",
|
|
11699
|
-
"attribute": "error"
|
|
12000
|
+
"attribute": "error",
|
|
12001
|
+
"reflects": true
|
|
11700
12002
|
},
|
|
11701
12003
|
{
|
|
11702
12004
|
"kind": "field",
|
|
@@ -11706,7 +12008,8 @@
|
|
|
11706
12008
|
},
|
|
11707
12009
|
"default": "false",
|
|
11708
12010
|
"description": "Disables the select, preventing interaction.",
|
|
11709
|
-
"attribute": "disabled"
|
|
12011
|
+
"attribute": "disabled",
|
|
12012
|
+
"reflects": true
|
|
11710
12013
|
},
|
|
11711
12014
|
{
|
|
11712
12015
|
"kind": "field",
|
|
@@ -11716,7 +12019,8 @@
|
|
|
11716
12019
|
},
|
|
11717
12020
|
"default": "false",
|
|
11718
12021
|
"description": "Marks the select as required.",
|
|
11719
|
-
"attribute": "required"
|
|
12022
|
+
"attribute": "required",
|
|
12023
|
+
"reflects": true
|
|
11720
12024
|
},
|
|
11721
12025
|
{
|
|
11722
12026
|
"kind": "field",
|
|
@@ -11726,7 +12030,8 @@
|
|
|
11726
12030
|
},
|
|
11727
12031
|
"default": "false",
|
|
11728
12032
|
"description": "Makes the select read-only, preventing changes.",
|
|
11729
|
-
"attribute": "readonly"
|
|
12033
|
+
"attribute": "readonly",
|
|
12034
|
+
"reflects": true
|
|
11730
12035
|
},
|
|
11731
12036
|
{
|
|
11732
12037
|
"kind": "field",
|
|
@@ -11745,7 +12050,19 @@
|
|
|
11745
12050
|
},
|
|
11746
12051
|
"default": "false",
|
|
11747
12052
|
"description": "Enables a clear button to reset the selection.",
|
|
11748
|
-
"attribute": "clearable"
|
|
12053
|
+
"attribute": "clearable",
|
|
12054
|
+
"reflects": true
|
|
12055
|
+
},
|
|
12056
|
+
{
|
|
12057
|
+
"kind": "field",
|
|
12058
|
+
"name": "fullWidth",
|
|
12059
|
+
"type": {
|
|
12060
|
+
"text": "boolean"
|
|
12061
|
+
},
|
|
12062
|
+
"default": "false",
|
|
12063
|
+
"description": "Makes the select full width.",
|
|
12064
|
+
"attribute": "full-width",
|
|
12065
|
+
"reflects": true
|
|
11749
12066
|
},
|
|
11750
12067
|
{
|
|
11751
12068
|
"kind": "field",
|
|
@@ -11998,6 +12315,16 @@
|
|
|
11998
12315
|
"description": "Enables a clear button to reset the selection.",
|
|
11999
12316
|
"fieldName": "clearable",
|
|
12000
12317
|
"propName": "clearable"
|
|
12318
|
+
},
|
|
12319
|
+
{
|
|
12320
|
+
"name": "full-width",
|
|
12321
|
+
"type": {
|
|
12322
|
+
"text": "boolean"
|
|
12323
|
+
},
|
|
12324
|
+
"default": "false",
|
|
12325
|
+
"description": "Makes the select full width.",
|
|
12326
|
+
"fieldName": "fullWidth",
|
|
12327
|
+
"propName": "fullWidth"
|
|
12001
12328
|
}
|
|
12002
12329
|
],
|
|
12003
12330
|
"superclass": {
|
|
@@ -12287,14 +12614,6 @@
|
|
|
12287
12614
|
},
|
|
12288
12615
|
"attribute": "toggle-inactive-icon"
|
|
12289
12616
|
},
|
|
12290
|
-
{
|
|
12291
|
-
"kind": "field",
|
|
12292
|
-
"name": "iconSize",
|
|
12293
|
-
"type": {
|
|
12294
|
-
"text": "number | undefined"
|
|
12295
|
-
},
|
|
12296
|
-
"attribute": "icon-size"
|
|
12297
|
-
},
|
|
12298
12617
|
{
|
|
12299
12618
|
"kind": "field",
|
|
12300
12619
|
"name": "error",
|
|
@@ -12667,14 +12986,6 @@
|
|
|
12667
12986
|
"fieldName": "toggleInActiveIcon",
|
|
12668
12987
|
"propName": "toggleInactiveIcon"
|
|
12669
12988
|
},
|
|
12670
|
-
{
|
|
12671
|
-
"name": "icon-size",
|
|
12672
|
-
"type": {
|
|
12673
|
-
"text": "number | undefined"
|
|
12674
|
-
},
|
|
12675
|
-
"fieldName": "iconSize",
|
|
12676
|
-
"propName": "iconSize"
|
|
12677
|
-
},
|
|
12678
12989
|
{
|
|
12679
12990
|
"name": "error",
|
|
12680
12991
|
"type": {
|
|
@@ -12915,7 +13226,7 @@
|
|
|
12915
13226
|
"type": {
|
|
12916
13227
|
"text": "string | undefined"
|
|
12917
13228
|
},
|
|
12918
|
-
"description": "Icon to display before the tab content",
|
|
13229
|
+
"description": "Icon name to display before the tab content",
|
|
12919
13230
|
"attribute": "prefix-icon"
|
|
12920
13231
|
},
|
|
12921
13232
|
{
|
|
@@ -12924,7 +13235,7 @@
|
|
|
12924
13235
|
"type": {
|
|
12925
13236
|
"text": "string | undefined"
|
|
12926
13237
|
},
|
|
12927
|
-
"description": "Icon to display after the tab content",
|
|
13238
|
+
"description": "Icon name to display after the tab content",
|
|
12928
13239
|
"attribute": "suffix-icon"
|
|
12929
13240
|
},
|
|
12930
13241
|
{
|
|
@@ -12935,7 +13246,8 @@
|
|
|
12935
13246
|
},
|
|
12936
13247
|
"default": "false",
|
|
12937
13248
|
"description": "Enables the dismiss button to remove the tab",
|
|
12938
|
-
"attribute": "dismissible"
|
|
13249
|
+
"attribute": "dismissible",
|
|
13250
|
+
"reflects": true
|
|
12939
13251
|
},
|
|
12940
13252
|
{
|
|
12941
13253
|
"kind": "field",
|
|
@@ -12945,7 +13257,8 @@
|
|
|
12945
13257
|
},
|
|
12946
13258
|
"default": "false",
|
|
12947
13259
|
"description": "Truncates the text if it's too long",
|
|
12948
|
-
"attribute": "truncate"
|
|
13260
|
+
"attribute": "truncate",
|
|
13261
|
+
"reflects": true
|
|
12949
13262
|
},
|
|
12950
13263
|
{
|
|
12951
13264
|
"kind": "field",
|
|
@@ -12955,7 +13268,8 @@
|
|
|
12955
13268
|
},
|
|
12956
13269
|
"default": "false",
|
|
12957
13270
|
"description": "Use animated indicator instead of border for active tab\nThis is controlled by the parent tab-group",
|
|
12958
|
-
"attribute": "animated"
|
|
13271
|
+
"attribute": "animated",
|
|
13272
|
+
"reflects": true
|
|
12959
13273
|
},
|
|
12960
13274
|
{
|
|
12961
13275
|
"kind": "method",
|
|
@@ -13055,7 +13369,7 @@
|
|
|
13055
13369
|
"type": {
|
|
13056
13370
|
"text": "string | undefined"
|
|
13057
13371
|
},
|
|
13058
|
-
"description": "Icon to display before the tab content",
|
|
13372
|
+
"description": "Icon name to display before the tab content",
|
|
13059
13373
|
"fieldName": "prefixIcon",
|
|
13060
13374
|
"propName": "prefixIcon"
|
|
13061
13375
|
},
|
|
@@ -13064,7 +13378,7 @@
|
|
|
13064
13378
|
"type": {
|
|
13065
13379
|
"text": "string | undefined"
|
|
13066
13380
|
},
|
|
13067
|
-
"description": "Icon to display after the tab content",
|
|
13381
|
+
"description": "Icon name to display after the tab content",
|
|
13068
13382
|
"fieldName": "suffixIcon",
|
|
13069
13383
|
"propName": "suffixIcon"
|
|
13070
13384
|
},
|
|
@@ -13188,7 +13502,7 @@
|
|
|
13188
13502
|
"text": "boolean"
|
|
13189
13503
|
},
|
|
13190
13504
|
"default": "false",
|
|
13191
|
-
"description": "Indicates
|
|
13505
|
+
"description": "Indicates whether the panel is currently active/visible.",
|
|
13192
13506
|
"attribute": "active",
|
|
13193
13507
|
"reflects": true
|
|
13194
13508
|
},
|
|
@@ -13199,7 +13513,7 @@
|
|
|
13199
13513
|
"text": "string"
|
|
13200
13514
|
},
|
|
13201
13515
|
"default": "''",
|
|
13202
|
-
"description": "
|
|
13516
|
+
"description": "An optional class to apply to the panel container.",
|
|
13203
13517
|
"attribute": "panelClass"
|
|
13204
13518
|
},
|
|
13205
13519
|
{
|
|
@@ -13243,7 +13557,7 @@
|
|
|
13243
13557
|
"text": "boolean"
|
|
13244
13558
|
},
|
|
13245
13559
|
"default": "false",
|
|
13246
|
-
"description": "Indicates
|
|
13560
|
+
"description": "Indicates whether the panel is currently active/visible.",
|
|
13247
13561
|
"fieldName": "active",
|
|
13248
13562
|
"propName": "active"
|
|
13249
13563
|
},
|
|
@@ -13253,7 +13567,7 @@
|
|
|
13253
13567
|
"text": "string"
|
|
13254
13568
|
},
|
|
13255
13569
|
"default": "''",
|
|
13256
|
-
"description": "
|
|
13570
|
+
"description": "An optional class to apply to the panel container.",
|
|
13257
13571
|
"fieldName": "panelClass",
|
|
13258
13572
|
"propName": "panelclass"
|
|
13259
13573
|
}
|
|
@@ -13389,7 +13703,8 @@
|
|
|
13389
13703
|
},
|
|
13390
13704
|
"default": "false",
|
|
13391
13705
|
"description": "Disables all tabs",
|
|
13392
|
-
"attribute": "disabled"
|
|
13706
|
+
"attribute": "disabled",
|
|
13707
|
+
"reflects": true
|
|
13393
13708
|
},
|
|
13394
13709
|
{
|
|
13395
13710
|
"kind": "field",
|
|
@@ -13398,8 +13713,9 @@
|
|
|
13398
13713
|
"text": "boolean"
|
|
13399
13714
|
},
|
|
13400
13715
|
"default": "false",
|
|
13401
|
-
"description": "
|
|
13402
|
-
"attribute": "dismissible"
|
|
13716
|
+
"description": "Allows individual tabs to be dismissed (closed).",
|
|
13717
|
+
"attribute": "dismissible",
|
|
13718
|
+
"reflects": true
|
|
13403
13719
|
},
|
|
13404
13720
|
{
|
|
13405
13721
|
"kind": "field",
|
|
@@ -13623,7 +13939,7 @@
|
|
|
13623
13939
|
"text": "boolean"
|
|
13624
13940
|
},
|
|
13625
13941
|
"default": "false",
|
|
13626
|
-
"description": "
|
|
13942
|
+
"description": "Allows individual tabs to be dismissed (closed).",
|
|
13627
13943
|
"fieldName": "dismissible",
|
|
13628
13944
|
"propName": "dismissible"
|
|
13629
13945
|
},
|
|
@@ -13736,14 +14052,6 @@
|
|
|
13736
14052
|
"package": "./button-group"
|
|
13737
14053
|
}
|
|
13738
14054
|
},
|
|
13739
|
-
{
|
|
13740
|
-
"kind": "js",
|
|
13741
|
-
"name": "*",
|
|
13742
|
-
"declaration": {
|
|
13743
|
-
"name": "*",
|
|
13744
|
-
"package": "./icon"
|
|
13745
|
-
}
|
|
13746
|
-
},
|
|
13747
14055
|
{
|
|
13748
14056
|
"kind": "js",
|
|
13749
14057
|
"name": "*",
|
|
@@ -13765,7 +14073,7 @@
|
|
|
13765
14073
|
"name": "*",
|
|
13766
14074
|
"declaration": {
|
|
13767
14075
|
"name": "*",
|
|
13768
|
-
"package": "./
|
|
14076
|
+
"package": "./icon"
|
|
13769
14077
|
}
|
|
13770
14078
|
},
|
|
13771
14079
|
{
|