@sellmate/design-system 1.0.78 → 1.2.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.table-CMqGfEui.js +66 -0
- package/dist/cjs/design-system.cjs.js +2 -2
- package/dist/cjs/{index--F2wGuAi.js → index-Cw-78mnC.js} +1 -1
- package/dist/cjs/index.cjs.js +5 -5
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{resolveColor-LhfOKtTZ.js → resolveColor-B0hzQNLG.js} +2 -2
- package/dist/cjs/sd-action-modal.cjs.entry.js +3 -3
- package/dist/cjs/sd-badge.cjs.entry.js +2 -3
- package/dist/cjs/sd-barcode-input.cjs.entry.js +3 -3
- package/dist/cjs/{sd-button-v2.config-CnqCQQMi.js → sd-button.config-DH08UNfl.js} +114 -28
- package/dist/cjs/{sd-button-v2_2.cjs.entry.js → sd-button_2.cjs.entry.js} +102 -85
- package/dist/cjs/sd-calendar.cjs.entry.js +15 -15
- package/dist/cjs/sd-card.cjs.entry.js +2 -2
- package/dist/cjs/sd-checkbox.cjs.entry.js +4 -4
- package/dist/cjs/sd-chip.cjs.entry.js +4 -4
- package/dist/cjs/sd-circle-progress.cjs.entry.js +3 -3
- package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +19 -11
- package/dist/cjs/sd-date-box.cjs.entry.js +9 -4
- package/dist/cjs/{sd-date-picker-calendar.cjs.entry.js → sd-date-picker-calendar_2.cjs.entry.js} +59 -6
- package/dist/cjs/{sd-date-picker.config-CRgCT5dn.js → sd-date-picker.config-CjvrFpYK.js} +1 -2
- package/dist/cjs/sd-date-picker_7.cjs.entry.js +1235 -0
- package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +14 -14
- package/dist/cjs/sd-dropdown-button.cjs.entry.js +32 -27
- package/dist/cjs/{sd-button_4.cjs.entry.js → sd-field_3.cjs.entry.js} +47 -102
- package/dist/cjs/sd-form.cjs.entry.js +5 -5
- package/dist/cjs/sd-ghost-button.cjs.entry.js +12 -10
- package/dist/cjs/sd-guide.cjs.entry.js +11 -11
- package/dist/cjs/sd-key-value-table.cjs.entry.js +230 -0
- package/dist/cjs/sd-linear-progress.cjs.entry.js +3 -3
- package/dist/cjs/sd-loading-container.cjs.entry.js +3 -3
- package/dist/cjs/sd-modal-container.cjs.entry.js +3 -3
- package/dist/cjs/{sd-pagination_5.cjs.entry.js → sd-pagination_4.cjs.entry.js} +136 -325
- package/dist/cjs/sd-popover.cjs.entry.js +18 -11
- package/dist/cjs/sd-popup.cjs.entry.js +112 -0
- package/dist/cjs/sd-portal.cjs.entry.js +3 -3
- package/dist/cjs/sd-radio-button.cjs.entry.js +9 -6
- package/dist/cjs/sd-radio.cjs.entry.js +2 -2
- package/dist/cjs/sd-select-list-item_2.cjs.entry.js +159 -0
- package/dist/cjs/sd-select.config-B19ptCT2.js +178 -0
- package/dist/cjs/{sd-select-list-item_4.cjs.entry.js → sd-select_3.cjs.entry.js} +296 -323
- package/dist/cjs/sd-switch.cjs.entry.js +2 -2
- package/dist/cjs/sd-table.cjs.entry.js +188 -48
- package/dist/cjs/sd-table.config-BIpldZtw.js +76 -0
- package/dist/cjs/sd-tabs.cjs.entry.js +8 -3
- package/dist/cjs/sd-tag.cjs.entry.js +56 -21
- package/dist/cjs/sd-td.cjs.entry.js +52 -10
- package/dist/cjs/sd-text-link.cjs.entry.js +13 -5
- package/dist/cjs/sd-toast-container.cjs.entry.js +5 -5
- package/dist/cjs/sd-toast.cjs.entry.js +35 -5
- package/dist/cjs/sd-toggle.cjs.entry.js +2 -2
- package/dist/cjs/{system-DpTN1vBC.js → system-VmZRYp6V.js} +4 -2
- package/dist/cjs/{tooltipArrow-D1-wcNm1.js → tooltipArrow-BjSFKIUq.js} +1 -1
- package/dist/collection/collection-manifest.json +4 -3
- package/dist/collection/components/assets/CheckboxCheck.js +5 -0
- package/dist/collection/components/assets/CheckboxIndeterminate.js +5 -0
- package/dist/collection/components/assets/index.js +4 -0
- package/dist/collection/components/sd-action-modal/sd-action-modal.css +1 -1
- package/dist/collection/components/sd-action-modal/sd-action-modal.js +7 -7
- package/dist/collection/components/sd-badge/sd-badge.config.js +10 -1
- package/dist/collection/components/sd-badge/sd-badge.js +1 -22
- package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +4 -4
- package/dist/collection/components/{sd-button-v2/sd-button-v2.config.js → sd-button/sd-button.config.js} +1 -1
- package/dist/collection/components/sd-button/sd-button.css +47 -93
- package/dist/collection/components/sd-button/sd-button.js +100 -173
- package/dist/collection/components/sd-calendar/sd-calendar.js +14 -14
- package/dist/collection/components/sd-card/sd-card.js +1 -1
- package/dist/collection/components/sd-checkbox/sd-checkbox.js +3 -3
- package/dist/collection/components/sd-chip/sd-chip.js +4 -4
- package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +1 -1
- package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +13 -8
- package/dist/collection/components/sd-date-box/sd-date-box.js +8 -3
- package/dist/collection/components/sd-date-picker/sd-date-picker-calendar/sd-date-picker-calendar.js +4 -4
- package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.css +1 -1
- package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +13 -6
- package/dist/collection/components/sd-date-picker/sd-date-picker.js +4 -4
- package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +12 -12
- package/dist/collection/components/sd-date-range-picker/sd-date-range-picker.js +5 -5
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.config.js +7 -3
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +13 -11
- package/dist/collection/components/sd-field/sd-field.css +6 -2
- package/dist/collection/components/sd-field/sd-field.js +48 -22
- package/dist/collection/components/sd-file-picker/sd-file-picker.js +10 -5
- package/dist/collection/components/sd-floating-portal/sd-floating-portal.css +1 -3
- package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +6 -6
- package/dist/collection/components/sd-form/sd-form.js +4 -4
- package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +12 -10
- package/dist/collection/components/sd-guide/sd-guide.css +8 -172
- package/dist/collection/components/sd-guide/sd-guide.js +8 -6
- package/dist/collection/components/sd-icon/sd-icon.js +4 -4
- package/dist/collection/components/sd-input/sd-input.css +4 -2
- package/dist/collection/components/sd-input/sd-input.js +6 -6
- package/dist/collection/components/sd-key-value-table/sd-key-value-table.config.js +36 -0
- package/dist/collection/components/sd-key-value-table/sd-key-value-table.css +119 -0
- package/dist/collection/components/sd-key-value-table/sd-key-value-table.js +301 -0
- 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 +6 -3
- package/dist/collection/components/sd-modal-container/sd-modal-container.js +2 -2
- package/dist/collection/components/sd-number-input/sd-number-input.css +7 -0
- package/dist/collection/components/sd-number-input/sd-number-input.js +8 -5
- package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
- package/dist/collection/components/sd-popover/sd-popover.js +129 -36
- package/dist/collection/components/sd-popup/sd-popup.config.js +34 -0
- package/dist/collection/components/sd-popup/sd-popup.css +73 -0
- package/dist/collection/components/sd-popup/sd-popup.js +163 -0
- package/dist/collection/components/sd-portal/sd-portal.js +2 -2
- package/dist/collection/components/sd-radio/sd-radio.js +1 -1
- package/dist/collection/components/sd-radio-button/sd-radio-button.js +8 -5
- package/dist/collection/components/sd-radio-group/sd-radio-group.js +2 -2
- package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +7 -3
- package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.css +4 -4
- package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +7 -7
- package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +8 -8
- package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +9 -4
- package/dist/collection/components/sd-select/sd-select.js +6 -6
- package/dist/collection/components/sd-switch/sd-switch.js +1 -1
- package/dist/collection/components/sd-table/sd-table.config.js +6 -2
- package/dist/collection/components/sd-table/sd-table.css +30 -11
- package/dist/collection/components/sd-table/sd-table.js +233 -50
- package/dist/collection/components/sd-table/sd-table.stories.helpers.js +2 -3
- package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +5 -5
- package/dist/collection/components/sd-table/sd-td/sd-td.js +111 -9
- package/dist/collection/components/sd-table/sd-thead/sd-thead.js +30 -16
- package/dist/collection/components/sd-table/sd-tr/sd-tr.css +24 -1
- package/dist/collection/components/sd-table/sd-tr/sd-tr.js +116 -19
- package/dist/collection/components/sd-tabs/sd-tabs.js +7 -2
- package/dist/collection/components/sd-tag/sd-tag.config.js +43 -11
- package/dist/collection/components/sd-tag/sd-tag.js +13 -7
- package/dist/collection/components/sd-text-link/sd-text-link.css +1 -0
- package/dist/collection/components/sd-text-link/sd-text-link.js +10 -4
- package/dist/collection/components/sd-textarea/sd-textarea.css +3 -0
- package/dist/collection/components/sd-textarea/sd-textarea.js +2 -2
- package/dist/collection/components/sd-toast/sd-toast.config.js +14 -0
- package/dist/collection/components/sd-toast/sd-toast.css +3 -5
- package/dist/collection/components/sd-toast/sd-toast.js +52 -5
- package/dist/collection/components/sd-toast-container/sd-toast-container.js +4 -4
- package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
- package/dist/collection/components/sd-tooltip/sd-tooltip.js +77 -30
- package/dist/collection/utils/color/resolveColor.js +2 -2
- package/dist/collection/utils/dropdown-manager.js +1 -1
- package/dist/collection/utils/modal.js +1 -1
- package/dist/collection/utils/toast.js +4 -4
- package/dist/components/index.js +1 -1
- package/dist/components/p-2wB9cing.js +1 -0
- package/dist/components/p-B-sK7I83.js +1 -0
- package/dist/components/p-B3D43x7F.js +1 -0
- package/dist/components/p-B7mpdnNl.js +1 -0
- package/dist/components/{p-TwGlKfsC.js → p-BAcmO7w0.js} +1 -1
- package/dist/components/p-BL0ZcHK8.js +1 -0
- package/dist/components/p-BXCyVrle.js +1 -0
- package/dist/components/p-BY1LGlfc.js +1 -0
- package/dist/components/p-BjkROjjt.js +1 -0
- package/dist/components/p-Bm3W_eBv.js +1 -0
- package/dist/components/p-BnfUIhUj.js +1 -0
- package/dist/components/{p-Dcc2Vm6z.js → p-BorUSgEK.js} +1 -1
- package/dist/components/{p-Bvq0Vpln.js → p-BsM-fwYd.js} +1 -1
- package/dist/components/p-C5CH-s6a.js +1 -0
- package/dist/components/p-C7WLft_0.js +1 -0
- package/dist/components/p-CK9ciBIR.js +1 -0
- package/dist/components/p-CQI40kiY.js +1 -0
- package/dist/components/p-CRL7TjSB.js +1 -0
- package/dist/components/p-CdOHomUp.js +1 -0
- package/dist/components/p-Ch5Yu1qd.js +1 -0
- package/dist/components/p-Cktiasfd.js +1 -0
- package/dist/components/p-CsVAx6KV.js +1 -0
- package/dist/components/p-D0Jiw-Zk.js +1 -0
- package/dist/components/p-D5F7wCNo.js +1 -0
- package/dist/components/p-DBFgk0rX.js +1 -0
- package/dist/components/p-DFLCjX1a.js +1 -0
- package/dist/components/p-DL1ac1QS.js +1 -0
- package/dist/components/p-DdLntfiw.js +1 -0
- package/dist/components/p-DeQcDHpn.js +1 -0
- package/dist/components/p-DfK4DiDI.js +1 -0
- package/dist/components/p-DhTcn6jX.js +1 -0
- package/dist/components/p-Dl8TIEQu.js +1 -0
- package/dist/components/p-DyAnn9ea.js +1 -0
- package/dist/components/p-GBlVDmy4.js +1 -0
- package/dist/components/p-Jts7ueOa.js +1 -0
- package/dist/components/p-arZfxxPn.js +1 -0
- package/dist/components/p-mmdt-WnS.js +1 -0
- package/dist/components/p-nOCYbyW4.js +1 -0
- package/dist/components/p-teN3CfOr.js +1 -0
- package/dist/components/p-u8teDaMa.js +1 -0
- package/dist/components/p-wCNRlKLa.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-card.js +1 -1
- package/dist/components/sd-checkbox.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-calendar.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-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.d.ts +11 -0
- package/dist/components/sd-key-value-table.js +1 -0
- 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-button-v2.d.ts → sd-popup.d.ts} +4 -4
- package/dist/components/sd-popup.js +1 -0
- 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/index.esm.js +1 -1
- package/dist/design-system/p-04fdb4b1.entry.js +1 -0
- package/dist/design-system/p-05611ff7.entry.js +1 -0
- package/dist/design-system/p-0U6dRjlq.js +2 -0
- package/dist/design-system/{p-fe9cef6a.entry.js → p-0fe603a4.entry.js} +1 -1
- package/dist/design-system/p-100f5887.entry.js +1 -0
- package/dist/design-system/p-18c5ae1a.entry.js +1 -0
- package/dist/design-system/p-1baa05ae.entry.js +1 -0
- package/dist/design-system/p-2a1ef965.entry.js +1 -0
- package/dist/design-system/p-2c63404f.entry.js +1 -0
- package/dist/design-system/{p-33bc3176.entry.js → p-435ae69e.entry.js} +1 -1
- package/dist/design-system/p-43e97572.entry.js +1 -0
- package/dist/design-system/p-44d05570.entry.js +1 -0
- package/dist/design-system/p-501fae20.entry.js +1 -0
- package/dist/design-system/{p-ead3e688.entry.js → p-5705e6d6.entry.js} +1 -1
- package/dist/design-system/p-5cbaf1db.entry.js +1 -0
- package/dist/design-system/p-5ed0becf.entry.js +1 -0
- package/dist/design-system/p-5f1c39b8.entry.js +1 -0
- package/dist/design-system/p-66af0ba0.entry.js +1 -0
- package/dist/design-system/p-77690440.entry.js +1 -0
- package/dist/design-system/p-78cc0289.entry.js +1 -0
- package/dist/design-system/p-790165f8.entry.js +1 -0
- package/dist/design-system/p-80466582.entry.js +1 -0
- package/dist/design-system/{p-e5cebccd.entry.js → p-857c44e8.entry.js} +1 -1
- package/dist/design-system/{p-f522c91d.entry.js → p-87c868c3.entry.js} +1 -1
- package/dist/design-system/p-8db7d8f2.entry.js +1 -0
- package/dist/design-system/p-8ee990bd.entry.js +1 -0
- package/dist/design-system/p-8f22106e.entry.js +1 -0
- package/dist/design-system/p-BDjErF_K.js +1 -0
- package/dist/design-system/p-BnfUIhUj.js +1 -0
- package/dist/{components/p-DkJqVXpD.js → design-system/p-C29HUShl.js} +1 -1
- package/dist/design-system/{p-BxPyZJaz.js → p-Ce0cmS4R.js} +1 -1
- package/dist/design-system/p-CxOCk_ge.js +1 -0
- package/dist/design-system/p-GBlVDmy4.js +1 -0
- package/dist/design-system/p-a6545130.entry.js +1 -0
- package/dist/design-system/p-ae2d45a2.entry.js +1 -0
- package/dist/design-system/{p-797517b5.entry.js → p-aeccfb2b.entry.js} +1 -1
- package/dist/design-system/p-b0aad445.entry.js +1 -0
- package/dist/design-system/p-b3c144ff.entry.js +1 -0
- package/dist/design-system/p-caee95b0.entry.js +1 -0
- package/dist/design-system/p-d30c823e.entry.js +1 -0
- package/dist/design-system/{p-3f7bc660.entry.js → p-d3212544.entry.js} +1 -1
- package/dist/design-system/p-d8c41313.entry.js +1 -0
- package/dist/design-system/{p-6bfe3612.entry.js → p-de8bb9ba.entry.js} +1 -1
- package/dist/design-system/p-e2334c1c.entry.js +1 -0
- package/dist/design-system/p-f4d73a0c.entry.js +1 -0
- package/dist/design-system/p-fc973500.entry.js +1 -0
- package/dist/design-system/p-fe0a5368.entry.js +1 -0
- package/dist/design-system/p-mmdt-WnS.js +1 -0
- package/dist/esm/component.table-BnfUIhUj.js +64 -0
- package/dist/esm/design-system.js +3 -3
- package/dist/esm/{index-Cnwbjz1F.js → index-0U6dRjlq.js} +1 -1
- package/dist/esm/index.js +5 -5
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{resolveColor-BxPyZJaz.js → resolveColor-Ce0cmS4R.js} +2 -2
- package/dist/esm/sd-action-modal.entry.js +3 -3
- package/dist/esm/sd-badge.entry.js +2 -3
- package/dist/esm/sd-barcode-input.entry.js +3 -3
- package/dist/esm/{sd-button-v2.config-CV4xelxV.js → sd-button.config-BDjErF_K.js} +88 -3
- package/dist/esm/{sd-button-v2_2.entry.js → sd-button_2.entry.js} +102 -85
- package/dist/esm/sd-calendar.entry.js +15 -15
- package/dist/esm/sd-card.entry.js +2 -2
- package/dist/esm/sd-checkbox.entry.js +4 -4
- package/dist/esm/sd-chip.entry.js +4 -4
- package/dist/esm/sd-circle-progress.entry.js +3 -3
- package/dist/esm/sd-confirm-modal_2.entry.js +19 -11
- package/dist/esm/sd-date-box.entry.js +9 -4
- package/dist/esm/{sd-date-picker-calendar.entry.js → sd-date-picker-calendar_2.entry.js} +59 -7
- package/dist/esm/{sd-date-picker.config-C2fDbE9d.js → sd-date-picker.config-B6cqMQaM.js} +1 -2
- package/dist/esm/sd-date-picker_7.entry.js +1227 -0
- package/dist/esm/sd-date-range-picker-calendar.entry.js +14 -14
- package/dist/esm/sd-dropdown-button.entry.js +21 -16
- package/dist/esm/{sd-button_4.entry.js → sd-field_3.entry.js} +48 -102
- package/dist/esm/sd-form.entry.js +5 -5
- package/dist/esm/sd-ghost-button.entry.js +12 -10
- package/dist/esm/sd-guide.entry.js +11 -11
- package/dist/esm/sd-key-value-table.entry.js +228 -0
- package/dist/esm/sd-linear-progress.entry.js +3 -3
- package/dist/esm/sd-loading-container.entry.js +3 -3
- package/dist/esm/sd-modal-container.entry.js +3 -3
- package/dist/esm/{sd-pagination_5.entry.js → sd-pagination_4.entry.js} +137 -325
- package/dist/esm/sd-popover.entry.js +18 -11
- package/dist/esm/sd-popup.entry.js +110 -0
- package/dist/esm/sd-portal.entry.js +3 -3
- package/dist/esm/sd-radio-button.entry.js +9 -6
- package/dist/esm/sd-radio.entry.js +2 -2
- package/dist/esm/sd-select-list-item_2.entry.js +156 -0
- package/dist/esm/sd-select.config-CxOCk_ge.js +165 -0
- package/dist/esm/{sd-select-list-item_4.entry.js → sd-select_3.entry.js} +281 -307
- package/dist/esm/sd-switch.entry.js +2 -2
- package/dist/esm/{sd-table.config-Bj-EEo7N.js → sd-table.config-B-VgXXT7.js} +16 -46
- package/dist/esm/sd-table.entry.js +188 -48
- package/dist/esm/sd-tabs.entry.js +8 -3
- package/dist/esm/sd-tag.entry.js +56 -21
- package/dist/esm/sd-td.entry.js +52 -10
- package/dist/esm/sd-text-link.entry.js +13 -5
- package/dist/esm/sd-toast-container.entry.js +5 -5
- package/dist/esm/sd-toast.entry.js +35 -5
- package/dist/esm/sd-toggle.entry.js +2 -2
- package/dist/esm/{system-CZ4ltUOw.js → system-GBlVDmy4.js} +4 -2
- package/dist/esm/{tooltipArrow-D8sr81Xw.js → tooltipArrow-O5LOsHae.js} +1 -1
- package/dist/types/components/assets/CheckboxCheck.d.ts +1 -0
- package/dist/types/components/assets/CheckboxIndeterminate.d.ts +1 -0
- package/dist/types/components/assets/index.d.ts +2 -0
- package/dist/types/components/sd-action-modal/sd-action-modal.d.ts +2 -2
- package/dist/types/components/sd-badge/sd-badge.d.ts +0 -1
- package/dist/types/components/{sd-button-v2/sd-button-v2.config.d.ts → sd-button/sd-button.config.d.ts} +9 -15
- package/dist/types/components/sd-button/sd-button.d.ts +11 -13
- package/dist/types/components/sd-confirm-modal/sd-confirm-modal.config.d.ts +3 -3
- package/dist/types/components/sd-confirm-modal/sd-confirm-modal.d.ts +2 -1
- package/dist/types/components/sd-dropdown-button/sd-dropdown-button.config.d.ts +6 -5
- package/dist/types/components/sd-dropdown-button/sd-dropdown-button.d.ts +1 -0
- package/dist/types/components/sd-field/sd-field.d.ts +1 -0
- package/dist/types/components/sd-key-value-table/sd-key-value-table.config.d.ts +105 -0
- package/dist/types/components/sd-key-value-table/sd-key-value-table.d.ts +38 -0
- package/dist/types/components/sd-loading-modal/sd-loading-modal.config.d.ts +2 -2
- package/dist/types/components/sd-loading-modal/sd-loading-modal.d.ts +1 -0
- package/dist/types/components/sd-modal-container/sd-modal-container.config.d.ts +1 -1
- package/dist/types/components/sd-popover/sd-popover.d.ts +16 -10
- package/dist/types/components/sd-popup/sd-popup.config.d.ts +30 -0
- package/dist/types/components/sd-popup/sd-popup.d.ts +11 -0
- package/dist/types/components/sd-table/constants.d.ts +2 -0
- package/dist/types/components/sd-table/sd-table.config.d.ts +4 -0
- package/dist/types/components/sd-table/sd-table.d.ts +21 -15
- package/dist/types/components/sd-table/sd-td/sd-td.d.ts +6 -0
- package/dist/types/components/sd-table/sd-tr/sd-tr.d.ts +9 -0
- package/dist/types/components/sd-tag/sd-tag.d.ts +2 -0
- package/dist/types/components/sd-toast/sd-toast.config.d.ts +5 -1
- package/dist/types/components/sd-toast/sd-toast.d.ts +2 -0
- package/dist/types/components/sd-toast-container/sd-toast-container.config.d.ts +2 -0
- package/dist/types/components/sd-tooltip/sd-tooltip.config.d.ts +2 -13
- package/dist/types/components/sd-tooltip/sd-tooltip.d.ts +6 -4
- package/dist/types/components.d.ts +278 -192
- package/dist/types/index.d.ts +1 -1
- package/dist/types/types/form.d.ts +1 -1
- package/dist/types/types/global.d.ts +14 -13
- package/dist/types/utils/toast.d.ts +1 -1
- package/hydrate/index.js +5513 -4761
- package/hydrate/index.mjs +5513 -4761
- package/package.json +111 -97
- package/readme.md +13 -7
- package/dist/cjs/component.button-cqV-iCG5.js +0 -90
- package/dist/cjs/sd-date-picker-trigger.cjs.entry.js +0 -51
- package/dist/cjs/sd-date-picker.cjs.entry.js +0 -117
- package/dist/cjs/sd-date-range-picker.cjs.entry.js +0 -123
- package/dist/cjs/sd-file-picker.cjs.entry.js +0 -244
- package/dist/cjs/sd-input.cjs.entry.js +0 -175
- package/dist/cjs/sd-number-input.cjs.entry.js +0 -409
- package/dist/cjs/sd-radio-group.cjs.entry.js +0 -46
- package/dist/cjs/sd-table.config-Cb0Ot3C6.js +0 -105
- package/dist/cjs/sd-textarea.cjs.entry.js +0 -146
- package/dist/collection/components/sd-button-v2/sd-button-v2.css +0 -125
- package/dist/collection/components/sd-button-v2/sd-button-v2.js +0 -273
- package/dist/components/p-B1XBwjCW.js +0 -1
- package/dist/components/p-B8jXOXtJ.js +0 -1
- package/dist/components/p-BE6TxbtX.js +0 -1
- package/dist/components/p-BJsHakU2.js +0 -1
- package/dist/components/p-BStczlLa.js +0 -1
- package/dist/components/p-BcMNA89i.js +0 -1
- package/dist/components/p-BheX6lAy.js +0 -1
- package/dist/components/p-BmYM7-4v.js +0 -1
- package/dist/components/p-BppjYHF6.js +0 -1
- package/dist/components/p-BwWDMpJc.js +0 -1
- package/dist/components/p-C-kw2p2a.js +0 -1
- package/dist/components/p-C5qZtNLl.js +0 -1
- package/dist/components/p-C7DajKYn.js +0 -1
- package/dist/components/p-CZ4ltUOw.js +0 -1
- package/dist/components/p-CeVMl_M9.js +0 -1
- package/dist/components/p-D1DpOp6M.js +0 -1
- package/dist/components/p-D3gjBBCU.js +0 -1
- package/dist/components/p-DC-6inj0.js +0 -1
- package/dist/components/p-DRF0He-x.js +0 -1
- package/dist/components/p-DegvQLTF.js +0 -1
- package/dist/components/p-Dey-lS6x.js +0 -1
- package/dist/components/p-DfH_fO01.js +0 -1
- package/dist/components/p-DngV3MT1.js +0 -1
- package/dist/components/p-EbjZr2OA.js +0 -1
- package/dist/components/p-LwWOleLJ.js +0 -1
- package/dist/components/p-Nvx13YlG.js +0 -1
- package/dist/components/p-ZMpCZhXP.js +0 -1
- package/dist/components/p-dNJIFthT.js +0 -1
- package/dist/components/p-q0VWISKA.js +0 -1
- package/dist/components/p-xnLvZ-xn.js +0 -1
- package/dist/components/sd-button-v2.js +0 -1
- package/dist/design-system/p-0356c195.entry.js +0 -1
- package/dist/design-system/p-045bc426.entry.js +0 -1
- package/dist/design-system/p-12dfd239.entry.js +0 -1
- package/dist/design-system/p-16d3a485.entry.js +0 -1
- package/dist/design-system/p-1706ed6f.entry.js +0 -1
- package/dist/design-system/p-182548f7.entry.js +0 -1
- package/dist/design-system/p-1a79edce.entry.js +0 -1
- package/dist/design-system/p-1cf87e87.entry.js +0 -1
- package/dist/design-system/p-25a08e98.entry.js +0 -1
- package/dist/design-system/p-2812b9ce.entry.js +0 -1
- package/dist/design-system/p-38f661ea.entry.js +0 -1
- package/dist/design-system/p-429dab5c.entry.js +0 -1
- package/dist/design-system/p-455dccf5.entry.js +0 -1
- package/dist/design-system/p-59313838.entry.js +0 -1
- package/dist/design-system/p-6af01ab0.entry.js +0 -1
- package/dist/design-system/p-70d4903f.entry.js +0 -1
- package/dist/design-system/p-767e99f9.entry.js +0 -1
- package/dist/design-system/p-7c370335.entry.js +0 -1
- package/dist/design-system/p-7fe8be6a.entry.js +0 -1
- package/dist/design-system/p-83b262dc.entry.js +0 -1
- package/dist/design-system/p-881adaa5.entry.js +0 -1
- package/dist/design-system/p-88d7303c.entry.js +0 -1
- package/dist/design-system/p-8a601e0f.entry.js +0 -1
- package/dist/design-system/p-B1XBwjCW.js +0 -1
- package/dist/design-system/p-BsrEibf7.js +0 -1
- package/dist/design-system/p-C5qZtNLl.js +0 -1
- package/dist/design-system/p-CZ4ltUOw.js +0 -1
- package/dist/design-system/p-Cnwbjz1F.js +0 -2
- package/dist/design-system/p-DnCBBIoq.js +0 -1
- package/dist/design-system/p-a82be987.entry.js +0 -1
- package/dist/design-system/p-b917c82a.entry.js +0 -1
- package/dist/design-system/p-b9f00eef.entry.js +0 -1
- package/dist/design-system/p-bcb53788.entry.js +0 -1
- package/dist/design-system/p-c24344ac.entry.js +0 -1
- package/dist/design-system/p-d76192bd.entry.js +0 -1
- package/dist/design-system/p-d9d8c51b.entry.js +0 -1
- package/dist/design-system/p-de67937d.entry.js +0 -1
- package/dist/design-system/p-ea5e6c2c.entry.js +0 -1
- package/dist/design-system/p-eeb1cac2.entry.js +0 -1
- package/dist/design-system/p-f1a74359.entry.js +0 -1
- package/dist/design-system/p-f44786a9.entry.js +0 -1
- package/dist/design-system/p-f69c7539.entry.js +0 -1
- package/dist/esm/component.button-B1XBwjCW.js +0 -88
- package/dist/esm/sd-date-picker-trigger.entry.js +0 -49
- package/dist/esm/sd-date-picker.entry.js +0 -115
- package/dist/esm/sd-date-range-picker.entry.js +0 -121
- package/dist/esm/sd-file-picker.entry.js +0 -242
- package/dist/esm/sd-input.entry.js +0 -173
- package/dist/esm/sd-number-input.entry.js +0 -407
- package/dist/esm/sd-radio-group.entry.js +0 -44
- package/dist/esm/sd-textarea.entry.js +0 -144
- package/dist/types/components/sd-button-v2/sd-button-v2.d.ts +0 -19
- /package/dist/components/{p-C2fDbE9d.js → p-B6cqMQaM.js} +0 -0
- /package/dist/design-system/{p-C2fDbE9d.js → p-B6cqMQaM.js} +0 -0
|
@@ -5,14 +5,13 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import {
|
|
8
|
+
import { ButtonName, ButtonProps, ButtonType } from "./components/sd-button/sd-button.config";
|
|
9
9
|
import { BadgeColor } from "./components/sd-badge/sd-badge.config";
|
|
10
10
|
import { BarcodeInputSize } from "./components/sd-barcode-input/sd-barcode-input.config";
|
|
11
11
|
import { FieldAddonAlign, FieldSize } from "./components/sd-field/sd-field.config";
|
|
12
12
|
import { Rule } from "./types/form";
|
|
13
13
|
import { SdTooltipProps, TooltipType } from "./components/sd-tooltip/sd-tooltip.config";
|
|
14
14
|
import { Event } from "./stencil-public-runtime";
|
|
15
|
-
import { ButtonSize, ButtonVariant } from "./components/sd-button/sd-button";
|
|
16
15
|
import { CalendarEventColors, CalendarEvents } from "./components/sd-calendar/sd-calendar";
|
|
17
16
|
import { CheckedType } from "./components/sd-checkbox/sd-checkbox";
|
|
18
17
|
import { CircleProgressType } from "./components/sd-circle-progress/sd-circle-progress.config";
|
|
@@ -26,13 +25,14 @@ import { FieldIdentifier, ValidatableField } from "./components/sd-form/sd-form"
|
|
|
26
25
|
import { GhostButtonIntent, GhostButtonSize } from "./components/sd-ghost-button/sd-ghost-button.config";
|
|
27
26
|
import { GuideType } from "./components/sd-guide/sd-guide";
|
|
28
27
|
import { InputSize } from "./components/sd-input/sd-input.config";
|
|
28
|
+
import { SdKeyValueChangeDetail, SdKeyValueField } from "./components/sd-key-value-table/sd-key-value-table.config";
|
|
29
29
|
import { LinearProgressType } from "./components/sd-linear-progress/sd-linear-progress.config";
|
|
30
30
|
import { SdLoadingShowArgs } from "./components/sd-loading-container/sd-loading-container.config";
|
|
31
31
|
import { LoadingModalState } from "./components/sd-loading-modal/sd-loading-modal.config";
|
|
32
32
|
import { ConfirmModalOptions, LoadingModalOptions, ModalDialogRefLike, SdModalCreateOptions } from "./components/sd-modal-container/sd-modal-container.config";
|
|
33
33
|
import { NumberInputSize } from "./components/sd-number-input/sd-number-input.config";
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
34
|
+
import { PopoverButton, PopoverLink } from "./components/sd-popover/sd-popover";
|
|
35
|
+
import { PopupType } from "./components/sd-popup/sd-popup.config";
|
|
36
36
|
import { RadioValue } from "./components/sd-radio/sd-radio";
|
|
37
37
|
import { RadioValue as RadioValue1 } from "./components/sd-radio/sd-radio";
|
|
38
38
|
import { RadioOption } from "./components/sd-radio-button/sd-radio-button";
|
|
@@ -43,14 +43,13 @@ import { TabOption, TabSize } from "./components/sd-tabs/sd-tabs.config";
|
|
|
43
43
|
import { TagName as TagName1 } from "./components/sd-tag/sd-tag.config";
|
|
44
44
|
import { ToastType } from "./components/sd-toast/sd-toast.config";
|
|
45
45
|
import { ToastEntry, ToastNotifyOptions, ToastPosition } from "./components/sd-toast-container/sd-toast-container.config";
|
|
46
|
-
export {
|
|
46
|
+
export { ButtonName, ButtonProps, ButtonType } from "./components/sd-button/sd-button.config";
|
|
47
47
|
export { BadgeColor } from "./components/sd-badge/sd-badge.config";
|
|
48
48
|
export { BarcodeInputSize } from "./components/sd-barcode-input/sd-barcode-input.config";
|
|
49
49
|
export { FieldAddonAlign, FieldSize } from "./components/sd-field/sd-field.config";
|
|
50
50
|
export { Rule } from "./types/form";
|
|
51
51
|
export { SdTooltipProps, TooltipType } from "./components/sd-tooltip/sd-tooltip.config";
|
|
52
52
|
export { Event } from "./stencil-public-runtime";
|
|
53
|
-
export { ButtonSize, ButtonVariant } from "./components/sd-button/sd-button";
|
|
54
53
|
export { CalendarEventColors, CalendarEvents } from "./components/sd-calendar/sd-calendar";
|
|
55
54
|
export { CheckedType } from "./components/sd-checkbox/sd-checkbox";
|
|
56
55
|
export { CircleProgressType } from "./components/sd-circle-progress/sd-circle-progress.config";
|
|
@@ -64,13 +63,14 @@ export { FieldIdentifier, ValidatableField } from "./components/sd-form/sd-form"
|
|
|
64
63
|
export { GhostButtonIntent, GhostButtonSize } from "./components/sd-ghost-button/sd-ghost-button.config";
|
|
65
64
|
export { GuideType } from "./components/sd-guide/sd-guide";
|
|
66
65
|
export { InputSize } from "./components/sd-input/sd-input.config";
|
|
66
|
+
export { SdKeyValueChangeDetail, SdKeyValueField } from "./components/sd-key-value-table/sd-key-value-table.config";
|
|
67
67
|
export { LinearProgressType } from "./components/sd-linear-progress/sd-linear-progress.config";
|
|
68
68
|
export { SdLoadingShowArgs } from "./components/sd-loading-container/sd-loading-container.config";
|
|
69
69
|
export { LoadingModalState } from "./components/sd-loading-modal/sd-loading-modal.config";
|
|
70
70
|
export { ConfirmModalOptions, LoadingModalOptions, ModalDialogRefLike, SdModalCreateOptions } from "./components/sd-modal-container/sd-modal-container.config";
|
|
71
71
|
export { NumberInputSize } from "./components/sd-number-input/sd-number-input.config";
|
|
72
|
-
export {
|
|
73
|
-
export {
|
|
72
|
+
export { PopoverButton, PopoverLink } from "./components/sd-popover/sd-popover";
|
|
73
|
+
export { PopupType } from "./components/sd-popup/sd-popup.config";
|
|
74
74
|
export { RadioValue } from "./components/sd-radio/sd-radio";
|
|
75
75
|
export { RadioValue as RadioValue1 } from "./components/sd-radio/sd-radio";
|
|
76
76
|
export { RadioOption } from "./components/sd-radio-button/sd-radio-button";
|
|
@@ -83,7 +83,7 @@ export { ToastType } from "./components/sd-toast/sd-toast.config";
|
|
|
83
83
|
export { ToastEntry, ToastNotifyOptions, ToastPosition } from "./components/sd-toast-container/sd-toast-container.config";
|
|
84
84
|
export namespace Components {
|
|
85
85
|
interface SdActionModal {
|
|
86
|
-
"buttonProps"?:
|
|
86
|
+
"buttonProps"?: ButtonProps;
|
|
87
87
|
"height"?: string | number;
|
|
88
88
|
/**
|
|
89
89
|
* @default ''
|
|
@@ -96,10 +96,6 @@ export namespace Components {
|
|
|
96
96
|
* @default 'blue'
|
|
97
97
|
*/
|
|
98
98
|
"color": BadgeColor;
|
|
99
|
-
/**
|
|
100
|
-
* @default ''
|
|
101
|
-
*/
|
|
102
|
-
"label": string;
|
|
103
99
|
}
|
|
104
100
|
interface SdBarcodeInput {
|
|
105
101
|
/**
|
|
@@ -206,44 +202,6 @@ export namespace Components {
|
|
|
206
202
|
"width": string | number;
|
|
207
203
|
}
|
|
208
204
|
interface SdButton {
|
|
209
|
-
/**
|
|
210
|
-
* @default '#025497'
|
|
211
|
-
*/
|
|
212
|
-
"color": string;
|
|
213
|
-
/**
|
|
214
|
-
* @default false
|
|
215
|
-
*/
|
|
216
|
-
"disabled": boolean;
|
|
217
|
-
"icon"?: IconName;
|
|
218
|
-
"iconColor"?: string;
|
|
219
|
-
"iconRight"?: IconName;
|
|
220
|
-
"iconSize"?: number;
|
|
221
|
-
/**
|
|
222
|
-
* @default ''
|
|
223
|
-
*/
|
|
224
|
-
"label": string;
|
|
225
|
-
/**
|
|
226
|
-
* @default false
|
|
227
|
-
*/
|
|
228
|
-
"noHover": boolean;
|
|
229
|
-
/**
|
|
230
|
-
* @default ''
|
|
231
|
-
*/
|
|
232
|
-
"sdClass": string;
|
|
233
|
-
/**
|
|
234
|
-
* @default 'sm'
|
|
235
|
-
*/
|
|
236
|
-
"size": ButtonSize;
|
|
237
|
-
/**
|
|
238
|
-
* @default 'button'
|
|
239
|
-
*/
|
|
240
|
-
"type": 'button' | 'submit' | 'reset';
|
|
241
|
-
/**
|
|
242
|
-
* @default 'primary'
|
|
243
|
-
*/
|
|
244
|
-
"variant"?: ButtonVariant;
|
|
245
|
-
}
|
|
246
|
-
interface SdButtonV2 {
|
|
247
205
|
/**
|
|
248
206
|
* @default ''
|
|
249
207
|
*/
|
|
@@ -260,12 +218,12 @@ export namespace Components {
|
|
|
260
218
|
/**
|
|
261
219
|
* @default 'primary_sm'
|
|
262
220
|
*/
|
|
263
|
-
"name":
|
|
221
|
+
"name": ButtonName;
|
|
264
222
|
"rightIcon"?: IconName;
|
|
265
223
|
/**
|
|
266
224
|
* @default 'button'
|
|
267
225
|
*/
|
|
268
|
-
"type":
|
|
226
|
+
"type": ButtonType;
|
|
269
227
|
}
|
|
270
228
|
interface SdCalendar {
|
|
271
229
|
"eventColors"?: CalendarEventColors;
|
|
@@ -531,7 +489,7 @@ export namespace Components {
|
|
|
531
489
|
*/
|
|
532
490
|
"placeholder": string;
|
|
533
491
|
/**
|
|
534
|
-
* @default '
|
|
492
|
+
* @default 'sm'
|
|
535
493
|
*/
|
|
536
494
|
"size": DatePickerSize;
|
|
537
495
|
}
|
|
@@ -695,6 +653,10 @@ export namespace Components {
|
|
|
695
653
|
* @default ''
|
|
696
654
|
*/
|
|
697
655
|
"name": string;
|
|
656
|
+
/**
|
|
657
|
+
* @default false
|
|
658
|
+
*/
|
|
659
|
+
"readonly"?: boolean;
|
|
698
660
|
/**
|
|
699
661
|
* @default []
|
|
700
662
|
*/
|
|
@@ -1026,6 +988,23 @@ export namespace Components {
|
|
|
1026
988
|
*/
|
|
1027
989
|
"width": string | number;
|
|
1028
990
|
}
|
|
991
|
+
interface SdKeyValueTable {
|
|
992
|
+
/**
|
|
993
|
+
* 2차원 배열. 외부 배열 = row, 내부 배열 = 한 row에 들어가는 [th|td] field들. 한 row에 여러 field를 넣으면 [th|td|th|td...] 형태로 렌더.
|
|
994
|
+
* @default []
|
|
995
|
+
*/
|
|
996
|
+
"fields": SdKeyValueField[][];
|
|
997
|
+
/**
|
|
998
|
+
* true이면 테이블 우측에 검색 버튼 패널을 표시. 클릭 시 `sdSearch` 이벤트 emit.
|
|
999
|
+
* @default false
|
|
1000
|
+
*/
|
|
1001
|
+
"search": boolean;
|
|
1002
|
+
/**
|
|
1003
|
+
* true이면 테이블 상단 border-radius를 0으로 처리. 다른 요소(헤더, 탭 등) 하단에 붙여 쓸 때 사용.
|
|
1004
|
+
* @default false
|
|
1005
|
+
*/
|
|
1006
|
+
"useTop": boolean;
|
|
1007
|
+
}
|
|
1029
1008
|
interface SdLinearProgress {
|
|
1030
1009
|
/**
|
|
1031
1010
|
* @default false
|
|
@@ -1202,21 +1181,18 @@ export namespace Components {
|
|
|
1202
1181
|
}
|
|
1203
1182
|
interface SdPopover {
|
|
1204
1183
|
/**
|
|
1205
|
-
* @default '
|
|
1206
|
-
*/
|
|
1207
|
-
"buttonSize": ButtonSize1;
|
|
1208
|
-
/**
|
|
1209
|
-
* @default 'primary'
|
|
1210
|
-
*/
|
|
1211
|
-
"buttonVariant": ButtonVariant1;
|
|
1212
|
-
/**
|
|
1213
|
-
* @default []
|
|
1184
|
+
* @default ''
|
|
1214
1185
|
*/
|
|
1215
|
-
"
|
|
1186
|
+
"ariaLabel": string;
|
|
1187
|
+
"button"?: PopoverButton;
|
|
1216
1188
|
/**
|
|
1217
1189
|
* @default '#01BB4B'
|
|
1218
1190
|
*/
|
|
1219
1191
|
"color": string;
|
|
1192
|
+
/**
|
|
1193
|
+
* @default false
|
|
1194
|
+
*/
|
|
1195
|
+
"disabled": boolean;
|
|
1220
1196
|
/**
|
|
1221
1197
|
* @default 'helpOutline'
|
|
1222
1198
|
*/
|
|
@@ -1229,6 +1205,7 @@ export namespace Components {
|
|
|
1229
1205
|
* @default ''
|
|
1230
1206
|
*/
|
|
1231
1207
|
"label": string;
|
|
1208
|
+
"leftLink"?: PopoverLink;
|
|
1232
1209
|
/**
|
|
1233
1210
|
* @default ''
|
|
1234
1211
|
*/
|
|
@@ -1238,19 +1215,43 @@ export namespace Components {
|
|
|
1238
1215
|
* @default []
|
|
1239
1216
|
*/
|
|
1240
1217
|
"messages": string[];
|
|
1218
|
+
/**
|
|
1219
|
+
* @default 'primary_sm'
|
|
1220
|
+
*/
|
|
1221
|
+
"name": ButtonName;
|
|
1241
1222
|
/**
|
|
1242
1223
|
* @default 'bottom'
|
|
1243
1224
|
*/
|
|
1244
1225
|
"placement": 'top' | 'bottom' | 'left' | 'right';
|
|
1226
|
+
"rightIcon"?: IconName;
|
|
1245
1227
|
/**
|
|
1246
1228
|
* @default false
|
|
1247
1229
|
*/
|
|
1248
1230
|
"show": boolean;
|
|
1231
|
+
/**
|
|
1232
|
+
* @default 'button'
|
|
1233
|
+
*/
|
|
1234
|
+
"type": ButtonType;
|
|
1249
1235
|
/**
|
|
1250
1236
|
* @default false
|
|
1251
1237
|
*/
|
|
1252
1238
|
"useClose": boolean;
|
|
1253
1239
|
}
|
|
1240
|
+
interface SdPopup {
|
|
1241
|
+
/**
|
|
1242
|
+
* @default ''
|
|
1243
|
+
*/
|
|
1244
|
+
"popupTitle": string;
|
|
1245
|
+
"submitButtonProps"?: ButtonProps;
|
|
1246
|
+
/**
|
|
1247
|
+
* @default 'default'
|
|
1248
|
+
*/
|
|
1249
|
+
"type": PopupType;
|
|
1250
|
+
/**
|
|
1251
|
+
* @default true
|
|
1252
|
+
*/
|
|
1253
|
+
"useFooter": boolean;
|
|
1254
|
+
}
|
|
1254
1255
|
interface SdPortal {
|
|
1255
1256
|
/**
|
|
1256
1257
|
* @default [0, 4]
|
|
@@ -1521,9 +1522,13 @@ export namespace Components {
|
|
|
1521
1522
|
* @default []
|
|
1522
1523
|
*/
|
|
1523
1524
|
"columns": SdTableColumn[];
|
|
1525
|
+
/**
|
|
1526
|
+
* @default false
|
|
1527
|
+
*/
|
|
1528
|
+
"dense": boolean;
|
|
1524
1529
|
"getIsAllChecked": (rows: Row[]) => Promise<boolean | null>;
|
|
1525
1530
|
"getPaginationInfo": () => Promise<{ startIndex: number; endIndex: number; currentPage: number; rowsPerPage: number; } | null>;
|
|
1526
|
-
"getStickyStyle": (colIdx: number) => Promise<
|
|
1531
|
+
"getStickyStyle": (colIdx: number) => Promise<Record<string, string>>;
|
|
1527
1532
|
"height"?: string;
|
|
1528
1533
|
/**
|
|
1529
1534
|
* @default false
|
|
@@ -1536,13 +1541,14 @@ export namespace Components {
|
|
|
1536
1541
|
"noDataLabel": string;
|
|
1537
1542
|
"pagination"?: SdTablePagination;
|
|
1538
1543
|
/**
|
|
1539
|
-
* @default
|
|
1544
|
+
* @default 'default'
|
|
1540
1545
|
*/
|
|
1541
|
-
"
|
|
1546
|
+
"radius": 'default' | 'useTop';
|
|
1542
1547
|
/**
|
|
1543
|
-
* @default
|
|
1548
|
+
* @default false
|
|
1544
1549
|
*/
|
|
1545
|
-
"
|
|
1550
|
+
"resizable": boolean;
|
|
1551
|
+
"rowHeight"?: number;
|
|
1546
1552
|
/**
|
|
1547
1553
|
* @default 'id'
|
|
1548
1554
|
*/
|
|
@@ -1636,10 +1642,22 @@ export namespace Components {
|
|
|
1636
1642
|
interface SdTd {
|
|
1637
1643
|
"align"?: 'left' | 'center' | 'right';
|
|
1638
1644
|
"colspan"?: number;
|
|
1645
|
+
/**
|
|
1646
|
+
* @default false
|
|
1647
|
+
*/
|
|
1648
|
+
"dividerLeft": boolean;
|
|
1649
|
+
/**
|
|
1650
|
+
* @default false
|
|
1651
|
+
*/
|
|
1652
|
+
"dividerRight": boolean;
|
|
1639
1653
|
"field": string;
|
|
1640
1654
|
"rowKey": string;
|
|
1641
1655
|
"rowspan"?: number;
|
|
1642
1656
|
"sdClass"?: string;
|
|
1657
|
+
/**
|
|
1658
|
+
* @default false
|
|
1659
|
+
*/
|
|
1660
|
+
"useFrame": boolean;
|
|
1643
1661
|
}
|
|
1644
1662
|
interface SdTextLink {
|
|
1645
1663
|
/**
|
|
@@ -1794,6 +1812,7 @@ export namespace Components {
|
|
|
1794
1812
|
"stickyHeader"?: boolean;
|
|
1795
1813
|
}
|
|
1796
1814
|
interface SdToast {
|
|
1815
|
+
"buttonLabel"?: string;
|
|
1797
1816
|
"icon"?: IconName;
|
|
1798
1817
|
"link"?: string;
|
|
1799
1818
|
"linkLabel"?: string;
|
|
@@ -1844,17 +1863,17 @@ export namespace Components {
|
|
|
1844
1863
|
}
|
|
1845
1864
|
interface SdTooltip {
|
|
1846
1865
|
/**
|
|
1847
|
-
* @default '
|
|
1848
|
-
*/
|
|
1849
|
-
"buttonSize": ButtonSize1;
|
|
1850
|
-
/**
|
|
1851
|
-
* @default 'primary'
|
|
1866
|
+
* @default ''
|
|
1852
1867
|
*/
|
|
1853
|
-
"
|
|
1868
|
+
"ariaLabel": string;
|
|
1854
1869
|
/**
|
|
1855
1870
|
* @default '#01BB4B'
|
|
1856
1871
|
*/
|
|
1857
1872
|
"color": string;
|
|
1873
|
+
/**
|
|
1874
|
+
* @default false
|
|
1875
|
+
*/
|
|
1876
|
+
"disabled": boolean;
|
|
1858
1877
|
/**
|
|
1859
1878
|
* @default 'helpOutline'
|
|
1860
1879
|
*/
|
|
@@ -1868,13 +1887,14 @@ export namespace Components {
|
|
|
1868
1887
|
*/
|
|
1869
1888
|
"label": string;
|
|
1870
1889
|
/**
|
|
1871
|
-
* @default
|
|
1890
|
+
* @default 'primary_sm'
|
|
1872
1891
|
*/
|
|
1873
|
-
"
|
|
1892
|
+
"name": ButtonName;
|
|
1874
1893
|
/**
|
|
1875
1894
|
* @default 'top'
|
|
1876
1895
|
*/
|
|
1877
1896
|
"placement": 'top' | 'bottom' | 'left' | 'right';
|
|
1897
|
+
"rightIcon"?: IconName;
|
|
1878
1898
|
/**
|
|
1879
1899
|
* @default ''
|
|
1880
1900
|
*/
|
|
@@ -1887,6 +1907,10 @@ export namespace Components {
|
|
|
1887
1907
|
* @default 'hover'
|
|
1888
1908
|
*/
|
|
1889
1909
|
"trigger": 'hover' | 'click';
|
|
1910
|
+
/**
|
|
1911
|
+
* @default 'button'
|
|
1912
|
+
*/
|
|
1913
|
+
"type": ButtonType;
|
|
1890
1914
|
}
|
|
1891
1915
|
interface SdTr {
|
|
1892
1916
|
"bumpSpansVersion": () => Promise<void>;
|
|
@@ -1902,6 +1926,7 @@ export namespace Components {
|
|
|
1902
1926
|
*/
|
|
1903
1927
|
"rowKey": string;
|
|
1904
1928
|
"selectable"?: boolean;
|
|
1929
|
+
"separator"?: boolean;
|
|
1905
1930
|
"setColumnWidths": (widths: number[]) => Promise<void>;
|
|
1906
1931
|
"stickyColumn"?: SdTableStickyColumn;
|
|
1907
1932
|
"updateVisibility": () => Promise<void>;
|
|
@@ -1919,10 +1944,6 @@ export interface SdButtonCustomEvent<T> extends CustomEvent<T> {
|
|
|
1919
1944
|
detail: T;
|
|
1920
1945
|
target: HTMLSdButtonElement;
|
|
1921
1946
|
}
|
|
1922
|
-
export interface SdButtonV2CustomEvent<T> extends CustomEvent<T> {
|
|
1923
|
-
detail: T;
|
|
1924
|
-
target: HTMLSdButtonV2Element;
|
|
1925
|
-
}
|
|
1926
1947
|
export interface SdCalendarCustomEvent<T> extends CustomEvent<T> {
|
|
1927
1948
|
detail: T;
|
|
1928
1949
|
target: HTMLSdCalendarElement;
|
|
@@ -1987,6 +2008,10 @@ export interface SdInputCustomEvent<T> extends CustomEvent<T> {
|
|
|
1987
2008
|
detail: T;
|
|
1988
2009
|
target: HTMLSdInputElement;
|
|
1989
2010
|
}
|
|
2011
|
+
export interface SdKeyValueTableCustomEvent<T> extends CustomEvent<T> {
|
|
2012
|
+
detail: T;
|
|
2013
|
+
target: HTMLSdKeyValueTableElement;
|
|
2014
|
+
}
|
|
1990
2015
|
export interface SdLoadingModalCustomEvent<T> extends CustomEvent<T> {
|
|
1991
2016
|
detail: T;
|
|
1992
2017
|
target: HTMLSdLoadingModalElement;
|
|
@@ -2003,6 +2028,10 @@ export interface SdPopoverCustomEvent<T> extends CustomEvent<T> {
|
|
|
2003
2028
|
detail: T;
|
|
2004
2029
|
target: HTMLSdPopoverElement;
|
|
2005
2030
|
}
|
|
2031
|
+
export interface SdPopupCustomEvent<T> extends CustomEvent<T> {
|
|
2032
|
+
detail: T;
|
|
2033
|
+
target: HTMLSdPopupElement;
|
|
2034
|
+
}
|
|
2006
2035
|
export interface SdPortalCustomEvent<T> extends CustomEvent<T> {
|
|
2007
2036
|
detail: T;
|
|
2008
2037
|
target: HTMLSdPortalElement;
|
|
@@ -2136,23 +2165,6 @@ declare global {
|
|
|
2136
2165
|
prototype: HTMLSdButtonElement;
|
|
2137
2166
|
new (): HTMLSdButtonElement;
|
|
2138
2167
|
};
|
|
2139
|
-
interface HTMLSdButtonV2ElementEventMap {
|
|
2140
|
-
"sdClick": MouseEvent;
|
|
2141
|
-
}
|
|
2142
|
-
interface HTMLSdButtonV2Element extends Components.SdButtonV2, HTMLStencilElement {
|
|
2143
|
-
addEventListener<K extends keyof HTMLSdButtonV2ElementEventMap>(type: K, listener: (this: HTMLSdButtonV2Element, ev: SdButtonV2CustomEvent<HTMLSdButtonV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2144
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2145
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2146
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2147
|
-
removeEventListener<K extends keyof HTMLSdButtonV2ElementEventMap>(type: K, listener: (this: HTMLSdButtonV2Element, ev: SdButtonV2CustomEvent<HTMLSdButtonV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2148
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2149
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2150
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2151
|
-
}
|
|
2152
|
-
var HTMLSdButtonV2Element: {
|
|
2153
|
-
prototype: HTMLSdButtonV2Element;
|
|
2154
|
-
new (): HTMLSdButtonV2Element;
|
|
2155
|
-
};
|
|
2156
2168
|
interface HTMLSdCalendarElementEventMap {
|
|
2157
2169
|
"sdSelect": string;
|
|
2158
2170
|
"sdViewChange": { year: number; month: number };
|
|
@@ -2474,6 +2486,24 @@ declare global {
|
|
|
2474
2486
|
prototype: HTMLSdInputElement;
|
|
2475
2487
|
new (): HTMLSdInputElement;
|
|
2476
2488
|
};
|
|
2489
|
+
interface HTMLSdKeyValueTableElementEventMap {
|
|
2490
|
+
"sdChange": SdKeyValueChangeDetail;
|
|
2491
|
+
"sdSearch": void;
|
|
2492
|
+
}
|
|
2493
|
+
interface HTMLSdKeyValueTableElement extends Components.SdKeyValueTable, HTMLStencilElement {
|
|
2494
|
+
addEventListener<K extends keyof HTMLSdKeyValueTableElementEventMap>(type: K, listener: (this: HTMLSdKeyValueTableElement, ev: SdKeyValueTableCustomEvent<HTMLSdKeyValueTableElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2495
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2496
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2497
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2498
|
+
removeEventListener<K extends keyof HTMLSdKeyValueTableElementEventMap>(type: K, listener: (this: HTMLSdKeyValueTableElement, ev: SdKeyValueTableCustomEvent<HTMLSdKeyValueTableElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2499
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2500
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2501
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2502
|
+
}
|
|
2503
|
+
var HTMLSdKeyValueTableElement: {
|
|
2504
|
+
prototype: HTMLSdKeyValueTableElement;
|
|
2505
|
+
new (): HTMLSdKeyValueTableElement;
|
|
2506
|
+
};
|
|
2477
2507
|
interface HTMLSdLinearProgressElement extends Components.SdLinearProgress, HTMLStencilElement {
|
|
2478
2508
|
}
|
|
2479
2509
|
var HTMLSdLinearProgressElement: {
|
|
@@ -2562,6 +2592,23 @@ declare global {
|
|
|
2562
2592
|
prototype: HTMLSdPopoverElement;
|
|
2563
2593
|
new (): HTMLSdPopoverElement;
|
|
2564
2594
|
};
|
|
2595
|
+
interface HTMLSdPopupElementEventMap {
|
|
2596
|
+
"sdSubmit": void;
|
|
2597
|
+
}
|
|
2598
|
+
interface HTMLSdPopupElement extends Components.SdPopup, HTMLStencilElement {
|
|
2599
|
+
addEventListener<K extends keyof HTMLSdPopupElementEventMap>(type: K, listener: (this: HTMLSdPopupElement, ev: SdPopupCustomEvent<HTMLSdPopupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2600
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2601
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2602
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2603
|
+
removeEventListener<K extends keyof HTMLSdPopupElementEventMap>(type: K, listener: (this: HTMLSdPopupElement, ev: SdPopupCustomEvent<HTMLSdPopupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2604
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2605
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2606
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2607
|
+
}
|
|
2608
|
+
var HTMLSdPopupElement: {
|
|
2609
|
+
prototype: HTMLSdPopupElement;
|
|
2610
|
+
new (): HTMLSdPopupElement;
|
|
2611
|
+
};
|
|
2565
2612
|
interface HTMLSdPortalElementEventMap {
|
|
2566
2613
|
"sdClose": void;
|
|
2567
2614
|
}
|
|
@@ -2855,6 +2902,7 @@ declare global {
|
|
|
2855
2902
|
};
|
|
2856
2903
|
interface HTMLSdToastElementEventMap {
|
|
2857
2904
|
"sdClose": void;
|
|
2905
|
+
"sdButtonClick": MouseEvent;
|
|
2858
2906
|
}
|
|
2859
2907
|
interface HTMLSdToastElement extends Components.SdToast, HTMLStencilElement {
|
|
2860
2908
|
addEventListener<K extends keyof HTMLSdToastElementEventMap>(type: K, listener: (this: HTMLSdToastElement, ev: SdToastCustomEvent<HTMLSdToastElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2922,7 +2970,6 @@ declare global {
|
|
|
2922
2970
|
"sd-badge": HTMLSdBadgeElement;
|
|
2923
2971
|
"sd-barcode-input": HTMLSdBarcodeInputElement;
|
|
2924
2972
|
"sd-button": HTMLSdButtonElement;
|
|
2925
|
-
"sd-button-v2": HTMLSdButtonV2Element;
|
|
2926
2973
|
"sd-calendar": HTMLSdCalendarElement;
|
|
2927
2974
|
"sd-card": HTMLSdCardElement;
|
|
2928
2975
|
"sd-checkbox": HTMLSdCheckboxElement;
|
|
@@ -2944,6 +2991,7 @@ declare global {
|
|
|
2944
2991
|
"sd-guide": HTMLSdGuideElement;
|
|
2945
2992
|
"sd-icon": HTMLSdIconElement;
|
|
2946
2993
|
"sd-input": HTMLSdInputElement;
|
|
2994
|
+
"sd-key-value-table": HTMLSdKeyValueTableElement;
|
|
2947
2995
|
"sd-linear-progress": HTMLSdLinearProgressElement;
|
|
2948
2996
|
"sd-loading-container": HTMLSdLoadingContainerElement;
|
|
2949
2997
|
"sd-loading-modal": HTMLSdLoadingModalElement;
|
|
@@ -2951,6 +2999,7 @@ declare global {
|
|
|
2951
2999
|
"sd-number-input": HTMLSdNumberInputElement;
|
|
2952
3000
|
"sd-pagination": HTMLSdPaginationElement;
|
|
2953
3001
|
"sd-popover": HTMLSdPopoverElement;
|
|
3002
|
+
"sd-popup": HTMLSdPopupElement;
|
|
2954
3003
|
"sd-portal": HTMLSdPortalElement;
|
|
2955
3004
|
"sd-radio": HTMLSdRadioElement;
|
|
2956
3005
|
"sd-radio-button": HTMLSdRadioButtonElement;
|
|
@@ -2980,7 +3029,7 @@ declare namespace LocalJSX {
|
|
|
2980
3029
|
type OneOf<K extends string, PropT, AttrT = PropT> = { [P in K]: PropT } & { [P in `attr:${K}` | `prop:${K}`]?: never } | { [P in `attr:${K}`]: AttrT } & { [P in K | `prop:${K}`]?: never } | { [P in `prop:${K}`]: PropT } & { [P in K | `attr:${K}`]?: never };
|
|
2981
3030
|
|
|
2982
3031
|
interface SdActionModal {
|
|
2983
|
-
"buttonProps"?:
|
|
3032
|
+
"buttonProps"?: ButtonProps;
|
|
2984
3033
|
"height"?: string | number;
|
|
2985
3034
|
/**
|
|
2986
3035
|
* @default ''
|
|
@@ -2995,10 +3044,6 @@ declare namespace LocalJSX {
|
|
|
2995
3044
|
* @default 'blue'
|
|
2996
3045
|
*/
|
|
2997
3046
|
"color"?: BadgeColor;
|
|
2998
|
-
/**
|
|
2999
|
-
* @default ''
|
|
3000
|
-
*/
|
|
3001
|
-
"label"?: string;
|
|
3002
3047
|
}
|
|
3003
3048
|
interface SdBarcodeInput {
|
|
3004
3049
|
/**
|
|
@@ -3103,45 +3148,6 @@ declare namespace LocalJSX {
|
|
|
3103
3148
|
"width"?: string | number;
|
|
3104
3149
|
}
|
|
3105
3150
|
interface SdButton {
|
|
3106
|
-
/**
|
|
3107
|
-
* @default '#025497'
|
|
3108
|
-
*/
|
|
3109
|
-
"color"?: string;
|
|
3110
|
-
/**
|
|
3111
|
-
* @default false
|
|
3112
|
-
*/
|
|
3113
|
-
"disabled"?: boolean;
|
|
3114
|
-
"icon"?: IconName;
|
|
3115
|
-
"iconColor"?: string;
|
|
3116
|
-
"iconRight"?: IconName;
|
|
3117
|
-
"iconSize"?: number;
|
|
3118
|
-
/**
|
|
3119
|
-
* @default ''
|
|
3120
|
-
*/
|
|
3121
|
-
"label"?: string;
|
|
3122
|
-
/**
|
|
3123
|
-
* @default false
|
|
3124
|
-
*/
|
|
3125
|
-
"noHover"?: boolean;
|
|
3126
|
-
"onSdClick"?: (event: SdButtonCustomEvent<MouseEvent>) => void;
|
|
3127
|
-
/**
|
|
3128
|
-
* @default ''
|
|
3129
|
-
*/
|
|
3130
|
-
"sdClass"?: string;
|
|
3131
|
-
/**
|
|
3132
|
-
* @default 'sm'
|
|
3133
|
-
*/
|
|
3134
|
-
"size"?: ButtonSize;
|
|
3135
|
-
/**
|
|
3136
|
-
* @default 'button'
|
|
3137
|
-
*/
|
|
3138
|
-
"type"?: 'button' | 'submit' | 'reset';
|
|
3139
|
-
/**
|
|
3140
|
-
* @default 'primary'
|
|
3141
|
-
*/
|
|
3142
|
-
"variant"?: ButtonVariant;
|
|
3143
|
-
}
|
|
3144
|
-
interface SdButtonV2 {
|
|
3145
3151
|
/**
|
|
3146
3152
|
* @default ''
|
|
3147
3153
|
*/
|
|
@@ -3158,13 +3164,13 @@ declare namespace LocalJSX {
|
|
|
3158
3164
|
/**
|
|
3159
3165
|
* @default 'primary_sm'
|
|
3160
3166
|
*/
|
|
3161
|
-
"name"?:
|
|
3162
|
-
"onSdClick"?: (event:
|
|
3167
|
+
"name"?: ButtonName;
|
|
3168
|
+
"onSdClick"?: (event: SdButtonCustomEvent<MouseEvent>) => void;
|
|
3163
3169
|
"rightIcon"?: IconName;
|
|
3164
3170
|
/**
|
|
3165
3171
|
* @default 'button'
|
|
3166
3172
|
*/
|
|
3167
|
-
"type"?:
|
|
3173
|
+
"type"?: ButtonType;
|
|
3168
3174
|
}
|
|
3169
3175
|
interface SdCalendar {
|
|
3170
3176
|
"eventColors"?: CalendarEventColors;
|
|
@@ -3441,7 +3447,7 @@ declare namespace LocalJSX {
|
|
|
3441
3447
|
*/
|
|
3442
3448
|
"placeholder"?: string;
|
|
3443
3449
|
/**
|
|
3444
|
-
* @default '
|
|
3450
|
+
* @default 'sm'
|
|
3445
3451
|
*/
|
|
3446
3452
|
"size"?: DatePickerSize;
|
|
3447
3453
|
}
|
|
@@ -3606,6 +3612,10 @@ declare namespace LocalJSX {
|
|
|
3606
3612
|
* @default ''
|
|
3607
3613
|
*/
|
|
3608
3614
|
"name"?: string;
|
|
3615
|
+
/**
|
|
3616
|
+
* @default false
|
|
3617
|
+
*/
|
|
3618
|
+
"readonly"?: boolean;
|
|
3609
3619
|
/**
|
|
3610
3620
|
* @default []
|
|
3611
3621
|
*/
|
|
@@ -3932,6 +3942,25 @@ declare namespace LocalJSX {
|
|
|
3932
3942
|
*/
|
|
3933
3943
|
"width"?: string | number;
|
|
3934
3944
|
}
|
|
3945
|
+
interface SdKeyValueTable {
|
|
3946
|
+
/**
|
|
3947
|
+
* 2차원 배열. 외부 배열 = row, 내부 배열 = 한 row에 들어가는 [th|td] field들. 한 row에 여러 field를 넣으면 [th|td|th|td...] 형태로 렌더.
|
|
3948
|
+
* @default []
|
|
3949
|
+
*/
|
|
3950
|
+
"fields"?: SdKeyValueField[][];
|
|
3951
|
+
"onSdChange"?: (event: SdKeyValueTableCustomEvent<SdKeyValueChangeDetail>) => void;
|
|
3952
|
+
"onSdSearch"?: (event: SdKeyValueTableCustomEvent<void>) => void;
|
|
3953
|
+
/**
|
|
3954
|
+
* true이면 테이블 우측에 검색 버튼 패널을 표시. 클릭 시 `sdSearch` 이벤트 emit.
|
|
3955
|
+
* @default false
|
|
3956
|
+
*/
|
|
3957
|
+
"search"?: boolean;
|
|
3958
|
+
/**
|
|
3959
|
+
* true이면 테이블 상단 border-radius를 0으로 처리. 다른 요소(헤더, 탭 등) 하단에 붙여 쓸 때 사용.
|
|
3960
|
+
* @default false
|
|
3961
|
+
*/
|
|
3962
|
+
"useTop"?: boolean;
|
|
3963
|
+
}
|
|
3935
3964
|
interface SdLinearProgress {
|
|
3936
3965
|
/**
|
|
3937
3966
|
* @default false
|
|
@@ -4101,21 +4130,18 @@ declare namespace LocalJSX {
|
|
|
4101
4130
|
}
|
|
4102
4131
|
interface SdPopover {
|
|
4103
4132
|
/**
|
|
4104
|
-
* @default '
|
|
4105
|
-
*/
|
|
4106
|
-
"buttonSize"?: ButtonSize1;
|
|
4107
|
-
/**
|
|
4108
|
-
* @default 'primary'
|
|
4109
|
-
*/
|
|
4110
|
-
"buttonVariant"?: ButtonVariant1;
|
|
4111
|
-
/**
|
|
4112
|
-
* @default []
|
|
4133
|
+
* @default ''
|
|
4113
4134
|
*/
|
|
4114
|
-
"
|
|
4135
|
+
"ariaLabel"?: string;
|
|
4136
|
+
"button"?: PopoverButton;
|
|
4115
4137
|
/**
|
|
4116
4138
|
* @default '#01BB4B'
|
|
4117
4139
|
*/
|
|
4118
4140
|
"color"?: string;
|
|
4141
|
+
/**
|
|
4142
|
+
* @default false
|
|
4143
|
+
*/
|
|
4144
|
+
"disabled"?: boolean;
|
|
4119
4145
|
/**
|
|
4120
4146
|
* @default 'helpOutline'
|
|
4121
4147
|
*/
|
|
@@ -4128,6 +4154,7 @@ declare namespace LocalJSX {
|
|
|
4128
4154
|
* @default ''
|
|
4129
4155
|
*/
|
|
4130
4156
|
"label"?: string;
|
|
4157
|
+
"leftLink"?: PopoverLink;
|
|
4131
4158
|
/**
|
|
4132
4159
|
* @default ''
|
|
4133
4160
|
*/
|
|
@@ -4137,20 +4164,45 @@ declare namespace LocalJSX {
|
|
|
4137
4164
|
* @default []
|
|
4138
4165
|
*/
|
|
4139
4166
|
"messages"?: string[];
|
|
4167
|
+
/**
|
|
4168
|
+
* @default 'primary_sm'
|
|
4169
|
+
*/
|
|
4170
|
+
"name"?: ButtonName;
|
|
4140
4171
|
"onSdShowChange"?: (event: SdPopoverCustomEvent<boolean>) => void;
|
|
4141
4172
|
/**
|
|
4142
4173
|
* @default 'bottom'
|
|
4143
4174
|
*/
|
|
4144
4175
|
"placement"?: 'top' | 'bottom' | 'left' | 'right';
|
|
4176
|
+
"rightIcon"?: IconName;
|
|
4145
4177
|
/**
|
|
4146
4178
|
* @default false
|
|
4147
4179
|
*/
|
|
4148
4180
|
"show"?: boolean;
|
|
4181
|
+
/**
|
|
4182
|
+
* @default 'button'
|
|
4183
|
+
*/
|
|
4184
|
+
"type"?: ButtonType;
|
|
4149
4185
|
/**
|
|
4150
4186
|
* @default false
|
|
4151
4187
|
*/
|
|
4152
4188
|
"useClose"?: boolean;
|
|
4153
4189
|
}
|
|
4190
|
+
interface SdPopup {
|
|
4191
|
+
"onSdSubmit"?: (event: SdPopupCustomEvent<void>) => void;
|
|
4192
|
+
/**
|
|
4193
|
+
* @default ''
|
|
4194
|
+
*/
|
|
4195
|
+
"popupTitle"?: string;
|
|
4196
|
+
"submitButtonProps"?: ButtonProps;
|
|
4197
|
+
/**
|
|
4198
|
+
* @default 'default'
|
|
4199
|
+
*/
|
|
4200
|
+
"type"?: PopupType;
|
|
4201
|
+
/**
|
|
4202
|
+
* @default true
|
|
4203
|
+
*/
|
|
4204
|
+
"useFooter"?: boolean;
|
|
4205
|
+
}
|
|
4154
4206
|
interface SdPortal {
|
|
4155
4207
|
/**
|
|
4156
4208
|
* @default [0, 4]
|
|
@@ -4431,6 +4483,10 @@ declare namespace LocalJSX {
|
|
|
4431
4483
|
* @default []
|
|
4432
4484
|
*/
|
|
4433
4485
|
"columns"?: SdTableColumn[];
|
|
4486
|
+
/**
|
|
4487
|
+
* @default false
|
|
4488
|
+
*/
|
|
4489
|
+
"dense"?: boolean;
|
|
4434
4490
|
"height"?: string;
|
|
4435
4491
|
/**
|
|
4436
4492
|
* @default false
|
|
@@ -4455,12 +4511,13 @@ declare namespace LocalJSX {
|
|
|
4455
4511
|
}>) => void;
|
|
4456
4512
|
"pagination"?: SdTablePagination;
|
|
4457
4513
|
/**
|
|
4458
|
-
* @default
|
|
4514
|
+
* @default 'default'
|
|
4459
4515
|
*/
|
|
4460
|
-
"
|
|
4516
|
+
"radius"?: 'default' | 'useTop';
|
|
4461
4517
|
/**
|
|
4462
|
-
* @default
|
|
4518
|
+
* @default false
|
|
4463
4519
|
*/
|
|
4520
|
+
"resizable"?: boolean;
|
|
4464
4521
|
"rowHeight"?: number;
|
|
4465
4522
|
/**
|
|
4466
4523
|
* @default 'id'
|
|
@@ -4553,10 +4610,22 @@ declare namespace LocalJSX {
|
|
|
4553
4610
|
interface SdTd {
|
|
4554
4611
|
"align"?: 'left' | 'center' | 'right';
|
|
4555
4612
|
"colspan"?: number;
|
|
4613
|
+
/**
|
|
4614
|
+
* @default false
|
|
4615
|
+
*/
|
|
4616
|
+
"dividerLeft"?: boolean;
|
|
4617
|
+
/**
|
|
4618
|
+
* @default false
|
|
4619
|
+
*/
|
|
4620
|
+
"dividerRight"?: boolean;
|
|
4556
4621
|
"field": string;
|
|
4557
4622
|
"rowKey": string;
|
|
4558
4623
|
"rowspan"?: number;
|
|
4559
4624
|
"sdClass"?: string;
|
|
4625
|
+
/**
|
|
4626
|
+
* @default false
|
|
4627
|
+
*/
|
|
4628
|
+
"useFrame"?: boolean;
|
|
4560
4629
|
}
|
|
4561
4630
|
interface SdTextLink {
|
|
4562
4631
|
/**
|
|
@@ -4708,10 +4777,12 @@ declare namespace LocalJSX {
|
|
|
4708
4777
|
"stickyHeader"?: boolean;
|
|
4709
4778
|
}
|
|
4710
4779
|
interface SdToast {
|
|
4780
|
+
"buttonLabel"?: string;
|
|
4711
4781
|
"icon"?: IconName;
|
|
4712
4782
|
"link"?: string;
|
|
4713
4783
|
"linkLabel"?: string;
|
|
4714
4784
|
"message": string;
|
|
4785
|
+
"onSdButtonClick"?: (event: SdToastCustomEvent<MouseEvent>) => void;
|
|
4715
4786
|
"onSdClose"?: (event: SdToastCustomEvent<void>) => void;
|
|
4716
4787
|
/**
|
|
4717
4788
|
* @default 'default'
|
|
@@ -4759,17 +4830,17 @@ declare namespace LocalJSX {
|
|
|
4759
4830
|
}
|
|
4760
4831
|
interface SdTooltip {
|
|
4761
4832
|
/**
|
|
4762
|
-
* @default '
|
|
4763
|
-
*/
|
|
4764
|
-
"buttonSize"?: ButtonSize1;
|
|
4765
|
-
/**
|
|
4766
|
-
* @default 'primary'
|
|
4833
|
+
* @default ''
|
|
4767
4834
|
*/
|
|
4768
|
-
"
|
|
4835
|
+
"ariaLabel"?: string;
|
|
4769
4836
|
/**
|
|
4770
4837
|
* @default '#01BB4B'
|
|
4771
4838
|
*/
|
|
4772
4839
|
"color"?: string;
|
|
4840
|
+
/**
|
|
4841
|
+
* @default false
|
|
4842
|
+
*/
|
|
4843
|
+
"disabled"?: boolean;
|
|
4773
4844
|
/**
|
|
4774
4845
|
* @default 'helpOutline'
|
|
4775
4846
|
*/
|
|
@@ -4783,13 +4854,14 @@ declare namespace LocalJSX {
|
|
|
4783
4854
|
*/
|
|
4784
4855
|
"label"?: string;
|
|
4785
4856
|
/**
|
|
4786
|
-
* @default
|
|
4857
|
+
* @default 'primary_sm'
|
|
4787
4858
|
*/
|
|
4788
|
-
"
|
|
4859
|
+
"name"?: ButtonName;
|
|
4789
4860
|
/**
|
|
4790
4861
|
* @default 'top'
|
|
4791
4862
|
*/
|
|
4792
4863
|
"placement"?: 'top' | 'bottom' | 'left' | 'right';
|
|
4864
|
+
"rightIcon"?: IconName;
|
|
4793
4865
|
/**
|
|
4794
4866
|
* @default ''
|
|
4795
4867
|
*/
|
|
@@ -4802,6 +4874,10 @@ declare namespace LocalJSX {
|
|
|
4802
4874
|
* @default 'hover'
|
|
4803
4875
|
*/
|
|
4804
4876
|
"trigger"?: 'hover' | 'click';
|
|
4877
|
+
/**
|
|
4878
|
+
* @default 'button'
|
|
4879
|
+
*/
|
|
4880
|
+
"type"?: ButtonType;
|
|
4805
4881
|
}
|
|
4806
4882
|
interface SdTr {
|
|
4807
4883
|
"columns"?: SdTableColumn[];
|
|
@@ -4814,6 +4890,7 @@ declare namespace LocalJSX {
|
|
|
4814
4890
|
*/
|
|
4815
4891
|
"rowKey"?: string;
|
|
4816
4892
|
"selectable"?: boolean;
|
|
4893
|
+
"separator"?: boolean;
|
|
4817
4894
|
"stickyColumn"?: SdTableStickyColumn;
|
|
4818
4895
|
}
|
|
4819
4896
|
|
|
@@ -4824,7 +4901,6 @@ declare namespace LocalJSX {
|
|
|
4824
4901
|
}
|
|
4825
4902
|
interface SdBadgeAttributes {
|
|
4826
4903
|
"color": BadgeColor;
|
|
4827
|
-
"label": string;
|
|
4828
4904
|
}
|
|
4829
4905
|
interface SdBarcodeInputAttributes {
|
|
4830
4906
|
"value": string;
|
|
@@ -4850,27 +4926,13 @@ declare namespace LocalJSX {
|
|
|
4850
4926
|
"name": string;
|
|
4851
4927
|
}
|
|
4852
4928
|
interface SdButtonAttributes {
|
|
4853
|
-
"
|
|
4854
|
-
"size": ButtonSize;
|
|
4855
|
-
"color": string;
|
|
4856
|
-
"label": string;
|
|
4857
|
-
"disabled": boolean;
|
|
4858
|
-
"type": 'button' | 'submit' | 'reset';
|
|
4859
|
-
"icon": IconName;
|
|
4860
|
-
"iconColor": string;
|
|
4861
|
-
"iconSize": number;
|
|
4862
|
-
"iconRight": IconName;
|
|
4863
|
-
"noHover": boolean;
|
|
4864
|
-
"sdClass": string;
|
|
4865
|
-
}
|
|
4866
|
-
interface SdButtonV2Attributes {
|
|
4867
|
-
"name": ButtonV2Name;
|
|
4929
|
+
"name": ButtonName;
|
|
4868
4930
|
"label": string;
|
|
4869
4931
|
"icon": IconName;
|
|
4870
4932
|
"rightIcon": IconName;
|
|
4871
4933
|
"ariaLabel": string;
|
|
4872
4934
|
"disabled": boolean;
|
|
4873
|
-
"type":
|
|
4935
|
+
"type": ButtonType;
|
|
4874
4936
|
}
|
|
4875
4937
|
interface SdCalendarAttributes {
|
|
4876
4938
|
"value": string | null;
|
|
@@ -4973,6 +5035,7 @@ declare namespace LocalJSX {
|
|
|
4973
5035
|
"name": string;
|
|
4974
5036
|
"error": boolean;
|
|
4975
5037
|
"disabled": boolean;
|
|
5038
|
+
"readonly": boolean;
|
|
4976
5039
|
"hovered": boolean;
|
|
4977
5040
|
"focused": boolean;
|
|
4978
5041
|
"status": 'default' | 'pass' | 'error';
|
|
@@ -5070,6 +5133,10 @@ declare namespace LocalJSX {
|
|
|
5070
5133
|
"labelTooltip": string;
|
|
5071
5134
|
"name": string;
|
|
5072
5135
|
}
|
|
5136
|
+
interface SdKeyValueTableAttributes {
|
|
5137
|
+
"search": boolean;
|
|
5138
|
+
"useTop": boolean;
|
|
5139
|
+
}
|
|
5073
5140
|
interface SdLinearProgressAttributes {
|
|
5074
5141
|
"indeterminate": boolean;
|
|
5075
5142
|
"value": number;
|
|
@@ -5127,12 +5194,20 @@ declare namespace LocalJSX {
|
|
|
5127
5194
|
"icon": IconName;
|
|
5128
5195
|
"iconSize": number;
|
|
5129
5196
|
"label": string;
|
|
5130
|
-
"
|
|
5131
|
-
"
|
|
5197
|
+
"name": ButtonName;
|
|
5198
|
+
"rightIcon": IconName;
|
|
5199
|
+
"ariaLabel": string;
|
|
5200
|
+
"disabled": boolean;
|
|
5201
|
+
"type": ButtonType;
|
|
5132
5202
|
"menuTitle": string;
|
|
5133
5203
|
"menuClass": string;
|
|
5134
5204
|
"useClose": boolean;
|
|
5135
5205
|
}
|
|
5206
|
+
interface SdPopupAttributes {
|
|
5207
|
+
"popupTitle": string;
|
|
5208
|
+
"type": PopupType;
|
|
5209
|
+
"useFooter": boolean;
|
|
5210
|
+
}
|
|
5136
5211
|
interface SdPortalAttributes {
|
|
5137
5212
|
"to": HTMLElement | string;
|
|
5138
5213
|
"viewportPadding": number;
|
|
@@ -5217,10 +5292,12 @@ declare namespace LocalJSX {
|
|
|
5217
5292
|
"width": string;
|
|
5218
5293
|
"height": string;
|
|
5219
5294
|
"stickyHeader": boolean;
|
|
5295
|
+
"radius": 'default' | 'useTop';
|
|
5220
5296
|
"noDataLabel": string;
|
|
5221
5297
|
"isLoading": boolean;
|
|
5222
5298
|
"useInternalPagination": boolean;
|
|
5223
5299
|
"useRowsPerPageSelect": boolean;
|
|
5300
|
+
"dense": boolean;
|
|
5224
5301
|
"useVirtualScroll": boolean;
|
|
5225
5302
|
"rowHeight": number;
|
|
5226
5303
|
"virtualBuffer": number;
|
|
@@ -5244,6 +5321,9 @@ declare namespace LocalJSX {
|
|
|
5244
5321
|
"rowspan": number;
|
|
5245
5322
|
"colspan": number;
|
|
5246
5323
|
"sdClass": string;
|
|
5324
|
+
"dividerLeft": boolean;
|
|
5325
|
+
"dividerRight": boolean;
|
|
5326
|
+
"useFrame": boolean;
|
|
5247
5327
|
}
|
|
5248
5328
|
interface SdTextLinkAttributes {
|
|
5249
5329
|
"label": string;
|
|
@@ -5290,6 +5370,7 @@ declare namespace LocalJSX {
|
|
|
5290
5370
|
"message": string;
|
|
5291
5371
|
"link": string;
|
|
5292
5372
|
"linkLabel": string;
|
|
5373
|
+
"buttonLabel": string;
|
|
5293
5374
|
"useClose": boolean;
|
|
5294
5375
|
"type": ToastType;
|
|
5295
5376
|
}
|
|
@@ -5312,14 +5393,17 @@ declare namespace LocalJSX {
|
|
|
5312
5393
|
"icon": IconName;
|
|
5313
5394
|
"iconSize": number;
|
|
5314
5395
|
"label": string;
|
|
5315
|
-
"
|
|
5316
|
-
"
|
|
5317
|
-
"
|
|
5396
|
+
"name": ButtonName;
|
|
5397
|
+
"rightIcon": IconName;
|
|
5398
|
+
"ariaLabel": string;
|
|
5399
|
+
"disabled": boolean;
|
|
5400
|
+
"type": ButtonType;
|
|
5318
5401
|
"sdClass": string;
|
|
5319
5402
|
}
|
|
5320
5403
|
interface SdTrAttributes {
|
|
5321
5404
|
"selectable": boolean;
|
|
5322
5405
|
"rowKey": string;
|
|
5406
|
+
"separator": boolean;
|
|
5323
5407
|
}
|
|
5324
5408
|
|
|
5325
5409
|
interface IntrinsicElements {
|
|
@@ -5327,7 +5411,6 @@ declare namespace LocalJSX {
|
|
|
5327
5411
|
"sd-badge": Omit<SdBadge, keyof SdBadgeAttributes> & { [K in keyof SdBadge & keyof SdBadgeAttributes]?: SdBadge[K] } & { [K in keyof SdBadge & keyof SdBadgeAttributes as `attr:${K}`]?: SdBadgeAttributes[K] } & { [K in keyof SdBadge & keyof SdBadgeAttributes as `prop:${K}`]?: SdBadge[K] };
|
|
5328
5412
|
"sd-barcode-input": Omit<SdBarcodeInput, keyof SdBarcodeInputAttributes> & { [K in keyof SdBarcodeInput & keyof SdBarcodeInputAttributes]?: SdBarcodeInput[K] } & { [K in keyof SdBarcodeInput & keyof SdBarcodeInputAttributes as `attr:${K}`]?: SdBarcodeInputAttributes[K] } & { [K in keyof SdBarcodeInput & keyof SdBarcodeInputAttributes as `prop:${K}`]?: SdBarcodeInput[K] };
|
|
5329
5413
|
"sd-button": Omit<SdButton, keyof SdButtonAttributes> & { [K in keyof SdButton & keyof SdButtonAttributes]?: SdButton[K] } & { [K in keyof SdButton & keyof SdButtonAttributes as `attr:${K}`]?: SdButtonAttributes[K] } & { [K in keyof SdButton & keyof SdButtonAttributes as `prop:${K}`]?: SdButton[K] };
|
|
5330
|
-
"sd-button-v2": Omit<SdButtonV2, keyof SdButtonV2Attributes> & { [K in keyof SdButtonV2 & keyof SdButtonV2Attributes]?: SdButtonV2[K] } & { [K in keyof SdButtonV2 & keyof SdButtonV2Attributes as `attr:${K}`]?: SdButtonV2Attributes[K] } & { [K in keyof SdButtonV2 & keyof SdButtonV2Attributes as `prop:${K}`]?: SdButtonV2[K] };
|
|
5331
5414
|
"sd-calendar": Omit<SdCalendar, keyof SdCalendarAttributes> & { [K in keyof SdCalendar & keyof SdCalendarAttributes]?: SdCalendar[K] } & { [K in keyof SdCalendar & keyof SdCalendarAttributes as `attr:${K}`]?: SdCalendarAttributes[K] } & { [K in keyof SdCalendar & keyof SdCalendarAttributes as `prop:${K}`]?: SdCalendar[K] };
|
|
5332
5415
|
"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] };
|
|
5333
5416
|
"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"]>;
|
|
@@ -5349,6 +5432,7 @@ declare namespace LocalJSX {
|
|
|
5349
5432
|
"sd-guide": Omit<SdGuide, keyof SdGuideAttributes> & { [K in keyof SdGuide & keyof SdGuideAttributes]?: SdGuide[K] } & { [K in keyof SdGuide & keyof SdGuideAttributes as `attr:${K}`]?: SdGuideAttributes[K] } & { [K in keyof SdGuide & keyof SdGuideAttributes as `prop:${K}`]?: SdGuide[K] };
|
|
5350
5433
|
"sd-icon": Omit<SdIcon, keyof SdIconAttributes> & { [K in keyof SdIcon & keyof SdIconAttributes]?: SdIcon[K] } & { [K in keyof SdIcon & keyof SdIconAttributes as `attr:${K}`]?: SdIconAttributes[K] } & { [K in keyof SdIcon & keyof SdIconAttributes as `prop:${K}`]?: SdIcon[K] } & OneOf<"name", SdIcon["name"], SdIconAttributes["name"]>;
|
|
5351
5434
|
"sd-input": Omit<SdInput, keyof SdInputAttributes> & { [K in keyof SdInput & keyof SdInputAttributes]?: SdInput[K] } & { [K in keyof SdInput & keyof SdInputAttributes as `attr:${K}`]?: SdInputAttributes[K] } & { [K in keyof SdInput & keyof SdInputAttributes as `prop:${K}`]?: SdInput[K] };
|
|
5435
|
+
"sd-key-value-table": Omit<SdKeyValueTable, keyof SdKeyValueTableAttributes> & { [K in keyof SdKeyValueTable & keyof SdKeyValueTableAttributes]?: SdKeyValueTable[K] } & { [K in keyof SdKeyValueTable & keyof SdKeyValueTableAttributes as `attr:${K}`]?: SdKeyValueTableAttributes[K] } & { [K in keyof SdKeyValueTable & keyof SdKeyValueTableAttributes as `prop:${K}`]?: SdKeyValueTable[K] };
|
|
5352
5436
|
"sd-linear-progress": Omit<SdLinearProgress, keyof SdLinearProgressAttributes> & { [K in keyof SdLinearProgress & keyof SdLinearProgressAttributes]?: SdLinearProgress[K] } & { [K in keyof SdLinearProgress & keyof SdLinearProgressAttributes as `attr:${K}`]?: SdLinearProgressAttributes[K] } & { [K in keyof SdLinearProgress & keyof SdLinearProgressAttributes as `prop:${K}`]?: SdLinearProgress[K] };
|
|
5353
5437
|
"sd-loading-container": SdLoadingContainer;
|
|
5354
5438
|
"sd-loading-modal": Omit<SdLoadingModal, keyof SdLoadingModalAttributes> & { [K in keyof SdLoadingModal & keyof SdLoadingModalAttributes]?: SdLoadingModal[K] } & { [K in keyof SdLoadingModal & keyof SdLoadingModalAttributes as `attr:${K}`]?: SdLoadingModalAttributes[K] } & { [K in keyof SdLoadingModal & keyof SdLoadingModalAttributes as `prop:${K}`]?: SdLoadingModal[K] };
|
|
@@ -5356,6 +5440,7 @@ declare namespace LocalJSX {
|
|
|
5356
5440
|
"sd-number-input": Omit<SdNumberInput, keyof SdNumberInputAttributes> & { [K in keyof SdNumberInput & keyof SdNumberInputAttributes]?: SdNumberInput[K] } & { [K in keyof SdNumberInput & keyof SdNumberInputAttributes as `attr:${K}`]?: SdNumberInputAttributes[K] } & { [K in keyof SdNumberInput & keyof SdNumberInputAttributes as `prop:${K}`]?: SdNumberInput[K] };
|
|
5357
5441
|
"sd-pagination": Omit<SdPagination, keyof SdPaginationAttributes> & { [K in keyof SdPagination & keyof SdPaginationAttributes]?: SdPagination[K] } & { [K in keyof SdPagination & keyof SdPaginationAttributes as `attr:${K}`]?: SdPaginationAttributes[K] } & { [K in keyof SdPagination & keyof SdPaginationAttributes as `prop:${K}`]?: SdPagination[K] };
|
|
5358
5442
|
"sd-popover": Omit<SdPopover, keyof SdPopoverAttributes> & { [K in keyof SdPopover & keyof SdPopoverAttributes]?: SdPopover[K] } & { [K in keyof SdPopover & keyof SdPopoverAttributes as `attr:${K}`]?: SdPopoverAttributes[K] } & { [K in keyof SdPopover & keyof SdPopoverAttributes as `prop:${K}`]?: SdPopover[K] };
|
|
5443
|
+
"sd-popup": Omit<SdPopup, keyof SdPopupAttributes> & { [K in keyof SdPopup & keyof SdPopupAttributes]?: SdPopup[K] } & { [K in keyof SdPopup & keyof SdPopupAttributes as `attr:${K}`]?: SdPopupAttributes[K] } & { [K in keyof SdPopup & keyof SdPopupAttributes as `prop:${K}`]?: SdPopup[K] };
|
|
5359
5444
|
"sd-portal": Omit<SdPortal, keyof SdPortalAttributes> & { [K in keyof SdPortal & keyof SdPortalAttributes]?: SdPortal[K] } & { [K in keyof SdPortal & keyof SdPortalAttributes as `attr:${K}`]?: SdPortalAttributes[K] } & { [K in keyof SdPortal & keyof SdPortalAttributes as `prop:${K}`]?: SdPortal[K] };
|
|
5360
5445
|
"sd-radio": Omit<SdRadio, keyof SdRadioAttributes> & { [K in keyof SdRadio & keyof SdRadioAttributes]?: SdRadio[K] } & { [K in keyof SdRadio & keyof SdRadioAttributes as `attr:${K}`]?: SdRadioAttributes[K] } & { [K in keyof SdRadio & keyof SdRadioAttributes as `prop:${K}`]?: SdRadio[K] } & OneOf<"value", SdRadio["value"], SdRadioAttributes["value"]> & OneOf<"val", SdRadio["val"], SdRadioAttributes["val"]>;
|
|
5361
5446
|
"sd-radio-button": Omit<SdRadioButton, keyof SdRadioButtonAttributes> & { [K in keyof SdRadioButton & keyof SdRadioButtonAttributes]?: SdRadioButton[K] } & { [K in keyof SdRadioButton & keyof SdRadioButtonAttributes as `attr:${K}`]?: SdRadioButtonAttributes[K] } & { [K in keyof SdRadioButton & keyof SdRadioButtonAttributes as `prop:${K}`]?: SdRadioButton[K] } & OneOf<"value", SdRadioButton["value"], SdRadioButtonAttributes["value"]>;
|
|
@@ -5389,7 +5474,6 @@ declare module "@stencil/core" {
|
|
|
5389
5474
|
"sd-badge": LocalJSX.IntrinsicElements["sd-badge"] & JSXBase.HTMLAttributes<HTMLSdBadgeElement>;
|
|
5390
5475
|
"sd-barcode-input": LocalJSX.IntrinsicElements["sd-barcode-input"] & JSXBase.HTMLAttributes<HTMLSdBarcodeInputElement>;
|
|
5391
5476
|
"sd-button": LocalJSX.IntrinsicElements["sd-button"] & JSXBase.HTMLAttributes<HTMLSdButtonElement>;
|
|
5392
|
-
"sd-button-v2": LocalJSX.IntrinsicElements["sd-button-v2"] & JSXBase.HTMLAttributes<HTMLSdButtonV2Element>;
|
|
5393
5477
|
"sd-calendar": LocalJSX.IntrinsicElements["sd-calendar"] & JSXBase.HTMLAttributes<HTMLSdCalendarElement>;
|
|
5394
5478
|
"sd-card": LocalJSX.IntrinsicElements["sd-card"] & JSXBase.HTMLAttributes<HTMLSdCardElement>;
|
|
5395
5479
|
"sd-checkbox": LocalJSX.IntrinsicElements["sd-checkbox"] & JSXBase.HTMLAttributes<HTMLSdCheckboxElement>;
|
|
@@ -5411,6 +5495,7 @@ declare module "@stencil/core" {
|
|
|
5411
5495
|
"sd-guide": LocalJSX.IntrinsicElements["sd-guide"] & JSXBase.HTMLAttributes<HTMLSdGuideElement>;
|
|
5412
5496
|
"sd-icon": LocalJSX.IntrinsicElements["sd-icon"] & JSXBase.HTMLAttributes<HTMLSdIconElement>;
|
|
5413
5497
|
"sd-input": LocalJSX.IntrinsicElements["sd-input"] & JSXBase.HTMLAttributes<HTMLSdInputElement>;
|
|
5498
|
+
"sd-key-value-table": LocalJSX.IntrinsicElements["sd-key-value-table"] & JSXBase.HTMLAttributes<HTMLSdKeyValueTableElement>;
|
|
5414
5499
|
"sd-linear-progress": LocalJSX.IntrinsicElements["sd-linear-progress"] & JSXBase.HTMLAttributes<HTMLSdLinearProgressElement>;
|
|
5415
5500
|
"sd-loading-container": LocalJSX.IntrinsicElements["sd-loading-container"] & JSXBase.HTMLAttributes<HTMLSdLoadingContainerElement>;
|
|
5416
5501
|
"sd-loading-modal": LocalJSX.IntrinsicElements["sd-loading-modal"] & JSXBase.HTMLAttributes<HTMLSdLoadingModalElement>;
|
|
@@ -5418,6 +5503,7 @@ declare module "@stencil/core" {
|
|
|
5418
5503
|
"sd-number-input": LocalJSX.IntrinsicElements["sd-number-input"] & JSXBase.HTMLAttributes<HTMLSdNumberInputElement>;
|
|
5419
5504
|
"sd-pagination": LocalJSX.IntrinsicElements["sd-pagination"] & JSXBase.HTMLAttributes<HTMLSdPaginationElement>;
|
|
5420
5505
|
"sd-popover": LocalJSX.IntrinsicElements["sd-popover"] & JSXBase.HTMLAttributes<HTMLSdPopoverElement>;
|
|
5506
|
+
"sd-popup": LocalJSX.IntrinsicElements["sd-popup"] & JSXBase.HTMLAttributes<HTMLSdPopupElement>;
|
|
5421
5507
|
"sd-portal": LocalJSX.IntrinsicElements["sd-portal"] & JSXBase.HTMLAttributes<HTMLSdPortalElement>;
|
|
5422
5508
|
"sd-radio": LocalJSX.IntrinsicElements["sd-radio"] & JSXBase.HTMLAttributes<HTMLSdRadioElement>;
|
|
5423
5509
|
"sd-radio-button": LocalJSX.IntrinsicElements["sd-radio-button"] & JSXBase.HTMLAttributes<HTMLSdRadioButtonElement>;
|