@dso-toolkit/angular 88.0.0 → 89.0.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { NgZone, ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
|
|
3
|
-
import { Components, AccordionSectionActiveChangeEvent, AccordionSectionToggleClickEvent, AccordionSectionAnimationStartEvent, AccordionSectionAnimationEndEvent, AdvancedSelectChangeEvent, AdvancedSelectRedirectEvent, AlertCloseEvent, AnnotationActiveChangeEvent, AnnotationKaartClickEvent, Suggestion, CardClickEvent, DatePickerChangeEvent, DatePickerBlurEvent, DatePickerKeyboardEvent, DatePickerFocusEvent, DocumentCardClickEvent, DocumentComponentRecursiveToggleEvent, DocumentComponentOpenToggleEvent, DocumentComponentTableOfContentsClickEvent, DocumentComponentOzonContentClickEvent, DocumentComponentToggleAnnotationEvent, DocumentComponentMarkItemHighlightEvent, ExpandableAnimationStartEvent, ExpandableAnimationEndEvent, HeaderEvent, HistoryItemClickEvent, IconButtonClickEvent, InfoButtonToggleEvent, InputRangeChangeEvent, LegendContentSwitchEvent, LegendCloseEvent, LegendItemActiveChangeEvent, ListButtonChangeEvent, ListButtonSelectedEvent, LogoClickEvent, LogoLabelClickEvent, BaseLayerChangeEvent, MapControlsToggleEvent, MapLayerActiveChangeEvent, MapLayerObjectActiveChangeEvent, OverlayChangeEvent, MarkBarInputEvent, MarkBarPaginationEvent, MarkBarClearEvent, ModalCloseEvent, OnboardingTipCloseEvent, OzonContentClickEvent, OzonContentMarkItemHighlightEvent, PaginationSelectPageEvent, PanelCloseEvent, PlekinfoCardClickEvent, RenvooiMarkItemHighlightEvent, ResponsiveElementSize, DsoScrollEndEvent, SelectableChangeEvent, SkiplinkClickEvent, SlideToggleActiveEvent, SurveyRatingSubmitEvent, SurveyRatingCloseEvent, TabsSwitchEvent, TreeViewItem, TreeViewPointerEvent, ViewerGridCloseOverlayEvent, ViewerGridCloseFilterPanelEvent, ViewerGridActiveTabSwitchEvent, ViewerGridChangeSizeAnimationEndEvent, ViewerGridChangeSizeEvent, ViewerGridMainToggleEvent } from '@dso-toolkit/core/dist/components';
|
|
3
|
+
import { Components, AccordionSectionActiveChangeEvent, AccordionSectionToggleClickEvent, AccordionSectionAnimationStartEvent, AccordionSectionAnimationEndEvent, AdvancedSelectChangeEvent, AdvancedSelectRedirectEvent, AlertCloseEvent, AnnotationActiveChangeEvent, AnnotationKaartClickEvent, Suggestion, CardClickEvent, DatePickerChangeEvent, DatePickerBlurEvent, DatePickerKeyboardEvent, DatePickerFocusEvent, DocumentCardClickEvent, DocumentComponentRecursiveToggleEvent, DocumentComponentOpenToggleEvent, DocumentComponentTableOfContentsClickEvent, DocumentComponentOzonContentClickEvent, DocumentComponentToggleAnnotationEvent, DocumentComponentMarkItemHighlightEvent, ExpandableAnimationStartEvent, ExpandableAnimationEndEvent, HeaderEvent, HistoryItemClickEvent, IconButtonClickEvent, InfoButtonToggleEvent, InputRangeChangeEvent, LegendContentSwitchEvent, LegendCloseEvent, LegendGroupModeChangeEvent, LegendItemActiveChangeEvent, LegendItemDeleteEvent, ListButtonChangeEvent, ListButtonSelectedEvent, LogoClickEvent, LogoLabelClickEvent, BaseLayerChangeEvent, MapControlsToggleEvent, MapLayerActiveChangeEvent, MapLayerObjectActiveChangeEvent, OverlayChangeEvent, MarkBarInputEvent, MarkBarPaginationEvent, MarkBarClearEvent, ModalCloseEvent, OnboardingTipCloseEvent, OzonContentClickEvent, OzonContentMarkItemHighlightEvent, PaginationSelectPageEvent, PanelCloseEvent, PlekinfoCardClickEvent, RenvooiMarkItemHighlightEvent, ResponsiveElementSize, DsoScrollEndEvent, SelectableChangeEvent, SkiplinkClickEvent, SlideToggleActiveEvent, SurveyRatingSubmitEvent, SurveyRatingCloseEvent, TabsSwitchEvent, TreeViewItem, TreeViewPointerEvent, ViewerGridCloseOverlayEvent, ViewerGridCloseFilterPanelEvent, ViewerGridActiveTabSwitchEvent, ViewerGridChangeSizeAnimationEndEvent, ViewerGridChangeSizeEvent, ViewerGridMainToggleEvent } from '@dso-toolkit/core/dist/components';
|
|
4
4
|
|
|
5
5
|
declare class DsoAccordion {
|
|
6
6
|
protected z: NgZone;
|
|
@@ -13,14 +13,14 @@ declare interface DsoAccordion extends Components.DsoAccordion {
|
|
|
13
13
|
}
|
|
14
14
|
declare class DsoAccordionSection {
|
|
15
15
|
protected z: NgZone;
|
|
16
|
+
protected el: HTMLDsoAccordionSectionElement;
|
|
16
17
|
dsoActiveChange: EventEmitter<CustomEvent<AccordionSectionActiveChangeEvent>>;
|
|
17
18
|
dsoToggleClick: EventEmitter<CustomEvent<AccordionSectionToggleClickEvent>>;
|
|
18
19
|
dsoAnimationStart: EventEmitter<CustomEvent<AccordionSectionAnimationStartEvent>>;
|
|
19
20
|
dsoAnimationEnd: EventEmitter<CustomEvent<AccordionSectionAnimationEndEvent>>;
|
|
20
|
-
protected el: HTMLDsoAccordionSectionElement;
|
|
21
21
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAccordionSection, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAccordionSection, "dso-accordion-section", never, { "activatable": { "alias": "activatable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "attachmentCount": { "alias": "attachmentCount"; "required": false; }; "handleTitle": { "alias": "handleTitle"; "required":
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAccordionSection, "dso-accordion-section", never, { "activatable": { "alias": "activatable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "attachmentCount": { "alias": "attachmentCount"; "required": false; }; "handleTitle": { "alias": "handleTitle"; "required": true; }; "handleUrl": { "alias": "handleUrl"; "required": false; }; "hasNestedAccordion": { "alias": "hasNestedAccordion"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelStatus": { "alias": "labelStatus"; "required": false; }; "open": { "alias": "open"; "required": false; }; "status": { "alias": "status"; "required": false; }; "statusDescription": { "alias": "statusDescription"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; "dsoToggleClick": "dsoToggleClick"; "dsoAnimationStart": "dsoAnimationStart"; "dsoAnimationEnd": "dsoAnimationEnd"; }, never, ["*"], true, never>;
|
|
24
24
|
}
|
|
25
25
|
declare interface DsoAccordionSection extends Components.DsoAccordionSection {
|
|
26
26
|
/**
|
|
@@ -45,7 +45,7 @@ declare class DsoActionList {
|
|
|
45
45
|
protected el: HTMLDsoActionListElement;
|
|
46
46
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoActionList, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoActionList, "dso-action-list", never, { "listTitle": { "alias": "listTitle"; "required":
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoActionList, "dso-action-list", never, { "listTitle": { "alias": "listTitle"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
49
49
|
}
|
|
50
50
|
declare interface DsoActionList extends Components.DsoActionList {
|
|
51
51
|
}
|
|
@@ -54,15 +54,15 @@ declare class DsoActionListItem {
|
|
|
54
54
|
protected el: HTMLDsoActionListItemElement;
|
|
55
55
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoActionListItem, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoActionListItem, "dso-action-list-item", never, { "divider": { "alias": "divider"; "required": false; }; "flowLine": { "alias": "flowLine"; "required": false; }; "itemTitle": { "alias": "itemTitle"; "required": false; }; "step": { "alias": "step"; "required":
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoActionListItem, "dso-action-list-item", never, { "divider": { "alias": "divider"; "required": false; }; "flowLine": { "alias": "flowLine"; "required": false; }; "itemTitle": { "alias": "itemTitle"; "required": false; }; "step": { "alias": "step"; "required": true; }; "warning": { "alias": "warning"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
58
58
|
}
|
|
59
59
|
declare interface DsoActionListItem extends Components.DsoActionListItem {
|
|
60
60
|
}
|
|
61
61
|
declare class DsoAdvancedSelect {
|
|
62
62
|
protected z: NgZone;
|
|
63
|
+
protected el: HTMLDsoAdvancedSelectElement;
|
|
63
64
|
dsoChange: EventEmitter<CustomEvent<AdvancedSelectChangeEvent<never>>>;
|
|
64
65
|
dsoRedirect: EventEmitter<CustomEvent<AdvancedSelectRedirectEvent>>;
|
|
65
|
-
protected el: HTMLDsoAdvancedSelectElement;
|
|
66
66
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAdvancedSelect, never>;
|
|
68
68
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAdvancedSelect, "dso-advanced-select", never, { "active": { "alias": "active"; "required": false; }; "activeHint": { "alias": "activeHint"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "dsoChange": "dsoChange"; "dsoRedirect": "dsoRedirect"; }, never, ["*"], true, never>;
|
|
@@ -79,11 +79,11 @@ declare interface DsoAdvancedSelect extends Components.DsoAdvancedSelect {
|
|
|
79
79
|
}
|
|
80
80
|
declare class DsoAlert {
|
|
81
81
|
protected z: NgZone;
|
|
82
|
-
dsoClose: EventEmitter<CustomEvent<AlertCloseEvent>>;
|
|
83
82
|
protected el: HTMLDsoAlertElement;
|
|
83
|
+
dsoClose: EventEmitter<CustomEvent<AlertCloseEvent>>;
|
|
84
84
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
85
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAlert, never>;
|
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAlert, "dso-alert", never, { "closable": { "alias": "closable"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "roleAlert": { "alias": "roleAlert"; "required": false; }; "status": { "alias": "status"; "required":
|
|
86
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAlert, "dso-alert", never, { "closable": { "alias": "closable"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "roleAlert": { "alias": "roleAlert"; "required": false; }; "status": { "alias": "status"; "required": true; }; }, { "dsoClose": "dsoClose"; }, never, ["*"], true, never>;
|
|
87
87
|
}
|
|
88
88
|
declare interface DsoAlert extends Components.DsoAlert {
|
|
89
89
|
/**
|
|
@@ -93,8 +93,8 @@ declare interface DsoAlert extends Components.DsoAlert {
|
|
|
93
93
|
}
|
|
94
94
|
declare class DsoAnnotationActiviteit {
|
|
95
95
|
protected z: NgZone;
|
|
96
|
-
dsoActiveChange: EventEmitter<CustomEvent<AnnotationActiveChangeEvent>>;
|
|
97
96
|
protected el: HTMLDsoAnnotationActiviteitElement;
|
|
97
|
+
dsoActiveChange: EventEmitter<CustomEvent<AnnotationActiveChangeEvent>>;
|
|
98
98
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAnnotationActiviteit, never>;
|
|
100
100
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAnnotationActiviteit, "dso-annotation-activiteit", never, { "active": { "alias": "active"; "required": false; }; "gewijzigdeLocatie": { "alias": "gewijzigdeLocatie"; "required": false; }; "locatieNoemers": { "alias": "locatieNoemers"; "required": false; }; "naam": { "alias": "naam"; "required": false; }; "regelKwalificatie": { "alias": "regelKwalificatie"; "required": false; }; "regelKwalificatieVoorzetsel": { "alias": "regelKwalificatieVoorzetsel"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; }, never, ["*"], true, never>;
|
|
@@ -107,8 +107,8 @@ declare interface DsoAnnotationActiviteit extends Components.DsoAnnotationActivi
|
|
|
107
107
|
}
|
|
108
108
|
declare class DsoAnnotationGebiedsaanwijzing {
|
|
109
109
|
protected z: NgZone;
|
|
110
|
-
dsoActiveChange: EventEmitter<CustomEvent<AnnotationActiveChangeEvent>>;
|
|
111
110
|
protected el: HTMLDsoAnnotationGebiedsaanwijzingElement;
|
|
111
|
+
dsoActiveChange: EventEmitter<CustomEvent<AnnotationActiveChangeEvent>>;
|
|
112
112
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
113
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAnnotationGebiedsaanwijzing, never>;
|
|
114
114
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAnnotationGebiedsaanwijzing, "dso-annotation-gebiedsaanwijzing", never, { "active": { "alias": "active"; "required": false; }; "gewijzigdeLocatie": { "alias": "gewijzigdeLocatie"; "required": false; }; "naam": { "alias": "naam"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; }, never, ["*"], true, never>;
|
|
@@ -121,8 +121,8 @@ declare interface DsoAnnotationGebiedsaanwijzing extends Components.DsoAnnotatio
|
|
|
121
121
|
}
|
|
122
122
|
declare class DsoAnnotationKaart {
|
|
123
123
|
protected z: NgZone;
|
|
124
|
-
dsoClick: EventEmitter<CustomEvent<AnnotationKaartClickEvent>>;
|
|
125
124
|
protected el: HTMLDsoAnnotationKaartElement;
|
|
125
|
+
dsoClick: EventEmitter<CustomEvent<AnnotationKaartClickEvent>>;
|
|
126
126
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
127
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAnnotationKaart, never>;
|
|
128
128
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAnnotationKaart, "dso-annotation-kaart", never, { "href": { "alias": "href"; "required": false; }; "naam": { "alias": "naam"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": false; }; }, { "dsoClick": "dsoClick"; }, never, ["*"], true, never>;
|
|
@@ -137,8 +137,8 @@ declare interface DsoAnnotationKaart extends Components.DsoAnnotationKaart {
|
|
|
137
137
|
}
|
|
138
138
|
declare class DsoAnnotationLocatie {
|
|
139
139
|
protected z: NgZone;
|
|
140
|
-
dsoActiveChange: EventEmitter<CustomEvent<AnnotationActiveChangeEvent>>;
|
|
141
140
|
protected el: HTMLDsoAnnotationLocatieElement;
|
|
141
|
+
dsoActiveChange: EventEmitter<CustomEvent<AnnotationActiveChangeEvent>>;
|
|
142
142
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
143
143
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAnnotationLocatie, never>;
|
|
144
144
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAnnotationLocatie, "dso-annotation-locatie", never, { "active": { "alias": "active"; "required": false; }; "gewijzigdeLocatie": { "alias": "gewijzigdeLocatie"; "required": false; }; "locatieNoemer": { "alias": "locatieNoemer"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; }, never, ["*"], true, never>;
|
|
@@ -151,8 +151,8 @@ declare interface DsoAnnotationLocatie extends Components.DsoAnnotationLocatie {
|
|
|
151
151
|
}
|
|
152
152
|
declare class DsoAnnotationOmgevingsnormwaarde {
|
|
153
153
|
protected z: NgZone;
|
|
154
|
-
dsoActiveChange: EventEmitter<CustomEvent<AnnotationActiveChangeEvent>>;
|
|
155
154
|
protected el: HTMLDsoAnnotationOmgevingsnormwaardeElement;
|
|
155
|
+
dsoActiveChange: EventEmitter<CustomEvent<AnnotationActiveChangeEvent>>;
|
|
156
156
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
157
157
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAnnotationOmgevingsnormwaarde, never>;
|
|
158
158
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAnnotationOmgevingsnormwaarde, "dso-annotation-omgevingsnormwaarde", never, { "active": { "alias": "active"; "required": false; }; "eenheid": { "alias": "eenheid"; "required": false; }; "gewijzigdeLocatie": { "alias": "gewijzigdeLocatie"; "required": false; }; "naam": { "alias": "naam"; "required": false; }; "toelichting": { "alias": "toelichting"; "required": false; }; "waardes": { "alias": "waardes"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; }, never, ["*"], true, never>;
|
|
@@ -168,16 +168,16 @@ declare class DsoAttachmentsCounter {
|
|
|
168
168
|
protected el: HTMLDsoAttachmentsCounterElement;
|
|
169
169
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
170
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAttachmentsCounter, never>;
|
|
171
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAttachmentsCounter, "dso-attachments-counter", never, { "count": { "alias": "count"; "required":
|
|
171
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAttachmentsCounter, "dso-attachments-counter", never, { "count": { "alias": "count"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
172
172
|
}
|
|
173
173
|
declare interface DsoAttachmentsCounter extends Components.DsoAttachmentsCounter {
|
|
174
174
|
}
|
|
175
175
|
declare class DsoAutosuggest {
|
|
176
176
|
protected z: NgZone;
|
|
177
|
+
protected el: HTMLDsoAutosuggestElement;
|
|
177
178
|
dsoSelect: EventEmitter<CustomEvent<Suggestion>>;
|
|
178
179
|
dsoChange: EventEmitter<CustomEvent<string>>;
|
|
179
180
|
dsoSearch: EventEmitter<CustomEvent<string>>;
|
|
180
|
-
protected el: HTMLDsoAutosuggestElement;
|
|
181
181
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
182
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoAutosuggest, never>;
|
|
183
183
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoAutosuggest, "dso-autosuggest", never, { "loading": { "alias": "loading"; "required": false; }; "loadingDelayed": { "alias": "loadingDelayed"; "required": false; }; "loadingLabel": { "alias": "loadingLabel"; "required": false; }; "mark": { "alias": "mark"; "required": false; }; "notFoundLabel": { "alias": "notFoundLabel"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; }, { "dsoSelect": "dsoSelect"; "dsoChange": "dsoChange"; "dsoSearch": "dsoSearch"; }, never, ["*"], true, never>;
|
|
@@ -212,7 +212,7 @@ declare class DsoBanner {
|
|
|
212
212
|
protected el: HTMLDsoBannerElement;
|
|
213
213
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
214
214
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoBanner, never>;
|
|
215
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoBanner, "dso-banner", never, { "compact": { "alias": "compact"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "status": { "alias": "status"; "required":
|
|
215
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoBanner, "dso-banner", never, { "compact": { "alias": "compact"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "status": { "alias": "status"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
216
216
|
}
|
|
217
217
|
declare interface DsoBanner extends Components.DsoBanner {
|
|
218
218
|
}
|
|
@@ -227,11 +227,11 @@ declare interface DsoButtonGroup extends Components.DsoButtonGroup {
|
|
|
227
227
|
}
|
|
228
228
|
declare class DsoCard {
|
|
229
229
|
protected z: NgZone;
|
|
230
|
-
dsoCardClick: EventEmitter<CustomEvent<CardClickEvent>>;
|
|
231
230
|
protected el: HTMLDsoCardElement;
|
|
231
|
+
dsoCardClick: EventEmitter<CustomEvent<CardClickEvent>>;
|
|
232
232
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
233
233
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoCard, never>;
|
|
234
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoCard, "dso-card", never, { "active": { "alias": "active"; "required": false; }; "href": { "alias": "href"; "required":
|
|
234
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoCard, "dso-card", never, { "active": { "alias": "active"; "required": false; }; "href": { "alias": "href"; "required": true; }; "mode": { "alias": "mode"; "required": false; }; }, { "dsoCardClick": "dsoCardClick"; }, never, ["*"], true, never>;
|
|
235
235
|
}
|
|
236
236
|
declare interface DsoCard extends Components.DsoCard {
|
|
237
237
|
/**
|
|
@@ -268,12 +268,12 @@ declare interface DsoCursorTooltip extends Components.DsoCursorTooltip {
|
|
|
268
268
|
}
|
|
269
269
|
declare class DsoDatePicker {
|
|
270
270
|
protected z: NgZone;
|
|
271
|
+
protected el: HTMLDsoDatePickerElement;
|
|
271
272
|
dsoDateChange: EventEmitter<CustomEvent<DatePickerChangeEvent>>;
|
|
272
273
|
dsoBlur: EventEmitter<CustomEvent<DatePickerBlurEvent>>;
|
|
273
274
|
dsoKeyUp: EventEmitter<CustomEvent<DatePickerKeyboardEvent>>;
|
|
274
275
|
dsoKeyDown: EventEmitter<CustomEvent<DatePickerKeyboardEvent>>;
|
|
275
276
|
dsoFocus: EventEmitter<CustomEvent<DatePickerFocusEvent>>;
|
|
276
|
-
protected el: HTMLDsoDatePickerElement;
|
|
277
277
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
278
278
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoDatePicker, never>;
|
|
279
279
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoDatePicker, "dso-date-picker", never, { "describedBy": { "alias": "describedBy"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dsoAutofocus": { "alias": "dsoAutofocus"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "dsoDateChange": "dsoDateChange"; "dsoBlur": "dsoBlur"; "dsoKeyUp": "dsoKeyUp"; "dsoKeyDown": "dsoKeyDown"; "dsoFocus": "dsoFocus"; }, never, ["*"], true, never>;
|
|
@@ -302,11 +302,11 @@ declare interface DsoDatePicker extends Components.DsoDatePicker {
|
|
|
302
302
|
}
|
|
303
303
|
declare class DsoDocumentCard {
|
|
304
304
|
protected z: NgZone;
|
|
305
|
-
dsoDocumentCardClick: EventEmitter<CustomEvent<DocumentCardClickEvent>>;
|
|
306
305
|
protected el: HTMLDsoDocumentCardElement;
|
|
306
|
+
dsoDocumentCardClick: EventEmitter<CustomEvent<DocumentCardClickEvent>>;
|
|
307
307
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
308
308
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoDocumentCard, never>;
|
|
309
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoDocumentCard, "dso-document-card", never, { "active": { "alias": "active"; "required": false; }; "href": { "alias": "href"; "required":
|
|
309
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoDocumentCard, "dso-document-card", never, { "active": { "alias": "active"; "required": false; }; "href": { "alias": "href"; "required": true; }; }, { "dsoDocumentCardClick": "dsoDocumentCardClick"; }, never, ["*"], true, never>;
|
|
310
310
|
}
|
|
311
311
|
declare interface DsoDocumentCard extends Components.DsoDocumentCard {
|
|
312
312
|
/**
|
|
@@ -316,13 +316,13 @@ declare interface DsoDocumentCard extends Components.DsoDocumentCard {
|
|
|
316
316
|
}
|
|
317
317
|
declare class DsoDocumentComponent {
|
|
318
318
|
protected z: NgZone;
|
|
319
|
+
protected el: HTMLDsoDocumentComponentElement;
|
|
319
320
|
dsoRecursiveToggle: EventEmitter<CustomEvent<DocumentComponentRecursiveToggleEvent>>;
|
|
320
321
|
dsoOpenToggle: EventEmitter<CustomEvent<DocumentComponentOpenToggleEvent>>;
|
|
321
322
|
dsoTableOfContentsClick: EventEmitter<CustomEvent<DocumentComponentTableOfContentsClickEvent>>;
|
|
322
323
|
dsoOzonContentClick: EventEmitter<CustomEvent<DocumentComponentOzonContentClickEvent>>;
|
|
323
324
|
dsoAnnotationToggle: EventEmitter<CustomEvent<DocumentComponentToggleAnnotationEvent>>;
|
|
324
325
|
dsoMarkItemHighlight: EventEmitter<CustomEvent<DocumentComponentMarkItemHighlightEvent>>;
|
|
325
|
-
protected el: HTMLDsoDocumentComponentElement;
|
|
326
326
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
327
327
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoDocumentComponent, never>;
|
|
328
328
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoDocumentComponent, "dso-document-component", never, { "alternativeTitle": { "alias": "alternativeTitle"; "required": false; }; "annotated": { "alias": "annotated"; "required": false; }; "annotationsWijzigactie": { "alias": "annotationsWijzigactie"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "badgeStatus": { "alias": "badgeStatus"; "required": false; }; "badgeTooltip": { "alias": "badgeTooltip"; "required": false; }; "filtered": { "alias": "filtered"; "required": false; }; "gereserveerd": { "alias": "gereserveerd"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "href": { "alias": "href"; "required": false; }; "inhoud": { "alias": "inhoud"; "required": false; }; "kop": { "alias": "kop"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelStatus": { "alias": "labelStatus"; "required": false; }; "mark": { "alias": "mark"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "notApplicable": { "alias": "notApplicable"; "required": false; }; "open": { "alias": "open"; "required": false; }; "openAnnotation": { "alias": "openAnnotation"; "required": false; }; "ozonContentBegripResolver": { "alias": "ozonContentBegripResolver"; "required": false; }; "ozonContentUrlResolver": { "alias": "ozonContentUrlResolver"; "required": false; }; "recursiveToggle": { "alias": "recursiveToggle"; "required": false; }; "type": { "alias": "type"; "required": false; }; "vervallen": { "alias": "vervallen"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": false; }; }, { "dsoRecursiveToggle": "dsoRecursiveToggle"; "dsoOpenToggle": "dsoOpenToggle"; "dsoTableOfContentsClick": "dsoTableOfContentsClick"; "dsoOzonContentClick": "dsoOzonContentClick"; "dsoAnnotationToggle": "dsoAnnotationToggle"; "dsoMarkItemHighlight": "dsoMarkItemHighlight"; }, never, ["*"], true, never>;
|
|
@@ -364,9 +364,9 @@ declare interface DsoDropdownMenu extends Components.DsoDropdownMenu {
|
|
|
364
364
|
}
|
|
365
365
|
declare class DsoExpandable {
|
|
366
366
|
protected z: NgZone;
|
|
367
|
+
protected el: HTMLDsoExpandableElement;
|
|
367
368
|
dsoExpandableAnimationStart: EventEmitter<CustomEvent<ExpandableAnimationStartEvent>>;
|
|
368
369
|
dsoExpandableAnimationEnd: EventEmitter<CustomEvent<ExpandableAnimationEndEvent>>;
|
|
369
|
-
protected el: HTMLDsoExpandableElement;
|
|
370
370
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
371
371
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoExpandable, never>;
|
|
372
372
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoExpandable, "dso-expandable", never, { "enableAnimation": { "alias": "enableAnimation"; "required": false; }; "minimumHeight": { "alias": "minimumHeight"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "dsoExpandableAnimationStart": "dsoExpandableAnimationStart"; "dsoExpandableAnimationEnd": "dsoExpandableAnimationEnd"; }, never, ["*"], true, never>;
|
|
@@ -383,8 +383,8 @@ declare interface DsoExpandable extends Components.DsoExpandable {
|
|
|
383
383
|
}
|
|
384
384
|
declare class DsoHeader {
|
|
385
385
|
protected z: NgZone;
|
|
386
|
-
dsoHeaderClick: EventEmitter<CustomEvent<HeaderEvent>>;
|
|
387
386
|
protected el: HTMLDsoHeaderElement;
|
|
387
|
+
dsoHeaderClick: EventEmitter<CustomEvent<HeaderEvent>>;
|
|
388
388
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
389
389
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoHeader, never>;
|
|
390
390
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoHeader, "dso-header", never, { "authStatus": { "alias": "authStatus"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "helpUrl": { "alias": "helpUrl"; "required": false; }; "loginUrl": { "alias": "loginUrl"; "required": false; }; "logoutUrl": { "alias": "logoutUrl"; "required": false; }; "mainMenu": { "alias": "mainMenu"; "required": false; }; "showHelp": { "alias": "showHelp"; "required": false; }; "userHomeActive": { "alias": "userHomeActive"; "required": false; }; "userHomeUrl": { "alias": "userHomeUrl"; "required": false; }; "userProfileName": { "alias": "userProfileName"; "required": false; }; "userProfileUrl": { "alias": "userProfileUrl"; "required": false; }; }, { "dsoHeaderClick": "dsoHeaderClick"; }, never, ["*"], true, never>;
|
|
@@ -408,11 +408,11 @@ declare interface DsoHighlightBox extends Components.DsoHighlightBox {
|
|
|
408
408
|
}
|
|
409
409
|
declare class DsoHistoryItem {
|
|
410
410
|
protected z: NgZone;
|
|
411
|
-
dsoClick: EventEmitter<CustomEvent<HistoryItemClickEvent>>;
|
|
412
411
|
protected el: HTMLDsoHistoryItemElement;
|
|
412
|
+
dsoClick: EventEmitter<CustomEvent<HistoryItemClickEvent>>;
|
|
413
413
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
414
414
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoHistoryItem, never>;
|
|
415
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoHistoryItem, "dso-history-item", never, { "href": { "alias": "href"; "required": false; }; "type": { "alias": "type"; "required":
|
|
415
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoHistoryItem, "dso-history-item", never, { "href": { "alias": "href"; "required": false; }; "type": { "alias": "type"; "required": true; }; }, { "dsoClick": "dsoClick"; }, never, ["*"], true, never>;
|
|
416
416
|
}
|
|
417
417
|
declare interface DsoHistoryItem extends Components.DsoHistoryItem {
|
|
418
418
|
/**
|
|
@@ -431,11 +431,11 @@ declare interface DsoIcon extends Components.DsoIcon {
|
|
|
431
431
|
}
|
|
432
432
|
declare class DsoIconButton {
|
|
433
433
|
protected z: NgZone;
|
|
434
|
-
dsoClick: EventEmitter<CustomEvent<IconButtonClickEvent>>;
|
|
435
434
|
protected el: HTMLDsoIconButtonElement;
|
|
435
|
+
dsoClick: EventEmitter<CustomEvent<IconButtonClickEvent>>;
|
|
436
436
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
437
437
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoIconButton, never>;
|
|
438
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoIconButton, "dso-icon-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required":
|
|
438
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoIconButton, "dso-icon-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": true; }; "label": { "alias": "label"; "required": true; }; "tooltipPlacement": { "alias": "tooltipPlacement"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "dsoClick": "dsoClick"; }, never, ["*"], true, never>;
|
|
439
439
|
}
|
|
440
440
|
declare interface DsoIconButton extends Components.DsoIconButton {
|
|
441
441
|
/**
|
|
@@ -454,8 +454,8 @@ declare interface DsoImageOverlay extends Components.DsoImageOverlay {
|
|
|
454
454
|
}
|
|
455
455
|
declare class DsoInfo {
|
|
456
456
|
protected z: NgZone;
|
|
457
|
-
dsoClose: EventEmitter<CustomEvent<MouseEvent>>;
|
|
458
457
|
protected el: HTMLDsoInfoElement;
|
|
458
|
+
dsoClose: EventEmitter<CustomEvent<MouseEvent>>;
|
|
459
459
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
460
460
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoInfo, never>;
|
|
461
461
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoInfo, "dso-info", never, { "active": { "alias": "active"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; }, { "dsoClose": "dsoClose"; }, never, ["*"], true, never>;
|
|
@@ -468,8 +468,8 @@ declare interface DsoInfo extends Components.DsoInfo {
|
|
|
468
468
|
}
|
|
469
469
|
declare class DsoInfoButton {
|
|
470
470
|
protected z: NgZone;
|
|
471
|
-
dsoToggle: EventEmitter<CustomEvent<InfoButtonToggleEvent>>;
|
|
472
471
|
protected el: HTMLDsoInfoButtonElement;
|
|
472
|
+
dsoToggle: EventEmitter<CustomEvent<InfoButtonToggleEvent>>;
|
|
473
473
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
474
474
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoInfoButton, never>;
|
|
475
475
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoInfoButton, "dso-info-button", never, { "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; "toggletipPlacement": { "alias": "toggletipPlacement"; "required": false; }; }, { "dsoToggle": "dsoToggle"; }, never, ["*"], true, never>;
|
|
@@ -482,8 +482,8 @@ declare interface DsoInfoButton extends Components.DsoInfoButton {
|
|
|
482
482
|
}
|
|
483
483
|
declare class DsoInputRange {
|
|
484
484
|
protected z: NgZone;
|
|
485
|
-
dsoChange: EventEmitter<CustomEvent<InputRangeChangeEvent>>;
|
|
486
485
|
protected el: HTMLDsoInputRangeElement;
|
|
486
|
+
dsoChange: EventEmitter<CustomEvent<InputRangeChangeEvent>>;
|
|
487
487
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
488
488
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoInputRange, never>;
|
|
489
489
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoInputRange, "dso-input-range", never, { "description": { "alias": "description"; "required": false; }; "label": { "alias": "label"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "step": { "alias": "step"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "dsoChange": "dsoChange"; }, never, ["*"], true, never>;
|
|
@@ -496,8 +496,8 @@ declare interface DsoInputRange extends Components.DsoInputRange {
|
|
|
496
496
|
}
|
|
497
497
|
declare class DsoLabel {
|
|
498
498
|
protected z: NgZone;
|
|
499
|
-
dsoRemoveClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
500
499
|
protected el: HTMLDsoLabelElement;
|
|
500
|
+
dsoRemoveClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
501
501
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
502
502
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoLabel, never>;
|
|
503
503
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoLabel, "dso-label", never, { "compact": { "alias": "compact"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "status": { "alias": "status"; "required": false; }; "truncate": { "alias": "truncate"; "required": false; }; }, { "dsoRemoveClick": "dsoRemoveClick"; }, never, ["*"], true, never>;
|
|
@@ -510,9 +510,9 @@ declare interface DsoLabel extends Components.DsoLabel {
|
|
|
510
510
|
}
|
|
511
511
|
declare class DsoLegend {
|
|
512
512
|
protected z: NgZone;
|
|
513
|
+
protected el: HTMLDsoLegendElement;
|
|
513
514
|
dsoContentSwitch: EventEmitter<CustomEvent<LegendContentSwitchEvent>>;
|
|
514
515
|
dsoClose: EventEmitter<CustomEvent<LegendCloseEvent>>;
|
|
515
|
-
protected el: HTMLDsoLegendElement;
|
|
516
516
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
517
517
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoLegend, never>;
|
|
518
518
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoLegend, "dso-legend", never, { "tabItems": { "alias": "tabItems"; "required": false; }; }, { "dsoContentSwitch": "dsoContentSwitch"; "dsoClose": "dsoClose"; }, never, ["*"], true, never>;
|
|
@@ -527,21 +527,40 @@ declare interface DsoLegend extends Components.DsoLegend {
|
|
|
527
527
|
*/
|
|
528
528
|
dsoClose: EventEmitter<CustomEvent<LegendCloseEvent>>;
|
|
529
529
|
}
|
|
530
|
+
declare class DsoLegendGroup {
|
|
531
|
+
protected z: NgZone;
|
|
532
|
+
protected el: HTMLDsoLegendGroupElement;
|
|
533
|
+
dsoLegendGroupModeChange: EventEmitter<CustomEvent<LegendGroupModeChangeEvent>>;
|
|
534
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
535
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DsoLegendGroup, never>;
|
|
536
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoLegendGroup, "dso-legend-group", never, { "mode": { "alias": "mode"; "required": false; }; }, { "dsoLegendGroupModeChange": "dsoLegendGroupModeChange"; }, never, ["*"], true, never>;
|
|
537
|
+
}
|
|
538
|
+
declare interface DsoLegendGroup extends Components.DsoLegendGroup {
|
|
539
|
+
/**
|
|
540
|
+
* Emitted when the user toggles the mode of the Legend Group.
|
|
541
|
+
*/
|
|
542
|
+
dsoLegendGroupModeChange: EventEmitter<CustomEvent<LegendGroupModeChangeEvent>>;
|
|
543
|
+
}
|
|
530
544
|
declare class DsoLegendItem {
|
|
531
545
|
protected z: NgZone;
|
|
546
|
+
protected el: HTMLDsoLegendItemElement;
|
|
532
547
|
dsoActiveChange: EventEmitter<CustomEvent<LegendItemActiveChangeEvent>>;
|
|
548
|
+
dsoDelete: EventEmitter<CustomEvent<LegendItemDeleteEvent>>;
|
|
533
549
|
dsoMouseEnter: EventEmitter<CustomEvent<any>>;
|
|
534
550
|
dsoMouseLeave: EventEmitter<CustomEvent<any>>;
|
|
535
|
-
protected el: HTMLDsoLegendItemElement;
|
|
536
551
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
537
552
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoLegendItem, never>;
|
|
538
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoLegendItem, "dso-legend-item", never, { "activatable": { "alias": "activatable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledMessage": { "alias": "disabledMessage"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; "dsoMouseEnter": "dsoMouseEnter"; "dsoMouseLeave": "dsoMouseLeave"; }, never, ["*"], true, never>;
|
|
553
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoLegendItem, "dso-legend-item", never, { "activatable": { "alias": "activatable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledMessage": { "alias": "disabledMessage"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; "dsoDelete": "dsoDelete"; "dsoMouseEnter": "dsoMouseEnter"; "dsoMouseLeave": "dsoMouseLeave"; }, never, ["*"], true, never>;
|
|
539
554
|
}
|
|
540
555
|
declare interface DsoLegendItem extends Components.DsoLegendItem {
|
|
541
556
|
/**
|
|
542
557
|
* Emitted when user checks or unchecks the Slide Toggle.
|
|
543
558
|
*/
|
|
544
559
|
dsoActiveChange: EventEmitter<CustomEvent<LegendItemActiveChangeEvent>>;
|
|
560
|
+
/**
|
|
561
|
+
* Emitted when the user clicks the delete button.
|
|
562
|
+
*/
|
|
563
|
+
dsoDelete: EventEmitter<CustomEvent<LegendItemDeleteEvent>>;
|
|
545
564
|
/**
|
|
546
565
|
* Emitted when the mouse enters the Legend Item
|
|
547
566
|
*/
|
|
@@ -553,9 +572,9 @@ declare interface DsoLegendItem extends Components.DsoLegendItem {
|
|
|
553
572
|
}
|
|
554
573
|
declare class DsoListButton {
|
|
555
574
|
protected z: NgZone;
|
|
575
|
+
protected el: HTMLDsoListButtonElement;
|
|
556
576
|
dsoCountChange: EventEmitter<CustomEvent<ListButtonChangeEvent>>;
|
|
557
577
|
dsoSelectedChange: EventEmitter<CustomEvent<ListButtonSelectedEvent>>;
|
|
558
|
-
protected el: HTMLDsoListButtonElement;
|
|
559
578
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
560
579
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoListButton, never>;
|
|
561
580
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoListButton, "dso-list-button", never, { "checked": { "alias": "checked"; "required": false; }; "count": { "alias": "count"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "subcontentPrefix": { "alias": "subcontentPrefix"; "required": false; }; "sublabel": { "alias": "sublabel"; "required": false; }; }, { "dsoCountChange": "dsoCountChange"; "dsoSelectedChange": "dsoSelectedChange"; }, never, ["*"], true, never>;
|
|
@@ -574,9 +593,9 @@ declare interface DsoListButton extends Components.DsoListButton {
|
|
|
574
593
|
}
|
|
575
594
|
declare class DsoLogo {
|
|
576
595
|
protected z: NgZone;
|
|
596
|
+
protected el: HTMLDsoLogoElement;
|
|
577
597
|
dsoLogoClick: EventEmitter<CustomEvent<LogoClickEvent>>;
|
|
578
598
|
dsoLabelClick: EventEmitter<CustomEvent<LogoLabelClickEvent>>;
|
|
579
|
-
protected el: HTMLDsoLogoElement;
|
|
580
599
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
581
600
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoLogo, never>;
|
|
582
601
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoLogo, "dso-logo", never, { "label": { "alias": "label"; "required": false; }; "labelUrl": { "alias": "labelUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "name": { "alias": "name"; "required": false; }; "ribbon": { "alias": "ribbon"; "required": false; }; }, { "dsoLogoClick": "dsoLogoClick"; "dsoLabelClick": "dsoLabelClick"; }, never, ["*"], true, never>;
|
|
@@ -593,11 +612,11 @@ declare interface DsoLogo extends Components.DsoLogo {
|
|
|
593
612
|
}
|
|
594
613
|
declare class DsoMapBaseLayers {
|
|
595
614
|
protected z: NgZone;
|
|
596
|
-
dsoBaseLayerChange: EventEmitter<CustomEvent<BaseLayerChangeEvent>>;
|
|
597
615
|
protected el: HTMLDsoMapBaseLayersElement;
|
|
616
|
+
dsoBaseLayerChange: EventEmitter<CustomEvent<BaseLayerChangeEvent>>;
|
|
598
617
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
599
618
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoMapBaseLayers, never>;
|
|
600
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapBaseLayers, "dso-map-base-layers", never, { "baseLayers": { "alias": "baseLayers"; "required":
|
|
619
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapBaseLayers, "dso-map-base-layers", never, { "baseLayers": { "alias": "baseLayers"; "required": true; }; "group": { "alias": "group"; "required": false; }; }, { "dsoBaseLayerChange": "dsoBaseLayerChange"; }, never, ["*"], true, never>;
|
|
601
620
|
}
|
|
602
621
|
declare interface DsoMapBaseLayers extends Components.DsoMapBaseLayers {
|
|
603
622
|
/**
|
|
@@ -607,10 +626,10 @@ declare interface DsoMapBaseLayers extends Components.DsoMapBaseLayers {
|
|
|
607
626
|
}
|
|
608
627
|
declare class DsoMapControls {
|
|
609
628
|
protected z: NgZone;
|
|
629
|
+
protected el: HTMLDsoMapControlsElement;
|
|
610
630
|
dsoZoomIn: EventEmitter<CustomEvent<MouseEvent>>;
|
|
611
631
|
dsoZoomOut: EventEmitter<CustomEvent<MouseEvent>>;
|
|
612
632
|
dsoToggle: EventEmitter<CustomEvent<MapControlsToggleEvent>>;
|
|
613
|
-
protected el: HTMLDsoMapControlsElement;
|
|
614
633
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
615
634
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoMapControls, never>;
|
|
616
635
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapControls, "dso-map-controls", never, { "disableZoom": { "alias": "disableZoom"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "dsoZoomIn": "dsoZoomIn"; "dsoZoomOut": "dsoZoomOut"; "dsoToggle": "dsoToggle"; }, never, ["*"], true, never>;
|
|
@@ -634,11 +653,11 @@ declare interface DsoMapControls extends Components.DsoMapControls {
|
|
|
634
653
|
}
|
|
635
654
|
declare class DsoMapLayer {
|
|
636
655
|
protected z: NgZone;
|
|
637
|
-
dsoActiveChange: EventEmitter<CustomEvent<MapLayerActiveChangeEvent>>;
|
|
638
656
|
protected el: HTMLDsoMapLayerElement;
|
|
657
|
+
dsoActiveChange: EventEmitter<CustomEvent<MapLayerActiveChangeEvent>>;
|
|
639
658
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
640
659
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoMapLayer, never>;
|
|
641
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapLayer, "dso-map-layer", never, { "activatable": { "alias": "activatable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required":
|
|
660
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapLayer, "dso-map-layer", never, { "activatable": { "alias": "activatable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required": true; }; }, { "dsoActiveChange": "dsoActiveChange"; }, never, ["*"], true, never>;
|
|
642
661
|
}
|
|
643
662
|
declare interface DsoMapLayer extends Components.DsoMapLayer {
|
|
644
663
|
/**
|
|
@@ -648,10 +667,10 @@ declare interface DsoMapLayer extends Components.DsoMapLayer {
|
|
|
648
667
|
}
|
|
649
668
|
declare class DsoMapLayerObject {
|
|
650
669
|
protected z: NgZone;
|
|
670
|
+
protected el: HTMLDsoMapLayerObjectElement;
|
|
651
671
|
dsoActiveChange: EventEmitter<CustomEvent<MapLayerObjectActiveChangeEvent>>;
|
|
652
672
|
dsoMouseEnter: EventEmitter<CustomEvent<any>>;
|
|
653
673
|
dsoMouseLeave: EventEmitter<CustomEvent<any>>;
|
|
654
|
-
protected el: HTMLDsoMapLayerObjectElement;
|
|
655
674
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
656
675
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoMapLayerObject, never>;
|
|
657
676
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapLayerObject, "dso-map-layer-object", never, { "active": { "alias": "active"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; "dsoMouseEnter": "dsoMouseEnter"; "dsoMouseLeave": "dsoMouseLeave"; }, never, ["*"], true, never>;
|
|
@@ -672,11 +691,11 @@ declare interface DsoMapLayerObject extends Components.DsoMapLayerObject {
|
|
|
672
691
|
}
|
|
673
692
|
declare class DsoMapOverlays {
|
|
674
693
|
protected z: NgZone;
|
|
675
|
-
dsoToggleOverlay: EventEmitter<CustomEvent<OverlayChangeEvent>>;
|
|
676
694
|
protected el: HTMLDsoMapOverlaysElement;
|
|
695
|
+
dsoToggleOverlay: EventEmitter<CustomEvent<OverlayChangeEvent>>;
|
|
677
696
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
678
697
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoMapOverlays, never>;
|
|
679
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapOverlays, "dso-map-overlays", never, { "group": { "alias": "group"; "required": false; }; "overlays": { "alias": "overlays"; "required":
|
|
698
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapOverlays, "dso-map-overlays", never, { "group": { "alias": "group"; "required": false; }; "overlays": { "alias": "overlays"; "required": true; }; }, { "dsoToggleOverlay": "dsoToggleOverlay"; }, never, ["*"], true, never>;
|
|
680
699
|
}
|
|
681
700
|
declare interface DsoMapOverlays extends Components.DsoMapOverlays {
|
|
682
701
|
/**
|
|
@@ -686,11 +705,11 @@ declare interface DsoMapOverlays extends Components.DsoMapOverlays {
|
|
|
686
705
|
}
|
|
687
706
|
declare class DsoMarkBar {
|
|
688
707
|
protected z: NgZone;
|
|
708
|
+
protected el: HTMLDsoMarkBarElement;
|
|
689
709
|
dsoInput: EventEmitter<CustomEvent<MarkBarInputEvent>>;
|
|
690
710
|
dsoNext: EventEmitter<CustomEvent<MarkBarPaginationEvent>>;
|
|
691
711
|
dsoPrevious: EventEmitter<CustomEvent<MarkBarPaginationEvent>>;
|
|
692
712
|
dsoClear: EventEmitter<CustomEvent<MarkBarClearEvent>>;
|
|
693
|
-
protected el: HTMLDsoMarkBarElement;
|
|
694
713
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
695
714
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoMarkBar, never>;
|
|
696
715
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMarkBar, "dso-mark-bar", never, { "current": { "alias": "current"; "required": false; }; "label": { "alias": "label"; "required": false; }; "totalCount": { "alias": "totalCount"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "dsoInput": "dsoInput"; "dsoNext": "dsoNext"; "dsoPrevious": "dsoPrevious"; "dsoClear": "dsoClear"; }, never, ["*"], true, never>;
|
|
@@ -715,8 +734,8 @@ declare interface DsoMarkBar extends Components.DsoMarkBar {
|
|
|
715
734
|
}
|
|
716
735
|
declare class DsoModal {
|
|
717
736
|
protected z: NgZone;
|
|
718
|
-
dsoClose: EventEmitter<CustomEvent<ModalCloseEvent>>;
|
|
719
737
|
protected el: HTMLDsoModalElement;
|
|
738
|
+
dsoClose: EventEmitter<CustomEvent<ModalCloseEvent>>;
|
|
720
739
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
721
740
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoModal, never>;
|
|
722
741
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoModal, "dso-modal", never, { "closable": { "alias": "closable"; "required": false; }; "dialogRole": { "alias": "dialogRole"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "modalTitle": { "alias": "modalTitle"; "required": false; }; "returnFocus": { "alias": "returnFocus"; "required": false; }; }, { "dsoClose": "dsoClose"; }, never, ["*"], true, never>;
|
|
@@ -732,8 +751,8 @@ declare interface DsoModal extends Components.DsoModal {
|
|
|
732
751
|
}
|
|
733
752
|
declare class DsoOnboardingTip {
|
|
734
753
|
protected z: NgZone;
|
|
735
|
-
dsoClose: EventEmitter<CustomEvent<OnboardingTipCloseEvent>>;
|
|
736
754
|
protected el: HTMLDsoOnboardingTipElement;
|
|
755
|
+
dsoClose: EventEmitter<CustomEvent<OnboardingTipCloseEvent>>;
|
|
737
756
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
738
757
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoOnboardingTip, never>;
|
|
739
758
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoOnboardingTip, "dso-onboarding-tip", never, { "placement": { "alias": "placement"; "required": false; }; }, { "dsoClose": "dsoClose"; }, never, ["*"], true, never>;
|
|
@@ -746,9 +765,9 @@ declare interface DsoOnboardingTip extends Components.DsoOnboardingTip {
|
|
|
746
765
|
}
|
|
747
766
|
declare class DsoOzonContent {
|
|
748
767
|
protected z: NgZone;
|
|
768
|
+
protected el: HTMLDsoOzonContentElement;
|
|
749
769
|
dsoClick: EventEmitter<CustomEvent<OzonContentClickEvent>>;
|
|
750
770
|
dsoOzonContentMarkItemHighlight: EventEmitter<CustomEvent<OzonContentMarkItemHighlightEvent>>;
|
|
751
|
-
protected el: HTMLDsoOzonContentElement;
|
|
752
771
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
753
772
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoOzonContent, never>;
|
|
754
773
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoOzonContent, "dso-ozon-content", never, { "annotated": { "alias": "annotated"; "required": false; }; "begripResolver": { "alias": "begripResolver"; "required": false; }; "content": { "alias": "content"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "mark": { "alias": "mark"; "required": false; }; "urlResolver": { "alias": "urlResolver"; "required": false; }; }, { "dsoClick": "dsoClick"; "dsoOzonContentMarkItemHighlight": "dsoOzonContentMarkItemHighlight"; }, never, ["*"], true, never>;
|
|
@@ -774,8 +793,8 @@ declare interface DsoOzonContentToggletip extends Components.DsoOzonContentToggl
|
|
|
774
793
|
}
|
|
775
794
|
declare class DsoPagination {
|
|
776
795
|
protected z: NgZone;
|
|
777
|
-
dsoSelectPage: EventEmitter<CustomEvent<PaginationSelectPageEvent>>;
|
|
778
796
|
protected el: HTMLDsoPaginationElement;
|
|
797
|
+
dsoSelectPage: EventEmitter<CustomEvent<PaginationSelectPageEvent>>;
|
|
779
798
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
780
799
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoPagination, never>;
|
|
781
800
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoPagination, "dso-pagination", never, { "currentPage": { "alias": "currentPage"; "required": false; }; "formatHref": { "alias": "formatHref"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; }, { "dsoSelectPage": "dsoSelectPage"; }, never, ["*"], true, never>;
|
|
@@ -788,8 +807,8 @@ declare interface DsoPagination extends Components.DsoPagination {
|
|
|
788
807
|
}
|
|
789
808
|
declare class DsoPanel {
|
|
790
809
|
protected z: NgZone;
|
|
791
|
-
dsoCloseClick: EventEmitter<CustomEvent<PanelCloseEvent>>;
|
|
792
810
|
protected el: HTMLDsoPanelElement;
|
|
811
|
+
dsoCloseClick: EventEmitter<CustomEvent<PanelCloseEvent>>;
|
|
793
812
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
794
813
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoPanel, never>;
|
|
795
814
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoPanel, "dso-panel", never, { "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "emphasized": { "alias": "emphasized"; "required": false; }; }, { "dsoCloseClick": "dsoCloseClick"; }, never, ["*"], true, never>;
|
|
@@ -802,11 +821,11 @@ declare interface DsoPanel extends Components.DsoPanel {
|
|
|
802
821
|
}
|
|
803
822
|
declare class DsoPlekinfoCard {
|
|
804
823
|
protected z: NgZone;
|
|
805
|
-
dsoPlekinfoCardClick: EventEmitter<CustomEvent<PlekinfoCardClickEvent>>;
|
|
806
824
|
protected el: HTMLDsoPlekinfoCardElement;
|
|
825
|
+
dsoPlekinfoCardClick: EventEmitter<CustomEvent<PlekinfoCardClickEvent>>;
|
|
807
826
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
808
827
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoPlekinfoCard, never>;
|
|
809
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoPlekinfoCard, "dso-plekinfo-card", never, { "active": { "alias": "active"; "required": false; }; "href": { "alias": "href"; "required":
|
|
828
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoPlekinfoCard, "dso-plekinfo-card", never, { "active": { "alias": "active"; "required": false; }; "href": { "alias": "href"; "required": true; }; "targetBlank": { "alias": "targetBlank"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": false; }; }, { "dsoPlekinfoCardClick": "dsoPlekinfoCardClick"; }, never, ["*"], true, never>;
|
|
810
829
|
}
|
|
811
830
|
declare interface DsoPlekinfoCard extends Components.DsoPlekinfoCard {
|
|
812
831
|
/**
|
|
@@ -834,8 +853,8 @@ declare interface DsoProjectItem extends Components.DsoProjectItem {
|
|
|
834
853
|
}
|
|
835
854
|
declare class DsoRenvooi {
|
|
836
855
|
protected z: NgZone;
|
|
837
|
-
dsoRenvooiMarkItemHighlight: EventEmitter<CustomEvent<RenvooiMarkItemHighlightEvent>>;
|
|
838
856
|
protected el: HTMLDsoRenvooiElement;
|
|
857
|
+
dsoRenvooiMarkItemHighlight: EventEmitter<CustomEvent<RenvooiMarkItemHighlightEvent>>;
|
|
839
858
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
840
859
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoRenvooi, never>;
|
|
841
860
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoRenvooi, "dso-renvooi", never, { "mark": { "alias": "mark"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "dsoRenvooiMarkItemHighlight": "dsoRenvooiMarkItemHighlight"; }, never, ["*"], true, never>;
|
|
@@ -848,8 +867,8 @@ declare interface DsoRenvooi extends Components.DsoRenvooi {
|
|
|
848
867
|
}
|
|
849
868
|
declare class DsoResponsiveElement {
|
|
850
869
|
protected z: NgZone;
|
|
851
|
-
dsoSizeChange: EventEmitter<CustomEvent<ResponsiveElementSize>>;
|
|
852
870
|
protected el: HTMLDsoResponsiveElementElement;
|
|
871
|
+
dsoSizeChange: EventEmitter<CustomEvent<ResponsiveElementSize>>;
|
|
853
872
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
854
873
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoResponsiveElement, never>;
|
|
855
874
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoResponsiveElement, "dso-responsive-element", never, {}, { "dsoSizeChange": "dsoSizeChange"; }, never, ["*"], true, never>;
|
|
@@ -862,8 +881,8 @@ declare interface DsoResponsiveElement extends Components.DsoResponsiveElement {
|
|
|
862
881
|
}
|
|
863
882
|
declare class DsoScrollable {
|
|
864
883
|
protected z: NgZone;
|
|
865
|
-
dsoScrollEnd: EventEmitter<CustomEvent<DsoScrollEndEvent>>;
|
|
866
884
|
protected el: HTMLDsoScrollableElement;
|
|
885
|
+
dsoScrollEnd: EventEmitter<CustomEvent<DsoScrollEndEvent>>;
|
|
867
886
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
868
887
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoScrollable, never>;
|
|
869
888
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoScrollable, "dso-scrollable", never, {}, { "dsoScrollEnd": "dsoScrollEnd"; }, never, ["*"], true, never>;
|
|
@@ -876,11 +895,11 @@ declare interface DsoScrollable extends Components.DsoScrollable {
|
|
|
876
895
|
}
|
|
877
896
|
declare class DsoSelectable {
|
|
878
897
|
protected z: NgZone;
|
|
879
|
-
dsoChange: EventEmitter<CustomEvent<SelectableChangeEvent>>;
|
|
880
898
|
protected el: HTMLDsoSelectableElement;
|
|
899
|
+
dsoChange: EventEmitter<CustomEvent<SelectableChangeEvent>>;
|
|
881
900
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
882
901
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoSelectable, never>;
|
|
883
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoSelectable, "dso-selectable", never, { "checked": { "alias": "checked"; "required": false; }; "describedById": { "alias": "describedById"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "infoFixed": { "alias": "infoFixed"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "labelledById": { "alias": "labelledById"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required":
|
|
902
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoSelectable, "dso-selectable", never, { "checked": { "alias": "checked"; "required": false; }; "describedById": { "alias": "describedById"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "infoFixed": { "alias": "infoFixed"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "labelledById": { "alias": "labelledById"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "type": { "alias": "type"; "required": true; }; "value": { "alias": "value"; "required": true; }; }, { "dsoChange": "dsoChange"; }, never, ["*"], true, never>;
|
|
884
903
|
}
|
|
885
904
|
declare interface DsoSelectable extends Components.DsoSelectable {
|
|
886
905
|
/**
|
|
@@ -890,11 +909,11 @@ declare interface DsoSelectable extends Components.DsoSelectable {
|
|
|
890
909
|
}
|
|
891
910
|
declare class DsoSkiplink {
|
|
892
911
|
protected z: NgZone;
|
|
893
|
-
dsoSkiplinkClick: EventEmitter<CustomEvent<SkiplinkClickEvent>>;
|
|
894
912
|
protected el: HTMLDsoSkiplinkElement;
|
|
913
|
+
dsoSkiplinkClick: EventEmitter<CustomEvent<SkiplinkClickEvent>>;
|
|
895
914
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
896
915
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoSkiplink, never>;
|
|
897
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoSkiplink, "dso-skiplink", never, { "label": { "alias": "label"; "required":
|
|
916
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoSkiplink, "dso-skiplink", never, { "label": { "alias": "label"; "required": true; }; "to": { "alias": "to"; "required": true; }; }, { "dsoSkiplinkClick": "dsoSkiplinkClick"; }, never, ["*"], true, never>;
|
|
898
917
|
}
|
|
899
918
|
declare interface DsoSkiplink extends Components.DsoSkiplink {
|
|
900
919
|
/**
|
|
@@ -904,8 +923,8 @@ declare interface DsoSkiplink extends Components.DsoSkiplink {
|
|
|
904
923
|
}
|
|
905
924
|
declare class DsoSlideToggle {
|
|
906
925
|
protected z: NgZone;
|
|
907
|
-
dsoActiveChange: EventEmitter<CustomEvent<SlideToggleActiveEvent>>;
|
|
908
926
|
protected el: HTMLDsoSlideToggleElement;
|
|
927
|
+
dsoActiveChange: EventEmitter<CustomEvent<SlideToggleActiveEvent>>;
|
|
909
928
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
910
929
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoSlideToggle, never>;
|
|
911
930
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoSlideToggle, "dso-slide-toggle", never, { "accessibleLabel": { "alias": "accessibleLabel"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "labelledbyId": { "alias": "labelledbyId"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; }, never, ["*"], true, never>;
|
|
@@ -918,9 +937,9 @@ declare interface DsoSlideToggle extends Components.DsoSlideToggle {
|
|
|
918
937
|
}
|
|
919
938
|
declare class DsoSurveyRating {
|
|
920
939
|
protected z: NgZone;
|
|
940
|
+
protected el: HTMLDsoSurveyRatingElement;
|
|
921
941
|
dsoSubmit: EventEmitter<CustomEvent<SurveyRatingSubmitEvent>>;
|
|
922
942
|
dsoClose: EventEmitter<CustomEvent<SurveyRatingCloseEvent>>;
|
|
923
|
-
protected el: HTMLDsoSurveyRatingElement;
|
|
924
943
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
925
944
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoSurveyRating, never>;
|
|
926
945
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoSurveyRating, "dso-survey-rating", never, {}, { "dsoSubmit": "dsoSubmit"; "dsoClose": "dsoClose"; }, never, ["*"], true, never>;
|
|
@@ -937,8 +956,8 @@ declare interface DsoSurveyRating extends Components.DsoSurveyRating {
|
|
|
937
956
|
}
|
|
938
957
|
declare class DsoTab {
|
|
939
958
|
protected z: NgZone;
|
|
940
|
-
dsoTabSwitch: EventEmitter<CustomEvent<TabsSwitchEvent>>;
|
|
941
959
|
protected el: HTMLDsoTabElement;
|
|
960
|
+
dsoTabSwitch: EventEmitter<CustomEvent<TabsSwitchEvent>>;
|
|
942
961
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
943
962
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoTab, never>;
|
|
944
963
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoTab, "dso-tab", never, { "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "dsoTabSwitch": "dsoTabSwitch"; }, never, ["*"], true, never>;
|
|
@@ -996,13 +1015,13 @@ declare interface DsoTooltip extends Components.DsoTooltip {
|
|
|
996
1015
|
}
|
|
997
1016
|
declare class DsoTreeView {
|
|
998
1017
|
protected z: NgZone;
|
|
1018
|
+
protected el: HTMLDsoTreeViewElement;
|
|
999
1019
|
dsoOpenItem: EventEmitter<CustomEvent<TreeViewItem[]>>;
|
|
1000
1020
|
dsoCloseItem: EventEmitter<CustomEvent<TreeViewItem[]>>;
|
|
1001
1021
|
dsoClickItem: EventEmitter<CustomEvent<TreeViewPointerEvent>>;
|
|
1002
|
-
protected el: HTMLDsoTreeViewElement;
|
|
1003
1022
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1004
1023
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoTreeView, never>;
|
|
1005
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoTreeView, "dso-tree-view", never, { "collection": { "alias": "collection"; "required":
|
|
1024
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoTreeView, "dso-tree-view", never, { "collection": { "alias": "collection"; "required": true; }; }, { "dsoOpenItem": "dsoOpenItem"; "dsoCloseItem": "dsoCloseItem"; "dsoClickItem": "dsoClickItem"; }, never, ["*"], true, never>;
|
|
1006
1025
|
}
|
|
1007
1026
|
declare interface DsoTreeView extends Components.DsoTreeView {
|
|
1008
1027
|
/**
|
|
@@ -1031,6 +1050,7 @@ declare interface DsoTreeView extends Components.DsoTreeView {
|
|
|
1031
1050
|
}
|
|
1032
1051
|
declare class DsoViewerGrid {
|
|
1033
1052
|
protected z: NgZone;
|
|
1053
|
+
protected el: HTMLDsoViewerGridElement;
|
|
1034
1054
|
dsoCloseOverlay: EventEmitter<CustomEvent<ViewerGridCloseOverlayEvent>>;
|
|
1035
1055
|
dsoCloseFilterPanel: EventEmitter<CustomEvent<ViewerGridCloseFilterPanelEvent>>;
|
|
1036
1056
|
dsoActiveTabSwitch: EventEmitter<CustomEvent<ViewerGridActiveTabSwitchEvent>>;
|
|
@@ -1038,7 +1058,6 @@ declare class DsoViewerGrid {
|
|
|
1038
1058
|
dsoDocumentPanelSizeChange: EventEmitter<CustomEvent<ViewerGridChangeSizeEvent>>;
|
|
1039
1059
|
dsoDocumentPanelSizeChangeAnimationEnd: EventEmitter<CustomEvent<ViewerGridChangeSizeAnimationEndEvent>>;
|
|
1040
1060
|
dsoMainPanelToggle: EventEmitter<CustomEvent<ViewerGridMainToggleEvent>>;
|
|
1041
|
-
protected el: HTMLDsoViewerGridElement;
|
|
1042
1061
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1043
1062
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoViewerGrid, never>;
|
|
1044
1063
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsoViewerGrid, "dso-viewer-grid", never, { "activeTab": { "alias": "activeTab"; "required": false; }; "documentPanelOpen": { "alias": "documentPanelOpen"; "required": false; }; "documentPanelSize": { "alias": "documentPanelSize"; "required": false; }; "filterPanelOpen": { "alias": "filterPanelOpen"; "required": false; }; "filterPanelTitle": { "alias": "filterPanelTitle"; "required": false; }; "mainPanelExpanded": { "alias": "mainPanelExpanded"; "required": false; }; "mainPanelHidden": { "alias": "mainPanelHidden"; "required": false; }; "mainSize": { "alias": "mainSize"; "required": false; }; "overlayOpen": { "alias": "overlayOpen"; "required": false; }; }, { "dsoCloseOverlay": "dsoCloseOverlay"; "dsoCloseFilterPanel": "dsoCloseFilterPanel"; "dsoActiveTabSwitch": "dsoActiveTabSwitch"; "dsoMainSizeChangeAnimationEnd": "dsoMainSizeChangeAnimationEnd"; "dsoDocumentPanelSizeChange": "dsoDocumentPanelSizeChange"; "dsoDocumentPanelSizeChangeAnimationEnd": "dsoDocumentPanelSizeChangeAnimationEnd"; "dsoMainPanelToggle": "dsoMainPanelToggle"; }, never, ["*"], true, never>;
|
|
@@ -1077,9 +1096,9 @@ declare interface DsoViewerGrid extends Components.DsoViewerGrid {
|
|
|
1077
1096
|
}
|
|
1078
1097
|
declare class DsotDocumentComponentDemo {
|
|
1079
1098
|
protected z: NgZone;
|
|
1099
|
+
protected el: HTMLDsotDocumentComponentDemoElement;
|
|
1080
1100
|
dsotOzonContentClick: EventEmitter<CustomEvent<DocumentComponentOzonContentClickEvent>>;
|
|
1081
1101
|
dsotTableOfContentsClick: EventEmitter<CustomEvent<DocumentComponentTableOfContentsClickEvent>>;
|
|
1082
|
-
protected el: HTMLDsotDocumentComponentDemoElement;
|
|
1083
1102
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1084
1103
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsotDocumentComponentDemo, never>;
|
|
1085
1104
|
static ɵcmp: i0.ɵɵComponentDeclaration<DsotDocumentComponentDemo, "dsot-document-component-demo", never, { "jsonFile": { "alias": "jsonFile"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "openDefault": { "alias": "openDefault"; "required": false; }; "ozonContentBegripResolver": { "alias": "ozonContentBegripResolver"; "required": false; }; "ozonContentUrlResolver": { "alias": "ozonContentUrlResolver"; "required": false; }; "showBesluitversie": { "alias": "showBesluitversie"; "required": false; }; "showCanvas": { "alias": "showCanvas"; "required": false; }; }, { "dsotOzonContentClick": "dsotOzonContentClick"; "dsotTableOfContentsClick": "dsotTableOfContentsClick"; }, never, ["*"], true, never>;
|
|
@@ -1095,12 +1114,12 @@ declare interface DsotDocumentComponentDemo extends Components.DsotDocumentCompo
|
|
|
1095
1114
|
dsotTableOfContentsClick: EventEmitter<CustomEvent<DocumentComponentTableOfContentsClickEvent>>;
|
|
1096
1115
|
}
|
|
1097
1116
|
|
|
1098
|
-
declare const DIRECTIVES: (typeof DsoAccordion | typeof DsoAccordionSection | typeof DsoActionList | typeof DsoActionListItem | typeof DsoAdvancedSelect | typeof DsoAlert | typeof DsoAnnotationActiviteit | typeof DsoAnnotationGebiedsaanwijzing | typeof DsoAnnotationKaart | typeof DsoAnnotationLocatie | typeof DsoAnnotationOmgevingsnormwaarde | typeof DsoAttachmentsCounter | typeof DsoAutosuggest | typeof DsoBadge | typeof DsoBanner | typeof DsoButtonGroup | typeof DsoCard | typeof DsoCardContainer | typeof DsoContactInformation | typeof DsoCursorTooltip | typeof DsoDatePicker | typeof DsoDocumentCard | typeof DsoDocumentComponent | typeof DsoDropdownMenu | typeof DsoExpandable | typeof DsoHeader | typeof DsoHighlightBox | typeof DsoHistoryItem | typeof DsoIcon | typeof DsoIconButton | typeof DsoImageOverlay | typeof DsoInfo | typeof DsoInfoButton | typeof DsoInputRange | typeof DsoLabel | typeof DsoLegend | typeof DsoLegendItem | typeof DsoListButton | typeof DsoLogo | typeof DsoMapBaseLayers | typeof DsoMapControls | typeof DsoMapLayer | typeof DsoMapLayerObject | typeof DsoMapOverlays | typeof DsoMarkBar | typeof DsoModal | typeof DsoOnboardingTip | typeof DsoOzonContent | typeof DsoOzonContentToggletip | typeof DsoPagination | typeof DsoPanel | typeof DsoPlekinfoCard | typeof DsoProgressIndicator | typeof DsoProjectItem | typeof DsoRenvooi | typeof DsoResponsiveElement | typeof DsoScrollable | typeof DsoSelectable | typeof DsoSkiplink | typeof DsoSlideToggle | typeof DsoSurveyRating | typeof DsoTab | typeof DsoTable | typeof DsoTabs | typeof DsoTijdreisBanner | typeof DsoToggletip | typeof DsoTooltip | typeof DsoTreeView | typeof DsoViewerGrid | typeof DsotDocumentComponentDemo)[];
|
|
1117
|
+
declare const DIRECTIVES: (typeof DsoAccordion | typeof DsoAccordionSection | typeof DsoActionList | typeof DsoActionListItem | typeof DsoAdvancedSelect | typeof DsoAlert | typeof DsoAnnotationActiviteit | typeof DsoAnnotationGebiedsaanwijzing | typeof DsoAnnotationKaart | typeof DsoAnnotationLocatie | typeof DsoAnnotationOmgevingsnormwaarde | typeof DsoAttachmentsCounter | typeof DsoAutosuggest | typeof DsoBadge | typeof DsoBanner | typeof DsoButtonGroup | typeof DsoCard | typeof DsoCardContainer | typeof DsoContactInformation | typeof DsoCursorTooltip | typeof DsoDatePicker | typeof DsoDocumentCard | typeof DsoDocumentComponent | typeof DsoDropdownMenu | typeof DsoExpandable | typeof DsoHeader | typeof DsoHighlightBox | typeof DsoHistoryItem | typeof DsoIcon | typeof DsoIconButton | typeof DsoImageOverlay | typeof DsoInfo | typeof DsoInfoButton | typeof DsoInputRange | typeof DsoLabel | typeof DsoLegend | typeof DsoLegendGroup | typeof DsoLegendItem | typeof DsoListButton | typeof DsoLogo | typeof DsoMapBaseLayers | typeof DsoMapControls | typeof DsoMapLayer | typeof DsoMapLayerObject | typeof DsoMapOverlays | typeof DsoMarkBar | typeof DsoModal | typeof DsoOnboardingTip | typeof DsoOzonContent | typeof DsoOzonContentToggletip | typeof DsoPagination | typeof DsoPanel | typeof DsoPlekinfoCard | typeof DsoProgressIndicator | typeof DsoProjectItem | typeof DsoRenvooi | typeof DsoResponsiveElement | typeof DsoScrollable | typeof DsoSelectable | typeof DsoSkiplink | typeof DsoSlideToggle | typeof DsoSurveyRating | typeof DsoTab | typeof DsoTable | typeof DsoTabs | typeof DsoTijdreisBanner | typeof DsoToggletip | typeof DsoTooltip | typeof DsoTreeView | typeof DsoViewerGrid | typeof DsotDocumentComponentDemo)[];
|
|
1099
1118
|
|
|
1100
1119
|
declare class DsoToolkitModule {
|
|
1101
1120
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoToolkitModule, never>;
|
|
1102
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DsoToolkitModule, never, [typeof DsoAccordion, typeof DsoAccordionSection, typeof DsoActionList, typeof DsoActionListItem, typeof DsoAdvancedSelect, typeof DsoAlert, typeof DsoAnnotationActiviteit, typeof DsoAnnotationGebiedsaanwijzing, typeof DsoAnnotationKaart, typeof DsoAnnotationLocatie, typeof DsoAnnotationOmgevingsnormwaarde, typeof DsoAttachmentsCounter, typeof DsoAutosuggest, typeof DsoBadge, typeof DsoBanner, typeof DsoButtonGroup, typeof DsoCard, typeof DsoCardContainer, typeof DsoContactInformation, typeof DsoCursorTooltip, typeof DsoDatePicker, typeof DsoDocumentCard, typeof DsoDocumentComponent, typeof DsoDropdownMenu, typeof DsoExpandable, typeof DsoHeader, typeof DsoHighlightBox, typeof DsoHistoryItem, typeof DsoIcon, typeof DsoIconButton, typeof DsoImageOverlay, typeof DsoInfo, typeof DsoInfoButton, typeof DsoInputRange, typeof DsoLabel, typeof DsoLegend, typeof DsoLegendItem, typeof DsoListButton, typeof DsoLogo, typeof DsoMapBaseLayers, typeof DsoMapControls, typeof DsoMapLayer, typeof DsoMapLayerObject, typeof DsoMapOverlays, typeof DsoMarkBar, typeof DsoModal, typeof DsoOnboardingTip, typeof DsoOzonContent, typeof DsoOzonContentToggletip, typeof DsoPagination, typeof DsoPanel, typeof DsoPlekinfoCard, typeof DsoProgressIndicator, typeof DsoProjectItem, typeof DsoRenvooi, typeof DsoResponsiveElement, typeof DsoScrollable, typeof DsoSelectable, typeof DsoSkiplink, typeof DsoSlideToggle, typeof DsoSurveyRating, typeof DsoTab, typeof DsoTable, typeof DsoTabs, typeof DsoTijdreisBanner, typeof DsoToggletip, typeof DsoTooltip, typeof DsoTreeView, typeof DsoViewerGrid, typeof DsotDocumentComponentDemo], [typeof DsoAccordion, typeof DsoAccordionSection, typeof DsoActionList, typeof DsoActionListItem, typeof DsoAdvancedSelect, typeof DsoAlert, typeof DsoAnnotationActiviteit, typeof DsoAnnotationGebiedsaanwijzing, typeof DsoAnnotationKaart, typeof DsoAnnotationLocatie, typeof DsoAnnotationOmgevingsnormwaarde, typeof DsoAttachmentsCounter, typeof DsoAutosuggest, typeof DsoBadge, typeof DsoBanner, typeof DsoButtonGroup, typeof DsoCard, typeof DsoCardContainer, typeof DsoContactInformation, typeof DsoCursorTooltip, typeof DsoDatePicker, typeof DsoDocumentCard, typeof DsoDocumentComponent, typeof DsoDropdownMenu, typeof DsoExpandable, typeof DsoHeader, typeof DsoHighlightBox, typeof DsoHistoryItem, typeof DsoIcon, typeof DsoIconButton, typeof DsoImageOverlay, typeof DsoInfo, typeof DsoInfoButton, typeof DsoInputRange, typeof DsoLabel, typeof DsoLegend, typeof DsoLegendItem, typeof DsoListButton, typeof DsoLogo, typeof DsoMapBaseLayers, typeof DsoMapControls, typeof DsoMapLayer, typeof DsoMapLayerObject, typeof DsoMapOverlays, typeof DsoMarkBar, typeof DsoModal, typeof DsoOnboardingTip, typeof DsoOzonContent, typeof DsoOzonContentToggletip, typeof DsoPagination, typeof DsoPanel, typeof DsoPlekinfoCard, typeof DsoProgressIndicator, typeof DsoProjectItem, typeof DsoRenvooi, typeof DsoResponsiveElement, typeof DsoScrollable, typeof DsoSelectable, typeof DsoSkiplink, typeof DsoSlideToggle, typeof DsoSurveyRating, typeof DsoTab, typeof DsoTable, typeof DsoTabs, typeof DsoTijdreisBanner, typeof DsoToggletip, typeof DsoTooltip, typeof DsoTreeView, typeof DsoViewerGrid, typeof DsotDocumentComponentDemo]>;
|
|
1121
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DsoToolkitModule, never, [typeof DsoAccordion, typeof DsoAccordionSection, typeof DsoActionList, typeof DsoActionListItem, typeof DsoAdvancedSelect, typeof DsoAlert, typeof DsoAnnotationActiviteit, typeof DsoAnnotationGebiedsaanwijzing, typeof DsoAnnotationKaart, typeof DsoAnnotationLocatie, typeof DsoAnnotationOmgevingsnormwaarde, typeof DsoAttachmentsCounter, typeof DsoAutosuggest, typeof DsoBadge, typeof DsoBanner, typeof DsoButtonGroup, typeof DsoCard, typeof DsoCardContainer, typeof DsoContactInformation, typeof DsoCursorTooltip, typeof DsoDatePicker, typeof DsoDocumentCard, typeof DsoDocumentComponent, typeof DsoDropdownMenu, typeof DsoExpandable, typeof DsoHeader, typeof DsoHighlightBox, typeof DsoHistoryItem, typeof DsoIcon, typeof DsoIconButton, typeof DsoImageOverlay, typeof DsoInfo, typeof DsoInfoButton, typeof DsoInputRange, typeof DsoLabel, typeof DsoLegend, typeof DsoLegendGroup, typeof DsoLegendItem, typeof DsoListButton, typeof DsoLogo, typeof DsoMapBaseLayers, typeof DsoMapControls, typeof DsoMapLayer, typeof DsoMapLayerObject, typeof DsoMapOverlays, typeof DsoMarkBar, typeof DsoModal, typeof DsoOnboardingTip, typeof DsoOzonContent, typeof DsoOzonContentToggletip, typeof DsoPagination, typeof DsoPanel, typeof DsoPlekinfoCard, typeof DsoProgressIndicator, typeof DsoProjectItem, typeof DsoRenvooi, typeof DsoResponsiveElement, typeof DsoScrollable, typeof DsoSelectable, typeof DsoSkiplink, typeof DsoSlideToggle, typeof DsoSurveyRating, typeof DsoTab, typeof DsoTable, typeof DsoTabs, typeof DsoTijdreisBanner, typeof DsoToggletip, typeof DsoTooltip, typeof DsoTreeView, typeof DsoViewerGrid, typeof DsotDocumentComponentDemo], [typeof DsoAccordion, typeof DsoAccordionSection, typeof DsoActionList, typeof DsoActionListItem, typeof DsoAdvancedSelect, typeof DsoAlert, typeof DsoAnnotationActiviteit, typeof DsoAnnotationGebiedsaanwijzing, typeof DsoAnnotationKaart, typeof DsoAnnotationLocatie, typeof DsoAnnotationOmgevingsnormwaarde, typeof DsoAttachmentsCounter, typeof DsoAutosuggest, typeof DsoBadge, typeof DsoBanner, typeof DsoButtonGroup, typeof DsoCard, typeof DsoCardContainer, typeof DsoContactInformation, typeof DsoCursorTooltip, typeof DsoDatePicker, typeof DsoDocumentCard, typeof DsoDocumentComponent, typeof DsoDropdownMenu, typeof DsoExpandable, typeof DsoHeader, typeof DsoHighlightBox, typeof DsoHistoryItem, typeof DsoIcon, typeof DsoIconButton, typeof DsoImageOverlay, typeof DsoInfo, typeof DsoInfoButton, typeof DsoInputRange, typeof DsoLabel, typeof DsoLegend, typeof DsoLegendGroup, typeof DsoLegendItem, typeof DsoListButton, typeof DsoLogo, typeof DsoMapBaseLayers, typeof DsoMapControls, typeof DsoMapLayer, typeof DsoMapLayerObject, typeof DsoMapOverlays, typeof DsoMarkBar, typeof DsoModal, typeof DsoOnboardingTip, typeof DsoOzonContent, typeof DsoOzonContentToggletip, typeof DsoPagination, typeof DsoPanel, typeof DsoPlekinfoCard, typeof DsoProgressIndicator, typeof DsoProjectItem, typeof DsoRenvooi, typeof DsoResponsiveElement, typeof DsoScrollable, typeof DsoSelectable, typeof DsoSkiplink, typeof DsoSlideToggle, typeof DsoSurveyRating, typeof DsoTab, typeof DsoTable, typeof DsoTabs, typeof DsoTijdreisBanner, typeof DsoToggletip, typeof DsoTooltip, typeof DsoTreeView, typeof DsoViewerGrid, typeof DsotDocumentComponentDemo]>;
|
|
1103
1122
|
static ɵinj: i0.ɵɵInjectorDeclaration<DsoToolkitModule>;
|
|
1104
1123
|
}
|
|
1105
1124
|
|
|
1106
|
-
export { DIRECTIVES, DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoToolkitModule, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo };
|
|
1125
|
+
export { DIRECTIVES, DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendGroup, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoToolkitModule, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo };
|