dap-design-system 0.57.4 → 0.57.5
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/common/types.d.ts +2 -1
- package/dist/components/banner/banner.component.d.ts +1 -1
- package/dist/components/button/button.component.d.ts +2 -4
- package/dist/components/button/button.variants.d.ts +2 -2
- package/dist/components/callout/callout.component.d.ts +1 -1
- package/dist/components/code-puncher/code-puncher-slot.component.d.ts +1 -1
- package/dist/components/combobox/comboboxBase.d.ts +2 -2
- package/dist/components/link/link.variants.d.ts +1 -1
- package/dist/{components-BU8-Zde_.js → components-DAqH4X61.js} +17 -17
- package/dist/components-DAqH4X61.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/components.native.css +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +252 -252
- package/dist/manifest/vscode.html-custom-data.json +177 -177
- package/dist/manifest/web-types.json +527 -527
- package/dist/react/index.d.ts +7 -7
- package/dist/react-types.ts +7 -7
- package/dist/react.js +76 -76
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-BU8-Zde_.js.map +0 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
2
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';
|
|
3
4
|
export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
|
|
4
5
|
export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
|
|
5
|
-
export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
|
|
6
6
|
export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
|
|
7
|
-
export { default as
|
|
7
|
+
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
8
8
|
export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
|
|
9
9
|
export { default as DapDSBreadcrumbItemReact } from './dap-ds-breadcrumb-item/index.js';
|
|
10
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';
|
|
@@ -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 DapDSSkeletonReact } from './dap-ds-skeleton/index.js';
|
|
70
69
|
export { default as DapDSSkipLinkReact } from './dap-ds-skip-link/index.js';
|
|
70
|
+
export { default as DapDSSkeletonReact } from './dap-ds-skeleton/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';
|
|
@@ -126,8 +126,8 @@ export { default as DocumentFolderLineReact } from './dap-ds-icon-folder-line/in
|
|
|
126
126
|
export { default as DocumentFolderOpenLineReact } from './dap-ds-icon-folder-open-line/index.js';
|
|
127
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 HealthHeartLineReact } from './dap-ds-icon-heart-line/index.js';
|
|
130
129
|
export { default as OthersCookieLineReact } from './dap-ds-icon-cookie-line/index.js';
|
|
130
|
+
export { default as HealthHeartLineReact } from './dap-ds-icon-heart-line/index.js';
|
|
131
131
|
export { default as SystemAddLineReact } from './dap-ds-icon-add-line/index.js';
|
|
132
132
|
export { default as SystemAlertFillReact } from './dap-ds-icon-alert-fill/index.js';
|
|
133
133
|
export { default as SystemAlertLineReact } from './dap-ds-icon-alert-line/index.js';
|
|
@@ -164,8 +164,8 @@ export { default as SystemMore2LineReact } from './dap-ds-icon-more-2-line/index
|
|
|
164
164
|
export { default as SystemMoreLineReact } from './dap-ds-icon-more-line/index.js';
|
|
165
165
|
export { default as SystemSearchLineReact } from './dap-ds-icon-search-line/index.js';
|
|
166
166
|
export { default as SystemShareLineReact } from './dap-ds-icon-share-line/index.js';
|
|
167
|
-
export { default as SystemShieldCheckFillReact } from './dap-ds-icon-shield-check-fill/index.js';
|
|
168
167
|
export { default as SystemShieldCheckLineReact } from './dap-ds-icon-shield-check-line/index.js';
|
|
168
|
+
export { default as SystemShieldCheckFillReact } from './dap-ds-icon-shield-check-fill/index.js';
|
|
169
169
|
export { default as SystemStarFillReact } from './dap-ds-icon-star-fill/index.js';
|
|
170
170
|
export { default as SystemSubtractLineReact } from './dap-ds-icon-subtract-line/index.js';
|
|
171
171
|
export { default as SystemSubtractLine2React } from './dap-ds-icon-subtract-line2/index.js';
|
package/dist/react-types.ts
CHANGED
|
@@ -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 DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
7
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'>>
|
|
8
9
|
export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
|
|
9
10
|
export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
|
|
10
|
-
export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
|
|
11
11
|
export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
12
|
-
export type
|
|
12
|
+
export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
13
13
|
export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
|
|
14
14
|
export type DapDSBreadcrumbItemType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumbItem, 'children' | 'style'>>
|
|
15
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 }
|
|
@@ -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 DapDSSkeletonType = HtmlType & Partial<Omit<DDS.DapDSSkeleton, 'children' | 'style'>>
|
|
75
74
|
export type DapDSSkipLinkType = HtmlType & Partial<Omit<DDS.DapDSSkipLink, 'children' | 'style'>>
|
|
75
|
+
export type DapDSSkeletonType = HtmlType & Partial<Omit<DDS.DapDSSkeleton, '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'>>
|
|
@@ -131,8 +131,8 @@ export type DocumentFolderLineType = HtmlType & Partial<Omit<DDS.DocumentFolderL
|
|
|
131
131
|
export type DocumentFolderOpenLineType = HtmlType & Partial<Omit<DDS.DocumentFolderOpenLine, 'children' | 'style'>>
|
|
132
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 HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
|
|
135
134
|
export type OthersCookieLineType = HtmlType & Partial<Omit<DDS.OthersCookieLine, 'children' | 'style'>>
|
|
135
|
+
export type HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
|
|
136
136
|
export type SystemAddLineType = HtmlType & Partial<Omit<DDS.SystemAddLine, 'children' | 'style'>>
|
|
137
137
|
export type SystemAlertFillType = HtmlType & Partial<Omit<DDS.SystemAlertFill, 'children' | 'style'>>
|
|
138
138
|
export type SystemAlertLineType = HtmlType & Partial<Omit<DDS.SystemAlertLine, 'children' | 'style'>>
|
|
@@ -169,8 +169,8 @@ export type SystemMore2LineType = HtmlType & Partial<Omit<DDS.SystemMore2Line, '
|
|
|
169
169
|
export type SystemMoreLineType = HtmlType & Partial<Omit<DDS.SystemMoreLine, 'children' | 'style'>>
|
|
170
170
|
export type SystemSearchLineType = HtmlType & Partial<Omit<DDS.SystemSearchLine, 'children' | 'style'>>
|
|
171
171
|
export type SystemShareLineType = HtmlType & Partial<Omit<DDS.SystemShareLine, 'children' | 'style'>>
|
|
172
|
-
export type SystemShieldCheckFillType = HtmlType & Partial<Omit<DDS.SystemShieldCheckFill, 'children' | 'style'>>
|
|
173
172
|
export type SystemShieldCheckLineType = HtmlType & Partial<Omit<DDS.SystemShieldCheckLine, 'children' | 'style'>>
|
|
173
|
+
export type SystemShieldCheckFillType = HtmlType & Partial<Omit<DDS.SystemShieldCheckFill, 'children' | 'style'>>
|
|
174
174
|
export type SystemStarFillType = HtmlType & Partial<Omit<DDS.SystemStarFill, 'children' | 'style'>>
|
|
175
175
|
export type SystemSubtractLineType = HtmlType & Partial<Omit<DDS.SystemSubtractLine, 'children' | 'style'>>
|
|
176
176
|
export type SystemSubtractLine2Type = HtmlType & Partial<Omit<DDS.SystemSubtractLine2, 'children' | 'style'>>
|
package/dist/react.js
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
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, 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,
|
|
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-DAqH4X61.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, OthersCookieLine as La, HealthHeartLine 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, SystemShieldCheckLine as rt, SystemShieldCheckFill 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
|
-
const vt = "dap-ds-
|
|
6
|
+
const vt = "dap-ds-anchor-heading", jr = e({
|
|
7
7
|
tagName: vt,
|
|
8
8
|
elementClass: t,
|
|
9
9
|
react: a,
|
|
10
|
-
events: {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
displayName: "DapDSAccordion"
|
|
15
|
-
}), Rt = "dap-ds-anchor-heading", qr = e({
|
|
10
|
+
events: {},
|
|
11
|
+
displayName: "DapDSAnchorHeading"
|
|
12
|
+
}), Rt = "dap-ds-avatar", qr = e({
|
|
16
13
|
tagName: Rt,
|
|
17
14
|
elementClass: s,
|
|
18
15
|
react: a,
|
|
19
|
-
events: {
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
events: {
|
|
17
|
+
onDdsLoad: "dds-load",
|
|
18
|
+
onDdsError: "dds-error"
|
|
19
|
+
},
|
|
20
|
+
displayName: "DapDSAvatar"
|
|
21
|
+
}), ht = "dap-ds-accordion-group", Jr = e({
|
|
22
22
|
tagName: ht,
|
|
23
23
|
elementClass: n,
|
|
24
24
|
react: a,
|
|
25
|
+
events: {},
|
|
26
|
+
displayName: "DapDSAccordionGroup"
|
|
27
|
+
}), wt = "dap-ds-avatar-group", Qr = e({
|
|
28
|
+
tagName: wt,
|
|
29
|
+
elementClass: r,
|
|
30
|
+
react: a,
|
|
25
31
|
events: {
|
|
26
32
|
onDdsOverflowClick: "dds-overflow-click"
|
|
27
33
|
},
|
|
28
34
|
displayName: "DapDSAvatarGroup"
|
|
29
|
-
}),
|
|
30
|
-
tagName: wt,
|
|
31
|
-
elementClass: r,
|
|
32
|
-
react: a,
|
|
33
|
-
events: {},
|
|
34
|
-
displayName: "DapDSBadge"
|
|
35
|
-
}), Wt = "dap-ds-accordion-group", Xr = e({
|
|
35
|
+
}), Wt = "dap-ds-badge", Xr = e({
|
|
36
36
|
tagName: Wt,
|
|
37
37
|
elementClass: c,
|
|
38
38
|
react: a,
|
|
39
39
|
events: {},
|
|
40
|
-
displayName: "
|
|
40
|
+
displayName: "DapDSBadge"
|
|
41
41
|
}), bt = "dap-ds-banner", Yr = e({
|
|
42
42
|
tagName: bt,
|
|
43
43
|
elementClass: o,
|
|
@@ -46,15 +46,15 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
46
46
|
onDdsClose: "dds-close"
|
|
47
47
|
},
|
|
48
48
|
displayName: "DapDSBanner"
|
|
49
|
-
}), At = "dap-ds-
|
|
49
|
+
}), At = "dap-ds-accordion", _r = e({
|
|
50
50
|
tagName: At,
|
|
51
51
|
elementClass: d,
|
|
52
52
|
react: a,
|
|
53
53
|
events: {
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
onDdsOpened: "dds-opened",
|
|
55
|
+
onDdsClosed: "dds-closed"
|
|
56
56
|
},
|
|
57
|
-
displayName: "
|
|
57
|
+
displayName: "DapDSAccordion"
|
|
58
58
|
}), kt = "dap-ds-breadcrumb", ec = e({
|
|
59
59
|
tagName: kt,
|
|
60
60
|
elementClass: l,
|
|
@@ -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,
|
|
@@ -570,18 +570,18 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
570
570
|
onDdsItemClick: "dds-item-click"
|
|
571
571
|
},
|
|
572
572
|
displayName: "DapDSSideNav"
|
|
573
|
-
}), Us = "dap-ds-
|
|
573
|
+
}), Us = "dap-ds-skip-link", oo = e({
|
|
574
574
|
tagName: Us,
|
|
575
575
|
elementClass: Se,
|
|
576
576
|
react: a,
|
|
577
577
|
events: {},
|
|
578
|
-
displayName: "
|
|
579
|
-
}), Os = "dap-ds-
|
|
578
|
+
displayName: "DapDSSkipLink"
|
|
579
|
+
}), Os = "dap-ds-skeleton", lo = e({
|
|
580
580
|
tagName: Os,
|
|
581
581
|
elementClass: Ce,
|
|
582
582
|
react: a,
|
|
583
583
|
events: {},
|
|
584
|
-
displayName: "
|
|
584
|
+
displayName: "DapDSSkeleton"
|
|
585
585
|
}), Ps = "dap-ds-snackbar-message", po = e({
|
|
586
586
|
tagName: Ps,
|
|
587
587
|
elementClass: ye,
|
|
@@ -970,18 +970,18 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
970
970
|
react: a,
|
|
971
971
|
events: {},
|
|
972
972
|
displayName: "HealthHeartFill"
|
|
973
|
-
}), Zn = "dap-ds-icon-
|
|
973
|
+
}), Zn = "dap-ds-icon-cookie-line", Nd = e({
|
|
974
974
|
tagName: Zn,
|
|
975
975
|
elementClass: La,
|
|
976
976
|
react: a,
|
|
977
977
|
events: {},
|
|
978
|
-
displayName: "
|
|
979
|
-
}), zn = "dap-ds-icon-
|
|
978
|
+
displayName: "OthersCookieLine"
|
|
979
|
+
}), zn = "dap-ds-icon-heart-line", gd = e({
|
|
980
980
|
tagName: zn,
|
|
981
981
|
elementClass: va,
|
|
982
982
|
react: a,
|
|
983
983
|
events: {},
|
|
984
|
-
displayName: "
|
|
984
|
+
displayName: "HealthHeartLine"
|
|
985
985
|
}), Kn = "dap-ds-icon-add-line", Sd = e({
|
|
986
986
|
tagName: Kn,
|
|
987
987
|
elementClass: Ra,
|
|
@@ -1198,18 +1198,18 @@ const vt = "dap-ds-accordion", jr = e({
|
|
|
1198
1198
|
react: a,
|
|
1199
1199
|
events: {},
|
|
1200
1200
|
displayName: "SystemShareLine"
|
|
1201
|
-
}), br = "dap-ds-icon-shield-check-
|
|
1201
|
+
}), br = "dap-ds-icon-shield-check-line", Yd = e({
|
|
1202
1202
|
tagName: br,
|
|
1203
1203
|
elementClass: rt,
|
|
1204
1204
|
react: a,
|
|
1205
1205
|
events: {},
|
|
1206
|
-
displayName: "
|
|
1207
|
-
}), Ar = "dap-ds-icon-shield-check-
|
|
1206
|
+
displayName: "SystemShieldCheckLine"
|
|
1207
|
+
}), Ar = "dap-ds-icon-shield-check-fill", _d = e({
|
|
1208
1208
|
tagName: Ar,
|
|
1209
1209
|
elementClass: ct,
|
|
1210
1210
|
react: a,
|
|
1211
1211
|
events: {},
|
|
1212
|
-
displayName: "
|
|
1212
|
+
displayName: "SystemShieldCheckFill"
|
|
1213
1213
|
}), kr = "dap-ds-icon-star-fill", el = e({
|
|
1214
1214
|
tagName: kr,
|
|
1215
1215
|
elementClass: ot,
|
|
@@ -1317,12 +1317,12 @@ export {
|
|
|
1317
1317
|
Yo as ArrowsExpandUpDownFillReact,
|
|
1318
1318
|
_o as BuildingsHome6LineReact,
|
|
1319
1319
|
ed as BusinessCalendarLineReact,
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1320
|
+
Jr as DapDSAccordionGroupReact,
|
|
1321
|
+
_r as DapDSAccordionReact,
|
|
1322
|
+
jr as DapDSAnchorHeadingReact,
|
|
1323
|
+
Qr as DapDSAvatarGroupReact,
|
|
1324
|
+
qr as DapDSAvatarReact,
|
|
1325
|
+
Xr as DapDSBadgeReact,
|
|
1326
1326
|
Yr as DapDSBannerReact,
|
|
1327
1327
|
ac as DapDSBreadcrumbItemReact,
|
|
1328
1328
|
ec as DapDSBreadcrumbReact,
|
|
@@ -1330,13 +1330,13 @@ export {
|
|
|
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,
|
|
@@ -1388,8 +1388,8 @@ export {
|
|
|
1388
1388
|
no as DapDSSideNavGroupReact,
|
|
1389
1389
|
ro as DapDSSideNavItemReact,
|
|
1390
1390
|
co as DapDSSideNavReact,
|
|
1391
|
-
|
|
1392
|
-
|
|
1391
|
+
lo as DapDSSkeletonReact,
|
|
1392
|
+
oo as DapDSSkipLinkReact,
|
|
1393
1393
|
po as DapDSSnackbarMessageReact,
|
|
1394
1394
|
io as DapDSSnackbarReact,
|
|
1395
1395
|
mo as DapDSSpinnerReact,
|
|
@@ -1424,8 +1424,8 @@ export {
|
|
|
1424
1424
|
id as DocumentFolderOpenLineReact,
|
|
1425
1425
|
md as EditorSeparatorReact,
|
|
1426
1426
|
Dd as HealthHeartFillReact,
|
|
1427
|
-
|
|
1428
|
-
|
|
1427
|
+
gd as HealthHeartLineReact,
|
|
1428
|
+
Nd as OthersCookieLineReact,
|
|
1429
1429
|
Sd as SystemAddLineReact,
|
|
1430
1430
|
Cd as SystemAlertFillReact,
|
|
1431
1431
|
yd as SystemAlertLineReact,
|
|
@@ -1462,8 +1462,8 @@ export {
|
|
|
1462
1462
|
Jd as SystemMoreLineReact,
|
|
1463
1463
|
Qd as SystemSearchLineReact,
|
|
1464
1464
|
Xd as SystemShareLineReact,
|
|
1465
|
-
|
|
1466
|
-
|
|
1465
|
+
_d as SystemShieldCheckFillReact,
|
|
1466
|
+
Yd as SystemShieldCheckLineReact,
|
|
1467
1467
|
el as SystemStarFillReact,
|
|
1468
1468
|
tl as SystemSubtractLine2React,
|
|
1469
1469
|
al as SystemSubtractLineReact,
|