@yuuvis/client-framework 2.0.0-beta.9 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/yuuvis-client-framework-actions.mjs +16 -16
- package/fesm2022/yuuvis-client-framework-actions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-app-bar.mjs +3 -3
- package/fesm2022/yuuvis-client-framework-autocomplete.mjs +7 -7
- package/fesm2022/yuuvis-client-framework-clipboard.mjs +6 -6
- package/fesm2022/yuuvis-client-framework-clipboard.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-common.mjs +66 -74
- package/fesm2022/yuuvis-client-framework-common.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-datepicker.mjs +33 -32
- package/fesm2022/yuuvis-client-framework-datepicker.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-forms.mjs +77 -65
- package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-icons.mjs +9 -9
- package/fesm2022/yuuvis-client-framework-list.mjs +31 -27
- package/fesm2022/yuuvis-client-framework-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-master-details.mjs +7 -7
- package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs +7 -7
- package/fesm2022/yuuvis-client-framework-metadata-form.mjs +15 -15
- package/fesm2022/yuuvis-client-framework-object-details.mjs +26 -26
- package/fesm2022/yuuvis-client-framework-object-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs +24 -24
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-form.mjs +28 -28
- package/fesm2022/yuuvis-client-framework-object-preview.mjs +10 -10
- package/fesm2022/yuuvis-client-framework-object-preview.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-summary.mjs +23 -23
- package/fesm2022/yuuvis-client-framework-object-summary.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-overflow-menu.mjs +7 -7
- package/fesm2022/yuuvis-client-framework-pagination.mjs +3 -3
- package/fesm2022/yuuvis-client-framework-panel.mjs +3 -3
- package/fesm2022/yuuvis-client-framework-popout.mjs +7 -7
- package/fesm2022/yuuvis-client-framework-renderer.mjs +34 -34
- package/fesm2022/yuuvis-client-framework-renderer.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-sequence-list.mjs +3 -3
- package/fesm2022/yuuvis-client-framework-simple-search.mjs +3 -3
- package/fesm2022/yuuvis-client-framework-split-view.mjs +10 -10
- package/fesm2022/yuuvis-client-framework-tile-list.mjs +49 -41
- package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tree.mjs +9 -9
- package/fesm2022/yuuvis-client-framework-upload-progress.mjs +6 -6
- package/fesm2022/yuuvis-client-framework.mjs +4 -4
- package/forms/lib/elements/data-grid/data-grid/data-grid.component.d.ts +6 -6
- package/package.json +4 -4
- package/tile-list/lib/tile-list/tile-list.component.d.ts +2 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { input, ChangeDetectionStrategy, Component, inject, ElementRef, Input, Directive, computed, EnvironmentInjector, ApplicationRef, createComponent, HostBinding, EventEmitter, HostListener, Output, NgZone, output, contentChildren, forwardRef, NgModule, Injectable, signal } from '@angular/core';
|
|
3
3
|
import { CommonModule, DOCUMENT } from '@angular/common';
|
|
4
|
-
import * as i1 from '@angular/material/button';
|
|
5
4
|
import { MatButtonModule } from '@angular/material/button';
|
|
6
|
-
import * as
|
|
5
|
+
import * as i1 from '@angular/material/dialog';
|
|
7
6
|
import { MatDialogActions, MatDialogTitle, MatDialogContent, MAT_DIALOG_DATA, MatDialogModule, MatDialog } from '@angular/material/dialog';
|
|
8
7
|
import { TranslateModule } from '@ngx-translate/core';
|
|
8
|
+
import { YmtButtonDirective } from '@yuuvis/material';
|
|
9
9
|
import { Utils } from '@yuuvis/client-core';
|
|
10
10
|
import { MatProgressSpinner } from '@angular/material/progress-spinner';
|
|
11
11
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
@@ -18,13 +18,11 @@ class DialogComponent {
|
|
|
18
18
|
constructor() {
|
|
19
19
|
this.headertitel = input(null);
|
|
20
20
|
}
|
|
21
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
21
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: DialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.12", type: DialogComponent, isStandalone: true, selector: "yuv-dialog", inputs: { headertitel: { classPropertyName: "headertitel", publicName: "headertitel", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
23
23
|
@let title = headertitel();
|
|
24
24
|
@if (title) {
|
|
25
|
-
<h2 mat-dialog-title>
|
|
26
|
-
{{ title }}
|
|
27
|
-
</h2>
|
|
25
|
+
<h2 mat-dialog-title>{{ title }}</h2>
|
|
28
26
|
}
|
|
29
27
|
<mat-dialog-content>
|
|
30
28
|
<ng-content select="main"></ng-content>
|
|
@@ -33,16 +31,14 @@ class DialogComponent {
|
|
|
33
31
|
<mat-dialog-actions align="end" class="footer">
|
|
34
32
|
<ng-content select="footer"></ng-content>
|
|
35
33
|
</mat-dialog-actions>
|
|
36
|
-
`, isInline: true, styles: [":host{display:contents}h2{
|
|
34
|
+
`, isInline: true, styles: [":host{display:contents}h2{background-color:light-dark(var(--ymt-surface),var(--ymt-surface-container-low));border-bottom:1px solid var(--ymt-outline-variant)}.mat-mdc-dialog-container{height:100%}mat-dialog-content{display:var(--ymt-dialog-content-display)}.footer{background-color:light-dark(var(--ymt-surface),var(--ymt-surface-container-low));border-top:1px solid var(--ymt-outline-variant);gap:calc(var(--ymt-font-body) / 2)}\n"], dependencies: [{ kind: "ngmodule", type: TranslateModule }, { kind: "directive", type: MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
37
35
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: DialogComponent, decorators: [{
|
|
39
37
|
type: Component,
|
|
40
38
|
args: [{ selector: 'yuv-dialog', imports: [TranslateModule, MatDialogActions, MatDialogTitle, MatDialogContent], template: `
|
|
41
39
|
@let title = headertitel();
|
|
42
40
|
@if (title) {
|
|
43
|
-
<h2 mat-dialog-title>
|
|
44
|
-
{{ title }}
|
|
45
|
-
</h2>
|
|
41
|
+
<h2 mat-dialog-title>{{ title }}</h2>
|
|
46
42
|
}
|
|
47
43
|
<mat-dialog-content>
|
|
48
44
|
<ng-content select="main"></ng-content>
|
|
@@ -51,19 +47,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.11", ngImpo
|
|
|
51
47
|
<mat-dialog-actions align="end" class="footer">
|
|
52
48
|
<ng-content select="footer"></ng-content>
|
|
53
49
|
</mat-dialog-actions>
|
|
54
|
-
`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:contents}h2{
|
|
50
|
+
`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:contents}h2{background-color:light-dark(var(--ymt-surface),var(--ymt-surface-container-low));border-bottom:1px solid var(--ymt-outline-variant)}.mat-mdc-dialog-container{height:100%}mat-dialog-content{display:var(--ymt-dialog-content-display)}.footer{background-color:light-dark(var(--ymt-surface),var(--ymt-surface-container-low));border-top:1px solid var(--ymt-outline-variant);gap:calc(var(--ymt-font-body) / 2)}\n"] }]
|
|
55
51
|
}] });
|
|
56
52
|
|
|
57
53
|
class ConfirmComponent {
|
|
58
54
|
constructor() {
|
|
59
55
|
this.dialogData = inject(MAT_DIALOG_DATA);
|
|
60
56
|
}
|
|
61
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
62
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.
|
|
57
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ConfirmComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
58
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.12", type: ConfirmComponent, isStandalone: true, selector: "yuv-confirm", ngImport: i0, template: "<yuv-dialog [headertitel]=\"dialogData.title || ''\">\n <main>{{ dialogData.message }}</main>\n <footer>\n @if (!dialogData.hideCancelButton) {\n <button ymtButton=\"secondary\" mat-dialog-close type=\"button\">\n {{ dialogData.cancelLabel || 'Cancel' }}\n </button>\n }\n <button ymtButton=\"primary\" type=\"button\" [mat-dialog-close]=\"true\">{{ dialogData.confirmLabel || 'Confirm' }}</button>\n </footer>\n</yuv-dialog>\n", styles: [":host{display:contents}:host main{padding:var(--ymt-spacing-m)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "component", type: DialogComponent, selector: "yuv-dialog", inputs: ["headertitel"] }, { kind: "directive", type: YmtButtonDirective, selector: "button[ymtButton], a[ymtButton]", inputs: ["ymtButton", "disabled", "aria-disabled", "disableRipple", "disabledInteractive", "button-size"] }] }); }
|
|
63
59
|
}
|
|
64
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
60
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ConfirmComponent, decorators: [{
|
|
65
61
|
type: Component,
|
|
66
|
-
args: [{ selector: 'yuv-confirm', imports: [CommonModule, MatButtonModule, MatDialogModule, DialogComponent], template: "<yuv-dialog [headertitel]=\"dialogData.title || ''\">\n <main>{{ dialogData.message }}</main>\n <footer>\n @if (!dialogData.hideCancelButton) {\n <button
|
|
62
|
+
args: [{ selector: 'yuv-confirm', imports: [CommonModule, MatButtonModule, MatDialogModule, DialogComponent, YmtButtonDirective], template: "<yuv-dialog [headertitel]=\"dialogData.title || ''\">\n <main>{{ dialogData.message }}</main>\n <footer>\n @if (!dialogData.hideCancelButton) {\n <button ymtButton=\"secondary\" mat-dialog-close type=\"button\">\n {{ dialogData.cancelLabel || 'Cancel' }}\n </button>\n }\n <button ymtButton=\"primary\" type=\"button\" [mat-dialog-close]=\"true\">{{ dialogData.confirmLabel || 'Confirm' }}</button>\n </footer>\n</yuv-dialog>\n", styles: [":host{display:contents}:host main{padding:var(--ymt-spacing-m)}\n"] }]
|
|
67
63
|
}] });
|
|
68
64
|
|
|
69
65
|
/**
|
|
@@ -90,10 +86,10 @@ class AutofocusChildDirective {
|
|
|
90
86
|
focusEl.focus();
|
|
91
87
|
});
|
|
92
88
|
}
|
|
93
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
94
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
89
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: AutofocusChildDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
90
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: AutofocusChildDirective, isStandalone: true, selector: "[yuvAutofocusChild]", inputs: { yuvAutofocusChild: "yuvAutofocusChild" }, ngImport: i0 }); }
|
|
95
91
|
}
|
|
96
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
92
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: AutofocusChildDirective, decorators: [{
|
|
97
93
|
type: Directive,
|
|
98
94
|
args: [{
|
|
99
95
|
selector: '[yuvAutofocusChild]',
|
|
@@ -128,10 +124,10 @@ class AutofocusDelayedDirective {
|
|
|
128
124
|
this.#elRef.nativeElement.focus();
|
|
129
125
|
}, this.#delay());
|
|
130
126
|
}
|
|
131
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
132
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.
|
|
127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: AutofocusDelayedDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
128
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.12", type: AutofocusDelayedDirective, isStandalone: true, selector: "[yuvAutofocusDelayed]", inputs: { yuvAutofocusDelayed: { classPropertyName: "yuvAutofocusDelayed", publicName: "yuvAutofocusDelayed", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
133
129
|
}
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: AutofocusDelayedDirective, decorators: [{
|
|
135
131
|
type: Directive,
|
|
136
132
|
args: [{
|
|
137
133
|
selector: '[yuvAutofocusDelayed]',
|
|
@@ -174,7 +170,7 @@ class BusyOverlayDirective {
|
|
|
174
170
|
this.#removeBusyOverlay();
|
|
175
171
|
}
|
|
176
172
|
}
|
|
177
|
-
#createSpinner(mode = 'indeterminate', value = 0
|
|
173
|
+
#createSpinner(mode = 'indeterminate', value = 0) {
|
|
178
174
|
const componentRef = createComponent(MatProgressSpinner, {
|
|
179
175
|
environmentInjector: this.#environmentInjector,
|
|
180
176
|
});
|
|
@@ -182,7 +178,6 @@ class BusyOverlayDirective {
|
|
|
182
178
|
componentRef.changeDetectorRef.detectChanges();
|
|
183
179
|
componentRef.setInput('mode', mode);
|
|
184
180
|
componentRef.setInput('value', value);
|
|
185
|
-
componentRef.setInput('color', color);
|
|
186
181
|
componentRef.location.nativeElement.classList.add('ymt-progress-spinner--giant');
|
|
187
182
|
return componentRef;
|
|
188
183
|
}
|
|
@@ -200,9 +195,6 @@ class BusyOverlayDirective {
|
|
|
200
195
|
overlay.style.backgroundColor = 'var(--busy-overlay-background, rgba(0, 0, 0, 0.32))';
|
|
201
196
|
this.#overlayId = `p${Utils.uuid()}`;
|
|
202
197
|
overlay.setAttribute('id', this.#overlayId);
|
|
203
|
-
// const spinner = document.createElement('div');
|
|
204
|
-
// spinner.setAttribute('class', 'yuv-loader');
|
|
205
|
-
// overlay.append(spinner);
|
|
206
198
|
overlay.append(this.#createSpinner('indeterminate').location.nativeElement);
|
|
207
199
|
const el = this.#elRef.nativeElement;
|
|
208
200
|
el.setAttribute('inert', '');
|
|
@@ -225,10 +217,10 @@ class BusyOverlayDirective {
|
|
|
225
217
|
ngOnInit() {
|
|
226
218
|
this.stylePosition = getComputedStyle(this.#elRef.nativeElement).position;
|
|
227
219
|
}
|
|
228
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
229
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: BusyOverlayDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
221
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: BusyOverlayDirective, isStandalone: true, selector: "[yuvBusyOverlay]", inputs: { yuvBusyOverlay: "yuvBusyOverlay" }, host: { properties: { "style.position": "this.stylePosition" } }, ngImport: i0 }); }
|
|
230
222
|
}
|
|
231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: BusyOverlayDirective, decorators: [{
|
|
232
224
|
type: Directive,
|
|
233
225
|
args: [{
|
|
234
226
|
selector: '[yuvBusyOverlay]',
|
|
@@ -272,10 +264,10 @@ class ClickDoubleDirective {
|
|
|
272
264
|
event.stopPropagation();
|
|
273
265
|
this.clicksSubject.next(event);
|
|
274
266
|
}
|
|
275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
276
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ClickDoubleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
268
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: ClickDoubleDirective, isStandalone: true, selector: "[click.single],[click.double]", inputs: { debounceTime: "debounceTime" }, outputs: { doubleClick: "click.double", singleClick: "click.single" }, host: { listeners: { "click": "clickEvent($event)", "dblclick": "doubleClickEvent($event)" } }, ngImport: i0 }); }
|
|
277
269
|
}
|
|
278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ClickDoubleDirective, decorators: [{
|
|
279
271
|
type: Directive,
|
|
280
272
|
args: [{
|
|
281
273
|
selector: '[click.single],[click.double]',
|
|
@@ -340,10 +332,10 @@ class ContainerSizeDirective {
|
|
|
340
332
|
ngOnDestroy() {
|
|
341
333
|
this._resizeObserver.unobserve(this.elRef.nativeElement);
|
|
342
334
|
}
|
|
343
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
344
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ContainerSizeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
336
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: ContainerSizeDirective, isStandalone: true, selector: "[yuvContainerSize]", outputs: { containerHeight: "containerHeight", containerWidth: "containerWidth" }, ngImport: i0 }); }
|
|
345
337
|
}
|
|
346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ContainerSizeDirective, decorators: [{
|
|
347
339
|
type: Directive,
|
|
348
340
|
args: [{
|
|
349
341
|
selector: '[yuvContainerSize]',
|
|
@@ -421,10 +413,10 @@ class DragScrollDirective {
|
|
|
421
413
|
}));
|
|
422
414
|
dragMove$.subscribe();
|
|
423
415
|
}
|
|
424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
425
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: DragScrollDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
417
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: DragScrollDirective, isStandalone: true, selector: "[yuvDragScroll]", ngImport: i0 }); }
|
|
426
418
|
}
|
|
427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: DragScrollDirective, decorators: [{
|
|
428
420
|
type: Directive,
|
|
429
421
|
args: [{
|
|
430
422
|
selector: '[yuvDragScroll]'
|
|
@@ -513,10 +505,10 @@ class DragSelectDirective {
|
|
|
513
505
|
#resize;
|
|
514
506
|
#checkSelected;
|
|
515
507
|
#checkRectIntersection;
|
|
516
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
517
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "19.2.
|
|
508
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: DragSelectDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
509
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "19.2.12", type: DragSelectDirective, isStandalone: true, selector: "[yuvDragSelect]", inputs: { yuvDragSelect: { classPropertyName: "yuvDragSelect", publicName: "yuvDragSelect", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { dragSelectChange: "dragSelectChange", dragSelect: "dragSelect" }, host: { listeners: { "pointerdown": "onPointerDown($event)" } }, queries: [{ propertyName: "items", predicate: DragSelectItemDirective, isSignal: true }], ngImport: i0 }); }
|
|
518
510
|
}
|
|
519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: DragSelectDirective, decorators: [{
|
|
520
512
|
type: Directive,
|
|
521
513
|
args: [{
|
|
522
514
|
selector: '[yuvDragSelect]',
|
|
@@ -532,10 +524,10 @@ class DragSelectItemDirective {
|
|
|
532
524
|
this.el = this.#elRef.nativeElement;
|
|
533
525
|
}
|
|
534
526
|
#elRef;
|
|
535
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
536
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
527
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: DragSelectItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
528
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: DragSelectItemDirective, isStandalone: true, selector: "[yuvDragSelectItem]", ngImport: i0 }); }
|
|
537
529
|
}
|
|
538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: DragSelectItemDirective, decorators: [{
|
|
539
531
|
type: Directive,
|
|
540
532
|
args: [{
|
|
541
533
|
selector: '[yuvDragSelectItem]',
|
|
@@ -667,10 +659,10 @@ class FileDropZoneDirective {
|
|
|
667
659
|
}
|
|
668
660
|
return coverElement;
|
|
669
661
|
}
|
|
670
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
671
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.
|
|
662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: FileDropZoneDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
663
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.12", type: FileDropZoneDirective, isStandalone: true, selector: "[yuvFileDropZone]", inputs: { yuvFileDropZone: { classPropertyName: "yuvFileDropZone", publicName: "yuvFileDropZone", isSignal: true, isRequired: false, transformFunction: null }, fileDropDisabled: { classPropertyName: "fileDropDisabled", publicName: "fileDropDisabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { fileDrop: "fileDrop", fileDropOver: "fileDropOver" }, host: { listeners: { "drop": "onDrop($event)", "dragover": "onDragOver($event)", "dragleave": "onDragLeave($event)", "body:dragover": "onBodyDragOver($event)", "body:drop": "onBodyDrop($event)" } }, ngImport: i0 }); }
|
|
672
664
|
}
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: FileDropZoneDirective, decorators: [{
|
|
674
666
|
type: Directive,
|
|
675
667
|
args: [{
|
|
676
668
|
selector: '[yuvFileDropZone]',
|
|
@@ -748,10 +740,10 @@ class FocusWithinDirective {
|
|
|
748
740
|
return false;
|
|
749
741
|
}
|
|
750
742
|
}
|
|
751
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
752
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
743
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: FocusWithinDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
744
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: FocusWithinDirective, isStandalone: true, selector: "[yuvFocusWithin]", outputs: { yuvFocusWithin: "yuvFocusWithin", yuvFocusWithinBlur: "yuvFocusWithinBlur" }, host: { listeners: { "focusin": "onFocusIn($event)", "focusout": "onFocusOut($event)" }, properties: { "class.focusWithin": "this.hasFocusWithin" } }, ngImport: i0 }); }
|
|
753
745
|
}
|
|
754
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: FocusWithinDirective, decorators: [{
|
|
755
747
|
type: Directive,
|
|
756
748
|
args: [{
|
|
757
749
|
selector: '[yuvFocusWithin]',
|
|
@@ -797,10 +789,10 @@ class LightDismissDirective {
|
|
|
797
789
|
this.yuvLightDismiss.emit();
|
|
798
790
|
}
|
|
799
791
|
}
|
|
800
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
801
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: LightDismissDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
793
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: LightDismissDirective, isStandalone: true, selector: "[yuvLightDismiss]", outputs: { yuvLightDismiss: "yuvLightDismiss" }, host: { listeners: { "document:keydown.escape": "onKeydownHandler($event)", "document:mousedown": "onMousedown($event)" } }, ngImport: i0 }); }
|
|
802
794
|
}
|
|
803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: LightDismissDirective, decorators: [{
|
|
804
796
|
type: Directive,
|
|
805
797
|
args: [{
|
|
806
798
|
selector: '[yuvLightDismiss]',
|
|
@@ -834,10 +826,10 @@ class LongPressDirective {
|
|
|
834
826
|
.pipe(takeUntilDestroyed(), switchMap((state) => (state ? timer(this.threshold, 100) : of(null))), filter((value) => !!value))
|
|
835
827
|
.subscribe(() => this.longpress.emit());
|
|
836
828
|
}
|
|
837
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
838
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.
|
|
829
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: LongPressDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
830
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.12", type: LongPressDirective, isStandalone: true, selector: "[yuvLongPress]", inputs: { yuvLongPress: { classPropertyName: "yuvLongPress", publicName: "yuvLongPress", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { longpress: "longpress" }, ngImport: i0 }); }
|
|
839
831
|
}
|
|
840
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: LongPressDirective, decorators: [{
|
|
841
833
|
type: Directive,
|
|
842
834
|
args: [{
|
|
843
835
|
selector: '[yuvLongPress]',
|
|
@@ -852,8 +844,8 @@ class NoopValueAccessorDirective {
|
|
|
852
844
|
writeValue(obj) { }
|
|
853
845
|
registerOnChange(fn) { }
|
|
854
846
|
registerOnTouched(fn) { }
|
|
855
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
856
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.
|
|
847
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: NoopValueAccessorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
848
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.12", type: NoopValueAccessorDirective, isStandalone: true, providers: [
|
|
857
849
|
{
|
|
858
850
|
provide: NG_VALUE_ACCESSOR,
|
|
859
851
|
multi: true,
|
|
@@ -861,7 +853,7 @@ class NoopValueAccessorDirective {
|
|
|
861
853
|
}
|
|
862
854
|
], ngImport: i0 }); }
|
|
863
855
|
}
|
|
864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: NoopValueAccessorDirective, decorators: [{
|
|
865
857
|
type: Directive,
|
|
866
858
|
args: [{
|
|
867
859
|
standalone: true,
|
|
@@ -902,8 +894,8 @@ const directives = [
|
|
|
902
894
|
];
|
|
903
895
|
const components = [ConfirmComponent];
|
|
904
896
|
class YuvCommonModule {
|
|
905
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
906
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
897
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: YuvCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
898
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.12", ngImport: i0, type: YuvCommonModule, imports: [BusyOverlayDirective,
|
|
907
899
|
FocusWithinDirective,
|
|
908
900
|
FileDropZoneDirective,
|
|
909
901
|
ClickDoubleDirective,
|
|
@@ -926,9 +918,9 @@ class YuvCommonModule {
|
|
|
926
918
|
NoopValueAccessorDirective,
|
|
927
919
|
AutofocusChildDirective,
|
|
928
920
|
AutofocusDelayedDirective, ConfirmComponent] }); }
|
|
929
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
921
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: YuvCommonModule, imports: [components] }); }
|
|
930
922
|
}
|
|
931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: YuvCommonModule, decorators: [{
|
|
932
924
|
type: NgModule,
|
|
933
925
|
args: [{
|
|
934
926
|
imports: [...directives, ...components],
|
|
@@ -982,10 +974,10 @@ class LayoutSettingsService {
|
|
|
982
974
|
}
|
|
983
975
|
});
|
|
984
976
|
}
|
|
985
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
986
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
977
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: LayoutSettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
978
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: LayoutSettingsService, providedIn: 'root' }); }
|
|
987
979
|
}
|
|
988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: LayoutSettingsService, decorators: [{
|
|
989
981
|
type: Injectable,
|
|
990
982
|
args: [{
|
|
991
983
|
providedIn: 'root'
|
|
@@ -1101,10 +1093,10 @@ class AbstractMatFormField {
|
|
|
1101
1093
|
onNgOnDestroy() {
|
|
1102
1094
|
this.stateChanges.complete();
|
|
1103
1095
|
}
|
|
1104
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1105
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1096
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: AbstractMatFormField, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1097
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.12", type: AbstractMatFormField, isStandalone: true, selector: "ng-component", inputs: { placeholder: "placeholder", required: "required", disabled: "disabled" }, host: { listeners: { "focusin": "onFocusIn()", "focusout": "onFocusout()" } }, ngImport: i0, template: '', isInline: true }); }
|
|
1106
1098
|
}
|
|
1107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: AbstractMatFormField, decorators: [{
|
|
1108
1100
|
type: Component,
|
|
1109
1101
|
args: [{ template: '' }]
|
|
1110
1102
|
}], propDecorators: { onFocusIn: [{
|
|
@@ -1140,10 +1132,10 @@ class ConfirmService {
|
|
|
1140
1132
|
.afterClosed()
|
|
1141
1133
|
.pipe(map((result) => !!result));
|
|
1142
1134
|
}
|
|
1143
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1144
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ConfirmService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1136
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ConfirmService, providedIn: 'root' }); }
|
|
1145
1137
|
}
|
|
1146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.12", ngImport: i0, type: ConfirmService, decorators: [{
|
|
1147
1139
|
type: Injectable,
|
|
1148
1140
|
args: [{
|
|
1149
1141
|
providedIn: 'root'
|