dap-design-system 0.56.0 → 0.56.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.
@@ -1,23 +1,23 @@
1
+ export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
1
2
  export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
2
- export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
3
3
  export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
4
4
  export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
5
- export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
6
5
  export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
7
6
  export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
8
- export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
7
+ export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
8
+ export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/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';
12
12
  export { default as DapDSCalendarReact } from './dap-ds-calendar/index.js';
13
13
  export { default as DapDSCalloutReact } from './dap-ds-callout/index.js';
14
+ export { default as DapDSCheckboxReact } from './dap-ds-checkbox/index.js';
14
15
  export { default as DapDSCardActionsReact } from './dap-ds-card-actions/index.js';
15
16
  export { default as DapDSCardContentReact } from './dap-ds-card-content/index.js';
16
17
  export { default as DapDSCardImageReact } from './dap-ds-card-image/index.js';
17
18
  export { default as DapDSCardSubtitleReact } from './dap-ds-card-subtitle/index.js';
18
19
  export { default as DapDSCardTitleReact } from './dap-ds-card-title/index.js';
19
20
  export { default as DapDSCardReact } from './dap-ds-card/index.js';
20
- export { default as DapDSCheckboxReact } from './dap-ds-checkbox/index.js';
21
21
  export { default as DapDSChipReact } from './dap-ds-chip/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';
@@ -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,7 +125,6 @@ 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
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';
@@ -150,8 +150,8 @@ export { default as SystemDeleteBinFillReact } from './dap-ds-icon-delete-bin-fi
150
150
  export { default as SystemDeleteBinLineReact } from './dap-ds-icon-delete-bin-line/index.js';
151
151
  export { default as SystemDownloadLineReact } from './dap-ds-icon-download-line/index.js';
152
152
  export { default as SystemErrorWarningFillReact } from './dap-ds-icon-error-warning-fill/index.js';
153
- export { default as SystemErrorWarningLineReact } from './dap-ds-icon-error-warning-line/index.js';
154
153
  export { default as SystemExternalLinkLineReact } from './dap-ds-icon-external-link-line/index.js';
154
+ export { default as SystemErrorWarningLineReact } from './dap-ds-icon-error-warning-line/index.js';
155
155
  export { default as SystemEyeLineReact } from './dap-ds-icon-eye-line/index.js';
156
156
  export { default as SystemEyeOffLineReact } from './dap-ds-icon-eye-off-line/index.js';
157
157
  export { default as SystemForbidFillReact } from './dap-ds-icon-forbid-fill/index.js';
@@ -3,26 +3,26 @@ 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 DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
6
7
  export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
7
- export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
8
8
  export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
9
9
  export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
10
- export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
11
10
  export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
12
11
  export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
13
- export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
12
+ export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
13
+ export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
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'>>
17
17
  export type DapDSCalendarType = HtmlType & Partial<Omit<DDS.DapDSCalendar, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void }
18
18
  export type DapDSCalloutType = HtmlType & Partial<Omit<DDS.DapDSCallout, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
19
+ 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 }
19
20
  export type DapDSCardActionsType = HtmlType & Partial<Omit<DDS.DapDSCardActions, 'children' | 'style'>>
20
21
  export type DapDSCardContentType = HtmlType & Partial<Omit<DDS.DapDSCardContent, 'children' | 'style'>>
21
22
  export type DapDSCardImageType = HtmlType & Partial<Omit<DDS.DapDSCardImage, 'children' | 'style'>>
22
23
  export type DapDSCardSubtitleType = HtmlType & Partial<Omit<DDS.DapDSCardSubtitle, 'children' | 'style'>>
23
24
  export type DapDSCardTitleType = HtmlType & Partial<Omit<DDS.DapDSCardTitle, 'children' | 'style'>>
24
25
  export type DapDSCardType = HtmlType & Partial<Omit<DDS.DapDSCard, 'children' | 'style'>>
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 }
26
26
  export type DapDSChipType = HtmlType & Partial<Omit<DDS.DapDSChip, 'children' | 'style'>> & { "ondds-remove"?: (e: DdsRemoveEvent) => void, "ondds-select"?: (e: DdsSelectEvent) => 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 }
@@ -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,7 +130,6 @@ 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
134
  export type HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
135
135
  export type OthersCookieLineType = HtmlType & Partial<Omit<DDS.OthersCookieLine, 'children' | 'style'>>
@@ -155,8 +155,8 @@ export type SystemDeleteBinFillType = HtmlType & Partial<Omit<DDS.SystemDeleteBi
155
155
  export type SystemDeleteBinLineType = HtmlType & Partial<Omit<DDS.SystemDeleteBinLine, 'children' | 'style'>>
156
156
  export type SystemDownloadLineType = HtmlType & Partial<Omit<DDS.SystemDownloadLine, 'children' | 'style'>>
157
157
  export type SystemErrorWarningFillType = HtmlType & Partial<Omit<DDS.SystemErrorWarningFill, 'children' | 'style'>>
158
- export type SystemErrorWarningLineType = HtmlType & Partial<Omit<DDS.SystemErrorWarningLine, 'children' | 'style'>>
159
158
  export type SystemExternalLinkLineType = HtmlType & Partial<Omit<DDS.SystemExternalLinkLine, 'children' | 'style'>>
159
+ export type SystemErrorWarningLineType = HtmlType & Partial<Omit<DDS.SystemErrorWarningLine, 'children' | 'style'>>
160
160
  export type SystemEyeLineType = HtmlType & Partial<Omit<DDS.SystemEyeLine, 'children' | 'style'>>
161
161
  export type SystemEyeOffLineType = HtmlType & Partial<Omit<DDS.SystemEyeOffLine, 'children' | 'style'>>
162
162
  export type SystemForbidFillType = HtmlType & Partial<Omit<DDS.SystemForbidFill, 'children' | 'style'>>
package/dist/react.js CHANGED
@@ -1,25 +1,23 @@
1
1
  import { createComponent as e } from "@lit/react";
2
2
  import * as a from "react";
3
- import { D as t, a as s, b as n, c as r, d as c, e as o, f as d, g as l, h as p, i, j as m, k as D, l as N, m as g, n as S, o as C, p as y, q as $, r as u, s as L, t as v, u as R, v as h, w, x as W, y as b, z as A, A as k, B as f, C as F, E as I, F as B, G as T, H as x, I as U, J as O, K as P, L as E, M as G, N as M, O as H, P as Z, Q as z, R as K, S as V, T as j, U as q, V as J, W as Q, X, Y, Z as _, _ as ee, $ as ae, a0 as te, a1 as se, a2 as ne, a3 as re, a4 as ce, a5 as oe, a6 as de, a7 as le, a8 as pe, a9 as ie, aa as me, ab as De, ac as Ne, ad as ge, ae as Se, af as Ce, ag as ye, ah as $e, ai as ue, aj as Le, ak as ve, al as Re, am as he, an as we, ao as We, ap as be, aq as Ae, ar as ke, as as fe, at as Fe, au as Ie, av as Be, aw as Te, ax as xe, ay as Ue, az as Oe, aA as Pe, aB as Ee, aC as Ge, aD as Me } from "./components-D2vYSZvx.js";
4
- import { ArrowsArrowDownLine as He, ArrowsArrowDownSFill as Ze, ArrowsArrowDownSLine as ze, ArrowsArrowLeftDownLine as Ke, ArrowsArrowLeftLLine as Ve, ArrowsArrowLeftLine as je, ArrowsArrowLeftSFill as qe, ArrowsArrowLeftSLine as Je, ArrowsArrowLeftUpLine as Qe, ArrowsArrowRightDownLine as Xe, ArrowsArrowRightLLine as Ye, ArrowsArrowRightLine as _e, ArrowsArrowRightSFill as ea, ArrowsArrowRightSLine as aa, ArrowsArrowRightUpLine as ta, ArrowsArrowUpLine as sa, ArrowsArrowUpSFill as na, ArrowsArrowUpSLine as ra, ArrowsExpandUpDownFill as ca, BuildingsHome6Line as oa, BusinessCalendarLine as da, DesignEditLine as la, DesignToolsLine as pa, DeviceComputerLine as ia, DocumentClipboardLine as ma, DocumentFileCopyLine as Da, DocumentFileImageLine as Na, DocumentFileMusicLine as ga, DocumentFileTextLine as Sa, DocumentFileVideoLine as Ca, DocumentFolderLine as ya, DocumentFolderOpenLine as $a, HealthHeartFill as ua, HealthHeartLine as La, OthersCookieLine as va, UserAccountCircleFill as Ra, UserAccountCircleLine as ha, UserUserFill as wa, UserUserLine as Wa, SystemAddLine as ba, SystemAlertFill as Aa, SystemAlertLine as ka, SystemCheckLine as fa, SystemCheckLine2 as Fa, SystemCheckboxBlankCircleFill as Ia, SystemCheckboxBlankCircleFillCheck as Ba, SystemCheckboxBlankCircleLine as Ta, SystemCheckboxCircleFill as xa, SystemCheckboxCircleLine as Ua, SystemCloseCircleFill as Oa, SystemCloseCircleLine as Pa, SystemCloseFill as Ea, SystemCloseLine as Ga, SystemDeleteBinFill as Ma, SystemDeleteBinLine as Ha, SystemDownloadLine as Za, SystemErrorWarningFill as za, SystemErrorWarningLine as Ka, SystemExternalLinkLine as Va, SystemEyeLine as ja, SystemEyeOffLine as qa, SystemForbidFill as Ja, SystemInformation2Fill as Qa, SystemInformationFill as Xa, SystemInformationLine as Ya, SystemLightbulbFill as _a, SystemLoadingSpinner as et, SystemLockFill as at, SystemLockLine as tt, SystemMenuLine as st, SystemMenuLineS as nt, SystemMore2Line as rt, SystemMoreLine as ct, SystemSearchLine as ot, SystemShareLine as dt, SystemShieldCheckFill as lt, SystemShieldCheckLine as pt, SystemStarFill as it, SystemSubtractLine as mt, SystemSubtractLine2 as Dt, SystemTimeFill as Nt, SystemTimeLine as gt, SystemUpload2Fill as St, SystemUpload2Line as Ct, SystemUploadLine as yt } from "./icons.js";
3
+ import { D as t, a as s, b as n, c as r, d as c, e as o, f as d, g as l, h as p, i, j as m, k as D, l as N, m as g, n as S, o as C, p as y, q as $, r as u, s as L, t as v, u as R, v as h, w, x as W, y as b, z as A, A as k, B as f, C as F, E as I, F as B, G as T, H as x, I as U, J as O, K as P, L as E, M as G, N as M, O as H, P as Z, Q as z, R as K, S as V, T as j, U as q, V as J, W as Q, X, Y, Z as _, _ as ee, $ as ae, a0 as te, a1 as se, a2 as ne, a3 as re, a4 as ce, a5 as oe, a6 as de, a7 as le, a8 as pe, a9 as ie, aa as me, ab as De, ac as Ne, ad as ge, ae as Se, af as Ce, ag as ye, ah as $e, ai as ue, aj as Le, ak as ve, al as Re, am as he, an as we, ao as We, ap as be, aq as Ae, ar as ke, as as fe, at as Fe, au as Ie, av as Be, aw as Te, ax as xe, ay as Ue, az as Oe, aA as Pe, aB as Ee, aC as Ge, aD as Me } from "./components-DtNvQM0v.js";
4
+ import { ArrowsArrowDownLine as He, ArrowsArrowDownSFill as Ze, ArrowsArrowDownSLine as ze, ArrowsArrowLeftDownLine as Ke, ArrowsArrowLeftLLine as Ve, ArrowsArrowLeftLine as je, ArrowsArrowLeftSFill as qe, ArrowsArrowLeftSLine as Je, ArrowsArrowLeftUpLine as Qe, ArrowsArrowRightDownLine as Xe, ArrowsArrowRightLLine as Ye, ArrowsArrowRightLine as _e, ArrowsArrowRightSFill as ea, ArrowsArrowRightSLine as aa, ArrowsArrowRightUpLine as ta, ArrowsArrowUpLine as sa, ArrowsArrowUpSFill as na, ArrowsArrowUpSLine as ra, ArrowsExpandUpDownFill as ca, BuildingsHome6Line as oa, BusinessCalendarLine as da, DesignEditLine as la, DesignToolsLine as pa, DeviceComputerLine as ia, DocumentClipboardLine as ma, DocumentFileCopyLine as Da, DocumentFileImageLine as Na, DocumentFileMusicLine as ga, DocumentFileTextLine as Sa, DocumentFileVideoLine as Ca, DocumentFolderLine as ya, DocumentFolderOpenLine as $a, HealthHeartFill as ua, HealthHeartLine as La, OthersCookieLine as va, UserAccountCircleFill as Ra, UserAccountCircleLine as ha, UserUserFill as wa, UserUserLine as Wa, SystemAddLine as ba, SystemAlertFill as Aa, SystemAlertLine as ka, SystemCheckLine as fa, SystemCheckLine2 as Fa, SystemCheckboxBlankCircleFill as Ia, SystemCheckboxBlankCircleFillCheck as Ba, SystemCheckboxBlankCircleLine as Ta, SystemCheckboxCircleFill as xa, SystemCheckboxCircleLine as Ua, SystemCloseCircleFill as Oa, SystemCloseCircleLine as Pa, SystemCloseFill as Ea, SystemCloseLine as Ga, SystemDeleteBinFill as Ma, SystemDeleteBinLine as Ha, SystemDownloadLine as Za, SystemErrorWarningFill as za, SystemExternalLinkLine as Ka, SystemErrorWarningLine as Va, SystemEyeLine as ja, SystemEyeOffLine as qa, SystemForbidFill as Ja, SystemInformation2Fill as Qa, SystemInformationFill as Xa, SystemInformationLine as Ya, SystemLightbulbFill as _a, SystemLoadingSpinner as et, SystemLockFill as at, SystemLockLine as tt, SystemMenuLine as st, SystemMenuLineS as nt, SystemMore2Line as rt, SystemMoreLine as ct, SystemSearchLine as ot, SystemShareLine as dt, SystemShieldCheckFill as lt, SystemShieldCheckLine as pt, SystemStarFill as it, SystemSubtractLine as mt, SystemSubtractLine2 as Dt, SystemTimeFill as Nt, SystemTimeLine as gt, SystemUpload2Fill as St, SystemUpload2Line as Ct, SystemUploadLine as yt } from "./icons.js";
5
5
  import { EditorSeparator as $t, SystemZoomInLine as ut, SystemZoomOutLine as Lt } from "./dds.js";
6
- const vt = "dap-ds-avatar", jr = e({
6
+ const vt = "dap-ds-accordion-group", jr = e({
7
7
  tagName: vt,
8
8
  elementClass: t,
9
9
  react: a,
10
- events: {
11
- onDdsLoad: "dds-load",
12
- onDdsError: "dds-error"
13
- },
14
- displayName: "DapDSAvatar"
15
- }), Rt = "dap-ds-avatar-group", qr = e({
10
+ events: {},
11
+ displayName: "DapDSAccordionGroup"
12
+ }), Rt = "dap-ds-avatar", qr = e({
16
13
  tagName: Rt,
17
14
  elementClass: s,
18
15
  react: a,
19
16
  events: {
20
- onDdsOverflowClick: "dds-overflow-click"
17
+ onDdsLoad: "dds-load",
18
+ onDdsError: "dds-error"
21
19
  },
22
- displayName: "DapDSAvatarGroup"
20
+ displayName: "DapDSAvatar"
23
21
  }), ht = "dap-ds-accordion", Jr = e({
24
22
  tagName: ht,
25
23
  elementClass: n,
@@ -35,32 +33,34 @@ const vt = "dap-ds-avatar", jr = e({
35
33
  react: a,
36
34
  events: {},
37
35
  displayName: "DapDSBadge"
38
- }), Wt = "dap-ds-anchor-heading", Xr = e({
36
+ }), Wt = "dap-ds-banner", Xr = e({
39
37
  tagName: Wt,
40
38
  elementClass: c,
41
39
  react: a,
42
- events: {},
43
- displayName: "DapDSAnchorHeading"
44
- }), bt = "dap-ds-banner", Yr = e({
45
- tagName: bt,
46
- elementClass: o,
47
- react: a,
48
40
  events: {
49
41
  onDdsClose: "dds-close"
50
42
  },
51
43
  displayName: "DapDSBanner"
52
- }), At = "dap-ds-breadcrumb", _r = e({
44
+ }), bt = "dap-ds-breadcrumb", Yr = e({
45
+ tagName: bt,
46
+ elementClass: o,
47
+ react: a,
48
+ events: {},
49
+ displayName: "DapDSBreadcrumb"
50
+ }), At = "dap-ds-anchor-heading", _r = e({
53
51
  tagName: At,
54
52
  elementClass: d,
55
53
  react: a,
56
54
  events: {},
57
- displayName: "DapDSBreadcrumb"
58
- }), kt = "dap-ds-accordion-group", ec = e({
55
+ displayName: "DapDSAnchorHeading"
56
+ }), kt = "dap-ds-avatar-group", ec = e({
59
57
  tagName: kt,
60
58
  elementClass: l,
61
59
  react: a,
62
- events: {},
63
- displayName: "DapDSAccordionGroup"
60
+ events: {
61
+ onDdsOverflowClick: "dds-overflow-click"
62
+ },
63
+ displayName: "DapDSAvatarGroup"
64
64
  }), ft = "dap-ds-breadcrumb-item", ac = e({
65
65
  tagName: ft,
66
66
  elementClass: p,
@@ -97,53 +97,53 @@ const vt = "dap-ds-avatar", jr = e({
97
97
  onDdsClose: "dds-close"
98
98
  },
99
99
  displayName: "DapDSCallout"
100
- }), xt = "dap-ds-card-actions", cc = e({
100
+ }), xt = "dap-ds-checkbox", cc = e({
101
101
  tagName: xt,
102
102
  elementClass: g,
103
103
  react: a,
104
- events: {},
105
- displayName: "DapDSCardActions"
106
- }), Ut = "dap-ds-card-content", oc = e({
104
+ events: {
105
+ onDdsChange: "dds-change",
106
+ onDdsBlur: "dds-blur",
107
+ onDdsFocus: "dds-focus",
108
+ onDdsInput: "dds-input"
109
+ },
110
+ displayName: "DapDSCheckbox"
111
+ }), Ut = "dap-ds-card-actions", oc = e({
107
112
  tagName: Ut,
108
113
  elementClass: S,
109
114
  react: a,
110
115
  events: {},
111
- displayName: "DapDSCardContent"
112
- }), Ot = "dap-ds-card-image", dc = e({
116
+ displayName: "DapDSCardActions"
117
+ }), Ot = "dap-ds-card-content", dc = e({
113
118
  tagName: Ot,
114
119
  elementClass: C,
115
120
  react: a,
116
121
  events: {},
117
- displayName: "DapDSCardImage"
118
- }), Pt = "dap-ds-card-subtitle", lc = e({
122
+ displayName: "DapDSCardContent"
123
+ }), Pt = "dap-ds-card-image", lc = e({
119
124
  tagName: Pt,
120
125
  elementClass: y,
121
126
  react: a,
122
127
  events: {},
123
- displayName: "DapDSCardSubtitle"
124
- }), Et = "dap-ds-card-title", pc = e({
128
+ displayName: "DapDSCardImage"
129
+ }), Et = "dap-ds-card-subtitle", pc = e({
125
130
  tagName: Et,
126
131
  elementClass: $,
127
132
  react: a,
128
133
  events: {},
129
- displayName: "DapDSCardTitle"
130
- }), Gt = "dap-ds-card", ic = e({
134
+ displayName: "DapDSCardSubtitle"
135
+ }), Gt = "dap-ds-card-title", ic = e({
131
136
  tagName: Gt,
132
137
  elementClass: u,
133
138
  react: a,
134
139
  events: {},
135
- displayName: "DapDSCard"
136
- }), Mt = "dap-ds-checkbox", mc = e({
140
+ displayName: "DapDSCardTitle"
141
+ }), Mt = "dap-ds-card", mc = e({
137
142
  tagName: Mt,
138
143
  elementClass: L,
139
144
  react: a,
140
- events: {
141
- onDdsChange: "dds-change",
142
- onDdsBlur: "dds-blur",
143
- onDdsFocus: "dds-focus",
144
- onDdsInput: "dds-input"
145
- },
146
- displayName: "DapDSCheckbox"
145
+ events: {},
146
+ displayName: "DapDSCard"
147
147
  }), Ht = "dap-ds-chip", Dc = e({
148
148
  tagName: Ht,
149
149
  elementClass: v,
@@ -910,60 +910,60 @@ const vt = "dap-ds-avatar", jr = e({
910
910
  react: a,
911
911
  events: {},
912
912
  displayName: "DeviceComputerLine"
913
- }), Bn = "dap-ds-icon-clipboard-line", nd = e({
913
+ }), Bn = "dap-ds-icon-separator", nd = e({
914
914
  tagName: Bn,
915
+ elementClass: $t,
916
+ react: a,
917
+ events: {},
918
+ displayName: "EditorSeparator"
919
+ }), Tn = "dap-ds-icon-clipboard-line", rd = e({
920
+ tagName: Tn,
915
921
  elementClass: ma,
916
922
  react: a,
917
923
  events: {},
918
924
  displayName: "DocumentClipboardLine"
919
- }), Tn = "dap-ds-icon-file-copy-line", rd = e({
920
- tagName: Tn,
925
+ }), xn = "dap-ds-icon-file-copy-line", cd = e({
926
+ tagName: xn,
921
927
  elementClass: Da,
922
928
  react: a,
923
929
  events: {},
924
930
  displayName: "DocumentFileCopyLine"
925
- }), xn = "dap-ds-icon-file-image-line", cd = e({
926
- tagName: xn,
931
+ }), Un = "dap-ds-icon-file-image-line", od = e({
932
+ tagName: Un,
927
933
  elementClass: Na,
928
934
  react: a,
929
935
  events: {},
930
936
  displayName: "DocumentFileImageLine"
931
- }), Un = "dap-ds-icon-file-music-line", od = e({
932
- tagName: Un,
937
+ }), On = "dap-ds-icon-file-music-line", dd = e({
938
+ tagName: On,
933
939
  elementClass: ga,
934
940
  react: a,
935
941
  events: {},
936
942
  displayName: "DocumentFileMusicLine"
937
- }), On = "dap-ds-icon-file-text-line", dd = e({
938
- tagName: On,
943
+ }), Pn = "dap-ds-icon-file-text-line", ld = e({
944
+ tagName: Pn,
939
945
  elementClass: Sa,
940
946
  react: a,
941
947
  events: {},
942
948
  displayName: "DocumentFileTextLine"
943
- }), Pn = "dap-ds-icon-file-video-line", ld = e({
944
- tagName: Pn,
949
+ }), En = "dap-ds-icon-file-video-line", pd = e({
950
+ tagName: En,
945
951
  elementClass: Ca,
946
952
  react: a,
947
953
  events: {},
948
954
  displayName: "DocumentFileVideoLine"
949
- }), En = "dap-ds-icon-folder-line", pd = e({
950
- tagName: En,
955
+ }), Gn = "dap-ds-icon-folder-line", id = e({
956
+ tagName: Gn,
951
957
  elementClass: ya,
952
958
  react: a,
953
959
  events: {},
954
960
  displayName: "DocumentFolderLine"
955
- }), Gn = "dap-ds-icon-folder-open-line", id = e({
956
- tagName: Gn,
961
+ }), Mn = "dap-ds-icon-folder-open-line", md = e({
962
+ tagName: Mn,
957
963
  elementClass: $a,
958
964
  react: a,
959
965
  events: {},
960
966
  displayName: "DocumentFolderOpenLine"
961
- }), Mn = "dap-ds-icon-separator", md = e({
962
- tagName: Mn,
963
- elementClass: $t,
964
- react: a,
965
- events: {},
966
- displayName: "EditorSeparator"
967
967
  }), Hn = "dap-ds-icon-heart-fill", Dd = e({
968
968
  tagName: Hn,
969
969
  elementClass: ua,
@@ -1114,18 +1114,18 @@ const vt = "dap-ds-avatar", jr = e({
1114
1114
  react: a,
1115
1115
  events: {},
1116
1116
  displayName: "SystemErrorWarningFill"
1117
- }), Dr = "dap-ds-icon-error-warning-line", Pd = e({
1117
+ }), Dr = "dap-ds-icon-external-link-line", Pd = e({
1118
1118
  tagName: Dr,
1119
1119
  elementClass: Ka,
1120
1120
  react: a,
1121
1121
  events: {},
1122
- displayName: "SystemErrorWarningLine"
1123
- }), Nr = "dap-ds-icon-external-link-line", Ed = e({
1122
+ displayName: "SystemExternalLinkLine"
1123
+ }), Nr = "dap-ds-icon-error-warning-line", Ed = e({
1124
1124
  tagName: Nr,
1125
1125
  elementClass: Va,
1126
1126
  react: a,
1127
1127
  events: {},
1128
- displayName: "SystemExternalLinkLine"
1128
+ displayName: "SystemErrorWarningLine"
1129
1129
  }), gr = "dap-ds-icon-eye-line", Gd = e({
1130
1130
  tagName: gr,
1131
1131
  elementClass: ja,
@@ -1317,26 +1317,26 @@ export {
1317
1317
  Yo as ArrowsExpandUpDownFillReact,
1318
1318
  _o as BuildingsHome6LineReact,
1319
1319
  ed as BusinessCalendarLineReact,
1320
- ec as DapDSAccordionGroupReact,
1320
+ jr as DapDSAccordionGroupReact,
1321
1321
  Jr as DapDSAccordionReact,
1322
- Xr as DapDSAnchorHeadingReact,
1323
- qr as DapDSAvatarGroupReact,
1324
- jr as DapDSAvatarReact,
1322
+ _r as DapDSAnchorHeadingReact,
1323
+ ec as DapDSAvatarGroupReact,
1324
+ qr as DapDSAvatarReact,
1325
1325
  Qr as DapDSBadgeReact,
1326
- Yr as DapDSBannerReact,
1326
+ Xr as DapDSBannerReact,
1327
1327
  ac as DapDSBreadcrumbItemReact,
1328
- _r as DapDSBreadcrumbReact,
1328
+ Yr as DapDSBreadcrumbReact,
1329
1329
  tc as DapDSButtonReact,
1330
1330
  sc as DapDSCalendarCellReact,
1331
1331
  nc as DapDSCalendarReact,
1332
1332
  rc as DapDSCalloutReact,
1333
- cc as DapDSCardActionsReact,
1334
- oc as DapDSCardContentReact,
1335
- dc as DapDSCardImageReact,
1336
- ic as DapDSCardReact,
1337
- lc as DapDSCardSubtitleReact,
1338
- pc as DapDSCardTitleReact,
1339
- mc as DapDSCheckboxReact,
1333
+ oc as DapDSCardActionsReact,
1334
+ dc as DapDSCardContentReact,
1335
+ lc as DapDSCardImageReact,
1336
+ mc as DapDSCardReact,
1337
+ pc as DapDSCardSubtitleReact,
1338
+ ic as DapDSCardTitleReact,
1339
+ cc as DapDSCheckboxReact,
1340
1340
  Dc as DapDSChipReact,
1341
1341
  gc as DapDSCodePuncherReact,
1342
1342
  Nc as DapDSCodePuncherSlotReact,
@@ -1414,15 +1414,15 @@ export {
1414
1414
  ad as DesignEditLineReact,
1415
1415
  td as DesignToolsLineReact,
1416
1416
  sd as DeviceComputerLineReact,
1417
- nd as DocumentClipboardLineReact,
1418
- rd as DocumentFileCopyLineReact,
1419
- cd as DocumentFileImageLineReact,
1420
- od as DocumentFileMusicLineReact,
1421
- dd as DocumentFileTextLineReact,
1422
- ld as DocumentFileVideoLineReact,
1423
- pd as DocumentFolderLineReact,
1424
- id as DocumentFolderOpenLineReact,
1425
- md as EditorSeparatorReact,
1417
+ rd as DocumentClipboardLineReact,
1418
+ cd as DocumentFileCopyLineReact,
1419
+ od as DocumentFileImageLineReact,
1420
+ dd as DocumentFileMusicLineReact,
1421
+ ld as DocumentFileTextLineReact,
1422
+ pd as DocumentFileVideoLineReact,
1423
+ id as DocumentFolderLineReact,
1424
+ md as DocumentFolderOpenLineReact,
1425
+ nd as EditorSeparatorReact,
1426
1426
  Dd as HealthHeartFillReact,
1427
1427
  Nd as HealthHeartLineReact,
1428
1428
  gd as OthersCookieLineReact,
@@ -1444,8 +1444,8 @@ export {
1444
1444
  xd as SystemDeleteBinLineReact,
1445
1445
  Ud as SystemDownloadLineReact,
1446
1446
  Od as SystemErrorWarningFillReact,
1447
- Pd as SystemErrorWarningLineReact,
1448
- Ed as SystemExternalLinkLineReact,
1447
+ Ed as SystemErrorWarningLineReact,
1448
+ Pd as SystemExternalLinkLineReact,
1449
1449
  Gd as SystemEyeLineReact,
1450
1450
  Md as SystemEyeOffLineReact,
1451
1451
  Hd as SystemForbidFillReact,