platformscode-new-react 0.0.71 → 0.0.72
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.d.ts +12 -0
- package/dist/index.cjs.js +19921 -1701
- package/dist/index.js +24009 -5549
- package/package.json +1 -1
package/dist/components.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import { DgaCarousel as DgaCarouselElement } from '../../core/dist/components/dg
|
|
|
10
10
|
import { DgaChart as DgaChartElement } from '../../core/dist/components/dga-chart.js';
|
|
11
11
|
import { DgaCheckbox as DgaCheckboxElement } from '../../core/dist/components/dga-checkbox.js';
|
|
12
12
|
import { DgaChip as DgaChipElement } from '../../core/dist/components/dga-chip.js';
|
|
13
|
+
import { DgaCircleSkeleton as DgaCircleSkeletonElement } from '../../core/dist/components/dga-circle-skeleton.js';
|
|
13
14
|
import { DgaCircularProgressBar as DgaCircularProgressBarElement } from '../../core/dist/components/dga-circular-progress-bar.js';
|
|
14
15
|
import { DgaCodesnippet as DgaCodesnippetElement } from '../../core/dist/components/dga-codesnippet.js';
|
|
15
16
|
import { DgaContentSwitcherItem as DgaContentSwitcherItemElement } from '../../core/dist/components/dga-content-switcher-item.js';
|
|
@@ -32,6 +33,7 @@ import { DgaHtmlTag as DgaHtmlTagElement } from '../../core/dist/components/dga-
|
|
|
32
33
|
import { DgaIcon as DgaIconElement } from '../../core/dist/components/dga-icon.js';
|
|
33
34
|
import { DgaInlineAlert as DgaInlineAlertElement } from '../../core/dist/components/dga-inline-alert.js';
|
|
34
35
|
import { DgaLabel as DgaLabelElement } from '../../core/dist/components/dga-label.js';
|
|
36
|
+
import { DgaLineSkeleton as DgaLineSkeletonElement } from '../../core/dist/components/dga-line-skeleton.js';
|
|
35
37
|
import { DgaLinearProgressBar as DgaLinearProgressBarElement } from '../../core/dist/components/dga-linear-progress-bar.js';
|
|
36
38
|
import { DgaLink as DgaLinkElement } from '../../core/dist/components/dga-link.js';
|
|
37
39
|
import { DgaListItem as DgaListItemElement } from '../../core/dist/components/dga-list-item.js';
|
|
@@ -66,16 +68,20 @@ import { DgaQuote as DgaQuoteElement } from '../../core/dist/components/dga-quot
|
|
|
66
68
|
import { DgaRadialStepper as DgaRadialStepperElement } from '../../core/dist/components/dga-radial-stepper.js';
|
|
67
69
|
import { DgaRadioButton as DgaRadioButtonElement } from '../../core/dist/components/dga-radio-button.js';
|
|
68
70
|
import { DgaRating as DgaRatingElement } from '../../core/dist/components/dga-rating.js';
|
|
71
|
+
import { DgaRectangleSkeleton as DgaRectangleSkeletonElement } from '../../core/dist/components/dga-rectangle-skeleton.js';
|
|
69
72
|
import { DgaSearchBox as DgaSearchBoxElement } from '../../core/dist/components/dga-search-box.js';
|
|
70
73
|
import { DgaSecondNavHeaderActions as DgaSecondNavHeaderActionsElement } from '../../core/dist/components/dga-second-nav-header-actions.js';
|
|
71
74
|
import { DgaSecondNavHeaderContent as DgaSecondNavHeaderContentElement } from '../../core/dist/components/dga-second-nav-header-content.js';
|
|
72
75
|
import { DgaSecondNavHeaderItem as DgaSecondNavHeaderItemElement } from '../../core/dist/components/dga-second-nav-header-item.js';
|
|
73
76
|
import { DgaSecondNavHeader as DgaSecondNavHeaderElement } from '../../core/dist/components/dga-second-nav-header.js';
|
|
77
|
+
import { DgaSkeletonComponent as DgaSkeletonComponentElement } from '../../core/dist/components/dga-skeleton-component.js';
|
|
78
|
+
import { DgaSkeletonUsage as DgaSkeletonUsageElement } from '../../core/dist/components/dga-skeleton-usage.js';
|
|
74
79
|
import { DgaSlideoutMenuActions as DgaSlideoutMenuActionsElement } from '../../core/dist/components/dga-slideout-menu-actions.js';
|
|
75
80
|
import { DgaSlideoutMenuHeader as DgaSlideoutMenuHeaderElement } from '../../core/dist/components/dga-slideout-menu-header.js';
|
|
76
81
|
import { DgaSlideoutMenuItems as DgaSlideoutMenuItemsElement } from '../../core/dist/components/dga-slideout-menu-items.js';
|
|
77
82
|
import { DgaSlideoutMenu as DgaSlideoutMenuElement } from '../../core/dist/components/dga-slideout-menu.js';
|
|
78
83
|
import { DgaSlider as DgaSliderElement } from '../../core/dist/components/dga-slider.js';
|
|
84
|
+
import { DgaSquareSkeleton as DgaSquareSkeletonElement } from '../../core/dist/components/dga-square-skeleton.js';
|
|
79
85
|
import { DgaStructuredList as DgaStructuredListElement } from '../../core/dist/components/dga-structured-list.js';
|
|
80
86
|
import { DgaSuffix as DgaSuffixElement } from '../../core/dist/components/dga-suffix.js';
|
|
81
87
|
import { DgaSwitch as DgaSwitchElement } from '../../core/dist/components/dga-switch.js';
|
|
@@ -111,6 +117,7 @@ export declare const DgaCarouselItem: import('@lit/react').ReactWebComponent<Dga
|
|
|
111
117
|
export declare const DgaChart: import('@lit/react').ReactWebComponent<DgaChartElement, {}>;
|
|
112
118
|
export declare const DgaCheckbox: import('@lit/react').ReactWebComponent<DgaCheckboxElement, {}>;
|
|
113
119
|
export declare const DgaChip: import('@lit/react').ReactWebComponent<DgaChipElement, {}>;
|
|
120
|
+
export declare const DgaCircleSkeleton: import('@lit/react').ReactWebComponent<DgaCircleSkeletonElement, {}>;
|
|
114
121
|
export declare const DgaCircularProgressBar: import('@lit/react').ReactWebComponent<DgaCircularProgressBarElement, {}>;
|
|
115
122
|
export declare const DgaCodesnippet: import('@lit/react').ReactWebComponent<DgaCodesnippetElement, {}>;
|
|
116
123
|
export declare const DgaContentSwitcher: import('@lit/react').ReactWebComponent<DgaContentSwitcherElement, {}>;
|
|
@@ -133,6 +140,7 @@ export declare const DgaHtmlTag: import('@lit/react').ReactWebComponent<DgaHtmlT
|
|
|
133
140
|
export declare const DgaIcon: import('@lit/react').ReactWebComponent<DgaIconElement, {}>;
|
|
134
141
|
export declare const DgaInlineAlert: import('@lit/react').ReactWebComponent<DgaInlineAlertElement, {}>;
|
|
135
142
|
export declare const DgaLabel: import('@lit/react').ReactWebComponent<DgaLabelElement, {}>;
|
|
143
|
+
export declare const DgaLineSkeleton: import('@lit/react').ReactWebComponent<DgaLineSkeletonElement, {}>;
|
|
136
144
|
export declare const DgaLinearProgressBar: import('@lit/react').ReactWebComponent<DgaLinearProgressBarElement, {}>;
|
|
137
145
|
type DgaLinkEvents = {
|
|
138
146
|
onOnClick: EventName<DgaLinkCustomEvent<MouseEvent>>;
|
|
@@ -179,6 +187,7 @@ export declare const DgaQuote: import('@lit/react').ReactWebComponent<DgaQuoteEl
|
|
|
179
187
|
export declare const DgaRadialStepper: import('@lit/react').ReactWebComponent<DgaRadialStepperElement, {}>;
|
|
180
188
|
export declare const DgaRadioButton: import('@lit/react').ReactWebComponent<DgaRadioButtonElement, {}>;
|
|
181
189
|
export declare const DgaRating: import('@lit/react').ReactWebComponent<DgaRatingElement, {}>;
|
|
190
|
+
export declare const DgaRectangleSkeleton: import('@lit/react').ReactWebComponent<DgaRectangleSkeletonElement, {}>;
|
|
182
191
|
type DgaSearchBoxEvents = {
|
|
183
192
|
onOnChange: EventName<CustomEvent<any>>;
|
|
184
193
|
onOnBlur: EventName<CustomEvent<any>>;
|
|
@@ -188,11 +197,14 @@ export declare const DgaSecondNavHeader: import('@lit/react').ReactWebComponent<
|
|
|
188
197
|
export declare const DgaSecondNavHeaderActions: import('@lit/react').ReactWebComponent<DgaSecondNavHeaderActionsElement, {}>;
|
|
189
198
|
export declare const DgaSecondNavHeaderContent: import('@lit/react').ReactWebComponent<DgaSecondNavHeaderContentElement, {}>;
|
|
190
199
|
export declare const DgaSecondNavHeaderItem: import('@lit/react').ReactWebComponent<DgaSecondNavHeaderItemElement, {}>;
|
|
200
|
+
export declare const DgaSkeletonComponent: import('@lit/react').ReactWebComponent<DgaSkeletonComponentElement, {}>;
|
|
201
|
+
export declare const DgaSkeletonUsage: import('@lit/react').ReactWebComponent<DgaSkeletonUsageElement, {}>;
|
|
191
202
|
export declare const DgaSlideoutMenu: import('@lit/react').ReactWebComponent<DgaSlideoutMenuElement, {}>;
|
|
192
203
|
export declare const DgaSlideoutMenuActions: import('@lit/react').ReactWebComponent<DgaSlideoutMenuActionsElement, {}>;
|
|
193
204
|
export declare const DgaSlideoutMenuHeader: import('@lit/react').ReactWebComponent<DgaSlideoutMenuHeaderElement, {}>;
|
|
194
205
|
export declare const DgaSlideoutMenuItems: import('@lit/react').ReactWebComponent<DgaSlideoutMenuItemsElement, {}>;
|
|
195
206
|
export declare const DgaSlider: import('@lit/react').ReactWebComponent<DgaSliderElement, {}>;
|
|
207
|
+
export declare const DgaSquareSkeleton: import('@lit/react').ReactWebComponent<DgaSquareSkeletonElement, {}>;
|
|
196
208
|
export declare const DgaStructuredList: import('@lit/react').ReactWebComponent<DgaStructuredListElement, {}>;
|
|
197
209
|
type DgaSuffixEvents = {
|
|
198
210
|
onOnSelect: EventName<CustomEvent<string>>;
|