dap-design-system 0.58.0 → 0.58.2
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/components/icon/icon.component.d.ts +3 -0
- package/dist/{components-Bo0Y80lA.js → components-D6jorS84.js} +4076 -4065
- package/dist/components-D6jorS84.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +697 -697
- package/dist/manifest/vscode.html-custom-data.json +738 -738
- package/dist/manifest/web-types.json +2418 -2418
- package/dist/react/index.d.ts +19 -19
- package/dist/react-types.ts +20 -20
- package/dist/react.js +455 -455
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-Bo0Y80lA.js.map +0 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
2
1
|
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
2
|
+
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
3
3
|
export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
|
|
4
|
+
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
5
|
+
export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
|
|
4
6
|
export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
|
|
5
7
|
export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
8
|
+
export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
|
|
8
9
|
export { default as DapDSBreadcrumbItemReact } from './dap-ds-breadcrumb-item/index.js';
|
|
9
10
|
export { default as DapDSButtonReact } from './dap-ds-button/index.js';
|
|
10
11
|
export { default as DapDSCalendarCellReact } from './dap-ds-calendar-cell/index.js';
|
|
11
12
|
export { default as DapDSCalendarReact } from './dap-ds-calendar/index.js';
|
|
13
|
+
export { default as DapDSCalloutReact } from './dap-ds-callout/index.js';
|
|
12
14
|
export { default as DapDSCardActionsReact } from './dap-ds-card-actions/index.js';
|
|
13
15
|
export { default as DapDSCardContentReact } from './dap-ds-card-content/index.js';
|
|
14
16
|
export { default as DapDSCardImageReact } from './dap-ds-card-image/index.js';
|
|
15
17
|
export { default as DapDSCardSubtitleReact } from './dap-ds-card-subtitle/index.js';
|
|
16
18
|
export { default as DapDSCardTitleReact } from './dap-ds-card-title/index.js';
|
|
17
19
|
export { default as DapDSCardReact } from './dap-ds-card/index.js';
|
|
18
|
-
export { default as DapDSCalloutReact } from './dap-ds-callout/index.js';
|
|
19
20
|
export { default as DapDSCheckboxReact } from './dap-ds-checkbox/index.js';
|
|
20
21
|
export { default as DapDSChipReact } from './dap-ds-chip/index.js';
|
|
21
|
-
export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
|
|
22
22
|
export { default as DapDSCodePuncherSlotReact } from './dap-ds-code-puncher-slot/index.js';
|
|
23
23
|
export { default as DapDSCodePuncherReact } from './dap-ds-code-puncher/index.js';
|
|
24
24
|
export { default as DapDSComboboxReact } from './dap-ds-combobox/index.js';
|
|
@@ -29,18 +29,17 @@ export { default as DapDSContentSwitcherItemReact } from './dap-ds-content-switc
|
|
|
29
29
|
export { default as DapDSContentSwitcherReact } from './dap-ds-content-switcher/index.js';
|
|
30
30
|
export { default as DapDSCopyBoxInputReact } from './dap-ds-copybox-input/index.js';
|
|
31
31
|
export { default as DapDSDAPBadgeReact } from './dap-ds-dap-badge/index.js';
|
|
32
|
-
export { default as DapDSDataTableReact } from './dap-ds-datatable/index.js';
|
|
33
32
|
export { default as DapDSDatePickerReact } from './dap-ds-datepicker/index.js';
|
|
34
33
|
export { default as DapDSDividerReact } from './dap-ds-divider/index.js';
|
|
35
|
-
export { default as DapDSFeedbackReact } from './dap-ds-feedback/index.js';
|
|
36
34
|
export { default as DapDSFileInputListItemReact } from './dap-ds-file-input-list-item/index.js';
|
|
37
35
|
export { default as DapDSFileInputListReact } from './dap-ds-file-input-list/index.js';
|
|
38
36
|
export { default as DapDSFileInputReact } from './dap-ds-file-input/index.js';
|
|
37
|
+
export { default as DapDSDataTableReact } from './dap-ds-datatable/index.js';
|
|
39
38
|
export { default as DapDSIconReact } from './dap-ds-icon/index.js';
|
|
40
39
|
export { default as DapDSIconButtonReact } from './dap-ds-icon-button/index.js';
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as DapDSInputReact } from './dap-ds-input/index.js';
|
|
40
|
+
export { default as DapDSFeedbackReact } from './dap-ds-feedback/index.js';
|
|
43
41
|
export { default as DapDSLabelReact } from './dap-ds-label/index.js';
|
|
42
|
+
export { default as DapDSImageZoomReact } from './dap-ds-image-zoom/index.js';
|
|
44
43
|
export { default as DapDSLinkReact } from './dap-ds-link/index.js';
|
|
45
44
|
export { default as DapDSListItemReact } from './dap-ds-list-item/index.js';
|
|
46
45
|
export { default as DapDSModalReact } from './dap-ds-modal/index.js';
|
|
@@ -62,6 +61,7 @@ export { default as DapDSRatingReact } from './dap-ds-rating/index.js';
|
|
|
62
61
|
export { default as DapDSScrollAreaReact } from './dap-ds-scroll-area/index.js';
|
|
63
62
|
export { default as DapDSScrollProgressReact } from './dap-ds-scroll-progress/index.js';
|
|
64
63
|
export { default as DapDSSearchReact } from './dap-ds-search/index.js';
|
|
64
|
+
export { default as DapDSInputReact } from './dap-ds-input/index.js';
|
|
65
65
|
export { default as DapDSSelectReact } from './dap-ds-select/index.js';
|
|
66
66
|
export { default as DapDSSideNavGroupReact } from './dap-ds-sidenav-group/index.js';
|
|
67
67
|
export { default as DapDSSideNavItemReact } from './dap-ds-sidenav-item/index.js';
|
|
@@ -98,8 +98,8 @@ export { default as ArrowsArrowDownSLineReact } from './dap-ds-icon-arrow-down-s
|
|
|
98
98
|
export { default as ArrowsArrowLeftDownLineReact } from './dap-ds-icon-arrow-left-down-line/index.js';
|
|
99
99
|
export { default as ArrowsArrowLeftLLineReact } from './dap-ds-icon-arrow-left-l-line/index.js';
|
|
100
100
|
export { default as ArrowsArrowLeftLineReact } from './dap-ds-icon-arrow-left-line/index.js';
|
|
101
|
-
export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
|
|
102
101
|
export { default as ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/index.js';
|
|
102
|
+
export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
|
|
103
103
|
export { default as ArrowsArrowLeftUpLineReact } from './dap-ds-icon-arrow-left-up-line/index.js';
|
|
104
104
|
export { default as ArrowsArrowRightDownLineReact } from './dap-ds-icon-arrow-right-down-line/index.js';
|
|
105
105
|
export { default as ArrowsArrowRightLLineReact } from './dap-ds-icon-arrow-right-l-line/index.js';
|
|
@@ -112,31 +112,25 @@ export { default as ArrowsArrowUpSFillReact } from './dap-ds-icon-arrow-up-s-fil
|
|
|
112
112
|
export { default as ArrowsArrowUpSLineReact } from './dap-ds-icon-arrow-up-s-line/index.js';
|
|
113
113
|
export { default as ArrowsExpandUpDownFillReact } from './dap-ds-icon-expand-up-down-fill/index.js';
|
|
114
114
|
export { default as BuildingsHome6LineReact } from './dap-ds-icon-home-6-line/index.js';
|
|
115
|
-
export { default as BusinessCalendarLineReact } from './dap-ds-icon-calendar-line/index.js';
|
|
116
115
|
export { default as DesignEditLineReact } from './dap-ds-icon-edit-line/index.js';
|
|
117
116
|
export { default as DesignToolsLineReact } from './dap-ds-icon-tools-line/index.js';
|
|
118
117
|
export { default as DeviceComputerLineReact } from './dap-ds-icon-computer-line/index.js';
|
|
119
|
-
export { default as EditorSeparatorReact } from './dap-ds-icon-separator/index.js';
|
|
120
118
|
export { default as DocumentClipboardLineReact } from './dap-ds-icon-clipboard-line/index.js';
|
|
121
119
|
export { default as DocumentFileCopyLineReact } from './dap-ds-icon-file-copy-line/index.js';
|
|
122
120
|
export { default as DocumentFileImageLineReact } from './dap-ds-icon-file-image-line/index.js';
|
|
123
|
-
export { default as DocumentFileMusicLineReact } from './dap-ds-icon-file-music-line/index.js';
|
|
124
121
|
export { default as DocumentFileTextLineReact } from './dap-ds-icon-file-text-line/index.js';
|
|
125
122
|
export { default as DocumentFileVideoLineReact } from './dap-ds-icon-file-video-line/index.js';
|
|
126
123
|
export { default as DocumentFolderLineReact } from './dap-ds-icon-folder-line/index.js';
|
|
127
124
|
export { default as DocumentFolderOpenLineReact } from './dap-ds-icon-folder-open-line/index.js';
|
|
125
|
+
export { default as EditorSeparatorReact } from './dap-ds-icon-separator/index.js';
|
|
128
126
|
export { default as HealthHeartFillReact } from './dap-ds-icon-heart-fill/index.js';
|
|
129
127
|
export { default as HealthHeartLineReact } from './dap-ds-icon-heart-line/index.js';
|
|
130
128
|
export { default as OthersCookieLineReact } from './dap-ds-icon-cookie-line/index.js';
|
|
131
|
-
export { default as UserAccountCircleFillReact } from './dap-ds-icon-account-circle-fill/index.js';
|
|
132
|
-
export { default as UserAccountCircleLineReact } from './dap-ds-icon-account-circle-line/index.js';
|
|
133
|
-
export { default as UserUserFillReact } from './dap-ds-icon-user-fill/index.js';
|
|
134
|
-
export { default as UserUserLineReact } from './dap-ds-icon-user-line/index.js';
|
|
135
129
|
export { default as SystemAddLineReact } from './dap-ds-icon-add-line/index.js';
|
|
136
|
-
export { default as SystemAlertLineReact } from './dap-ds-icon-alert-line/index.js';
|
|
137
130
|
export { default as SystemAlertFillReact } from './dap-ds-icon-alert-fill/index.js';
|
|
138
131
|
export { default as SystemCheckLineReact } from './dap-ds-icon-check-line/index.js';
|
|
139
132
|
export { default as SystemCheckLine2React } from './dap-ds-icon-check-line2/index.js';
|
|
133
|
+
export { default as SystemAlertLineReact } from './dap-ds-icon-alert-line/index.js';
|
|
140
134
|
export { default as SystemCheckboxBlankCircleFillReact } from './dap-ds-icon-checkbox-blank-circle-fill/index.js';
|
|
141
135
|
export { default as SystemCheckboxBlankCircleFillCheckReact } from './dap-ds-icon-checkbox-blank-circle-fill-check/index.js';
|
|
142
136
|
export { default as SystemCheckboxBlankCircleLineReact } from './dap-ds-icon-checkbox-blank-circle-line/index.js';
|
|
@@ -151,12 +145,12 @@ export { default as SystemDeleteBinLineReact } from './dap-ds-icon-delete-bin-li
|
|
|
151
145
|
export { default as SystemDownloadLineReact } from './dap-ds-icon-download-line/index.js';
|
|
152
146
|
export { default as SystemErrorWarningFillReact } from './dap-ds-icon-error-warning-fill/index.js';
|
|
153
147
|
export { default as SystemErrorWarningLineReact } from './dap-ds-icon-error-warning-line/index.js';
|
|
154
|
-
export { default as SystemExternalLinkLineReact } from './dap-ds-icon-external-link-line/index.js';
|
|
155
148
|
export { default as SystemEyeLineReact } from './dap-ds-icon-eye-line/index.js';
|
|
156
149
|
export { default as SystemEyeOffLineReact } from './dap-ds-icon-eye-off-line/index.js';
|
|
157
150
|
export { default as SystemForbidFillReact } from './dap-ds-icon-forbid-fill/index.js';
|
|
158
151
|
export { default as SystemInformation2FillReact } from './dap-ds-icon-information-2-fill/index.js';
|
|
159
152
|
export { default as SystemInformationFillReact } from './dap-ds-icon-information-fill/index.js';
|
|
153
|
+
export { default as DocumentFileMusicLineReact } from './dap-ds-icon-file-music-line/index.js';
|
|
160
154
|
export { default as SystemInformationLineReact } from './dap-ds-icon-information-line/index.js';
|
|
161
155
|
export { default as SystemLightbulbFillReact } from './dap-ds-icon-lightbulb-fill/index.js';
|
|
162
156
|
export { default as SystemLoadingSpinnerReact } from './dap-ds-icon-loading-spinner/index.js';
|
|
@@ -180,3 +174,9 @@ export { default as SystemUpload2LineReact } from './dap-ds-icon-upload-2-line/i
|
|
|
180
174
|
export { default as SystemUploadLineReact } from './dap-ds-icon-upload-line/index.js';
|
|
181
175
|
export { default as SystemZoomInLineReact } from './dap-ds-icon-zoom-in-line/index.js';
|
|
182
176
|
export { default as SystemZoomOutLineReact } from './dap-ds-icon-zoom-out-line/index.js';
|
|
177
|
+
export { default as SystemExternalLinkLineReact } from './dap-ds-icon-external-link-line/index.js';
|
|
178
|
+
export { default as UserAccountCircleFillReact } from './dap-ds-icon-account-circle-fill/index.js';
|
|
179
|
+
export { default as UserAccountCircleLineReact } from './dap-ds-icon-account-circle-line/index.js';
|
|
180
|
+
export { default as UserUserFillReact } from './dap-ds-icon-user-fill/index.js';
|
|
181
|
+
export { default as UserUserLineReact } from './dap-ds-icon-user-line/index.js';
|
|
182
|
+
export { default as BusinessCalendarLineReact } from './dap-ds-icon-calendar-line/index.js';
|
package/dist/react-types.ts
CHANGED
|
@@ -3,27 +3,27 @@ import type { DdsAllUploadsCompleteEvent, DdsAnchorChangeEvent, DdsBeforeCloseEv
|
|
|
3
3
|
type HtmlType = { children?: React.ReactNode | Element, class?: string, ref?: React.RefObject<any>, key?: React.Key | null | undefined,
|
|
4
4
|
style?: Partial<CSSStyleDeclaration>, id?: string, onClick?: (e: React.MouseEvent) => void, onChange?: (e: React.ChangeEvent) => void}
|
|
5
5
|
|
|
6
|
-
export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
|
|
7
6
|
export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
7
|
+
export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
8
8
|
export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
|
|
9
|
+
export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
|
|
10
|
+
export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
|
|
9
11
|
export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
|
|
10
12
|
export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
11
|
-
export type
|
|
12
|
-
export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
13
|
+
export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
|
|
13
14
|
export type DapDSBreadcrumbItemType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumbItem, 'children' | 'style'>>
|
|
14
15
|
export type DapDSButtonType = HtmlType & Partial<Omit<DDS.DapDSButton, 'children' | 'style'>> & { "ondds-loading-timeout"?: (e: DdsLoadingTimeoutEvent) => void }
|
|
15
16
|
export type DapDSCalendarCellType = HtmlType & Partial<Omit<DDS.DapDSCalendarCell, 'children' | 'style'>>
|
|
16
17
|
export type DapDSCalendarType = HtmlType & Partial<Omit<DDS.DapDSCalendar, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void }
|
|
18
|
+
export type DapDSCalloutType = HtmlType & Partial<Omit<DDS.DapDSCallout, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
17
19
|
export type DapDSCardActionsType = HtmlType & Partial<Omit<DDS.DapDSCardActions, 'children' | 'style'>>
|
|
18
20
|
export type DapDSCardContentType = HtmlType & Partial<Omit<DDS.DapDSCardContent, 'children' | 'style'>>
|
|
19
21
|
export type DapDSCardImageType = HtmlType & Partial<Omit<DDS.DapDSCardImage, 'children' | 'style'>>
|
|
20
22
|
export type DapDSCardSubtitleType = HtmlType & Partial<Omit<DDS.DapDSCardSubtitle, 'children' | 'style'>>
|
|
21
23
|
export type DapDSCardTitleType = HtmlType & Partial<Omit<DDS.DapDSCardTitle, 'children' | 'style'>>
|
|
22
24
|
export type DapDSCardType = HtmlType & Partial<Omit<DDS.DapDSCard, 'children' | 'style'>>
|
|
23
|
-
export type DapDSCalloutType = HtmlType & Partial<Omit<DDS.DapDSCallout, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
24
25
|
export type DapDSCheckboxType = HtmlType & Partial<Omit<DDS.DapDSCheckbox, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void }
|
|
25
26
|
export type DapDSChipType = HtmlType & Partial<Omit<DDS.DapDSChip, 'children' | 'style'>> & { "ondds-remove"?: (e: DdsRemoveEvent) => void, "ondds-select"?: (e: DdsSelectEvent) => void }
|
|
26
|
-
export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
|
|
27
27
|
export type DapDSCodePuncherSlotType = HtmlType & Partial<Omit<DDS.DapDSCodePuncherSlot, 'children' | 'style'>>
|
|
28
28
|
export type DapDSCodePuncherType = HtmlType & Partial<Omit<DDS.DapDSCodePuncher, 'children' | 'style'>> & { "ondds-input"?: (e: DdsInputEvent) => void, "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-complete"?: (e: DdsCompleteEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void }
|
|
29
29
|
export type DapDSComboboxType = HtmlType & Partial<Omit<DDS.DapDSCombobox, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-clear"?: (e: DdsClearEvent) => void, "ondds-search"?: (e: DdsSearchEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void }
|
|
@@ -34,18 +34,17 @@ export type DapDSContentSwitcherItemType = HtmlType & Partial<Omit<DDS.DapDSCont
|
|
|
34
34
|
export type DapDSContentSwitcherType = HtmlType & Partial<Omit<DDS.DapDSContentSwitcher, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void }
|
|
35
35
|
export type DapDSCopyBoxInputType = HtmlType & Partial<Omit<DDS.DapDSCopyBoxInput, 'children' | 'style'>> & { "ondds-copy"?: (e: DdsCopyEvent) => void, "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void, "ondds-keydown"?: (e: DdsKeydownEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-not-allowed"?: (e: DdsNotAllowedEvent) => void }
|
|
36
36
|
export type DapDSDAPBadgeType = HtmlType & Partial<Omit<DDS.DapDSDAPBadge, 'children' | 'style'>>
|
|
37
|
-
export type DapDSDataTableType<T> = HtmlType & Partial<Omit<DDS.DapDSDataTable<T>, 'children' | 'style'>> & { "ondds-sorting-change"?: (e: DdsSortingChangeEvent) => void, "ondds-selection-change"?: (e: DdsSelectionChangeEvent) => void, "ondds-pagination-change"?: (e: DdsPaginationChangeEvent) => void, "ondds-row-click"?: (e: DdsRowClickEvent) => void }
|
|
38
37
|
export type DapDSDatePickerType = HtmlType & Partial<Omit<DDS.DapDSDatePicker, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void, "ondds-valid-date"?: (e: DdsValidDateEvent) => void, "ondds-invalid-date"?: (e: DdsInvalidDateEvent) => void, "ondds-clear"?: (e: DdsClearEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void }
|
|
39
38
|
export type DapDSDividerType = HtmlType & Partial<Omit<DDS.DapDSDivider, 'children' | 'style'>>
|
|
40
|
-
export type DapDSFeedbackType = HtmlType & Partial<Omit<DDS.DapDSFeedback, 'children' | 'style'>>
|
|
41
39
|
export type DapDSFileInputListItemType = HtmlType & Partial<Omit<DDS.DapDSFileInputListItem, 'children' | 'style'>> & { "ondds-file-remove"?: (e: DdsFileRemoveEvent) => void, "ondds-file-click"?: (e: DdsFileClickEvent) => void }
|
|
42
40
|
export type DapDSFileInputListType = HtmlType & Partial<Omit<DDS.DapDSFileInputList, 'children' | 'style'>> & { "ondds-file-click"?: (e: DdsFileClickEvent) => void }
|
|
43
41
|
export type DapDSFileInputType = HtmlType & Partial<Omit<DDS.DapDSFileInput, 'children' | 'style'>> & { "ondds-upload-start"?: (e: DdsUploadStartEvent) => void, "ondds-upload-progress"?: (e: DdsUploadProgressEvent) => void, "ondds-upload-complete"?: (e: DdsUploadCompleteEvent) => void, "ondds-upload-error"?: (e: DdsUploadErrorEvent) => void, "ondds-all-uploads-complete"?: (e: DdsAllUploadsCompleteEvent) => void, "ondds-file-removed"?: (e: DdsFileRemovedEvent) => void, "ondds-file-delete-error"?: (e: DdsFileDeleteErrorEvent) => void, "ondds-file-change"?: (e: DdsFileChangeEvent) => void, "ondds-files-accepted"?: (e: DdsFilesAcceptedEvent) => void }
|
|
42
|
+
export type DapDSDataTableType<T> = HtmlType & Partial<Omit<DDS.DapDSDataTable<T>, 'children' | 'style'>> & { "ondds-sorting-change"?: (e: DdsSortingChangeEvent) => void, "ondds-selection-change"?: (e: DdsSelectionChangeEvent) => void, "ondds-pagination-change"?: (e: DdsPaginationChangeEvent) => void, "ondds-row-click"?: (e: DdsRowClickEvent) => void }
|
|
44
43
|
export type DapDSIconType = HtmlType & Partial<Omit<DDS.DapDSIcon, 'children' | 'style'>>
|
|
45
44
|
export type DapDSIconButtonType = HtmlType & Partial<Omit<DDS.DapDSIconButton, 'children' | 'style'>>
|
|
46
|
-
export type
|
|
47
|
-
export type DapDSInputType = HtmlType & Partial<Omit<DDS.DapDSInput, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void, "ondds-keydown"?: (e: DdsKeydownEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void }
|
|
45
|
+
export type DapDSFeedbackType = HtmlType & Partial<Omit<DDS.DapDSFeedback, 'children' | 'style'>>
|
|
48
46
|
export type DapDSLabelType = HtmlType & Partial<Omit<DDS.DapDSLabel, 'children' | 'style'>>
|
|
47
|
+
export type DapDSImageZoomType = HtmlType & Partial<Omit<DDS.DapDSImageZoom, 'children' | 'style'>> & { "ondds-zoom"?: (e: DdsZoomEvent) => void, "ondds-unzoom"?: (e: DdsUnzoomEvent) => void }
|
|
49
48
|
export type DapDSLinkType = HtmlType & Partial<Omit<DDS.DapDSLink, 'children' | 'style'>> & { "ondds-click"?: (e: DdsClickEvent) => void }
|
|
50
49
|
export type DapDSListItemType = HtmlType & Partial<Omit<DDS.DapDSListItem, 'children' | 'style'>>
|
|
51
50
|
export type DapDSModalType = HtmlType & Partial<Omit<DDS.DapDSModal, 'children' | 'style'>> & { "ondds-before-open"?: (e: DdsBeforeOpenEvent) => void, "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-before-close"?: (e: DdsBeforeCloseEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void, "ondds-close"?: (e: DdsCloseEvent) => void, "ondds-ok"?: (e: DdsOkEvent) => void, "ondds-cancel"?: (e: DdsCancelEvent) => void }
|
|
@@ -67,6 +66,7 @@ export type DapDSRatingType = HtmlType & Partial<Omit<DDS.DapDSRating, 'children
|
|
|
67
66
|
export type DapDSScrollAreaType = HtmlType & Partial<Omit<DDS.DapDSScrollArea, 'children' | 'style'>>
|
|
68
67
|
export type DapDSScrollProgressType = HtmlType & Partial<Omit<DDS.DapDSScrollProgress, 'children' | 'style'>>
|
|
69
68
|
export type DapDSSearchType = HtmlType & Partial<Omit<DDS.DapDSSearch, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-clear"?: (e: DdsClearEvent) => void, "ondds-search"?: (e: DdsSearchEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void }
|
|
69
|
+
export type DapDSInputType = HtmlType & Partial<Omit<DDS.DapDSInput, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void, "ondds-keydown"?: (e: DdsKeydownEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void }
|
|
70
70
|
export type DapDSSelectType = HtmlType & Partial<Omit<DDS.DapDSSelect, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
71
71
|
export type DapDSSideNavGroupType = HtmlType & Partial<Omit<DDS.DapDSSideNavGroup, 'children' | 'style'>>
|
|
72
72
|
export type DapDSSideNavItemType = HtmlType & Partial<Omit<DDS.DapDSSideNavItem, 'children' | 'style'>>
|
|
@@ -103,8 +103,8 @@ export type ArrowsArrowDownSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDo
|
|
|
103
103
|
export type ArrowsArrowLeftDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftDownLine, 'children' | 'style'>>
|
|
104
104
|
export type ArrowsArrowLeftLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLLine, 'children' | 'style'>>
|
|
105
105
|
export type ArrowsArrowLeftLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLine, 'children' | 'style'>>
|
|
106
|
-
export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
|
|
107
106
|
export type ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, 'children' | 'style'>>
|
|
107
|
+
export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
|
|
108
108
|
export type ArrowsArrowLeftUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftUpLine, 'children' | 'style'>>
|
|
109
109
|
export type ArrowsArrowRightDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightDownLine, 'children' | 'style'>>
|
|
110
110
|
export type ArrowsArrowRightLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLLine, 'children' | 'style'>>
|
|
@@ -117,31 +117,25 @@ export type ArrowsArrowUpSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpSF
|
|
|
117
117
|
export type ArrowsArrowUpSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpSLine, 'children' | 'style'>>
|
|
118
118
|
export type ArrowsExpandUpDownFillType = HtmlType & Partial<Omit<DDS.ArrowsExpandUpDownFill, 'children' | 'style'>>
|
|
119
119
|
export type BuildingsHome6LineType = HtmlType & Partial<Omit<DDS.BuildingsHome6Line, 'children' | 'style'>>
|
|
120
|
-
export type BusinessCalendarLineType = HtmlType & Partial<Omit<DDS.BusinessCalendarLine, 'children' | 'style'>>
|
|
121
120
|
export type DesignEditLineType = HtmlType & Partial<Omit<DDS.DesignEditLine, 'children' | 'style'>>
|
|
122
121
|
export type DesignToolsLineType = HtmlType & Partial<Omit<DDS.DesignToolsLine, 'children' | 'style'>>
|
|
123
122
|
export type DeviceComputerLineType = HtmlType & Partial<Omit<DDS.DeviceComputerLine, 'children' | 'style'>>
|
|
124
|
-
export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, 'children' | 'style'>>
|
|
125
123
|
export type DocumentClipboardLineType = HtmlType & Partial<Omit<DDS.DocumentClipboardLine, 'children' | 'style'>>
|
|
126
124
|
export type DocumentFileCopyLineType = HtmlType & Partial<Omit<DDS.DocumentFileCopyLine, 'children' | 'style'>>
|
|
127
125
|
export type DocumentFileImageLineType = HtmlType & Partial<Omit<DDS.DocumentFileImageLine, 'children' | 'style'>>
|
|
128
|
-
export type DocumentFileMusicLineType = HtmlType & Partial<Omit<DDS.DocumentFileMusicLine, 'children' | 'style'>>
|
|
129
126
|
export type DocumentFileTextLineType = HtmlType & Partial<Omit<DDS.DocumentFileTextLine, 'children' | 'style'>>
|
|
130
127
|
export type DocumentFileVideoLineType = HtmlType & Partial<Omit<DDS.DocumentFileVideoLine, 'children' | 'style'>>
|
|
131
128
|
export type DocumentFolderLineType = HtmlType & Partial<Omit<DDS.DocumentFolderLine, 'children' | 'style'>>
|
|
132
129
|
export type DocumentFolderOpenLineType = HtmlType & Partial<Omit<DDS.DocumentFolderOpenLine, 'children' | 'style'>>
|
|
130
|
+
export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, 'children' | 'style'>>
|
|
133
131
|
export type HealthHeartFillType = HtmlType & Partial<Omit<DDS.HealthHeartFill, 'children' | 'style'>>
|
|
134
132
|
export type HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
|
|
135
133
|
export type OthersCookieLineType = HtmlType & Partial<Omit<DDS.OthersCookieLine, 'children' | 'style'>>
|
|
136
|
-
export type UserAccountCircleFillType = HtmlType & Partial<Omit<DDS.UserAccountCircleFill, 'children' | 'style'>>
|
|
137
|
-
export type UserAccountCircleLineType = HtmlType & Partial<Omit<DDS.UserAccountCircleLine, 'children' | 'style'>>
|
|
138
|
-
export type UserUserFillType = HtmlType & Partial<Omit<DDS.UserUserFill, 'children' | 'style'>>
|
|
139
|
-
export type UserUserLineType = HtmlType & Partial<Omit<DDS.UserUserLine, 'children' | 'style'>>
|
|
140
134
|
export type SystemAddLineType = HtmlType & Partial<Omit<DDS.SystemAddLine, 'children' | 'style'>>
|
|
141
|
-
export type SystemAlertLineType = HtmlType & Partial<Omit<DDS.SystemAlertLine, 'children' | 'style'>>
|
|
142
135
|
export type SystemAlertFillType = HtmlType & Partial<Omit<DDS.SystemAlertFill, 'children' | 'style'>>
|
|
143
136
|
export type SystemCheckLineType = HtmlType & Partial<Omit<DDS.SystemCheckLine, 'children' | 'style'>>
|
|
144
137
|
export type SystemCheckLine2Type = HtmlType & Partial<Omit<DDS.SystemCheckLine2, 'children' | 'style'>>
|
|
138
|
+
export type SystemAlertLineType = HtmlType & Partial<Omit<DDS.SystemAlertLine, 'children' | 'style'>>
|
|
145
139
|
export type SystemCheckboxBlankCircleFillType = HtmlType & Partial<Omit<DDS.SystemCheckboxBlankCircleFill, 'children' | 'style'>>
|
|
146
140
|
export type SystemCheckboxBlankCircleFillCheckType = HtmlType & Partial<Omit<DDS.SystemCheckboxBlankCircleFillCheck, 'children' | 'style'>>
|
|
147
141
|
export type SystemCheckboxBlankCircleLineType = HtmlType & Partial<Omit<DDS.SystemCheckboxBlankCircleLine, 'children' | 'style'>>
|
|
@@ -156,12 +150,12 @@ export type SystemDeleteBinLineType = HtmlType & Partial<Omit<DDS.SystemDeleteBi
|
|
|
156
150
|
export type SystemDownloadLineType = HtmlType & Partial<Omit<DDS.SystemDownloadLine, 'children' | 'style'>>
|
|
157
151
|
export type SystemErrorWarningFillType = HtmlType & Partial<Omit<DDS.SystemErrorWarningFill, 'children' | 'style'>>
|
|
158
152
|
export type SystemErrorWarningLineType = HtmlType & Partial<Omit<DDS.SystemErrorWarningLine, 'children' | 'style'>>
|
|
159
|
-
export type SystemExternalLinkLineType = HtmlType & Partial<Omit<DDS.SystemExternalLinkLine, 'children' | 'style'>>
|
|
160
153
|
export type SystemEyeLineType = HtmlType & Partial<Omit<DDS.SystemEyeLine, 'children' | 'style'>>
|
|
161
154
|
export type SystemEyeOffLineType = HtmlType & Partial<Omit<DDS.SystemEyeOffLine, 'children' | 'style'>>
|
|
162
155
|
export type SystemForbidFillType = HtmlType & Partial<Omit<DDS.SystemForbidFill, 'children' | 'style'>>
|
|
163
156
|
export type SystemInformation2FillType = HtmlType & Partial<Omit<DDS.SystemInformation2Fill, 'children' | 'style'>>
|
|
164
157
|
export type SystemInformationFillType = HtmlType & Partial<Omit<DDS.SystemInformationFill, 'children' | 'style'>>
|
|
158
|
+
export type DocumentFileMusicLineType = HtmlType & Partial<Omit<DDS.DocumentFileMusicLine, 'children' | 'style'>>
|
|
165
159
|
export type SystemInformationLineType = HtmlType & Partial<Omit<DDS.SystemInformationLine, 'children' | 'style'>>
|
|
166
160
|
export type SystemLightbulbFillType = HtmlType & Partial<Omit<DDS.SystemLightbulbFill, 'children' | 'style'>>
|
|
167
161
|
export type SystemLoadingSpinnerType = HtmlType & Partial<Omit<DDS.SystemLoadingSpinner, 'children' | 'style'>>
|
|
@@ -184,4 +178,10 @@ export type SystemUpload2FillType = HtmlType & Partial<Omit<DDS.SystemUpload2Fil
|
|
|
184
178
|
export type SystemUpload2LineType = HtmlType & Partial<Omit<DDS.SystemUpload2Line, 'children' | 'style'>>
|
|
185
179
|
export type SystemUploadLineType = HtmlType & Partial<Omit<DDS.SystemUploadLine, 'children' | 'style'>>
|
|
186
180
|
export type SystemZoomInLineType = HtmlType & Partial<Omit<DDS.SystemZoomInLine, 'children' | 'style'>>
|
|
187
|
-
export type SystemZoomOutLineType = HtmlType & Partial<Omit<DDS.SystemZoomOutLine, 'children' | 'style'>>
|
|
181
|
+
export type SystemZoomOutLineType = HtmlType & Partial<Omit<DDS.SystemZoomOutLine, 'children' | 'style'>>
|
|
182
|
+
export type SystemExternalLinkLineType = HtmlType & Partial<Omit<DDS.SystemExternalLinkLine, 'children' | 'style'>>
|
|
183
|
+
export type UserAccountCircleFillType = HtmlType & Partial<Omit<DDS.UserAccountCircleFill, 'children' | 'style'>>
|
|
184
|
+
export type UserAccountCircleLineType = HtmlType & Partial<Omit<DDS.UserAccountCircleLine, 'children' | 'style'>>
|
|
185
|
+
export type UserUserFillType = HtmlType & Partial<Omit<DDS.UserUserFill, 'children' | 'style'>>
|
|
186
|
+
export type UserUserLineType = HtmlType & Partial<Omit<DDS.UserUserLine, 'children' | 'style'>>
|
|
187
|
+
export type BusinessCalendarLineType = HtmlType & Partial<Omit<DDS.BusinessCalendarLine, 'children' | 'style'>>
|