dap-design-system 0.55.2 → 0.55.3
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/file-input/file-input.component.d.ts +7 -0
- package/dist/{components-ChK1mSip.js → components-NHQTi00b.js} +110 -107
- package/dist/components-NHQTi00b.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +406 -404
- package/dist/manifest/vscode.html-custom-data.json +303 -298
- package/dist/manifest/web-types.json +755 -745
- package/dist/react/dap-ds-file-input/index.d.ts +1 -0
- package/dist/react/index.d.ts +13 -13
- package/dist/react-types.ts +13 -13
- package/dist/react.js +130 -130
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-ChK1mSip.js.map +0 -1
|
@@ -50,6 +50,7 @@ export type { DdsFilesAcceptedEvent } from '../../events/events';
|
|
|
50
50
|
* @property {boolean} showDropzone - Whether to show a separate dropzone area.
|
|
51
51
|
* @property {string} dropzoneText - Text to display in the dropzone.
|
|
52
52
|
* @property {string} dropzoneAriaLabel - Aria label for the dropzone.
|
|
53
|
+
* @property {boolean} dropzoneFocusable - Whether the dropzone is in the tab order and exposes button keyboard behavior (default: true).
|
|
53
54
|
* @property {boolean} showFileList - Whether to show the built-in file list.
|
|
54
55
|
* @property {boolean} confirmRemove - Whether to show confirmation dialog before removing files.
|
|
55
56
|
* @property {string} showUploadButton - Whether to show the upload button. Default is `true`.
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
|
|
2
|
-
export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
|
|
3
|
-
export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
|
|
4
2
|
export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
|
|
5
|
-
export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
|
|
6
3
|
export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
|
|
7
4
|
export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
|
|
5
|
+
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
8
|
export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
|
|
9
|
-
export { default as DapDSButtonReact } from './dap-ds-button/index.js';
|
|
10
9
|
export { default as DapDSBreadcrumbItemReact } from './dap-ds-breadcrumb-item/index.js';
|
|
11
|
-
export { default as
|
|
10
|
+
export { default as DapDSButtonReact } from './dap-ds-button/index.js';
|
|
12
11
|
export { default as DapDSCalendarCellReact } from './dap-ds-calendar-cell/index.js';
|
|
13
12
|
export { default as DapDSCalendarReact } from './dap-ds-calendar/index.js';
|
|
13
|
+
export { default as DapDSCalloutReact } from './dap-ds-callout/index.js';
|
|
14
14
|
export { default as DapDSCardActionsReact } from './dap-ds-card-actions/index.js';
|
|
15
15
|
export { default as DapDSCardContentReact } from './dap-ds-card-content/index.js';
|
|
16
16
|
export { default as DapDSCardImageReact } from './dap-ds-card-image/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 DapDSCopyBoxInputReact } from './dap-ds-copybox-input/index.js';
|
|
31
30
|
export { default as DapDSDAPBadgeReact } from './dap-ds-dap-badge/index.js';
|
|
31
|
+
export { default as DapDSCopyBoxInputReact } from './dap-ds-copybox-input/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 DapDSNumberInputReact } from './dap-ds-number-input/index.js';
|
|
51
50
|
export { default as DapDSOfficialWebsiteBannerReact } from './dap-ds-official-website-banner/index.js';
|
|
51
|
+
export { default as DapDSNumberInputReact } from './dap-ds-number-input/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 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';
|
|
@@ -92,26 +92,26 @@ export { default as DapDSTypographyReact } from './dap-ds-typography/index.js';
|
|
|
92
92
|
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
|
+
export { default as BuildingsHome6LineReact } from './dap-ds-icon-home-6-line/index.js';
|
|
95
96
|
export { default as ArrowsArrowDownLineReact } from './dap-ds-icon-arrow-down-line/index.js';
|
|
96
97
|
export { default as ArrowsArrowDownSFillReact } from './dap-ds-icon-arrow-down-s-fill/index.js';
|
|
97
98
|
export { default as ArrowsArrowDownSLineReact } from './dap-ds-icon-arrow-down-s-line/index.js';
|
|
98
99
|
export { default as ArrowsArrowLeftDownLineReact } from './dap-ds-icon-arrow-left-down-line/index.js';
|
|
99
100
|
export { default as ArrowsArrowLeftLLineReact } from './dap-ds-icon-arrow-left-l-line/index.js';
|
|
100
101
|
export { default as ArrowsArrowLeftLineReact } from './dap-ds-icon-arrow-left-line/index.js';
|
|
101
|
-
export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
|
|
102
102
|
export { default as ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/index.js';
|
|
103
|
-
export { default as
|
|
103
|
+
export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
|
|
104
104
|
export { default as ArrowsArrowRightDownLineReact } from './dap-ds-icon-arrow-right-down-line/index.js';
|
|
105
|
+
export { default as ArrowsArrowLeftUpLineReact } from './dap-ds-icon-arrow-left-up-line/index.js';
|
|
105
106
|
export { default as ArrowsArrowRightLLineReact } from './dap-ds-icon-arrow-right-l-line/index.js';
|
|
106
107
|
export { default as ArrowsArrowRightLineReact } from './dap-ds-icon-arrow-right-line/index.js';
|
|
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';
|
|
110
|
+
export { default as ArrowsArrowRightSFillReact } from './dap-ds-icon-arrow-right-s-fill/index.js';
|
|
110
111
|
export { default as ArrowsArrowUpLineReact } from './dap-ds-icon-arrow-up-line/index.js';
|
|
111
112
|
export { default as ArrowsArrowUpSFillReact } from './dap-ds-icon-arrow-up-s-fill/index.js';
|
|
112
113
|
export { default as ArrowsArrowUpSLineReact } from './dap-ds-icon-arrow-up-s-line/index.js';
|
|
113
114
|
export { default as ArrowsExpandUpDownFillReact } from './dap-ds-icon-expand-up-down-fill/index.js';
|
|
114
|
-
export { default as BuildingsHome6LineReact } from './dap-ds-icon-home-6-line/index.js';
|
|
115
115
|
export { default as BusinessCalendarLineReact } from './dap-ds-icon-calendar-line/index.js';
|
|
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';
|
|
@@ -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 SystemMore2LineReact } from './dap-ds-icon-more-2-line/index.js';
|
|
168
167
|
export { default as SystemMoreLineReact } from './dap-ds-icon-more-line/index.js';
|
|
168
|
+
export { default as SystemMore2LineReact } from './dap-ds-icon-more-2-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,18 +4,18 @@ 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 }
|
|
8
|
-
export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
|
|
9
7
|
export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
|
|
10
|
-
export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
|
|
11
8
|
export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
|
|
12
9
|
export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
10
|
+
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
13
|
export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
|
|
14
|
-
export type DapDSButtonType = HtmlType & Partial<Omit<DDS.DapDSButton, 'children' | 'style'>> & { "ondds-loading-timeout"?: (e: DdsLoadingTimeoutEvent) => void }
|
|
15
14
|
export type DapDSBreadcrumbItemType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumbItem, 'children' | 'style'>>
|
|
16
|
-
export type
|
|
15
|
+
export type DapDSButtonType = HtmlType & Partial<Omit<DDS.DapDSButton, 'children' | 'style'>> & { "ondds-loading-timeout"?: (e: DdsLoadingTimeoutEvent) => void }
|
|
17
16
|
export type DapDSCalendarCellType = HtmlType & Partial<Omit<DDS.DapDSCalendarCell, 'children' | 'style'>>
|
|
18
17
|
export type DapDSCalendarType = HtmlType & Partial<Omit<DDS.DapDSCalendar, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void }
|
|
18
|
+
export type DapDSCalloutType = HtmlType & Partial<Omit<DDS.DapDSCallout, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
|
|
19
19
|
export type DapDSCardActionsType = HtmlType & Partial<Omit<DDS.DapDSCardActions, 'children' | 'style'>>
|
|
20
20
|
export type DapDSCardContentType = HtmlType & Partial<Omit<DDS.DapDSCardContent, 'children' | 'style'>>
|
|
21
21
|
export type DapDSCardImageType = HtmlType & Partial<Omit<DDS.DapDSCardImage, 'children' | 'style'>>
|
|
@@ -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 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
35
|
export type DapDSDAPBadgeType = HtmlType & Partial<Omit<DDS.DapDSDAPBadge, 'children' | 'style'>>
|
|
36
|
+
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 }
|
|
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 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
55
|
export type DapDSOfficialWebsiteBannerType = HtmlType & Partial<Omit<DDS.DapDSOfficialWebsiteBanner, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
|
|
56
|
+
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 }
|
|
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 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'>>
|
|
@@ -97,26 +97,26 @@ export type DapDSTypographyType = HtmlType & Partial<Omit<DDS.DapDSTypography, '
|
|
|
97
97
|
export type DapDSFormLabelType = HtmlType & Partial<Omit<DDS.DapDSFormLabel, 'children' | 'style'>>
|
|
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
|
+
export type BuildingsHome6LineType = HtmlType & Partial<Omit<DDS.BuildingsHome6Line, 'children' | 'style'>>
|
|
100
101
|
export type ArrowsArrowDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownLine, 'children' | 'style'>>
|
|
101
102
|
export type ArrowsArrowDownSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSFill, 'children' | 'style'>>
|
|
102
103
|
export type ArrowsArrowDownSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSLine, 'children' | 'style'>>
|
|
103
104
|
export type ArrowsArrowLeftDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftDownLine, 'children' | 'style'>>
|
|
104
105
|
export type ArrowsArrowLeftLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLLine, 'children' | 'style'>>
|
|
105
106
|
export type ArrowsArrowLeftLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLine, 'children' | 'style'>>
|
|
106
|
-
export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
|
|
107
107
|
export type ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, 'children' | 'style'>>
|
|
108
|
-
export type
|
|
108
|
+
export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
|
|
109
109
|
export type ArrowsArrowRightDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightDownLine, 'children' | 'style'>>
|
|
110
|
+
export type ArrowsArrowLeftUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftUpLine, 'children' | 'style'>>
|
|
110
111
|
export type ArrowsArrowRightLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLLine, 'children' | 'style'>>
|
|
111
112
|
export type ArrowsArrowRightLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLine, 'children' | 'style'>>
|
|
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'>>
|
|
115
|
+
export type ArrowsArrowRightSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSFill, 'children' | 'style'>>
|
|
115
116
|
export type ArrowsArrowUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpLine, 'children' | 'style'>>
|
|
116
117
|
export type ArrowsArrowUpSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpSFill, 'children' | 'style'>>
|
|
117
118
|
export type ArrowsArrowUpSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowUpSLine, 'children' | 'style'>>
|
|
118
119
|
export type ArrowsExpandUpDownFillType = HtmlType & Partial<Omit<DDS.ArrowsExpandUpDownFill, 'children' | 'style'>>
|
|
119
|
-
export type BuildingsHome6LineType = HtmlType & Partial<Omit<DDS.BuildingsHome6Line, 'children' | 'style'>>
|
|
120
120
|
export type BusinessCalendarLineType = HtmlType & Partial<Omit<DDS.BusinessCalendarLine, 'children' | 'style'>>
|
|
121
121
|
export type DesignEditLineType = HtmlType & Partial<Omit<DDS.DesignEditLine, 'children' | 'style'>>
|
|
122
122
|
export type DesignToolsLineType = HtmlType & Partial<Omit<DDS.DesignToolsLine, '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 SystemMore2LineType = HtmlType & Partial<Omit<DDS.SystemMore2Line, 'children' | 'style'>>
|
|
173
172
|
export type SystemMoreLineType = HtmlType & Partial<Omit<DDS.SystemMoreLine, 'children' | 'style'>>
|
|
173
|
+
export type SystemMore2LineType = HtmlType & Partial<Omit<DDS.SystemMore2Line, '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'>>
|