@baloise/ds-angular 19.10.2 → 20.0.0-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +11 -2
- package/dist/fesm2022/baloise-ds-angular.mjs +2359 -0
- package/dist/fesm2022/baloise-ds-angular.mjs.map +1 -0
- package/dist/package.json +42 -0
- package/dist/types/baloise-ds-angular.d.ts +1192 -0
- package/dist/types/baloise-ds-angular.d.ts.map +1 -0
- package/package.json +29 -22
- package/README.md +0 -37
- package/app-initialize.d.ts +0 -3
- package/bundles.d.ts +0 -27
- package/components/bal-checkbox-group.d.ts +0 -20
- package/components/bal-checkbox.d.ts +0 -21
- package/components/bal-date.d.ts +0 -30
- package/components/bal-dropdown.d.ts +0 -20
- package/components/bal-file-upload.d.ts +0 -28
- package/components/bal-input-date.d.ts +0 -24
- package/components/bal-input-slider.d.ts +0 -24
- package/components/bal-input-stepper.d.ts +0 -27
- package/components/bal-input.d.ts +0 -24
- package/components/bal-number-input.d.ts +0 -25
- package/components/bal-radio-group.d.ts +0 -20
- package/components/bal-segment.d.ts +0 -18
- package/components/bal-select.d.ts +0 -28
- package/components/bal-textarea.d.ts +0 -24
- package/components/bal-time-input.d.ts +0 -26
- package/components/index.d.ts +0 -15
- package/directives/error.component.d.ts +0 -8
- package/directives/focus.directive.d.ts +0 -6
- package/esm2022/app-initialize.mjs +0 -32
- package/esm2022/baloise-ds-angular.mjs +0 -5
- package/esm2022/bundles.mjs +0 -203
- package/esm2022/components/bal-checkbox-group.mjs +0 -55
- package/esm2022/components/bal-checkbox.mjs +0 -59
- package/esm2022/components/bal-date.mjs +0 -55
- package/esm2022/components/bal-dropdown.mjs +0 -61
- package/esm2022/components/bal-file-upload.mjs +0 -55
- package/esm2022/components/bal-input-date.mjs +0 -55
- package/esm2022/components/bal-input-slider.mjs +0 -55
- package/esm2022/components/bal-input-stepper.mjs +0 -60
- package/esm2022/components/bal-input.mjs +0 -55
- package/esm2022/components/bal-number-input.mjs +0 -60
- package/esm2022/components/bal-radio-group.mjs +0 -55
- package/esm2022/components/bal-segment.mjs +0 -59
- package/esm2022/components/bal-select.mjs +0 -55
- package/esm2022/components/bal-textarea.mjs +0 -55
- package/esm2022/components/bal-time-input.mjs +0 -55
- package/esm2022/components/index.mjs +0 -16
- package/esm2022/directives/error.component.mjs +0 -23
- package/esm2022/directives/focus.directive.mjs +0 -15
- package/esm2022/generated/angular-component-lib/utils.mjs +0 -75
- package/esm2022/generated/meta.mjs +0 -48
- package/esm2022/generated/proxies.mjs +0 -2907
- package/esm2022/generated/value-accessor.mjs +0 -149
- package/esm2022/index.mjs +0 -11
- package/esm2022/provide.mjs +0 -68
- package/esm2022/providers/modal.service.mjs +0 -32
- package/esm2022/providers/snackbar.service.mjs +0 -30
- package/esm2022/providers/toast.service.mjs +0 -30
- package/fesm2022/baloise-ds-angular.mjs +0 -4209
- package/fesm2022/baloise-ds-angular.mjs.map +0 -1
- package/generated/angular-component-lib/utils.d.ts +0 -9
- package/generated/meta.d.ts +0 -45
- package/generated/proxies.d.ts +0 -1036
- package/generated/value-accessor.d.ts +0 -41
- package/index.d.ts +0 -11
- package/provide.d.ts +0 -3
- package/providers/modal.service.d.ts +0 -13
- package/providers/snackbar.service.d.ts +0 -10
- package/providers/toast.service.d.ts +0 -10
|
@@ -0,0 +1,2359 @@
|
|
|
1
|
+
import { initializeDesignSystem } from '@baloise/ds-core';
|
|
2
|
+
import { __decorate, __metadata } from 'tslib';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { EventEmitter, ChangeDetectorRef, ElementRef, NgZone, Output, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
5
|
+
import { fromEvent } from 'rxjs';
|
|
6
|
+
import { defineCustomElement as defineCustomElement$1 } from '@baloise/ds-core/components/ds-accordion.js';
|
|
7
|
+
import { defineCustomElement as defineCustomElement$2 } from '@baloise/ds-core/components/ds-alert-container.js';
|
|
8
|
+
import { defineCustomElement as defineCustomElement$3 } from '@baloise/ds-core/components/ds-app.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$4 } from '@baloise/ds-core/components/ds-badge.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$5 } from '@baloise/ds-core/components/ds-button.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$6 } from '@baloise/ds-core/components/ds-button-group.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$7 } from '@baloise/ds-core/components/ds-card.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$8 } from '@baloise/ds-core/components/ds-card-actions.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$9 } from '@baloise/ds-core/components/ds-card-content.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$a } from '@baloise/ds-core/components/ds-card-header.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$b } from '@baloise/ds-core/components/ds-card-subtitle.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$c } from '@baloise/ds-core/components/ds-card-title.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$d } from '@baloise/ds-core/components/ds-carousel.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$e } from '@baloise/ds-core/components/ds-carousel-item.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$f } from '@baloise/ds-core/components/ds-checkbox.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$g } from '@baloise/ds-core/components/ds-checkbox-group.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$h } from '@baloise/ds-core/components/ds-close.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$i } from '@baloise/ds-core/components/ds-content.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$j } from '@baloise/ds-core/components/ds-data.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$k } from '@baloise/ds-core/components/ds-data-item.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$l } from '@baloise/ds-core/components/ds-data-label.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$m } from '@baloise/ds-core/components/ds-data-value.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$n } from '@baloise/ds-core/components/ds-date.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$o } from '@baloise/ds-core/components/ds-divider.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$p } from '@baloise/ds-core/components/ds-drawer.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$q } from '@baloise/ds-core/components/ds-file-upload.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$r } from '@baloise/ds-core/components/ds-footer.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$s } from '@baloise/ds-core/components/ds-heading.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$t } from '@baloise/ds-core/components/ds-hint.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$u } from '@baloise/ds-core/components/ds-hint-text.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$v } from '@baloise/ds-core/components/ds-hint-title.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$w } from '@baloise/ds-core/components/ds-icon.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$x } from '@baloise/ds-core/components/ds-input.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$y } from '@baloise/ds-core/components/ds-input-slider.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$z } from '@baloise/ds-core/components/ds-item.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$A } from '@baloise/ds-core/components/ds-label.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$B } from '@baloise/ds-core/components/ds-list.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$C } from '@baloise/ds-core/components/ds-logo.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$D } from '@baloise/ds-core/components/ds-modal.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$E } from '@baloise/ds-core/components/ds-modal-body.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$F } from '@baloise/ds-core/components/ds-modal-header.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$G } from '@baloise/ds-core/components/ds-navbar.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$H } from '@baloise/ds-core/components/ds-notification.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$I } from '@baloise/ds-core/components/ds-number-input.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$J } from '@baloise/ds-core/components/ds-pagination.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$K } from '@baloise/ds-core/components/ds-popup.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$L } from '@baloise/ds-core/components/ds-progress-bar.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$M } from '@baloise/ds-core/components/ds-radio.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$N } from '@baloise/ds-core/components/ds-radio-group.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$O } from '@baloise/ds-core/components/ds-segment.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$P } from '@baloise/ds-core/components/ds-segment-item.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$Q } from '@baloise/ds-core/components/ds-select.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$R } from '@baloise/ds-core/components/ds-select-optgroup.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$S } from '@baloise/ds-core/components/ds-select-option.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$T } from '@baloise/ds-core/components/ds-shape.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$U } from '@baloise/ds-core/components/ds-snackbar.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$V } from '@baloise/ds-core/components/ds-spinner.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$W } from '@baloise/ds-core/components/ds-stack.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$X } from '@baloise/ds-core/components/ds-step.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$Y } from '@baloise/ds-core/components/ds-step-panel.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$Z } from '@baloise/ds-core/components/ds-steps.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$_ } from '@baloise/ds-core/components/ds-tab.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$$ } from '@baloise/ds-core/components/ds-tab-panel.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$10 } from '@baloise/ds-core/components/ds-tabs.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$11 } from '@baloise/ds-core/components/ds-tag.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$12 } from '@baloise/ds-core/components/ds-tag-group.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$13 } from '@baloise/ds-core/components/ds-text.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$14 } from '@baloise/ds-core/components/ds-textarea.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$15 } from '@baloise/ds-core/components/ds-toast.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$16 } from '@baloise/ds-core/components/ds-toggle.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$17 } from '@baloise/ds-core/components/ds-tooltip.js';
|
|
77
|
+
|
|
78
|
+
/* eslint-disable */
|
|
79
|
+
/* tslint:disable */
|
|
80
|
+
const proxyInputs = (Cmp, inputs) => {
|
|
81
|
+
const Prototype = Cmp.prototype;
|
|
82
|
+
inputs.forEach((item) => {
|
|
83
|
+
Object.defineProperty(Prototype, item, {
|
|
84
|
+
get() {
|
|
85
|
+
return this.el[item];
|
|
86
|
+
},
|
|
87
|
+
set(val) {
|
|
88
|
+
this.z.runOutsideAngular(() => (this.el[item] = val));
|
|
89
|
+
},
|
|
90
|
+
/**
|
|
91
|
+
* In the event that proxyInputs is called
|
|
92
|
+
* multiple times re-defining these inputs
|
|
93
|
+
* will cause an error to be thrown. As a result
|
|
94
|
+
* we set configurable: true to indicate these
|
|
95
|
+
* properties can be changed.
|
|
96
|
+
*/
|
|
97
|
+
configurable: true,
|
|
98
|
+
});
|
|
99
|
+
});
|
|
100
|
+
};
|
|
101
|
+
const proxyMethods = (Cmp, methods) => {
|
|
102
|
+
const Prototype = Cmp.prototype;
|
|
103
|
+
methods.forEach((methodName) => {
|
|
104
|
+
Prototype[methodName] = function () {
|
|
105
|
+
const args = arguments;
|
|
106
|
+
return this.z.runOutsideAngular(() => this.el[methodName].apply(this.el, args));
|
|
107
|
+
};
|
|
108
|
+
});
|
|
109
|
+
};
|
|
110
|
+
const proxyOutputs = (instance, el, events) => {
|
|
111
|
+
events.forEach((eventName) => (instance[eventName] = fromEvent(el, eventName)));
|
|
112
|
+
};
|
|
113
|
+
const defineCustomElement = (tagName, customElement) => {
|
|
114
|
+
if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {
|
|
115
|
+
customElements.define(tagName, customElement);
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
// tslint:disable-next-line: only-arrow-functions
|
|
119
|
+
function ProxyCmp(opts) {
|
|
120
|
+
const decorator = function (cls) {
|
|
121
|
+
const { defineCustomElementFn, inputs, methods } = opts;
|
|
122
|
+
if (defineCustomElementFn !== undefined) {
|
|
123
|
+
defineCustomElementFn();
|
|
124
|
+
}
|
|
125
|
+
if (inputs) {
|
|
126
|
+
proxyInputs(cls, inputs);
|
|
127
|
+
}
|
|
128
|
+
if (methods) {
|
|
129
|
+
proxyMethods(cls, methods);
|
|
130
|
+
}
|
|
131
|
+
return cls;
|
|
132
|
+
};
|
|
133
|
+
return decorator;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
let DsAccordion = class DsAccordion {
|
|
137
|
+
constructor(c, r, z) {
|
|
138
|
+
this.z = z;
|
|
139
|
+
this.dsToggle = new EventEmitter();
|
|
140
|
+
this.dsOpened = new EventEmitter();
|
|
141
|
+
this.dsClosed = new EventEmitter();
|
|
142
|
+
c.detach();
|
|
143
|
+
this.el = r.nativeElement;
|
|
144
|
+
}
|
|
145
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
146
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsAccordion, isStandalone: true, selector: "ds-accordion", inputs: { button: "button", buttonColor: "buttonColor", buttonIconClose: "buttonIconClose", buttonIconOpen: "buttonIconOpen", buttonLabelClose: "buttonLabelClose", buttonLabelOpen: "buttonLabelOpen", buttonSize: "buttonSize", buttonWide: "buttonWide", group: "group", marker: "marker", markerPosition: "markerPosition", open: "open", summaryLevel: "summaryLevel", summaryTitle: "summaryTitle", summaryVisualLevel: "summaryVisualLevel" }, outputs: { dsToggle: "dsToggle", dsOpened: "dsOpened", dsClosed: "dsClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
147
|
+
};
|
|
148
|
+
DsAccordion = __decorate([
|
|
149
|
+
ProxyCmp({
|
|
150
|
+
defineCustomElementFn: defineCustomElement$1,
|
|
151
|
+
inputs: ['button', 'buttonColor', 'buttonIconClose', 'buttonIconOpen', 'buttonLabelClose', 'buttonLabelOpen', 'buttonSize', 'buttonWide', 'group', 'marker', 'markerPosition', 'open', 'summaryLevel', 'summaryTitle', 'summaryVisualLevel']
|
|
152
|
+
}),
|
|
153
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
154
|
+
], DsAccordion);
|
|
155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsAccordion, decorators: [{
|
|
156
|
+
type: Component,
|
|
157
|
+
args: [{
|
|
158
|
+
selector: 'ds-accordion',
|
|
159
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
160
|
+
template: '<ng-content></ng-content>',
|
|
161
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
162
|
+
inputs: ['button', 'buttonColor', 'buttonIconClose', 'buttonIconOpen', 'buttonLabelClose', 'buttonLabelOpen', 'buttonSize', 'buttonWide', 'group', 'marker', 'markerPosition', 'open', 'summaryLevel', 'summaryTitle', 'summaryVisualLevel'],
|
|
163
|
+
outputs: ['dsToggle', 'dsOpened', 'dsClosed'],
|
|
164
|
+
}]
|
|
165
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsToggle: [{
|
|
166
|
+
type: Output
|
|
167
|
+
}], dsOpened: [{
|
|
168
|
+
type: Output
|
|
169
|
+
}], dsClosed: [{
|
|
170
|
+
type: Output
|
|
171
|
+
}] } });
|
|
172
|
+
let DsAlertContainer = class DsAlertContainer {
|
|
173
|
+
constructor(c, r, z) {
|
|
174
|
+
this.z = z;
|
|
175
|
+
c.detach();
|
|
176
|
+
this.el = r.nativeElement;
|
|
177
|
+
}
|
|
178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsAlertContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
179
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsAlertContainer, isStandalone: true, selector: "ds-alert-container", inputs: { animated: "animated", container: "container", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
180
|
+
};
|
|
181
|
+
DsAlertContainer = __decorate([
|
|
182
|
+
ProxyCmp({
|
|
183
|
+
defineCustomElementFn: defineCustomElement$2,
|
|
184
|
+
inputs: ['animated', 'container', 'type'],
|
|
185
|
+
methods: ['addAlert', 'removeAlert', 'removeAll']
|
|
186
|
+
}),
|
|
187
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
188
|
+
], DsAlertContainer);
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsAlertContainer, decorators: [{
|
|
190
|
+
type: Component,
|
|
191
|
+
args: [{
|
|
192
|
+
selector: 'ds-alert-container',
|
|
193
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
194
|
+
template: '<ng-content></ng-content>',
|
|
195
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
196
|
+
inputs: ['animated', 'container', 'type'],
|
|
197
|
+
}]
|
|
198
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
199
|
+
let DsApp = class DsApp {
|
|
200
|
+
constructor(c, r, z) {
|
|
201
|
+
this.z = z;
|
|
202
|
+
this.dsAppReady = new EventEmitter();
|
|
203
|
+
c.detach();
|
|
204
|
+
this.el = r.nativeElement;
|
|
205
|
+
}
|
|
206
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsApp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
207
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsApp, isStandalone: true, selector: "ds-app", inputs: { animated: "animated" }, outputs: { dsAppReady: "dsAppReady" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
208
|
+
};
|
|
209
|
+
DsApp = __decorate([
|
|
210
|
+
ProxyCmp({
|
|
211
|
+
defineCustomElementFn: defineCustomElement$3,
|
|
212
|
+
inputs: ['animated'],
|
|
213
|
+
methods: ['setFocus']
|
|
214
|
+
}),
|
|
215
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
216
|
+
], DsApp);
|
|
217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsApp, decorators: [{
|
|
218
|
+
type: Component,
|
|
219
|
+
args: [{
|
|
220
|
+
selector: 'ds-app',
|
|
221
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
222
|
+
template: '<ng-content></ng-content>',
|
|
223
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
224
|
+
inputs: ['animated'],
|
|
225
|
+
outputs: ['dsAppReady'],
|
|
226
|
+
}]
|
|
227
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsAppReady: [{
|
|
228
|
+
type: Output
|
|
229
|
+
}] } });
|
|
230
|
+
let DsBadge = class DsBadge {
|
|
231
|
+
constructor(c, r, z) {
|
|
232
|
+
this.z = z;
|
|
233
|
+
c.detach();
|
|
234
|
+
this.el = r.nativeElement;
|
|
235
|
+
}
|
|
236
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
237
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsBadge, isStandalone: true, selector: "ds-badge", inputs: { color: "color", icon: "icon", position: "position", pulse: "pulse", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
238
|
+
};
|
|
239
|
+
DsBadge = __decorate([
|
|
240
|
+
ProxyCmp({
|
|
241
|
+
defineCustomElementFn: defineCustomElement$4,
|
|
242
|
+
inputs: ['color', 'icon', 'position', 'pulse', 'size']
|
|
243
|
+
}),
|
|
244
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
245
|
+
], DsBadge);
|
|
246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsBadge, decorators: [{
|
|
247
|
+
type: Component,
|
|
248
|
+
args: [{
|
|
249
|
+
selector: 'ds-badge',
|
|
250
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
251
|
+
template: '<ng-content></ng-content>',
|
|
252
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
253
|
+
inputs: ['color', 'icon', 'position', 'pulse', 'size'],
|
|
254
|
+
}]
|
|
255
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
256
|
+
let DsButton = class DsButton {
|
|
257
|
+
constructor(c, r, z) {
|
|
258
|
+
this.z = z;
|
|
259
|
+
this.dsClick = new EventEmitter();
|
|
260
|
+
this.dsNavigate = new EventEmitter();
|
|
261
|
+
this.dsFocus = new EventEmitter();
|
|
262
|
+
this.dsBlur = new EventEmitter();
|
|
263
|
+
this.dsDidRender = new EventEmitter();
|
|
264
|
+
c.detach();
|
|
265
|
+
this.el = r.nativeElement;
|
|
266
|
+
}
|
|
267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
268
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsButton, isStandalone: true, selector: "ds-button", inputs: { a11yControls: "a11yControls", a11yHaspopup: "a11yHaspopup", a11yLabel: "a11yLabel", a11yTitle: "a11yTitle", circle: "circle", color: "color", dashed: "dashed", disabled: "disabled", download: "download", elementType: "elementType", flat: "flat", href: "href", icon: "icon", iconRight: "iconRight", iconTurn: "iconTurn", inverted: "inverted", loading: "loading", name: "name", noWrap: "noWrap", outlined: "outlined", rel: "rel", rounded: "rounded", shadow: "shadow", size: "size", square: "square", target: "target", value: "value", wide: "wide" }, outputs: { dsClick: "dsClick", dsNavigate: "dsNavigate", dsFocus: "dsFocus", dsBlur: "dsBlur", dsDidRender: "dsDidRender" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
269
|
+
};
|
|
270
|
+
DsButton = __decorate([
|
|
271
|
+
ProxyCmp({
|
|
272
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
273
|
+
inputs: ['a11yControls', 'a11yHaspopup', 'a11yLabel', 'a11yTitle', 'circle', 'color', 'dashed', 'disabled', 'download', 'elementType', 'flat', 'href', 'icon', 'iconRight', 'iconTurn', 'inverted', 'loading', 'name', 'noWrap', 'outlined', 'rel', 'rounded', 'shadow', 'size', 'square', 'target', 'value', 'wide']
|
|
274
|
+
}),
|
|
275
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
276
|
+
], DsButton);
|
|
277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsButton, decorators: [{
|
|
278
|
+
type: Component,
|
|
279
|
+
args: [{
|
|
280
|
+
selector: 'ds-button',
|
|
281
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
282
|
+
template: '<ng-content></ng-content>',
|
|
283
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
284
|
+
inputs: ['a11yControls', 'a11yHaspopup', 'a11yLabel', 'a11yTitle', 'circle', 'color', 'dashed', 'disabled', 'download', 'elementType', 'flat', 'href', 'icon', 'iconRight', 'iconTurn', 'inverted', 'loading', 'name', 'noWrap', 'outlined', 'rel', 'rounded', 'shadow', 'size', 'square', 'target', 'value', 'wide'],
|
|
285
|
+
outputs: ['dsClick', 'dsNavigate', 'dsFocus', 'dsBlur', 'dsDidRender'],
|
|
286
|
+
}]
|
|
287
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsClick: [{
|
|
288
|
+
type: Output
|
|
289
|
+
}], dsNavigate: [{
|
|
290
|
+
type: Output
|
|
291
|
+
}], dsFocus: [{
|
|
292
|
+
type: Output
|
|
293
|
+
}], dsBlur: [{
|
|
294
|
+
type: Output
|
|
295
|
+
}], dsDidRender: [{
|
|
296
|
+
type: Output
|
|
297
|
+
}] } });
|
|
298
|
+
let DsButtonGroup = class DsButtonGroup {
|
|
299
|
+
constructor(c, r, z) {
|
|
300
|
+
this.z = z;
|
|
301
|
+
c.detach();
|
|
302
|
+
this.el = r.nativeElement;
|
|
303
|
+
}
|
|
304
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
305
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsButtonGroup, isStandalone: true, selector: "ds-button-group", inputs: { align: "align", direction: "direction", reverse: "reverse", wide: "wide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
306
|
+
};
|
|
307
|
+
DsButtonGroup = __decorate([
|
|
308
|
+
ProxyCmp({
|
|
309
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
310
|
+
inputs: ['align', 'direction', 'reverse', 'wide']
|
|
311
|
+
}),
|
|
312
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
313
|
+
], DsButtonGroup);
|
|
314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsButtonGroup, decorators: [{
|
|
315
|
+
type: Component,
|
|
316
|
+
args: [{
|
|
317
|
+
selector: 'ds-button-group',
|
|
318
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
319
|
+
template: '<ng-content></ng-content>',
|
|
320
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
321
|
+
inputs: ['align', 'direction', 'reverse', 'wide'],
|
|
322
|
+
}]
|
|
323
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
324
|
+
let DsCard = class DsCard {
|
|
325
|
+
constructor(c, r, z) {
|
|
326
|
+
this.z = z;
|
|
327
|
+
c.detach();
|
|
328
|
+
this.el = r.nativeElement;
|
|
329
|
+
}
|
|
330
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
331
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCard, isStandalone: true, selector: "ds-card", inputs: { align: "align", clickable: "clickable", color: "color", dense: "dense", flat: "flat", fullheight: "fullheight", imageTeaser: "imageTeaser", inverted: "inverted", outlined: "outlined", selected: "selected", space: "space", square: "square", tile: "tile" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
332
|
+
};
|
|
333
|
+
DsCard = __decorate([
|
|
334
|
+
ProxyCmp({
|
|
335
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
336
|
+
inputs: ['align', 'clickable', 'color', 'dense', 'flat', 'fullheight', 'imageTeaser', 'inverted', 'outlined', 'selected', 'space', 'square', 'tile']
|
|
337
|
+
}),
|
|
338
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
339
|
+
], DsCard);
|
|
340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCard, decorators: [{
|
|
341
|
+
type: Component,
|
|
342
|
+
args: [{
|
|
343
|
+
selector: 'ds-card',
|
|
344
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
345
|
+
template: '<ng-content></ng-content>',
|
|
346
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
347
|
+
inputs: ['align', 'clickable', 'color', 'dense', 'flat', 'fullheight', 'imageTeaser', 'inverted', 'outlined', 'selected', 'space', 'square', 'tile'],
|
|
348
|
+
}]
|
|
349
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
350
|
+
let DsCardActions = class DsCardActions {
|
|
351
|
+
constructor(c, r, z) {
|
|
352
|
+
this.z = z;
|
|
353
|
+
c.detach();
|
|
354
|
+
this.el = r.nativeElement;
|
|
355
|
+
}
|
|
356
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
357
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCardActions, isStandalone: true, selector: "ds-card-actions", inputs: { align: "align" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
358
|
+
};
|
|
359
|
+
DsCardActions = __decorate([
|
|
360
|
+
ProxyCmp({
|
|
361
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
362
|
+
inputs: ['align']
|
|
363
|
+
}),
|
|
364
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
365
|
+
], DsCardActions);
|
|
366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardActions, decorators: [{
|
|
367
|
+
type: Component,
|
|
368
|
+
args: [{
|
|
369
|
+
selector: 'ds-card-actions',
|
|
370
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
371
|
+
template: '<ng-content></ng-content>',
|
|
372
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
373
|
+
inputs: ['align'],
|
|
374
|
+
}]
|
|
375
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
376
|
+
let DsCardContent = class DsCardContent {
|
|
377
|
+
constructor(c, r, z) {
|
|
378
|
+
this.z = z;
|
|
379
|
+
c.detach();
|
|
380
|
+
this.el = r.nativeElement;
|
|
381
|
+
}
|
|
382
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
383
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCardContent, isStandalone: true, selector: "ds-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
384
|
+
};
|
|
385
|
+
DsCardContent = __decorate([
|
|
386
|
+
ProxyCmp({
|
|
387
|
+
defineCustomElementFn: defineCustomElement$9
|
|
388
|
+
}),
|
|
389
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
390
|
+
], DsCardContent);
|
|
391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardContent, decorators: [{
|
|
392
|
+
type: Component,
|
|
393
|
+
args: [{
|
|
394
|
+
selector: 'ds-card-content',
|
|
395
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
396
|
+
template: '<ng-content></ng-content>',
|
|
397
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
398
|
+
inputs: [],
|
|
399
|
+
}]
|
|
400
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
401
|
+
let DsCardHeader = class DsCardHeader {
|
|
402
|
+
constructor(c, r, z) {
|
|
403
|
+
this.z = z;
|
|
404
|
+
c.detach();
|
|
405
|
+
this.el = r.nativeElement;
|
|
406
|
+
}
|
|
407
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
408
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCardHeader, isStandalone: true, selector: "ds-card-header", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
409
|
+
};
|
|
410
|
+
DsCardHeader = __decorate([
|
|
411
|
+
ProxyCmp({
|
|
412
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
413
|
+
inputs: ['direction']
|
|
414
|
+
}),
|
|
415
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
416
|
+
], DsCardHeader);
|
|
417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardHeader, decorators: [{
|
|
418
|
+
type: Component,
|
|
419
|
+
args: [{
|
|
420
|
+
selector: 'ds-card-header',
|
|
421
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
422
|
+
template: '<ng-content></ng-content>',
|
|
423
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
424
|
+
inputs: ['direction'],
|
|
425
|
+
}]
|
|
426
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
427
|
+
let DsCardSubtitle = class DsCardSubtitle {
|
|
428
|
+
constructor(c, r, z) {
|
|
429
|
+
this.z = z;
|
|
430
|
+
c.detach();
|
|
431
|
+
this.el = r.nativeElement;
|
|
432
|
+
}
|
|
433
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardSubtitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
434
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCardSubtitle, isStandalone: true, selector: "ds-card-subtitle", inputs: { bold: "bold", color: "color", inverted: "inverted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
435
|
+
};
|
|
436
|
+
DsCardSubtitle = __decorate([
|
|
437
|
+
ProxyCmp({
|
|
438
|
+
defineCustomElementFn: defineCustomElement$b,
|
|
439
|
+
inputs: ['bold', 'color', 'inverted']
|
|
440
|
+
}),
|
|
441
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
442
|
+
], DsCardSubtitle);
|
|
443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardSubtitle, decorators: [{
|
|
444
|
+
type: Component,
|
|
445
|
+
args: [{
|
|
446
|
+
selector: 'ds-card-subtitle',
|
|
447
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
448
|
+
template: '<ng-content></ng-content>',
|
|
449
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
450
|
+
inputs: ['bold', 'color', 'inverted'],
|
|
451
|
+
}]
|
|
452
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
453
|
+
let DsCardTitle = class DsCardTitle {
|
|
454
|
+
constructor(c, r, z) {
|
|
455
|
+
this.z = z;
|
|
456
|
+
c.detach();
|
|
457
|
+
this.el = r.nativeElement;
|
|
458
|
+
}
|
|
459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
460
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCardTitle, isStandalone: true, selector: "ds-card-title", inputs: { inverted: "inverted", level: "level", visualLevel: "visualLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
461
|
+
};
|
|
462
|
+
DsCardTitle = __decorate([
|
|
463
|
+
ProxyCmp({
|
|
464
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
465
|
+
inputs: ['inverted', 'level', 'visualLevel']
|
|
466
|
+
}),
|
|
467
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
468
|
+
], DsCardTitle);
|
|
469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCardTitle, decorators: [{
|
|
470
|
+
type: Component,
|
|
471
|
+
args: [{
|
|
472
|
+
selector: 'ds-card-title',
|
|
473
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
474
|
+
template: '<ng-content></ng-content>',
|
|
475
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
476
|
+
inputs: ['inverted', 'level', 'visualLevel'],
|
|
477
|
+
}]
|
|
478
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
479
|
+
let DsCarousel = class DsCarousel {
|
|
480
|
+
constructor(c, r, z) {
|
|
481
|
+
this.z = z;
|
|
482
|
+
this.dsChange = new EventEmitter();
|
|
483
|
+
c.detach();
|
|
484
|
+
this.el = r.nativeElement;
|
|
485
|
+
}
|
|
486
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
487
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCarousel, isStandalone: true, selector: "ds-carousel", inputs: { controls: "controls", itemsPerView: "itemsPerView", label: "label", steps: "steps", value: "value", variant: "variant" }, outputs: { dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
488
|
+
};
|
|
489
|
+
DsCarousel = __decorate([
|
|
490
|
+
ProxyCmp({
|
|
491
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
492
|
+
inputs: ['controls', 'itemsPerView', 'label', 'steps', 'value', 'variant']
|
|
493
|
+
}),
|
|
494
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
495
|
+
], DsCarousel);
|
|
496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCarousel, decorators: [{
|
|
497
|
+
type: Component,
|
|
498
|
+
args: [{
|
|
499
|
+
selector: 'ds-carousel',
|
|
500
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
501
|
+
template: '<ng-content></ng-content>',
|
|
502
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
503
|
+
inputs: ['controls', 'itemsPerView', 'label', 'steps', 'value', 'variant'],
|
|
504
|
+
outputs: ['dsChange'],
|
|
505
|
+
}]
|
|
506
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
|
|
507
|
+
type: Output
|
|
508
|
+
}] } });
|
|
509
|
+
let DsCarouselItem = class DsCarouselItem {
|
|
510
|
+
constructor(c, r, z) {
|
|
511
|
+
this.z = z;
|
|
512
|
+
this.dsCarouselItemSelect = new EventEmitter();
|
|
513
|
+
c.detach();
|
|
514
|
+
this.el = r.nativeElement;
|
|
515
|
+
}
|
|
516
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCarouselItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
517
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCarouselItem, isStandalone: true, selector: "ds-carousel-item", inputs: { color: "color", name: "name", navigation: "navigation", selected: "selected", src: "src" }, outputs: { dsCarouselItemSelect: "dsCarouselItemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
518
|
+
};
|
|
519
|
+
DsCarouselItem = __decorate([
|
|
520
|
+
ProxyCmp({
|
|
521
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
522
|
+
inputs: ['color', 'name', 'navigation', 'selected', 'src']
|
|
523
|
+
}),
|
|
524
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
525
|
+
], DsCarouselItem);
|
|
526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCarouselItem, decorators: [{
|
|
527
|
+
type: Component,
|
|
528
|
+
args: [{
|
|
529
|
+
selector: 'ds-carousel-item',
|
|
530
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
531
|
+
template: '<ng-content></ng-content>',
|
|
532
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
533
|
+
inputs: ['color', { name: 'name', required: true }, 'navigation', 'selected', 'src'],
|
|
534
|
+
outputs: ['dsCarouselItemSelect'],
|
|
535
|
+
}]
|
|
536
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsCarouselItemSelect: [{
|
|
537
|
+
type: Output
|
|
538
|
+
}] } });
|
|
539
|
+
let DsCheckbox = class DsCheckbox {
|
|
540
|
+
constructor(c, r, z) {
|
|
541
|
+
this.z = z;
|
|
542
|
+
this.dsFocus = new EventEmitter();
|
|
543
|
+
this.dsBlur = new EventEmitter();
|
|
544
|
+
this.dsChange = new EventEmitter();
|
|
545
|
+
c.detach();
|
|
546
|
+
this.el = r.nativeElement;
|
|
547
|
+
}
|
|
548
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
549
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCheckbox, isStandalone: true, selector: "ds-checkbox", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", disabled: "disabled", hideTrigger: "hideTrigger", invalid: "invalid", label: "label", labelPosition: "labelPosition", name: "name", readonly: "readonly", required: "required", tile: "tile", tileColor: "tileColor", value: "value" }, outputs: { dsFocus: "dsFocus", dsBlur: "dsBlur", dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
550
|
+
};
|
|
551
|
+
DsCheckbox = __decorate([
|
|
552
|
+
ProxyCmp({
|
|
553
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
554
|
+
inputs: ['autoInvalidOff', 'checked', 'disabled', 'hideTrigger', 'invalid', 'label', 'labelPosition', 'name', 'readonly', 'required', 'tile', 'tileColor', 'value']
|
|
555
|
+
}),
|
|
556
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
557
|
+
], DsCheckbox);
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCheckbox, decorators: [{
|
|
559
|
+
type: Component,
|
|
560
|
+
args: [{
|
|
561
|
+
selector: 'ds-checkbox',
|
|
562
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
563
|
+
template: '<ng-content></ng-content>',
|
|
564
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
565
|
+
inputs: ['autoInvalidOff', 'checked', 'disabled', 'hideTrigger', 'invalid', 'label', 'labelPosition', 'name', 'readonly', 'required', 'tile', 'tileColor', 'value'],
|
|
566
|
+
outputs: ['dsFocus', 'dsBlur', 'dsChange'],
|
|
567
|
+
}]
|
|
568
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsFocus: [{
|
|
569
|
+
type: Output
|
|
570
|
+
}], dsBlur: [{
|
|
571
|
+
type: Output
|
|
572
|
+
}], dsChange: [{
|
|
573
|
+
type: Output
|
|
574
|
+
}] } });
|
|
575
|
+
let DsCheckboxGroup = class DsCheckboxGroup {
|
|
576
|
+
constructor(c, r, z) {
|
|
577
|
+
this.z = z;
|
|
578
|
+
this.dsBlur = new EventEmitter();
|
|
579
|
+
this.dsChange = new EventEmitter();
|
|
580
|
+
this.dsFocus = new EventEmitter();
|
|
581
|
+
c.detach();
|
|
582
|
+
this.el = r.nativeElement;
|
|
583
|
+
}
|
|
584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
585
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsCheckboxGroup, isStandalone: true, selector: "ds-checkbox-group", inputs: { color: "color", cols: "cols", colsMobile: "colsMobile", colsTablet: "colsTablet", control: "control", description: "description", disabled: "disabled", hideTrigger: "hideTrigger", invalid: "invalid", invalidText: "invalidText", label: "label", labelPosition: "labelPosition", loading: "loading", name: "name", readonly: "readonly", required: "required", tile: "tile", tileColor: "tileColor", value: "value", vertical: "vertical" }, outputs: { dsBlur: "dsBlur", dsChange: "dsChange", dsFocus: "dsFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
586
|
+
};
|
|
587
|
+
DsCheckboxGroup = __decorate([
|
|
588
|
+
ProxyCmp({
|
|
589
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
590
|
+
inputs: ['color', 'cols', 'colsMobile', 'colsTablet', 'control', 'description', 'disabled', 'hideTrigger', 'invalid', 'invalidText', 'label', 'labelPosition', 'loading', 'name', 'readonly', 'required', 'tile', 'tileColor', 'value', 'vertical']
|
|
591
|
+
}),
|
|
592
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
593
|
+
], DsCheckboxGroup);
|
|
594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsCheckboxGroup, decorators: [{
|
|
595
|
+
type: Component,
|
|
596
|
+
args: [{
|
|
597
|
+
selector: 'ds-checkbox-group',
|
|
598
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
599
|
+
template: '<ng-content></ng-content>',
|
|
600
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
601
|
+
inputs: ['color', 'cols', 'colsMobile', 'colsTablet', 'control', 'description', 'disabled', 'hideTrigger', 'invalid', 'invalidText', 'label', 'labelPosition', 'loading', 'name', 'readonly', 'required', 'tile', 'tileColor', 'value', 'vertical'],
|
|
602
|
+
outputs: ['dsBlur', 'dsChange', 'dsFocus'],
|
|
603
|
+
}]
|
|
604
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBlur: [{
|
|
605
|
+
type: Output
|
|
606
|
+
}], dsChange: [{
|
|
607
|
+
type: Output
|
|
608
|
+
}], dsFocus: [{
|
|
609
|
+
type: Output
|
|
610
|
+
}] } });
|
|
611
|
+
let DsClose = class DsClose {
|
|
612
|
+
constructor(c, r, z) {
|
|
613
|
+
this.z = z;
|
|
614
|
+
c.detach();
|
|
615
|
+
this.el = r.nativeElement;
|
|
616
|
+
}
|
|
617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsClose, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
618
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsClose, isStandalone: true, selector: "ds-close", inputs: { button: "button", buttonColor: "buttonColor", disabled: "disabled", inverted: "inverted", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
619
|
+
};
|
|
620
|
+
DsClose = __decorate([
|
|
621
|
+
ProxyCmp({
|
|
622
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
623
|
+
inputs: ['button', 'buttonColor', 'disabled', 'inverted', 'size']
|
|
624
|
+
}),
|
|
625
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
626
|
+
], DsClose);
|
|
627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsClose, decorators: [{
|
|
628
|
+
type: Component,
|
|
629
|
+
args: [{
|
|
630
|
+
selector: 'ds-close',
|
|
631
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
632
|
+
template: '<ng-content></ng-content>',
|
|
633
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
634
|
+
inputs: ['button', 'buttonColor', 'disabled', 'inverted', 'size'],
|
|
635
|
+
}]
|
|
636
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
637
|
+
let DsContent = class DsContent {
|
|
638
|
+
constructor(c, r, z) {
|
|
639
|
+
this.z = z;
|
|
640
|
+
c.detach();
|
|
641
|
+
this.el = r.nativeElement;
|
|
642
|
+
}
|
|
643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
644
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsContent, isStandalone: true, selector: "ds-content", inputs: { align: "align", direction: "direction", layout: "layout", space: "space", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
645
|
+
};
|
|
646
|
+
DsContent = __decorate([
|
|
647
|
+
ProxyCmp({
|
|
648
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
649
|
+
inputs: ['align', 'direction', 'layout', 'space', 'textAlign']
|
|
650
|
+
}),
|
|
651
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
652
|
+
], DsContent);
|
|
653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsContent, decorators: [{
|
|
654
|
+
type: Component,
|
|
655
|
+
args: [{
|
|
656
|
+
selector: 'ds-content',
|
|
657
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
658
|
+
template: '<ng-content></ng-content>',
|
|
659
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
660
|
+
inputs: ['align', 'direction', 'layout', 'space', 'textAlign'],
|
|
661
|
+
}]
|
|
662
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
663
|
+
let DsData = class DsData {
|
|
664
|
+
constructor(c, r, z) {
|
|
665
|
+
this.z = z;
|
|
666
|
+
c.detach();
|
|
667
|
+
this.el = r.nativeElement;
|
|
668
|
+
}
|
|
669
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsData, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
670
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsData, isStandalone: true, selector: "ds-data", inputs: { horizontal: "horizontal" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
671
|
+
};
|
|
672
|
+
DsData = __decorate([
|
|
673
|
+
ProxyCmp({
|
|
674
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
675
|
+
inputs: ['horizontal']
|
|
676
|
+
}),
|
|
677
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
678
|
+
], DsData);
|
|
679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsData, decorators: [{
|
|
680
|
+
type: Component,
|
|
681
|
+
args: [{
|
|
682
|
+
selector: 'ds-data',
|
|
683
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
684
|
+
template: '<ng-content></ng-content>',
|
|
685
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
686
|
+
inputs: ['horizontal'],
|
|
687
|
+
}]
|
|
688
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
689
|
+
let DsDataItem = class DsDataItem {
|
|
690
|
+
constructor(c, r, z) {
|
|
691
|
+
this.z = z;
|
|
692
|
+
c.detach();
|
|
693
|
+
this.el = r.nativeElement;
|
|
694
|
+
}
|
|
695
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDataItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
696
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsDataItem, isStandalone: true, selector: "ds-data-item", inputs: { disabled: "disabled", editLabel: "editLabel", editable: "editable", multiline: "multiline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
697
|
+
};
|
|
698
|
+
DsDataItem = __decorate([
|
|
699
|
+
ProxyCmp({
|
|
700
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
701
|
+
inputs: ['disabled', 'editLabel', 'editable', 'multiline'],
|
|
702
|
+
methods: ['configChanged']
|
|
703
|
+
}),
|
|
704
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
705
|
+
], DsDataItem);
|
|
706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDataItem, decorators: [{
|
|
707
|
+
type: Component,
|
|
708
|
+
args: [{
|
|
709
|
+
selector: 'ds-data-item',
|
|
710
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
711
|
+
template: '<ng-content></ng-content>',
|
|
712
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
713
|
+
inputs: ['disabled', 'editLabel', 'editable', 'multiline'],
|
|
714
|
+
}]
|
|
715
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
716
|
+
let DsDataLabel = class DsDataLabel {
|
|
717
|
+
constructor(c, r, z) {
|
|
718
|
+
this.z = z;
|
|
719
|
+
c.detach();
|
|
720
|
+
this.el = r.nativeElement;
|
|
721
|
+
}
|
|
722
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDataLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
723
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsDataLabel, isStandalone: true, selector: "ds-data-label", inputs: { required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
724
|
+
};
|
|
725
|
+
DsDataLabel = __decorate([
|
|
726
|
+
ProxyCmp({
|
|
727
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
728
|
+
inputs: ['required']
|
|
729
|
+
}),
|
|
730
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
731
|
+
], DsDataLabel);
|
|
732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDataLabel, decorators: [{
|
|
733
|
+
type: Component,
|
|
734
|
+
args: [{
|
|
735
|
+
selector: 'ds-data-label',
|
|
736
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
737
|
+
template: '<ng-content></ng-content>',
|
|
738
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
739
|
+
inputs: ['required'],
|
|
740
|
+
}]
|
|
741
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
742
|
+
let DsDataValue = class DsDataValue {
|
|
743
|
+
constructor(c, r, z) {
|
|
744
|
+
this.z = z;
|
|
745
|
+
c.detach();
|
|
746
|
+
this.el = r.nativeElement;
|
|
747
|
+
}
|
|
748
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDataValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
749
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsDataValue, isStandalone: true, selector: "ds-data-value", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
750
|
+
};
|
|
751
|
+
DsDataValue = __decorate([
|
|
752
|
+
ProxyCmp({
|
|
753
|
+
defineCustomElementFn: defineCustomElement$m
|
|
754
|
+
}),
|
|
755
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
756
|
+
], DsDataValue);
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDataValue, decorators: [{
|
|
758
|
+
type: Component,
|
|
759
|
+
args: [{
|
|
760
|
+
selector: 'ds-data-value',
|
|
761
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
762
|
+
template: '<ng-content></ng-content>',
|
|
763
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
764
|
+
inputs: [],
|
|
765
|
+
}]
|
|
766
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
767
|
+
let DsDate = class DsDate {
|
|
768
|
+
constructor(c, r, z) {
|
|
769
|
+
this.z = z;
|
|
770
|
+
this.dsBlur = new EventEmitter();
|
|
771
|
+
this.dsKeyPress = new EventEmitter();
|
|
772
|
+
this.dsFocus = new EventEmitter();
|
|
773
|
+
this.dsClick = new EventEmitter();
|
|
774
|
+
this.dsInput = new EventEmitter();
|
|
775
|
+
this.dsChange = new EventEmitter();
|
|
776
|
+
c.detach();
|
|
777
|
+
this.el = r.nativeElement;
|
|
778
|
+
}
|
|
779
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
780
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsDate, isStandalone: true, selector: "ds-date", inputs: { allowedDates: "allowedDates", autoInvalidOff: "autoInvalidOff", autocomplete: "autocomplete", autofocus: "autofocus", color: "color", debounce: "debounce", defaultDate: "defaultDate", description: "description", disabled: "disabled", freeSolo: "freeSolo", invalid: "invalid", invalidText: "invalidText", label: "label", loading: "loading", max: "max", maxYearProp: "maxYearProp", min: "min", minYearProp: "minYearProp", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", value: "value" }, outputs: { dsBlur: "dsBlur", dsKeyPress: "dsKeyPress", dsFocus: "dsFocus", dsClick: "dsClick", dsInput: "dsInput", dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
781
|
+
};
|
|
782
|
+
DsDate = __decorate([
|
|
783
|
+
ProxyCmp({
|
|
784
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
785
|
+
inputs: ['allowedDates', 'autoInvalidOff', 'autocomplete', 'autofocus', 'color', 'debounce', 'defaultDate', 'description', 'disabled', 'freeSolo', 'invalid', 'invalidText', 'label', 'loading', 'max', 'maxYearProp', 'min', 'minYearProp', 'name', 'placeholder', 'readonly', 'required', 'value'],
|
|
786
|
+
methods: ['setFocus', 'getInputElement']
|
|
787
|
+
}),
|
|
788
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
789
|
+
], DsDate);
|
|
790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDate, decorators: [{
|
|
791
|
+
type: Component,
|
|
792
|
+
args: [{
|
|
793
|
+
selector: 'ds-date',
|
|
794
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
795
|
+
template: '<ng-content></ng-content>',
|
|
796
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
797
|
+
inputs: ['allowedDates', 'autoInvalidOff', 'autocomplete', 'autofocus', 'color', 'debounce', 'defaultDate', 'description', 'disabled', 'freeSolo', 'invalid', 'invalidText', 'label', 'loading', 'max', 'maxYearProp', 'min', 'minYearProp', 'name', 'placeholder', 'readonly', 'required', 'value'],
|
|
798
|
+
outputs: ['dsBlur', 'dsKeyPress', 'dsFocus', 'dsClick', 'dsInput', 'dsChange'],
|
|
799
|
+
}]
|
|
800
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBlur: [{
|
|
801
|
+
type: Output
|
|
802
|
+
}], dsKeyPress: [{
|
|
803
|
+
type: Output
|
|
804
|
+
}], dsFocus: [{
|
|
805
|
+
type: Output
|
|
806
|
+
}], dsClick: [{
|
|
807
|
+
type: Output
|
|
808
|
+
}], dsInput: [{
|
|
809
|
+
type: Output
|
|
810
|
+
}], dsChange: [{
|
|
811
|
+
type: Output
|
|
812
|
+
}] } });
|
|
813
|
+
let DsDivider = class DsDivider {
|
|
814
|
+
constructor(c, r, z) {
|
|
815
|
+
this.z = z;
|
|
816
|
+
c.detach();
|
|
817
|
+
this.el = r.nativeElement;
|
|
818
|
+
}
|
|
819
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
820
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsDivider, isStandalone: true, selector: "ds-divider", inputs: { color: "color", dashed: "dashed", layout: "layout", space: "space" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
821
|
+
};
|
|
822
|
+
DsDivider = __decorate([
|
|
823
|
+
ProxyCmp({
|
|
824
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
825
|
+
inputs: ['color', 'dashed', 'layout', 'space']
|
|
826
|
+
}),
|
|
827
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
828
|
+
], DsDivider);
|
|
829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDivider, decorators: [{
|
|
830
|
+
type: Component,
|
|
831
|
+
args: [{
|
|
832
|
+
selector: 'ds-divider',
|
|
833
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
834
|
+
template: '<ng-content></ng-content>',
|
|
835
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
836
|
+
inputs: ['color', 'dashed', 'layout', 'space'],
|
|
837
|
+
}]
|
|
838
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
839
|
+
let DsDrawer = class DsDrawer {
|
|
840
|
+
constructor(c, r, z) {
|
|
841
|
+
this.z = z;
|
|
842
|
+
this.dsWillPresent = new EventEmitter();
|
|
843
|
+
this.dsDidPresent = new EventEmitter();
|
|
844
|
+
this.dsWillDismiss = new EventEmitter();
|
|
845
|
+
this.dsDidDismiss = new EventEmitter();
|
|
846
|
+
c.detach();
|
|
847
|
+
this.el = r.nativeElement;
|
|
848
|
+
}
|
|
849
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
850
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsDrawer, isStandalone: true, selector: "ds-drawer", inputs: { backdropDismiss: "backdropDismiss", closable: "closable", container: "container", label: "label", open: "open" }, outputs: { dsWillPresent: "dsWillPresent", dsDidPresent: "dsDidPresent", dsWillDismiss: "dsWillDismiss", dsDidDismiss: "dsDidDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
851
|
+
};
|
|
852
|
+
DsDrawer = __decorate([
|
|
853
|
+
ProxyCmp({
|
|
854
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
855
|
+
inputs: ['backdropDismiss', 'closable', 'container', 'label', 'open'],
|
|
856
|
+
methods: ['present', 'dismiss']
|
|
857
|
+
}),
|
|
858
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
859
|
+
], DsDrawer);
|
|
860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsDrawer, decorators: [{
|
|
861
|
+
type: Component,
|
|
862
|
+
args: [{
|
|
863
|
+
selector: 'ds-drawer',
|
|
864
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
865
|
+
template: '<ng-content></ng-content>',
|
|
866
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
867
|
+
inputs: ['backdropDismiss', 'closable', 'container', 'label', 'open'],
|
|
868
|
+
outputs: ['dsWillPresent', 'dsDidPresent', 'dsWillDismiss', 'dsDidDismiss'],
|
|
869
|
+
}]
|
|
870
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsWillPresent: [{
|
|
871
|
+
type: Output
|
|
872
|
+
}], dsDidPresent: [{
|
|
873
|
+
type: Output
|
|
874
|
+
}], dsWillDismiss: [{
|
|
875
|
+
type: Output
|
|
876
|
+
}], dsDidDismiss: [{
|
|
877
|
+
type: Output
|
|
878
|
+
}] } });
|
|
879
|
+
let DsFileUpload = class DsFileUpload {
|
|
880
|
+
constructor(c, r, z) {
|
|
881
|
+
this.z = z;
|
|
882
|
+
this.dsChange = new EventEmitter();
|
|
883
|
+
this.dsFilesAdded = new EventEmitter();
|
|
884
|
+
this.dsFilesRemoved = new EventEmitter();
|
|
885
|
+
this.dsRejectedFile = new EventEmitter();
|
|
886
|
+
this.dsInputClick = new EventEmitter();
|
|
887
|
+
this.dsBlur = new EventEmitter();
|
|
888
|
+
this.dsFocus = new EventEmitter();
|
|
889
|
+
c.detach();
|
|
890
|
+
this.el = r.nativeElement;
|
|
891
|
+
}
|
|
892
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
893
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsFileUpload, isStandalone: true, selector: "ds-file-upload", inputs: { accept: "accept", autoInvalidOff: "autoInvalidOff", color: "color", description: "description", disabled: "disabled", dropZoneLabel: "dropZoneLabel", hasFileList: "hasFileList", invalid: "invalid", invalidText: "invalidText", label: "label", loading: "loading", maxBundleSize: "maxBundleSize", maxFileSize: "maxFileSize", maxFiles: "maxFiles", multiple: "multiple", name: "name", readonly: "readonly", required: "required", value: "value" }, outputs: { dsChange: "dsChange", dsFilesAdded: "dsFilesAdded", dsFilesRemoved: "dsFilesRemoved", dsRejectedFile: "dsRejectedFile", dsInputClick: "dsInputClick", dsBlur: "dsBlur", dsFocus: "dsFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
894
|
+
};
|
|
895
|
+
DsFileUpload = __decorate([
|
|
896
|
+
ProxyCmp({
|
|
897
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
898
|
+
inputs: ['accept', 'autoInvalidOff', 'color', 'description', 'disabled', 'dropZoneLabel', 'hasFileList', 'invalid', 'invalidText', 'label', 'loading', 'maxBundleSize', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'readonly', 'required', 'value'],
|
|
899
|
+
methods: ['configChanged', 'clear', 'setFocus']
|
|
900
|
+
}),
|
|
901
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
902
|
+
], DsFileUpload);
|
|
903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsFileUpload, decorators: [{
|
|
904
|
+
type: Component,
|
|
905
|
+
args: [{
|
|
906
|
+
selector: 'ds-file-upload',
|
|
907
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
908
|
+
template: '<ng-content></ng-content>',
|
|
909
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
910
|
+
inputs: ['accept', 'autoInvalidOff', 'color', 'description', 'disabled', 'dropZoneLabel', 'hasFileList', 'invalid', 'invalidText', 'label', 'loading', 'maxBundleSize', 'maxFileSize', 'maxFiles', 'multiple', 'name', 'readonly', 'required', 'value'],
|
|
911
|
+
outputs: ['dsChange', 'dsFilesAdded', 'dsFilesRemoved', 'dsRejectedFile', 'dsInputClick', 'dsBlur', 'dsFocus'],
|
|
912
|
+
}]
|
|
913
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
|
|
914
|
+
type: Output
|
|
915
|
+
}], dsFilesAdded: [{
|
|
916
|
+
type: Output
|
|
917
|
+
}], dsFilesRemoved: [{
|
|
918
|
+
type: Output
|
|
919
|
+
}], dsRejectedFile: [{
|
|
920
|
+
type: Output
|
|
921
|
+
}], dsInputClick: [{
|
|
922
|
+
type: Output
|
|
923
|
+
}], dsBlur: [{
|
|
924
|
+
type: Output
|
|
925
|
+
}], dsFocus: [{
|
|
926
|
+
type: Output
|
|
927
|
+
}] } });
|
|
928
|
+
let DsFooter = class DsFooter {
|
|
929
|
+
constructor(c, r, z) {
|
|
930
|
+
this.z = z;
|
|
931
|
+
this.dsLanguageChange = new EventEmitter();
|
|
932
|
+
c.detach();
|
|
933
|
+
this.el = r.nativeElement;
|
|
934
|
+
}
|
|
935
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
936
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsFooter, isStandalone: true, selector: "ds-footer", inputs: { container: "container", disableDefaultLinks: "disableDefaultLinks", disableDefaultSocialLinks: "disableDefaultSocialLinks", hideLanguageSelection: "hideLanguageSelection", legalText: "legalText" }, outputs: { dsLanguageChange: "dsLanguageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
937
|
+
};
|
|
938
|
+
DsFooter = __decorate([
|
|
939
|
+
ProxyCmp({
|
|
940
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
941
|
+
inputs: ['container', 'disableDefaultLinks', 'disableDefaultSocialLinks', 'hideLanguageSelection', 'legalText']
|
|
942
|
+
}),
|
|
943
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
944
|
+
], DsFooter);
|
|
945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsFooter, decorators: [{
|
|
946
|
+
type: Component,
|
|
947
|
+
args: [{
|
|
948
|
+
selector: 'ds-footer',
|
|
949
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
950
|
+
template: '<ng-content></ng-content>',
|
|
951
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
952
|
+
inputs: ['container', 'disableDefaultLinks', 'disableDefaultSocialLinks', 'hideLanguageSelection', 'legalText'],
|
|
953
|
+
outputs: ['dsLanguageChange'],
|
|
954
|
+
}]
|
|
955
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsLanguageChange: [{
|
|
956
|
+
type: Output
|
|
957
|
+
}] } });
|
|
958
|
+
let DsHeading = class DsHeading {
|
|
959
|
+
constructor(c, r, z) {
|
|
960
|
+
this.z = z;
|
|
961
|
+
c.detach();
|
|
962
|
+
this.el = r.nativeElement;
|
|
963
|
+
}
|
|
964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
965
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsHeading, isStandalone: true, selector: "ds-heading", inputs: { autoLevel: "autoLevel", color: "color", inverted: "inverted", level: "level", noWrap: "noWrap", shadow: "shadow", space: "space", subtitle: "subtitle", visualLevel: "visualLevel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
966
|
+
};
|
|
967
|
+
DsHeading = __decorate([
|
|
968
|
+
ProxyCmp({
|
|
969
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
970
|
+
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel']
|
|
971
|
+
}),
|
|
972
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
973
|
+
], DsHeading);
|
|
974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsHeading, decorators: [{
|
|
975
|
+
type: Component,
|
|
976
|
+
args: [{
|
|
977
|
+
selector: 'ds-heading',
|
|
978
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
979
|
+
template: '<ng-content></ng-content>',
|
|
980
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
981
|
+
inputs: ['autoLevel', 'color', 'inverted', 'level', 'noWrap', 'shadow', 'space', 'subtitle', 'visualLevel'],
|
|
982
|
+
}]
|
|
983
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
984
|
+
let DsHint = class DsHint {
|
|
985
|
+
constructor(c, r, z) {
|
|
986
|
+
this.z = z;
|
|
987
|
+
c.detach();
|
|
988
|
+
this.el = r.nativeElement;
|
|
989
|
+
}
|
|
990
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
991
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsHint, isStandalone: true, selector: "ds-hint", inputs: { closeLabel: "closeLabel", label: "label", placement: "placement", triggerLabel: "triggerLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
992
|
+
};
|
|
993
|
+
DsHint = __decorate([
|
|
994
|
+
ProxyCmp({
|
|
995
|
+
defineCustomElementFn: defineCustomElement$t,
|
|
996
|
+
inputs: ['closeLabel', 'label', 'placement', 'triggerLabel'],
|
|
997
|
+
methods: ['present', 'dismiss', 'toggle']
|
|
998
|
+
}),
|
|
999
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1000
|
+
], DsHint);
|
|
1001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsHint, decorators: [{
|
|
1002
|
+
type: Component,
|
|
1003
|
+
args: [{
|
|
1004
|
+
selector: 'ds-hint',
|
|
1005
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1006
|
+
template: '<ng-content></ng-content>',
|
|
1007
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1008
|
+
inputs: ['closeLabel', 'label', 'placement', 'triggerLabel'],
|
|
1009
|
+
}]
|
|
1010
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1011
|
+
let DsHintText = class DsHintText {
|
|
1012
|
+
constructor(c, r, z) {
|
|
1013
|
+
this.z = z;
|
|
1014
|
+
c.detach();
|
|
1015
|
+
this.el = r.nativeElement;
|
|
1016
|
+
}
|
|
1017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsHintText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1018
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsHintText, isStandalone: true, selector: "ds-hint-text", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1019
|
+
};
|
|
1020
|
+
DsHintText = __decorate([
|
|
1021
|
+
ProxyCmp({
|
|
1022
|
+
defineCustomElementFn: defineCustomElement$u
|
|
1023
|
+
}),
|
|
1024
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1025
|
+
], DsHintText);
|
|
1026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsHintText, decorators: [{
|
|
1027
|
+
type: Component,
|
|
1028
|
+
args: [{
|
|
1029
|
+
selector: 'ds-hint-text',
|
|
1030
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1031
|
+
template: '<ng-content></ng-content>',
|
|
1032
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1033
|
+
inputs: [],
|
|
1034
|
+
}]
|
|
1035
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1036
|
+
let DsHintTitle = class DsHintTitle {
|
|
1037
|
+
constructor(c, r, z) {
|
|
1038
|
+
this.z = z;
|
|
1039
|
+
c.detach();
|
|
1040
|
+
this.el = r.nativeElement;
|
|
1041
|
+
}
|
|
1042
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsHintTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1043
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsHintTitle, isStandalone: true, selector: "ds-hint-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1044
|
+
};
|
|
1045
|
+
DsHintTitle = __decorate([
|
|
1046
|
+
ProxyCmp({
|
|
1047
|
+
defineCustomElementFn: defineCustomElement$v
|
|
1048
|
+
}),
|
|
1049
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1050
|
+
], DsHintTitle);
|
|
1051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsHintTitle, decorators: [{
|
|
1052
|
+
type: Component,
|
|
1053
|
+
args: [{
|
|
1054
|
+
selector: 'ds-hint-title',
|
|
1055
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1056
|
+
template: '<ng-content></ng-content>',
|
|
1057
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1058
|
+
inputs: [],
|
|
1059
|
+
}]
|
|
1060
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1061
|
+
let DsIcon = class DsIcon {
|
|
1062
|
+
constructor(c, r, z) {
|
|
1063
|
+
this.z = z;
|
|
1064
|
+
c.detach();
|
|
1065
|
+
this.el = r.nativeElement;
|
|
1066
|
+
}
|
|
1067
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1068
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsIcon, isStandalone: true, selector: "ds-icon", inputs: { color: "color", disabled: "disabled", inline: "inline", invalid: "invalid", inverted: "inverted", name: "name", shadow: "shadow", shape: "shape", size: "size", src: "src", svg: "svg", tile: "tile", tileColor: "tileColor", turn: "turn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1069
|
+
};
|
|
1070
|
+
DsIcon = __decorate([
|
|
1071
|
+
ProxyCmp({
|
|
1072
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
1073
|
+
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'shape', 'size', 'src', 'svg', 'tile', 'tileColor', 'turn']
|
|
1074
|
+
}),
|
|
1075
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1076
|
+
], DsIcon);
|
|
1077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsIcon, decorators: [{
|
|
1078
|
+
type: Component,
|
|
1079
|
+
args: [{
|
|
1080
|
+
selector: 'ds-icon',
|
|
1081
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1082
|
+
template: '<ng-content></ng-content>',
|
|
1083
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1084
|
+
inputs: ['color', 'disabled', 'inline', 'invalid', 'inverted', 'name', 'shadow', 'shape', 'size', 'src', 'svg', 'tile', 'tileColor', 'turn'],
|
|
1085
|
+
}]
|
|
1086
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1087
|
+
let DsInput = class DsInput {
|
|
1088
|
+
constructor(c, r, z) {
|
|
1089
|
+
this.z = z;
|
|
1090
|
+
this.dsBlur = new EventEmitter();
|
|
1091
|
+
this.dsKeyPress = new EventEmitter();
|
|
1092
|
+
this.dsFocus = new EventEmitter();
|
|
1093
|
+
this.dsClick = new EventEmitter();
|
|
1094
|
+
this.dsInput = new EventEmitter();
|
|
1095
|
+
this.dsChange = new EventEmitter();
|
|
1096
|
+
c.detach();
|
|
1097
|
+
this.el = r.nativeElement;
|
|
1098
|
+
}
|
|
1099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1100
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsInput, isStandalone: true, selector: "ds-input", inputs: { accept: "accept", allowedKeyPress: "allowedKeyPress", autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", color: "color", debounce: "debounce", description: "description", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", invalidText: "invalidText", label: "label", loading: "loading", mask: "mask", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", spellcheck: "spellcheck", suffix: "suffix", type: "type", value: "value" }, outputs: { dsBlur: "dsBlur", dsKeyPress: "dsKeyPress", dsFocus: "dsFocus", dsClick: "dsClick", dsInput: "dsInput", dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1101
|
+
};
|
|
1102
|
+
DsInput = __decorate([
|
|
1103
|
+
ProxyCmp({
|
|
1104
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1105
|
+
inputs: ['accept', 'allowedKeyPress', 'autoInvalidOff', 'autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'color', 'debounce', 'description', 'disabled', 'inputmode', 'invalid', 'invalidText', 'label', 'loading', 'mask', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'spellcheck', 'suffix', 'type', 'value'],
|
|
1106
|
+
methods: ['setFocus', 'getInputElement']
|
|
1107
|
+
}),
|
|
1108
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1109
|
+
], DsInput);
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsInput, decorators: [{
|
|
1111
|
+
type: Component,
|
|
1112
|
+
args: [{
|
|
1113
|
+
selector: 'ds-input',
|
|
1114
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1115
|
+
template: '<ng-content></ng-content>',
|
|
1116
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1117
|
+
inputs: ['accept', 'allowedKeyPress', 'autoInvalidOff', 'autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'color', 'debounce', 'description', 'disabled', 'inputmode', 'invalid', 'invalidText', 'label', 'loading', 'mask', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'spellcheck', 'suffix', 'type', 'value'],
|
|
1118
|
+
outputs: ['dsBlur', 'dsKeyPress', 'dsFocus', 'dsClick', 'dsInput', 'dsChange'],
|
|
1119
|
+
}]
|
|
1120
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBlur: [{
|
|
1121
|
+
type: Output
|
|
1122
|
+
}], dsKeyPress: [{
|
|
1123
|
+
type: Output
|
|
1124
|
+
}], dsFocus: [{
|
|
1125
|
+
type: Output
|
|
1126
|
+
}], dsClick: [{
|
|
1127
|
+
type: Output
|
|
1128
|
+
}], dsInput: [{
|
|
1129
|
+
type: Output
|
|
1130
|
+
}], dsChange: [{
|
|
1131
|
+
type: Output
|
|
1132
|
+
}] } });
|
|
1133
|
+
let DsInputSlider = class DsInputSlider {
|
|
1134
|
+
constructor(c, r, z) {
|
|
1135
|
+
this.z = z;
|
|
1136
|
+
this.dsInput = new EventEmitter();
|
|
1137
|
+
this.dsFocus = new EventEmitter();
|
|
1138
|
+
this.dsBlur = new EventEmitter();
|
|
1139
|
+
this.dsClick = new EventEmitter();
|
|
1140
|
+
this.dsChange = new EventEmitter();
|
|
1141
|
+
c.detach();
|
|
1142
|
+
this.el = r.nativeElement;
|
|
1143
|
+
}
|
|
1144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsInputSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1145
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsInputSlider, isStandalone: true, selector: "ds-input-slider", inputs: { autoInvalidOff: "autoInvalidOff", brandColor: "brandColor", color: "color", debounce: "debounce", description: "description", disabled: "disabled", invalid: "invalid", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", readonly: "readonly", required: "required", step: "step", value: "value" }, outputs: { dsInput: "dsInput", dsFocus: "dsFocus", dsBlur: "dsBlur", dsClick: "dsClick", dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1146
|
+
};
|
|
1147
|
+
DsInputSlider = __decorate([
|
|
1148
|
+
ProxyCmp({
|
|
1149
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1150
|
+
inputs: ['autoInvalidOff', 'brandColor', 'color', 'debounce', 'description', 'disabled', 'invalid', 'invalidText', 'label', 'max', 'min', 'name', 'readonly', 'required', 'step', 'value'],
|
|
1151
|
+
methods: ['setFocus', 'getInputElement']
|
|
1152
|
+
}),
|
|
1153
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1154
|
+
], DsInputSlider);
|
|
1155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsInputSlider, decorators: [{
|
|
1156
|
+
type: Component,
|
|
1157
|
+
args: [{
|
|
1158
|
+
selector: 'ds-input-slider',
|
|
1159
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1160
|
+
template: '<ng-content></ng-content>',
|
|
1161
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1162
|
+
inputs: ['autoInvalidOff', 'brandColor', 'color', 'debounce', 'description', 'disabled', 'invalid', 'invalidText', 'label', 'max', 'min', 'name', 'readonly', 'required', 'step', 'value'],
|
|
1163
|
+
outputs: ['dsInput', 'dsFocus', 'dsBlur', 'dsClick', 'dsChange'],
|
|
1164
|
+
}]
|
|
1165
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsInput: [{
|
|
1166
|
+
type: Output
|
|
1167
|
+
}], dsFocus: [{
|
|
1168
|
+
type: Output
|
|
1169
|
+
}], dsBlur: [{
|
|
1170
|
+
type: Output
|
|
1171
|
+
}], dsClick: [{
|
|
1172
|
+
type: Output
|
|
1173
|
+
}], dsChange: [{
|
|
1174
|
+
type: Output
|
|
1175
|
+
}] } });
|
|
1176
|
+
let DsItem = class DsItem {
|
|
1177
|
+
constructor(c, r, z) {
|
|
1178
|
+
this.z = z;
|
|
1179
|
+
this.dsClick = new EventEmitter();
|
|
1180
|
+
this.dsAccordionToggle = new EventEmitter();
|
|
1181
|
+
this.dsAccordionOpened = new EventEmitter();
|
|
1182
|
+
this.dsAccordionClosed = new EventEmitter();
|
|
1183
|
+
c.detach();
|
|
1184
|
+
this.el = r.nativeElement;
|
|
1185
|
+
}
|
|
1186
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1187
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsItem, isStandalone: true, selector: "ds-item", inputs: { accordionGroup: "accordionGroup", accordionMarker: "accordionMarker", accordionMarkerPosition: "accordionMarkerPosition", accordionOpen: "accordionOpen", actionIcon: "actionIcon", description: "description", disabled: "disabled", download: "download", href: "href", label: "label", labelLevel: "labelLevel", labelSize: "labelSize", rel: "rel", target: "target", variant: "variant" }, outputs: { dsClick: "dsClick", dsAccordionToggle: "dsAccordionToggle", dsAccordionOpened: "dsAccordionOpened", dsAccordionClosed: "dsAccordionClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1188
|
+
};
|
|
1189
|
+
DsItem = __decorate([
|
|
1190
|
+
ProxyCmp({
|
|
1191
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1192
|
+
inputs: ['accordionGroup', 'accordionMarker', 'accordionMarkerPosition', 'accordionOpen', 'actionIcon', 'description', 'disabled', 'download', 'href', 'label', 'labelLevel', 'labelSize', 'rel', 'target', 'variant']
|
|
1193
|
+
}),
|
|
1194
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1195
|
+
], DsItem);
|
|
1196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsItem, decorators: [{
|
|
1197
|
+
type: Component,
|
|
1198
|
+
args: [{
|
|
1199
|
+
selector: 'ds-item',
|
|
1200
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1201
|
+
template: '<ng-content></ng-content>',
|
|
1202
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1203
|
+
inputs: ['accordionGroup', 'accordionMarker', 'accordionMarkerPosition', 'accordionOpen', 'actionIcon', 'description', 'disabled', 'download', 'href', 'label', 'labelLevel', 'labelSize', 'rel', 'target', 'variant'],
|
|
1204
|
+
outputs: ['dsClick', 'dsAccordionToggle', 'dsAccordionOpened', 'dsAccordionClosed'],
|
|
1205
|
+
}]
|
|
1206
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsClick: [{
|
|
1207
|
+
type: Output
|
|
1208
|
+
}], dsAccordionToggle: [{
|
|
1209
|
+
type: Output
|
|
1210
|
+
}], dsAccordionOpened: [{
|
|
1211
|
+
type: Output
|
|
1212
|
+
}], dsAccordionClosed: [{
|
|
1213
|
+
type: Output
|
|
1214
|
+
}] } });
|
|
1215
|
+
let DsLabel = class DsLabel {
|
|
1216
|
+
constructor(c, r, z) {
|
|
1217
|
+
this.z = z;
|
|
1218
|
+
c.detach();
|
|
1219
|
+
this.el = r.nativeElement;
|
|
1220
|
+
}
|
|
1221
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1222
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsLabel, isStandalone: true, selector: "ds-label", inputs: { disabled: "disabled", htmlFor: "htmlFor", htmlId: "htmlId", invalid: "invalid", noWrap: "noWrap", required: "required", size: "size", valid: "valid" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1223
|
+
};
|
|
1224
|
+
DsLabel = __decorate([
|
|
1225
|
+
ProxyCmp({
|
|
1226
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1227
|
+
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'noWrap', 'required', 'size', 'valid']
|
|
1228
|
+
}),
|
|
1229
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1230
|
+
], DsLabel);
|
|
1231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsLabel, decorators: [{
|
|
1232
|
+
type: Component,
|
|
1233
|
+
args: [{
|
|
1234
|
+
selector: 'ds-label',
|
|
1235
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1236
|
+
template: '<ng-content></ng-content>',
|
|
1237
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1238
|
+
inputs: ['disabled', 'htmlFor', 'htmlId', 'invalid', 'noWrap', 'required', 'size', 'valid'],
|
|
1239
|
+
}]
|
|
1240
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1241
|
+
let DsList = class DsList {
|
|
1242
|
+
constructor(c, r, z) {
|
|
1243
|
+
this.z = z;
|
|
1244
|
+
c.detach();
|
|
1245
|
+
this.el = r.nativeElement;
|
|
1246
|
+
}
|
|
1247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1248
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsList, isStandalone: true, selector: "ds-list", inputs: { ordered: "ordered" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1249
|
+
};
|
|
1250
|
+
DsList = __decorate([
|
|
1251
|
+
ProxyCmp({
|
|
1252
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1253
|
+
inputs: ['ordered']
|
|
1254
|
+
}),
|
|
1255
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1256
|
+
], DsList);
|
|
1257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsList, decorators: [{
|
|
1258
|
+
type: Component,
|
|
1259
|
+
args: [{
|
|
1260
|
+
selector: 'ds-list',
|
|
1261
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1262
|
+
template: '<ng-content></ng-content>',
|
|
1263
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1264
|
+
inputs: ['ordered'],
|
|
1265
|
+
}]
|
|
1266
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1267
|
+
let DsLogo = class DsLogo {
|
|
1268
|
+
constructor(c, r, z) {
|
|
1269
|
+
this.z = z;
|
|
1270
|
+
c.detach();
|
|
1271
|
+
this.el = r.nativeElement;
|
|
1272
|
+
}
|
|
1273
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1274
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsLogo, isStandalone: true, selector: "ds-logo", inputs: { animated: "animated", brand: "brand", color: "color", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1275
|
+
};
|
|
1276
|
+
DsLogo = __decorate([
|
|
1277
|
+
ProxyCmp({
|
|
1278
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1279
|
+
inputs: ['animated', 'brand', 'color', 'size']
|
|
1280
|
+
}),
|
|
1281
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1282
|
+
], DsLogo);
|
|
1283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsLogo, decorators: [{
|
|
1284
|
+
type: Component,
|
|
1285
|
+
args: [{
|
|
1286
|
+
selector: 'ds-logo',
|
|
1287
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1288
|
+
template: '<ng-content></ng-content>',
|
|
1289
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1290
|
+
inputs: ['animated', 'brand', 'color', 'size'],
|
|
1291
|
+
}]
|
|
1292
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1293
|
+
let DsModal = class DsModal {
|
|
1294
|
+
constructor(c, r, z) {
|
|
1295
|
+
this.z = z;
|
|
1296
|
+
this.dsWillPresent = new EventEmitter();
|
|
1297
|
+
this.dsDidPresent = new EventEmitter();
|
|
1298
|
+
this.dsWillDismiss = new EventEmitter();
|
|
1299
|
+
this.dsDidDismiss = new EventEmitter();
|
|
1300
|
+
c.detach();
|
|
1301
|
+
this.el = r.nativeElement;
|
|
1302
|
+
}
|
|
1303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1304
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsModal, isStandalone: true, selector: "ds-modal", inputs: { closable: "closable", fullscreen: "fullscreen", modalWidth: "modalWidth", open: "open" }, outputs: { dsWillPresent: "dsWillPresent", dsDidPresent: "dsDidPresent", dsWillDismiss: "dsWillDismiss", dsDidDismiss: "dsDidDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1305
|
+
};
|
|
1306
|
+
DsModal = __decorate([
|
|
1307
|
+
ProxyCmp({
|
|
1308
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1309
|
+
inputs: ['closable', 'fullscreen', 'modalWidth', 'open'],
|
|
1310
|
+
methods: ['present', 'dismiss']
|
|
1311
|
+
}),
|
|
1312
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1313
|
+
], DsModal);
|
|
1314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsModal, decorators: [{
|
|
1315
|
+
type: Component,
|
|
1316
|
+
args: [{
|
|
1317
|
+
selector: 'ds-modal',
|
|
1318
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1319
|
+
template: '<ng-content></ng-content>',
|
|
1320
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1321
|
+
inputs: ['closable', 'fullscreen', 'modalWidth', 'open'],
|
|
1322
|
+
outputs: ['dsWillPresent', 'dsDidPresent', 'dsWillDismiss', 'dsDidDismiss'],
|
|
1323
|
+
}]
|
|
1324
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsWillPresent: [{
|
|
1325
|
+
type: Output
|
|
1326
|
+
}], dsDidPresent: [{
|
|
1327
|
+
type: Output
|
|
1328
|
+
}], dsWillDismiss: [{
|
|
1329
|
+
type: Output
|
|
1330
|
+
}], dsDidDismiss: [{
|
|
1331
|
+
type: Output
|
|
1332
|
+
}] } });
|
|
1333
|
+
let DsModalBody = class DsModalBody {
|
|
1334
|
+
constructor(c, r, z) {
|
|
1335
|
+
this.z = z;
|
|
1336
|
+
c.detach();
|
|
1337
|
+
this.el = r.nativeElement;
|
|
1338
|
+
}
|
|
1339
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1340
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsModalBody, isStandalone: true, selector: "ds-modal-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1341
|
+
};
|
|
1342
|
+
DsModalBody = __decorate([
|
|
1343
|
+
ProxyCmp({
|
|
1344
|
+
defineCustomElementFn: defineCustomElement$E
|
|
1345
|
+
}),
|
|
1346
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1347
|
+
], DsModalBody);
|
|
1348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsModalBody, decorators: [{
|
|
1349
|
+
type: Component,
|
|
1350
|
+
args: [{
|
|
1351
|
+
selector: 'ds-modal-body',
|
|
1352
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1353
|
+
template: '<ng-content></ng-content>',
|
|
1354
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1355
|
+
inputs: [],
|
|
1356
|
+
}]
|
|
1357
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1358
|
+
let DsModalHeader = class DsModalHeader {
|
|
1359
|
+
constructor(c, r, z) {
|
|
1360
|
+
this.z = z;
|
|
1361
|
+
c.detach();
|
|
1362
|
+
this.el = r.nativeElement;
|
|
1363
|
+
}
|
|
1364
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1365
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsModalHeader, isStandalone: true, selector: "ds-modal-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1366
|
+
};
|
|
1367
|
+
DsModalHeader = __decorate([
|
|
1368
|
+
ProxyCmp({
|
|
1369
|
+
defineCustomElementFn: defineCustomElement$F
|
|
1370
|
+
}),
|
|
1371
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1372
|
+
], DsModalHeader);
|
|
1373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsModalHeader, decorators: [{
|
|
1374
|
+
type: Component,
|
|
1375
|
+
args: [{
|
|
1376
|
+
selector: 'ds-modal-header',
|
|
1377
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1378
|
+
template: '<ng-content></ng-content>',
|
|
1379
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1380
|
+
inputs: [],
|
|
1381
|
+
}]
|
|
1382
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1383
|
+
let DsNavbar = class DsNavbar {
|
|
1384
|
+
constructor(c, r, z) {
|
|
1385
|
+
this.z = z;
|
|
1386
|
+
this.dsMenuOpenStart = new EventEmitter();
|
|
1387
|
+
this.dsMenuOpenEnd = new EventEmitter();
|
|
1388
|
+
this.dsMenuCloseStart = new EventEmitter();
|
|
1389
|
+
this.dsMenuCloseEnd = new EventEmitter();
|
|
1390
|
+
c.detach();
|
|
1391
|
+
this.el = r.nativeElement;
|
|
1392
|
+
}
|
|
1393
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1394
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsNavbar, isStandalone: true, selector: "ds-navbar", inputs: { container: "container", light: "light", open: "open" }, outputs: { dsMenuOpenStart: "dsMenuOpenStart", dsMenuOpenEnd: "dsMenuOpenEnd", dsMenuCloseStart: "dsMenuCloseStart", dsMenuCloseEnd: "dsMenuCloseEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1395
|
+
};
|
|
1396
|
+
DsNavbar = __decorate([
|
|
1397
|
+
ProxyCmp({
|
|
1398
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1399
|
+
inputs: ['container', 'light', 'open'],
|
|
1400
|
+
methods: ['toggleSidebar', 'openSidebar', 'closeSidebar']
|
|
1401
|
+
}),
|
|
1402
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1403
|
+
], DsNavbar);
|
|
1404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsNavbar, decorators: [{
|
|
1405
|
+
type: Component,
|
|
1406
|
+
args: [{
|
|
1407
|
+
selector: 'ds-navbar',
|
|
1408
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1409
|
+
template: '<ng-content></ng-content>',
|
|
1410
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1411
|
+
inputs: ['container', 'light', 'open'],
|
|
1412
|
+
outputs: ['dsMenuOpenStart', 'dsMenuOpenEnd', 'dsMenuCloseStart', 'dsMenuCloseEnd'],
|
|
1413
|
+
}]
|
|
1414
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsMenuOpenStart: [{
|
|
1415
|
+
type: Output
|
|
1416
|
+
}], dsMenuOpenEnd: [{
|
|
1417
|
+
type: Output
|
|
1418
|
+
}], dsMenuCloseStart: [{
|
|
1419
|
+
type: Output
|
|
1420
|
+
}], dsMenuCloseEnd: [{
|
|
1421
|
+
type: Output
|
|
1422
|
+
}] } });
|
|
1423
|
+
let DsNotification = class DsNotification {
|
|
1424
|
+
constructor(c, r, z) {
|
|
1425
|
+
this.z = z;
|
|
1426
|
+
this.dsCloseClick = new EventEmitter();
|
|
1427
|
+
this.dsDidLoad = new EventEmitter();
|
|
1428
|
+
c.detach();
|
|
1429
|
+
this.el = r.nativeElement;
|
|
1430
|
+
}
|
|
1431
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1432
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsNotification, isStandalone: true, selector: "ds-notification", inputs: { alert: "alert", closable: "closable", color: "color", heading: "heading", noIcon: "noIcon", size: "size" }, outputs: { dsCloseClick: "dsCloseClick", dsDidLoad: "dsDidLoad" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1433
|
+
};
|
|
1434
|
+
DsNotification = __decorate([
|
|
1435
|
+
ProxyCmp({
|
|
1436
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1437
|
+
inputs: ['alert', 'closable', 'color', 'heading', 'noIcon', 'size'],
|
|
1438
|
+
methods: ['close']
|
|
1439
|
+
}),
|
|
1440
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1441
|
+
], DsNotification);
|
|
1442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsNotification, decorators: [{
|
|
1443
|
+
type: Component,
|
|
1444
|
+
args: [{
|
|
1445
|
+
selector: 'ds-notification',
|
|
1446
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1447
|
+
template: '<ng-content></ng-content>',
|
|
1448
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1449
|
+
inputs: ['alert', 'closable', 'color', 'heading', 'noIcon', 'size'],
|
|
1450
|
+
outputs: ['dsCloseClick', 'dsDidLoad'],
|
|
1451
|
+
}]
|
|
1452
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsCloseClick: [{
|
|
1453
|
+
type: Output
|
|
1454
|
+
}], dsDidLoad: [{
|
|
1455
|
+
type: Output
|
|
1456
|
+
}] } });
|
|
1457
|
+
let DsNumberInput = class DsNumberInput {
|
|
1458
|
+
constructor(c, r, z) {
|
|
1459
|
+
this.z = z;
|
|
1460
|
+
this.dsInput = new EventEmitter();
|
|
1461
|
+
this.dsChange = new EventEmitter();
|
|
1462
|
+
this.dsBlur = new EventEmitter();
|
|
1463
|
+
this.dsFocus = new EventEmitter();
|
|
1464
|
+
this.dsClick = new EventEmitter();
|
|
1465
|
+
this.dsKeyPress = new EventEmitter();
|
|
1466
|
+
c.detach();
|
|
1467
|
+
this.el = r.nativeElement;
|
|
1468
|
+
}
|
|
1469
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1470
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsNumberInput, isStandalone: true, selector: "ds-number-input", inputs: { color: "color", debounce: "debounce", decimal: "decimal", description: "description", disabled: "disabled", exactNumber: "exactNumber", invalid: "invalid", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", onlyPositive: "onlyPositive", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", suffix: "suffix", value: "value" }, outputs: { dsInput: "dsInput", dsChange: "dsChange", dsBlur: "dsBlur", dsFocus: "dsFocus", dsClick: "dsClick", dsKeyPress: "dsKeyPress" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1471
|
+
};
|
|
1472
|
+
DsNumberInput = __decorate([
|
|
1473
|
+
ProxyCmp({
|
|
1474
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1475
|
+
inputs: ['color', 'debounce', 'decimal', 'description', 'disabled', 'exactNumber', 'invalid', 'invalidText', 'label', 'max', 'min', 'name', 'onlyPositive', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
1476
|
+
methods: ['setFocus', 'getInputElement']
|
|
1477
|
+
}),
|
|
1478
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1479
|
+
], DsNumberInput);
|
|
1480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsNumberInput, decorators: [{
|
|
1481
|
+
type: Component,
|
|
1482
|
+
args: [{
|
|
1483
|
+
selector: 'ds-number-input',
|
|
1484
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1485
|
+
template: '<ng-content></ng-content>',
|
|
1486
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1487
|
+
inputs: ['color', 'debounce', 'decimal', 'description', 'disabled', 'exactNumber', 'invalid', 'invalidText', 'label', 'max', 'min', 'name', 'onlyPositive', 'pattern', 'placeholder', 'readonly', 'required', 'suffix', 'value'],
|
|
1488
|
+
outputs: ['dsInput', 'dsChange', 'dsBlur', 'dsFocus', 'dsClick', 'dsKeyPress'],
|
|
1489
|
+
}]
|
|
1490
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsInput: [{
|
|
1491
|
+
type: Output
|
|
1492
|
+
}], dsChange: [{
|
|
1493
|
+
type: Output
|
|
1494
|
+
}], dsBlur: [{
|
|
1495
|
+
type: Output
|
|
1496
|
+
}], dsFocus: [{
|
|
1497
|
+
type: Output
|
|
1498
|
+
}], dsClick: [{
|
|
1499
|
+
type: Output
|
|
1500
|
+
}], dsKeyPress: [{
|
|
1501
|
+
type: Output
|
|
1502
|
+
}] } });
|
|
1503
|
+
let DsPagination = class DsPagination {
|
|
1504
|
+
constructor(c, r, z) {
|
|
1505
|
+
this.z = z;
|
|
1506
|
+
this.dsChange = new EventEmitter();
|
|
1507
|
+
c.detach();
|
|
1508
|
+
this.el = r.nativeElement;
|
|
1509
|
+
}
|
|
1510
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1511
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsPagination, isStandalone: true, selector: "ds-pagination", inputs: { align: "align", disabled: "disabled", label: "label", pageRange: "pageRange", size: "size", sticky: "sticky", textNext: "textNext", textPrevious: "textPrevious", top: "top", totalPages: "totalPages", value: "value", variant: "variant" }, outputs: { dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1512
|
+
};
|
|
1513
|
+
DsPagination = __decorate([
|
|
1514
|
+
ProxyCmp({
|
|
1515
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1516
|
+
inputs: ['align', 'disabled', 'label', 'pageRange', 'size', 'sticky', 'textNext', 'textPrevious', 'top', 'totalPages', 'value', 'variant'],
|
|
1517
|
+
methods: ['next', 'previous']
|
|
1518
|
+
}),
|
|
1519
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1520
|
+
], DsPagination);
|
|
1521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsPagination, decorators: [{
|
|
1522
|
+
type: Component,
|
|
1523
|
+
args: [{
|
|
1524
|
+
selector: 'ds-pagination',
|
|
1525
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1526
|
+
template: '<ng-content></ng-content>',
|
|
1527
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1528
|
+
inputs: ['align', 'disabled', 'label', 'pageRange', 'size', 'sticky', 'textNext', 'textPrevious', 'top', 'totalPages', 'value', 'variant'],
|
|
1529
|
+
outputs: ['dsChange'],
|
|
1530
|
+
}]
|
|
1531
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
|
|
1532
|
+
type: Output
|
|
1533
|
+
}] } });
|
|
1534
|
+
let DsPopup = class DsPopup {
|
|
1535
|
+
constructor(c, r, z) {
|
|
1536
|
+
this.z = z;
|
|
1537
|
+
this.dsWillPresent = new EventEmitter();
|
|
1538
|
+
this.dsDidPresent = new EventEmitter();
|
|
1539
|
+
this.dsWillDismiss = new EventEmitter();
|
|
1540
|
+
this.dsDidDismiss = new EventEmitter();
|
|
1541
|
+
c.detach();
|
|
1542
|
+
this.el = r.nativeElement;
|
|
1543
|
+
}
|
|
1544
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsPopup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1545
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsPopup, isStandalone: true, selector: "ds-popup", inputs: { arrow: "arrow", backdrop: "backdrop", backdropDismiss: "backdropDismiss", closable: "closable", group: "group", label: "label", offset: "offset", open: "open", placement: "placement", role: "role", trapFocus: "trapFocus", trigger: "trigger" }, outputs: { dsWillPresent: "dsWillPresent", dsDidPresent: "dsDidPresent", dsWillDismiss: "dsWillDismiss", dsDidDismiss: "dsDidDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1546
|
+
};
|
|
1547
|
+
DsPopup = __decorate([
|
|
1548
|
+
ProxyCmp({
|
|
1549
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1550
|
+
inputs: ['arrow', 'backdrop', 'backdropDismiss', 'closable', 'group', 'label', 'offset', 'open', 'placement', 'role', 'trapFocus', 'trigger'],
|
|
1551
|
+
methods: ['present', 'dismiss', 'toggle']
|
|
1552
|
+
}),
|
|
1553
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1554
|
+
], DsPopup);
|
|
1555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsPopup, decorators: [{
|
|
1556
|
+
type: Component,
|
|
1557
|
+
args: [{
|
|
1558
|
+
selector: 'ds-popup',
|
|
1559
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1560
|
+
template: '<ng-content></ng-content>',
|
|
1561
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1562
|
+
inputs: ['arrow', 'backdrop', 'backdropDismiss', 'closable', 'group', 'label', 'offset', 'open', 'placement', 'role', 'trapFocus', 'trigger'],
|
|
1563
|
+
outputs: ['dsWillPresent', 'dsDidPresent', 'dsWillDismiss', 'dsDidDismiss'],
|
|
1564
|
+
}]
|
|
1565
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsWillPresent: [{
|
|
1566
|
+
type: Output
|
|
1567
|
+
}], dsDidPresent: [{
|
|
1568
|
+
type: Output
|
|
1569
|
+
}], dsWillDismiss: [{
|
|
1570
|
+
type: Output
|
|
1571
|
+
}], dsDidDismiss: [{
|
|
1572
|
+
type: Output
|
|
1573
|
+
}] } });
|
|
1574
|
+
let DsProgressBar = class DsProgressBar {
|
|
1575
|
+
constructor(c, r, z) {
|
|
1576
|
+
this.z = z;
|
|
1577
|
+
c.detach();
|
|
1578
|
+
this.el = r.nativeElement;
|
|
1579
|
+
}
|
|
1580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1581
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsProgressBar, isStandalone: true, selector: "ds-progress-bar", inputs: { background: "background", color: "color", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1582
|
+
};
|
|
1583
|
+
DsProgressBar = __decorate([
|
|
1584
|
+
ProxyCmp({
|
|
1585
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1586
|
+
inputs: ['background', 'color', 'value']
|
|
1587
|
+
}),
|
|
1588
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1589
|
+
], DsProgressBar);
|
|
1590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsProgressBar, decorators: [{
|
|
1591
|
+
type: Component,
|
|
1592
|
+
args: [{
|
|
1593
|
+
selector: 'ds-progress-bar',
|
|
1594
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1595
|
+
template: '<ng-content></ng-content>',
|
|
1596
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1597
|
+
inputs: ['background', 'color', 'value'],
|
|
1598
|
+
}]
|
|
1599
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1600
|
+
let DsRadio = class DsRadio {
|
|
1601
|
+
constructor(c, r, z) {
|
|
1602
|
+
this.z = z;
|
|
1603
|
+
this.dsBlur = new EventEmitter();
|
|
1604
|
+
this.dsChange = new EventEmitter();
|
|
1605
|
+
this.dsFocus = new EventEmitter();
|
|
1606
|
+
c.detach();
|
|
1607
|
+
this.el = r.nativeElement;
|
|
1608
|
+
}
|
|
1609
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1610
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsRadio, isStandalone: true, selector: "ds-radio", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", disabled: "disabled", hideTrigger: "hideTrigger", invalid: "invalid", label: "label", labelPosition: "labelPosition", name: "name", readonly: "readonly", required: "required", tile: "tile", tileColor: "tileColor", value: "value" }, outputs: { dsBlur: "dsBlur", dsChange: "dsChange", dsFocus: "dsFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1611
|
+
};
|
|
1612
|
+
DsRadio = __decorate([
|
|
1613
|
+
ProxyCmp({
|
|
1614
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1615
|
+
inputs: ['autoInvalidOff', 'checked', 'disabled', 'hideTrigger', 'invalid', 'label', 'labelPosition', 'name', 'readonly', 'required', 'tile', 'tileColor', 'value'],
|
|
1616
|
+
methods: ['setFocus']
|
|
1617
|
+
}),
|
|
1618
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1619
|
+
], DsRadio);
|
|
1620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsRadio, decorators: [{
|
|
1621
|
+
type: Component,
|
|
1622
|
+
args: [{
|
|
1623
|
+
selector: 'ds-radio',
|
|
1624
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1625
|
+
template: '<ng-content></ng-content>',
|
|
1626
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1627
|
+
inputs: ['autoInvalidOff', 'checked', 'disabled', 'hideTrigger', 'invalid', 'label', 'labelPosition', 'name', 'readonly', 'required', 'tile', 'tileColor', 'value'],
|
|
1628
|
+
outputs: ['dsBlur', 'dsChange', 'dsFocus'],
|
|
1629
|
+
}]
|
|
1630
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBlur: [{
|
|
1631
|
+
type: Output
|
|
1632
|
+
}], dsChange: [{
|
|
1633
|
+
type: Output
|
|
1634
|
+
}], dsFocus: [{
|
|
1635
|
+
type: Output
|
|
1636
|
+
}] } });
|
|
1637
|
+
let DsRadioGroup = class DsRadioGroup {
|
|
1638
|
+
constructor(c, r, z) {
|
|
1639
|
+
this.z = z;
|
|
1640
|
+
this.dsBlur = new EventEmitter();
|
|
1641
|
+
this.dsChange = new EventEmitter();
|
|
1642
|
+
this.dsFocus = new EventEmitter();
|
|
1643
|
+
c.detach();
|
|
1644
|
+
this.el = r.nativeElement;
|
|
1645
|
+
}
|
|
1646
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1647
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsRadioGroup, isStandalone: true, selector: "ds-radio-group", inputs: { allowEmptySelection: "allowEmptySelection", color: "color", cols: "cols", colsMobile: "colsMobile", colsTablet: "colsTablet", description: "description", disabled: "disabled", hideTrigger: "hideTrigger", invalid: "invalid", invalidText: "invalidText", label: "label", labelPosition: "labelPosition", loading: "loading", name: "name", readonly: "readonly", required: "required", tile: "tile", tileColor: "tileColor", value: "value", vertical: "vertical" }, outputs: { dsBlur: "dsBlur", dsChange: "dsChange", dsFocus: "dsFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1648
|
+
};
|
|
1649
|
+
DsRadioGroup = __decorate([
|
|
1650
|
+
ProxyCmp({
|
|
1651
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1652
|
+
inputs: ['allowEmptySelection', 'color', 'cols', 'colsMobile', 'colsTablet', 'description', 'disabled', 'hideTrigger', 'invalid', 'invalidText', 'label', 'labelPosition', 'loading', 'name', 'readonly', 'required', 'tile', 'tileColor', 'value', 'vertical']
|
|
1653
|
+
}),
|
|
1654
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1655
|
+
], DsRadioGroup);
|
|
1656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsRadioGroup, decorators: [{
|
|
1657
|
+
type: Component,
|
|
1658
|
+
args: [{
|
|
1659
|
+
selector: 'ds-radio-group',
|
|
1660
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1661
|
+
template: '<ng-content></ng-content>',
|
|
1662
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1663
|
+
inputs: ['allowEmptySelection', 'color', 'cols', 'colsMobile', 'colsTablet', 'description', 'disabled', 'hideTrigger', 'invalid', 'invalidText', 'label', 'labelPosition', 'loading', 'name', 'readonly', 'required', 'tile', 'tileColor', 'value', 'vertical'],
|
|
1664
|
+
outputs: ['dsBlur', 'dsChange', 'dsFocus'],
|
|
1665
|
+
}]
|
|
1666
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBlur: [{
|
|
1667
|
+
type: Output
|
|
1668
|
+
}], dsChange: [{
|
|
1669
|
+
type: Output
|
|
1670
|
+
}], dsFocus: [{
|
|
1671
|
+
type: Output
|
|
1672
|
+
}] } });
|
|
1673
|
+
let DsSegment = class DsSegment {
|
|
1674
|
+
constructor(c, r, z) {
|
|
1675
|
+
this.z = z;
|
|
1676
|
+
this.dsBlur = new EventEmitter();
|
|
1677
|
+
this.dsChange = new EventEmitter();
|
|
1678
|
+
this.dsFocus = new EventEmitter();
|
|
1679
|
+
c.detach();
|
|
1680
|
+
this.el = r.nativeElement;
|
|
1681
|
+
}
|
|
1682
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSegment, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1683
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsSegment, isStandalone: true, selector: "ds-segment", inputs: { allowEmptySelection: "allowEmptySelection", description: "description", disabled: "disabled", iconOnly: "iconOnly", invalid: "invalid", invalidText: "invalidText", label: "label", loading: "loading", name: "name", readonly: "readonly", required: "required", value: "value", vertical: "vertical", verticalOnMobile: "verticalOnMobile", wide: "wide" }, outputs: { dsBlur: "dsBlur", dsChange: "dsChange", dsFocus: "dsFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1684
|
+
};
|
|
1685
|
+
DsSegment = __decorate([
|
|
1686
|
+
ProxyCmp({
|
|
1687
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1688
|
+
inputs: ['allowEmptySelection', 'description', 'disabled', 'iconOnly', 'invalid', 'invalidText', 'label', 'loading', 'name', 'readonly', 'required', 'value', 'vertical', 'verticalOnMobile', 'wide']
|
|
1689
|
+
}),
|
|
1690
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1691
|
+
], DsSegment);
|
|
1692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSegment, decorators: [{
|
|
1693
|
+
type: Component,
|
|
1694
|
+
args: [{
|
|
1695
|
+
selector: 'ds-segment',
|
|
1696
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1697
|
+
template: '<ng-content></ng-content>',
|
|
1698
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1699
|
+
inputs: ['allowEmptySelection', 'description', 'disabled', 'iconOnly', 'invalid', 'invalidText', 'label', 'loading', 'name', 'readonly', 'required', 'value', 'vertical', 'verticalOnMobile', 'wide'],
|
|
1700
|
+
outputs: ['dsBlur', 'dsChange', 'dsFocus'],
|
|
1701
|
+
}]
|
|
1702
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBlur: [{
|
|
1703
|
+
type: Output
|
|
1704
|
+
}], dsChange: [{
|
|
1705
|
+
type: Output
|
|
1706
|
+
}], dsFocus: [{
|
|
1707
|
+
type: Output
|
|
1708
|
+
}] } });
|
|
1709
|
+
let DsSegmentItem = class DsSegmentItem {
|
|
1710
|
+
constructor(c, r, z) {
|
|
1711
|
+
this.z = z;
|
|
1712
|
+
this.dsWillUpdate = new EventEmitter();
|
|
1713
|
+
c.detach();
|
|
1714
|
+
this.el = r.nativeElement;
|
|
1715
|
+
}
|
|
1716
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1717
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsSegmentItem, isStandalone: true, selector: "ds-segment-item", inputs: { description: "description", icon: "icon", label: "label", svg: "svg", value: "value" }, outputs: { dsWillUpdate: "dsWillUpdate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1718
|
+
};
|
|
1719
|
+
DsSegmentItem = __decorate([
|
|
1720
|
+
ProxyCmp({
|
|
1721
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1722
|
+
inputs: ['description', 'icon', 'label', 'svg', 'value']
|
|
1723
|
+
}),
|
|
1724
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1725
|
+
], DsSegmentItem);
|
|
1726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSegmentItem, decorators: [{
|
|
1727
|
+
type: Component,
|
|
1728
|
+
args: [{
|
|
1729
|
+
selector: 'ds-segment-item',
|
|
1730
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1731
|
+
template: '<ng-content></ng-content>',
|
|
1732
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1733
|
+
inputs: ['description', 'icon', 'label', 'svg', 'value'],
|
|
1734
|
+
outputs: ['dsWillUpdate'],
|
|
1735
|
+
}]
|
|
1736
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsWillUpdate: [{
|
|
1737
|
+
type: Output
|
|
1738
|
+
}] } });
|
|
1739
|
+
let DsSelect = class DsSelect {
|
|
1740
|
+
constructor(c, r, z) {
|
|
1741
|
+
this.z = z;
|
|
1742
|
+
this.dsChange = new EventEmitter();
|
|
1743
|
+
this.dsFocus = new EventEmitter();
|
|
1744
|
+
this.dsBlur = new EventEmitter();
|
|
1745
|
+
this.dsClick = new EventEmitter();
|
|
1746
|
+
c.detach();
|
|
1747
|
+
this.el = r.nativeElement;
|
|
1748
|
+
}
|
|
1749
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1750
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsSelect, isStandalone: true, selector: "ds-select", inputs: { autoInvalidOff: "autoInvalidOff", clearable: "clearable", color: "color", description: "description", disabled: "disabled", invalid: "invalid", invalidText: "invalidText", label: "label", multiple: "multiple", name: "name", optionGroups: "optionGroups", options: "options", placeholder: "placeholder", readonly: "readonly", required: "required", searchable: "searchable", value: "value" }, outputs: { dsChange: "dsChange", dsFocus: "dsFocus", dsBlur: "dsBlur", dsClick: "dsClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1751
|
+
};
|
|
1752
|
+
DsSelect = __decorate([
|
|
1753
|
+
ProxyCmp({
|
|
1754
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1755
|
+
inputs: ['autoInvalidOff', 'clearable', 'color', 'description', 'disabled', 'invalid', 'invalidText', 'label', 'multiple', 'name', 'optionGroups', 'options', 'placeholder', 'readonly', 'required', 'searchable', 'value'],
|
|
1756
|
+
methods: ['open', 'close', 'setFocus', 'setBlur']
|
|
1757
|
+
}),
|
|
1758
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1759
|
+
], DsSelect);
|
|
1760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSelect, decorators: [{
|
|
1761
|
+
type: Component,
|
|
1762
|
+
args: [{
|
|
1763
|
+
selector: 'ds-select',
|
|
1764
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1765
|
+
template: '<ng-content></ng-content>',
|
|
1766
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1767
|
+
inputs: ['autoInvalidOff', 'clearable', 'color', 'description', 'disabled', 'invalid', 'invalidText', 'label', 'multiple', 'name', 'optionGroups', 'options', 'placeholder', 'readonly', 'required', 'searchable', 'value'],
|
|
1768
|
+
outputs: ['dsChange', 'dsFocus', 'dsBlur', 'dsClick'],
|
|
1769
|
+
}]
|
|
1770
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
|
|
1771
|
+
type: Output
|
|
1772
|
+
}], dsFocus: [{
|
|
1773
|
+
type: Output
|
|
1774
|
+
}], dsBlur: [{
|
|
1775
|
+
type: Output
|
|
1776
|
+
}], dsClick: [{
|
|
1777
|
+
type: Output
|
|
1778
|
+
}] } });
|
|
1779
|
+
let DsSelectOptgroup = class DsSelectOptgroup {
|
|
1780
|
+
constructor(c, r, z) {
|
|
1781
|
+
this.z = z;
|
|
1782
|
+
c.detach();
|
|
1783
|
+
this.el = r.nativeElement;
|
|
1784
|
+
}
|
|
1785
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSelectOptgroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1786
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsSelectOptgroup, isStandalone: true, selector: "ds-select-optgroup", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1787
|
+
};
|
|
1788
|
+
DsSelectOptgroup = __decorate([
|
|
1789
|
+
ProxyCmp({
|
|
1790
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1791
|
+
inputs: ['label']
|
|
1792
|
+
}),
|
|
1793
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1794
|
+
], DsSelectOptgroup);
|
|
1795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSelectOptgroup, decorators: [{
|
|
1796
|
+
type: Component,
|
|
1797
|
+
args: [{
|
|
1798
|
+
selector: 'ds-select-optgroup',
|
|
1799
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1800
|
+
template: '<ng-content></ng-content>',
|
|
1801
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1802
|
+
inputs: ['label'],
|
|
1803
|
+
}]
|
|
1804
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1805
|
+
let DsSelectOption = class DsSelectOption {
|
|
1806
|
+
constructor(c, r, z) {
|
|
1807
|
+
this.z = z;
|
|
1808
|
+
c.detach();
|
|
1809
|
+
this.el = r.nativeElement;
|
|
1810
|
+
}
|
|
1811
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1812
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsSelectOption, isStandalone: true, selector: "ds-select-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1813
|
+
};
|
|
1814
|
+
DsSelectOption = __decorate([
|
|
1815
|
+
ProxyCmp({
|
|
1816
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1817
|
+
inputs: ['disabled', 'value']
|
|
1818
|
+
}),
|
|
1819
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1820
|
+
], DsSelectOption);
|
|
1821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSelectOption, decorators: [{
|
|
1822
|
+
type: Component,
|
|
1823
|
+
args: [{
|
|
1824
|
+
selector: 'ds-select-option',
|
|
1825
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1826
|
+
template: '<ng-content></ng-content>',
|
|
1827
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1828
|
+
inputs: ['disabled', 'value'],
|
|
1829
|
+
}]
|
|
1830
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1831
|
+
let DsShape = class DsShape {
|
|
1832
|
+
constructor(c, r, z) {
|
|
1833
|
+
this.z = z;
|
|
1834
|
+
c.detach();
|
|
1835
|
+
this.el = r.nativeElement;
|
|
1836
|
+
}
|
|
1837
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsShape, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1838
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsShape, isStandalone: true, selector: "ds-shape", inputs: { color: "color", rotation: "rotation", variation: "variation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1839
|
+
};
|
|
1840
|
+
DsShape = __decorate([
|
|
1841
|
+
ProxyCmp({
|
|
1842
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1843
|
+
inputs: ['color', 'rotation', 'variation']
|
|
1844
|
+
}),
|
|
1845
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1846
|
+
], DsShape);
|
|
1847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsShape, decorators: [{
|
|
1848
|
+
type: Component,
|
|
1849
|
+
args: [{
|
|
1850
|
+
selector: 'ds-shape',
|
|
1851
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1852
|
+
template: '<ng-content></ng-content>',
|
|
1853
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1854
|
+
inputs: ['color', 'rotation', 'variation'],
|
|
1855
|
+
}]
|
|
1856
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1857
|
+
let DsSnackbar = class DsSnackbar {
|
|
1858
|
+
constructor(c, r, z) {
|
|
1859
|
+
this.z = z;
|
|
1860
|
+
this.dsCloseClick = new EventEmitter();
|
|
1861
|
+
this.dsActionClick = new EventEmitter();
|
|
1862
|
+
c.detach();
|
|
1863
|
+
this.el = r.nativeElement;
|
|
1864
|
+
}
|
|
1865
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSnackbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1866
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsSnackbar, isStandalone: true, selector: "ds-snackbar", inputs: { action: "action", actionHref: "actionHref", actionIcon: "actionIcon", actionTarget: "actionTarget", closable: "closable", color: "color", heading: "heading", icon: "icon", message: "message", svg: "svg" }, outputs: { dsCloseClick: "dsCloseClick", dsActionClick: "dsActionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1867
|
+
};
|
|
1868
|
+
DsSnackbar = __decorate([
|
|
1869
|
+
ProxyCmp({
|
|
1870
|
+
defineCustomElementFn: defineCustomElement$U,
|
|
1871
|
+
inputs: ['action', 'actionHref', 'actionIcon', 'actionTarget', 'closable', 'color', 'heading', 'icon', 'message', 'svg'],
|
|
1872
|
+
methods: ['close']
|
|
1873
|
+
}),
|
|
1874
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1875
|
+
], DsSnackbar);
|
|
1876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSnackbar, decorators: [{
|
|
1877
|
+
type: Component,
|
|
1878
|
+
args: [{
|
|
1879
|
+
selector: 'ds-snackbar',
|
|
1880
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1881
|
+
template: '<ng-content></ng-content>',
|
|
1882
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1883
|
+
inputs: ['action', 'actionHref', 'actionIcon', 'actionTarget', 'closable', 'color', 'heading', 'icon', 'message', 'svg'],
|
|
1884
|
+
outputs: ['dsCloseClick', 'dsActionClick'],
|
|
1885
|
+
}]
|
|
1886
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsCloseClick: [{
|
|
1887
|
+
type: Output
|
|
1888
|
+
}], dsActionClick: [{
|
|
1889
|
+
type: Output
|
|
1890
|
+
}] } });
|
|
1891
|
+
let DsSpinner = class DsSpinner {
|
|
1892
|
+
constructor(c, r, z) {
|
|
1893
|
+
this.z = z;
|
|
1894
|
+
c.detach();
|
|
1895
|
+
this.el = r.nativeElement;
|
|
1896
|
+
}
|
|
1897
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1898
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsSpinner, isStandalone: true, selector: "ds-spinner", inputs: { color: "color", deactivated: "deactivated", inverted: "inverted", label: "label", labelPosition: "labelPosition", size: "size", small: "small", variation: "variation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1899
|
+
};
|
|
1900
|
+
DsSpinner = __decorate([
|
|
1901
|
+
ProxyCmp({
|
|
1902
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1903
|
+
inputs: ['color', 'deactivated', 'inverted', 'label', 'labelPosition', 'size', 'small', 'variation']
|
|
1904
|
+
}),
|
|
1905
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1906
|
+
], DsSpinner);
|
|
1907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSpinner, decorators: [{
|
|
1908
|
+
type: Component,
|
|
1909
|
+
args: [{
|
|
1910
|
+
selector: 'ds-spinner',
|
|
1911
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1912
|
+
template: '<ng-content></ng-content>',
|
|
1913
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1914
|
+
inputs: ['color', 'deactivated', 'inverted', 'label', 'labelPosition', 'size', 'small', 'variation'],
|
|
1915
|
+
}]
|
|
1916
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1917
|
+
let DsStack = class DsStack {
|
|
1918
|
+
constructor(c, r, z) {
|
|
1919
|
+
this.z = z;
|
|
1920
|
+
c.detach();
|
|
1921
|
+
this.el = r.nativeElement;
|
|
1922
|
+
}
|
|
1923
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1924
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsStack, isStandalone: true, selector: "ds-stack", inputs: { align: "align", direction: "direction", fitContent: "fitContent", p: "p", px: "px", py: "py", space: "space", spaceColumn: "spaceColumn", spaceRow: "spaceRow", useWrap: "useWrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1925
|
+
};
|
|
1926
|
+
DsStack = __decorate([
|
|
1927
|
+
ProxyCmp({
|
|
1928
|
+
defineCustomElementFn: defineCustomElement$W,
|
|
1929
|
+
inputs: ['align', 'direction', 'fitContent', 'p', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap']
|
|
1930
|
+
}),
|
|
1931
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1932
|
+
], DsStack);
|
|
1933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsStack, decorators: [{
|
|
1934
|
+
type: Component,
|
|
1935
|
+
args: [{
|
|
1936
|
+
selector: 'ds-stack',
|
|
1937
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1938
|
+
template: '<ng-content></ng-content>',
|
|
1939
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1940
|
+
inputs: ['align', 'direction', 'fitContent', 'p', 'px', 'py', 'space', 'spaceColumn', 'spaceRow', 'useWrap'],
|
|
1941
|
+
}]
|
|
1942
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1943
|
+
let DsStep = class DsStep {
|
|
1944
|
+
constructor(c, r, z) {
|
|
1945
|
+
this.z = z;
|
|
1946
|
+
this.dsStepSelect = new EventEmitter();
|
|
1947
|
+
c.detach();
|
|
1948
|
+
this.el = r.nativeElement;
|
|
1949
|
+
}
|
|
1950
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1951
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsStep, isStandalone: true, selector: "ds-step", inputs: { disabled: "disabled", done: "done", hidden: "hidden", invalid: "invalid", label: "label", name: "name" }, outputs: { dsStepSelect: "dsStepSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1952
|
+
};
|
|
1953
|
+
DsStep = __decorate([
|
|
1954
|
+
ProxyCmp({
|
|
1955
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
1956
|
+
inputs: ['disabled', 'done', 'hidden', 'invalid', 'label', 'name']
|
|
1957
|
+
}),
|
|
1958
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1959
|
+
], DsStep);
|
|
1960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsStep, decorators: [{
|
|
1961
|
+
type: Component,
|
|
1962
|
+
args: [{
|
|
1963
|
+
selector: 'ds-step',
|
|
1964
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1965
|
+
template: '<ng-content></ng-content>',
|
|
1966
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1967
|
+
inputs: ['disabled', 'done', 'hidden', 'invalid', 'label', { name: 'name', required: true }],
|
|
1968
|
+
outputs: ['dsStepSelect'],
|
|
1969
|
+
}]
|
|
1970
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsStepSelect: [{
|
|
1971
|
+
type: Output
|
|
1972
|
+
}] } });
|
|
1973
|
+
let DsStepPanel = class DsStepPanel {
|
|
1974
|
+
constructor(c, r, z) {
|
|
1975
|
+
this.z = z;
|
|
1976
|
+
c.detach();
|
|
1977
|
+
this.el = r.nativeElement;
|
|
1978
|
+
}
|
|
1979
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsStepPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1980
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsStepPanel, isStandalone: true, selector: "ds-step-panel", inputs: { for: "for", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1981
|
+
};
|
|
1982
|
+
DsStepPanel = __decorate([
|
|
1983
|
+
ProxyCmp({
|
|
1984
|
+
defineCustomElementFn: defineCustomElement$Y,
|
|
1985
|
+
inputs: ['for', 'selected']
|
|
1986
|
+
}),
|
|
1987
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
1988
|
+
], DsStepPanel);
|
|
1989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsStepPanel, decorators: [{
|
|
1990
|
+
type: Component,
|
|
1991
|
+
args: [{
|
|
1992
|
+
selector: 'ds-step-panel',
|
|
1993
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1994
|
+
template: '<ng-content></ng-content>',
|
|
1995
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1996
|
+
inputs: [{ name: 'for', required: true }, 'selected'],
|
|
1997
|
+
}]
|
|
1998
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1999
|
+
let DsSteps = class DsSteps {
|
|
2000
|
+
constructor(c, r, z) {
|
|
2001
|
+
this.z = z;
|
|
2002
|
+
this.dsChange = new EventEmitter();
|
|
2003
|
+
c.detach();
|
|
2004
|
+
this.el = r.nativeElement;
|
|
2005
|
+
}
|
|
2006
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2007
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsSteps, isStandalone: true, selector: "ds-steps", inputs: { color: "color", label: "label", value: "value", vertical: "vertical" }, outputs: { dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2008
|
+
};
|
|
2009
|
+
DsSteps = __decorate([
|
|
2010
|
+
ProxyCmp({
|
|
2011
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
2012
|
+
inputs: ['color', 'label', 'value', 'vertical']
|
|
2013
|
+
}),
|
|
2014
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2015
|
+
], DsSteps);
|
|
2016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsSteps, decorators: [{
|
|
2017
|
+
type: Component,
|
|
2018
|
+
args: [{
|
|
2019
|
+
selector: 'ds-steps',
|
|
2020
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2021
|
+
template: '<ng-content></ng-content>',
|
|
2022
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2023
|
+
inputs: ['color', 'label', 'value', 'vertical'],
|
|
2024
|
+
outputs: ['dsChange'],
|
|
2025
|
+
}]
|
|
2026
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
|
|
2027
|
+
type: Output
|
|
2028
|
+
}] } });
|
|
2029
|
+
let DsTab = class DsTab {
|
|
2030
|
+
constructor(c, r, z) {
|
|
2031
|
+
this.z = z;
|
|
2032
|
+
this.dsTabSelect = new EventEmitter();
|
|
2033
|
+
c.detach();
|
|
2034
|
+
this.el = r.nativeElement;
|
|
2035
|
+
}
|
|
2036
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2037
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsTab, isStandalone: true, selector: "ds-tab", inputs: { name: "name", selected: "selected" }, outputs: { dsTabSelect: "dsTabSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2038
|
+
};
|
|
2039
|
+
DsTab = __decorate([
|
|
2040
|
+
ProxyCmp({
|
|
2041
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
2042
|
+
inputs: ['name', 'selected']
|
|
2043
|
+
}),
|
|
2044
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2045
|
+
], DsTab);
|
|
2046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTab, decorators: [{
|
|
2047
|
+
type: Component,
|
|
2048
|
+
args: [{
|
|
2049
|
+
selector: 'ds-tab',
|
|
2050
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2051
|
+
template: '<ng-content></ng-content>',
|
|
2052
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2053
|
+
inputs: [{ name: 'name', required: true }, 'selected'],
|
|
2054
|
+
outputs: ['dsTabSelect'],
|
|
2055
|
+
}]
|
|
2056
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsTabSelect: [{
|
|
2057
|
+
type: Output
|
|
2058
|
+
}] } });
|
|
2059
|
+
let DsTabPanel = class DsTabPanel {
|
|
2060
|
+
constructor(c, r, z) {
|
|
2061
|
+
this.z = z;
|
|
2062
|
+
c.detach();
|
|
2063
|
+
this.el = r.nativeElement;
|
|
2064
|
+
}
|
|
2065
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2066
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsTabPanel, isStandalone: true, selector: "ds-tab-panel", inputs: { for: "for", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2067
|
+
};
|
|
2068
|
+
DsTabPanel = __decorate([
|
|
2069
|
+
ProxyCmp({
|
|
2070
|
+
defineCustomElementFn: defineCustomElement$$,
|
|
2071
|
+
inputs: ['for', 'selected']
|
|
2072
|
+
}),
|
|
2073
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2074
|
+
], DsTabPanel);
|
|
2075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTabPanel, decorators: [{
|
|
2076
|
+
type: Component,
|
|
2077
|
+
args: [{
|
|
2078
|
+
selector: 'ds-tab-panel',
|
|
2079
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2080
|
+
template: '<ng-content></ng-content>',
|
|
2081
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2082
|
+
inputs: [{ name: 'for', required: true }, 'selected'],
|
|
2083
|
+
}]
|
|
2084
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2085
|
+
let DsTabs = class DsTabs {
|
|
2086
|
+
constructor(c, r, z) {
|
|
2087
|
+
this.z = z;
|
|
2088
|
+
this.dsChange = new EventEmitter();
|
|
2089
|
+
c.detach();
|
|
2090
|
+
this.el = r.nativeElement;
|
|
2091
|
+
}
|
|
2092
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2093
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsTabs, isStandalone: true, selector: "ds-tabs", inputs: { color: "color", fullwidth: "fullwidth", inverted: "inverted", label: "label", value: "value", vertical: "vertical", verticalColSize: "verticalColSize" }, outputs: { dsChange: "dsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2094
|
+
};
|
|
2095
|
+
DsTabs = __decorate([
|
|
2096
|
+
ProxyCmp({
|
|
2097
|
+
defineCustomElementFn: defineCustomElement$10,
|
|
2098
|
+
inputs: ['color', 'fullwidth', 'inverted', 'label', 'value', 'vertical', 'verticalColSize']
|
|
2099
|
+
}),
|
|
2100
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2101
|
+
], DsTabs);
|
|
2102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTabs, decorators: [{
|
|
2103
|
+
type: Component,
|
|
2104
|
+
args: [{
|
|
2105
|
+
selector: 'ds-tabs',
|
|
2106
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2107
|
+
template: '<ng-content></ng-content>',
|
|
2108
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2109
|
+
inputs: ['color', 'fullwidth', 'inverted', 'label', 'value', 'vertical', 'verticalColSize'],
|
|
2110
|
+
outputs: ['dsChange'],
|
|
2111
|
+
}]
|
|
2112
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsChange: [{
|
|
2113
|
+
type: Output
|
|
2114
|
+
}] } });
|
|
2115
|
+
let DsTag = class DsTag {
|
|
2116
|
+
constructor(c, r, z) {
|
|
2117
|
+
this.z = z;
|
|
2118
|
+
this.dsCloseClick = new EventEmitter();
|
|
2119
|
+
c.detach();
|
|
2120
|
+
this.el = r.nativeElement;
|
|
2121
|
+
}
|
|
2122
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2123
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsTag, isStandalone: true, selector: "ds-tag", inputs: { closable: "closable", color: "color", disabled: "disabled", invalid: "invalid", position: "position", shape: "shape", size: "size" }, outputs: { dsCloseClick: "dsCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2124
|
+
};
|
|
2125
|
+
DsTag = __decorate([
|
|
2126
|
+
ProxyCmp({
|
|
2127
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
2128
|
+
inputs: ['closable', 'color', 'disabled', 'invalid', 'position', 'shape', 'size']
|
|
2129
|
+
}),
|
|
2130
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2131
|
+
], DsTag);
|
|
2132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTag, decorators: [{
|
|
2133
|
+
type: Component,
|
|
2134
|
+
args: [{
|
|
2135
|
+
selector: 'ds-tag',
|
|
2136
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2137
|
+
template: '<ng-content></ng-content>',
|
|
2138
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2139
|
+
inputs: ['closable', 'color', 'disabled', 'invalid', 'position', 'shape', 'size'],
|
|
2140
|
+
outputs: ['dsCloseClick'],
|
|
2141
|
+
}]
|
|
2142
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsCloseClick: [{
|
|
2143
|
+
type: Output
|
|
2144
|
+
}] } });
|
|
2145
|
+
let DsTagGroup = class DsTagGroup {
|
|
2146
|
+
constructor(c, r, z) {
|
|
2147
|
+
this.z = z;
|
|
2148
|
+
c.detach();
|
|
2149
|
+
this.el = r.nativeElement;
|
|
2150
|
+
}
|
|
2151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTagGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2152
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsTagGroup, isStandalone: true, selector: "ds-tag-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2153
|
+
};
|
|
2154
|
+
DsTagGroup = __decorate([
|
|
2155
|
+
ProxyCmp({
|
|
2156
|
+
defineCustomElementFn: defineCustomElement$12
|
|
2157
|
+
}),
|
|
2158
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2159
|
+
], DsTagGroup);
|
|
2160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTagGroup, decorators: [{
|
|
2161
|
+
type: Component,
|
|
2162
|
+
args: [{
|
|
2163
|
+
selector: 'ds-tag-group',
|
|
2164
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2165
|
+
template: '<ng-content></ng-content>',
|
|
2166
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2167
|
+
inputs: [],
|
|
2168
|
+
}]
|
|
2169
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2170
|
+
let DsText = class DsText {
|
|
2171
|
+
constructor(c, r, z) {
|
|
2172
|
+
this.z = z;
|
|
2173
|
+
c.detach();
|
|
2174
|
+
this.el = r.nativeElement;
|
|
2175
|
+
}
|
|
2176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2177
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsText, isStandalone: true, selector: "ds-text", inputs: { align: "align", bold: "bold", color: "color", disabled: "disabled", heading: "heading", inline: "inline", invalid: "invalid", inverted: "inverted", noWrap: "noWrap", shadow: "shadow", size: "size", space: "space", subtitle: "subtitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2178
|
+
};
|
|
2179
|
+
DsText = __decorate([
|
|
2180
|
+
ProxyCmp({
|
|
2181
|
+
defineCustomElementFn: defineCustomElement$13,
|
|
2182
|
+
inputs: ['align', 'bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space', 'subtitle']
|
|
2183
|
+
}),
|
|
2184
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2185
|
+
], DsText);
|
|
2186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsText, decorators: [{
|
|
2187
|
+
type: Component,
|
|
2188
|
+
args: [{
|
|
2189
|
+
selector: 'ds-text',
|
|
2190
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2191
|
+
template: '<ng-content></ng-content>',
|
|
2192
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2193
|
+
inputs: ['align', 'bold', 'color', 'disabled', 'heading', 'inline', 'invalid', 'inverted', 'noWrap', 'shadow', 'size', 'space', 'subtitle'],
|
|
2194
|
+
}]
|
|
2195
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2196
|
+
let DsTextarea = class DsTextarea {
|
|
2197
|
+
constructor(c, r, z) {
|
|
2198
|
+
this.z = z;
|
|
2199
|
+
this.dsBlur = new EventEmitter();
|
|
2200
|
+
this.dsChange = new EventEmitter();
|
|
2201
|
+
this.dsClick = new EventEmitter();
|
|
2202
|
+
this.dsFocus = new EventEmitter();
|
|
2203
|
+
this.dsInput = new EventEmitter();
|
|
2204
|
+
this.dsKeyPress = new EventEmitter();
|
|
2205
|
+
c.detach();
|
|
2206
|
+
this.el = r.nativeElement;
|
|
2207
|
+
}
|
|
2208
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2209
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsTextarea, isStandalone: true, selector: "ds-textarea", inputs: { autoInvalidOff: "autoInvalidOff", autocapitalize: "autocapitalize", autocomplete: "autocomplete", autofocus: "autofocus", color: "color", cols: "cols", debounce: "debounce", description: "description", disabled: "disabled", inputmode: "inputmode", invalid: "invalid", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", value: "value", wrap: "wrap" }, outputs: { dsBlur: "dsBlur", dsChange: "dsChange", dsClick: "dsClick", dsFocus: "dsFocus", dsInput: "dsInput", dsKeyPress: "dsKeyPress" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2210
|
+
};
|
|
2211
|
+
DsTextarea = __decorate([
|
|
2212
|
+
ProxyCmp({
|
|
2213
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
2214
|
+
inputs: ['autoInvalidOff', 'autocapitalize', 'autocomplete', 'autofocus', 'color', 'cols', 'debounce', 'description', 'disabled', 'inputmode', 'invalid', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'value', 'wrap'],
|
|
2215
|
+
methods: ['setFocus', 'getInputElement']
|
|
2216
|
+
}),
|
|
2217
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2218
|
+
], DsTextarea);
|
|
2219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTextarea, decorators: [{
|
|
2220
|
+
type: Component,
|
|
2221
|
+
args: [{
|
|
2222
|
+
selector: 'ds-textarea',
|
|
2223
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2224
|
+
template: '<ng-content></ng-content>',
|
|
2225
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2226
|
+
inputs: ['autoInvalidOff', 'autocapitalize', 'autocomplete', 'autofocus', 'color', 'cols', 'debounce', 'description', 'disabled', 'inputmode', 'invalid', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'value', 'wrap'],
|
|
2227
|
+
outputs: ['dsBlur', 'dsChange', 'dsClick', 'dsFocus', 'dsInput', 'dsKeyPress'],
|
|
2228
|
+
}]
|
|
2229
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBlur: [{
|
|
2230
|
+
type: Output
|
|
2231
|
+
}], dsChange: [{
|
|
2232
|
+
type: Output
|
|
2233
|
+
}], dsClick: [{
|
|
2234
|
+
type: Output
|
|
2235
|
+
}], dsFocus: [{
|
|
2236
|
+
type: Output
|
|
2237
|
+
}], dsInput: [{
|
|
2238
|
+
type: Output
|
|
2239
|
+
}], dsKeyPress: [{
|
|
2240
|
+
type: Output
|
|
2241
|
+
}] } });
|
|
2242
|
+
let DsToast = class DsToast {
|
|
2243
|
+
constructor(c, r, z) {
|
|
2244
|
+
this.z = z;
|
|
2245
|
+
this.dsCloseClick = new EventEmitter();
|
|
2246
|
+
this.dsActionClick = new EventEmitter();
|
|
2247
|
+
c.detach();
|
|
2248
|
+
this.el = r.nativeElement;
|
|
2249
|
+
}
|
|
2250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2251
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsToast, isStandalone: true, selector: "ds-toast", inputs: { action: "action", actionHref: "actionHref", actionIcon: "actionIcon", actionTarget: "actionTarget", closable: "closable", color: "color", heading: "heading", icon: "icon", message: "message", svg: "svg" }, outputs: { dsCloseClick: "dsCloseClick", dsActionClick: "dsActionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2252
|
+
};
|
|
2253
|
+
DsToast = __decorate([
|
|
2254
|
+
ProxyCmp({
|
|
2255
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2256
|
+
inputs: ['action', 'actionHref', 'actionIcon', 'actionTarget', 'closable', 'color', 'heading', 'icon', 'message', 'svg'],
|
|
2257
|
+
methods: ['close']
|
|
2258
|
+
}),
|
|
2259
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2260
|
+
], DsToast);
|
|
2261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsToast, decorators: [{
|
|
2262
|
+
type: Component,
|
|
2263
|
+
args: [{
|
|
2264
|
+
selector: 'ds-toast',
|
|
2265
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2266
|
+
template: '<ng-content></ng-content>',
|
|
2267
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2268
|
+
inputs: ['action', 'actionHref', 'actionIcon', 'actionTarget', 'closable', 'color', { name: 'heading', required: true }, 'icon', { name: 'message', required: true }, 'svg'],
|
|
2269
|
+
outputs: ['dsCloseClick', 'dsActionClick'],
|
|
2270
|
+
}]
|
|
2271
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsCloseClick: [{
|
|
2272
|
+
type: Output
|
|
2273
|
+
}], dsActionClick: [{
|
|
2274
|
+
type: Output
|
|
2275
|
+
}] } });
|
|
2276
|
+
let DsToggle = class DsToggle {
|
|
2277
|
+
constructor(c, r, z) {
|
|
2278
|
+
this.z = z;
|
|
2279
|
+
this.dsBlur = new EventEmitter();
|
|
2280
|
+
this.dsChange = new EventEmitter();
|
|
2281
|
+
this.dsFocus = new EventEmitter();
|
|
2282
|
+
c.detach();
|
|
2283
|
+
this.el = r.nativeElement;
|
|
2284
|
+
}
|
|
2285
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2286
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsToggle, isStandalone: true, selector: "ds-toggle", inputs: { autoInvalidOff: "autoInvalidOff", checked: "checked", color: "color", dense: "dense", disabled: "disabled", invalid: "invalid", label: "label", labelPosition: "labelPosition", name: "name", readonly: "readonly", required: "required", tile: "tile", value: "value" }, outputs: { dsBlur: "dsBlur", dsChange: "dsChange", dsFocus: "dsFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2287
|
+
};
|
|
2288
|
+
DsToggle = __decorate([
|
|
2289
|
+
ProxyCmp({
|
|
2290
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
2291
|
+
inputs: ['autoInvalidOff', 'checked', 'color', 'dense', 'disabled', 'invalid', 'label', 'labelPosition', 'name', 'readonly', 'required', 'tile', 'value']
|
|
2292
|
+
}),
|
|
2293
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2294
|
+
], DsToggle);
|
|
2295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsToggle, decorators: [{
|
|
2296
|
+
type: Component,
|
|
2297
|
+
args: [{
|
|
2298
|
+
selector: 'ds-toggle',
|
|
2299
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2300
|
+
template: '<ng-content></ng-content>',
|
|
2301
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2302
|
+
inputs: ['autoInvalidOff', 'checked', 'color', 'dense', 'disabled', 'invalid', 'label', 'labelPosition', 'name', 'readonly', 'required', 'tile', 'value'],
|
|
2303
|
+
outputs: ['dsBlur', 'dsChange', 'dsFocus'],
|
|
2304
|
+
}]
|
|
2305
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsBlur: [{
|
|
2306
|
+
type: Output
|
|
2307
|
+
}], dsChange: [{
|
|
2308
|
+
type: Output
|
|
2309
|
+
}], dsFocus: [{
|
|
2310
|
+
type: Output
|
|
2311
|
+
}] } });
|
|
2312
|
+
let DsTooltip = class DsTooltip {
|
|
2313
|
+
constructor(c, r, z) {
|
|
2314
|
+
this.z = z;
|
|
2315
|
+
this.dsWillAnimate = new EventEmitter();
|
|
2316
|
+
this.dsDidAnimate = new EventEmitter();
|
|
2317
|
+
c.detach();
|
|
2318
|
+
this.el = r.nativeElement;
|
|
2319
|
+
}
|
|
2320
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2321
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.8", type: DsTooltip, isStandalone: true, selector: "ds-tooltip", inputs: { contentWidth: "contentWidth", offset: "offset", open: "open", placement: "placement", reference: "reference" }, outputs: { dsWillAnimate: "dsWillAnimate", dsDidAnimate: "dsDidAnimate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2322
|
+
};
|
|
2323
|
+
DsTooltip = __decorate([
|
|
2324
|
+
ProxyCmp({
|
|
2325
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
2326
|
+
inputs: ['contentWidth', 'offset', 'open', 'placement', 'reference'],
|
|
2327
|
+
methods: ['present', 'dismiss', 'update']
|
|
2328
|
+
}),
|
|
2329
|
+
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
2330
|
+
], DsTooltip);
|
|
2331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DsTooltip, decorators: [{
|
|
2332
|
+
type: Component,
|
|
2333
|
+
args: [{
|
|
2334
|
+
selector: 'ds-tooltip',
|
|
2335
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2336
|
+
template: '<ng-content></ng-content>',
|
|
2337
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2338
|
+
inputs: ['contentWidth', 'offset', 'open', 'placement', 'reference'],
|
|
2339
|
+
outputs: ['dsWillAnimate', 'dsDidAnimate'],
|
|
2340
|
+
}]
|
|
2341
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsWillAnimate: [{
|
|
2342
|
+
type: Output
|
|
2343
|
+
}], dsDidAnimate: [{
|
|
2344
|
+
type: Output
|
|
2345
|
+
}] } });
|
|
2346
|
+
|
|
2347
|
+
const bootstrapDesignSystem = (config = {}) => {
|
|
2348
|
+
initializeDesignSystem({
|
|
2349
|
+
...config.defaults,
|
|
2350
|
+
httpFormSubmit: false,
|
|
2351
|
+
});
|
|
2352
|
+
};
|
|
2353
|
+
|
|
2354
|
+
/**
|
|
2355
|
+
* Generated bundle index. Do not edit.
|
|
2356
|
+
*/
|
|
2357
|
+
|
|
2358
|
+
export { DsAccordion, DsAlertContainer, DsApp, DsBadge, DsButton, DsButtonGroup, DsCard, DsCardActions, DsCardContent, DsCardHeader, DsCardSubtitle, DsCardTitle, DsCarousel, DsCarouselItem, DsCheckbox, DsCheckboxGroup, DsClose, DsContent, DsData, DsDataItem, DsDataLabel, DsDataValue, DsDate, DsDivider, DsDrawer, DsFileUpload, DsFooter, DsHeading, DsHint, DsHintText, DsHintTitle, DsIcon, DsInput, DsInputSlider, DsItem, DsLabel, DsList, DsLogo, DsModal, DsModalBody, DsModalHeader, DsNavbar, DsNotification, DsNumberInput, DsPagination, DsPopup, DsProgressBar, DsRadio, DsRadioGroup, DsSegment, DsSegmentItem, DsSelect, DsSelectOptgroup, DsSelectOption, DsShape, DsSnackbar, DsSpinner, DsStack, DsStep, DsStepPanel, DsSteps, DsTab, DsTabPanel, DsTabs, DsTag, DsTagGroup, DsText, DsTextarea, DsToast, DsToggle, DsTooltip, bootstrapDesignSystem };
|
|
2359
|
+
//# sourceMappingURL=baloise-ds-angular.mjs.map
|