@sellmate/design-system 1.20.1 → 1.21.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/design-system.cjs.js +1 -1
- package/dist/cjs/{index-DXm0PH2A.js → index-C-F-JEv_.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/sd-action-modal.cjs.entry.js +8 -2
- package/dist/cjs/sd-badge.cjs.entry.js +3 -2
- package/dist/cjs/sd-barcode-input.cjs.entry.js +35 -2
- package/dist/cjs/sd-button_2.cjs.entry.js +12 -3
- package/dist/cjs/sd-calendar_2.cjs.entry.js +17 -6
- package/dist/cjs/sd-callout.cjs.entry.js +4 -2
- package/dist/cjs/sd-card.cjs.entry.js +4 -2
- package/dist/cjs/sd-checkbox.cjs.entry.js +21 -12
- package/dist/cjs/sd-chip-input.cjs.entry.js +38 -4
- package/dist/cjs/sd-chip.cjs.entry.js +19 -2
- package/dist/cjs/sd-circle-progress.cjs.entry.js +6 -2
- package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +27 -4
- package/dist/cjs/sd-date-box.cjs.entry.js +13 -3
- package/dist/cjs/sd-date-picker_7.cjs.entry.js +209 -13
- package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +7 -2
- package/dist/cjs/sd-divider.cjs.entry.js +1 -1
- package/dist/cjs/sd-dropdown-button.cjs.entry.js +11 -1
- package/dist/cjs/sd-field_3.cjs.entry.js +70 -12
- package/dist/cjs/sd-form.cjs.entry.js +10 -2
- package/dist/cjs/sd-ghost-button_3.cjs.entry.js +54 -15
- package/dist/cjs/sd-guide.cjs.entry.js +9 -3
- package/dist/cjs/sd-key-value-table.cjs.entry.js +3 -1
- package/dist/cjs/sd-linear-progress.cjs.entry.js +7 -4
- package/dist/cjs/sd-loading-container.cjs.entry.js +5 -3
- package/dist/cjs/sd-modal-container.cjs.entry.js +7 -1
- package/dist/cjs/sd-pagination_4.cjs.entry.js +38 -9
- package/dist/cjs/sd-popover.cjs.entry.js +21 -5
- package/dist/cjs/sd-popup.cjs.entry.js +7 -3
- package/dist/cjs/sd-radio-button.cjs.entry.js +8 -2
- package/dist/cjs/sd-radio.cjs.entry.js +7 -2
- package/dist/cjs/sd-select-list-item_2.cjs.entry.js +18 -7
- package/dist/cjs/sd-select_3.cjs.entry.js +56 -9
- package/dist/cjs/sd-switch.cjs.entry.js +6 -2
- package/dist/cjs/sd-table.cjs.entry.js +42 -7
- package/dist/cjs/sd-tabs.cjs.entry.js +8 -2
- package/dist/cjs/sd-td.cjs.entry.js +11 -2
- package/dist/cjs/sd-text-link.cjs.entry.js +13 -4
- package/dist/cjs/sd-toast-container.cjs.entry.js +11 -2
- package/dist/cjs/sd-toast.cjs.entry.js +12 -3
- package/dist/cjs/sd-toggle.cjs.entry.js +6 -2
- package/dist/cjs/{tooltipArrow-D3P3JC08.js → tooltipArrow-26hYtSrD.js} +1 -1
- package/dist/collection/components/sd-action-modal/sd-action-modal.js +13 -7
- package/dist/collection/components/sd-badge/sd-badge.js +3 -2
- package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +67 -34
- package/dist/collection/components/sd-button/sd-button.js +18 -10
- package/dist/collection/components/sd-calendar/sd-calendar.js +15 -9
- package/dist/collection/components/sd-callout/sd-callout.js +5 -3
- package/dist/collection/components/sd-card/sd-card.js +5 -3
- package/dist/collection/components/sd-checkbox/sd-checkbox.config.js +5 -3
- package/dist/collection/components/sd-checkbox/sd-checkbox.css +16 -0
- package/dist/collection/components/sd-checkbox/sd-checkbox.js +5 -3
- package/dist/collection/components/sd-chip/sd-chip.js +35 -18
- package/dist/collection/components/sd-chip-input/sd-chip-input.css +1 -0
- package/dist/collection/components/sd-chip-input/sd-chip-input.js +69 -35
- package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +9 -5
- package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +32 -17
- package/dist/collection/components/sd-date-box/sd-date-box.js +22 -12
- package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +12 -7
- package/dist/collection/components/sd-date-picker/sd-date-picker.js +48 -25
- package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +11 -6
- package/dist/collection/components/sd-date-range-picker/sd-date-range-picker.js +50 -26
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +20 -10
- package/dist/collection/components/sd-field/sd-field.js +51 -28
- package/dist/collection/components/sd-file-picker/sd-file-picker.js +60 -30
- package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +32 -11
- package/dist/collection/components/sd-form/sd-form.js +17 -9
- package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +28 -13
- package/dist/collection/components/sd-guide/sd-guide.js +14 -8
- package/dist/collection/components/sd-icon/sd-icon.js +2 -1
- package/dist/collection/components/sd-input/sd-input.js +82 -42
- package/dist/collection/components/sd-key-value-table/sd-key-value-table.js +4 -2
- package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +10 -7
- package/dist/collection/components/sd-loading-container/sd-loading-container.js +6 -4
- package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +17 -9
- package/dist/collection/components/sd-modal-container/sd-modal-container.js +12 -6
- package/dist/collection/components/sd-number-input/sd-number-input.js +82 -43
- package/dist/collection/components/sd-pagination/sd-pagination.js +11 -7
- package/dist/collection/components/sd-popover/sd-popover.js +35 -19
- package/dist/collection/components/sd-popup/sd-popup.js +11 -7
- package/dist/collection/components/sd-portal/sd-portal.js +35 -14
- package/dist/collection/components/sd-radio/sd-radio.js +11 -6
- package/dist/collection/components/sd-radio-button/sd-radio-button.js +13 -7
- package/dist/collection/components/sd-radio-group/sd-radio-group.js +13 -7
- package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +16 -9
- package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +12 -8
- package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +22 -12
- package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +18 -10
- package/dist/collection/components/sd-select/sd-select.js +62 -33
- package/dist/collection/components/sd-switch/sd-switch.js +9 -5
- package/dist/collection/components/sd-table/sd-table.js +76 -41
- package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +4 -3
- package/dist/collection/components/sd-table/sd-td/sd-td.js +19 -10
- package/dist/collection/components/sd-table/sd-thead/sd-thead.js +29 -16
- package/dist/collection/components/sd-table/sd-tr/sd-tr.js +22 -11
- package/dist/collection/components/sd-tabs/sd-tabs.js +13 -7
- package/dist/collection/components/sd-tag/sd-tag.js +10 -7
- package/dist/collection/components/sd-text-link/sd-text-link.js +21 -12
- package/dist/collection/components/sd-textarea/sd-textarea.js +69 -35
- package/dist/collection/components/sd-toast/sd-toast.js +20 -11
- package/dist/collection/components/sd-toast-container/sd-toast-container.js +19 -10
- package/dist/collection/components/sd-toggle/sd-toggle.js +9 -5
- package/dist/collection/components/sd-tooltip/sd-tooltip.js +30 -16
- package/dist/components/index.js +1 -1
- package/dist/components/{p-D99vy8Ip.js → p-4MIzxb0h.js} +1 -1
- package/dist/components/{p-CQozoo2-.js → p-B-Igud6n.js} +1 -1
- package/dist/components/{p-CoqA9KgU.js → p-B5VNSTAf.js} +1 -1
- package/dist/components/{p-DertIGhs.js → p-B76pFg6k.js} +1 -1
- package/dist/components/{p-MJG6EZeP.js → p-BFlmHQm9.js} +1 -1
- package/dist/components/{p-Rwc_ltPn.js → p-BIHVGo10.js} +1 -1
- package/dist/components/{p-uSEbiD29.js → p-BQQC-6k4.js} +1 -1
- package/dist/{design-system/p-L_He_WSA.js → components/p-BRmilX-4.js} +1 -1
- package/dist/components/{p-CZfsknba.js → p-BVlg0BoC.js} +1 -1
- package/dist/components/{p-CRwvv7YM.js → p-BjSMh85k.js} +1 -1
- package/dist/components/{p-gOIeNT-Z.js → p-BrHnpCXR.js} +1 -1
- package/dist/components/{p-Bz93hWXV.js → p-Btj50AUe.js} +1 -1
- package/dist/components/{p-CLlAhEDc.js → p-BzsHwLh6.js} +1 -1
- package/dist/components/{p-9Z-q6kKD.js → p-C1QezE7u.js} +1 -1
- package/dist/components/{p-Dl89_4C3.js → p-C3mTIE8H.js} +1 -1
- package/dist/components/{p-CTPImLDQ.js → p-CBDBmMmw.js} +1 -1
- package/dist/components/p-CCCwPJ5p.js +1 -0
- package/dist/components/p-CEKu7cxA.js +1 -0
- package/dist/components/{p-5imde6N9.js → p-CTw1Deo8.js} +1 -1
- package/dist/components/p-CTxZT3Je.js +1 -0
- package/dist/components/{p-CB2A3pJ5.js → p-CZYTZeMe.js} +1 -1
- package/dist/components/{p-BZfVV3gu.js → p-CcwzTAJC.js} +1 -1
- package/dist/components/p-Cj_1bYZF.js +1 -0
- package/dist/components/{p-B5bya7Gp.js → p-Cugxp5lo.js} +1 -1
- package/dist/components/{p-CUR9smP5.js → p-D4zy1T3V.js} +1 -1
- package/dist/components/{p-BjcGzaFR.js → p-DC5W8Uy1.js} +1 -1
- package/dist/components/{p-DDAA-zcg.js → p-DIc8C633.js} +1 -1
- package/dist/components/{p-DIlNesBH.js → p-DJY7lCe4.js} +1 -1
- package/dist/components/{p-CrT06Uwc.js → p-DPXOBYhf.js} +1 -1
- package/dist/components/{p-BiBLp9_a.js → p-DU0IkIvI.js} +1 -1
- package/dist/components/{p-DZTxHJlP.js → p-DZikCqcw.js} +1 -1
- package/dist/components/{p-DNnI3Nru.js → p-Dz7VXmIA.js} +1 -1
- package/dist/components/p-FA9fGvbL.js +1 -0
- package/dist/components/p-S2-XqY2R.js +1 -0
- package/dist/components/{p-ZvI5A-_t.js → p-YpyfqzoP.js} +1 -1
- package/dist/components/{p-CJ69QmR3.js → p-l7TaS8q9.js} +1 -1
- package/dist/components/{p-FTvXz0-a.js → p-s_75vJTu.js} +1 -1
- 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.js +1 -1
- 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-0f35cd21.entry.js +1 -0
- package/dist/design-system/{p-e9d1dbb5.entry.js → p-274dbc65.entry.js} +1 -1
- package/dist/design-system/{p-b291baab.entry.js → p-2ba0b35a.entry.js} +1 -1
- package/dist/design-system/{p-52f551a1.entry.js → p-2ca4902b.entry.js} +1 -1
- package/dist/design-system/p-2df32f8c.entry.js +1 -0
- package/dist/design-system/{p-cb80327c.entry.js → p-35da166a.entry.js} +1 -1
- package/dist/design-system/p-35e1e2fa.entry.js +1 -0
- package/dist/design-system/{p-6ce68bf2.entry.js → p-4bc0ce52.entry.js} +1 -1
- package/dist/design-system/p-4c1559c8.entry.js +1 -0
- package/dist/design-system/{p-9c38ee79.entry.js → p-4e44b45b.entry.js} +1 -1
- package/dist/design-system/{p-da4e2674.entry.js → p-4eeca0cb.entry.js} +1 -1
- package/dist/design-system/{p-646a7830.entry.js → p-4f69fde0.entry.js} +1 -1
- package/dist/design-system/{p-ccf1a3fc.entry.js → p-50b5cf37.entry.js} +1 -1
- package/dist/design-system/p-52e88677.entry.js +1 -0
- package/dist/design-system/{p-4acfc5f9.entry.js → p-552acf98.entry.js} +1 -1
- package/dist/design-system/{p-23006577.entry.js → p-563a8242.entry.js} +1 -1
- package/dist/design-system/{p-e3990243.entry.js → p-68687503.entry.js} +1 -1
- package/dist/design-system/{p-1f3c1cca.entry.js → p-6d8a4a23.entry.js} +1 -1
- package/dist/design-system/{p-d5032f31.entry.js → p-7c507d39.entry.js} +1 -1
- package/dist/design-system/{p-717eba5f.entry.js → p-88926a42.entry.js} +1 -1
- package/dist/design-system/{p-35d390f1.entry.js → p-90436be8.entry.js} +1 -1
- package/dist/design-system/{p-9289eb14.entry.js → p-99f33027.entry.js} +1 -1
- package/dist/design-system/{p-c47198fc.entry.js → p-9a010c12.entry.js} +1 -1
- package/dist/design-system/{p-54853a2b.entry.js → p-9dc0c2f9.entry.js} +1 -1
- package/dist/{components/p-Bg9XySrz.js → design-system/p-C7HJ-NfO.js} +2 -1
- package/dist/{components/p-0VCXAYrh.js → design-system/p-DUyBmuH_.js} +1 -1
- package/dist/design-system/{p-d5c3bac9.entry.js → p-a71a8b31.entry.js} +1 -1
- package/dist/design-system/{p-a4331364.entry.js → p-a80cc067.entry.js} +1 -1
- package/dist/design-system/{p-ae344950.entry.js → p-abcc9367.entry.js} +1 -1
- package/dist/design-system/p-ac81b46e.entry.js +1 -0
- package/dist/design-system/{p-08343698.entry.js → p-b881bbb6.entry.js} +1 -1
- package/dist/design-system/{p-2151e081.entry.js → p-bfba449b.entry.js} +1 -1
- package/dist/design-system/p-c684cd96.entry.js +1 -0
- package/dist/design-system/{p-b63b8df9.entry.js → p-c93c623f.entry.js} +1 -1
- package/dist/design-system/{p-98e0b332.entry.js → p-ccc85130.entry.js} +1 -1
- package/dist/design-system/{p-aa1c6202.entry.js → p-ce5df7ef.entry.js} +1 -1
- package/dist/design-system/{p-adfddf3b.entry.js → p-ce83eca1.entry.js} +1 -1
- package/dist/design-system/{p-7ed8c8f1.entry.js → p-d5b535ad.entry.js} +1 -1
- package/dist/design-system/{p-df7c721d.entry.js → p-e310f188.entry.js} +1 -1
- package/dist/design-system/{p-bdb7492c.entry.js → p-fc65bbe2.entry.js} +1 -1
- package/dist/design-system/{p-17dcf0e4.entry.js → p-fe5b8eaa.entry.js} +1 -1
- package/dist/design-system/{p-a5a586da.entry.js → p-ff726fad.entry.js} +1 -1
- package/dist/esm/design-system.js +2 -2
- package/dist/esm/{index-CAxodB5I.js → index-C7HJ-NfO.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/sd-action-modal.entry.js +8 -2
- package/dist/esm/sd-badge.entry.js +3 -2
- package/dist/esm/sd-barcode-input.entry.js +35 -2
- package/dist/esm/sd-button_2.entry.js +12 -3
- package/dist/esm/sd-calendar_2.entry.js +17 -6
- package/dist/esm/sd-callout.entry.js +4 -2
- package/dist/esm/sd-card.entry.js +4 -2
- package/dist/esm/sd-checkbox.entry.js +21 -12
- package/dist/esm/sd-chip-input.entry.js +38 -4
- package/dist/esm/sd-chip.entry.js +19 -2
- package/dist/esm/sd-circle-progress.entry.js +6 -2
- package/dist/esm/sd-confirm-modal_2.entry.js +27 -4
- package/dist/esm/sd-date-box.entry.js +13 -3
- package/dist/esm/sd-date-picker_7.entry.js +209 -13
- package/dist/esm/sd-date-range-picker-calendar.entry.js +7 -2
- package/dist/esm/sd-divider.entry.js +1 -1
- package/dist/esm/sd-dropdown-button.entry.js +11 -1
- package/dist/esm/sd-field_3.entry.js +70 -12
- package/dist/esm/sd-form.entry.js +10 -2
- package/dist/esm/sd-ghost-button_3.entry.js +54 -15
- package/dist/esm/sd-guide.entry.js +9 -3
- package/dist/esm/sd-key-value-table.entry.js +3 -1
- package/dist/esm/sd-linear-progress.entry.js +7 -4
- package/dist/esm/sd-loading-container.entry.js +5 -3
- package/dist/esm/sd-modal-container.entry.js +7 -1
- package/dist/esm/sd-pagination_4.entry.js +38 -9
- package/dist/esm/sd-popover.entry.js +21 -5
- package/dist/esm/sd-popup.entry.js +7 -3
- package/dist/esm/sd-radio-button.entry.js +8 -2
- package/dist/esm/sd-radio.entry.js +7 -2
- package/dist/esm/sd-select-list-item_2.entry.js +18 -7
- package/dist/esm/sd-select_3.entry.js +56 -9
- package/dist/esm/sd-switch.entry.js +6 -2
- package/dist/esm/sd-table.entry.js +42 -7
- package/dist/esm/sd-tabs.entry.js +8 -2
- package/dist/esm/sd-td.entry.js +11 -2
- package/dist/esm/sd-text-link.entry.js +13 -4
- package/dist/esm/sd-toast-container.entry.js +11 -2
- package/dist/esm/sd-toast.entry.js +12 -3
- package/dist/esm/sd-toggle.entry.js +6 -2
- package/dist/esm/{tooltipArrow-DLr6VvUK.js → tooltipArrow-Bgf3crs7.js} +1 -1
- package/dist/types/components/sd-action-modal/sd-action-modal.d.ts +6 -0
- package/dist/types/components/sd-badge/sd-badge.d.ts +1 -0
- package/dist/types/components/sd-barcode-input/sd-barcode-input.d.ts +33 -0
- package/dist/types/components/sd-button/sd-button.d.ts +8 -0
- package/dist/types/components/sd-calendar/sd-calendar.d.ts +6 -0
- package/dist/types/components/sd-callout/sd-callout.d.ts +2 -0
- package/dist/types/components/sd-card/sd-card.d.ts +2 -0
- package/dist/types/components/sd-checkbox/sd-checkbox.config.d.ts +2 -0
- package/dist/types/components/sd-chip/sd-chip.d.ts +17 -0
- package/dist/types/components/sd-chip-input/sd-chip-input.d.ts +33 -0
- package/dist/types/components/sd-circle-progress/sd-circle-progress.d.ts +4 -0
- package/dist/types/components/sd-confirm-modal/sd-confirm-modal.d.ts +15 -0
- package/dist/types/components/sd-date-box/sd-date-box.d.ts +10 -0
- package/dist/types/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.d.ts +5 -0
- package/dist/types/components/sd-date-picker/sd-date-picker.d.ts +23 -0
- package/dist/types/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.d.ts +5 -0
- package/dist/types/components/sd-date-range-picker/sd-date-range-picker.d.ts +24 -0
- package/dist/types/components/sd-dropdown-button/sd-dropdown-button.d.ts +10 -0
- package/dist/types/components/sd-field/sd-field.d.ts +23 -0
- package/dist/types/components/sd-file-picker/sd-file-picker.d.ts +30 -0
- package/dist/types/components/sd-floating-portal/sd-floating-portal.d.ts +12 -0
- package/dist/types/components/sd-form/sd-form.d.ts +8 -0
- package/dist/types/components/sd-ghost-button/sd-ghost-button.d.ts +7 -0
- package/dist/types/components/sd-guide/sd-guide.d.ts +6 -0
- package/dist/types/components/sd-icon/sd-icon.d.ts +1 -0
- package/dist/types/components/sd-input/sd-input.d.ts +40 -0
- package/dist/types/components/sd-key-value-table/sd-key-value-table.d.ts +2 -0
- package/dist/types/components/sd-linear-progress/sd-linear-progress.d.ts +4 -0
- package/dist/types/components/sd-loading-container/sd-loading-container.d.ts +2 -0
- package/dist/types/components/sd-loading-modal/sd-loading-modal.d.ts +8 -0
- package/dist/types/components/sd-modal-container/sd-modal-container.d.ts +6 -0
- package/dist/types/components/sd-number-input/sd-number-input.d.ts +39 -0
- package/dist/types/components/sd-pagination/sd-pagination.d.ts +4 -0
- package/dist/types/components/sd-popover/sd-popover.d.ts +16 -0
- package/dist/types/components/sd-popup/sd-popup.d.ts +5 -0
- package/dist/types/components/sd-portal/sd-portal.d.ts +13 -0
- package/dist/types/components/sd-radio/sd-radio.d.ts +5 -0
- package/dist/types/components/sd-radio-button/sd-radio-button.d.ts +6 -0
- package/dist/types/components/sd-radio-group/sd-radio-group.d.ts +6 -0
- package/dist/types/components/sd-select/sd-select-list-item/sd-select-list-item.d.ts +7 -0
- package/dist/types/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.d.ts +4 -0
- package/dist/types/components/sd-select/sd-select-listbox/sd-select-listbox.d.ts +10 -0
- package/dist/types/components/sd-select/sd-select-trigger/sd-select-trigger.d.ts +8 -0
- package/dist/types/components/sd-select/sd-select.d.ts +29 -0
- package/dist/types/components/sd-switch/sd-switch.d.ts +4 -0
- package/dist/types/components/sd-table/sd-table.d.ts +35 -0
- package/dist/types/components/sd-table/sd-tbody/sd-tbody.d.ts +1 -0
- package/dist/types/components/sd-table/sd-td/sd-td.d.ts +9 -0
- package/dist/types/components/sd-table/sd-thead/sd-thead.d.ts +13 -0
- package/dist/types/components/sd-table/sd-tr/sd-tr.d.ts +11 -0
- package/dist/types/components/sd-tabs/sd-tabs.d.ts +6 -0
- package/dist/types/components/sd-tag/sd-tag.d.ts +4 -0
- package/dist/types/components/sd-text-link/sd-text-link.d.ts +9 -0
- package/dist/types/components/sd-textarea/sd-textarea.d.ts +34 -0
- package/dist/types/components/sd-toast/sd-toast.d.ts +9 -0
- package/dist/types/components/sd-toast-container/sd-toast-container.d.ts +9 -0
- package/dist/types/components/sd-toggle/sd-toggle.d.ts +4 -0
- package/dist/types/components/sd-tooltip/sd-tooltip.d.ts +14 -0
- package/dist/types/components.d.ts +1827 -7
- package/hydrate/index.js +823 -124
- package/hydrate/index.mjs +823 -124
- package/package.json +1 -1
- package/dist/components/p-B7PHGGFH.js +0 -1
- package/dist/components/p-CXeOxSQ-.js +0 -1
- package/dist/components/p-CvSqieCH.js +0 -1
- package/dist/components/p-P2jWtk8J.js +0 -1
- package/dist/components/p-xkRWGISE.js +0 -1
- package/dist/design-system/p-316b8a08.entry.js +0 -1
- package/dist/design-system/p-5039241c.entry.js +0 -1
- package/dist/design-system/p-5eaa12af.entry.js +0 -1
- package/dist/design-system/p-CAxodB5I.js +0 -2
- package/dist/design-system/p-c995e6c3.entry.js +0 -1
- package/dist/design-system/p-eef6d4a3.entry.js +0 -1
- package/dist/design-system/p-faf7b64c.entry.js +0 -1
- package/dist/design-system/p-fd7abbfa.entry.js +0 -1
|
@@ -5,31 +5,56 @@ import { CHIP_LAYOUT, CHIP_COLORS, CHIP_TYPOGRAPHY } from "../sd-chip/sd-chip.co
|
|
|
5
5
|
export class SdChipInput {
|
|
6
6
|
static SUGGESTIONS_VIEWPORT_PADDING = 8;
|
|
7
7
|
host;
|
|
8
|
+
/** 칩 값 목록 */
|
|
8
9
|
values = [];
|
|
10
|
+
/** 칩별 에러 상태 목록 또는 값으로 에러 여부를 반환하는 함수 */
|
|
9
11
|
errors = [];
|
|
12
|
+
/** 칩별 비활성 상태 목록 또는 값으로 비활성 여부를 반환하는 함수 */
|
|
10
13
|
disabledChips = [];
|
|
14
|
+
/** 입력 필드 크기 */
|
|
11
15
|
size = 'sm';
|
|
16
|
+
/** 비활성 상태 여부 */
|
|
12
17
|
disabled = false;
|
|
18
|
+
/** 입력 placeholder */
|
|
13
19
|
placeholder = '입력해 주세요.';
|
|
20
|
+
/** 폼 연동용 name 속성 */
|
|
14
21
|
name = nanoid();
|
|
22
|
+
/** 유효성 검사 규칙 목록 */
|
|
15
23
|
rules = [];
|
|
24
|
+
/** 에러 상태 여부 */
|
|
16
25
|
error = false;
|
|
26
|
+
/** 입력 초기화 버튼 표시 여부 */
|
|
17
27
|
useReset = false;
|
|
28
|
+
/** 최대 입력 가능한 칩 개수 (없으면 제한 없음) */
|
|
18
29
|
maxCount;
|
|
30
|
+
/** 중복 에러 메시지에 표시할 항목 이름 (없으면 기본 메시지 사용) */
|
|
19
31
|
duplicateLabel;
|
|
32
|
+
/** 자동완성 후보 목록 */
|
|
20
33
|
suggestions = [];
|
|
34
|
+
/** 자동완성 목록 로딩 중 여부 */
|
|
21
35
|
loadingSuggestions = false;
|
|
36
|
+
/** 추천 항목 목록 (입력값이 없을 때 표시) */
|
|
22
37
|
recommendedItems = [];
|
|
38
|
+
/** 추천 항목 로딩 중 여부 */
|
|
23
39
|
loadingRecommendedItems = false;
|
|
24
40
|
// sd-field props
|
|
41
|
+
/** 레이블 텍스트 */
|
|
25
42
|
label = '';
|
|
43
|
+
/** 레이블 너비 */
|
|
26
44
|
labelWidth = '';
|
|
45
|
+
/** 필드 하단 힌트 텍스트 */
|
|
27
46
|
hint = '';
|
|
47
|
+
/** 에러 메시지 */
|
|
28
48
|
errorMessage = '';
|
|
49
|
+
/** 필드 너비 (숫자면 px, 문자열이면 그대로 적용) */
|
|
29
50
|
width = '';
|
|
51
|
+
/** 필드 상태 (없으면 rules 결과로 자동 결정) */
|
|
30
52
|
status;
|
|
53
|
+
/** 레이블 영역 아이콘 */
|
|
31
54
|
icon = undefined;
|
|
55
|
+
/** 레이블 툴팁 텍스트 */
|
|
32
56
|
labelTooltip = '';
|
|
57
|
+
/** 레이블 툴팁 상세 옵션 */
|
|
33
58
|
labelTooltipProps = null;
|
|
34
59
|
internalValues = [];
|
|
35
60
|
internalErrors = [];
|
|
@@ -96,19 +121,27 @@ export class SdChipInput {
|
|
|
96
121
|
}
|
|
97
122
|
return this.disabledChips?.[index] ?? false;
|
|
98
123
|
}
|
|
124
|
+
/** 칩 목록 변경 시 전체 값 배열을 전달합니다. */
|
|
99
125
|
update;
|
|
126
|
+
/** 입력 필드 포커스 진입 시 발생합니다. */
|
|
100
127
|
focusEvent;
|
|
128
|
+
/** 입력 필드 포커스 이탈 시 발생합니다. */
|
|
101
129
|
blurEvent;
|
|
130
|
+
/** 입력값 변경 시 현재 입력 중인 문자열을 전달합니다. */
|
|
102
131
|
inputEvent;
|
|
132
|
+
/** 유효성 검사를 실행합니다. */
|
|
103
133
|
async sdValidate() {
|
|
104
134
|
return this.formField?.sdValidate();
|
|
105
135
|
}
|
|
136
|
+
/** 값과 유효성 상태를 초기화합니다. */
|
|
106
137
|
async sdReset() {
|
|
107
138
|
return this.formField?.sdReset();
|
|
108
139
|
}
|
|
140
|
+
/** 유효성 상태만 초기화합니다. */
|
|
109
141
|
async sdResetValidate() {
|
|
110
142
|
return this.formField?.sdResetValidation();
|
|
111
143
|
}
|
|
144
|
+
/** 입력 필드에 포커스를 이동합니다. */
|
|
112
145
|
async sdFocus() {
|
|
113
146
|
return this.formField?.sdFocus();
|
|
114
147
|
}
|
|
@@ -369,6 +402,7 @@ export class SdChipInput {
|
|
|
369
402
|
};
|
|
370
403
|
const suggestionItemStyle = {
|
|
371
404
|
display: 'flex',
|
|
405
|
+
flexShrink: '0',
|
|
372
406
|
alignItems: 'center',
|
|
373
407
|
gap: CHIP_INPUT_SUGGESTIONS.itemGap,
|
|
374
408
|
padding: `${CHIP_INPUT_SUGGESTIONS.itemPaddingY} ${CHIP_INPUT_SUGGESTIONS.itemPaddingRight} ` +
|
|
@@ -392,7 +426,7 @@ export class SdChipInput {
|
|
|
392
426
|
fontFamily: CHIP_INPUT_SUGGESTIONS.itemFontFamily,
|
|
393
427
|
color: CHIP_INPUT_SUGGESTIONS.emptyColor,
|
|
394
428
|
};
|
|
395
|
-
return (h("sd-field", { key: '
|
|
429
|
+
return (h("sd-field", { key: '7135f3f1fe7c76276bcd780ba2cfdf391925a57b', name: this.name, label: this.label, labelWidth: this.labelWidth, hint: this.hint, errorMessage: this.errorMessage, rules: [this.duplicateRule, ...(this.rules ?? [])], error: this.error, disabled: this.disabled, focused: this.focused, hovered: this.hovered, status: this.status, size: this.size, width: this.width, icon: this.icon, labelTooltip: this.labelTooltip, labelTooltipProps: this.labelTooltipProps, ref: el => (this.formField = el), style: cssVars, onMouseEnter: () => (this.hovered = true), onMouseLeave: () => (this.hovered = false) }, h("div", { key: '8566ae7bc3bedaf6be95f29267587c49c090e73f', class: "sd-chip-input", ref: el => (this.chipInputRef = el), onClick: this.handleContainerClick }, (this.internalValues ?? []).map((value, i) => (h("sd-chip", { key: i, value: value, error: this.getChipError(i), disabled: this.getChipDisabled(i), editable: false, onSdRemove: () => this.handleChipRemove(i) }))), !isMaxReached && (h("div", { key: '00d9946c93d2e961466fa8baf617fc4ddc12d701', class: {
|
|
396
430
|
'sd-chip-input__field': true,
|
|
397
431
|
'sd-chip-input__field--filled': this.inputValue !== '',
|
|
398
432
|
'sd-chip-input__field--empty': this.inputValue === '' && this.internalValues.length > 0 && !this.focused,
|
|
@@ -400,7 +434,7 @@ export class SdChipInput {
|
|
|
400
434
|
? this.inputValue
|
|
401
435
|
: this.internalValues.length === 0
|
|
402
436
|
? this.placeholder
|
|
403
|
-
: '' }, h("input", { key: '
|
|
437
|
+
: '' }, h("input", { key: '2845394a5eaec2d5f37876a0e8938fa9d3f38263', ref: el => (this.inputEl = el), class: "sd-chip-input__input", placeholder: this.internalValues.length === 0 ? this.placeholder : '', disabled: this.disabled, size: 1, onInput: this.handleInput, onKeyDown: this.handleKeyDown, onFocus: this.handleFocus, onBlur: this.handleBlur }))), showResetArea && (h("div", { key: '7cec3884a4cace3d688e80006d6240d321ac60f3', class: "sd-chip-input__reset" }, this.inputValue === '' && h("span", { key: '761539e242437841a2703d95903f9d6b5fe3d69f', class: "sd-chip-input__divider" }), this.maxCount != null && (h("span", { key: '1b448973ba3573c94ae09b74cd24720c8ea011d3', class: "sd-chip-input__max-count" }, "\uCD5C\uB300 ", this.maxCount, "\uAC1C")), this.useReset && this.internalValues.length > 0 && (h("sd-text-link", { key: '90d7582f35b8e7a8ee3c1dba717fa87c13c1de19', icon: "reset", iconColor: CHIP_INPUT_RESET.iconColor, label: "\uC785\uB825 \uCD08\uAE30\uD654", underline: true, disabled: this.disabled, style: { '--sd-text-link-color': CHIP_INPUT_RESET.labelColor }, onSdClick: this.handleResetInput })))), showDropdown && (h("sd-portal", { key: '9495c87a4916829fe955f054a8c97d2b3fa04914', open: showDropdown, parentRef: this.chipInputRef ?? null, viewportPadding: SdChipInput.SUGGESTIONS_VIEWPORT_PADDING, onSdClose: this.closeSuggestions }, h("div", { key: 'ac4afd8511316f0b4b957c312a051b02fc72f20e', class: "sd-chip-input__suggestions", role: "listbox", style: suggestionBoxStyle }, isDropdownLoading && (h("div", { key: '3b6855a7ad2ef48415160544a19014d59ca38ec1', class: "sd-chip-input__suggestions-empty", style: suggestionEmptyStyle }, "\uBD88\uB7EC\uC624\uB294 \uC911...")), dropdownItems.map((item, i) => (h("div", { key: item, class: {
|
|
404
438
|
'sd-chip-input__suggestion-item': true,
|
|
405
439
|
'sd-chip-input__suggestion-item--active': i === this.activeSuggestionIndex,
|
|
406
440
|
}, role: "option", tabIndex: -1, "aria-selected": i === this.activeSuggestionIndex, style: i === this.activeSuggestionIndex
|
|
@@ -440,7 +474,7 @@ export class SdChipInput {
|
|
|
440
474
|
"optional": false,
|
|
441
475
|
"docs": {
|
|
442
476
|
"tags": [],
|
|
443
|
-
"text": ""
|
|
477
|
+
"text": "\uCE69 \uAC12 \uBAA9\uB85D"
|
|
444
478
|
},
|
|
445
479
|
"getter": false,
|
|
446
480
|
"setter": false,
|
|
@@ -458,7 +492,7 @@ export class SdChipInput {
|
|
|
458
492
|
"optional": false,
|
|
459
493
|
"docs": {
|
|
460
494
|
"tags": [],
|
|
461
|
-
"text": ""
|
|
495
|
+
"text": "\uCE69\uBCC4 \uC5D0\uB7EC \uC0C1\uD0DC \uBAA9\uB85D \uB610\uB294 \uAC12\uC73C\uB85C \uC5D0\uB7EC \uC5EC\uBD80\uB97C \uBC18\uD658\uD558\uB294 \uD568\uC218"
|
|
462
496
|
},
|
|
463
497
|
"getter": false,
|
|
464
498
|
"setter": false,
|
|
@@ -476,7 +510,7 @@ export class SdChipInput {
|
|
|
476
510
|
"optional": false,
|
|
477
511
|
"docs": {
|
|
478
512
|
"tags": [],
|
|
479
|
-
"text": ""
|
|
513
|
+
"text": "\uCE69\uBCC4 \uBE44\uD65C\uC131 \uC0C1\uD0DC \uBAA9\uB85D \uB610\uB294 \uAC12\uC73C\uB85C \uBE44\uD65C\uC131 \uC5EC\uBD80\uB97C \uBC18\uD658\uD558\uB294 \uD568\uC218"
|
|
480
514
|
},
|
|
481
515
|
"getter": false,
|
|
482
516
|
"setter": false,
|
|
@@ -501,7 +535,7 @@ export class SdChipInput {
|
|
|
501
535
|
"optional": false,
|
|
502
536
|
"docs": {
|
|
503
537
|
"tags": [],
|
|
504
|
-
"text": ""
|
|
538
|
+
"text": "\uC785\uB825 \uD544\uB4DC \uD06C\uAE30"
|
|
505
539
|
},
|
|
506
540
|
"getter": false,
|
|
507
541
|
"setter": false,
|
|
@@ -521,7 +555,7 @@ export class SdChipInput {
|
|
|
521
555
|
"optional": false,
|
|
522
556
|
"docs": {
|
|
523
557
|
"tags": [],
|
|
524
|
-
"text": ""
|
|
558
|
+
"text": "\uBE44\uD65C\uC131 \uC0C1\uD0DC \uC5EC\uBD80"
|
|
525
559
|
},
|
|
526
560
|
"getter": false,
|
|
527
561
|
"setter": false,
|
|
@@ -541,7 +575,7 @@ export class SdChipInput {
|
|
|
541
575
|
"optional": false,
|
|
542
576
|
"docs": {
|
|
543
577
|
"tags": [],
|
|
544
|
-
"text": ""
|
|
578
|
+
"text": "\uC785\uB825 placeholder"
|
|
545
579
|
},
|
|
546
580
|
"getter": false,
|
|
547
581
|
"setter": false,
|
|
@@ -561,7 +595,7 @@ export class SdChipInput {
|
|
|
561
595
|
"optional": false,
|
|
562
596
|
"docs": {
|
|
563
597
|
"tags": [],
|
|
564
|
-
"text": ""
|
|
598
|
+
"text": "\uD3FC \uC5F0\uB3D9\uC6A9 name \uC18D\uC131"
|
|
565
599
|
},
|
|
566
600
|
"getter": false,
|
|
567
601
|
"setter": false,
|
|
@@ -588,7 +622,7 @@ export class SdChipInput {
|
|
|
588
622
|
"optional": true,
|
|
589
623
|
"docs": {
|
|
590
624
|
"tags": [],
|
|
591
|
-
"text": ""
|
|
625
|
+
"text": "\uC720\uD6A8\uC131 \uAC80\uC0AC \uADDC\uCE59 \uBAA9\uB85D"
|
|
592
626
|
},
|
|
593
627
|
"getter": false,
|
|
594
628
|
"setter": false,
|
|
@@ -606,7 +640,7 @@ export class SdChipInput {
|
|
|
606
640
|
"optional": false,
|
|
607
641
|
"docs": {
|
|
608
642
|
"tags": [],
|
|
609
|
-
"text": ""
|
|
643
|
+
"text": "\uC5D0\uB7EC \uC0C1\uD0DC \uC5EC\uBD80"
|
|
610
644
|
},
|
|
611
645
|
"getter": false,
|
|
612
646
|
"setter": false,
|
|
@@ -626,7 +660,7 @@ export class SdChipInput {
|
|
|
626
660
|
"optional": false,
|
|
627
661
|
"docs": {
|
|
628
662
|
"tags": [],
|
|
629
|
-
"text": ""
|
|
663
|
+
"text": "\uC785\uB825 \uCD08\uAE30\uD654 \uBC84\uD2BC \uD45C\uC2DC \uC5EC\uBD80"
|
|
630
664
|
},
|
|
631
665
|
"getter": false,
|
|
632
666
|
"setter": false,
|
|
@@ -646,7 +680,7 @@ export class SdChipInput {
|
|
|
646
680
|
"optional": true,
|
|
647
681
|
"docs": {
|
|
648
682
|
"tags": [],
|
|
649
|
-
"text": ""
|
|
683
|
+
"text": "\uCD5C\uB300 \uC785\uB825 \uAC00\uB2A5\uD55C \uCE69 \uAC1C\uC218 (\uC5C6\uC73C\uBA74 \uC81C\uD55C \uC5C6\uC74C)"
|
|
650
684
|
},
|
|
651
685
|
"getter": false,
|
|
652
686
|
"setter": false,
|
|
@@ -665,7 +699,7 @@ export class SdChipInput {
|
|
|
665
699
|
"optional": true,
|
|
666
700
|
"docs": {
|
|
667
701
|
"tags": [],
|
|
668
|
-
"text": ""
|
|
702
|
+
"text": "\uC911\uBCF5 \uC5D0\uB7EC \uBA54\uC2DC\uC9C0\uC5D0 \uD45C\uC2DC\uD560 \uD56D\uBAA9 \uC774\uB984 (\uC5C6\uC73C\uBA74 \uAE30\uBCF8 \uBA54\uC2DC\uC9C0 \uC0AC\uC6A9)"
|
|
669
703
|
},
|
|
670
704
|
"getter": false,
|
|
671
705
|
"setter": false,
|
|
@@ -684,7 +718,7 @@ export class SdChipInput {
|
|
|
684
718
|
"optional": false,
|
|
685
719
|
"docs": {
|
|
686
720
|
"tags": [],
|
|
687
|
-
"text": ""
|
|
721
|
+
"text": "\uC790\uB3D9\uC644\uC131 \uD6C4\uBCF4 \uBAA9\uB85D"
|
|
688
722
|
},
|
|
689
723
|
"getter": false,
|
|
690
724
|
"setter": false,
|
|
@@ -702,7 +736,7 @@ export class SdChipInput {
|
|
|
702
736
|
"optional": false,
|
|
703
737
|
"docs": {
|
|
704
738
|
"tags": [],
|
|
705
|
-
"text": ""
|
|
739
|
+
"text": "\uC790\uB3D9\uC644\uC131 \uBAA9\uB85D \uB85C\uB529 \uC911 \uC5EC\uBD80"
|
|
706
740
|
},
|
|
707
741
|
"getter": false,
|
|
708
742
|
"setter": false,
|
|
@@ -722,7 +756,7 @@ export class SdChipInput {
|
|
|
722
756
|
"optional": false,
|
|
723
757
|
"docs": {
|
|
724
758
|
"tags": [],
|
|
725
|
-
"text": ""
|
|
759
|
+
"text": "\uCD94\uCC9C \uD56D\uBAA9 \uBAA9\uB85D (\uC785\uB825\uAC12\uC774 \uC5C6\uC744 \uB54C \uD45C\uC2DC)"
|
|
726
760
|
},
|
|
727
761
|
"getter": false,
|
|
728
762
|
"setter": false,
|
|
@@ -740,7 +774,7 @@ export class SdChipInput {
|
|
|
740
774
|
"optional": false,
|
|
741
775
|
"docs": {
|
|
742
776
|
"tags": [],
|
|
743
|
-
"text": ""
|
|
777
|
+
"text": "\uCD94\uCC9C \uD56D\uBAA9 \uB85C\uB529 \uC911 \uC5EC\uBD80"
|
|
744
778
|
},
|
|
745
779
|
"getter": false,
|
|
746
780
|
"setter": false,
|
|
@@ -760,7 +794,7 @@ export class SdChipInput {
|
|
|
760
794
|
"optional": true,
|
|
761
795
|
"docs": {
|
|
762
796
|
"tags": [],
|
|
763
|
-
"text": ""
|
|
797
|
+
"text": "\uB808\uC774\uBE14 \uD14D\uC2A4\uD2B8"
|
|
764
798
|
},
|
|
765
799
|
"getter": false,
|
|
766
800
|
"setter": false,
|
|
@@ -780,7 +814,7 @@ export class SdChipInput {
|
|
|
780
814
|
"optional": false,
|
|
781
815
|
"docs": {
|
|
782
816
|
"tags": [],
|
|
783
|
-
"text": ""
|
|
817
|
+
"text": "\uB808\uC774\uBE14 \uB108\uBE44"
|
|
784
818
|
},
|
|
785
819
|
"getter": false,
|
|
786
820
|
"setter": false,
|
|
@@ -800,7 +834,7 @@ export class SdChipInput {
|
|
|
800
834
|
"optional": false,
|
|
801
835
|
"docs": {
|
|
802
836
|
"tags": [],
|
|
803
|
-
"text": ""
|
|
837
|
+
"text": "\uD544\uB4DC \uD558\uB2E8 \uD78C\uD2B8 \uD14D\uC2A4\uD2B8"
|
|
804
838
|
},
|
|
805
839
|
"getter": false,
|
|
806
840
|
"setter": false,
|
|
@@ -820,7 +854,7 @@ export class SdChipInput {
|
|
|
820
854
|
"optional": false,
|
|
821
855
|
"docs": {
|
|
822
856
|
"tags": [],
|
|
823
|
-
"text": ""
|
|
857
|
+
"text": "\uC5D0\uB7EC \uBA54\uC2DC\uC9C0"
|
|
824
858
|
},
|
|
825
859
|
"getter": false,
|
|
826
860
|
"setter": false,
|
|
@@ -840,7 +874,7 @@ export class SdChipInput {
|
|
|
840
874
|
"optional": false,
|
|
841
875
|
"docs": {
|
|
842
876
|
"tags": [],
|
|
843
|
-
"text": ""
|
|
877
|
+
"text": "\uD544\uB4DC \uB108\uBE44 (\uC22B\uC790\uBA74 px, \uBB38\uC790\uC5F4\uC774\uBA74 \uADF8\uB300\uB85C \uC801\uC6A9)"
|
|
844
878
|
},
|
|
845
879
|
"getter": false,
|
|
846
880
|
"setter": false,
|
|
@@ -860,7 +894,7 @@ export class SdChipInput {
|
|
|
860
894
|
"optional": true,
|
|
861
895
|
"docs": {
|
|
862
896
|
"tags": [],
|
|
863
|
-
"text": ""
|
|
897
|
+
"text": "\uD544\uB4DC \uC0C1\uD0DC (\uC5C6\uC73C\uBA74 rules \uACB0\uACFC\uB85C \uC790\uB3D9 \uACB0\uC815)"
|
|
864
898
|
},
|
|
865
899
|
"getter": false,
|
|
866
900
|
"setter": false,
|
|
@@ -884,7 +918,7 @@ export class SdChipInput {
|
|
|
884
918
|
"optional": true,
|
|
885
919
|
"docs": {
|
|
886
920
|
"tags": [],
|
|
887
|
-
"text": ""
|
|
921
|
+
"text": "\uB808\uC774\uBE14 \uC601\uC5ED \uC544\uC774\uCF58"
|
|
888
922
|
},
|
|
889
923
|
"getter": false,
|
|
890
924
|
"setter": false,
|
|
@@ -902,7 +936,7 @@ export class SdChipInput {
|
|
|
902
936
|
"optional": false,
|
|
903
937
|
"docs": {
|
|
904
938
|
"tags": [],
|
|
905
|
-
"text": ""
|
|
939
|
+
"text": "\uB808\uC774\uBE14 \uD234\uD301 \uD14D\uC2A4\uD2B8"
|
|
906
940
|
},
|
|
907
941
|
"getter": false,
|
|
908
942
|
"setter": false,
|
|
@@ -929,7 +963,7 @@ export class SdChipInput {
|
|
|
929
963
|
"optional": false,
|
|
930
964
|
"docs": {
|
|
931
965
|
"tags": [],
|
|
932
|
-
"text": ""
|
|
966
|
+
"text": "\uB808\uC774\uBE14 \uD234\uD301 \uC0C1\uC138 \uC635\uC158"
|
|
933
967
|
},
|
|
934
968
|
"getter": false,
|
|
935
969
|
"setter": false,
|
|
@@ -958,7 +992,7 @@ export class SdChipInput {
|
|
|
958
992
|
"composed": true,
|
|
959
993
|
"docs": {
|
|
960
994
|
"tags": [],
|
|
961
|
-
"text": ""
|
|
995
|
+
"text": "\uCE69 \uBAA9\uB85D \uBCC0\uACBD \uC2DC \uC804\uCCB4 \uAC12 \uBC30\uC5F4\uC744 \uC804\uB2EC\uD569\uB2C8\uB2E4."
|
|
962
996
|
},
|
|
963
997
|
"complexType": {
|
|
964
998
|
"original": "string[]",
|
|
@@ -973,7 +1007,7 @@ export class SdChipInput {
|
|
|
973
1007
|
"composed": true,
|
|
974
1008
|
"docs": {
|
|
975
1009
|
"tags": [],
|
|
976
|
-
"text": ""
|
|
1010
|
+
"text": "\uC785\uB825 \uD544\uB4DC \uD3EC\uCEE4\uC2A4 \uC9C4\uC785 \uC2DC \uBC1C\uC0DD\uD569\uB2C8\uB2E4."
|
|
977
1011
|
},
|
|
978
1012
|
"complexType": {
|
|
979
1013
|
"original": "void",
|
|
@@ -988,7 +1022,7 @@ export class SdChipInput {
|
|
|
988
1022
|
"composed": true,
|
|
989
1023
|
"docs": {
|
|
990
1024
|
"tags": [],
|
|
991
|
-
"text": ""
|
|
1025
|
+
"text": "\uC785\uB825 \uD544\uB4DC \uD3EC\uCEE4\uC2A4 \uC774\uD0C8 \uC2DC \uBC1C\uC0DD\uD569\uB2C8\uB2E4."
|
|
992
1026
|
},
|
|
993
1027
|
"complexType": {
|
|
994
1028
|
"original": "void",
|
|
@@ -1003,7 +1037,7 @@ export class SdChipInput {
|
|
|
1003
1037
|
"composed": true,
|
|
1004
1038
|
"docs": {
|
|
1005
1039
|
"tags": [],
|
|
1006
|
-
"text": ""
|
|
1040
|
+
"text": "\uC785\uB825\uAC12 \uBCC0\uACBD \uC2DC \uD604\uC7AC \uC785\uB825 \uC911\uC778 \uBB38\uC790\uC5F4\uC744 \uC804\uB2EC\uD569\uB2C8\uB2E4."
|
|
1007
1041
|
},
|
|
1008
1042
|
"complexType": {
|
|
1009
1043
|
"original": "string",
|
|
@@ -1027,7 +1061,7 @@ export class SdChipInput {
|
|
|
1027
1061
|
"return": "Promise<boolean | undefined>"
|
|
1028
1062
|
},
|
|
1029
1063
|
"docs": {
|
|
1030
|
-
"text": "",
|
|
1064
|
+
"text": "\uC720\uD6A8\uC131 \uAC80\uC0AC\uB97C \uC2E4\uD589\uD569\uB2C8\uB2E4.",
|
|
1031
1065
|
"tags": []
|
|
1032
1066
|
}
|
|
1033
1067
|
},
|
|
@@ -1044,7 +1078,7 @@ export class SdChipInput {
|
|
|
1044
1078
|
"return": "Promise<void | undefined>"
|
|
1045
1079
|
},
|
|
1046
1080
|
"docs": {
|
|
1047
|
-
"text": "",
|
|
1081
|
+
"text": "\uAC12\uACFC \uC720\uD6A8\uC131 \uC0C1\uD0DC\uB97C \uCD08\uAE30\uD654\uD569\uB2C8\uB2E4.",
|
|
1048
1082
|
"tags": []
|
|
1049
1083
|
}
|
|
1050
1084
|
},
|
|
@@ -1061,7 +1095,7 @@ export class SdChipInput {
|
|
|
1061
1095
|
"return": "Promise<void | undefined>"
|
|
1062
1096
|
},
|
|
1063
1097
|
"docs": {
|
|
1064
|
-
"text": "",
|
|
1098
|
+
"text": "\uC720\uD6A8\uC131 \uC0C1\uD0DC\uB9CC \uCD08\uAE30\uD654\uD569\uB2C8\uB2E4.",
|
|
1065
1099
|
"tags": []
|
|
1066
1100
|
}
|
|
1067
1101
|
},
|
|
@@ -1078,7 +1112,7 @@ export class SdChipInput {
|
|
|
1078
1112
|
"return": "Promise<void | undefined>"
|
|
1079
1113
|
},
|
|
1080
1114
|
"docs": {
|
|
1081
|
-
"text": "",
|
|
1115
|
+
"text": "\uC785\uB825 \uD544\uB4DC\uC5D0 \uD3EC\uCEE4\uC2A4\uB97C \uC774\uB3D9\uD569\uB2C8\uB2E4.",
|
|
1082
1116
|
"tags": []
|
|
1083
1117
|
}
|
|
1084
1118
|
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { Host, h } from "@stencil/core";
|
|
2
2
|
import { CIRCLE_PROGRESS_CIRCUMFERENCE, CIRCLE_PROGRESS_COLOR_MAP, CIRCLE_PROGRESS_LABEL_COLOR, CIRCLE_PROGRESS_PERCENT_ZERO_COLOR, CIRCLE_PROGRESS_RADIUS, CIRCLE_PROGRESS_STROKE_WIDTH, CIRCLE_PROGRESS_VIEWBOX_SIZE, } from "./sd-circle-progress.config";
|
|
3
3
|
export class SdCircleProgress {
|
|
4
|
+
/** 불확정 상태 여부 (true면 value 무시하고 스피너처럼 애니메이션) */
|
|
4
5
|
indeterminate = false;
|
|
6
|
+
/** 진행률 (0~100) */
|
|
5
7
|
value = 0;
|
|
8
|
+
/** 색상 테마 */
|
|
6
9
|
type = 'primary';
|
|
10
|
+
/** 원 하단에 표시할 레이블 텍스트 */
|
|
7
11
|
label;
|
|
8
12
|
get clampedValue() {
|
|
9
13
|
if (!Number.isFinite(this.value))
|
|
@@ -27,7 +31,7 @@ export class SdCircleProgress {
|
|
|
27
31
|
}
|
|
28
32
|
const c = CIRCLE_PROGRESS_VIEWBOX_SIZE / 2;
|
|
29
33
|
const showPercent = !this.indeterminate;
|
|
30
|
-
return (h(Host, { key: '
|
|
34
|
+
return (h(Host, { key: '1af8807d6ce19c4326e67ae55bd40620b83e9435', style: hostStyle }, h("svg", { key: '21c2c5898ddf6f78b03964f3365e82382f90ce48', class: "sd-circle-progress", viewBox: `0 0 ${CIRCLE_PROGRESS_VIEWBOX_SIZE} ${CIRCLE_PROGRESS_VIEWBOX_SIZE}`, xmlns: "http://www.w3.org/2000/svg" }, h("circle", { key: '1d9b2e95f767008af2a5d836f16e6e47e751677a', class: "sd-circle-progress__track", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH }), h("circle", { key: '1c8f4a5b1ae8f643debf68452317d0bcc0b4ab36', class: "sd-circle-progress__arc", cx: c, cy: c, r: CIRCLE_PROGRESS_RADIUS, fill: "none", "stroke-width": CIRCLE_PROGRESS_STROKE_WIDTH, "stroke-linecap": "round", style: arcStyle })), showPercent && (h("span", { key: '1b15cdd56b3ac0d254d4a5304f40d3c5b1710b8d', class: "sd-circle-progress__percent" }, Math.round(this.clampedValue), "%")), this.label && h("span", { key: 'e830db48529d87ddf788834d8731a576582662af', class: "sd-circle-progress__label" }, this.label)));
|
|
31
35
|
}
|
|
32
36
|
static get is() { return "sd-circle-progress"; }
|
|
33
37
|
static get originalStyleUrls() {
|
|
@@ -54,7 +58,7 @@ export class SdCircleProgress {
|
|
|
54
58
|
"optional": false,
|
|
55
59
|
"docs": {
|
|
56
60
|
"tags": [],
|
|
57
|
-
"text": ""
|
|
61
|
+
"text": "\uBD88\uD655\uC815 \uC0C1\uD0DC \uC5EC\uBD80 (true\uBA74 value \uBB34\uC2DC\uD558\uACE0 \uC2A4\uD53C\uB108\uCC98\uB7FC \uC560\uB2C8\uBA54\uC774\uC158)"
|
|
58
62
|
},
|
|
59
63
|
"getter": false,
|
|
60
64
|
"setter": false,
|
|
@@ -74,7 +78,7 @@ export class SdCircleProgress {
|
|
|
74
78
|
"optional": false,
|
|
75
79
|
"docs": {
|
|
76
80
|
"tags": [],
|
|
77
|
-
"text": ""
|
|
81
|
+
"text": "\uC9C4\uD589\uB960 (0~100)"
|
|
78
82
|
},
|
|
79
83
|
"getter": false,
|
|
80
84
|
"setter": false,
|
|
@@ -101,7 +105,7 @@ export class SdCircleProgress {
|
|
|
101
105
|
"optional": false,
|
|
102
106
|
"docs": {
|
|
103
107
|
"tags": [],
|
|
104
|
-
"text": ""
|
|
108
|
+
"text": "\uC0C9\uC0C1 \uD14C\uB9C8"
|
|
105
109
|
},
|
|
106
110
|
"getter": false,
|
|
107
111
|
"setter": false,
|
|
@@ -121,7 +125,7 @@ export class SdCircleProgress {
|
|
|
121
125
|
"optional": true,
|
|
122
126
|
"docs": {
|
|
123
127
|
"tags": [],
|
|
124
|
-
"text": ""
|
|
128
|
+
"text": "\uC6D0 \uD558\uB2E8\uC5D0 \uD45C\uC2DC\uD560 \uB808\uC774\uBE14 \uD14D\uC2A4\uD2B8"
|
|
125
129
|
},
|
|
126
130
|
"getter": false,
|
|
127
131
|
"setter": false,
|
|
@@ -6,20 +6,35 @@ export class SdConfirmModal {
|
|
|
6
6
|
hasSlottedContent = false;
|
|
7
7
|
customContentRef;
|
|
8
8
|
slotObserver;
|
|
9
|
+
/** 모달 타입 (아이콘·버튼 색상 결정) */
|
|
9
10
|
type = 'positive';
|
|
11
|
+
/** 모달 제목 */
|
|
10
12
|
modalTitle = '';
|
|
13
|
+
/** 제목 엘리먼트에 추가할 클래스 */
|
|
11
14
|
titleClass = '';
|
|
15
|
+
/** 콘텐츠 박스 상단 메시지 목록 */
|
|
12
16
|
topMessage = [];
|
|
17
|
+
/** 콘텐츠 박스 하단 메시지 목록 */
|
|
13
18
|
bottomMessage = [];
|
|
19
|
+
/** 확인 버튼 프리셋 (없으면 type에 따라 자동 결정) */
|
|
14
20
|
mainButtonName;
|
|
21
|
+
/** 확인 버튼 레이블 */
|
|
15
22
|
mainButtonLabel = '확인';
|
|
23
|
+
/** 취소 버튼 레이블 (없으면 취소 버튼 미표시) */
|
|
16
24
|
subButtonLabel = '';
|
|
25
|
+
/** 콘텐츠 박스에 표시할 태그 프리셋 */
|
|
17
26
|
tagPreset = 'square_sm_grey';
|
|
27
|
+
/** 콘텐츠 박스에 표시할 태그 레이블 */
|
|
18
28
|
tagLabel = '';
|
|
29
|
+
/** 콘텐츠 박스에 표시할 텍스트 (tagLabel 없을 때 사용) */
|
|
19
30
|
slotLabel = '';
|
|
31
|
+
/** 콘텐츠 박스에 직접 삽입할 HTMLElement */
|
|
20
32
|
tagContents;
|
|
33
|
+
/** 닫기 버튼 클릭 시 발생합니다. */
|
|
21
34
|
close;
|
|
35
|
+
/** 취소 버튼 클릭 시 발생합니다. */
|
|
22
36
|
cancel;
|
|
37
|
+
/** 확인 버튼 클릭 시 발생합니다. */
|
|
23
38
|
ok;
|
|
24
39
|
componentWillLoad() {
|
|
25
40
|
this.syncHasSlottedContent();
|
|
@@ -73,9 +88,9 @@ export class SdConfirmModal {
|
|
|
73
88
|
const type = this.resolvedType;
|
|
74
89
|
const iconName = CONFIRM_MODAL_ICON_MAP[type];
|
|
75
90
|
const iconColor = CONFIRM_MODAL_ICON_COLOR[type];
|
|
76
|
-
return (h("div", { key: '
|
|
91
|
+
return (h("div", { key: '26270c4ca645f0e7e245b4bd40423bcf09029e22', class: "sd-confirm-modal" }, h("sd-ghost-button", { key: '672b73221f8638eff70c3074614fcc90b489702e', class: "sd-confirm-modal__close-button", icon: "close", ariaLabel: "close", onClick: () => this.close.emit() }), iconName && (h("sd-icon", { key: '895dda6ba69d41f33f9465fb9db28739da28d2e6', class: "sd-confirm-modal__icon", name: iconName, size: TITLE_ICON_SIZE, color: iconColor })), h("h2", { key: 'ace6b9da4421c28e2bb828c60cae1c1cc7547f9a', class: `sd-confirm-modal__title ${this.titleClass ?? ''}` }, this.modalTitle), h("div", { key: '3370fe954c33f8ce6a643fcc9b19f299682b43e8', class: "sd-confirm-modal__body" }, (this.topMessage ?? []).length > 0 && (h("div", { key: '6a6bc182c638e909a821353c188d2ef558452e17', class: "sd-confirm-modal__message" }, (this.topMessage ?? []).map(msg => (h("p", { class: "sd-confirm-modal__message-text", innerHTML: sanitizeInlineHtml(msg) }))))), this.showContentBox && (h("div", { key: 'dba37f4ab114f3641a9f287d123fb7f94e49c00a', class: "sd-confirm-modal__content-box" }, this.tagContents ? (h("div", { class: "sd-confirm-modal__custom-content", ref: el => {
|
|
77
92
|
this.customContentRef = el;
|
|
78
|
-
} })) : (h("slot", { onSlotchange: () => this.syncHasSlottedContent() }, this.tagLabel && (h("sd-tag", { name: this.tagPreset ?? 'square_sm_grey', label: this.tagLabel })), this.slotLabel && (h("span", { class: "sd-confirm-modal__slot-label" }, this.slotLabel)))))), (this.bottomMessage ?? []).length > 0 && (h("div", { key: '
|
|
93
|
+
} })) : (h("slot", { onSlotchange: () => this.syncHasSlottedContent() }, this.tagLabel && (h("sd-tag", { name: this.tagPreset ?? 'square_sm_grey', label: this.tagLabel })), this.slotLabel && (h("span", { class: "sd-confirm-modal__slot-label" }, this.slotLabel)))))), (this.bottomMessage ?? []).length > 0 && (h("div", { key: 'ed29da73d968017c44cd61540139fac24592ea70', class: "sd-confirm-modal__message" }, (this.bottomMessage ?? []).map(msg => (h("p", { class: "sd-confirm-modal__message-text", innerHTML: sanitizeInlineHtml(msg) })))))), h("div", { key: '608287c021f4191dcea0a0b5798381cbc8742170', class: "sd-confirm-modal__button" }, this.subButtonLabel && (h("sd-button", { key: 'a67c309617c6e1f30aa9167587e8cbb9fb961482', name: SUB_BUTTON_PRESET, label: this.subButtonLabel, onSdClick: () => this.cancel.emit() })), h("sd-button", { key: '3c1a698a8276e2924f62cf1c7e472bd34ac581a1', name: this.resolvedMainButton, label: this.mainButtonLabel ?? '확인', onSdClick: () => this.ok.emit() }))));
|
|
79
94
|
}
|
|
80
95
|
static get is() { return "sd-confirm-modal"; }
|
|
81
96
|
static get originalStyleUrls() {
|
|
@@ -109,7 +124,7 @@ export class SdConfirmModal {
|
|
|
109
124
|
"optional": false,
|
|
110
125
|
"docs": {
|
|
111
126
|
"tags": [],
|
|
112
|
-
"text": ""
|
|
127
|
+
"text": "\uBAA8\uB2EC \uD0C0\uC785 (\uC544\uC774\uCF58\u00B7\uBC84\uD2BC \uC0C9\uC0C1 \uACB0\uC815)"
|
|
113
128
|
},
|
|
114
129
|
"getter": false,
|
|
115
130
|
"setter": false,
|
|
@@ -129,7 +144,7 @@ export class SdConfirmModal {
|
|
|
129
144
|
"optional": false,
|
|
130
145
|
"docs": {
|
|
131
146
|
"tags": [],
|
|
132
|
-
"text": ""
|
|
147
|
+
"text": "\uBAA8\uB2EC \uC81C\uBAA9"
|
|
133
148
|
},
|
|
134
149
|
"getter": false,
|
|
135
150
|
"setter": false,
|
|
@@ -149,7 +164,7 @@ export class SdConfirmModal {
|
|
|
149
164
|
"optional": false,
|
|
150
165
|
"docs": {
|
|
151
166
|
"tags": [],
|
|
152
|
-
"text": ""
|
|
167
|
+
"text": "\uC81C\uBAA9 \uC5D8\uB9AC\uBA3C\uD2B8\uC5D0 \uCD94\uAC00\uD560 \uD074\uB798\uC2A4"
|
|
153
168
|
},
|
|
154
169
|
"getter": false,
|
|
155
170
|
"setter": false,
|
|
@@ -169,7 +184,7 @@ export class SdConfirmModal {
|
|
|
169
184
|
"optional": false,
|
|
170
185
|
"docs": {
|
|
171
186
|
"tags": [],
|
|
172
|
-
"text": ""
|
|
187
|
+
"text": "\uCF58\uD150\uCE20 \uBC15\uC2A4 \uC0C1\uB2E8 \uBA54\uC2DC\uC9C0 \uBAA9\uB85D"
|
|
173
188
|
},
|
|
174
189
|
"getter": false,
|
|
175
190
|
"setter": false,
|
|
@@ -187,7 +202,7 @@ export class SdConfirmModal {
|
|
|
187
202
|
"optional": false,
|
|
188
203
|
"docs": {
|
|
189
204
|
"tags": [],
|
|
190
|
-
"text": ""
|
|
205
|
+
"text": "\uCF58\uD150\uCE20 \uBC15\uC2A4 \uD558\uB2E8 \uBA54\uC2DC\uC9C0 \uBAA9\uB85D"
|
|
191
206
|
},
|
|
192
207
|
"getter": false,
|
|
193
208
|
"setter": false,
|
|
@@ -212,7 +227,7 @@ export class SdConfirmModal {
|
|
|
212
227
|
"optional": true,
|
|
213
228
|
"docs": {
|
|
214
229
|
"tags": [],
|
|
215
|
-
"text": ""
|
|
230
|
+
"text": "\uD655\uC778 \uBC84\uD2BC \uD504\uB9AC\uC14B (\uC5C6\uC73C\uBA74 type\uC5D0 \uB530\uB77C \uC790\uB3D9 \uACB0\uC815)"
|
|
216
231
|
},
|
|
217
232
|
"getter": false,
|
|
218
233
|
"setter": false,
|
|
@@ -231,7 +246,7 @@ export class SdConfirmModal {
|
|
|
231
246
|
"optional": false,
|
|
232
247
|
"docs": {
|
|
233
248
|
"tags": [],
|
|
234
|
-
"text": ""
|
|
249
|
+
"text": "\uD655\uC778 \uBC84\uD2BC \uB808\uC774\uBE14"
|
|
235
250
|
},
|
|
236
251
|
"getter": false,
|
|
237
252
|
"setter": false,
|
|
@@ -251,7 +266,7 @@ export class SdConfirmModal {
|
|
|
251
266
|
"optional": false,
|
|
252
267
|
"docs": {
|
|
253
268
|
"tags": [],
|
|
254
|
-
"text": ""
|
|
269
|
+
"text": "\uCDE8\uC18C \uBC84\uD2BC \uB808\uC774\uBE14 (\uC5C6\uC73C\uBA74 \uCDE8\uC18C \uBC84\uD2BC \uBBF8\uD45C\uC2DC)"
|
|
255
270
|
},
|
|
256
271
|
"getter": false,
|
|
257
272
|
"setter": false,
|
|
@@ -278,7 +293,7 @@ export class SdConfirmModal {
|
|
|
278
293
|
"optional": false,
|
|
279
294
|
"docs": {
|
|
280
295
|
"tags": [],
|
|
281
|
-
"text": ""
|
|
296
|
+
"text": "\uCF58\uD150\uCE20 \uBC15\uC2A4\uC5D0 \uD45C\uC2DC\uD560 \uD0DC\uADF8 \uD504\uB9AC\uC14B"
|
|
282
297
|
},
|
|
283
298
|
"getter": false,
|
|
284
299
|
"setter": false,
|
|
@@ -298,7 +313,7 @@ export class SdConfirmModal {
|
|
|
298
313
|
"optional": false,
|
|
299
314
|
"docs": {
|
|
300
315
|
"tags": [],
|
|
301
|
-
"text": ""
|
|
316
|
+
"text": "\uCF58\uD150\uCE20 \uBC15\uC2A4\uC5D0 \uD45C\uC2DC\uD560 \uD0DC\uADF8 \uB808\uC774\uBE14"
|
|
302
317
|
},
|
|
303
318
|
"getter": false,
|
|
304
319
|
"setter": false,
|
|
@@ -318,7 +333,7 @@ export class SdConfirmModal {
|
|
|
318
333
|
"optional": false,
|
|
319
334
|
"docs": {
|
|
320
335
|
"tags": [],
|
|
321
|
-
"text": ""
|
|
336
|
+
"text": "\uCF58\uD150\uCE20 \uBC15\uC2A4\uC5D0 \uD45C\uC2DC\uD560 \uD14D\uC2A4\uD2B8 (tagLabel \uC5C6\uC744 \uB54C \uC0AC\uC6A9)"
|
|
322
337
|
},
|
|
323
338
|
"getter": false,
|
|
324
339
|
"setter": false,
|
|
@@ -343,7 +358,7 @@ export class SdConfirmModal {
|
|
|
343
358
|
"optional": true,
|
|
344
359
|
"docs": {
|
|
345
360
|
"tags": [],
|
|
346
|
-
"text": ""
|
|
361
|
+
"text": "\uCF58\uD150\uCE20 \uBC15\uC2A4\uC5D0 \uC9C1\uC811 \uC0BD\uC785\uD560 HTMLElement"
|
|
347
362
|
},
|
|
348
363
|
"getter": false,
|
|
349
364
|
"setter": false
|
|
@@ -364,7 +379,7 @@ export class SdConfirmModal {
|
|
|
364
379
|
"composed": true,
|
|
365
380
|
"docs": {
|
|
366
381
|
"tags": [],
|
|
367
|
-
"text": ""
|
|
382
|
+
"text": "\uB2EB\uAE30 \uBC84\uD2BC \uD074\uB9AD \uC2DC \uBC1C\uC0DD\uD569\uB2C8\uB2E4."
|
|
368
383
|
},
|
|
369
384
|
"complexType": {
|
|
370
385
|
"original": "void",
|
|
@@ -379,7 +394,7 @@ export class SdConfirmModal {
|
|
|
379
394
|
"composed": true,
|
|
380
395
|
"docs": {
|
|
381
396
|
"tags": [],
|
|
382
|
-
"text": ""
|
|
397
|
+
"text": "\uCDE8\uC18C \uBC84\uD2BC \uD074\uB9AD \uC2DC \uBC1C\uC0DD\uD569\uB2C8\uB2E4."
|
|
383
398
|
},
|
|
384
399
|
"complexType": {
|
|
385
400
|
"original": "void",
|
|
@@ -394,7 +409,7 @@ export class SdConfirmModal {
|
|
|
394
409
|
"composed": true,
|
|
395
410
|
"docs": {
|
|
396
411
|
"tags": [],
|
|
397
|
-
"text": ""
|
|
412
|
+
"text": "\uD655\uC778 \uBC84\uD2BC \uD074\uB9AD \uC2DC \uBC1C\uC0DD\uD569\uB2C8\uB2E4."
|
|
398
413
|
},
|
|
399
414
|
"complexType": {
|
|
400
415
|
"original": "void",
|