@sellmate/design-system 1.0.40 → 1.0.41
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.textinput-43trvZ5m.js +41 -0
- package/dist/cjs/design-system.cjs.js +1 -1
- package/dist/cjs/index.cjs.js +0 -9
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/sd-barcode-input.cjs.entry.js +162 -0
- package/dist/cjs/sd-button-v2_2.cjs.entry.js +4 -4
- package/dist/cjs/sd-button_20.cjs.entry.js +36 -69
- package/dist/cjs/sd-card.cjs.entry.js +1 -1
- package/dist/cjs/sd-confirm-modal.cjs.entry.js +124 -0
- package/dist/cjs/sd-date-picker.cjs.entry.js +1 -1
- package/dist/cjs/sd-dropdown-button.cjs.entry.js +3 -3
- package/dist/cjs/sd-file-picker.cjs.entry.js +3 -3
- package/dist/cjs/sd-guide.cjs.entry.js +2 -2
- package/dist/cjs/sd-modal-container.cjs.entry.js +0 -64
- package/dist/cjs/sd-popover.cjs.entry.js +2 -2
- package/dist/cjs/sd-progress.cjs.entry.js +2 -2
- package/dist/cjs/sd-select-group.cjs.entry.js +1 -1
- package/dist/cjs/sd-select-multiple.cjs.entry.js +1 -1
- package/dist/cjs/sd-select-option-group.cjs.entry.js +3 -3
- package/dist/cjs/sd-select-v2-list-item_2.cjs.entry.js +7 -16
- package/dist/cjs/sd-select-v2-listbox_2.cjs.entry.js +181 -14
- package/dist/cjs/sd-select-v2.cjs.entry.js +13 -21
- package/dist/cjs/{sd-select-v2.config-DZrPJ6OS.js → sd-select-v2.config-BJXi4hMP.js} +12 -7
- package/dist/cjs/sd-text-link.cjs.entry.js +3 -3
- package/dist/cjs/sd-toast-container.cjs.entry.js +1 -1
- package/dist/cjs/sd-toast.cjs.entry.js +2 -2
- package/dist/cjs/sd-toggle-button.cjs.entry.js +1 -1
- package/dist/cjs/sd-toggle.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/sd-barcode-input/sd-barcode-input.config.js +34 -0
- package/dist/collection/components/sd-barcode-input/sd-barcode-input.css +72 -0
- package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +750 -0
- package/dist/collection/components/sd-button-v2/sd-button-v2.js +2 -2
- package/dist/collection/components/sd-card/sd-card.js +1 -1
- package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.config.js +4 -1
- package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.css +17 -17
- package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +4 -4
- package/dist/collection/components/sd-date-picker/sd-date-picker.js +1 -1
- package/dist/collection/components/sd-date-range-picker/sd-date-range-picker.js +4 -4
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +3 -3
- package/dist/collection/components/sd-field/sd-field.js +4 -3
- package/dist/collection/components/sd-file-picker/sd-file-picker.js +3 -3
- package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
- package/dist/collection/components/sd-guide/sd-guide.js +2 -2
- package/dist/collection/components/sd-icon/sd-icon.js +1 -1
- package/dist/collection/components/sd-input/sd-input.js +2 -2
- package/dist/collection/components/sd-loading-spinner/sd-loading-spinner.js +1 -1
- package/dist/collection/components/sd-modal-container/sd-modal-container.js +2 -109
- package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
- package/dist/collection/components/sd-pagination/sd-pagination.js +2 -2
- package/dist/collection/components/sd-popover/sd-popover.js +2 -2
- package/dist/collection/components/sd-portal/sd-portal.js +1 -1
- package/dist/collection/components/sd-progress/sd-progress.js +2 -2
- package/dist/collection/components/sd-select/sd-select-dropdown/sd-select-dropdown.js +2 -2
- package/dist/collection/components/sd-select/sd-select-option/sd-select-option.js +1 -1
- package/dist/collection/components/sd-select/sd-select-search-input/sd-select-search-input.js +3 -3
- package/dist/collection/components/sd-select-group/sd-select-group.js +1 -1
- package/dist/collection/components/sd-select-multiple/sd-select-multiple.js +1 -1
- package/dist/collection/components/sd-select-multiple-group/sd-select-option-group/sd-select-option-group.js +3 -3
- package/dist/collection/components/sd-select-v2/sd-select-v2-list-item/sd-select-v2-list-item.css +6 -6
- package/dist/collection/components/sd-select-v2/sd-select-v2-list-item/sd-select-v2-list-item.js +2 -2
- package/dist/collection/components/sd-select-v2/sd-select-v2-list-item-search/sd-select-v2-list-item-search.js +3 -12
- package/dist/collection/components/sd-select-v2/sd-select-v2-listbox/sd-select-v2-listbox.css +1 -0
- package/dist/collection/components/sd-select-v2/sd-select-v2-listbox/sd-select-v2-listbox.js +185 -16
- package/dist/collection/components/sd-select-v2/sd-select-v2-trigger/sd-select-v2-trigger.js +2 -2
- package/dist/collection/components/sd-select-v2/sd-select-v2.config.js +12 -7
- package/dist/collection/components/sd-select-v2/sd-select-v2.js +13 -21
- package/dist/collection/components/sd-tag/sd-tag.js +2 -2
- package/dist/collection/components/sd-text-link/sd-text-link.js +3 -3
- package/dist/collection/components/sd-textarea/sd-textarea.js +2 -2
- package/dist/collection/components/sd-toast/sd-toast.js +2 -2
- package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
- package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
- package/dist/collection/components/sd-toggle-button/sd-toggle-button.js +1 -1
- package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
- package/dist/collection/utils/modal.js +0 -9
- package/dist/components/index.js +1 -1
- package/dist/components/{p-8oyZJ0FK.js → p-6FZWkn3V.js} +1 -1
- package/dist/components/{p-DBCQtIY4.js → p-BBKrHUCP.js} +1 -1
- package/dist/components/{p-A5atk1St.js → p-BKtAiyh0.js} +1 -1
- package/dist/components/{p-5UN9Ry8A.js → p-BXuZFSsU.js} +1 -1
- package/dist/components/{p-CKi7RueC.js → p-BfqA9RSe.js} +1 -1
- package/dist/components/{p-2JXqy61T.js → p-Bo7U7jA2.js} +1 -1
- package/dist/components/{p-CrYrMUpQ.js → p-C4sDmQQ3.js} +1 -1
- package/dist/components/{p-VztCEgcN.js → p-C7dgr7sG.js} +1 -1
- package/dist/components/{p-PcxVERcm.js → p-CHq9aVFe.js} +1 -1
- package/dist/components/{p-vznqVg6E.js → p-CPr3lzac.js} +1 -1
- package/dist/components/{p-DEBuE-pW.js → p-CV1qJByG.js} +1 -1
- package/dist/components/p-CXjMXCNh.js +1 -0
- package/dist/components/p-CbjDAdZ_.js +1 -0
- package/dist/components/{p-du_AmhYu.js → p-CrJXDjO0.js} +1 -1
- package/dist/components/{p-DtCG-y6d.js → p-Cx2K_zB2.js} +1 -1
- package/dist/components/{p-CJZIwyH-.js → p-D3H3ILJG.js} +1 -1
- package/dist/components/{p-CZN_I4v-.js → p-D6ayf5l7.js} +1 -1
- package/dist/components/p-DGA1KNaL.js +1 -0
- package/dist/components/{p-Ese2dRYD.js → p-DZ8T3piH.js} +1 -1
- package/dist/components/{p-BNNjhCQc.js → p-DgDoP1wQ.js} +1 -1
- package/dist/components/p-DpqpugGF.js +1 -0
- package/dist/components/{p-DPjPJkXv.js → p-DvQzT5XM.js} +1 -1
- package/dist/components/p-Pdmk6q_e.js +1 -0
- package/dist/components/{p-CjZTu6hh.js → p-UaMNiu8y.js} +1 -1
- package/dist/components/p-gHb970iC.js +1 -0
- package/dist/components/p-qbtTff3q.js +1 -0
- package/dist/components/{sd-notice-modal.d.ts → sd-barcode-input.d.ts} +4 -4
- package/dist/components/sd-barcode-input.js +1 -0
- package/dist/components/sd-button-v2.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-confirm-modal.js +1 -1
- package/dist/components/sd-date-picker.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-guide.js +1 -1
- package/dist/components/sd-icon.js +1 -1
- package/dist/components/sd-input.js +1 -1
- package/dist/components/sd-loading-spinner.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-portal.js +1 -1
- package/dist/components/sd-progress.js +1 -1
- package/dist/components/sd-select-dropdown.js +1 -1
- package/dist/components/sd-select-group.js +1 -1
- package/dist/components/sd-select-multiple-group.js +1 -1
- package/dist/components/sd-select-multiple.js +1 -1
- package/dist/components/sd-select-option-group.js +1 -1
- package/dist/components/sd-select-option.js +1 -1
- package/dist/components/sd-select-search-input.js +1 -1
- package/dist/components/sd-select-v2-list-item-search.js +1 -1
- package/dist/components/sd-select-v2-list-item.js +1 -1
- package/dist/components/sd-select-v2-listbox.js +1 -1
- package/dist/components/sd-select-v2-trigger.js +1 -1
- package/dist/components/sd-select-v2.js +1 -1
- package/dist/components/sd-select.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-text-link.js +1 -1
- package/dist/components/sd-textarea.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-button.js +1 -1
- package/dist/components/sd-toggle.js +1 -1
- package/dist/components/sd-tooltip.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-0174f3c5.entry.js +1 -0
- package/dist/design-system/{p-8e0cc9be.entry.js → p-0dee408f.entry.js} +1 -1
- package/dist/design-system/p-40614adb.entry.js +1 -0
- package/dist/design-system/{p-fb71301e.entry.js → p-4301b50d.entry.js} +1 -1
- package/dist/design-system/{p-2408d1ab.entry.js → p-50b1196b.entry.js} +1 -1
- package/dist/design-system/{p-7ce76a05.entry.js → p-57b1e335.entry.js} +1 -1
- package/dist/design-system/{p-6a34e6b8.entry.js → p-5ce3142c.entry.js} +1 -1
- package/dist/design-system/{p-d8b04e91.entry.js → p-634797a4.entry.js} +1 -1
- package/dist/design-system/{p-b71d0858.entry.js → p-63a43fc9.entry.js} +1 -1
- package/dist/design-system/{p-72b09ede.entry.js → p-6a371d98.entry.js} +1 -1
- package/dist/design-system/{p-36ba5f33.entry.js → p-7368eb09.entry.js} +1 -1
- package/dist/design-system/p-868ce552.entry.js +1 -0
- package/dist/design-system/p-9eea4660.entry.js +1 -0
- package/dist/design-system/p-CbjDAdZ_.js +1 -0
- package/dist/design-system/p-a3c9d924.entry.js +1 -0
- package/dist/design-system/{p-9933475e.entry.js → p-aaf91535.entry.js} +1 -1
- package/dist/design-system/p-ae3b8832.entry.js +1 -0
- package/dist/design-system/{p-e96c881f.entry.js → p-c1963b5e.entry.js} +1 -1
- package/dist/design-system/p-d63e0f4c.entry.js +1 -0
- package/dist/design-system/{p-63f997d7.entry.js → p-dc6246be.entry.js} +1 -1
- package/dist/design-system/p-e39687d0.entry.js +1 -0
- package/dist/design-system/{p-f9075737.entry.js → p-f9cf0d6f.entry.js} +1 -1
- package/dist/design-system/{p-b79756cc.entry.js → p-fdde3de0.entry.js} +1 -1
- package/dist/design-system/p-feb80c2f.entry.js +1 -0
- package/dist/design-system/{p-BOmBg3kj.js → p-o9Ugc4Ua.js} +1 -1
- package/dist/esm/component.textinput-CbjDAdZ_.js +39 -0
- package/dist/esm/design-system.js +1 -1
- package/dist/esm/index.js +0 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/sd-barcode-input.entry.js +160 -0
- package/dist/esm/sd-button-v2_2.entry.js +4 -4
- package/dist/esm/sd-button_20.entry.js +31 -64
- package/dist/esm/sd-card.entry.js +1 -1
- package/dist/esm/sd-confirm-modal.entry.js +122 -0
- package/dist/esm/sd-date-picker.entry.js +1 -1
- package/dist/esm/sd-dropdown-button.entry.js +3 -3
- package/dist/esm/sd-file-picker.entry.js +3 -3
- package/dist/esm/sd-guide.entry.js +2 -2
- package/dist/esm/sd-modal-container.entry.js +0 -64
- package/dist/esm/sd-popover.entry.js +2 -2
- package/dist/esm/sd-progress.entry.js +2 -2
- package/dist/esm/sd-select-group.entry.js +1 -1
- package/dist/esm/sd-select-multiple.entry.js +1 -1
- package/dist/esm/sd-select-option-group.entry.js +3 -3
- package/dist/esm/sd-select-v2-list-item_2.entry.js +7 -16
- package/dist/esm/sd-select-v2-listbox_2.entry.js +181 -14
- package/dist/esm/{sd-select-v2.config-BOmBg3kj.js → sd-select-v2.config-o9Ugc4Ua.js} +12 -7
- package/dist/esm/sd-select-v2.entry.js +13 -21
- package/dist/esm/sd-text-link.entry.js +3 -3
- package/dist/esm/sd-toast-container.entry.js +1 -1
- package/dist/esm/sd-toast.entry.js +2 -2
- package/dist/esm/sd-toggle-button.entry.js +1 -1
- package/dist/esm/sd-toggle.entry.js +1 -1
- package/dist/types/components/sd-barcode-input/sd-barcode-input.config.d.ts +38 -0
- package/dist/types/components/sd-barcode-input/sd-barcode-input.d.ts +50 -0
- package/dist/types/components/sd-confirm-modal/sd-confirm-modal.config.d.ts +4 -3
- package/dist/types/components/sd-modal-container/sd-modal-container.config.d.ts +0 -13
- package/dist/types/components/sd-modal-container/sd-modal-container.d.ts +2 -5
- package/dist/types/components/sd-select-v2/sd-select-v2-list-item-search/sd-select-v2-list-item-search.d.ts +0 -1
- package/dist/types/components/sd-select-v2/sd-select-v2-listbox/sd-select-v2-listbox.d.ts +44 -2
- package/dist/types/components/sd-select-v2/sd-select-v2.config.d.ts +4 -0
- package/dist/types/components/sd-select-v2/sd-select-v2.d.ts +0 -1
- package/dist/types/components.d.ts +247 -128
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/modal.d.ts +3 -4
- package/hydrate/index.js +549 -357
- package/hydrate/index.mjs +549 -357
- package/package.json +1 -1
- package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +0 -199
- package/dist/collection/components/sd-notice-modal/sd-notice-modal.config.js +0 -3
- package/dist/collection/components/sd-notice-modal/sd-notice-modal.css +0 -61
- package/dist/collection/components/sd-notice-modal/sd-notice-modal.js +0 -324
- package/dist/components/p-BDUKWznE.js +0 -1
- package/dist/components/p-BzfvfP0u.js +0 -1
- package/dist/components/p-C-AFCWLs.js +0 -1
- package/dist/components/p-CN-WKnUJ.js +0 -1
- package/dist/components/p-C_L-UaCP.js +0 -1
- package/dist/components/p-D0PYeSW9.js +0 -1
- package/dist/components/p-DLe_Tu-I.js +0 -1
- package/dist/components/p-H9Vl4enQ.js +0 -1
- package/dist/components/sd-notice-modal.js +0 -1
- package/dist/design-system/p-10945e57.entry.js +0 -1
- package/dist/design-system/p-342f48ab.entry.js +0 -1
- package/dist/design-system/p-3ded14dc.entry.js +0 -1
- package/dist/design-system/p-951e5615.entry.js +0 -1
- package/dist/design-system/p-9c6fea35.entry.js +0 -1
- package/dist/design-system/p-9d431ea6.entry.js +0 -1
- package/dist/design-system/p-ba393cc8.entry.js +0 -1
- package/dist/design-system/p-df1f9832.entry.js +0 -1
- package/dist/esm/sd-confirm-modal_2.entry.js +0 -196
- package/dist/types/components/sd-notice-modal/sd-notice-modal.config.d.ts +0 -5
- package/dist/types/components/sd-notice-modal/sd-notice-modal.d.ts +0 -28
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { BadgeColor } from "./components/sd-badge/sd-badge.config";
|
|
9
|
+
import { BarcodeInputSize } from "./components/sd-barcode-input/sd-barcode-input.config";
|
|
10
|
+
import { Rule } from "./types/form";
|
|
11
|
+
import { SdTooltipProps, TooltipType } from "./components/sd-tooltip/sd-tooltip.config";
|
|
12
|
+
import { Event } from "./stencil-public-runtime";
|
|
9
13
|
import { ButtonSize, ButtonVariant } from "./components/sd-button/sd-button";
|
|
10
14
|
import { ButtonV2Name, ButtonV2Type } from "./components/sd-button-v2/sd-button-v2.config";
|
|
11
15
|
import { CalendarEventColors, CalendarEvents } from "./components/sd-calendar/sd-calendar";
|
|
@@ -13,13 +17,9 @@ import { CheckedType } from "./components/sd-checkbox/sd-checkbox";
|
|
|
13
17
|
import { ConfirmModalMainButton, ConfirmModalType, TagName } from "./components/sd-confirm-modal/sd-confirm-modal.config";
|
|
14
18
|
import { Type } from "./components/sd-date-box/sd-date-box";
|
|
15
19
|
import { DropdownButtonItem, DropdownButtonName, DropdownButtonValue } from "./components/sd-dropdown-button/sd-dropdown-button.config";
|
|
16
|
-
import { Rule } from "./types/form";
|
|
17
|
-
import { SdTooltipProps, TooltipType } from "./components/sd-tooltip/sd-tooltip.config";
|
|
18
20
|
import { ValidatableField } from "./components/sd-form/sd-form";
|
|
19
21
|
import { InputSize } from "./components/sd-input/sd-input.config";
|
|
20
|
-
import {
|
|
21
|
-
import { ConfirmModalOptions, ModalDialogChainLike, NoticeModalOptions } from "./components/sd-modal-container/sd-modal-container.config";
|
|
22
|
-
import { TagName as TagName1 } from "./components/sd-notice-modal/sd-notice-modal.config";
|
|
22
|
+
import { ConfirmModalOptions, ModalDialogChainLike } from "./components/sd-modal-container/sd-modal-container.config";
|
|
23
23
|
import { ButtonSize as ButtonSize1, ButtonVariant as ButtonVariant1 } from "./components/sd-button/sd-button";
|
|
24
24
|
import { RadioValue } from "./components/sd-radio/sd-radio";
|
|
25
25
|
import { RadioOption, RadioValue as RadioValue1 } from "./components/sd-radio-button-group/sd-radio-button-group";
|
|
@@ -30,13 +30,17 @@ import { Rule as Rule1, SdTooltipProps as SdTooltipProps1 } from "./components";
|
|
|
30
30
|
import { SelectEvents as SelectEvents1, SelectMultipleEvents as SelectMultipleEvents1, SelectOption as SelectOption1, SelectOptionGroup, SelectStyleProps } from "./components/sd-select/sd-select";
|
|
31
31
|
import { SelectMultipleEvents, SelectOption as SelectOption2 } from "./types/select";
|
|
32
32
|
import { SelectOptionGroup as SelectOptionGroup1 } from "./components/sd-select-multiple-group/sd-select-multiple-group";
|
|
33
|
-
import { SelectV2Name, SelectV2Option, SelectV2Value } from "./components/sd-select-v2/sd-select-v2.config";
|
|
33
|
+
import { SelectV2Name, SelectV2Option, SelectV2OptionSelectDetail, SelectV2Value } from "./components/sd-select-v2/sd-select-v2.config";
|
|
34
34
|
import { Row, SdTableColumn } from "./components/sd-table/sd-table";
|
|
35
35
|
import { TabOption } from "./components/sd-tabs/sd-tabs";
|
|
36
|
-
import { TagName as
|
|
36
|
+
import { TagName as TagName1 } from "./components/sd-tag/sd-tag.config";
|
|
37
37
|
import { ToastType } from "./components/sd-toast/sd-toast.config";
|
|
38
38
|
import { ToastEntry, ToastNotifyOptions, ToastPosition } from "./components/sd-toast-container/sd-toast-container.config";
|
|
39
39
|
export { BadgeColor } from "./components/sd-badge/sd-badge.config";
|
|
40
|
+
export { BarcodeInputSize } from "./components/sd-barcode-input/sd-barcode-input.config";
|
|
41
|
+
export { Rule } from "./types/form";
|
|
42
|
+
export { SdTooltipProps, TooltipType } from "./components/sd-tooltip/sd-tooltip.config";
|
|
43
|
+
export { Event } from "./stencil-public-runtime";
|
|
40
44
|
export { ButtonSize, ButtonVariant } from "./components/sd-button/sd-button";
|
|
41
45
|
export { ButtonV2Name, ButtonV2Type } from "./components/sd-button-v2/sd-button-v2.config";
|
|
42
46
|
export { CalendarEventColors, CalendarEvents } from "./components/sd-calendar/sd-calendar";
|
|
@@ -44,13 +48,9 @@ export { CheckedType } from "./components/sd-checkbox/sd-checkbox";
|
|
|
44
48
|
export { ConfirmModalMainButton, ConfirmModalType, TagName } from "./components/sd-confirm-modal/sd-confirm-modal.config";
|
|
45
49
|
export { Type } from "./components/sd-date-box/sd-date-box";
|
|
46
50
|
export { DropdownButtonItem, DropdownButtonName, DropdownButtonValue } from "./components/sd-dropdown-button/sd-dropdown-button.config";
|
|
47
|
-
export { Rule } from "./types/form";
|
|
48
|
-
export { SdTooltipProps, TooltipType } from "./components/sd-tooltip/sd-tooltip.config";
|
|
49
51
|
export { ValidatableField } from "./components/sd-form/sd-form";
|
|
50
52
|
export { InputSize } from "./components/sd-input/sd-input.config";
|
|
51
|
-
export {
|
|
52
|
-
export { ConfirmModalOptions, ModalDialogChainLike, NoticeModalOptions } from "./components/sd-modal-container/sd-modal-container.config";
|
|
53
|
-
export { TagName as TagName1 } from "./components/sd-notice-modal/sd-notice-modal.config";
|
|
53
|
+
export { ConfirmModalOptions, ModalDialogChainLike } from "./components/sd-modal-container/sd-modal-container.config";
|
|
54
54
|
export { ButtonSize as ButtonSize1, ButtonVariant as ButtonVariant1 } from "./components/sd-button/sd-button";
|
|
55
55
|
export { RadioValue } from "./components/sd-radio/sd-radio";
|
|
56
56
|
export { RadioOption, RadioValue as RadioValue1 } from "./components/sd-radio-button-group/sd-radio-button-group";
|
|
@@ -61,10 +61,10 @@ export { Rule as Rule1, SdTooltipProps as SdTooltipProps1 } from "./components";
|
|
|
61
61
|
export { SelectEvents as SelectEvents1, SelectMultipleEvents as SelectMultipleEvents1, SelectOption as SelectOption1, SelectOptionGroup, SelectStyleProps } from "./components/sd-select/sd-select";
|
|
62
62
|
export { SelectMultipleEvents, SelectOption as SelectOption2 } from "./types/select";
|
|
63
63
|
export { SelectOptionGroup as SelectOptionGroup1 } from "./components/sd-select-multiple-group/sd-select-multiple-group";
|
|
64
|
-
export { SelectV2Name, SelectV2Option, SelectV2Value } from "./components/sd-select-v2/sd-select-v2.config";
|
|
64
|
+
export { SelectV2Name, SelectV2Option, SelectV2OptionSelectDetail, SelectV2Value } from "./components/sd-select-v2/sd-select-v2.config";
|
|
65
65
|
export { Row, SdTableColumn } from "./components/sd-table/sd-table";
|
|
66
66
|
export { TabOption } from "./components/sd-tabs/sd-tabs";
|
|
67
|
-
export { TagName as
|
|
67
|
+
export { TagName as TagName1 } from "./components/sd-tag/sd-tag.config";
|
|
68
68
|
export { ToastType } from "./components/sd-toast/sd-toast.config";
|
|
69
69
|
export { ToastEntry, ToastNotifyOptions, ToastPosition } from "./components/sd-toast-container/sd-toast-container.config";
|
|
70
70
|
export namespace Components {
|
|
@@ -78,6 +78,98 @@ export namespace Components {
|
|
|
78
78
|
*/
|
|
79
79
|
"label": string;
|
|
80
80
|
}
|
|
81
|
+
interface SdBarcodeInput {
|
|
82
|
+
/**
|
|
83
|
+
* @default ''
|
|
84
|
+
*/
|
|
85
|
+
"addonLabel": string;
|
|
86
|
+
/**
|
|
87
|
+
* @default false
|
|
88
|
+
*/
|
|
89
|
+
"autoFocus": boolean;
|
|
90
|
+
/**
|
|
91
|
+
* @default false
|
|
92
|
+
*/
|
|
93
|
+
"clearable": boolean;
|
|
94
|
+
/**
|
|
95
|
+
* @default false
|
|
96
|
+
*/
|
|
97
|
+
"disabled": boolean;
|
|
98
|
+
/**
|
|
99
|
+
* @default false
|
|
100
|
+
*/
|
|
101
|
+
"error": boolean;
|
|
102
|
+
/**
|
|
103
|
+
* @default ''
|
|
104
|
+
*/
|
|
105
|
+
"errorMessage": string;
|
|
106
|
+
/**
|
|
107
|
+
* @default false
|
|
108
|
+
*/
|
|
109
|
+
"focused": boolean;
|
|
110
|
+
/**
|
|
111
|
+
* @default ''
|
|
112
|
+
*/
|
|
113
|
+
"hint": string;
|
|
114
|
+
/**
|
|
115
|
+
* @default false
|
|
116
|
+
*/
|
|
117
|
+
"hovered": boolean;
|
|
118
|
+
/**
|
|
119
|
+
* @default undefined
|
|
120
|
+
*/
|
|
121
|
+
"icon"?: IconProps;
|
|
122
|
+
/**
|
|
123
|
+
* @default ''
|
|
124
|
+
*/
|
|
125
|
+
"inputClass": string;
|
|
126
|
+
/**
|
|
127
|
+
* @default {}
|
|
128
|
+
*/
|
|
129
|
+
"inputStyle": { [key: string]: string };
|
|
130
|
+
/**
|
|
131
|
+
* @default ''
|
|
132
|
+
*/
|
|
133
|
+
"label"?: string;
|
|
134
|
+
/**
|
|
135
|
+
* @default ''
|
|
136
|
+
*/
|
|
137
|
+
"labelTooltip": string;
|
|
138
|
+
/**
|
|
139
|
+
* @default null
|
|
140
|
+
*/
|
|
141
|
+
"labelTooltipProps": SdTooltipProps | null;
|
|
142
|
+
/**
|
|
143
|
+
* @default '입력해 주세요.'
|
|
144
|
+
*/
|
|
145
|
+
"placeholder": string;
|
|
146
|
+
/**
|
|
147
|
+
* @default false
|
|
148
|
+
*/
|
|
149
|
+
"readonly": boolean;
|
|
150
|
+
/**
|
|
151
|
+
* @default []
|
|
152
|
+
*/
|
|
153
|
+
"rules"?: Rule[];
|
|
154
|
+
"sdFocus": () => Promise<void>;
|
|
155
|
+
"sdGetNativeElement": () => Promise<HTMLInputElement | null>;
|
|
156
|
+
"sdReset": () => Promise<void>;
|
|
157
|
+
"sdResetValidate": () => Promise<void>;
|
|
158
|
+
"sdValidate": () => Promise<void>;
|
|
159
|
+
/**
|
|
160
|
+
* @default 'sm'
|
|
161
|
+
*/
|
|
162
|
+
"size": BarcodeInputSize;
|
|
163
|
+
"status"?: 'default' | 'pass' | 'error';
|
|
164
|
+
/**
|
|
165
|
+
* @default null
|
|
166
|
+
*/
|
|
167
|
+
"value"?: string | number | null;
|
|
168
|
+
/**
|
|
169
|
+
* @default ''
|
|
170
|
+
*/
|
|
171
|
+
"width": string | number;
|
|
172
|
+
}
|
|
81
173
|
interface SdButton {
|
|
82
174
|
/**
|
|
83
175
|
* @default '#025497'
|
|
@@ -586,44 +678,7 @@ export namespace Components {
|
|
|
586
678
|
}
|
|
587
679
|
interface SdModalContainer {
|
|
588
680
|
"open": (options: ConfirmModalOptions, chain: ModalDialogChainLike) => Promise<string>;
|
|
589
|
-
"
|
|
590
|
-
"update": (id: string, props: Partial<ConfirmModalOptions & NoticeModalOptions>) => Promise<void>;
|
|
591
|
-
}
|
|
592
|
-
interface SdNoticeModal {
|
|
593
|
-
/**
|
|
594
|
-
* @default []
|
|
595
|
-
*/
|
|
596
|
-
"bottomMessage": string[];
|
|
597
|
-
/**
|
|
598
|
-
* @default '확인'
|
|
599
|
-
*/
|
|
600
|
-
"mainButtonLabel": string;
|
|
601
|
-
/**
|
|
602
|
-
* @default ''
|
|
603
|
-
*/
|
|
604
|
-
"modalTitle": string;
|
|
605
|
-
/**
|
|
606
|
-
* @default ''
|
|
607
|
-
*/
|
|
608
|
-
"slotLabel": string;
|
|
609
|
-
/**
|
|
610
|
-
* @default ''
|
|
611
|
-
*/
|
|
612
|
-
"subButtonLabel": string;
|
|
613
|
-
"tagContents"?: HTMLElement;
|
|
614
|
-
/**
|
|
615
|
-
* @default ''
|
|
616
|
-
*/
|
|
617
|
-
"tagLabel": string;
|
|
618
|
-
"tagPreset"?: TagName1;
|
|
619
|
-
/**
|
|
620
|
-
* @default ''
|
|
621
|
-
*/
|
|
622
|
-
"titleClass": string;
|
|
623
|
-
/**
|
|
624
|
-
* @default []
|
|
625
|
-
*/
|
|
626
|
-
"topMessage": string[];
|
|
681
|
+
"update": (id: string, props: Partial<ConfirmModalOptions>) => Promise<void>;
|
|
627
682
|
}
|
|
628
683
|
interface SdNumberInput {
|
|
629
684
|
/**
|
|
@@ -1576,7 +1631,7 @@ export namespace Components {
|
|
|
1576
1631
|
/**
|
|
1577
1632
|
* @default 'square_sm_grey'
|
|
1578
1633
|
*/
|
|
1579
|
-
"name":
|
|
1634
|
+
"name": TagName1;
|
|
1580
1635
|
}
|
|
1581
1636
|
interface SdTextLink {
|
|
1582
1637
|
/**
|
|
@@ -1737,6 +1792,10 @@ export namespace Components {
|
|
|
1737
1792
|
"trigger": 'hover' | 'click';
|
|
1738
1793
|
}
|
|
1739
1794
|
}
|
|
1795
|
+
export interface SdBarcodeInputCustomEvent<T> extends CustomEvent<T> {
|
|
1796
|
+
detail: T;
|
|
1797
|
+
target: HTMLSdBarcodeInputElement;
|
|
1798
|
+
}
|
|
1740
1799
|
export interface SdButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1741
1800
|
detail: T;
|
|
1742
1801
|
target: HTMLSdButtonElement;
|
|
@@ -1789,10 +1848,6 @@ export interface SdInputCustomEvent<T> extends CustomEvent<T> {
|
|
|
1789
1848
|
detail: T;
|
|
1790
1849
|
target: HTMLSdInputElement;
|
|
1791
1850
|
}
|
|
1792
|
-
export interface SdNoticeModalCustomEvent<T> extends CustomEvent<T> {
|
|
1793
|
-
detail: T;
|
|
1794
|
-
target: HTMLSdNoticeModalElement;
|
|
1795
|
-
}
|
|
1796
1851
|
export interface SdNumberInputCustomEvent<T> extends CustomEvent<T> {
|
|
1797
1852
|
detail: T;
|
|
1798
1853
|
target: HTMLSdNumberInputElement;
|
|
@@ -1908,6 +1963,25 @@ declare global {
|
|
|
1908
1963
|
prototype: HTMLSdBadgeElement;
|
|
1909
1964
|
new (): HTMLSdBadgeElement;
|
|
1910
1965
|
};
|
|
1966
|
+
interface HTMLSdBarcodeInputElementEventMap {
|
|
1967
|
+
"sdUpdate": string | number | null;
|
|
1968
|
+
"sdFocus": Event;
|
|
1969
|
+
"sdBlur": Event;
|
|
1970
|
+
}
|
|
1971
|
+
interface HTMLSdBarcodeInputElement extends Components.SdBarcodeInput, HTMLStencilElement {
|
|
1972
|
+
addEventListener<K extends keyof HTMLSdBarcodeInputElementEventMap>(type: K, listener: (this: HTMLSdBarcodeInputElement, ev: SdBarcodeInputCustomEvent<HTMLSdBarcodeInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1973
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1974
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1975
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1976
|
+
removeEventListener<K extends keyof HTMLSdBarcodeInputElementEventMap>(type: K, listener: (this: HTMLSdBarcodeInputElement, ev: SdBarcodeInputCustomEvent<HTMLSdBarcodeInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
1977
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1978
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1979
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1980
|
+
}
|
|
1981
|
+
var HTMLSdBarcodeInputElement: {
|
|
1982
|
+
prototype: HTMLSdBarcodeInputElement;
|
|
1983
|
+
new (): HTMLSdBarcodeInputElement;
|
|
1984
|
+
};
|
|
1911
1985
|
interface HTMLSdButtonElementEventMap {
|
|
1912
1986
|
"sdClick": MouseEvent;
|
|
1913
1987
|
}
|
|
@@ -2174,24 +2248,6 @@ declare global {
|
|
|
2174
2248
|
prototype: HTMLSdModalContainerElement;
|
|
2175
2249
|
new (): HTMLSdModalContainerElement;
|
|
2176
2250
|
};
|
|
2177
|
-
interface HTMLSdNoticeModalElementEventMap {
|
|
2178
|
-
"sdClose": void;
|
|
2179
|
-
"sdConfirm": void;
|
|
2180
|
-
}
|
|
2181
|
-
interface HTMLSdNoticeModalElement extends Components.SdNoticeModal, HTMLStencilElement {
|
|
2182
|
-
addEventListener<K extends keyof HTMLSdNoticeModalElementEventMap>(type: K, listener: (this: HTMLSdNoticeModalElement, ev: SdNoticeModalCustomEvent<HTMLSdNoticeModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2183
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2184
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2185
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2186
|
-
removeEventListener<K extends keyof HTMLSdNoticeModalElementEventMap>(type: K, listener: (this: HTMLSdNoticeModalElement, ev: SdNoticeModalCustomEvent<HTMLSdNoticeModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2187
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2188
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2189
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2190
|
-
}
|
|
2191
|
-
var HTMLSdNoticeModalElement: {
|
|
2192
|
-
prototype: HTMLSdNoticeModalElement;
|
|
2193
|
-
new (): HTMLSdNoticeModalElement;
|
|
2194
|
-
};
|
|
2195
2251
|
interface HTMLSdNumberInputElementEventMap {
|
|
2196
2252
|
"sdUpdate": number | null;
|
|
2197
2253
|
"sdFocus": Event;
|
|
@@ -2530,7 +2586,7 @@ declare global {
|
|
|
2530
2586
|
new (): HTMLSdSelectV2ListItemSearchElement;
|
|
2531
2587
|
};
|
|
2532
2588
|
interface HTMLSdSelectV2ListboxElementEventMap {
|
|
2533
|
-
"sdOptionSelect":
|
|
2589
|
+
"sdOptionSelect": SelectV2OptionSelectDetail;
|
|
2534
2590
|
}
|
|
2535
2591
|
interface HTMLSdSelectV2ListboxElement extends Components.SdSelectV2Listbox, HTMLStencilElement {
|
|
2536
2592
|
addEventListener<K extends keyof HTMLSdSelectV2ListboxElementEventMap>(type: K, listener: (this: HTMLSdSelectV2ListboxElement, ev: SdSelectV2ListboxCustomEvent<HTMLSdSelectV2ListboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2718,6 +2774,7 @@ declare global {
|
|
|
2718
2774
|
};
|
|
2719
2775
|
interface HTMLElementTagNameMap {
|
|
2720
2776
|
"sd-badge": HTMLSdBadgeElement;
|
|
2777
|
+
"sd-barcode-input": HTMLSdBarcodeInputElement;
|
|
2721
2778
|
"sd-button": HTMLSdButtonElement;
|
|
2722
2779
|
"sd-button-v2": HTMLSdButtonV2Element;
|
|
2723
2780
|
"sd-calendar": HTMLSdCalendarElement;
|
|
@@ -2737,7 +2794,6 @@ declare global {
|
|
|
2737
2794
|
"sd-input": HTMLSdInputElement;
|
|
2738
2795
|
"sd-loading-spinner": HTMLSdLoadingSpinnerElement;
|
|
2739
2796
|
"sd-modal-container": HTMLSdModalContainerElement;
|
|
2740
|
-
"sd-notice-modal": HTMLSdNoticeModalElement;
|
|
2741
2797
|
"sd-number-input": HTMLSdNumberInputElement;
|
|
2742
2798
|
"sd-pagination": HTMLSdPaginationElement;
|
|
2743
2799
|
"sd-popover": HTMLSdPopoverElement;
|
|
@@ -2784,6 +2840,96 @@ declare namespace LocalJSX {
|
|
|
2784
2840
|
*/
|
|
2785
2841
|
"label"?: string;
|
|
2786
2842
|
}
|
|
2843
|
+
interface SdBarcodeInput {
|
|
2844
|
+
/**
|
|
2845
|
+
* @default ''
|
|
2846
|
+
*/
|
|
2847
|
+
"addonLabel"?: string;
|
|
2848
|
+
/**
|
|
2849
|
+
* @default false
|
|
2850
|
+
*/
|
|
2851
|
+
"autoFocus"?: boolean;
|
|
2852
|
+
/**
|
|
2853
|
+
* @default false
|
|
2854
|
+
*/
|
|
2855
|
+
"clearable"?: boolean;
|
|
2856
|
+
/**
|
|
2857
|
+
* @default false
|
|
2858
|
+
*/
|
|
2859
|
+
"disabled"?: boolean;
|
|
2860
|
+
/**
|
|
2861
|
+
* @default false
|
|
2862
|
+
*/
|
|
2863
|
+
"error"?: boolean;
|
|
2864
|
+
/**
|
|
2865
|
+
* @default ''
|
|
2866
|
+
*/
|
|
2867
|
+
"errorMessage"?: string;
|
|
2868
|
+
/**
|
|
2869
|
+
* @default false
|
|
2870
|
+
*/
|
|
2871
|
+
"focused"?: boolean;
|
|
2872
|
+
/**
|
|
2873
|
+
* @default ''
|
|
2874
|
+
*/
|
|
2875
|
+
"hint"?: string;
|
|
2876
|
+
/**
|
|
2877
|
+
* @default false
|
|
2878
|
+
*/
|
|
2879
|
+
"hovered"?: boolean;
|
|
2880
|
+
/**
|
|
2881
|
+
* @default undefined
|
|
2882
|
+
*/
|
|
2883
|
+
"icon"?: IconProps;
|
|
2884
|
+
/**
|
|
2885
|
+
* @default ''
|
|
2886
|
+
*/
|
|
2887
|
+
"inputClass"?: string;
|
|
2888
|
+
/**
|
|
2889
|
+
* @default {}
|
|
2890
|
+
*/
|
|
2891
|
+
"inputStyle"?: { [key: string]: string };
|
|
2892
|
+
/**
|
|
2893
|
+
* @default ''
|
|
2894
|
+
*/
|
|
2895
|
+
"label"?: string;
|
|
2896
|
+
/**
|
|
2897
|
+
* @default ''
|
|
2898
|
+
*/
|
|
2899
|
+
"labelTooltip"?: string;
|
|
2900
|
+
/**
|
|
2901
|
+
* @default null
|
|
2902
|
+
*/
|
|
2903
|
+
"labelTooltipProps"?: SdTooltipProps | null;
|
|
2904
|
+
"onSdBlur"?: (event: SdBarcodeInputCustomEvent<Event>) => void;
|
|
2905
|
+
"onSdFocus"?: (event: SdBarcodeInputCustomEvent<Event>) => void;
|
|
2906
|
+
"onSdUpdate"?: (event: SdBarcodeInputCustomEvent<string | number | null>) => void;
|
|
2907
|
+
/**
|
|
2908
|
+
* @default '입력해 주세요.'
|
|
2909
|
+
*/
|
|
2910
|
+
"placeholder"?: string;
|
|
2911
|
+
/**
|
|
2912
|
+
* @default false
|
|
2913
|
+
*/
|
|
2914
|
+
"readonly"?: boolean;
|
|
2915
|
+
/**
|
|
2916
|
+
* @default []
|
|
2917
|
+
*/
|
|
2918
|
+
"rules"?: Rule[];
|
|
2919
|
+
/**
|
|
2920
|
+
* @default 'sm'
|
|
2921
|
+
*/
|
|
2922
|
+
"size"?: BarcodeInputSize;
|
|
2923
|
+
"status"?: 'default' | 'pass' | 'error';
|
|
2924
|
+
/**
|
|
2925
|
+
* @default null
|
|
2926
|
+
*/
|
|
2927
|
+
"value"?: string | number | null;
|
|
2928
|
+
/**
|
|
2929
|
+
* @default ''
|
|
2930
|
+
*/
|
|
2931
|
+
"width"?: string | number;
|
|
2932
|
+
}
|
|
2787
2933
|
interface SdButton {
|
|
2788
2934
|
/**
|
|
2789
2935
|
* @default '#025497'
|
|
@@ -3301,44 +3447,6 @@ declare namespace LocalJSX {
|
|
|
3301
3447
|
}
|
|
3302
3448
|
interface SdModalContainer {
|
|
3303
3449
|
}
|
|
3304
|
-
interface SdNoticeModal {
|
|
3305
|
-
/**
|
|
3306
|
-
* @default []
|
|
3307
|
-
*/
|
|
3308
|
-
"bottomMessage"?: string[];
|
|
3309
|
-
/**
|
|
3310
|
-
* @default '확인'
|
|
3311
|
-
*/
|
|
3312
|
-
"mainButtonLabel"?: string;
|
|
3313
|
-
/**
|
|
3314
|
-
* @default ''
|
|
3315
|
-
*/
|
|
3316
|
-
"modalTitle"?: string;
|
|
3317
|
-
"onSdClose"?: (event: SdNoticeModalCustomEvent<void>) => void;
|
|
3318
|
-
"onSdConfirm"?: (event: SdNoticeModalCustomEvent<void>) => void;
|
|
3319
|
-
/**
|
|
3320
|
-
* @default ''
|
|
3321
|
-
*/
|
|
3322
|
-
"slotLabel"?: string;
|
|
3323
|
-
/**
|
|
3324
|
-
* @default ''
|
|
3325
|
-
*/
|
|
3326
|
-
"subButtonLabel"?: string;
|
|
3327
|
-
"tagContents"?: HTMLElement;
|
|
3328
|
-
/**
|
|
3329
|
-
* @default ''
|
|
3330
|
-
*/
|
|
3331
|
-
"tagLabel"?: string;
|
|
3332
|
-
"tagPreset"?: TagName1;
|
|
3333
|
-
/**
|
|
3334
|
-
* @default ''
|
|
3335
|
-
*/
|
|
3336
|
-
"titleClass"?: string;
|
|
3337
|
-
/**
|
|
3338
|
-
* @default []
|
|
3339
|
-
*/
|
|
3340
|
-
"topMessage"?: string[];
|
|
3341
|
-
}
|
|
3342
3450
|
interface SdNumberInput {
|
|
3343
3451
|
/**
|
|
3344
3452
|
* @default ''
|
|
@@ -4171,7 +4279,7 @@ declare namespace LocalJSX {
|
|
|
4171
4279
|
* @default 'default'
|
|
4172
4280
|
*/
|
|
4173
4281
|
"name"?: SelectV2Name;
|
|
4174
|
-
"onSdOptionSelect"?: (event: SdSelectV2ListboxCustomEvent<
|
|
4282
|
+
"onSdOptionSelect"?: (event: SdSelectV2ListboxCustomEvent<SelectV2OptionSelectDetail>) => void;
|
|
4175
4283
|
/**
|
|
4176
4284
|
* @default []
|
|
4177
4285
|
*/
|
|
@@ -4307,7 +4415,7 @@ declare namespace LocalJSX {
|
|
|
4307
4415
|
/**
|
|
4308
4416
|
* @default 'square_sm_grey'
|
|
4309
4417
|
*/
|
|
4310
|
-
"name"?:
|
|
4418
|
+
"name"?: TagName1;
|
|
4311
4419
|
}
|
|
4312
4420
|
interface SdTextLink {
|
|
4313
4421
|
/**
|
|
@@ -4476,6 +4584,26 @@ declare namespace LocalJSX {
|
|
|
4476
4584
|
"color": BadgeColor;
|
|
4477
4585
|
"label": string;
|
|
4478
4586
|
}
|
|
4587
|
+
interface SdBarcodeInputAttributes {
|
|
4588
|
+
"value": string;
|
|
4589
|
+
"size": BarcodeInputSize;
|
|
4590
|
+
"addonLabel": string;
|
|
4591
|
+
"placeholder": string;
|
|
4592
|
+
"disabled": boolean;
|
|
4593
|
+
"clearable": boolean;
|
|
4594
|
+
"width": string;
|
|
4595
|
+
"autoFocus": boolean;
|
|
4596
|
+
"status": 'default' | 'pass' | 'error';
|
|
4597
|
+
"hint": string;
|
|
4598
|
+
"errorMessage": string;
|
|
4599
|
+
"inputClass": string;
|
|
4600
|
+
"readonly": boolean;
|
|
4601
|
+
"error": boolean;
|
|
4602
|
+
"focused": boolean;
|
|
4603
|
+
"hovered": boolean;
|
|
4604
|
+
"label": string;
|
|
4605
|
+
"labelTooltip": string;
|
|
4606
|
+
}
|
|
4479
4607
|
interface SdButtonAttributes {
|
|
4480
4608
|
"variant": ButtonVariant;
|
|
4481
4609
|
"size": ButtonSize;
|
|
@@ -4618,15 +4746,6 @@ declare namespace LocalJSX {
|
|
|
4618
4746
|
interface SdLoadingSpinnerAttributes {
|
|
4619
4747
|
"color": string;
|
|
4620
4748
|
}
|
|
4621
|
-
interface SdNoticeModalAttributes {
|
|
4622
|
-
"modalTitle": string;
|
|
4623
|
-
"titleClass": string;
|
|
4624
|
-
"mainButtonLabel": string;
|
|
4625
|
-
"subButtonLabel": string;
|
|
4626
|
-
"tagPreset": TagName;
|
|
4627
|
-
"tagLabel": string;
|
|
4628
|
-
"slotLabel": string;
|
|
4629
|
-
}
|
|
4630
4749
|
interface SdNumberInputAttributes {
|
|
4631
4750
|
"min": number;
|
|
4632
4751
|
"max": number;
|
|
@@ -4912,6 +5031,7 @@ declare namespace LocalJSX {
|
|
|
4912
5031
|
|
|
4913
5032
|
interface IntrinsicElements {
|
|
4914
5033
|
"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] };
|
|
5034
|
+
"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] };
|
|
4915
5035
|
"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] };
|
|
4916
5036
|
"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] };
|
|
4917
5037
|
"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] };
|
|
@@ -4931,7 +5051,6 @@ declare namespace LocalJSX {
|
|
|
4931
5051
|
"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] };
|
|
4932
5052
|
"sd-loading-spinner": Omit<SdLoadingSpinner, keyof SdLoadingSpinnerAttributes> & { [K in keyof SdLoadingSpinner & keyof SdLoadingSpinnerAttributes]?: SdLoadingSpinner[K] } & { [K in keyof SdLoadingSpinner & keyof SdLoadingSpinnerAttributes as `attr:${K}`]?: SdLoadingSpinnerAttributes[K] } & { [K in keyof SdLoadingSpinner & keyof SdLoadingSpinnerAttributes as `prop:${K}`]?: SdLoadingSpinner[K] };
|
|
4933
5053
|
"sd-modal-container": SdModalContainer;
|
|
4934
|
-
"sd-notice-modal": Omit<SdNoticeModal, keyof SdNoticeModalAttributes> & { [K in keyof SdNoticeModal & keyof SdNoticeModalAttributes]?: SdNoticeModal[K] } & { [K in keyof SdNoticeModal & keyof SdNoticeModalAttributes as `attr:${K}`]?: SdNoticeModalAttributes[K] } & { [K in keyof SdNoticeModal & keyof SdNoticeModalAttributes as `prop:${K}`]?: SdNoticeModal[K] };
|
|
4935
5054
|
"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] };
|
|
4936
5055
|
"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] };
|
|
4937
5056
|
"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] };
|
|
@@ -4970,6 +5089,7 @@ declare module "@stencil/core" {
|
|
|
4970
5089
|
export namespace JSX {
|
|
4971
5090
|
interface IntrinsicElements {
|
|
4972
5091
|
"sd-badge": LocalJSX.IntrinsicElements["sd-badge"] & JSXBase.HTMLAttributes<HTMLSdBadgeElement>;
|
|
5092
|
+
"sd-barcode-input": LocalJSX.IntrinsicElements["sd-barcode-input"] & JSXBase.HTMLAttributes<HTMLSdBarcodeInputElement>;
|
|
4973
5093
|
"sd-button": LocalJSX.IntrinsicElements["sd-button"] & JSXBase.HTMLAttributes<HTMLSdButtonElement>;
|
|
4974
5094
|
"sd-button-v2": LocalJSX.IntrinsicElements["sd-button-v2"] & JSXBase.HTMLAttributes<HTMLSdButtonV2Element>;
|
|
4975
5095
|
"sd-calendar": LocalJSX.IntrinsicElements["sd-calendar"] & JSXBase.HTMLAttributes<HTMLSdCalendarElement>;
|
|
@@ -4989,7 +5109,6 @@ declare module "@stencil/core" {
|
|
|
4989
5109
|
"sd-input": LocalJSX.IntrinsicElements["sd-input"] & JSXBase.HTMLAttributes<HTMLSdInputElement>;
|
|
4990
5110
|
"sd-loading-spinner": LocalJSX.IntrinsicElements["sd-loading-spinner"] & JSXBase.HTMLAttributes<HTMLSdLoadingSpinnerElement>;
|
|
4991
5111
|
"sd-modal-container": LocalJSX.IntrinsicElements["sd-modal-container"] & JSXBase.HTMLAttributes<HTMLSdModalContainerElement>;
|
|
4992
|
-
"sd-notice-modal": LocalJSX.IntrinsicElements["sd-notice-modal"] & JSXBase.HTMLAttributes<HTMLSdNoticeModalElement>;
|
|
4993
5112
|
"sd-number-input": LocalJSX.IntrinsicElements["sd-number-input"] & JSXBase.HTMLAttributes<HTMLSdNumberInputElement>;
|
|
4994
5113
|
"sd-pagination": LocalJSX.IntrinsicElements["sd-pagination"] & JSXBase.HTMLAttributes<HTMLSdPaginationElement>;
|
|
4995
5114
|
"sd-popover": LocalJSX.IntrinsicElements["sd-popover"] & JSXBase.HTMLAttributes<HTMLSdPopoverElement>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -17,4 +17,4 @@ export type { ToastPosition, ToastNotifyOptions } from './components/sd-toast-co
|
|
|
17
17
|
export { sdToast } from './utils/toast';
|
|
18
18
|
export type { SdToastGlobalOptions } from './utils/toast';
|
|
19
19
|
export { sdModal } from './utils/modal';
|
|
20
|
-
export type { ModalDialogChain, ConfirmModalOptions,
|
|
20
|
+
export type { ModalDialogChain, ConfirmModalOptions, SdModalGlobalOptions } from './utils/modal';
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import type { ConfirmModalOptions,
|
|
2
|
-
export type { ConfirmModalOptions,
|
|
1
|
+
import type { ConfirmModalOptions, SdModalGlobalOptions } from '../components/sd-modal-container/sd-modal-container.config';
|
|
2
|
+
export type { ConfirmModalOptions, SdModalGlobalOptions };
|
|
3
3
|
export interface ModalDialogChain {
|
|
4
4
|
onOk(fn: () => void): ModalDialogChain;
|
|
5
5
|
onCancel(fn: () => void): ModalDialogChain;
|
|
6
|
-
update(props: Partial<ConfirmModalOptions
|
|
6
|
+
update(props: Partial<ConfirmModalOptions>): ModalDialogChain;
|
|
7
7
|
}
|
|
8
8
|
export declare const sdModal: {
|
|
9
9
|
confirm(options: ConfirmModalOptions): ModalDialogChain;
|
|
10
|
-
notice(options: NoticeModalOptions): ModalDialogChain;
|
|
11
10
|
configure(options: SdModalGlobalOptions): void;
|
|
12
11
|
};
|