dap-design-system 0.55.3 → 0.55.4
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-NHQTi00b.js → components-CUgS-U9o.js} +29 -28
- package/dist/components-CUgS-U9o.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +376 -376
- package/dist/manifest/vscode.html-custom-data.json +187 -187
- package/dist/manifest/web-types.json +634 -634
- package/dist/react/index.d.ts +12 -12
- package/dist/react-types.ts +12 -12
- package/dist/react.js +147 -147
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-NHQTi00b.js.map +0 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
2
|
+
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
2
3
|
export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
|
|
3
4
|
export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
|
|
4
5
|
export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
|
|
5
6
|
export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
|
|
6
|
-
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
7
|
-
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
8
7
|
export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
|
|
8
|
+
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
9
9
|
export { default as DapDSBreadcrumbItemReact } from './dap-ds-breadcrumb-item/index.js';
|
|
10
|
+
export { default as DapDSCalloutReact } from './dap-ds-callout/index.js';
|
|
10
11
|
export { default as DapDSButtonReact } from './dap-ds-button/index.js';
|
|
11
12
|
export { default as DapDSCalendarCellReact } from './dap-ds-calendar-cell/index.js';
|
|
12
13
|
export { default as DapDSCalendarReact } from './dap-ds-calendar/index.js';
|
|
13
|
-
export { default as
|
|
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';
|
|
@@ -27,8 +27,8 @@ export { default as DapDSCommandItemReact } from './dap-ds-command-item/index.js
|
|
|
27
27
|
export { default as DapDSCommandReact } from './dap-ds-command/index.js';
|
|
28
28
|
export { default as DapDSContentSwitcherItemReact } from './dap-ds-content-switcher-item/index.js';
|
|
29
29
|
export { default as DapDSContentSwitcherReact } from './dap-ds-content-switcher/index.js';
|
|
30
|
-
export { default as DapDSDAPBadgeReact } from './dap-ds-dap-badge/index.js';
|
|
31
30
|
export { default as DapDSCopyBoxInputReact } from './dap-ds-copybox-input/index.js';
|
|
31
|
+
export { default as DapDSDAPBadgeReact } from './dap-ds-dap-badge/index.js';
|
|
32
32
|
export { default as DapDSDataTableReact } from './dap-ds-datatable/index.js';
|
|
33
33
|
export { default as DapDSDatePickerReact } from './dap-ds-datepicker/index.js';
|
|
34
34
|
export { default as DapDSDividerReact } from './dap-ds-divider/index.js';
|
|
@@ -47,8 +47,8 @@ export { default as DapDSModalReact } from './dap-ds-modal/index.js';
|
|
|
47
47
|
export { default as DapDSNavigationMenuItemReact } from './dap-ds-navigation-menu-item/index.js';
|
|
48
48
|
export { default as DapDSNavigationMenuReact } from './dap-ds-navigation-menu/index.js';
|
|
49
49
|
export { default as DapDSNotificationBadgeReact } from './dap-ds-notification-badge/index.js';
|
|
50
|
-
export { default as DapDSOfficialWebsiteBannerReact } from './dap-ds-official-website-banner/index.js';
|
|
51
50
|
export { default as DapDSNumberInputReact } from './dap-ds-number-input/index.js';
|
|
51
|
+
export { default as DapDSOfficialWebsiteBannerReact } from './dap-ds-official-website-banner/index.js';
|
|
52
52
|
export { default as DapDSOptionGroupReact } from './dap-ds-option-group/index.js';
|
|
53
53
|
export { default as DapDSOptionItemReact } from './dap-ds-option-item/index.js';
|
|
54
54
|
export { default as DapDSOptionListReact } from './dap-ds-option-list/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 DapDSSkipLinkReact } from './dap-ds-skip-link/index.js';
|
|
70
69
|
export { default as DapDSSkeletonReact } from './dap-ds-skeleton/index.js';
|
|
70
|
+
export { default as DapDSSkipLinkReact } from './dap-ds-skip-link/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';
|
|
@@ -93,21 +93,21 @@ export { default as DapDSFormLabelReact } from './dap-ds-form-label/index.js';
|
|
|
93
93
|
export { default as DapDSInputGroupReact } from './dap-ds-input-group/index.js';
|
|
94
94
|
export { default as DapDSRadioGroupReact } from './dap-ds-radio-group/index.js';
|
|
95
95
|
export { default as BuildingsHome6LineReact } from './dap-ds-icon-home-6-line/index.js';
|
|
96
|
-
export { default as ArrowsArrowDownLineReact } from './dap-ds-icon-arrow-down-line/index.js';
|
|
97
96
|
export { default as ArrowsArrowDownSFillReact } from './dap-ds-icon-arrow-down-s-fill/index.js';
|
|
97
|
+
export { default as ArrowsArrowDownLineReact } from './dap-ds-icon-arrow-down-line/index.js';
|
|
98
98
|
export { default as ArrowsArrowDownSLineReact } from './dap-ds-icon-arrow-down-s-line/index.js';
|
|
99
99
|
export { default as ArrowsArrowLeftDownLineReact } from './dap-ds-icon-arrow-left-down-line/index.js';
|
|
100
100
|
export { default as ArrowsArrowLeftLLineReact } from './dap-ds-icon-arrow-left-l-line/index.js';
|
|
101
101
|
export { default as ArrowsArrowLeftLineReact } from './dap-ds-icon-arrow-left-line/index.js';
|
|
102
102
|
export { default as ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/index.js';
|
|
103
|
-
export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
|
|
104
103
|
export { default as ArrowsArrowRightDownLineReact } from './dap-ds-icon-arrow-right-down-line/index.js';
|
|
104
|
+
export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
|
|
105
105
|
export { default as ArrowsArrowLeftUpLineReact } from './dap-ds-icon-arrow-left-up-line/index.js';
|
|
106
106
|
export { default as ArrowsArrowRightLLineReact } from './dap-ds-icon-arrow-right-l-line/index.js';
|
|
107
107
|
export { default as ArrowsArrowRightLineReact } from './dap-ds-icon-arrow-right-line/index.js';
|
|
108
|
+
export { default as ArrowsArrowRightSFillReact } from './dap-ds-icon-arrow-right-s-fill/index.js';
|
|
108
109
|
export { default as ArrowsArrowRightSLineReact } from './dap-ds-icon-arrow-right-s-line/index.js';
|
|
109
110
|
export { default as ArrowsArrowRightUpLineReact } from './dap-ds-icon-arrow-right-up-line/index.js';
|
|
110
|
-
export { default as ArrowsArrowRightSFillReact } from './dap-ds-icon-arrow-right-s-fill/index.js';
|
|
111
111
|
export { default as ArrowsArrowUpLineReact } from './dap-ds-icon-arrow-up-line/index.js';
|
|
112
112
|
export { default as ArrowsArrowUpSFillReact } from './dap-ds-icon-arrow-up-s-fill/index.js';
|
|
113
113
|
export { default as ArrowsArrowUpSLineReact } from './dap-ds-icon-arrow-up-s-line/index.js';
|
|
@@ -124,9 +124,9 @@ export { default as DocumentFileTextLineReact } from './dap-ds-icon-file-text-li
|
|
|
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';
|
|
126
126
|
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
127
|
export { default as HealthHeartFillReact } from './dap-ds-icon-heart-fill/index.js';
|
|
129
128
|
export { default as HealthHeartLineReact } from './dap-ds-icon-heart-line/index.js';
|
|
129
|
+
export { default as EditorSeparatorReact } from './dap-ds-icon-separator/index.js';
|
|
130
130
|
export { default as OthersCookieLineReact } from './dap-ds-icon-cookie-line/index.js';
|
|
131
131
|
export { default as UserAccountCircleFillReact } from './dap-ds-icon-account-circle-fill/index.js';
|
|
132
132
|
export { default as UserAccountCircleLineReact } from './dap-ds-icon-account-circle-line/index.js';
|
|
@@ -164,8 +164,8 @@ export { default as SystemLockFillReact } from './dap-ds-icon-lock-fill/index.js
|
|
|
164
164
|
export { default as SystemLockLineReact } from './dap-ds-icon-lock-line/index.js';
|
|
165
165
|
export { default as SystemMenuLineReact } from './dap-ds-icon-menu-line/index.js';
|
|
166
166
|
export { default as SystemMenuLineSReact } from './dap-ds-icon-menu-line-s/index.js';
|
|
167
|
-
export { default as SystemMoreLineReact } from './dap-ds-icon-more-line/index.js';
|
|
168
167
|
export { default as SystemMore2LineReact } from './dap-ds-icon-more-2-line/index.js';
|
|
168
|
+
export { default as SystemMoreLineReact } from './dap-ds-icon-more-line/index.js';
|
|
169
169
|
export { default as SystemSearchLineReact } from './dap-ds-icon-search-line/index.js';
|
|
170
170
|
export { default as SystemShareLineReact } from './dap-ds-icon-share-line/index.js';
|
|
171
171
|
export { default as SystemShieldCheckFillReact } from './dap-ds-icon-shield-check-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 DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
|
|
7
|
+
export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
7
8
|
export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
|
|
8
9
|
export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
|
|
9
10
|
export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
10
11
|
export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
|
|
11
|
-
export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
12
|
-
export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
13
12
|
export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
|
|
13
|
+
export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
14
14
|
export type DapDSBreadcrumbItemType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumbItem, 'children' | 'style'>>
|
|
15
|
+
export type DapDSCalloutType = HtmlType & Partial<Omit<DDS.DapDSCallout, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
15
16
|
export type DapDSButtonType = HtmlType & Partial<Omit<DDS.DapDSButton, 'children' | 'style'>> & { "ondds-loading-timeout"?: (e: DdsLoadingTimeoutEvent) => void }
|
|
16
17
|
export type DapDSCalendarCellType = HtmlType & Partial<Omit<DDS.DapDSCalendarCell, 'children' | 'style'>>
|
|
17
18
|
export type DapDSCalendarType = HtmlType & Partial<Omit<DDS.DapDSCalendar, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void }
|
|
18
|
-
export type
|
|
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 }
|
|
@@ -32,8 +32,8 @@ export type DapDSCommandItemType = HtmlType & Partial<Omit<DDS.DapDSCommandItem,
|
|
|
32
32
|
export type DapDSCommandType = HtmlType & Partial<Omit<DDS.DapDSCommand, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void, "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
33
33
|
export type DapDSContentSwitcherItemType = HtmlType & Partial<Omit<DDS.DapDSContentSwitcherItem, 'children' | 'style'>>
|
|
34
34
|
export type DapDSContentSwitcherType = HtmlType & Partial<Omit<DDS.DapDSContentSwitcher, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void }
|
|
35
|
-
export type DapDSDAPBadgeType = HtmlType & Partial<Omit<DDS.DapDSDAPBadge, 'children' | 'style'>>
|
|
36
35
|
export type DapDSCopyBoxInputType = HtmlType & Partial<Omit<DDS.DapDSCopyBoxInput, 'children' | 'style'>> & { "ondds-copy"?: (e: DdsCopyEvent) => void, "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void, "ondds-keydown"?: (e: DdsKeydownEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-not-allowed"?: (e: DdsNotAllowedEvent) => void }
|
|
36
|
+
export type DapDSDAPBadgeType = HtmlType & Partial<Omit<DDS.DapDSDAPBadge, 'children' | 'style'>>
|
|
37
37
|
export type DapDSDataTableType<T> = HtmlType & Partial<Omit<DDS.DapDSDataTable<T>, 'children' | 'style'>> & { "ondds-sorting-change"?: (e: DdsSortingChangeEvent) => void, "ondds-selection-change"?: (e: DdsSelectionChangeEvent) => void, "ondds-pagination-change"?: (e: DdsPaginationChangeEvent) => void, "ondds-row-click"?: (e: DdsRowClickEvent) => void }
|
|
38
38
|
export type DapDSDatePickerType = HtmlType & Partial<Omit<DDS.DapDSDatePicker, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void, "ondds-valid-date"?: (e: DdsValidDateEvent) => void, "ondds-invalid-date"?: (e: DdsInvalidDateEvent) => void, "ondds-clear"?: (e: DdsClearEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void }
|
|
39
39
|
export type DapDSDividerType = HtmlType & Partial<Omit<DDS.DapDSDivider, 'children' | 'style'>>
|
|
@@ -52,8 +52,8 @@ export type DapDSModalType = HtmlType & Partial<Omit<DDS.DapDSModal, 'children'
|
|
|
52
52
|
export type DapDSNavigationMenuItemType = HtmlType & Partial<Omit<DDS.DapDSNavigationMenuItem, 'children' | 'style'>> & { "ondds-navigation-item-click"?: (e: DdsNavigationItemClickEvent) => void, "ondds-navigation-dropdown-open"?: (e: DdsNavigationDropdownOpenEvent) => void }
|
|
53
53
|
export type DapDSNavigationMenuType = HtmlType & Partial<Omit<DDS.DapDSNavigationMenu, 'children' | 'style'>> & { "ondds-navigation-item-click"?: (e: DdsNavigationItemClickEvent) => void }
|
|
54
54
|
export type DapDSNotificationBadgeType = HtmlType & Partial<Omit<DDS.DapDSNotificationBadge, 'children' | 'style'>>
|
|
55
|
-
export type DapDSOfficialWebsiteBannerType = HtmlType & Partial<Omit<DDS.DapDSOfficialWebsiteBanner, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
56
55
|
export type DapDSNumberInputType = HtmlType & Partial<Omit<DDS.DapDSNumberInput, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void, "ondds-keydown"?: (e: DdsKeydownEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void }
|
|
56
|
+
export type DapDSOfficialWebsiteBannerType = HtmlType & Partial<Omit<DDS.DapDSOfficialWebsiteBanner, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
57
57
|
export type DapDSOptionGroupType = HtmlType & Partial<Omit<DDS.DapDSOptionGroup, 'children' | 'style'>>
|
|
58
58
|
export type DapDSOptionItemType = HtmlType & Partial<Omit<DDS.DapDSOptionItem, 'children' | 'style'>>
|
|
59
59
|
export type DapDSOptionListType = HtmlType & Partial<Omit<DDS.DapDSOptionList, 'children' | 'style'>> & { "ondds-cancel"?: (e: DdsCancelEvent) => void, "ondds-option-change"?: (e: DdsOptionChangeEvent) => void, "ondds-keydown"?: (e: DdsKeydownEvent) => void, "ondds-list-changed"?: (e: DdsListChangedEvent) => 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 DapDSSkipLinkType = HtmlType & Partial<Omit<DDS.DapDSSkipLink, 'children' | 'style'>>
|
|
75
74
|
export type DapDSSkeletonType = HtmlType & Partial<Omit<DDS.DapDSSkeleton, 'children' | 'style'>>
|
|
75
|
+
export type DapDSSkipLinkType = HtmlType & Partial<Omit<DDS.DapDSSkipLink, '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'>>
|
|
@@ -98,21 +98,21 @@ export type DapDSFormLabelType = HtmlType & Partial<Omit<DDS.DapDSFormLabel, 'ch
|
|
|
98
98
|
export type DapDSInputGroupType = HtmlType & Partial<Omit<DDS.DapDSInputGroup, '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 BuildingsHome6LineType = HtmlType & Partial<Omit<DDS.BuildingsHome6Line, 'children' | 'style'>>
|
|
101
|
-
export type ArrowsArrowDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownLine, 'children' | 'style'>>
|
|
102
101
|
export type ArrowsArrowDownSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSFill, 'children' | 'style'>>
|
|
102
|
+
export type ArrowsArrowDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownLine, 'children' | 'style'>>
|
|
103
103
|
export type ArrowsArrowDownSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSLine, 'children' | 'style'>>
|
|
104
104
|
export type ArrowsArrowLeftDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftDownLine, 'children' | 'style'>>
|
|
105
105
|
export type ArrowsArrowLeftLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLLine, 'children' | 'style'>>
|
|
106
106
|
export type ArrowsArrowLeftLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLine, 'children' | 'style'>>
|
|
107
107
|
export type ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, 'children' | 'style'>>
|
|
108
|
-
export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
|
|
109
108
|
export type ArrowsArrowRightDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightDownLine, 'children' | 'style'>>
|
|
109
|
+
export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
|
|
110
110
|
export type ArrowsArrowLeftUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftUpLine, 'children' | 'style'>>
|
|
111
111
|
export type ArrowsArrowRightLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLLine, 'children' | 'style'>>
|
|
112
112
|
export type ArrowsArrowRightLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLine, 'children' | 'style'>>
|
|
113
|
+
export type ArrowsArrowRightSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSFill, 'children' | 'style'>>
|
|
113
114
|
export type ArrowsArrowRightSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSLine, 'children' | 'style'>>
|
|
114
115
|
export type ArrowsArrowRightUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightUpLine, 'children' | 'style'>>
|
|
115
|
-
export type ArrowsArrowRightSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSFill, 'children' | 'style'>>
|
|
116
116
|
export type ArrowsArrowUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpLine, 'children' | 'style'>>
|
|
117
117
|
export type ArrowsArrowUpSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpSFill, 'children' | 'style'>>
|
|
118
118
|
export type ArrowsArrowUpSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpSLine, 'children' | 'style'>>
|
|
@@ -129,9 +129,9 @@ export type DocumentFileTextLineType = HtmlType & Partial<Omit<DDS.DocumentFileT
|
|
|
129
129
|
export type DocumentFileVideoLineType = HtmlType & Partial<Omit<DDS.DocumentFileVideoLine, 'children' | 'style'>>
|
|
130
130
|
export type DocumentFolderLineType = HtmlType & Partial<Omit<DDS.DocumentFolderLine, 'children' | 'style'>>
|
|
131
131
|
export type DocumentFolderOpenLineType = HtmlType & Partial<Omit<DDS.DocumentFolderOpenLine, 'children' | 'style'>>
|
|
132
|
-
export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, 'children' | 'style'>>
|
|
133
132
|
export type HealthHeartFillType = HtmlType & Partial<Omit<DDS.HealthHeartFill, 'children' | 'style'>>
|
|
134
133
|
export type HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
|
|
134
|
+
export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, 'children' | 'style'>>
|
|
135
135
|
export type OthersCookieLineType = HtmlType & Partial<Omit<DDS.OthersCookieLine, 'children' | 'style'>>
|
|
136
136
|
export type UserAccountCircleFillType = HtmlType & Partial<Omit<DDS.UserAccountCircleFill, 'children' | 'style'>>
|
|
137
137
|
export type UserAccountCircleLineType = HtmlType & Partial<Omit<DDS.UserAccountCircleLine, 'children' | 'style'>>
|
|
@@ -169,8 +169,8 @@ export type SystemLockFillType = HtmlType & Partial<Omit<DDS.SystemLockFill, 'ch
|
|
|
169
169
|
export type SystemLockLineType = HtmlType & Partial<Omit<DDS.SystemLockLine, 'children' | 'style'>>
|
|
170
170
|
export type SystemMenuLineType = HtmlType & Partial<Omit<DDS.SystemMenuLine, 'children' | 'style'>>
|
|
171
171
|
export type SystemMenuLineSType = HtmlType & Partial<Omit<DDS.SystemMenuLineS, 'children' | 'style'>>
|
|
172
|
-
export type SystemMoreLineType = HtmlType & Partial<Omit<DDS.SystemMoreLine, 'children' | 'style'>>
|
|
173
172
|
export type SystemMore2LineType = HtmlType & Partial<Omit<DDS.SystemMore2Line, 'children' | 'style'>>
|
|
173
|
+
export type SystemMoreLineType = HtmlType & Partial<Omit<DDS.SystemMoreLine, 'children' | 'style'>>
|
|
174
174
|
export type SystemSearchLineType = HtmlType & Partial<Omit<DDS.SystemSearchLine, 'children' | 'style'>>
|
|
175
175
|
export type SystemShareLineType = HtmlType & Partial<Omit<DDS.SystemShareLine, 'children' | 'style'>>
|
|
176
176
|
export type SystemShieldCheckFillType = HtmlType & Partial<Omit<DDS.SystemShieldCheckFill, 'children' | 'style'>>
|