@dso-toolkit/angular 91.0.0 → 92.0.0-ghi-3567.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.
|
@@ -70,11 +70,10 @@ import { defineCustomElement as defineCustomElement$11 } from '@dso-toolkit/core
|
|
|
70
70
|
import { defineCustomElement as defineCustomElement$12 } from '@dso-toolkit/core/dist/components/dso-table.js';
|
|
71
71
|
import { defineCustomElement as defineCustomElement$13 } from '@dso-toolkit/core/dist/components/dso-tabs.js';
|
|
72
72
|
import { defineCustomElement as defineCustomElement$14 } from '@dso-toolkit/core/dist/components/dso-tijdreis-banner.js';
|
|
73
|
-
import { defineCustomElement as defineCustomElement$15 } from '@dso-toolkit/core/dist/components/dso-
|
|
74
|
-
import { defineCustomElement as defineCustomElement$16 } from '@dso-toolkit/core/dist/components/dso-
|
|
75
|
-
import { defineCustomElement as defineCustomElement$17 } from '@dso-toolkit/core/dist/components/dso-
|
|
76
|
-
import { defineCustomElement as defineCustomElement$18 } from '@dso-toolkit/core/dist/components/
|
|
77
|
-
import { defineCustomElement as defineCustomElement$19 } from '@dso-toolkit/core/dist/components/dsot-document-component-demo.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$15 } from '@dso-toolkit/core/dist/components/dso-tooltip.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$16 } from '@dso-toolkit/core/dist/components/dso-tree-view.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$17 } from '@dso-toolkit/core/dist/components/dso-viewer-grid.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$18 } from '@dso-toolkit/core/dist/components/dsot-document-component-demo.js';
|
|
78
77
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
79
78
|
|
|
80
79
|
/* eslint-disable */
|
|
@@ -3561,48 +3560,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
3561
3560
|
inputs: [],
|
|
3562
3561
|
}]
|
|
3563
3562
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3564
|
-
let DsoToggletip = class DsoToggletip {
|
|
3565
|
-
z;
|
|
3566
|
-
el;
|
|
3567
|
-
/**
|
|
3568
|
-
* Toggletip label. @default "Toelichting"
|
|
3569
|
-
*/
|
|
3570
|
-
set label(_) { }
|
|
3571
|
-
;
|
|
3572
|
-
/**
|
|
3573
|
-
* Toggletip position. @default "right"
|
|
3574
|
-
*/
|
|
3575
|
-
set position(_) { }
|
|
3576
|
-
;
|
|
3577
|
-
/**
|
|
3578
|
-
* Set to true for small Toggletip.
|
|
3579
|
-
*/
|
|
3580
|
-
set small(_) { }
|
|
3581
|
-
;
|
|
3582
|
-
constructor(c, r, z) {
|
|
3583
|
-
this.z = z;
|
|
3584
|
-
c.detach();
|
|
3585
|
-
this.el = r.nativeElement;
|
|
3586
|
-
}
|
|
3587
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToggletip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3588
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: DsoToggletip, isStandalone: true, selector: "dso-toggletip", inputs: { label: "label", position: "position", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3589
|
-
};
|
|
3590
|
-
DsoToggletip = __decorate([
|
|
3591
|
-
ProxyCmp({
|
|
3592
|
-
defineCustomElementFn: defineCustomElement$15,
|
|
3593
|
-
inputs: ['label', 'position', 'small']
|
|
3594
|
-
})
|
|
3595
|
-
], DsoToggletip);
|
|
3596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToggletip, decorators: [{
|
|
3597
|
-
type: Component,
|
|
3598
|
-
args: [{
|
|
3599
|
-
selector: 'dso-toggletip',
|
|
3600
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3601
|
-
template: '<ng-content></ng-content>',
|
|
3602
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3603
|
-
inputs: ['label', 'position', 'small'],
|
|
3604
|
-
}]
|
|
3605
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3606
3563
|
let DsoTooltip = class DsoTooltip {
|
|
3607
3564
|
z;
|
|
3608
3565
|
el;
|
|
@@ -3651,7 +3608,7 @@ let DsoTooltip = class DsoTooltip {
|
|
|
3651
3608
|
};
|
|
3652
3609
|
DsoTooltip = __decorate([
|
|
3653
3610
|
ProxyCmp({
|
|
3654
|
-
defineCustomElementFn: defineCustomElement$
|
|
3611
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
3655
3612
|
inputs: ['active', 'descriptive', 'noArrow', 'position', 'small', 'stateless', 'strategy'],
|
|
3656
3613
|
methods: ['activate', 'deactivate']
|
|
3657
3614
|
})
|
|
@@ -3687,7 +3644,7 @@ let DsoTreeView = class DsoTreeView {
|
|
|
3687
3644
|
};
|
|
3688
3645
|
DsoTreeView = __decorate([
|
|
3689
3646
|
ProxyCmp({
|
|
3690
|
-
defineCustomElementFn: defineCustomElement$
|
|
3647
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
3691
3648
|
inputs: ['collection'],
|
|
3692
3649
|
methods: ['focusItem']
|
|
3693
3650
|
})
|
|
@@ -3778,7 +3735,7 @@ Default size is `large`. @default "large"
|
|
|
3778
3735
|
};
|
|
3779
3736
|
DsoViewerGrid = __decorate([
|
|
3780
3737
|
ProxyCmp({
|
|
3781
|
-
defineCustomElementFn: defineCustomElement$
|
|
3738
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
3782
3739
|
inputs: ['activeTab', 'documentPanelOpen', 'documentPanelSize', 'filterPanelOpen', 'filterPanelTitle', 'mainPanelExpanded', 'mainPanelHidden', 'mainSize', 'overlayOpen']
|
|
3783
3740
|
})
|
|
3784
3741
|
], DsoViewerGrid);
|
|
@@ -3857,7 +3814,7 @@ let DsotDocumentComponentDemo = class DsotDocumentComponentDemo {
|
|
|
3857
3814
|
};
|
|
3858
3815
|
DsotDocumentComponentDemo = __decorate([
|
|
3859
3816
|
ProxyCmp({
|
|
3860
|
-
defineCustomElementFn: defineCustomElement$
|
|
3817
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
3861
3818
|
inputs: ['jsonFile', 'mode', 'openDefault', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'showBesluitversie', 'showCanvas']
|
|
3862
3819
|
})
|
|
3863
3820
|
], DsotDocumentComponentDemo);
|
|
@@ -3946,7 +3903,6 @@ const DIRECTIVES = [
|
|
|
3946
3903
|
DsoTable,
|
|
3947
3904
|
DsoTabs,
|
|
3948
3905
|
DsoTijdreisBanner,
|
|
3949
|
-
DsoToggletip,
|
|
3950
3906
|
DsoTooltip,
|
|
3951
3907
|
DsoTreeView,
|
|
3952
3908
|
DsoViewerGrid,
|
|
@@ -4069,7 +4025,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
4069
4025
|
const VALUE_ACCESSORS = [BooleanValueAccessor, RadioValueAccessor];
|
|
4070
4026
|
class DsoToolkitModule {
|
|
4071
4027
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4072
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule, imports: [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, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner,
|
|
4028
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule, imports: [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, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, BooleanValueAccessor, RadioValueAccessor], exports: [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, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, BooleanValueAccessor, RadioValueAccessor] });
|
|
4073
4029
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule });
|
|
4074
4030
|
}
|
|
4075
4031
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: DsoToolkitModule, decorators: [{
|
|
@@ -4088,5 +4044,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
4088
4044
|
* Generated bundle index. Do not edit.
|
|
4089
4045
|
*/
|
|
4090
4046
|
|
|
4091
|
-
export { BooleanValueAccessor, 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, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner,
|
|
4047
|
+
export { BooleanValueAccessor, 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, DsoMapMessage, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToolkitModule, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, RadioValueAccessor };
|
|
4092
4048
|
//# sourceMappingURL=dso-toolkit-angular.mjs.map
|