dap-design-system 0.56.3 → 0.56.4
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-BGZgdmkY.js → components-B3TPbxBv.js} +19 -18
- package/dist/components-B3TPbxBv.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/light.theme.css +20 -2
- package/dist/manifest/types/vue/index.d.ts +242 -242
- package/dist/manifest/vscode.html-custom-data.json +271 -271
- package/dist/manifest/web-types.json +322 -322
- package/dist/react/index.d.ts +12 -12
- package/dist/react-types.ts +13 -13
- package/dist/react.js +292 -292
- package/dist/react.js.map +1 -1
- package/dist/scss/variables-light.scss +886 -886
- package/dist/scss/variables-teal.scss +886 -886
- package/dist/teal.theme.css +2 -2
- package/dist/variables/variables-light.css +32 -13
- package/dist/variables/variables-teal.css +5 -4
- package/package.json +1 -1
- package/dist/components-BGZgdmkY.js.map +0 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
2
2
|
export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
|
|
3
|
-
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
4
3
|
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
5
4
|
export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
|
|
6
5
|
export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
|
|
7
6
|
export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
|
|
7
|
+
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
8
8
|
export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
|
|
9
9
|
export { default as DapDSBreadcrumbItemReact } from './dap-ds-breadcrumb-item/index.js';
|
|
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';
|
|
12
13
|
export { default as DapDSCalloutReact } from './dap-ds-callout/index.js';
|
|
@@ -18,7 +19,6 @@ export { default as DapDSCardTitleReact } from './dap-ds-card-title/index.js';
|
|
|
18
19
|
export { default as DapDSCardReact } from './dap-ds-card/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 DapDSButtonReact } from './dap-ds-button/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';
|
|
@@ -92,33 +92,33 @@ export { default as DapDSTypographyReact } from './dap-ds-typography/index.js';
|
|
|
92
92
|
export { default as DapDSFormLabelReact } from './dap-ds-form-label/index.js';
|
|
93
93
|
export { default as DapDSInputGroupReact } from './dap-ds-input-group/index.js';
|
|
94
94
|
export { default as DapDSRadioGroupReact } from './dap-ds-radio-group/index.js';
|
|
95
|
+
export { default as BuildingsHome6LineReact } from './dap-ds-icon-home-6-line/index.js';
|
|
95
96
|
export { default as ArrowsArrowDownLineReact } from './dap-ds-icon-arrow-down-line/index.js';
|
|
96
|
-
export { default as ArrowsArrowDownSLineReact } from './dap-ds-icon-arrow-down-s-line/index.js';
|
|
97
97
|
export { default as ArrowsArrowDownSFillReact } from './dap-ds-icon-arrow-down-s-fill/index.js';
|
|
98
|
+
export { default as ArrowsArrowDownSLineReact } from './dap-ds-icon-arrow-down-s-line/index.js';
|
|
98
99
|
export { default as ArrowsArrowLeftDownLineReact } from './dap-ds-icon-arrow-left-down-line/index.js';
|
|
99
100
|
export { default as ArrowsArrowLeftLLineReact } from './dap-ds-icon-arrow-left-l-line/index.js';
|
|
100
101
|
export { default as ArrowsArrowLeftLineReact } from './dap-ds-icon-arrow-left-line/index.js';
|
|
101
|
-
export { default as ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/index.js';
|
|
102
102
|
export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
|
|
103
|
+
export { default as ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/index.js';
|
|
103
104
|
export { default as ArrowsArrowLeftUpLineReact } from './dap-ds-icon-arrow-left-up-line/index.js';
|
|
104
105
|
export { default as ArrowsArrowRightDownLineReact } from './dap-ds-icon-arrow-right-down-line/index.js';
|
|
106
|
+
export { default as ArrowsArrowRightLLineReact } from './dap-ds-icon-arrow-right-l-line/index.js';
|
|
105
107
|
export { default as ArrowsArrowRightLineReact } from './dap-ds-icon-arrow-right-line/index.js';
|
|
106
108
|
export { default as ArrowsArrowRightSFillReact } from './dap-ds-icon-arrow-right-s-fill/index.js';
|
|
107
109
|
export { default as ArrowsArrowRightSLineReact } from './dap-ds-icon-arrow-right-s-line/index.js';
|
|
108
|
-
export { default as ArrowsArrowRightLLineReact } from './dap-ds-icon-arrow-right-l-line/index.js';
|
|
109
110
|
export { default as ArrowsArrowRightUpLineReact } from './dap-ds-icon-arrow-right-up-line/index.js';
|
|
110
111
|
export { default as ArrowsArrowUpLineReact } from './dap-ds-icon-arrow-up-line/index.js';
|
|
111
112
|
export { default as ArrowsArrowUpSFillReact } from './dap-ds-icon-arrow-up-s-fill/index.js';
|
|
112
113
|
export { default as ArrowsArrowUpSLineReact } from './dap-ds-icon-arrow-up-s-line/index.js';
|
|
113
114
|
export { default as ArrowsExpandUpDownFillReact } from './dap-ds-icon-expand-up-down-fill/index.js';
|
|
114
|
-
export { default as BuildingsHome6LineReact } from './dap-ds-icon-home-6-line/index.js';
|
|
115
115
|
export { default as BusinessCalendarLineReact } from './dap-ds-icon-calendar-line/index.js';
|
|
116
116
|
export { default as DesignEditLineReact } from './dap-ds-icon-edit-line/index.js';
|
|
117
117
|
export { default as DesignToolsLineReact } from './dap-ds-icon-tools-line/index.js';
|
|
118
118
|
export { default as DeviceComputerLineReact } from './dap-ds-icon-computer-line/index.js';
|
|
119
119
|
export { default as DocumentClipboardLineReact } from './dap-ds-icon-clipboard-line/index.js';
|
|
120
|
-
export { default as DocumentFileCopyLineReact } from './dap-ds-icon-file-copy-line/index.js';
|
|
121
120
|
export { default as DocumentFileImageLineReact } from './dap-ds-icon-file-image-line/index.js';
|
|
121
|
+
export { default as DocumentFileCopyLineReact } from './dap-ds-icon-file-copy-line/index.js';
|
|
122
122
|
export { default as DocumentFileMusicLineReact } from './dap-ds-icon-file-music-line/index.js';
|
|
123
123
|
export { default as DocumentFileTextLineReact } from './dap-ds-icon-file-text-line/index.js';
|
|
124
124
|
export { default as DocumentFileVideoLineReact } from './dap-ds-icon-file-video-line/index.js';
|
|
@@ -128,6 +128,10 @@ export { default as EditorSeparatorReact } from './dap-ds-icon-separator/index.j
|
|
|
128
128
|
export { default as HealthHeartFillReact } from './dap-ds-icon-heart-fill/index.js';
|
|
129
129
|
export { default as HealthHeartLineReact } from './dap-ds-icon-heart-line/index.js';
|
|
130
130
|
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';
|
|
131
135
|
export { default as SystemAddLineReact } from './dap-ds-icon-add-line/index.js';
|
|
132
136
|
export { default as SystemAlertFillReact } from './dap-ds-icon-alert-fill/index.js';
|
|
133
137
|
export { default as SystemAlertLineReact } from './dap-ds-icon-alert-line/index.js';
|
|
@@ -144,8 +148,8 @@ export { default as SystemCloseFillReact } from './dap-ds-icon-close-fill/index.
|
|
|
144
148
|
export { default as SystemCloseLineReact } from './dap-ds-icon-close-line/index.js';
|
|
145
149
|
export { default as SystemDeleteBinFillReact } from './dap-ds-icon-delete-bin-fill/index.js';
|
|
146
150
|
export { default as SystemDeleteBinLineReact } from './dap-ds-icon-delete-bin-line/index.js';
|
|
147
|
-
export { default as SystemDownloadLineReact } from './dap-ds-icon-download-line/index.js';
|
|
148
151
|
export { default as SystemErrorWarningFillReact } from './dap-ds-icon-error-warning-fill/index.js';
|
|
152
|
+
export { default as SystemDownloadLineReact } from './dap-ds-icon-download-line/index.js';
|
|
149
153
|
export { default as SystemErrorWarningLineReact } from './dap-ds-icon-error-warning-line/index.js';
|
|
150
154
|
export { default as SystemExternalLinkLineReact } from './dap-ds-icon-external-link-line/index.js';
|
|
151
155
|
export { default as SystemEyeLineReact } from './dap-ds-icon-eye-line/index.js';
|
|
@@ -176,7 +180,3 @@ export { default as SystemUpload2LineReact } from './dap-ds-icon-upload-2-line/i
|
|
|
176
180
|
export { default as SystemUploadLineReact } from './dap-ds-icon-upload-line/index.js';
|
|
177
181
|
export { default as SystemZoomInLineReact } from './dap-ds-icon-zoom-in-line/index.js';
|
|
178
182
|
export { default as SystemZoomOutLineReact } from './dap-ds-icon-zoom-out-line/index.js';
|
|
179
|
-
export { default as UserAccountCircleFillReact } from './dap-ds-icon-account-circle-fill/index.js';
|
|
180
|
-
export { default as UserAccountCircleLineReact } from './dap-ds-icon-account-circle-line/index.js';
|
|
181
|
-
export { default as UserUserFillReact } from './dap-ds-icon-user-fill/index.js';
|
|
182
|
-
export { default as UserUserLineReact } from './dap-ds-icon-user-line/index.js';
|
package/dist/react-types.ts
CHANGED
|
@@ -5,13 +5,14 @@ type HtmlType = { children?: React.ReactNode | Element, class?: string, ref?: Re
|
|
|
5
5
|
|
|
6
6
|
export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
7
7
|
export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
|
|
8
|
-
export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
|
|
9
8
|
export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
10
9
|
export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
|
|
11
10
|
export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
|
|
12
11
|
export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
12
|
+
export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
|
|
13
13
|
export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
|
|
14
14
|
export type DapDSBreadcrumbItemType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumbItem, 'children' | 'style'>>
|
|
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 }
|
|
17
18
|
export type DapDSCalloutType = HtmlType & Partial<Omit<DDS.DapDSCallout, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
@@ -23,7 +24,6 @@ export type DapDSCardTitleType = HtmlType & Partial<Omit<DDS.DapDSCardTitle, 'ch
|
|
|
23
24
|
export type DapDSCardType = HtmlType & Partial<Omit<DDS.DapDSCard, 'children' | 'style'>>
|
|
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 DapDSButtonType = HtmlType & Partial<Omit<DDS.DapDSButton, 'children' | 'style'>> & { "ondds-loading-timeout"?: (e: DdsLoadingTimeoutEvent) => void }
|
|
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 }
|
|
@@ -97,33 +97,33 @@ export type DapDSTypographyType = HtmlType & Partial<Omit<DDS.DapDSTypography, '
|
|
|
97
97
|
export type DapDSFormLabelType = HtmlType & Partial<Omit<DDS.DapDSFormLabel, 'children' | 'style'>>
|
|
98
98
|
export type DapDSInputGroupType = HtmlType & Partial<Omit<DDS.DapDSInputGroup, 'children' | 'style'>>
|
|
99
99
|
export type DapDSRadioGroupType = HtmlType & Partial<Omit<DDS.DapDSRadioGroup, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void }
|
|
100
|
+
export type BuildingsHome6LineType = HtmlType & Partial<Omit<DDS.BuildingsHome6Line, 'children' | 'style'>>
|
|
100
101
|
export type ArrowsArrowDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownLine, 'children' | 'style'>>
|
|
101
|
-
export type ArrowsArrowDownSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSLine, 'children' | 'style'>>
|
|
102
102
|
export type ArrowsArrowDownSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSFill, 'children' | 'style'>>
|
|
103
|
+
export type ArrowsArrowDownSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSLine, 'children' | 'style'>>
|
|
103
104
|
export type ArrowsArrowLeftDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftDownLine, 'children' | 'style'>>
|
|
104
105
|
export type ArrowsArrowLeftLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLLine, 'children' | 'style'>>
|
|
105
106
|
export type ArrowsArrowLeftLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLine, 'children' | 'style'>>
|
|
106
|
-
export type ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, 'children' | 'style'>>
|
|
107
107
|
export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
|
|
108
|
+
export type ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, 'children' | 'style'>>
|
|
108
109
|
export type ArrowsArrowLeftUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftUpLine, 'children' | 'style'>>
|
|
109
110
|
export type ArrowsArrowRightDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightDownLine, 'children' | 'style'>>
|
|
111
|
+
export type ArrowsArrowRightLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLLine, 'children' | 'style'>>
|
|
110
112
|
export type ArrowsArrowRightLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLine, 'children' | 'style'>>
|
|
111
113
|
export type ArrowsArrowRightSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSFill, 'children' | 'style'>>
|
|
112
114
|
export type ArrowsArrowRightSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSLine, 'children' | 'style'>>
|
|
113
|
-
export type ArrowsArrowRightLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLLine, 'children' | 'style'>>
|
|
114
115
|
export type ArrowsArrowRightUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightUpLine, 'children' | 'style'>>
|
|
115
116
|
export type ArrowsArrowUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpLine, 'children' | 'style'>>
|
|
116
117
|
export type ArrowsArrowUpSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpSFill, 'children' | 'style'>>
|
|
117
118
|
export type ArrowsArrowUpSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpSLine, 'children' | 'style'>>
|
|
118
119
|
export type ArrowsExpandUpDownFillType = HtmlType & Partial<Omit<DDS.ArrowsExpandUpDownFill, 'children' | 'style'>>
|
|
119
|
-
export type BuildingsHome6LineType = HtmlType & Partial<Omit<DDS.BuildingsHome6Line, 'children' | 'style'>>
|
|
120
120
|
export type BusinessCalendarLineType = HtmlType & Partial<Omit<DDS.BusinessCalendarLine, 'children' | 'style'>>
|
|
121
121
|
export type DesignEditLineType = HtmlType & Partial<Omit<DDS.DesignEditLine, 'children' | 'style'>>
|
|
122
122
|
export type DesignToolsLineType = HtmlType & Partial<Omit<DDS.DesignToolsLine, 'children' | 'style'>>
|
|
123
123
|
export type DeviceComputerLineType = HtmlType & Partial<Omit<DDS.DeviceComputerLine, 'children' | 'style'>>
|
|
124
124
|
export type DocumentClipboardLineType = HtmlType & Partial<Omit<DDS.DocumentClipboardLine, 'children' | 'style'>>
|
|
125
|
-
export type DocumentFileCopyLineType = HtmlType & Partial<Omit<DDS.DocumentFileCopyLine, 'children' | 'style'>>
|
|
126
125
|
export type DocumentFileImageLineType = HtmlType & Partial<Omit<DDS.DocumentFileImageLine, 'children' | 'style'>>
|
|
126
|
+
export type DocumentFileCopyLineType = HtmlType & Partial<Omit<DDS.DocumentFileCopyLine, 'children' | 'style'>>
|
|
127
127
|
export type DocumentFileMusicLineType = HtmlType & Partial<Omit<DDS.DocumentFileMusicLine, 'children' | 'style'>>
|
|
128
128
|
export type DocumentFileTextLineType = HtmlType & Partial<Omit<DDS.DocumentFileTextLine, 'children' | 'style'>>
|
|
129
129
|
export type DocumentFileVideoLineType = HtmlType & Partial<Omit<DDS.DocumentFileVideoLine, 'children' | 'style'>>
|
|
@@ -133,6 +133,10 @@ export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, '
|
|
|
133
133
|
export type HealthHeartFillType = HtmlType & Partial<Omit<DDS.HealthHeartFill, 'children' | 'style'>>
|
|
134
134
|
export type HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
|
|
135
135
|
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'>>
|
|
136
140
|
export type SystemAddLineType = HtmlType & Partial<Omit<DDS.SystemAddLine, 'children' | 'style'>>
|
|
137
141
|
export type SystemAlertFillType = HtmlType & Partial<Omit<DDS.SystemAlertFill, 'children' | 'style'>>
|
|
138
142
|
export type SystemAlertLineType = HtmlType & Partial<Omit<DDS.SystemAlertLine, 'children' | 'style'>>
|
|
@@ -149,8 +153,8 @@ export type SystemCloseFillType = HtmlType & Partial<Omit<DDS.SystemCloseFill, '
|
|
|
149
153
|
export type SystemCloseLineType = HtmlType & Partial<Omit<DDS.SystemCloseLine, 'children' | 'style'>>
|
|
150
154
|
export type SystemDeleteBinFillType = HtmlType & Partial<Omit<DDS.SystemDeleteBinFill, 'children' | 'style'>>
|
|
151
155
|
export type SystemDeleteBinLineType = HtmlType & Partial<Omit<DDS.SystemDeleteBinLine, 'children' | 'style'>>
|
|
152
|
-
export type SystemDownloadLineType = HtmlType & Partial<Omit<DDS.SystemDownloadLine, 'children' | 'style'>>
|
|
153
156
|
export type SystemErrorWarningFillType = HtmlType & Partial<Omit<DDS.SystemErrorWarningFill, 'children' | 'style'>>
|
|
157
|
+
export type SystemDownloadLineType = HtmlType & Partial<Omit<DDS.SystemDownloadLine, 'children' | 'style'>>
|
|
154
158
|
export type SystemErrorWarningLineType = HtmlType & Partial<Omit<DDS.SystemErrorWarningLine, 'children' | 'style'>>
|
|
155
159
|
export type SystemExternalLinkLineType = HtmlType & Partial<Omit<DDS.SystemExternalLinkLine, 'children' | 'style'>>
|
|
156
160
|
export type SystemEyeLineType = HtmlType & Partial<Omit<DDS.SystemEyeLine, 'children' | 'style'>>
|
|
@@ -180,8 +184,4 @@ export type SystemUpload2FillType = HtmlType & Partial<Omit<DDS.SystemUpload2Fil
|
|
|
180
184
|
export type SystemUpload2LineType = HtmlType & Partial<Omit<DDS.SystemUpload2Line, 'children' | 'style'>>
|
|
181
185
|
export type SystemUploadLineType = HtmlType & Partial<Omit<DDS.SystemUploadLine, 'children' | 'style'>>
|
|
182
186
|
export type SystemZoomInLineType = HtmlType & Partial<Omit<DDS.SystemZoomInLine, 'children' | 'style'>>
|
|
183
|
-
export type SystemZoomOutLineType = HtmlType & Partial<Omit<DDS.SystemZoomOutLine, 'children' | 'style'>>
|
|
184
|
-
export type UserAccountCircleFillType = HtmlType & Partial<Omit<DDS.UserAccountCircleFill, 'children' | 'style'>>
|
|
185
|
-
export type UserAccountCircleLineType = HtmlType & Partial<Omit<DDS.UserAccountCircleLine, 'children' | 'style'>>
|
|
186
|
-
export type UserUserFillType = HtmlType & Partial<Omit<DDS.UserUserFill, 'children' | 'style'>>
|
|
187
|
-
export type UserUserLineType = HtmlType & Partial<Omit<DDS.UserUserLine, 'children' | 'style'>>
|
|
187
|
+
export type SystemZoomOutLineType = HtmlType & Partial<Omit<DDS.SystemZoomOutLine, 'children' | 'style'>>
|