dap-design-system 0.57.8 → 0.57.9
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/banner/banner.component.d.ts +2 -0
- package/dist/components/calendar/calendar.component.d.ts +4 -0
- package/dist/components/callout/callout.component.d.ts +2 -0
- package/dist/components/chip/chip.component.d.ts +2 -0
- package/dist/components/combobox/comboboxBase.d.ts +4 -0
- package/dist/components/copybox-input/copybox-input.component.d.ts +2 -0
- package/dist/components/datatable/datatable.component.d.ts +2 -0
- package/dist/components/datepicker/datepicker.component.d.ts +4 -0
- package/dist/components/file-input/file-input-list-item.component.d.ts +2 -0
- package/dist/components/file-input/file-input.component.d.ts +4 -0
- package/dist/components/image-zoom/image-zoom.component.d.ts +4 -0
- package/dist/components/modal/modal-base-element.d.ts +6 -0
- package/dist/components/navigation-menu/navigation-menu-item.component.d.ts +2 -0
- package/dist/components/number-input/number-input.component.d.ts +4 -0
- package/dist/components/pager/pager.component.d.ts +2 -0
- package/dist/components/password-input/password-input.component.d.ts +2 -0
- package/dist/components/snackbar/snackbar-message.component.d.ts +2 -0
- package/dist/components/timepicker/time-grid.component.d.ts +8 -0
- package/dist/components/timepicker/timepicker.component.d.ts +4 -0
- package/dist/{components-B66BAgiP.js → components-DM_rlHV7.js} +6335 -6210
- package/dist/components-DM_rlHV7.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +175 -123
- package/dist/manifest/vscode.html-custom-data.json +213 -79
- package/dist/manifest/web-types.json +489 -171
- package/dist/react/index.d.ts +6 -6
- package/dist/react-types.ts +6 -6
- package/dist/react.js +38 -38
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-B66BAgiP.js.map +0 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
2
|
-
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
3
|
-
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
4
2
|
export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
|
|
3
|
+
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
4
|
+
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
5
5
|
export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
|
|
6
|
-
export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
|
|
7
6
|
export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
|
|
8
7
|
export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
|
|
8
|
+
export { default as DapDSBadgeReact } from './dap-ds-badge/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';
|
|
@@ -89,8 +89,8 @@ export { default as DapDSToggleButtonReact } from './dap-ds-toggle-button/index.
|
|
|
89
89
|
export { default as DapDSTooltipReact } from './dap-ds-tooltip/index.js';
|
|
90
90
|
export { default as DapDSTrayReact } from './dap-ds-tray/index.js';
|
|
91
91
|
export { default as DapDSTypographyReact } from './dap-ds-typography/index.js';
|
|
92
|
-
export { default as DapDSFormLabelReact } from './dap-ds-form-label/index.js';
|
|
93
92
|
export { default as DapDSInputGroupReact } from './dap-ds-input-group/index.js';
|
|
93
|
+
export { default as DapDSFormLabelReact } from './dap-ds-form-label/index.js';
|
|
94
94
|
export { default as DapDSRadioGroupReact } from './dap-ds-radio-group/index.js';
|
|
95
95
|
export { default as ArrowsArrowDownLineReact } from './dap-ds-icon-arrow-down-line/index.js';
|
|
96
96
|
export { default as ArrowsArrowDownSFillReact } from './dap-ds-icon-arrow-down-s-fill/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 ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/index.js';
|
|
102
101
|
export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
|
|
102
|
+
export { default as ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/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';
|
|
@@ -118,8 +118,8 @@ export { default as DesignToolsLineReact } from './dap-ds-icon-tools-line/index.
|
|
|
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
120
|
export { default as DocumentFileCopyLineReact } from './dap-ds-icon-file-copy-line/index.js';
|
|
121
|
-
export { default as DocumentFileImageLineReact } from './dap-ds-icon-file-image-line/index.js';
|
|
122
121
|
export { default as DocumentFileMusicLineReact } from './dap-ds-icon-file-music-line/index.js';
|
|
122
|
+
export { default as DocumentFileImageLineReact } from './dap-ds-icon-file-image-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';
|
|
125
125
|
export { default as DocumentFolderLineReact } from './dap-ds-icon-folder-line/index.js';
|
package/dist/react-types.ts
CHANGED
|
@@ -4,13 +4,13 @@ type HtmlType = { children?: React.ReactNode | Element, class?: string, ref?: Re
|
|
|
4
4
|
style?: Partial<CSSStyleDeclaration>, id?: string, onClick?: (e: React.MouseEvent) => void, onChange?: (e: React.ChangeEvent) => void}
|
|
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
|
-
export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
|
|
8
|
-
export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
9
7
|
export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
|
|
8
|
+
export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
9
|
+
export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
|
|
10
10
|
export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
|
|
11
|
-
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 }
|
|
13
12
|
export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
|
|
13
|
+
export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, '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'>>
|
|
@@ -94,8 +94,8 @@ export type DapDSToggleButtonType = HtmlType & Partial<Omit<DDS.DapDSToggleButto
|
|
|
94
94
|
export type DapDSTooltipType = HtmlType & Partial<Omit<DDS.DapDSTooltip, 'children' | 'style'>>
|
|
95
95
|
export type DapDSTrayType = HtmlType & Partial<Omit<DDS.DapDSTray, '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 }
|
|
96
96
|
export type DapDSTypographyType = HtmlType & Partial<Omit<DDS.DapDSTypography, 'children' | 'style'>>
|
|
97
|
-
export type DapDSFormLabelType = HtmlType & Partial<Omit<DDS.DapDSFormLabel, 'children' | 'style'>>
|
|
98
97
|
export type DapDSInputGroupType = HtmlType & Partial<Omit<DDS.DapDSInputGroup, 'children' | 'style'>>
|
|
98
|
+
export type DapDSFormLabelType = HtmlType & Partial<Omit<DDS.DapDSFormLabel, '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
100
|
export type ArrowsArrowDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownLine, 'children' | 'style'>>
|
|
101
101
|
export type ArrowsArrowDownSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSFill, '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 ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, 'children' | 'style'>>
|
|
107
106
|
export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
|
|
107
|
+
export type ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, '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'>>
|
|
@@ -123,8 +123,8 @@ export type DesignToolsLineType = HtmlType & Partial<Omit<DDS.DesignToolsLine, '
|
|
|
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
125
|
export type DocumentFileCopyLineType = HtmlType & Partial<Omit<DDS.DocumentFileCopyLine, 'children' | 'style'>>
|
|
126
|
-
export type DocumentFileImageLineType = HtmlType & Partial<Omit<DDS.DocumentFileImageLine, 'children' | 'style'>>
|
|
127
126
|
export type DocumentFileMusicLineType = HtmlType & Partial<Omit<DDS.DocumentFileMusicLine, 'children' | 'style'>>
|
|
127
|
+
export type DocumentFileImageLineType = HtmlType & Partial<Omit<DDS.DocumentFileImageLine, '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'>>
|
|
130
130
|
export type DocumentFolderLineType = HtmlType & Partial<Omit<DDS.DocumentFolderLine, 'children' | 'style'>>
|
package/dist/react.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
4
|
-
import { ArrowsArrowDownLine as He, ArrowsArrowDownSFill as Ze, ArrowsArrowDownSLine as ze, ArrowsArrowLeftDownLine as Ke, ArrowsArrowLeftLLine as Ve, ArrowsArrowLeftLine as je,
|
|
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-DM_rlHV7.js";
|
|
4
|
+
import { ArrowsArrowDownLine as He, ArrowsArrowDownSFill as Ze, ArrowsArrowDownSLine as ze, ArrowsArrowLeftDownLine as Ke, ArrowsArrowLeftLLine as Ve, ArrowsArrowLeftLine as je, ArrowsArrowLeftSLine as qe, ArrowsArrowLeftSFill 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, DocumentFileMusicLine as Na, DocumentFileImageLine as ga, DocumentFileTextLine as Sa, DocumentFileVideoLine as Ca, DocumentFolderLine as ya, DocumentFolderOpenLine as $a, HealthHeartFill as ua, HealthHeartLine as La, OthersCookieLine as va, SystemAddLine as Ra, SystemAlertFill as ha, SystemAlertLine as wa, SystemCheckLine as Wa, SystemCheckLine2 as ba, SystemCheckboxBlankCircleFill as Aa, SystemCheckboxBlankCircleFillCheck as ka, SystemCheckboxBlankCircleLine as fa, SystemCheckboxCircleFill as Fa, SystemCheckboxCircleLine as Ia, SystemCloseCircleFill as Ba, SystemCloseCircleLine as Ta, SystemCloseFill as xa, SystemCloseLine as Ua, SystemDeleteBinFill as Oa, SystemDeleteBinLine as Pa, SystemDownloadLine as Ea, SystemErrorWarningFill as Ga, SystemErrorWarningLine as Ma, SystemExternalLinkLine as Ha, SystemEyeLine as Za, SystemEyeOffLine as za, SystemForbidFill as Ka, SystemInformation2Fill as Va, SystemInformationFill as ja, SystemInformationLine as qa, SystemLightbulbFill as Ja, SystemLoadingSpinner as Qa, SystemLockFill as Xa, SystemLockLine as Ya, SystemMenuLine as _a, SystemMenuLineS as et, SystemMore2Line as at, SystemMoreLine as tt, SystemSearchLine as st, SystemShareLine as nt, SystemShieldCheckFill as rt, SystemShieldCheckLine as ct, SystemStarFill as ot, SystemSubtractLine as dt, SystemSubtractLine2 as lt, SystemTimeFill as pt, SystemTimeLine as it, SystemUpload2Fill as mt, SystemUpload2Line as Dt, SystemUploadLine as Nt, UserAccountCircleFill as gt, UserAccountCircleLine as St, UserUserFill as Ct, UserUserLine as yt } from "./icons.js";
|
|
5
5
|
import { EditorSeparator as $t, SystemZoomInLine as ut, SystemZoomOutLine as Lt } from "./dds.js";
|
|
6
6
|
const vt = "dap-ds-accordion", jr = e({
|
|
7
7
|
tagName: vt,
|
|
@@ -12,12 +12,12 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
12
12
|
onDdsClosed: "dds-closed"
|
|
13
13
|
},
|
|
14
14
|
displayName: "DapDSAccordion"
|
|
15
|
-
}), Rt = "dap-ds-
|
|
15
|
+
}), Rt = "dap-ds-accordion-group", qr = e({
|
|
16
16
|
tagName: Rt,
|
|
17
17
|
elementClass: s,
|
|
18
18
|
react: a,
|
|
19
19
|
events: {},
|
|
20
|
-
displayName: "
|
|
20
|
+
displayName: "DapDSAccordionGroup"
|
|
21
21
|
}), ht = "dap-ds-avatar", Jr = e({
|
|
22
22
|
tagName: ht,
|
|
23
23
|
elementClass: n,
|
|
@@ -27,12 +27,12 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
27
27
|
onDdsError: "dds-error"
|
|
28
28
|
},
|
|
29
29
|
displayName: "DapDSAvatar"
|
|
30
|
-
}), wt = "dap-ds-
|
|
30
|
+
}), wt = "dap-ds-anchor-heading", Qr = e({
|
|
31
31
|
tagName: wt,
|
|
32
32
|
elementClass: r,
|
|
33
33
|
react: a,
|
|
34
34
|
events: {},
|
|
35
|
-
displayName: "
|
|
35
|
+
displayName: "DapDSAnchorHeading"
|
|
36
36
|
}), Wt = "dap-ds-avatar-group", Xr = e({
|
|
37
37
|
tagName: Wt,
|
|
38
38
|
elementClass: c,
|
|
@@ -41,26 +41,26 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
41
41
|
onDdsOverflowClick: "dds-overflow-click"
|
|
42
42
|
},
|
|
43
43
|
displayName: "DapDSAvatarGroup"
|
|
44
|
-
}), bt = "dap-ds-
|
|
44
|
+
}), bt = "dap-ds-banner", Yr = e({
|
|
45
45
|
tagName: bt,
|
|
46
46
|
elementClass: o,
|
|
47
47
|
react: a,
|
|
48
|
-
events: {},
|
|
49
|
-
displayName: "DapDSBadge"
|
|
50
|
-
}), At = "dap-ds-banner", _r = e({
|
|
51
|
-
tagName: At,
|
|
52
|
-
elementClass: d,
|
|
53
|
-
react: a,
|
|
54
48
|
events: {
|
|
55
49
|
onDdsClose: "dds-close"
|
|
56
50
|
},
|
|
57
51
|
displayName: "DapDSBanner"
|
|
58
|
-
}),
|
|
52
|
+
}), At = "dap-ds-breadcrumb", _r = e({
|
|
53
|
+
tagName: At,
|
|
54
|
+
elementClass: d,
|
|
55
|
+
react: a,
|
|
56
|
+
events: {},
|
|
57
|
+
displayName: "DapDSBreadcrumb"
|
|
58
|
+
}), kt = "dap-ds-badge", ec = e({
|
|
59
59
|
tagName: kt,
|
|
60
60
|
elementClass: l,
|
|
61
61
|
react: a,
|
|
62
62
|
events: {},
|
|
63
|
-
displayName: "
|
|
63
|
+
displayName: "DapDSBadge"
|
|
64
64
|
}), ft = "dap-ds-breadcrumb-item", ac = e({
|
|
65
65
|
tagName: ft,
|
|
66
66
|
elementClass: p,
|
|
@@ -744,18 +744,18 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
744
744
|
react: a,
|
|
745
745
|
events: {},
|
|
746
746
|
displayName: "DapDSTypography"
|
|
747
|
-
}), rn = "dap-ds-
|
|
747
|
+
}), rn = "dap-ds-input-group", Fo = e({
|
|
748
748
|
tagName: rn,
|
|
749
749
|
elementClass: Ee,
|
|
750
750
|
react: a,
|
|
751
751
|
events: {},
|
|
752
|
-
displayName: "
|
|
753
|
-
}), cn = "dap-ds-
|
|
752
|
+
displayName: "DapDSInputGroup"
|
|
753
|
+
}), cn = "dap-ds-form-label", Io = e({
|
|
754
754
|
tagName: cn,
|
|
755
755
|
elementClass: Ge,
|
|
756
756
|
react: a,
|
|
757
757
|
events: {},
|
|
758
|
-
displayName: "
|
|
758
|
+
displayName: "DapDSFormLabel"
|
|
759
759
|
}), on = "dap-ds-radio-group", Bo = e({
|
|
760
760
|
tagName: on,
|
|
761
761
|
elementClass: Me,
|
|
@@ -802,18 +802,18 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
802
802
|
react: a,
|
|
803
803
|
events: {},
|
|
804
804
|
displayName: "ArrowsArrowLeftLine"
|
|
805
|
-
}), gn = "dap-ds-icon-arrow-left-s-
|
|
805
|
+
}), gn = "dap-ds-icon-arrow-left-s-line", Go = e({
|
|
806
806
|
tagName: gn,
|
|
807
807
|
elementClass: qe,
|
|
808
808
|
react: a,
|
|
809
809
|
events: {},
|
|
810
|
-
displayName: "
|
|
811
|
-
}), Sn = "dap-ds-icon-arrow-left-s-
|
|
810
|
+
displayName: "ArrowsArrowLeftSLine"
|
|
811
|
+
}), Sn = "dap-ds-icon-arrow-left-s-fill", Mo = e({
|
|
812
812
|
tagName: Sn,
|
|
813
813
|
elementClass: Je,
|
|
814
814
|
react: a,
|
|
815
815
|
events: {},
|
|
816
|
-
displayName: "
|
|
816
|
+
displayName: "ArrowsArrowLeftSFill"
|
|
817
817
|
}), Cn = "dap-ds-icon-arrow-left-up-line", Ho = e({
|
|
818
818
|
tagName: Cn,
|
|
819
819
|
elementClass: Qe,
|
|
@@ -922,18 +922,18 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
922
922
|
react: a,
|
|
923
923
|
events: {},
|
|
924
924
|
displayName: "DocumentFileCopyLine"
|
|
925
|
-
}), xn = "dap-ds-icon-file-
|
|
925
|
+
}), xn = "dap-ds-icon-file-music-line", cd = e({
|
|
926
926
|
tagName: xn,
|
|
927
927
|
elementClass: Na,
|
|
928
928
|
react: a,
|
|
929
929
|
events: {},
|
|
930
|
-
displayName: "
|
|
931
|
-
}), Un = "dap-ds-icon-file-
|
|
930
|
+
displayName: "DocumentFileMusicLine"
|
|
931
|
+
}), Un = "dap-ds-icon-file-image-line", od = e({
|
|
932
932
|
tagName: Un,
|
|
933
933
|
elementClass: ga,
|
|
934
934
|
react: a,
|
|
935
935
|
events: {},
|
|
936
|
-
displayName: "
|
|
936
|
+
displayName: "DocumentFileImageLine"
|
|
937
937
|
}), On = "dap-ds-icon-file-text-line", dd = e({
|
|
938
938
|
tagName: On,
|
|
939
939
|
elementClass: Sa,
|
|
@@ -1302,8 +1302,8 @@ export {
|
|
|
1302
1302
|
Oo as ArrowsArrowLeftDownLineReact,
|
|
1303
1303
|
Po as ArrowsArrowLeftLLineReact,
|
|
1304
1304
|
Eo as ArrowsArrowLeftLineReact,
|
|
1305
|
-
|
|
1306
|
-
|
|
1305
|
+
Mo as ArrowsArrowLeftSFillReact,
|
|
1306
|
+
Go as ArrowsArrowLeftSLineReact,
|
|
1307
1307
|
Ho as ArrowsArrowLeftUpLineReact,
|
|
1308
1308
|
Zo as ArrowsArrowRightDownLineReact,
|
|
1309
1309
|
zo as ArrowsArrowRightLLineReact,
|
|
@@ -1317,15 +1317,15 @@ export {
|
|
|
1317
1317
|
Yo as ArrowsExpandUpDownFillReact,
|
|
1318
1318
|
_o as BuildingsHome6LineReact,
|
|
1319
1319
|
ed as BusinessCalendarLineReact,
|
|
1320
|
-
|
|
1320
|
+
qr as DapDSAccordionGroupReact,
|
|
1321
1321
|
jr as DapDSAccordionReact,
|
|
1322
|
-
|
|
1322
|
+
Qr as DapDSAnchorHeadingReact,
|
|
1323
1323
|
Xr as DapDSAvatarGroupReact,
|
|
1324
1324
|
Jr as DapDSAvatarReact,
|
|
1325
|
-
|
|
1326
|
-
|
|
1325
|
+
ec as DapDSBadgeReact,
|
|
1326
|
+
Yr as DapDSBannerReact,
|
|
1327
1327
|
ac as DapDSBreadcrumbItemReact,
|
|
1328
|
-
|
|
1328
|
+
_r as DapDSBreadcrumbReact,
|
|
1329
1329
|
tc as DapDSButtonReact,
|
|
1330
1330
|
sc as DapDSCalendarCellReact,
|
|
1331
1331
|
nc as DapDSCalendarReact,
|
|
@@ -1355,11 +1355,11 @@ export {
|
|
|
1355
1355
|
Ac as DapDSFileInputListItemReact,
|
|
1356
1356
|
kc as DapDSFileInputListReact,
|
|
1357
1357
|
fc as DapDSFileInputReact,
|
|
1358
|
-
|
|
1358
|
+
Io as DapDSFormLabelReact,
|
|
1359
1359
|
Ic as DapDSIconButtonReact,
|
|
1360
1360
|
Fc as DapDSIconReact,
|
|
1361
1361
|
Bc as DapDSImageZoomReact,
|
|
1362
|
-
|
|
1362
|
+
Fo as DapDSInputGroupReact,
|
|
1363
1363
|
Tc as DapDSInputReact,
|
|
1364
1364
|
xc as DapDSLabelReact,
|
|
1365
1365
|
Uc as DapDSLinkReact,
|
|
@@ -1416,8 +1416,8 @@ export {
|
|
|
1416
1416
|
sd as DeviceComputerLineReact,
|
|
1417
1417
|
nd as DocumentClipboardLineReact,
|
|
1418
1418
|
rd as DocumentFileCopyLineReact,
|
|
1419
|
-
|
|
1420
|
-
|
|
1419
|
+
od as DocumentFileImageLineReact,
|
|
1420
|
+
cd as DocumentFileMusicLineReact,
|
|
1421
1421
|
dd as DocumentFileTextLineReact,
|
|
1422
1422
|
ld as DocumentFileVideoLineReact,
|
|
1423
1423
|
pd as DocumentFolderLineReact,
|