@sellmate/design-system 1.8.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{component.datepicker-Cw_-oidk.js → component.datepicker-CUQbDSku.js} +0 -1
- package/dist/cjs/component.field-YIQ9TAhV.js +61 -0
- package/dist/cjs/{component.textinput-BpXDeZPD.js → component.textinput-Bb-nU5xI.js} +3 -2
- package/dist/cjs/design-system.cjs.js +2 -2
- package/dist/cjs/{index-BGwB03Tk.js → index-C63F8C0_.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/sd-action-modal.cjs.entry.js +1 -1
- package/dist/cjs/sd-badge.cjs.entry.js +2 -2
- package/dist/cjs/sd-barcode-input.cjs.entry.js +3 -3
- package/dist/cjs/{sd-button.config-BSHkfgdC.js → sd-button.config-eTAJM2iW.js} +17 -4
- package/dist/cjs/sd-button_2.cjs.entry.js +7 -6
- package/dist/cjs/sd-calendar_2.cjs.entry.js +10 -9
- package/dist/cjs/sd-callout.cjs.entry.js +2 -2
- package/dist/cjs/sd-card.cjs.entry.js +2 -2
- package/dist/cjs/sd-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/sd-chip-input.cjs.entry.js +274 -0
- package/dist/cjs/sd-chip.cjs.entry.js +15 -87
- package/dist/cjs/sd-chip.config-DiLoRpct.js +71 -0
- package/dist/cjs/sd-circle-progress.cjs.entry.js +2 -2
- package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +4 -4
- package/dist/cjs/sd-date-box.cjs.entry.js +1 -1
- package/dist/cjs/{sd-date-picker.config-D3lTpa6W.js → sd-date-picker.config-CtXmufyj.js} +6 -2
- package/dist/cjs/sd-date-picker_7.cjs.entry.js +34 -48
- package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +4 -4
- package/dist/cjs/sd-divider.cjs.entry.js +2 -2
- package/dist/cjs/sd-dropdown-button.cjs.entry.js +10 -6
- package/dist/cjs/sd-field_3.cjs.entry.js +15 -56
- package/dist/cjs/sd-form.cjs.entry.js +1 -1
- package/dist/cjs/sd-ghost-button_2.cjs.entry.js +407 -0
- package/dist/cjs/sd-guide.cjs.entry.js +1 -1
- package/dist/cjs/sd-key-value-table.cjs.entry.js +1 -1
- package/dist/cjs/sd-linear-progress.cjs.entry.js +2 -2
- package/dist/cjs/sd-loading-container.cjs.entry.js +3 -3
- package/dist/cjs/sd-modal-container.cjs.entry.js +1 -1
- package/dist/cjs/sd-pagination_4.cjs.entry.js +9 -9
- package/dist/cjs/sd-popover.cjs.entry.js +8 -7
- package/dist/cjs/sd-popup.cjs.entry.js +2 -2
- package/dist/cjs/sd-portal.cjs.entry.js +2 -2
- package/dist/cjs/sd-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/sd-radio.cjs.entry.js +1 -1
- package/dist/cjs/sd-select-list-item_2.cjs.entry.js +9 -8
- package/dist/cjs/{sd-select.config-B19ptCT2.js → sd-select.config-DrJ4LNVz.js} +24 -13
- package/dist/cjs/sd-select_3.cjs.entry.js +16 -13
- package/dist/cjs/sd-switch.cjs.entry.js +2 -2
- package/dist/cjs/sd-table.cjs.entry.js +7 -7
- package/dist/cjs/sd-tabs.cjs.entry.js +6 -3
- package/dist/cjs/sd-td.cjs.entry.js +2 -2
- package/dist/cjs/sd-text-link.cjs.entry.js +20 -20
- package/dist/cjs/sd-toast-container.cjs.entry.js +2 -2
- package/dist/cjs/sd-toast.cjs.entry.js +3 -3
- package/dist/cjs/sd-toggle.cjs.entry.js +2 -2
- package/dist/cjs/{tooltipArrow-COD-SNZL.js → tooltipArrow-DONQ8MML.js} +1 -1
- package/dist/cjs/{useDatePicker-dCuEgvjX.js → useDatePicker-iMd6WToc.js} +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/sd-badge/sd-badge.js +1 -1
- package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +1 -1
- package/dist/collection/components/sd-button/sd-button.config.js +10 -2
- package/dist/collection/components/sd-button/sd-button.css +6 -5
- package/dist/collection/components/sd-button/sd-button.js +5 -4
- package/dist/collection/components/sd-calendar/sd-calendar.js +3 -3
- package/dist/collection/components/sd-callout/sd-callout.js +1 -1
- package/dist/collection/components/sd-card/sd-card.js +1 -1
- package/dist/collection/components/sd-chip/sd-chip.config.js +0 -1
- package/dist/collection/components/sd-chip/sd-chip.css +5 -0
- package/dist/collection/components/sd-chip/sd-chip.js +7 -5
- package/dist/collection/components/sd-chip-input/sd-chip-input.config.js +48 -0
- package/dist/collection/components/sd-chip-input/sd-chip-input.css +92 -0
- package/dist/collection/components/sd-chip-input/sd-chip-input.js +709 -0
- package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +1 -1
- package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +2 -2
- package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +2 -2
- package/dist/collection/components/sd-date-picker/sd-date-picker.config.js +5 -1
- package/dist/collection/components/sd-date-picker/sd-date-picker.js +2 -2
- package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +1 -1
- package/dist/collection/components/sd-divider/sd-divider.js +1 -1
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.config.js +3 -2
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.css +4 -0
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +5 -3
- package/dist/collection/components/sd-field/sd-field.js +6 -5
- package/dist/collection/components/sd-file-picker/sd-file-picker.config.js +11 -10
- package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
- package/dist/collection/components/sd-ghost-button/sd-ghost-button.css +21 -0
- package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +27 -2
- package/dist/collection/components/sd-input/sd-input.js +2 -2
- package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +1 -1
- package/dist/collection/components/sd-loading-container/sd-loading-container.js +2 -2
- package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +1 -1
- package/dist/collection/components/sd-number-input/sd-number-input.config.js +4 -3
- package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
- package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
- package/dist/collection/components/sd-popover/sd-popover.js +5 -5
- package/dist/collection/components/sd-popup/sd-popup.js +1 -1
- package/dist/collection/components/sd-portal/sd-portal.js +1 -1
- package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +4 -3
- package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +4 -4
- package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +7 -4
- package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +4 -3
- package/dist/collection/components/sd-select/sd-select.config.js +17 -10
- package/dist/collection/components/sd-select/sd-select.js +5 -6
- package/dist/collection/components/sd-switch/sd-switch.js +1 -1
- package/dist/collection/components/sd-table/sd-table.js +6 -6
- package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +2 -2
- package/dist/collection/components/sd-table/sd-td/sd-td.js +1 -1
- package/dist/collection/components/sd-table/sd-thead/sd-thead.js +3 -3
- package/dist/collection/components/sd-tabs/sd-tabs.css +27 -0
- package/dist/collection/components/sd-tabs/sd-tabs.js +24 -1
- package/dist/collection/components/sd-tag/sd-tag.js +2 -2
- package/dist/collection/components/sd-text-link/sd-text-link.config.js +4 -4
- package/dist/collection/components/sd-text-link/sd-text-link.js +11 -11
- package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
- package/dist/collection/components/sd-toast/sd-toast.js +2 -2
- package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
- package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
- package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/p-0KaFFbD8.js +1 -0
- package/dist/components/{p-p4bNikji.js → p-4XivETkt.js} +1 -1
- package/dist/components/p-AmkZCF9y.js +1 -0
- package/dist/components/p-BA8i1i5_.js +1 -0
- package/dist/components/{p-DQj-S8AC.js → p-BNkExhYB.js} +1 -1
- package/dist/components/p-BOJJ_sQS.js +1 -0
- package/dist/components/p-B_FQcRtk.js +1 -0
- package/dist/components/{p-lOVBaLB7.js → p-BcsFHQH8.js} +1 -1
- package/dist/components/p-BnaD56dI.js +1 -0
- package/dist/components/p-Bq9q5LoZ.js +1 -0
- package/dist/components/p-BwUUaGFU.js +1 -0
- package/dist/components/{p-DnW8EAqd.js → p-BysikR_g.js} +1 -1
- package/dist/components/p-C5wgHjtx.js +1 -0
- package/dist/components/{p-gqfJ-KUj.js → p-C79Cowjq.js} +1 -1
- package/dist/components/{p-Cye8r1MG.js → p-CFL9Rfh8.js} +1 -1
- package/dist/components/{p-uVZjhyvS.js → p-CJdrq8cV.js} +1 -1
- package/dist/components/{p-DCFqtVBm.js → p-CJr5BdNN.js} +1 -1
- package/dist/components/p-CWlwx4xx.js +1 -0
- package/dist/components/p-CWz_dfBG.js +1 -0
- package/dist/components/{p-D6cUtm8p.js → p-CjVOfLam.js} +1 -1
- package/dist/components/{p-wLoP3KMv.js → p-Ck9bJZTm.js} +1 -1
- package/dist/components/{p-CwQTEZWO.js → p-CkQzw2e0.js} +1 -1
- package/dist/components/p-CqvS2J1B.js +1 -0
- package/dist/components/p-CyGi6aGo.js +1 -0
- package/dist/components/p-Cz9ralVS.js +1 -0
- package/dist/components/{p-y_6iWhDy.js → p-D4TisqIF.js} +1 -1
- package/dist/components/p-D5O7fZYw.js +1 -0
- package/dist/components/p-DApxX0af.js +1 -0
- package/dist/components/p-DR0N8_Vt.js +1 -0
- package/dist/components/p-DUhqd8c7.js +1 -0
- package/dist/components/{p-BasCjDiE.js → p-DjS-dtF5.js} +1 -1
- package/dist/components/p-DmbwfZF7.js +1 -0
- package/dist/components/p-Dp6NByuZ.js +1 -0
- package/dist/components/{p-Bx9dlLbs.js → p-Dt9-l05k.js} +1 -1
- package/dist/components/{p-DhmsCQrB.js → p-DwU-e9i1.js} +1 -1
- package/dist/components/{p-BWJtQGYo.js → p-Dwl1u73P.js} +1 -1
- package/dist/components/{p-EcuI_UmK.js → p-NaAHdFVI.js} +1 -1
- package/dist/components/{p-ByhWX2NK.js → p-e0ABNkP6.js} +1 -1
- package/dist/components/{p-B45aOf4I.js → p-ipduET5U.js} +1 -1
- package/dist/components/{p-DKwnEkHE.js → p-jtJFHONo.js} +1 -1
- package/dist/components/p-laVsm9VM.js +1 -0
- package/dist/components/{p-CTuKWVTh.js → p-pfGv13eX.js} +1 -1
- package/dist/components/p-siTDlOb6.js +1 -0
- package/dist/components/sd-action-modal.js +1 -1
- package/dist/components/sd-badge.js +1 -1
- package/dist/components/sd-barcode-input.js +1 -1
- package/dist/components/sd-button.js +1 -1
- package/dist/components/sd-calendar.js +1 -1
- package/dist/components/sd-callout.js +1 -1
- package/dist/components/sd-card.js +1 -1
- package/dist/components/sd-checkbox.js +1 -1
- package/dist/components/sd-chip-input.d.ts +11 -0
- package/dist/components/sd-chip-input.js +1 -0
- package/dist/components/sd-chip.js +1 -1
- package/dist/components/sd-circle-progress.js +1 -1
- package/dist/components/sd-confirm-modal.js +1 -1
- package/dist/components/sd-date-box.js +1 -1
- package/dist/components/sd-date-picker-trigger.js +1 -1
- package/dist/components/sd-date-picker.js +1 -1
- package/dist/components/sd-date-range-picker-calendar.js +1 -1
- package/dist/components/sd-date-range-picker.js +1 -1
- package/dist/components/sd-divider.js +1 -1
- package/dist/components/sd-dropdown-button.js +1 -1
- package/dist/components/sd-field.js +1 -1
- package/dist/components/sd-file-picker.js +1 -1
- package/dist/components/sd-floating-portal.js +1 -1
- package/dist/components/sd-form.js +1 -1
- package/dist/components/sd-ghost-button.js +1 -1
- package/dist/components/sd-guide.js +1 -1
- package/dist/components/sd-icon.js +1 -1
- package/dist/components/sd-input.js +1 -1
- package/dist/components/sd-key-value-table.js +1 -1
- package/dist/components/sd-linear-progress.js +1 -1
- package/dist/components/sd-loading-container.js +1 -1
- package/dist/components/sd-loading-modal.js +1 -1
- package/dist/components/sd-modal-container.js +1 -1
- package/dist/components/sd-number-input.js +1 -1
- package/dist/components/sd-pagination.js +1 -1
- package/dist/components/sd-popover.js +1 -1
- package/dist/components/sd-popup.js +1 -1
- package/dist/components/sd-portal.js +1 -1
- package/dist/components/sd-radio-button.js +1 -1
- package/dist/components/sd-radio-group.js +1 -1
- package/dist/components/sd-radio.js +1 -1
- package/dist/components/sd-select-list-item-search.js +1 -1
- package/dist/components/sd-select-list-item.js +1 -1
- package/dist/components/sd-select-listbox.js +1 -1
- package/dist/components/sd-select-trigger.js +1 -1
- package/dist/components/sd-select.js +1 -1
- package/dist/components/sd-switch.js +1 -1
- package/dist/components/sd-table.js +1 -1
- package/dist/components/sd-tabs.js +1 -1
- package/dist/components/sd-tag.js +1 -1
- package/dist/components/sd-tbody.js +1 -1
- package/dist/components/sd-td.js +1 -1
- package/dist/components/sd-text-link.js +1 -1
- package/dist/components/sd-textarea.js +1 -1
- package/dist/components/sd-thead.js +1 -1
- package/dist/components/sd-toast-container.js +1 -1
- package/dist/components/sd-toast.js +1 -1
- package/dist/components/sd-toggle.js +1 -1
- package/dist/components/sd-tooltip.js +1 -1
- package/dist/components/sd-tr.js +1 -1
- package/dist/design-system/design-system.css +1 -1
- package/dist/design-system/design-system.esm.js +1 -1
- package/dist/design-system/{p-e81cb8c9.entry.js → p-0ac4d17b.entry.js} +1 -1
- package/dist/design-system/p-12c1ddfc.entry.js +1 -0
- package/dist/design-system/{p-5d5d8220.entry.js → p-15518cf5.entry.js} +1 -1
- package/dist/design-system/{p-07b0d118.entry.js → p-20ebfd9e.entry.js} +1 -1
- package/dist/design-system/{p-ff33d019.entry.js → p-24cb3aef.entry.js} +1 -1
- package/dist/design-system/{p-ea586c5e.entry.js → p-27f61c1f.entry.js} +1 -1
- package/dist/design-system/{p-db826b91.entry.js → p-2ef3cd00.entry.js} +1 -1
- package/dist/design-system/p-2f53e2f9.entry.js +1 -0
- package/dist/design-system/{p-78b0b759.entry.js → p-36b8f224.entry.js} +1 -1
- package/dist/design-system/{p-eb18d812.entry.js → p-3bd59260.entry.js} +1 -1
- package/dist/design-system/p-4fd59127.entry.js +1 -0
- package/dist/design-system/p-5b2dd552.entry.js +1 -0
- package/dist/design-system/{p-0de5a53b.entry.js → p-5deefcbc.entry.js} +1 -1
- package/dist/design-system/{p-a5930cbd.entry.js → p-6ebd85ae.entry.js} +1 -1
- package/dist/design-system/{p-f14962bd.entry.js → p-7440fbe7.entry.js} +1 -1
- package/dist/design-system/p-798c0f9b.entry.js +1 -0
- package/dist/design-system/{p-cce38339.entry.js → p-7b01d78b.entry.js} +1 -1
- package/dist/design-system/p-7ca9a6c9.entry.js +1 -0
- package/dist/design-system/p-90cc9785.entry.js +1 -0
- package/dist/design-system/p-9f899376.entry.js +1 -0
- package/dist/design-system/p-9ff473b2.entry.js +1 -0
- package/dist/design-system/p-BOJJ_sQS.js +1 -0
- package/dist/design-system/p-BpO2YWvq.js +2 -0
- package/dist/design-system/{p-BGtUaScP.js → p-BqWuC4-J.js} +1 -1
- package/dist/design-system/{p-LIf7YMBN.js → p-CcVraVK0.js} +1 -1
- package/dist/design-system/p-DDj5KTBF.js +1 -0
- package/dist/design-system/p-DjcjlPt7.js +1 -0
- package/dist/design-system/p-DtrsLG0Z.js +1 -0
- package/dist/design-system/p-a1f248ed.entry.js +1 -0
- package/dist/design-system/{p-9e75a5dc.entry.js → p-a4fff652.entry.js} +1 -1
- package/dist/design-system/{p-cffa6da7.entry.js → p-a9892cbe.entry.js} +1 -1
- package/dist/design-system/{p-1219699a.entry.js → p-acaaf137.entry.js} +1 -1
- package/dist/design-system/{p-18d3ae55.entry.js → p-b1d1f1d3.entry.js} +1 -1
- package/dist/design-system/{p-d8292621.entry.js → p-b456b9ac.entry.js} +1 -1
- package/dist/design-system/{p-1632a28d.entry.js → p-b495f26c.entry.js} +1 -1
- package/dist/design-system/p-b63c672a.entry.js +1 -0
- package/dist/design-system/{p-8528ba1e.entry.js → p-bbae006c.entry.js} +1 -1
- package/dist/design-system/p-bbb51afa.entry.js +1 -0
- package/dist/design-system/{p-8fc49d2d.entry.js → p-cad22f63.entry.js} +1 -1
- package/dist/design-system/p-d24F7UcR.js +1 -0
- package/dist/design-system/p-d40ffa84.entry.js +1 -0
- package/dist/design-system/{p-ByhWX2NK.js → p-e0ABNkP6.js} +1 -1
- package/dist/design-system/{p-aa28712a.entry.js → p-e4944ae6.entry.js} +1 -1
- package/dist/design-system/{p-2c0a8333.entry.js → p-e5f1156c.entry.js} +1 -1
- package/dist/design-system/p-f4597b6e.entry.js +1 -0
- package/dist/design-system/p-f462bc54.entry.js +1 -0
- package/dist/design-system/{p-4b43648c.entry.js → p-f5eb4e2f.entry.js} +1 -1
- package/dist/design-system/{p-e6bd8ab1.entry.js → p-f8b6b169.entry.js} +1 -1
- package/dist/design-system/{p-1aafbc7b.entry.js → p-fcd3961f.entry.js} +1 -1
- package/dist/design-system/{p-25fad267.entry.js → p-ff24fcb2.entry.js} +1 -1
- package/dist/design-system/p-laVsm9VM.js +1 -0
- package/dist/esm/{component.datepicker-BQn6le_Y.js → component.datepicker-laVsm9VM.js} +0 -1
- package/dist/esm/component.field-BOJJ_sQS.js +59 -0
- package/dist/esm/{component.textinput-ByhWX2NK.js → component.textinput-e0ABNkP6.js} +3 -2
- package/dist/esm/design-system.js +3 -3
- package/dist/esm/{index-DNWwGHho.js → index-BpO2YWvq.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/sd-action-modal.entry.js +1 -1
- package/dist/esm/sd-badge.entry.js +2 -2
- package/dist/esm/sd-barcode-input.entry.js +3 -3
- package/dist/esm/{sd-button.config-C7p6g_sM.js → sd-button.config-DjcjlPt7.js} +16 -4
- package/dist/esm/sd-button_2.entry.js +7 -6
- package/dist/esm/sd-calendar_2.entry.js +10 -9
- package/dist/esm/sd-callout.entry.js +2 -2
- package/dist/esm/sd-card.entry.js +2 -2
- package/dist/esm/sd-checkbox.entry.js +1 -1
- package/dist/esm/sd-chip-input.entry.js +272 -0
- package/dist/esm/sd-chip.config-DDj5KTBF.js +67 -0
- package/dist/esm/sd-chip.entry.js +10 -82
- package/dist/esm/sd-circle-progress.entry.js +2 -2
- package/dist/esm/sd-confirm-modal_2.entry.js +4 -4
- package/dist/esm/sd-date-box.entry.js +1 -1
- package/dist/esm/{sd-date-picker.config-CGEE3DkI.js → sd-date-picker.config-6dvDZPGx.js} +6 -2
- package/dist/esm/sd-date-picker_7.entry.js +34 -48
- package/dist/esm/sd-date-range-picker-calendar.entry.js +4 -4
- package/dist/esm/sd-divider.entry.js +2 -2
- package/dist/esm/sd-dropdown-button.entry.js +10 -6
- package/dist/esm/sd-field_3.entry.js +12 -53
- package/dist/esm/sd-form.entry.js +1 -1
- package/dist/esm/sd-ghost-button_2.entry.js +404 -0
- package/dist/esm/sd-guide.entry.js +1 -1
- package/dist/esm/sd-key-value-table.entry.js +1 -1
- package/dist/esm/sd-linear-progress.entry.js +2 -2
- package/dist/esm/sd-loading-container.entry.js +3 -3
- package/dist/esm/sd-modal-container.entry.js +1 -1
- package/dist/esm/sd-pagination_4.entry.js +9 -9
- package/dist/esm/sd-popover.entry.js +8 -7
- package/dist/esm/sd-popup.entry.js +2 -2
- package/dist/esm/sd-portal.entry.js +2 -2
- package/dist/esm/sd-radio-button.entry.js +1 -1
- package/dist/esm/sd-radio.entry.js +1 -1
- package/dist/esm/sd-select-list-item_2.entry.js +9 -8
- package/dist/esm/{sd-select.config-CxOCk_ge.js → sd-select.config-DtrsLG0Z.js} +23 -14
- package/dist/esm/sd-select_3.entry.js +16 -13
- package/dist/esm/sd-switch.entry.js +2 -2
- package/dist/esm/sd-table.entry.js +7 -7
- package/dist/esm/sd-tabs.entry.js +6 -3
- package/dist/esm/sd-td.entry.js +2 -2
- package/dist/esm/sd-text-link.entry.js +20 -20
- package/dist/esm/sd-toast-container.entry.js +2 -2
- package/dist/esm/sd-toast.entry.js +3 -3
- package/dist/esm/sd-toggle.entry.js +2 -2
- package/dist/esm/{tooltipArrow-Cj3AqWK0.js → tooltipArrow-DrrY_fPj.js} +1 -1
- package/dist/esm/{useDatePicker-D5RmWGOp.js → useDatePicker-DoUg--aq.js} +1 -1
- package/dist/types/components/sd-barcode-input/sd-barcode-input.config.d.ts +0 -2
- package/dist/types/components/sd-button/sd-button.config.d.ts +10 -2
- package/dist/types/components/sd-chip/sd-chip.config.d.ts +0 -1
- package/dist/types/components/sd-chip-input/sd-chip-input.config.d.ts +34 -0
- package/dist/types/components/sd-chip-input/sd-chip-input.d.ts +53 -0
- package/dist/types/components/sd-date-picker/sd-date-picker.config.d.ts +1 -1
- package/dist/types/components/sd-dropdown-button/sd-dropdown-button.config.d.ts +9 -1
- package/dist/types/components/sd-ghost-button/sd-ghost-button.d.ts +1 -0
- package/dist/types/components/sd-input/sd-input.config.d.ts +0 -2
- package/dist/types/components/sd-number-input/sd-number-input.config.d.ts +2 -2
- package/dist/types/components/sd-popover/sd-popover.d.ts +1 -1
- package/dist/types/components/sd-select/sd-select.config.d.ts +2 -0
- package/dist/types/components/sd-tabs/sd-tabs.d.ts +1 -0
- package/dist/types/components/sd-text-link/sd-text-link.d.ts +1 -1
- package/dist/types/components/sd-textarea/sd-textarea.config.d.ts +0 -2
- package/dist/types/components.d.ts +217 -7
- package/hydrate/index.js +591 -251
- package/hydrate/index.mjs +591 -251
- package/package.json +1 -1
- package/dist/cjs/sd-ghost-button.cjs.entry.js +0 -179
- package/dist/cjs/sd-tag.cjs.entry.js +0 -227
- package/dist/components/p-2z2c2umH.js +0 -1
- package/dist/components/p-B6G64i5a.js +0 -1
- package/dist/components/p-B6JOxZKP.js +0 -1
- package/dist/components/p-B6L3bPm2.js +0 -1
- package/dist/components/p-BQn6le_Y.js +0 -1
- package/dist/components/p-Bhh7ig9Q.js +0 -1
- package/dist/components/p-C4uWhzoG.js +0 -1
- package/dist/components/p-C8c6MuKQ.js +0 -1
- package/dist/components/p-CkR5oiLy.js +0 -1
- package/dist/components/p-CvfW21oo.js +0 -1
- package/dist/components/p-D7g33VZR.js +0 -1
- package/dist/components/p-DISZkQqT.js +0 -1
- package/dist/components/p-DMrXwfmf.js +0 -1
- package/dist/components/p-DP0Dp12H.js +0 -1
- package/dist/components/p-DhtKHJ7-.js +0 -1
- package/dist/components/p-DmDGMDzt.js +0 -1
- package/dist/components/p-DoREs-rv.js +0 -1
- package/dist/components/p-I9SoAcVO.js +0 -1
- package/dist/components/p-cX2DD74L.js +0 -1
- package/dist/components/p-f10Mw7qM.js +0 -1
- package/dist/components/p-pwNG5WaX.js +0 -1
- package/dist/design-system/p-18057222.entry.js +0 -1
- package/dist/design-system/p-25204798.entry.js +0 -1
- package/dist/design-system/p-3e2b5e01.entry.js +0 -1
- package/dist/design-system/p-46faa7ed.entry.js +0 -1
- package/dist/design-system/p-4c3ead1b.entry.js +0 -1
- package/dist/design-system/p-5c4fd9c1.entry.js +0 -1
- package/dist/design-system/p-60b80bf3.entry.js +0 -1
- package/dist/design-system/p-74b3e95b.entry.js +0 -1
- package/dist/design-system/p-8674d868.entry.js +0 -1
- package/dist/design-system/p-95bbba4f.entry.js +0 -1
- package/dist/design-system/p-9d34518e.entry.js +0 -1
- package/dist/design-system/p-BQn6le_Y.js +0 -1
- package/dist/design-system/p-C7p6g_sM.js +0 -1
- package/dist/design-system/p-CxOCk_ge.js +0 -1
- package/dist/design-system/p-DNWwGHho.js +0 -2
- package/dist/design-system/p-TF8_Lyhq.js +0 -1
- package/dist/design-system/p-c1bac61e.entry.js +0 -1
- package/dist/design-system/p-cf685d90.entry.js +0 -1
- package/dist/design-system/p-deec1ef0.entry.js +0 -1
- package/dist/design-system/p-f3dff8b8.entry.js +0 -1
- package/dist/esm/sd-ghost-button.entry.js +0 -177
- package/dist/esm/sd-tag.entry.js +0 -225
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { Rule } from '../../types/form';
|
|
3
|
+
import { SdTooltipProps } from '../sd-tooltip/sd-tooltip.config';
|
|
4
|
+
import { type ChipInputSize } from './sd-chip-input.config';
|
|
5
|
+
export declare class SdChipInput {
|
|
6
|
+
host: HTMLElement;
|
|
7
|
+
values: string[];
|
|
8
|
+
errors: boolean[] | ((value: string) => boolean);
|
|
9
|
+
size: ChipInputSize;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
placeholder: string;
|
|
12
|
+
name: string;
|
|
13
|
+
rules?: Rule[];
|
|
14
|
+
error: boolean;
|
|
15
|
+
useReset: boolean;
|
|
16
|
+
label?: string;
|
|
17
|
+
labelWidth: string | number;
|
|
18
|
+
hint: string;
|
|
19
|
+
errorMessage: string;
|
|
20
|
+
width: string | number;
|
|
21
|
+
status?: 'default' | 'pass' | 'error';
|
|
22
|
+
icon?: IconProps;
|
|
23
|
+
labelTooltip: string;
|
|
24
|
+
labelTooltipProps: SdTooltipProps | null;
|
|
25
|
+
private internalValues;
|
|
26
|
+
private internalErrors;
|
|
27
|
+
private focused;
|
|
28
|
+
private hovered;
|
|
29
|
+
private inputValue;
|
|
30
|
+
private inputEl?;
|
|
31
|
+
private formField?;
|
|
32
|
+
get value(): string[];
|
|
33
|
+
valuesChanged(newValues: string[]): void;
|
|
34
|
+
errorsChanged(newErrors: boolean[] | ((value: string) => boolean)): void;
|
|
35
|
+
componentWillLoad(): void;
|
|
36
|
+
private getChipError;
|
|
37
|
+
update: EventEmitter<string[]>;
|
|
38
|
+
focusEvent: EventEmitter<void>;
|
|
39
|
+
blurEvent: EventEmitter<void>;
|
|
40
|
+
sdValidate(): Promise<boolean | undefined>;
|
|
41
|
+
sdReset(): Promise<void | undefined>;
|
|
42
|
+
sdResetValidate(): Promise<void | undefined>;
|
|
43
|
+
sdFocus(): Promise<void | undefined>;
|
|
44
|
+
private handleChipUpdate;
|
|
45
|
+
private handleChipRemove;
|
|
46
|
+
private handleKeyDown;
|
|
47
|
+
private handleInput;
|
|
48
|
+
private handleFocus;
|
|
49
|
+
private handleBlur;
|
|
50
|
+
private handleContainerClick;
|
|
51
|
+
private handleResetInput;
|
|
52
|
+
render(): any;
|
|
53
|
+
}
|
|
@@ -24,7 +24,15 @@ export declare const PRESET_HOVER_BACKGROUNDS: {
|
|
|
24
24
|
readonly danger: string;
|
|
25
25
|
readonly danger_outline: string;
|
|
26
26
|
};
|
|
27
|
-
export declare const
|
|
27
|
+
export declare const PRESET_TEXT_COLORS: {
|
|
28
|
+
readonly primary: string;
|
|
29
|
+
readonly secondary: string;
|
|
30
|
+
readonly primary_outline: string;
|
|
31
|
+
readonly neutral_outline: string;
|
|
32
|
+
readonly danger: string;
|
|
33
|
+
readonly danger_outline: string;
|
|
34
|
+
};
|
|
35
|
+
export declare const PRESET_ICON_COLORS: {
|
|
28
36
|
readonly primary: string;
|
|
29
37
|
readonly secondary: string;
|
|
30
38
|
readonly primary_outline: string;
|
|
@@ -43,7 +43,6 @@ export declare const NUMBER_INPUT_STEPPER: {
|
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
export declare const NUMBER_INPUT_HINT: {
|
|
46
|
-
color: string;
|
|
47
46
|
typography: {
|
|
48
47
|
fontFamily: string;
|
|
49
48
|
fontWeight: string;
|
|
@@ -51,9 +50,9 @@ export declare const NUMBER_INPUT_HINT: {
|
|
|
51
50
|
lineHeight: string;
|
|
52
51
|
textDecoration: string;
|
|
53
52
|
};
|
|
53
|
+
color: string;
|
|
54
54
|
};
|
|
55
55
|
export declare const NUMBER_INPUT_ERROR_MESSAGE: {
|
|
56
|
-
color: string;
|
|
57
56
|
typography: {
|
|
58
57
|
fontFamily: string;
|
|
59
58
|
fontWeight: string;
|
|
@@ -61,6 +60,7 @@ export declare const NUMBER_INPUT_ERROR_MESSAGE: {
|
|
|
61
60
|
lineHeight: string;
|
|
62
61
|
textDecoration: string;
|
|
63
62
|
};
|
|
63
|
+
color: string;
|
|
64
64
|
};
|
|
65
65
|
export declare const NUMBER_INPUT_CONTENTS_GAP: string;
|
|
66
66
|
export declare const NUMBER_INPUT_BORDER_WIDTH: string;
|
|
@@ -6,7 +6,7 @@ export type PopoverButton = Partial<Pick<SdButton, 'name' | 'icon' | 'rightIcon'
|
|
|
6
6
|
label: string;
|
|
7
7
|
onClick?: (e: Event) => void;
|
|
8
8
|
};
|
|
9
|
-
export type PopoverLink = Partial<Pick<SdTextLink, 'icon' | 'iconColor' | '
|
|
9
|
+
export type PopoverLink = Partial<Pick<SdTextLink, 'icon' | 'iconColor' | 'rightArrow' | 'underline' | 'disabled'>> & {
|
|
10
10
|
label: string;
|
|
11
11
|
onClick?: (e: Event) => void;
|
|
12
12
|
};
|
|
@@ -93,5 +93,7 @@ export declare const SEARCH_THRESHOLD = 11;
|
|
|
93
93
|
export declare const SEARCH_DEBOUNCE_MS = 1000;
|
|
94
94
|
export declare const MAX_DROPDOWN_WIDTH = "640px";
|
|
95
95
|
export declare const EMPTY_MESSAGE = "\uD45C\uC2DC\uD560 \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.";
|
|
96
|
+
export declare function isHtmlLabel(label: string): boolean;
|
|
97
|
+
export declare function extractText(html: string): string;
|
|
96
98
|
export declare function countLeaves(options: SelectOption[]): number;
|
|
97
99
|
export declare function filterTree(options: SelectOption[], keyword: string): SelectOption[];
|
|
@@ -15,6 +15,7 @@ import { Event } from "./stencil-public-runtime";
|
|
|
15
15
|
import { CalendarEventGroup } from "./components/sd-calendar/sd-calendar.config";
|
|
16
16
|
import { CalloutType } from "./components/sd-callout/sd-callout.config";
|
|
17
17
|
import { CheckedType } from "./components/sd-checkbox/sd-checkbox";
|
|
18
|
+
import { ChipInputSize } from "./components/sd-chip-input/sd-chip-input.config";
|
|
18
19
|
import { CircleProgressType } from "./components/sd-circle-progress/sd-circle-progress.config";
|
|
19
20
|
import { ConfirmModalMainButton, ConfirmModalType, TagName } from "./components/sd-confirm-modal/sd-confirm-modal.config";
|
|
20
21
|
import { Type } from "./components/sd-date-box/sd-date-box";
|
|
@@ -54,6 +55,7 @@ export { Event } from "./stencil-public-runtime";
|
|
|
54
55
|
export { CalendarEventGroup } from "./components/sd-calendar/sd-calendar.config";
|
|
55
56
|
export { CalloutType } from "./components/sd-callout/sd-callout.config";
|
|
56
57
|
export { CheckedType } from "./components/sd-checkbox/sd-checkbox";
|
|
58
|
+
export { ChipInputSize } from "./components/sd-chip-input/sd-chip-input.config";
|
|
57
59
|
export { CircleProgressType } from "./components/sd-circle-progress/sd-circle-progress.config";
|
|
58
60
|
export { ConfirmModalMainButton, ConfirmModalType, TagName } from "./components/sd-confirm-modal/sd-confirm-modal.config";
|
|
59
61
|
export { Type } from "./components/sd-date-box/sd-date-box";
|
|
@@ -316,6 +318,81 @@ export namespace Components {
|
|
|
316
318
|
*/
|
|
317
319
|
"value": string;
|
|
318
320
|
}
|
|
321
|
+
interface SdChipInput {
|
|
322
|
+
/**
|
|
323
|
+
* @default false
|
|
324
|
+
*/
|
|
325
|
+
"disabled": boolean;
|
|
326
|
+
/**
|
|
327
|
+
* @default false
|
|
328
|
+
*/
|
|
329
|
+
"error": boolean;
|
|
330
|
+
/**
|
|
331
|
+
* @default ''
|
|
332
|
+
*/
|
|
333
|
+
"errorMessage": string;
|
|
334
|
+
/**
|
|
335
|
+
* @default []
|
|
336
|
+
*/
|
|
337
|
+
"errors": boolean[] | ((value: string) => boolean);
|
|
338
|
+
/**
|
|
339
|
+
* @default ''
|
|
340
|
+
*/
|
|
341
|
+
"hint": string;
|
|
342
|
+
/**
|
|
343
|
+
* @default undefined
|
|
344
|
+
*/
|
|
345
|
+
"icon"?: IconProps;
|
|
346
|
+
/**
|
|
347
|
+
* @default ''
|
|
348
|
+
*/
|
|
349
|
+
"label"?: string;
|
|
350
|
+
/**
|
|
351
|
+
* @default ''
|
|
352
|
+
*/
|
|
353
|
+
"labelTooltip": string;
|
|
354
|
+
/**
|
|
355
|
+
* @default null
|
|
356
|
+
*/
|
|
357
|
+
"labelTooltipProps": SdTooltipProps | null;
|
|
358
|
+
/**
|
|
359
|
+
* @default ''
|
|
360
|
+
*/
|
|
361
|
+
"labelWidth": string | number;
|
|
362
|
+
/**
|
|
363
|
+
* @default nanoid()
|
|
364
|
+
*/
|
|
365
|
+
"name": string;
|
|
366
|
+
/**
|
|
367
|
+
* @default '입력해 주세요.'
|
|
368
|
+
*/
|
|
369
|
+
"placeholder": string;
|
|
370
|
+
/**
|
|
371
|
+
* @default []
|
|
372
|
+
*/
|
|
373
|
+
"rules"?: Rule[];
|
|
374
|
+
"sdFocus": () => Promise<void | undefined>;
|
|
375
|
+
"sdReset": () => Promise<void | undefined>;
|
|
376
|
+
"sdResetValidate": () => Promise<void | undefined>;
|
|
377
|
+
"sdValidate": () => Promise<boolean | undefined>;
|
|
378
|
+
/**
|
|
379
|
+
* @default 'sm'
|
|
380
|
+
*/
|
|
381
|
+
"size": ChipInputSize;
|
|
382
|
+
"status"?: 'default' | 'pass' | 'error';
|
|
383
|
+
/**
|
|
384
|
+
* @default false
|
|
385
|
+
*/
|
|
386
|
+
"useReset": boolean;
|
|
387
|
+
/**
|
|
388
|
+
* @default []
|
|
389
|
+
*/
|
|
390
|
+
"values": string[];
|
|
391
|
+
/**
|
|
392
|
+
* @default ''
|
|
393
|
+
*/
|
|
394
|
+
"width": string | number;
|
|
395
|
+
}
|
|
319
396
|
interface SdCircleProgress {
|
|
320
397
|
/**
|
|
321
398
|
* @default false
|
|
@@ -836,6 +913,10 @@ export namespace Components {
|
|
|
836
913
|
* @default 'sm'
|
|
837
914
|
*/
|
|
838
915
|
"size": GhostButtonSize;
|
|
916
|
+
/**
|
|
917
|
+
* @default ''
|
|
918
|
+
*/
|
|
919
|
+
"tooltipLabel": string;
|
|
839
920
|
}
|
|
840
921
|
interface SdGuide {
|
|
841
922
|
/**
|
|
@@ -1641,6 +1722,10 @@ export namespace Components {
|
|
|
1641
1722
|
*/
|
|
1642
1723
|
"tabs": TabOption[];
|
|
1643
1724
|
"value": string;
|
|
1725
|
+
/**
|
|
1726
|
+
* @default false
|
|
1727
|
+
*/
|
|
1728
|
+
"vertical": boolean;
|
|
1644
1729
|
}
|
|
1645
1730
|
interface SdTag {
|
|
1646
1731
|
"icon"?: IconName;
|
|
@@ -1705,13 +1790,13 @@ export namespace Components {
|
|
|
1705
1790
|
*/
|
|
1706
1791
|
"labelClass": string;
|
|
1707
1792
|
/**
|
|
1708
|
-
* @default
|
|
1793
|
+
* @default 'none'
|
|
1709
1794
|
*/
|
|
1710
|
-
"
|
|
1795
|
+
"rightArrow": 'none' | 'chevron' | 'caret';
|
|
1711
1796
|
/**
|
|
1712
1797
|
* @default false
|
|
1713
1798
|
*/
|
|
1714
|
-
"
|
|
1799
|
+
"underline": boolean;
|
|
1715
1800
|
}
|
|
1716
1801
|
interface SdTextarea {
|
|
1717
1802
|
/**
|
|
@@ -1983,6 +2068,10 @@ export interface SdChipCustomEvent<T> extends CustomEvent<T> {
|
|
|
1983
2068
|
detail: T;
|
|
1984
2069
|
target: HTMLSdChipElement;
|
|
1985
2070
|
}
|
|
2071
|
+
export interface SdChipInputCustomEvent<T> extends CustomEvent<T> {
|
|
2072
|
+
detail: T;
|
|
2073
|
+
target: HTMLSdChipInputElement;
|
|
2074
|
+
}
|
|
1986
2075
|
export interface SdConfirmModalCustomEvent<T> extends CustomEvent<T> {
|
|
1987
2076
|
detail: T;
|
|
1988
2077
|
target: HTMLSdConfirmModalElement;
|
|
@@ -2255,6 +2344,25 @@ declare global {
|
|
|
2255
2344
|
prototype: HTMLSdChipElement;
|
|
2256
2345
|
new (): HTMLSdChipElement;
|
|
2257
2346
|
};
|
|
2347
|
+
interface HTMLSdChipInputElementEventMap {
|
|
2348
|
+
"sdUpdate": string[];
|
|
2349
|
+
"sdFocus": void;
|
|
2350
|
+
"sdBlur": void;
|
|
2351
|
+
}
|
|
2352
|
+
interface HTMLSdChipInputElement extends Components.SdChipInput, HTMLStencilElement {
|
|
2353
|
+
addEventListener<K extends keyof HTMLSdChipInputElementEventMap>(type: K, listener: (this: HTMLSdChipInputElement, ev: SdChipInputCustomEvent<HTMLSdChipInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2354
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2355
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2356
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2357
|
+
removeEventListener<K extends keyof HTMLSdChipInputElementEventMap>(type: K, listener: (this: HTMLSdChipInputElement, ev: SdChipInputCustomEvent<HTMLSdChipInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2358
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2359
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2360
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2361
|
+
}
|
|
2362
|
+
var HTMLSdChipInputElement: {
|
|
2363
|
+
prototype: HTMLSdChipInputElement;
|
|
2364
|
+
new (): HTMLSdChipInputElement;
|
|
2365
|
+
};
|
|
2258
2366
|
interface HTMLSdCircleProgressElement extends Components.SdCircleProgress, HTMLStencilElement {
|
|
2259
2367
|
}
|
|
2260
2368
|
var HTMLSdCircleProgressElement: {
|
|
@@ -2993,6 +3101,7 @@ declare global {
|
|
|
2993
3101
|
"sd-card": HTMLSdCardElement;
|
|
2994
3102
|
"sd-checkbox": HTMLSdCheckboxElement;
|
|
2995
3103
|
"sd-chip": HTMLSdChipElement;
|
|
3104
|
+
"sd-chip-input": HTMLSdChipInputElement;
|
|
2996
3105
|
"sd-circle-progress": HTMLSdCircleProgressElement;
|
|
2997
3106
|
"sd-confirm-modal": HTMLSdConfirmModalElement;
|
|
2998
3107
|
"sd-date-box": HTMLSdDateBoxElement;
|
|
@@ -3284,6 +3393,80 @@ declare namespace LocalJSX {
|
|
|
3284
3393
|
*/
|
|
3285
3394
|
"value"?: string;
|
|
3286
3395
|
}
|
|
3396
|
+
interface SdChipInput {
|
|
3397
|
+
/**
|
|
3398
|
+
* @default false
|
|
3399
|
+
*/
|
|
3400
|
+
"disabled"?: boolean;
|
|
3401
|
+
/**
|
|
3402
|
+
* @default false
|
|
3403
|
+
*/
|
|
3404
|
+
"error"?: boolean;
|
|
3405
|
+
/**
|
|
3406
|
+
* @default ''
|
|
3407
|
+
*/
|
|
3408
|
+
"errorMessage"?: string;
|
|
3409
|
+
/**
|
|
3410
|
+
* @default []
|
|
3411
|
+
*/
|
|
3412
|
+
"errors"?: boolean[] | ((value: string) => boolean);
|
|
3413
|
+
/**
|
|
3414
|
+
* @default ''
|
|
3415
|
+
*/
|
|
3416
|
+
"hint"?: string;
|
|
3417
|
+
/**
|
|
3418
|
+
* @default undefined
|
|
3419
|
+
*/
|
|
3420
|
+
"icon"?: IconProps;
|
|
3421
|
+
/**
|
|
3422
|
+
* @default ''
|
|
3423
|
+
*/
|
|
3424
|
+
"label"?: string;
|
|
3425
|
+
/**
|
|
3426
|
+
* @default ''
|
|
3427
|
+
*/
|
|
3428
|
+
"labelTooltip"?: string;
|
|
3429
|
+
/**
|
|
3430
|
+
* @default null
|
|
3431
|
+
*/
|
|
3432
|
+
"labelTooltipProps"?: SdTooltipProps | null;
|
|
3433
|
+
/**
|
|
3434
|
+
* @default ''
|
|
3435
|
+
*/
|
|
3436
|
+
"labelWidth"?: string | number;
|
|
3437
|
+
/**
|
|
3438
|
+
* @default nanoid()
|
|
3439
|
+
*/
|
|
3440
|
+
"name"?: string;
|
|
3441
|
+
"onSdBlur"?: (event: SdChipInputCustomEvent<void>) => void;
|
|
3442
|
+
"onSdFocus"?: (event: SdChipInputCustomEvent<void>) => void;
|
|
3443
|
+
"onSdUpdate"?: (event: SdChipInputCustomEvent<string[]>) => void;
|
|
3444
|
+
/**
|
|
3445
|
+
* @default '입력해 주세요.'
|
|
3446
|
+
*/
|
|
3447
|
+
"placeholder"?: string;
|
|
3448
|
+
/**
|
|
3449
|
+
* @default []
|
|
3450
|
+
*/
|
|
3451
|
+
"rules"?: Rule[];
|
|
3452
|
+
/**
|
|
3453
|
+
* @default 'sm'
|
|
3454
|
+
*/
|
|
3455
|
+
"size"?: ChipInputSize;
|
|
3456
|
+
"status"?: 'default' | 'pass' | 'error';
|
|
3457
|
+
/**
|
|
3458
|
+
* @default false
|
|
3459
|
+
*/
|
|
3460
|
+
"useReset"?: boolean;
|
|
3461
|
+
/**
|
|
3462
|
+
* @default []
|
|
3463
|
+
*/
|
|
3464
|
+
"values"?: string[];
|
|
3465
|
+
/**
|
|
3466
|
+
* @default ''
|
|
3467
|
+
*/
|
|
3468
|
+
"width"?: string | number;
|
|
3469
|
+
}
|
|
3287
3470
|
interface SdCircleProgress {
|
|
3288
3471
|
/**
|
|
3289
3472
|
* @default false
|
|
@@ -3808,6 +3991,10 @@ declare namespace LocalJSX {
|
|
|
3808
3991
|
* @default 'sm'
|
|
3809
3992
|
*/
|
|
3810
3993
|
"size"?: GhostButtonSize;
|
|
3994
|
+
/**
|
|
3995
|
+
* @default ''
|
|
3996
|
+
*/
|
|
3997
|
+
"tooltipLabel"?: string;
|
|
3811
3998
|
}
|
|
3812
3999
|
interface SdGuide {
|
|
3813
4000
|
/**
|
|
@@ -4625,6 +4812,10 @@ declare namespace LocalJSX {
|
|
|
4625
4812
|
*/
|
|
4626
4813
|
"tabs"?: TabOption[];
|
|
4627
4814
|
"value": string;
|
|
4815
|
+
/**
|
|
4816
|
+
* @default false
|
|
4817
|
+
*/
|
|
4818
|
+
"vertical"?: boolean;
|
|
4628
4819
|
}
|
|
4629
4820
|
interface SdTag {
|
|
4630
4821
|
"icon"?: IconName;
|
|
@@ -4690,13 +4881,13 @@ declare namespace LocalJSX {
|
|
|
4690
4881
|
"labelClass"?: string;
|
|
4691
4882
|
"onSdClick"?: (event: SdTextLinkCustomEvent<void>) => void;
|
|
4692
4883
|
/**
|
|
4693
|
-
* @default
|
|
4884
|
+
* @default 'none'
|
|
4694
4885
|
*/
|
|
4695
|
-
"
|
|
4886
|
+
"rightArrow"?: 'none' | 'chevron' | 'caret';
|
|
4696
4887
|
/**
|
|
4697
4888
|
* @default false
|
|
4698
4889
|
*/
|
|
4699
|
-
"
|
|
4890
|
+
"underline"?: boolean;
|
|
4700
4891
|
}
|
|
4701
4892
|
interface SdTextarea {
|
|
4702
4893
|
/**
|
|
@@ -5002,6 +5193,21 @@ declare namespace LocalJSX {
|
|
|
5002
5193
|
"disabled": boolean;
|
|
5003
5194
|
"placeholder": string;
|
|
5004
5195
|
}
|
|
5196
|
+
interface SdChipInputAttributes {
|
|
5197
|
+
"size": ChipInputSize;
|
|
5198
|
+
"disabled": boolean;
|
|
5199
|
+
"placeholder": string;
|
|
5200
|
+
"name": string;
|
|
5201
|
+
"error": boolean;
|
|
5202
|
+
"useReset": boolean;
|
|
5203
|
+
"label": string;
|
|
5204
|
+
"labelWidth": string;
|
|
5205
|
+
"hint": string;
|
|
5206
|
+
"errorMessage": string;
|
|
5207
|
+
"width": string;
|
|
5208
|
+
"status": 'default' | 'pass' | 'error';
|
|
5209
|
+
"labelTooltip": string;
|
|
5210
|
+
}
|
|
5005
5211
|
interface SdCircleProgressAttributes {
|
|
5006
5212
|
"indeterminate": boolean;
|
|
5007
5213
|
"value": number;
|
|
@@ -5134,6 +5340,7 @@ declare namespace LocalJSX {
|
|
|
5134
5340
|
"size": GhostButtonSize;
|
|
5135
5341
|
"intent": GhostButtonIntent;
|
|
5136
5342
|
"ariaLabel": string;
|
|
5343
|
+
"tooltipLabel": string;
|
|
5137
5344
|
"disabled": boolean;
|
|
5138
5345
|
}
|
|
5139
5346
|
interface SdGuideAttributes {
|
|
@@ -5356,6 +5563,7 @@ declare namespace LocalJSX {
|
|
|
5356
5563
|
"value": string;
|
|
5357
5564
|
"size": TabSize;
|
|
5358
5565
|
"isSub": boolean;
|
|
5566
|
+
"vertical": boolean;
|
|
5359
5567
|
}
|
|
5360
5568
|
interface SdTagAttributes {
|
|
5361
5569
|
"name": TagName;
|
|
@@ -5379,7 +5587,7 @@ declare namespace LocalJSX {
|
|
|
5379
5587
|
"icon": string;
|
|
5380
5588
|
"iconColor": string;
|
|
5381
5589
|
"labelClass": string;
|
|
5382
|
-
"
|
|
5590
|
+
"rightArrow": 'none' | 'chevron' | 'caret';
|
|
5383
5591
|
"underline": boolean;
|
|
5384
5592
|
"disabled": boolean;
|
|
5385
5593
|
}
|
|
@@ -5465,6 +5673,7 @@ declare namespace LocalJSX {
|
|
|
5465
5673
|
"sd-card": Omit<SdCard, keyof SdCardAttributes> & { [K in keyof SdCard & keyof SdCardAttributes]?: SdCard[K] } & { [K in keyof SdCard & keyof SdCardAttributes as `attr:${K}`]?: SdCardAttributes[K] } & { [K in keyof SdCard & keyof SdCardAttributes as `prop:${K}`]?: SdCard[K] };
|
|
5466
5674
|
"sd-checkbox": Omit<SdCheckbox, keyof SdCheckboxAttributes> & { [K in keyof SdCheckbox & keyof SdCheckboxAttributes]?: SdCheckbox[K] } & { [K in keyof SdCheckbox & keyof SdCheckboxAttributes as `attr:${K}`]?: SdCheckboxAttributes[K] } & { [K in keyof SdCheckbox & keyof SdCheckboxAttributes as `prop:${K}`]?: SdCheckbox[K] } & OneOf<"value", SdCheckbox["value"], SdCheckboxAttributes["value"]>;
|
|
5467
5675
|
"sd-chip": Omit<SdChip, keyof SdChipAttributes> & { [K in keyof SdChip & keyof SdChipAttributes]?: SdChip[K] } & { [K in keyof SdChip & keyof SdChipAttributes as `attr:${K}`]?: SdChipAttributes[K] } & { [K in keyof SdChip & keyof SdChipAttributes as `prop:${K}`]?: SdChip[K] };
|
|
5676
|
+
"sd-chip-input": Omit<SdChipInput, keyof SdChipInputAttributes> & { [K in keyof SdChipInput & keyof SdChipInputAttributes]?: SdChipInput[K] } & { [K in keyof SdChipInput & keyof SdChipInputAttributes as `attr:${K}`]?: SdChipInputAttributes[K] } & { [K in keyof SdChipInput & keyof SdChipInputAttributes as `prop:${K}`]?: SdChipInput[K] };
|
|
5468
5677
|
"sd-circle-progress": Omit<SdCircleProgress, keyof SdCircleProgressAttributes> & { [K in keyof SdCircleProgress & keyof SdCircleProgressAttributes]?: SdCircleProgress[K] } & { [K in keyof SdCircleProgress & keyof SdCircleProgressAttributes as `attr:${K}`]?: SdCircleProgressAttributes[K] } & { [K in keyof SdCircleProgress & keyof SdCircleProgressAttributes as `prop:${K}`]?: SdCircleProgress[K] };
|
|
5469
5678
|
"sd-confirm-modal": Omit<SdConfirmModal, keyof SdConfirmModalAttributes> & { [K in keyof SdConfirmModal & keyof SdConfirmModalAttributes]?: SdConfirmModal[K] } & { [K in keyof SdConfirmModal & keyof SdConfirmModalAttributes as `attr:${K}`]?: SdConfirmModalAttributes[K] } & { [K in keyof SdConfirmModal & keyof SdConfirmModalAttributes as `prop:${K}`]?: SdConfirmModal[K] };
|
|
5470
5679
|
"sd-date-box": Omit<SdDateBox, keyof SdDateBoxAttributes> & { [K in keyof SdDateBox & keyof SdDateBoxAttributes]?: SdDateBox[K] } & { [K in keyof SdDateBox & keyof SdDateBoxAttributes as `attr:${K}`]?: SdDateBoxAttributes[K] } & { [K in keyof SdDateBox & keyof SdDateBoxAttributes as `prop:${K}`]?: SdDateBox[K] };
|
|
@@ -5529,6 +5738,7 @@ declare module "@stencil/core" {
|
|
|
5529
5738
|
"sd-card": LocalJSX.IntrinsicElements["sd-card"] & JSXBase.HTMLAttributes<HTMLSdCardElement>;
|
|
5530
5739
|
"sd-checkbox": LocalJSX.IntrinsicElements["sd-checkbox"] & JSXBase.HTMLAttributes<HTMLSdCheckboxElement>;
|
|
5531
5740
|
"sd-chip": LocalJSX.IntrinsicElements["sd-chip"] & JSXBase.HTMLAttributes<HTMLSdChipElement>;
|
|
5741
|
+
"sd-chip-input": LocalJSX.IntrinsicElements["sd-chip-input"] & JSXBase.HTMLAttributes<HTMLSdChipInputElement>;
|
|
5532
5742
|
"sd-circle-progress": LocalJSX.IntrinsicElements["sd-circle-progress"] & JSXBase.HTMLAttributes<HTMLSdCircleProgressElement>;
|
|
5533
5743
|
"sd-confirm-modal": LocalJSX.IntrinsicElements["sd-confirm-modal"] & JSXBase.HTMLAttributes<HTMLSdConfirmModalElement>;
|
|
5534
5744
|
"sd-date-box": LocalJSX.IntrinsicElements["sd-date-box"] & JSXBase.HTMLAttributes<HTMLSdDateBoxElement>;
|