@dso-toolkit/react 88.1.0-ghi-3495.0 → 88.1.1
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.js +0 -10
- package/dist/types/components.d.ts +7 -13
- package/package.json +18 -18
package/dist/components.js
CHANGED
|
@@ -34,7 +34,6 @@ import { DsoInfoButton as DsoInfoButtonElement, defineCustomElement as defineDso
|
|
|
34
34
|
import { DsoInfo as DsoInfoElement, defineCustomElement as defineDsoInfo } from "@dso-toolkit/core/dist/components/dso-info.js";
|
|
35
35
|
import { DsoInputRange as DsoInputRangeElement, defineCustomElement as defineDsoInputRange } from "@dso-toolkit/core/dist/components/dso-input-range.js";
|
|
36
36
|
import { DsoLabel as DsoLabelElement, defineCustomElement as defineDsoLabel } from "@dso-toolkit/core/dist/components/dso-label.js";
|
|
37
|
-
import { DsoLegendGroup as DsoLegendGroupElement, defineCustomElement as defineDsoLegendGroup } from "@dso-toolkit/core/dist/components/dso-legend-group.js";
|
|
38
37
|
import { DsoLegendItem as DsoLegendItemElement, defineCustomElement as defineDsoLegendItem } from "@dso-toolkit/core/dist/components/dso-legend-item.js";
|
|
39
38
|
import { DsoLegend as DsoLegendElement, defineCustomElement as defineDsoLegend } from "@dso-toolkit/core/dist/components/dso-legend.js";
|
|
40
39
|
import { DsoListButton as DsoListButtonElement, defineCustomElement as defineDsoListButton } from "@dso-toolkit/core/dist/components/dso-list-button.js";
|
|
@@ -391,14 +390,6 @@ export const DsoLegend = /*@__PURE__*/ createComponent({
|
|
|
391
390
|
},
|
|
392
391
|
defineCustomElement: defineDsoLegend
|
|
393
392
|
});
|
|
394
|
-
export const DsoLegendGroup = /*@__PURE__*/ createComponent({
|
|
395
|
-
tagName: 'dso-legend-group',
|
|
396
|
-
elementClass: DsoLegendGroupElement,
|
|
397
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
398
|
-
react: React,
|
|
399
|
-
events: { onDsoLegendGroupModeChange: 'dsoLegendGroupModeChange' },
|
|
400
|
-
defineCustomElement: defineDsoLegendGroup
|
|
401
|
-
});
|
|
402
393
|
export const DsoLegendItem = /*@__PURE__*/ createComponent({
|
|
403
394
|
tagName: 'dso-legend-item',
|
|
404
395
|
elementClass: DsoLegendItemElement,
|
|
@@ -406,7 +397,6 @@ export const DsoLegendItem = /*@__PURE__*/ createComponent({
|
|
|
406
397
|
react: React,
|
|
407
398
|
events: {
|
|
408
399
|
onDsoActiveChange: 'dsoActiveChange',
|
|
409
|
-
onDsoDelete: 'dsoDelete',
|
|
410
400
|
onDsoMouseEnter: 'dsoMouseEnter',
|
|
411
401
|
onDsoMouseLeave: 'dsoMouseLeave'
|
|
412
402
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import { type AccordionSectionActiveChangeEvent, type AccordionSectionAnimationEndEvent, type AccordionSectionAnimationStartEvent, type AccordionSectionToggleClickEvent, type AdvancedSelectChangeEvent, type AdvancedSelectRedirectEvent, type AlertCloseEvent, type AnnotationActiveChangeEvent, type AnnotationKaartClickEvent, type BaseLayerChangeEvent, type CardClickEvent, type DatePickerBlurEvent, type DatePickerChangeEvent, type DatePickerFocusEvent, type DatePickerKeyboardEvent, type DocumentCardClickEvent, type DocumentComponentMarkItemHighlightEvent, type DocumentComponentOpenToggleEvent, type DocumentComponentOzonContentClickEvent, type DocumentComponentRecursiveToggleEvent, type DocumentComponentTableOfContentsClickEvent, type DocumentComponentToggleAnnotationEvent, type DsoAccordionSectionCustomEvent, type DsoAdvancedSelectCustomEvent, type DsoAlertCustomEvent, type DsoAnnotationActiviteitCustomEvent, type DsoAnnotationGebiedsaanwijzingCustomEvent, type DsoAnnotationKaartCustomEvent, type DsoAnnotationLocatieCustomEvent, type DsoAnnotationOmgevingsnormwaardeCustomEvent, type DsoAutosuggestCustomEvent, type DsoCardCustomEvent, type DsoDatePickerCustomEvent, type DsoDocumentCardCustomEvent, type DsoDocumentComponentCustomEvent, type DsoExpandableCustomEvent, type DsoHeaderCustomEvent, type DsoHistoryItemCustomEvent, type DsoIconButtonCustomEvent, type DsoInfoButtonCustomEvent, type DsoInfoCustomEvent, type DsoInputRangeCustomEvent, type DsoLabelCustomEvent, type DsoLegendCustomEvent, type
|
|
5
|
+
import { type AccordionSectionActiveChangeEvent, type AccordionSectionAnimationEndEvent, type AccordionSectionAnimationStartEvent, type AccordionSectionToggleClickEvent, type AdvancedSelectChangeEvent, type AdvancedSelectRedirectEvent, type AlertCloseEvent, type AnnotationActiveChangeEvent, type AnnotationKaartClickEvent, type BaseLayerChangeEvent, type CardClickEvent, type DatePickerBlurEvent, type DatePickerChangeEvent, type DatePickerFocusEvent, type DatePickerKeyboardEvent, type DocumentCardClickEvent, type DocumentComponentMarkItemHighlightEvent, type DocumentComponentOpenToggleEvent, type DocumentComponentOzonContentClickEvent, type DocumentComponentRecursiveToggleEvent, type DocumentComponentTableOfContentsClickEvent, type DocumentComponentToggleAnnotationEvent, type DsoAccordionSectionCustomEvent, type DsoAdvancedSelectCustomEvent, type DsoAlertCustomEvent, type DsoAnnotationActiviteitCustomEvent, type DsoAnnotationGebiedsaanwijzingCustomEvent, type DsoAnnotationKaartCustomEvent, type DsoAnnotationLocatieCustomEvent, type DsoAnnotationOmgevingsnormwaardeCustomEvent, type DsoAutosuggestCustomEvent, type DsoCardCustomEvent, type DsoDatePickerCustomEvent, type DsoDocumentCardCustomEvent, type DsoDocumentComponentCustomEvent, type DsoExpandableCustomEvent, type DsoHeaderCustomEvent, type DsoHistoryItemCustomEvent, type DsoIconButtonCustomEvent, type DsoInfoButtonCustomEvent, type DsoInfoCustomEvent, type DsoInputRangeCustomEvent, type DsoLabelCustomEvent, type DsoLegendCustomEvent, type DsoLegendItemCustomEvent, type DsoListButtonCustomEvent, type DsoLogoCustomEvent, type DsoMapBaseLayersCustomEvent, type DsoMapControlsCustomEvent, type DsoMapLayerCustomEvent, type DsoMapLayerObjectCustomEvent, type DsoMapOverlaysCustomEvent, type DsoMarkBarCustomEvent, type DsoModalCustomEvent, type DsoOnboardingTipCustomEvent, type DsoOzonContentCustomEvent, type DsoPaginationCustomEvent, type DsoPanelCustomEvent, type DsoPlekinfoCardCustomEvent, type DsoRenvooiCustomEvent, type DsoResponsiveElementCustomEvent, type DsoScrollEndEvent, type DsoScrollableCustomEvent, type DsoSelectableCustomEvent, type DsoSkiplinkCustomEvent, type DsoSlideToggleCustomEvent, type DsoSurveyRatingCustomEvent, type DsoTabCustomEvent, type DsoTreeViewCustomEvent, type DsoViewerGridCustomEvent, type DsotDocumentComponentDemoCustomEvent, type ExpandableAnimationEndEvent, type ExpandableAnimationStartEvent, type HeaderEvent, type HistoryItemClickEvent, type IconButtonClickEvent, type InfoButtonToggleEvent, type InputRangeChangeEvent, type LegendCloseEvent, type LegendContentSwitchEvent, type LegendItemActiveChangeEvent, type ListButtonChangeEvent, type ListButtonSelectedEvent, type LogoClickEvent, type LogoLabelClickEvent, type MapControlsToggleEvent, type MapLayerActiveChangeEvent, type MapLayerObjectActiveChangeEvent, type MarkBarClearEvent, type MarkBarInputEvent, type MarkBarPaginationEvent, type ModalCloseEvent, type OnboardingTipCloseEvent, type OverlayChangeEvent, type OzonContentClickEvent, type OzonContentMarkItemHighlightEvent, type PaginationSelectPageEvent, type PanelCloseEvent, type PlekinfoCardClickEvent, type RenvooiMarkItemHighlightEvent, type ResponsiveElementSize, type SelectableChangeEvent, type SkiplinkClickEvent, type SlideToggleActiveEvent, type Suggestion, type SurveyRatingCloseEvent, type SurveyRatingSubmitEvent, type TabsSwitchEvent, type TreeViewItem, type TreeViewPointerEvent, type ViewerGridActiveTabSwitchEvent, type ViewerGridChangeSizeAnimationEndEvent, type ViewerGridChangeSizeEvent, type ViewerGridCloseFilterPanelEvent, type ViewerGridCloseOverlayEvent, type ViewerGridMainToggleEvent } from "@dso-toolkit/core";
|
|
6
6
|
import { DsoAccordionSection as DsoAccordionSectionElement } from "@dso-toolkit/core/dist/components/dso-accordion-section.js";
|
|
7
7
|
import { DsoAccordion as DsoAccordionElement } from "@dso-toolkit/core/dist/components/dso-accordion.js";
|
|
8
8
|
import { DsoActionListItem as DsoActionListItemElement } from "@dso-toolkit/core/dist/components/dso-action-list-item.js";
|
|
@@ -38,7 +38,6 @@ import { DsoInfoButton as DsoInfoButtonElement } from "@dso-toolkit/core/dist/co
|
|
|
38
38
|
import { DsoInfo as DsoInfoElement } from "@dso-toolkit/core/dist/components/dso-info.js";
|
|
39
39
|
import { DsoInputRange as DsoInputRangeElement } from "@dso-toolkit/core/dist/components/dso-input-range.js";
|
|
40
40
|
import { DsoLabel as DsoLabelElement } from "@dso-toolkit/core/dist/components/dso-label.js";
|
|
41
|
-
import { DsoLegendGroup as DsoLegendGroupElement } from "@dso-toolkit/core/dist/components/dso-legend-group.js";
|
|
42
41
|
import { DsoLegendItem as DsoLegendItemElement } from "@dso-toolkit/core/dist/components/dso-legend-item.js";
|
|
43
42
|
import { DsoLegend as DsoLegendElement } from "@dso-toolkit/core/dist/components/dso-legend.js";
|
|
44
43
|
import { DsoListButton as DsoListButtonElement } from "@dso-toolkit/core/dist/components/dso-list-button.js";
|
|
@@ -121,8 +120,8 @@ export type DsoAttachmentsCounterEvents = NonNullable<unknown>;
|
|
|
121
120
|
export declare const DsoAttachmentsCounter: StencilReactComponent<DsoAttachmentsCounterElement, DsoAttachmentsCounterEvents>;
|
|
122
121
|
export type DsoAutosuggestEvents = {
|
|
123
122
|
onDsoSelect: EventName<DsoAutosuggestCustomEvent<Suggestion>>;
|
|
124
|
-
onDsoChange: EventName<
|
|
125
|
-
onDsoSearch: EventName<
|
|
123
|
+
onDsoChange: EventName<CustomEvent<string>>;
|
|
124
|
+
onDsoSearch: EventName<CustomEvent<string>>;
|
|
126
125
|
};
|
|
127
126
|
export declare const DsoAutosuggest: StencilReactComponent<DsoAutosuggestElement, DsoAutosuggestEvents>;
|
|
128
127
|
export type DsoBadgeEvents = NonNullable<unknown>;
|
|
@@ -208,15 +207,10 @@ export type DsoLegendEvents = {
|
|
|
208
207
|
onDsoClose: EventName<DsoLegendCustomEvent<LegendCloseEvent>>;
|
|
209
208
|
};
|
|
210
209
|
export declare const DsoLegend: StencilReactComponent<DsoLegendElement, DsoLegendEvents>;
|
|
211
|
-
export type DsoLegendGroupEvents = {
|
|
212
|
-
onDsoLegendGroupModeChange: EventName<DsoLegendGroupCustomEvent<LegendGroupModeChangeEvent>>;
|
|
213
|
-
};
|
|
214
|
-
export declare const DsoLegendGroup: StencilReactComponent<DsoLegendGroupElement, DsoLegendGroupEvents>;
|
|
215
210
|
export type DsoLegendItemEvents = {
|
|
216
211
|
onDsoActiveChange: EventName<DsoLegendItemCustomEvent<LegendItemActiveChangeEvent>>;
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
onDsoMouseLeave: EventName<DsoLegendItemCustomEvent<any>>;
|
|
212
|
+
onDsoMouseEnter: EventName<CustomEvent<any>>;
|
|
213
|
+
onDsoMouseLeave: EventName<CustomEvent<any>>;
|
|
220
214
|
};
|
|
221
215
|
export declare const DsoLegendItem: StencilReactComponent<DsoLegendItemElement, DsoLegendItemEvents>;
|
|
222
216
|
export type DsoListButtonEvents = {
|
|
@@ -245,8 +239,8 @@ export type DsoMapLayerEvents = {
|
|
|
245
239
|
export declare const DsoMapLayer: StencilReactComponent<DsoMapLayerElement, DsoMapLayerEvents>;
|
|
246
240
|
export type DsoMapLayerObjectEvents = {
|
|
247
241
|
onDsoActiveChange: EventName<DsoMapLayerObjectCustomEvent<MapLayerObjectActiveChangeEvent>>;
|
|
248
|
-
onDsoMouseEnter: EventName<
|
|
249
|
-
onDsoMouseLeave: EventName<
|
|
242
|
+
onDsoMouseEnter: EventName<CustomEvent<any>>;
|
|
243
|
+
onDsoMouseLeave: EventName<CustomEvent<any>>;
|
|
250
244
|
};
|
|
251
245
|
export declare const DsoMapLayerObject: StencilReactComponent<DsoMapLayerObjectElement, DsoMapLayerObjectEvents>;
|
|
252
246
|
export type DsoMapOverlaysEvents = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dso-toolkit/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "88.1.
|
|
4
|
+
"version": "88.1.1",
|
|
5
5
|
"description": "React specific wrapper for @dso-toolkit/core web components",
|
|
6
6
|
"homepage": "https://www.dso-toolkit.nl/",
|
|
7
7
|
"repository": {
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dist/"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@stencil/react-output-target": "^1.
|
|
21
|
+
"@stencil/react-output-target": "^1.2.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@iframe-resizer/child": "^5.5.
|
|
25
|
-
"@stencil/core": "4.
|
|
26
|
-
"@storybook/addon-a11y": "10.
|
|
27
|
-
"@storybook/addon-docs": "10.
|
|
28
|
-
"@storybook/builder-vite": "10.
|
|
29
|
-
"@storybook/react-vite": "10.
|
|
24
|
+
"@iframe-resizer/child": "^5.5.7",
|
|
25
|
+
"@stencil/core": "4.39.0",
|
|
26
|
+
"@storybook/addon-a11y": "10.1.9",
|
|
27
|
+
"@storybook/addon-docs": "10.1.9",
|
|
28
|
+
"@storybook/builder-vite": "10.1.9",
|
|
29
|
+
"@storybook/react-vite": "10.1.9",
|
|
30
30
|
"@types/lodash.startcase": "^4.4.9",
|
|
31
|
-
"@types/react": "^19.2.
|
|
31
|
+
"@types/react": "^19.2.7",
|
|
32
32
|
"@types/react-dom": "^19.2.3",
|
|
33
|
-
"dso-toolkit": "^88.1.
|
|
33
|
+
"dso-toolkit": "^88.1.1",
|
|
34
34
|
"eslint": "^9.39.2",
|
|
35
|
-
"eslint-plugin-storybook": "10.
|
|
35
|
+
"eslint-plugin-storybook": "10.1.9",
|
|
36
36
|
"http-proxy-middleware": "^3.0.5",
|
|
37
37
|
"lodash.startcase": "^4.4.0",
|
|
38
|
-
"react": "^19.2.
|
|
39
|
-
"react-dom": "^19.2.
|
|
40
|
-
"rimraf": "^6.1.
|
|
41
|
-
"storybook": "10.
|
|
38
|
+
"react": "^19.2.3",
|
|
39
|
+
"react-dom": "^19.2.3",
|
|
40
|
+
"rimraf": "^6.1.2",
|
|
41
|
+
"storybook": "10.1.9",
|
|
42
42
|
"tslib": "^2.8.1",
|
|
43
43
|
"typescript": "~5.9.3",
|
|
44
|
-
"vite": "^7.3.
|
|
45
|
-
"wait-on": "^9.0.
|
|
44
|
+
"vite": "^7.3.0",
|
|
45
|
+
"wait-on": "^9.0.3"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@dso-toolkit/core": "88.1.
|
|
48
|
+
"@dso-toolkit/core": "88.1.1",
|
|
49
49
|
"react": "^18.3.0 || ^19.0.0",
|
|
50
50
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
51
51
|
},
|