dap-design-system 0.57.5 → 0.57.7

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.
@@ -1,11 +1,11 @@
1
- export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
2
- export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
3
- export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
1
+ export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
4
2
  export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
3
+ export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
5
4
  export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
6
5
  export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
7
- export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
8
6
  export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
7
+ export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
8
+ export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
9
9
  export { default as DapDSBreadcrumbItemReact } from './dap-ds-breadcrumb-item/index.js';
10
10
  export { default as DapDSButtonReact } from './dap-ds-button/index.js';
11
11
  export { default as DapDSCalendarCellReact } from './dap-ds-calendar-cell/index.js';
@@ -66,8 +66,8 @@ 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';
68
68
  export { default as DapDSSideNavReact } from './dap-ds-sidenav/index.js';
69
- export { default as DapDSSkipLinkReact } from './dap-ds-skip-link/index.js';
70
69
  export { default as DapDSSkeletonReact } from './dap-ds-skeleton/index.js';
70
+ export { default as DapDSSkipLinkReact } from './dap-ds-skip-link/index.js';
71
71
  export { default as DapDSSnackbarMessageReact } from './dap-ds-snackbar-message/index.js';
72
72
  export { default as DapDSSnackbarReact } from './dap-ds-snackbar/index.js';
73
73
  export { default as DapDSSpinnerReact } from './dap-ds-spinner/index.js';
@@ -100,10 +100,10 @@ export { default as ArrowsArrowLeftLLineReact } from './dap-ds-icon-arrow-left-l
100
100
  export { default as ArrowsArrowLeftLineReact } from './dap-ds-icon-arrow-left-line/index.js';
101
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 ArrowsArrowLeftUpLineReact } from './dap-ds-icon-arrow-left-up-line/index.js';
104
103
  export { default as ArrowsArrowRightDownLineReact } from './dap-ds-icon-arrow-right-down-line/index.js';
105
- export { default as ArrowsArrowRightLLineReact } from './dap-ds-icon-arrow-right-l-line/index.js';
104
+ export { default as ArrowsArrowLeftUpLineReact } from './dap-ds-icon-arrow-left-up-line/index.js';
106
105
  export { default as ArrowsArrowRightLineReact } from './dap-ds-icon-arrow-right-line/index.js';
106
+ export { default as ArrowsArrowRightLLineReact } from './dap-ds-icon-arrow-right-l-line/index.js';
107
107
  export { default as ArrowsArrowRightSFillReact } from './dap-ds-icon-arrow-right-s-fill/index.js';
108
108
  export { default as ArrowsArrowRightSLineReact } from './dap-ds-icon-arrow-right-s-line/index.js';
109
109
  export { default as ArrowsArrowRightUpLineReact } from './dap-ds-icon-arrow-right-up-line/index.js';
@@ -116,6 +116,7 @@ export { default as BusinessCalendarLineReact } from './dap-ds-icon-calendar-lin
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
+ export { default as EditorSeparatorReact } from './dap-ds-icon-separator/index.js';
119
120
  export { default as DocumentClipboardLineReact } from './dap-ds-icon-clipboard-line/index.js';
120
121
  export { default as DocumentFileCopyLineReact } from './dap-ds-icon-file-copy-line/index.js';
121
122
  export { default as DocumentFileImageLineReact } from './dap-ds-icon-file-image-line/index.js';
@@ -124,10 +125,13 @@ export { default as DocumentFileTextLineReact } from './dap-ds-icon-file-text-li
124
125
  export { default as DocumentFileVideoLineReact } from './dap-ds-icon-file-video-line/index.js';
125
126
  export { default as DocumentFolderLineReact } from './dap-ds-icon-folder-line/index.js';
126
127
  export { default as DocumentFolderOpenLineReact } from './dap-ds-icon-folder-open-line/index.js';
127
- export { default as EditorSeparatorReact } from './dap-ds-icon-separator/index.js';
128
128
  export { default as HealthHeartFillReact } from './dap-ds-icon-heart-fill/index.js';
129
- export { default as OthersCookieLineReact } from './dap-ds-icon-cookie-line/index.js';
130
129
  export { default as HealthHeartLineReact } from './dap-ds-icon-heart-line/index.js';
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';
@@ -164,8 +168,8 @@ export { default as SystemMore2LineReact } from './dap-ds-icon-more-2-line/index
164
168
  export { default as SystemMoreLineReact } from './dap-ds-icon-more-line/index.js';
165
169
  export { default as SystemSearchLineReact } from './dap-ds-icon-search-line/index.js';
166
170
  export { default as SystemShareLineReact } from './dap-ds-icon-share-line/index.js';
167
- export { default as SystemShieldCheckLineReact } from './dap-ds-icon-shield-check-line/index.js';
168
171
  export { default as SystemShieldCheckFillReact } from './dap-ds-icon-shield-check-fill/index.js';
172
+ export { default as SystemShieldCheckLineReact } from './dap-ds-icon-shield-check-line/index.js';
169
173
  export { default as SystemStarFillReact } from './dap-ds-icon-star-fill/index.js';
170
174
  export { default as SystemSubtractLineReact } from './dap-ds-icon-subtract-line/index.js';
171
175
  export { default as SystemSubtractLine2React } from './dap-ds-icon-subtract-line2/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';
@@ -3,14 +3,14 @@ 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
- export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
8
- export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
6
+ export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
9
7
  export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
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 DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
11
10
  export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
12
- export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
13
11
  export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
12
+ export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
13
+ export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
14
14
  export type DapDSBreadcrumbItemType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumbItem, 'children' | 'style'>>
15
15
  export type DapDSButtonType = HtmlType & Partial<Omit<DDS.DapDSButton, 'children' | 'style'>> & { "ondds-loading-timeout"?: (e: DdsLoadingTimeoutEvent) => void }
16
16
  export type DapDSCalendarCellType = HtmlType & Partial<Omit<DDS.DapDSCalendarCell, 'children' | 'style'>>
@@ -71,8 +71,8 @@ export type DapDSSelectType = HtmlType & Partial<Omit<DDS.DapDSSelect, 'children
71
71
  export type DapDSSideNavGroupType = HtmlType & Partial<Omit<DDS.DapDSSideNavGroup, 'children' | 'style'>>
72
72
  export type DapDSSideNavItemType = HtmlType & Partial<Omit<DDS.DapDSSideNavItem, 'children' | 'style'>>
73
73
  export type DapDSSideNavType = HtmlType & Partial<Omit<DDS.DapDSSideNav, 'children' | 'style'>> & { "ondds-item-click"?: (e: DdsItemClickEvent) => void }
74
- export type DapDSSkipLinkType = HtmlType & Partial<Omit<DDS.DapDSSkipLink, 'children' | 'style'>>
75
74
  export type DapDSSkeletonType = HtmlType & Partial<Omit<DDS.DapDSSkeleton, 'children' | 'style'>>
75
+ export type DapDSSkipLinkType = HtmlType & Partial<Omit<DDS.DapDSSkipLink, 'children' | 'style'>>
76
76
  export type DapDSSnackbarMessageType = HtmlType & Partial<Omit<DDS.DapDSSnackbarMessage, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
77
77
  export type DapDSSnackbarType = HtmlType & Partial<Omit<DDS.DapDSSnackbar, 'children' | 'style'>>
78
78
  export type DapDSSpinnerType = HtmlType & Partial<Omit<DDS.DapDSSpinner, 'children' | 'style'>>
@@ -105,10 +105,10 @@ export type ArrowsArrowLeftLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLe
105
105
  export type ArrowsArrowLeftLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLine, 'children' | 'style'>>
106
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 ArrowsArrowLeftUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftUpLine, 'children' | 'style'>>
109
108
  export type ArrowsArrowRightDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightDownLine, 'children' | 'style'>>
110
- export type ArrowsArrowRightLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLLine, 'children' | 'style'>>
109
+ export type ArrowsArrowLeftUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftUpLine, 'children' | 'style'>>
111
110
  export type ArrowsArrowRightLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLine, 'children' | 'style'>>
111
+ export type ArrowsArrowRightLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLLine, 'children' | 'style'>>
112
112
  export type ArrowsArrowRightSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSFill, 'children' | 'style'>>
113
113
  export type ArrowsArrowRightSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSLine, 'children' | 'style'>>
114
114
  export type ArrowsArrowRightUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightUpLine, 'children' | 'style'>>
@@ -121,6 +121,7 @@ export type BusinessCalendarLineType = HtmlType & Partial<Omit<DDS.BusinessCalen
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
+ export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, 'children' | 'style'>>
124
125
  export type DocumentClipboardLineType = HtmlType & Partial<Omit<DDS.DocumentClipboardLine, 'children' | 'style'>>
125
126
  export type DocumentFileCopyLineType = HtmlType & Partial<Omit<DDS.DocumentFileCopyLine, 'children' | 'style'>>
126
127
  export type DocumentFileImageLineType = HtmlType & Partial<Omit<DDS.DocumentFileImageLine, 'children' | 'style'>>
@@ -129,10 +130,13 @@ export type DocumentFileTextLineType = HtmlType & Partial<Omit<DDS.DocumentFileT
129
130
  export type DocumentFileVideoLineType = HtmlType & Partial<Omit<DDS.DocumentFileVideoLine, 'children' | 'style'>>
130
131
  export type DocumentFolderLineType = HtmlType & Partial<Omit<DDS.DocumentFolderLine, 'children' | 'style'>>
131
132
  export type DocumentFolderOpenLineType = HtmlType & Partial<Omit<DDS.DocumentFolderOpenLine, 'children' | 'style'>>
132
- export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, 'children' | 'style'>>
133
133
  export type HealthHeartFillType = HtmlType & Partial<Omit<DDS.HealthHeartFill, 'children' | 'style'>>
134
- export type OthersCookieLineType = HtmlType & Partial<Omit<DDS.OthersCookieLine, 'children' | 'style'>>
135
134
  export type HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
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'>>
@@ -169,8 +173,8 @@ export type SystemMore2LineType = HtmlType & Partial<Omit<DDS.SystemMore2Line, '
169
173
  export type SystemMoreLineType = HtmlType & Partial<Omit<DDS.SystemMoreLine, 'children' | 'style'>>
170
174
  export type SystemSearchLineType = HtmlType & Partial<Omit<DDS.SystemSearchLine, 'children' | 'style'>>
171
175
  export type SystemShareLineType = HtmlType & Partial<Omit<DDS.SystemShareLine, 'children' | 'style'>>
172
- export type SystemShieldCheckLineType = HtmlType & Partial<Omit<DDS.SystemShieldCheckLine, 'children' | 'style'>>
173
176
  export type SystemShieldCheckFillType = HtmlType & Partial<Omit<DDS.SystemShieldCheckFill, 'children' | 'style'>>
177
+ export type SystemShieldCheckLineType = HtmlType & Partial<Omit<DDS.SystemShieldCheckLine, 'children' | 'style'>>
174
178
  export type SystemStarFillType = HtmlType & Partial<Omit<DDS.SystemStarFill, 'children' | 'style'>>
175
179
  export type SystemSubtractLineType = HtmlType & Partial<Omit<DDS.SystemSubtractLine, 'children' | 'style'>>
176
180
  export type SystemSubtractLine2Type = HtmlType & Partial<Omit<DDS.SystemSubtractLine2, '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'>>