dap-design-system 0.57.6 → 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.
- package/dist/components/form/radio-group/radio-group.component.d.ts +2 -0
- package/dist/{components-C0QWDkMH.js → components-CMBmObyM.js} +25 -20
- package/dist/{components-C0QWDkMH.js.map → components-CMBmObyM.js.map} +1 -1
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +219 -219
- package/dist/manifest/vscode.html-custom-data.json +160 -160
- package/dist/manifest/web-types.json +383 -383
- package/dist/react/index.d.ts +8 -8
- package/dist/react-types.ts +8 -8
- package/dist/react.js +109 -109
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
2
|
-
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
3
|
-
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
4
|
-
export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
|
|
5
2
|
export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
|
|
3
|
+
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
6
4
|
export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
|
|
7
5
|
export { default as DapDSBannerReact } from './dap-ds-banner/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';
|
|
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';
|
|
@@ -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
|
|
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,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,9 +150,9 @@ 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';
|
|
153
154
|
export { default as SystemExternalLinkLineReact } from './dap-ds-icon-external-link-line/index.js';
|
|
154
155
|
export { default as SystemEyeLineReact } from './dap-ds-icon-eye-line/index.js';
|
|
155
|
-
export { default as SystemErrorWarningLineReact } from './dap-ds-icon-error-warning-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';
|
|
158
158
|
export { default as SystemInformation2FillReact } from './dap-ds-icon-information-2-fill/index.js';
|
package/dist/react-types.ts
CHANGED
|
@@ -4,25 +4,25 @@ 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 DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
8
|
-
export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
|
|
9
|
-
export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
|
|
10
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 }
|
|
11
9
|
export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
|
|
12
10
|
export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => 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'>>
|
|
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 }
|
|
@@ -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
|
|
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,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,9 +155,9 @@ 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'>>
|
|
158
159
|
export type SystemExternalLinkLineType = HtmlType & Partial<Omit<DDS.SystemExternalLinkLine, 'children' | 'style'>>
|
|
159
160
|
export type SystemEyeLineType = HtmlType & Partial<Omit<DDS.SystemEyeLine, 'children' | 'style'>>
|
|
160
|
-
export type SystemErrorWarningLineType = HtmlType & Partial<Omit<DDS.SystemErrorWarningLine, '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'>>
|
|
163
163
|
export type SystemInformation2FillType = HtmlType & Partial<Omit<DDS.SystemInformation2Fill, '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, ArrowsArrowLeftSFill as qe, ArrowsArrowLeftSLine 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-CMBmObyM.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, ArrowsArrowRightDownLine as Qe, ArrowsArrowLeftUpLine as Xe, ArrowsArrowRightLine as Ye, ArrowsArrowRightLLine 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";
|
|
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,55 +12,55 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
12
12
|
onDdsClosed: "dds-closed"
|
|
13
13
|
},
|
|
14
14
|
displayName: "DapDSAccordion"
|
|
15
|
-
}), Rt = "dap-ds-avatar", qr = e({
|
|
15
|
+
}), Rt = "dap-ds-avatar-group", qr = e({
|
|
16
16
|
tagName: Rt,
|
|
17
17
|
elementClass: s,
|
|
18
18
|
react: a,
|
|
19
19
|
events: {
|
|
20
|
-
|
|
21
|
-
onDdsError: "dds-error"
|
|
20
|
+
onDdsOverflowClick: "dds-overflow-click"
|
|
22
21
|
},
|
|
23
|
-
displayName: "
|
|
24
|
-
}), ht = "dap-ds-
|
|
22
|
+
displayName: "DapDSAvatarGroup"
|
|
23
|
+
}), ht = "dap-ds-avatar", Jr = e({
|
|
25
24
|
tagName: ht,
|
|
26
25
|
elementClass: n,
|
|
27
26
|
react: a,
|
|
28
|
-
events: {
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
events: {
|
|
28
|
+
onDdsLoad: "dds-load",
|
|
29
|
+
onDdsError: "dds-error"
|
|
30
|
+
},
|
|
31
|
+
displayName: "DapDSAvatar"
|
|
32
|
+
}), wt = "dap-ds-badge", Qr = e({
|
|
31
33
|
tagName: wt,
|
|
32
34
|
elementClass: r,
|
|
33
35
|
react: a,
|
|
34
36
|
events: {},
|
|
35
|
-
displayName: "
|
|
36
|
-
}), Wt = "dap-ds-
|
|
37
|
+
displayName: "DapDSBadge"
|
|
38
|
+
}), Wt = "dap-ds-banner", Xr = e({
|
|
37
39
|
tagName: Wt,
|
|
38
40
|
elementClass: c,
|
|
39
41
|
react: a,
|
|
40
42
|
events: {
|
|
41
|
-
|
|
43
|
+
onDdsClose: "dds-close"
|
|
42
44
|
},
|
|
43
|
-
displayName: "
|
|
44
|
-
}), bt = "dap-ds-
|
|
45
|
+
displayName: "DapDSBanner"
|
|
46
|
+
}), bt = "dap-ds-breadcrumb", Yr = e({
|
|
45
47
|
tagName: bt,
|
|
46
48
|
elementClass: o,
|
|
47
49
|
react: a,
|
|
48
50
|
events: {},
|
|
49
|
-
displayName: "
|
|
50
|
-
}), At = "dap-ds-
|
|
51
|
+
displayName: "DapDSBreadcrumb"
|
|
52
|
+
}), At = "dap-ds-accordion-group", _r = e({
|
|
51
53
|
tagName: At,
|
|
52
54
|
elementClass: d,
|
|
53
55
|
react: a,
|
|
54
|
-
events: {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
displayName: "DapDSBanner"
|
|
58
|
-
}), kt = "dap-ds-breadcrumb", ec = e({
|
|
56
|
+
events: {},
|
|
57
|
+
displayName: "DapDSAccordionGroup"
|
|
58
|
+
}), kt = "dap-ds-anchor-heading", ec = e({
|
|
59
59
|
tagName: kt,
|
|
60
60
|
elementClass: l,
|
|
61
61
|
react: a,
|
|
62
62
|
events: {},
|
|
63
|
-
displayName: "
|
|
63
|
+
displayName: "DapDSAnchorHeading"
|
|
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-accordion", jr = e({
|
|
|
97
97
|
onDdsClose: "dds-close"
|
|
98
98
|
},
|
|
99
99
|
displayName: "DapDSCallout"
|
|
100
|
-
}), xt = "dap-ds-
|
|
100
|
+
}), xt = "dap-ds-checkbox", cc = e({
|
|
101
101
|
tagName: xt,
|
|
102
102
|
elementClass: g,
|
|
103
103
|
react: a,
|
|
104
|
-
events: {
|
|
105
|
-
|
|
106
|
-
|
|
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: "
|
|
112
|
-
}), Ot = "dap-ds-card-
|
|
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: "
|
|
118
|
-
}), Pt = "dap-ds-card-
|
|
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: "
|
|
124
|
-
}), Et = "dap-ds-card-
|
|
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: "
|
|
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: "
|
|
136
|
-
}), Mt = "dap-ds-
|
|
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
|
-
|
|
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,
|
|
@@ -814,30 +814,30 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
814
814
|
react: a,
|
|
815
815
|
events: {},
|
|
816
816
|
displayName: "ArrowsArrowLeftSLine"
|
|
817
|
-
}), Cn = "dap-ds-icon-arrow-
|
|
817
|
+
}), Cn = "dap-ds-icon-arrow-right-down-line", Ho = e({
|
|
818
818
|
tagName: Cn,
|
|
819
819
|
elementClass: Qe,
|
|
820
820
|
react: a,
|
|
821
821
|
events: {},
|
|
822
|
-
displayName: "
|
|
823
|
-
}), yn = "dap-ds-icon-arrow-
|
|
822
|
+
displayName: "ArrowsArrowRightDownLine"
|
|
823
|
+
}), yn = "dap-ds-icon-arrow-left-up-line", Zo = e({
|
|
824
824
|
tagName: yn,
|
|
825
825
|
elementClass: Xe,
|
|
826
826
|
react: a,
|
|
827
827
|
events: {},
|
|
828
|
-
displayName: "
|
|
829
|
-
}), $n = "dap-ds-icon-arrow-right-
|
|
828
|
+
displayName: "ArrowsArrowLeftUpLine"
|
|
829
|
+
}), $n = "dap-ds-icon-arrow-right-line", zo = e({
|
|
830
830
|
tagName: $n,
|
|
831
831
|
elementClass: Ye,
|
|
832
832
|
react: a,
|
|
833
833
|
events: {},
|
|
834
|
-
displayName: "
|
|
835
|
-
}), un = "dap-ds-icon-arrow-right-line", Ko = e({
|
|
834
|
+
displayName: "ArrowsArrowRightLine"
|
|
835
|
+
}), un = "dap-ds-icon-arrow-right-l-line", Ko = e({
|
|
836
836
|
tagName: un,
|
|
837
837
|
elementClass: _e,
|
|
838
838
|
react: a,
|
|
839
839
|
events: {},
|
|
840
|
-
displayName: "
|
|
840
|
+
displayName: "ArrowsArrowRightLLine"
|
|
841
841
|
}), Ln = "dap-ds-icon-arrow-right-s-fill", Vo = e({
|
|
842
842
|
tagName: Ln,
|
|
843
843
|
elementClass: ea,
|
|
@@ -910,60 +910,60 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
910
910
|
react: a,
|
|
911
911
|
events: {},
|
|
912
912
|
displayName: "DeviceComputerLine"
|
|
913
|
-
}), Bn = "dap-ds-icon-
|
|
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
|
-
}),
|
|
920
|
-
tagName:
|
|
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
|
-
}),
|
|
926
|
-
tagName:
|
|
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
|
-
}),
|
|
932
|
-
tagName:
|
|
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
|
-
}),
|
|
938
|
-
tagName:
|
|
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
|
-
}),
|
|
944
|
-
tagName:
|
|
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
|
-
}),
|
|
950
|
-
tagName:
|
|
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
|
-
}),
|
|
956
|
-
tagName:
|
|
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,24 +1114,24 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
1114
1114
|
react: a,
|
|
1115
1115
|
events: {},
|
|
1116
1116
|
displayName: "SystemErrorWarningFill"
|
|
1117
|
-
}), Dr = "dap-ds-icon-
|
|
1117
|
+
}), Dr = "dap-ds-icon-error-warning-line", Pd = e({
|
|
1118
1118
|
tagName: Dr,
|
|
1119
1119
|
elementClass: Ka,
|
|
1120
1120
|
react: a,
|
|
1121
1121
|
events: {},
|
|
1122
|
-
displayName: "
|
|
1123
|
-
}), Nr = "dap-ds-icon-
|
|
1122
|
+
displayName: "SystemErrorWarningLine"
|
|
1123
|
+
}), Nr = "dap-ds-icon-external-link-line", Ed = e({
|
|
1124
1124
|
tagName: Nr,
|
|
1125
1125
|
elementClass: Va,
|
|
1126
1126
|
react: a,
|
|
1127
1127
|
events: {},
|
|
1128
|
-
displayName: "
|
|
1129
|
-
}), gr = "dap-ds-icon-
|
|
1128
|
+
displayName: "SystemExternalLinkLine"
|
|
1129
|
+
}), gr = "dap-ds-icon-eye-line", Gd = e({
|
|
1130
1130
|
tagName: gr,
|
|
1131
1131
|
elementClass: ja,
|
|
1132
1132
|
react: a,
|
|
1133
1133
|
events: {},
|
|
1134
|
-
displayName: "
|
|
1134
|
+
displayName: "SystemEyeLine"
|
|
1135
1135
|
}), Sr = "dap-ds-icon-eye-off-line", Md = e({
|
|
1136
1136
|
tagName: Sr,
|
|
1137
1137
|
elementClass: qa,
|
|
@@ -1304,10 +1304,10 @@ export {
|
|
|
1304
1304
|
Eo as ArrowsArrowLeftLineReact,
|
|
1305
1305
|
Go as ArrowsArrowLeftSFillReact,
|
|
1306
1306
|
Mo as ArrowsArrowLeftSLineReact,
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1307
|
+
Zo as ArrowsArrowLeftUpLineReact,
|
|
1308
|
+
Ho as ArrowsArrowRightDownLineReact,
|
|
1309
|
+
Ko as ArrowsArrowRightLLineReact,
|
|
1310
|
+
zo as ArrowsArrowRightLineReact,
|
|
1311
1311
|
Vo as ArrowsArrowRightSFillReact,
|
|
1312
1312
|
jo as ArrowsArrowRightSLineReact,
|
|
1313
1313
|
qo as ArrowsArrowRightUpLineReact,
|
|
@@ -1317,26 +1317,26 @@ export {
|
|
|
1317
1317
|
Yo as ArrowsExpandUpDownFillReact,
|
|
1318
1318
|
_o as BuildingsHome6LineReact,
|
|
1319
1319
|
ed as BusinessCalendarLineReact,
|
|
1320
|
-
|
|
1320
|
+
_r as DapDSAccordionGroupReact,
|
|
1321
1321
|
jr as DapDSAccordionReact,
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1322
|
+
ec as DapDSAnchorHeadingReact,
|
|
1323
|
+
qr as DapDSAvatarGroupReact,
|
|
1324
|
+
Jr as DapDSAvatarReact,
|
|
1325
|
+
Qr as DapDSBadgeReact,
|
|
1326
|
+
Xr as DapDSBannerReact,
|
|
1327
1327
|
ac as DapDSBreadcrumbItemReact,
|
|
1328
|
-
|
|
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
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
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
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
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,9 +1444,9 @@ export {
|
|
|
1444
1444
|
xd as SystemDeleteBinLineReact,
|
|
1445
1445
|
Ud as SystemDownloadLineReact,
|
|
1446
1446
|
Od as SystemErrorWarningFillReact,
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1447
|
+
Pd as SystemErrorWarningLineReact,
|
|
1448
|
+
Ed as SystemExternalLinkLineReact,
|
|
1449
|
+
Gd as SystemEyeLineReact,
|
|
1450
1450
|
Md as SystemEyeOffLineReact,
|
|
1451
1451
|
Hd as SystemForbidFillReact,
|
|
1452
1452
|
Zd as SystemInformation2FillReact,
|