dap-design-system 0.53.21 → 0.54.0
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 +1 -0
- package/dist/components/icons/system/system-zoom-in-line/system-zoom-in-line.component.d.ts +30 -0
- package/dist/components/icons/system/system-zoom-in-line/system-zoom-in-line.d.ts +8 -0
- package/dist/components/icons/system/system-zoom-out-line/system-zoom-out-line.component.d.ts +30 -0
- package/dist/components/icons/system/system-zoom-out-line/system-zoom-out-line.d.ts +8 -0
- package/dist/components/image-zoom/image-zoom.component.d.ts +78 -0
- package/dist/{components-Dz0ahnZp.js → components-DA73YE3_.js} +5634 -5428
- package/dist/components-DA73YE3_.js.map +1 -0
- package/dist/components.d.ts +1 -0
- package/dist/components.js +56 -55
- package/dist/dap-design-system.d.ts +3 -0
- package/dist/dds.js +320 -215
- package/dist/dds.js.map +1 -1
- package/dist/events/dds-change.d.ts +1 -59
- package/dist/events/dds-unzoom.d.ts +6 -0
- package/dist/events/dds-zoom.d.ts +6 -0
- package/dist/events/events.d.ts +2 -0
- package/dist/icons.js +1 -2
- package/dist/icons.js.map +1 -1
- package/dist/manifest/types/vue/index.d.ts +729 -635
- package/dist/manifest/vscode.html-custom-data.json +660 -539
- package/dist/manifest/web-types.json +1599 -1362
- package/dist/react/dap-ds-icon-zoom-in-line/index.d.ts +18 -0
- package/dist/react/dap-ds-icon-zoom-out-line/index.d.ts +18 -0
- package/dist/react/dap-ds-image-zoom/index.d.ts +42 -0
- package/dist/react/index.d.ts +24 -21
- package/dist/react-types.ts +26 -23
- package/dist/react.js +729 -705
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-Dz0ahnZp.js.map +0 -1
package/dist/components.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export { default as DapDSInputGroup } from './components/form/input-group/input-
|
|
|
41
41
|
export { default as DapDSRadioGroup } from './components/form/radio-group/radio-group.component';
|
|
42
42
|
export { default as DapDSIcon } from './components/icon/icon.component';
|
|
43
43
|
export { default as DapDSIconButton } from './components/icon-button/icon-button.component';
|
|
44
|
+
export { default as DapDSImageZoom } from './components/image-zoom/image-zoom.component';
|
|
44
45
|
export { default as DapDSInput } from './components/input/input.component';
|
|
45
46
|
export { default as DapDSLabel } from './components/label/label.component';
|
|
46
47
|
export { default as DapDSLink } from './components/link/link.component';
|
package/dist/components.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { D as p, a as s, b as S, c as e, e as o, d as t, f as r, g as n, h as i, k as l, j as d, i as u, l as c, r as m, m as C, n as I, o as b, p as T, q as g, s as B, t as h, v as k, u as v, w as G, z as P, x as A, y as L, B as x, A as N, C as w, E as y, F, G as O, H as f, I as H, L as M, K as R, J as E, aB as j, M as q, N as z, O as W, P as Z, aC as J, Q as K, R as Q, S as U, T as V, V as X, U as Y, W as _, X as $, Y as aa, Z as Da, _ as pa, $ as sa, a0 as Sa, a1 as ea, a2 as oa, a3 as ta, a4 as ra, a5 as na, aD as ia, a6 as la, a7 as da, a8 as ua, a9 as ca, aa as ma, ad as Ca, ab as Ia, ac as ba, ae as Ta, af as ga, ah as Ba, ag as ha, ai as ka, aj as va, ak as Ga, aw as Pa, am as Aa, al as La, aq as xa, an as Na, ao as wa, ap as ya, ar as Fa, au as Oa, av as fa, at as Ha, as as Ma, ax as Ra, ay as Ea, az as ja, aA as qa, aI as za, aH as Wa, aG as Za, aE as Ja } from "./components-DA73YE3_.js";
|
|
2
2
|
export {
|
|
3
3
|
p as DapDSAccordion,
|
|
4
4
|
s as DapDSAccordionGroup,
|
|
5
5
|
S as DapDSAnchorHeading,
|
|
6
6
|
e as DapDSAvatar,
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
o as DapDSAvatarGroup,
|
|
8
|
+
t as DapDSBadge,
|
|
9
9
|
r as DapDSBanner,
|
|
10
10
|
n as DapDSBreadcrumb,
|
|
11
11
|
i as DapDSBreadcrumbItem,
|
|
@@ -15,8 +15,8 @@ export {
|
|
|
15
15
|
c as DapDSCallout,
|
|
16
16
|
m as DapDSCard,
|
|
17
17
|
C as DapDSCardActions,
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
I as DapDSCardContent,
|
|
19
|
+
b as DapDSCardImage,
|
|
20
20
|
T as DapDSCardSubtitle,
|
|
21
21
|
g as DapDSCardTitle,
|
|
22
22
|
B as DapDSCheckbox,
|
|
@@ -28,10 +28,10 @@ export {
|
|
|
28
28
|
A as DapDSCommandGroup,
|
|
29
29
|
L as DapDSCommandItem,
|
|
30
30
|
x as DapDSContentSwitcher,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
N as DapDSContentSwitcherItem,
|
|
32
|
+
w as DapDSCopyBoxInput,
|
|
33
|
+
y as DapDSDAPBadge,
|
|
34
|
+
F as DapDSDataTable,
|
|
35
35
|
O as DapDSDatePicker,
|
|
36
36
|
f as DapDSDivider,
|
|
37
37
|
H as DapDSFeedback,
|
|
@@ -41,7 +41,8 @@ export {
|
|
|
41
41
|
j as DapDSFormLabel,
|
|
42
42
|
q as DapDSIcon,
|
|
43
43
|
z as DapDSIconButton,
|
|
44
|
-
W as
|
|
44
|
+
W as DapDSImageZoom,
|
|
45
|
+
Z as DapDSInput,
|
|
45
46
|
J as DapDSInputGroup,
|
|
46
47
|
K as DapDSLabel,
|
|
47
48
|
Q as DapDSLink,
|
|
@@ -49,53 +50,53 @@ export {
|
|
|
49
50
|
V as DapDSModal,
|
|
50
51
|
X as DapDSNavigationMenu,
|
|
51
52
|
Y as DapDSNavigationMenuItem,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
53
|
+
_ as DapDSNotificationBadge,
|
|
54
|
+
$ as DapDSNumberInput,
|
|
55
|
+
aa as DapDSOfficialWebsiteBanner,
|
|
56
|
+
Da as DapDSOptionGroup,
|
|
57
|
+
pa as DapDSOptionItem,
|
|
58
|
+
sa as DapDSOptionList,
|
|
59
|
+
Sa as DapDSOverlay,
|
|
60
|
+
ea as DapDSPager,
|
|
61
|
+
oa as DapDSPasswordInput,
|
|
61
62
|
ta as DapDSPopup,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
63
|
+
ra as DapDSProgress,
|
|
64
|
+
na as DapDSRadioButton,
|
|
65
|
+
ia as DapDSRadioGroup,
|
|
66
|
+
la as DapDSRating,
|
|
67
|
+
da as DapDSScrollArea,
|
|
68
|
+
ua as DapDSScrollProgress,
|
|
69
|
+
ca as DapDSSearch,
|
|
70
|
+
ma as DapDSSelect,
|
|
71
|
+
Ca as DapDSSideNav,
|
|
72
|
+
Ia as DapDSSideNavGroup,
|
|
72
73
|
ba as DapDSSideNavItem,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
74
|
+
Ta as DapDSSkeleton,
|
|
75
|
+
ga as DapDSSkipLink,
|
|
76
|
+
Ba as DapDSSnackbar,
|
|
77
|
+
ha as DapDSSnackbarMessage,
|
|
78
|
+
ka as DapDSSpinner,
|
|
79
|
+
va as DapDSStack,
|
|
80
|
+
Ga as DapDSSwitch,
|
|
81
|
+
Pa as DapDSTOC,
|
|
82
|
+
Aa as DapDSTab,
|
|
83
|
+
La as DapDSTabGroup,
|
|
84
|
+
xa as DapDSTable,
|
|
85
|
+
Na as DapDSTableCell,
|
|
86
|
+
wa as DapDSTableHeader,
|
|
87
|
+
ya as DapDSTableRow,
|
|
88
|
+
Fa as DapDSTextarea,
|
|
89
|
+
Oa as DapDSTimeGrid,
|
|
90
|
+
fa as DapDSTimePicker,
|
|
91
|
+
Ha as DapDSTimeline,
|
|
92
|
+
Ma as DapDSTimelineItem,
|
|
93
|
+
Ra as DapDSToggleButton,
|
|
94
|
+
Ea as DapDSTooltip,
|
|
95
|
+
ja as DapDSTray,
|
|
96
|
+
qa as DapDSTypography,
|
|
97
|
+
za as FileError,
|
|
98
|
+
Wa as HttpError,
|
|
99
|
+
Za as anchorClass,
|
|
99
100
|
Ja as i18next
|
|
100
101
|
};
|
|
101
102
|
//# sourceMappingURL=components.js.map
|
|
@@ -41,6 +41,7 @@ export { default as DapDSInputGroup } from './components/form/input-group/input-
|
|
|
41
41
|
export { default as DapDSRadioGroup } from './components/form/radio-group/radio-group.component';
|
|
42
42
|
export { default as DapDSIcon } from './components/icon/icon.component';
|
|
43
43
|
export { default as DapDSIconButton } from './components/icon-button/icon-button.component';
|
|
44
|
+
export { default as DapDSImageZoom } from './components/image-zoom/image-zoom.component';
|
|
44
45
|
export { default as DapDSInput } from './components/input/input.component';
|
|
45
46
|
export { default as DapDSLabel } from './components/label/label.component';
|
|
46
47
|
export { default as DapDSLink } from './components/link/link.component';
|
|
@@ -176,6 +177,8 @@ export { default as SystemTimeLine } from './components/icons/system/system-time
|
|
|
176
177
|
export { default as SystemUpload2Fill } from './components/icons/system/system-upload-2-fill/system-upload-2-fill.component';
|
|
177
178
|
export { default as SystemUpload2Line } from './components/icons/system/system-upload-2-line/system-upload-2-line.component';
|
|
178
179
|
export { default as SystemUploadLine } from './components/icons/system/system-upload-line/system-upload-line.component';
|
|
180
|
+
export { default as SystemZoomInLine } from './components/icons/system/system-zoom-in-line/system-zoom-in-line.component';
|
|
181
|
+
export { default as SystemZoomOutLine } from './components/icons/system/system-zoom-out-line/system-zoom-out-line.component';
|
|
179
182
|
export { default as UserAccountCircleFill } from './components/icons/user/user-account-circle-fill/user-account-circle-fill.component';
|
|
180
183
|
export { default as UserAccountCircleLine } from './components/icons/user/user-account-circle-line/user-account-circle-line.component';
|
|
181
184
|
export { default as UserUserFill } from './components/icons/user/user-user-fill/user-user-fill.component';
|