@qualcomm-ui/angular 1.11.3 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/qualcomm-ui-angular-accordion.mjs +37 -37
- package/fesm2022/qualcomm-ui-angular-action-group.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-avatar.mjs +19 -19
- package/fesm2022/qualcomm-ui-angular-badge.mjs +12 -12
- package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +25 -25
- package/fesm2022/qualcomm-ui-angular-button.mjs +25 -25
- package/fesm2022/qualcomm-ui-angular-checkbox.mjs +28 -28
- package/fesm2022/qualcomm-ui-angular-checkmark.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-collapsible.mjs +13 -13
- package/fesm2022/qualcomm-ui-angular-combobox.mjs +73 -73
- package/fesm2022/qualcomm-ui-angular-dialog.mjs +49 -49
- package/fesm2022/qualcomm-ui-angular-divider.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-drawer.mjs +49 -49
- package/fesm2022/qualcomm-ui-angular-header-bar.mjs +40 -40
- package/fesm2022/qualcomm-ui-angular-icon.mjs +9 -9
- package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +28 -28
- package/fesm2022/qualcomm-ui-angular-input.mjs +15 -15
- package/fesm2022/qualcomm-ui-angular-kbd.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-link.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-menu.mjs +64 -64
- package/fesm2022/qualcomm-ui-angular-number-input.mjs +40 -40
- package/fesm2022/qualcomm-ui-angular-pagination.mjs +37 -37
- package/fesm2022/qualcomm-ui-angular-password-input.mjs +34 -34
- package/fesm2022/qualcomm-ui-angular-popover.mjs +40 -40
- package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +37 -37
- package/fesm2022/qualcomm-ui-angular-progress.mjs +34 -34
- package/fesm2022/qualcomm-ui-angular-radio.mjs +49 -38
- package/fesm2022/qualcomm-ui-angular-radio.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
- package/fesm2022/qualcomm-ui-angular-select.mjs +61 -61
- package/fesm2022/qualcomm-ui-angular-side-nav.mjs +82 -82
- package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
- package/fesm2022/qualcomm-ui-angular-switch.mjs +28 -28
- package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
- package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
- package/fesm2022/qualcomm-ui-angular-tag.mjs +6 -6
- package/fesm2022/qualcomm-ui-angular-text-area.mjs +28 -28
- package/fesm2022/qualcomm-ui-angular-text-input.mjs +31 -31
- package/fesm2022/qualcomm-ui-angular-theme.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-toast.mjs +37 -37
- package/fesm2022/qualcomm-ui-angular-tooltip.mjs +31 -31
- package/fesm2022/qualcomm-ui-angular-transitions.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-tree.mjs +58 -58
- package/package.json +4 -4
- package/radio/index.d.ts +8 -2
- package/radio/index.d.ts.map +1 -1
|
@@ -27,10 +27,10 @@ class PaginationContextDirective extends ApiContextDirective {
|
|
|
27
27
|
static ngTemplateContextGuard(dir, ctx) {
|
|
28
28
|
return true;
|
|
29
29
|
}
|
|
30
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
31
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
30
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
31
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: PaginationContextDirective, isStandalone: false, selector: "[paginationContext]", usesInheritance: true, ngImport: i0 });
|
|
32
32
|
}
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationContextDirective, decorators: [{
|
|
34
34
|
type: Directive,
|
|
35
35
|
args: [{
|
|
36
36
|
selector: "[paginationContext]",
|
|
@@ -41,10 +41,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
41
41
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
42
42
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
43
43
|
class QdsPaginationContextService extends BaseApiContextService {
|
|
44
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
45
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
44
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsPaginationContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
45
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsPaginationContextService });
|
|
46
46
|
}
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsPaginationContextService, decorators: [{
|
|
48
48
|
type: Injectable
|
|
49
49
|
}] });
|
|
50
50
|
const [QDS_PAGINATION_CONTEXT, useQdsPaginationContext, provideQdsPaginationContext,] = createApiContext("QdsPaginationContext", QdsPaginationContextService);
|
|
@@ -63,12 +63,12 @@ class PaginationNextTriggerComponent extends CorePaginationNextTriggerDirective
|
|
|
63
63
|
super();
|
|
64
64
|
this.trackBindings.extendWith(computed(() => this.qdsPaginationContext().getPageItemBindings()));
|
|
65
65
|
}
|
|
66
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
67
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
66
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationNextTriggerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
67
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.16", type: PaginationNextTriggerComponent, isStandalone: false, selector: "[q-pagination-next-trigger]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
68
68
|
<svg [qIcon]="icon()" />
|
|
69
69
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
70
70
|
}
|
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationNextTriggerComponent, decorators: [{
|
|
72
72
|
type: Component,
|
|
73
73
|
args: [{
|
|
74
74
|
selector: "[q-pagination-next-trigger]",
|
|
@@ -92,8 +92,8 @@ class PaginationPageItemComponent extends CorePaginationPageItemDirective {
|
|
|
92
92
|
super();
|
|
93
93
|
this.trackBindings.extendWith(computed(() => this.qdsPaginationContext().getPageItemBindings()));
|
|
94
94
|
}
|
|
95
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
96
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
95
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
96
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: PaginationPageItemComponent, isStandalone: false, selector: "[q-pagination-page-item]", providers: [provideIcons({ Ellipsis })], usesInheritance: true, ngImport: i0, template: `
|
|
97
97
|
@if (pageItemType() === "page") {
|
|
98
98
|
<ng-container>{{ page() }}</ng-container>
|
|
99
99
|
} @else {
|
|
@@ -101,7 +101,7 @@ class PaginationPageItemComponent extends CorePaginationPageItemDirective {
|
|
|
101
101
|
}
|
|
102
102
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
103
103
|
}
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageItemComponent, decorators: [{
|
|
105
105
|
type: Component,
|
|
106
106
|
args: [{
|
|
107
107
|
providers: [provideIcons({ Ellipsis })],
|
|
@@ -120,8 +120,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
120
120
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
121
121
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
122
122
|
class PaginationPageItemsComponent extends CorePaginationPageItemsDirective {
|
|
123
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
124
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
123
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageItemsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
124
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: PaginationPageItemsComponent, isStandalone: false, selector: "q-pagination-page-items", usesInheritance: true, ngImport: i0, template: `
|
|
125
125
|
@for (
|
|
126
126
|
item of paginationContext().pageItems;
|
|
127
127
|
track trackPageItem(item, idx);
|
|
@@ -132,7 +132,7 @@ class PaginationPageItemsComponent extends CorePaginationPageItemsDirective {
|
|
|
132
132
|
<ng-content />
|
|
133
133
|
`, isInline: true, styles: [":host{display:contents}\n"], dependencies: [{ kind: "component", type: PaginationPageItemComponent, selector: "[q-pagination-page-item]" }] });
|
|
134
134
|
}
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageItemsComponent, decorators: [{
|
|
136
136
|
type: Component,
|
|
137
137
|
args: [{ selector: "q-pagination-page-items", standalone: false, template: `
|
|
138
138
|
@for (
|
|
@@ -160,12 +160,12 @@ class PaginationPrevTriggerComponent extends CorePaginationPrevTriggerDirective
|
|
|
160
160
|
super();
|
|
161
161
|
this.trackBindings.extendWith(computed(() => this.qdsPaginationContext().getPageItemBindings()));
|
|
162
162
|
}
|
|
163
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
164
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
163
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPrevTriggerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
164
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.16", type: PaginationPrevTriggerComponent, isStandalone: false, selector: "[q-pagination-prev-trigger]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
165
165
|
<svg [qIcon]="icon()" />
|
|
166
166
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
167
167
|
}
|
|
168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPrevTriggerComponent, decorators: [{
|
|
169
169
|
type: Component,
|
|
170
170
|
args: [{
|
|
171
171
|
selector: "[q-pagination-prev-trigger]",
|
|
@@ -183,14 +183,14 @@ class PaginationPageButtonsDirective {
|
|
|
183
183
|
ngOnInit() {
|
|
184
184
|
this.trackBindings();
|
|
185
185
|
}
|
|
186
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
187
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
186
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageButtonsDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
187
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PaginationPageButtonsDirective, isStandalone: false, selector: "[q-pagination-page-buttons]", ngImport: i0, template: `
|
|
188
188
|
<button q-pagination-prev-trigger></button>
|
|
189
189
|
<q-pagination-page-items />
|
|
190
190
|
<button q-pagination-next-trigger></button>
|
|
191
191
|
`, isInline: true, dependencies: [{ kind: "component", type: PaginationNextTriggerComponent, selector: "[q-pagination-next-trigger]", inputs: ["icon"] }, { kind: "component", type: PaginationPageItemsComponent, selector: "q-pagination-page-items" }, { kind: "component", type: PaginationPrevTriggerComponent, selector: "[q-pagination-prev-trigger]", inputs: ["icon"] }] });
|
|
192
192
|
}
|
|
193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageButtonsDirective, decorators: [{
|
|
194
194
|
type: Component,
|
|
195
195
|
args: [{
|
|
196
196
|
selector: "[q-pagination-page-buttons]",
|
|
@@ -211,10 +211,10 @@ class PaginationPageMetadataDirective extends CorePaginationPageMetadataDirectiv
|
|
|
211
211
|
super();
|
|
212
212
|
this.trackBindings.extendWith(computed(() => this.qdsPaginationContext().getPageMetadataBindings()));
|
|
213
213
|
}
|
|
214
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
215
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
214
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageMetadataDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
215
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: PaginationPageMetadataDirective, isStandalone: false, selector: "[q-pagination-page-metadata]", usesInheritance: true, ngImport: i0 });
|
|
216
216
|
}
|
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageMetadataDirective, decorators: [{
|
|
218
218
|
type: Directive,
|
|
219
219
|
args: [{
|
|
220
220
|
selector: "[q-pagination-page-metadata]",
|
|
@@ -230,10 +230,10 @@ class PaginationPageSizeLabelDirective extends CorePaginationPageSizeLabelDirect
|
|
|
230
230
|
super();
|
|
231
231
|
this.trackBindings.extendWith(computed(() => this.qdsPaginationContext().getPageSizeLabelBindings()));
|
|
232
232
|
}
|
|
233
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
234
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageSizeLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
234
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: PaginationPageSizeLabelDirective, isStandalone: false, selector: "[q-pagination-page-size-label]", usesInheritance: true, ngImport: i0 });
|
|
235
235
|
}
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageSizeLabelDirective, decorators: [{
|
|
237
237
|
type: Directive,
|
|
238
238
|
args: [{
|
|
239
239
|
selector: "[q-pagination-page-size-label]",
|
|
@@ -249,8 +249,8 @@ class PaginationPageSizeComponent extends CorePaginationPageSizeDirective {
|
|
|
249
249
|
super();
|
|
250
250
|
this.trackBindings.extendWith(computed(() => this.qdsPaginationContext().getPageSizeBindings()));
|
|
251
251
|
}
|
|
252
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
253
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageSizeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
253
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: PaginationPageSizeComponent, isStandalone: false, selector: "[q-pagination-page-size]", usesInheritance: true, ngImport: i0, template: `
|
|
254
254
|
<ng-content />
|
|
255
255
|
<q-menu (selected)="inputOptionChanged($event)">
|
|
256
256
|
<button
|
|
@@ -274,7 +274,7 @@ class PaginationPageSizeComponent extends CorePaginationPageSizeDirective {
|
|
|
274
274
|
</q-menu>
|
|
275
275
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$1.MenuComponent, selector: "q-menu", inputs: ["size"] }, { kind: "directive", type: i1$1.MenuContentDirective, selector: "[q-menu-content]" }, { kind: "component", type: i1$1.MenuPositionerComponent, selector: "[q-menu-positioner]" }, { kind: "directive", type: i1$1.MenuItemDirective, selector: "[q-menu-item]" }, { kind: "component", type: i1$1.MenuButtonComponent, selector: "[q-menu-button]" }, { kind: "directive", type: i2.PortalDirective, selector: "[qPortal]", inputs: ["disabled", "container"] }] });
|
|
276
276
|
}
|
|
277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationPageSizeComponent, decorators: [{
|
|
278
278
|
type: Component,
|
|
279
279
|
args: [{
|
|
280
280
|
selector: "[q-pagination-page-size]",
|
|
@@ -325,10 +325,10 @@ class PaginationRootDirective extends CorePaginationRootDirective {
|
|
|
325
325
|
size: this.size(),
|
|
326
326
|
}, normalizeProps)));
|
|
327
327
|
}
|
|
328
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
329
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.
|
|
328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
329
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.16", type: PaginationRootDirective, isStandalone: false, selector: "[q-pagination-root]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [providePaginationContext(), provideQdsPaginationContext()], usesInheritance: true, ngImport: i0 });
|
|
330
330
|
}
|
|
331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationRootDirective, decorators: [{
|
|
332
332
|
type: Directive,
|
|
333
333
|
args: [{
|
|
334
334
|
providers: [providePaginationContext(), provideQdsPaginationContext()],
|
|
@@ -340,8 +340,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
340
340
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
341
341
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
342
342
|
class PaginationModule {
|
|
343
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
344
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
343
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
344
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: PaginationModule, declarations: [PaginationRootDirective,
|
|
345
345
|
PaginationContextDirective,
|
|
346
346
|
PaginationPageSizeComponent,
|
|
347
347
|
PaginationNextTriggerComponent,
|
|
@@ -360,9 +360,9 @@ class PaginationModule {
|
|
|
360
360
|
PaginationPageItemComponent,
|
|
361
361
|
PaginationPageSizeLabelDirective,
|
|
362
362
|
PaginationPageButtonsDirective] });
|
|
363
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
363
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationModule, imports: [FormsModule, MenuModule] });
|
|
364
364
|
}
|
|
365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PaginationModule, decorators: [{
|
|
366
366
|
type: NgModule,
|
|
367
367
|
args: [{
|
|
368
368
|
declarations: [
|
|
@@ -25,12 +25,12 @@ class PasswordInputClearTriggerDirective extends CorePasswordInputClearTriggerDi
|
|
|
25
25
|
super();
|
|
26
26
|
this.trackBindings.extendWith(computed(() => this.clearTriggerContext.getRootBindings()));
|
|
27
27
|
}
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
29
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: PasswordInputClearTriggerDirective, isStandalone: false, selector: "[q-password-input-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
|
|
30
30
|
<svg qIcon="X" [q-bind]="clearTriggerContext.getIconBindings()"></svg>
|
|
31
31
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
32
32
|
}
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputClearTriggerDirective, decorators: [{
|
|
34
34
|
type: Component,
|
|
35
35
|
args: [{
|
|
36
36
|
providers: [provideIcons({ X })],
|
|
@@ -56,14 +56,14 @@ class PasswordInputErrorIndicatorDirective extends CorePasswordInputErrorIndicat
|
|
|
56
56
|
super();
|
|
57
57
|
this.trackBindings.extendWith(() => this.inputErrorIndicatorContext.getBindings());
|
|
58
58
|
}
|
|
59
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
60
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
59
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
60
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.16", type: PasswordInputErrorIndicatorDirective, isStandalone: false, selector: "[q-password-input-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
61
61
|
<ng-content>
|
|
62
62
|
<svg [qIcon]="icon()"></svg>
|
|
63
63
|
</ng-content>
|
|
64
64
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
65
65
|
}
|
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
66
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputErrorIndicatorDirective, decorators: [{
|
|
67
67
|
type: Component,
|
|
68
68
|
args: [{
|
|
69
69
|
selector: "[q-password-input-error-indicator]",
|
|
@@ -89,8 +89,8 @@ class PasswordInputErrorTextDirective extends CorePasswordInputErrorTextDirectiv
|
|
|
89
89
|
super();
|
|
90
90
|
this.trackBindings.extendWith(() => this.errorTextContext.getBindings());
|
|
91
91
|
}
|
|
92
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
93
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
92
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
93
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: PasswordInputErrorTextDirective, isStandalone: false, selector: "[q-password-input-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
94
94
|
@if (icon()) {
|
|
95
95
|
<svg [qIcon]="icon()!" />
|
|
96
96
|
}
|
|
@@ -101,7 +101,7 @@ class PasswordInputErrorTextDirective extends CorePasswordInputErrorTextDirectiv
|
|
|
101
101
|
</ng-content>
|
|
102
102
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
103
103
|
}
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputErrorTextDirective, decorators: [{
|
|
105
105
|
type: Component,
|
|
106
106
|
args: [{
|
|
107
107
|
selector: "[q-password-input-error-text]",
|
|
@@ -127,10 +127,10 @@ class PasswordInputHintDirective extends CorePasswordInputHintDirective {
|
|
|
127
127
|
super();
|
|
128
128
|
this.trackBindings.extendWith(() => this.hintContext.getBindings());
|
|
129
129
|
}
|
|
130
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
131
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
130
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
131
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: PasswordInputHintDirective, isStandalone: false, selector: "[q-password-input-hint]", usesInheritance: true, ngImport: i0 });
|
|
132
132
|
}
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputHintDirective, decorators: [{
|
|
134
134
|
type: Directive,
|
|
135
135
|
args: [{
|
|
136
136
|
selector: "[q-password-input-hint]",
|
|
@@ -146,8 +146,8 @@ class PasswordInputInputGroupDirective extends CorePasswordInputInputGroupDirect
|
|
|
146
146
|
super();
|
|
147
147
|
this.trackBindings.extendWith(() => this.inputGroupContext().getBindings());
|
|
148
148
|
}
|
|
149
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
150
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
149
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
150
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: PasswordInputInputGroupDirective, isStandalone: false, selector: "[q-password-input-input-group]", usesInheritance: true, ngImport: i0, template: `
|
|
151
151
|
<ng-content select="[q-input-start-icon]">
|
|
152
152
|
@if (inputGroupContext().startIcon) {
|
|
153
153
|
<div q-input-start-icon [icon]="inputGroupContext().startIcon"></div>
|
|
@@ -157,7 +157,7 @@ class PasswordInputInputGroupDirective extends CorePasswordInputInputGroupDirect
|
|
|
157
157
|
<ng-content />
|
|
158
158
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$1.InputStartIconComponent, selector: "[q-input-start-icon]", inputs: ["icon"] }] });
|
|
159
159
|
}
|
|
160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputInputGroupDirective, decorators: [{
|
|
161
161
|
type: Component,
|
|
162
162
|
args: [{
|
|
163
163
|
selector: "[q-password-input-input-group]",
|
|
@@ -182,10 +182,10 @@ class PasswordInputInputDirective extends CorePasswordInputInputDirective {
|
|
|
182
182
|
super();
|
|
183
183
|
this.trackBindings.extendWith(() => this.inputContext.getBindings());
|
|
184
184
|
}
|
|
185
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
186
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
186
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: PasswordInputInputDirective, isStandalone: false, selector: "input[q-password-input-input]", usesInheritance: true, ngImport: i0 });
|
|
187
187
|
}
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputInputDirective, decorators: [{
|
|
189
189
|
type: Directive,
|
|
190
190
|
args: [{
|
|
191
191
|
selector: "input[q-password-input-input]",
|
|
@@ -201,8 +201,8 @@ class PasswordInputLabelDirective extends CorePasswordInputLabelDirective {
|
|
|
201
201
|
super();
|
|
202
202
|
this.trackBindings.extendWith(computed(() => this.qdsInputContext().getLabelBindings()));
|
|
203
203
|
}
|
|
204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
205
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
204
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
205
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: PasswordInputLabelDirective, isStandalone: false, selector: "[q-password-input-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
|
|
206
206
|
<ng-content />
|
|
207
207
|
@if (passwordInputContext().required) {
|
|
208
208
|
<svg
|
|
@@ -213,7 +213,7 @@ class PasswordInputLabelDirective extends CorePasswordInputLabelDirective {
|
|
|
213
213
|
}
|
|
214
214
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
215
215
|
}
|
|
216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputLabelDirective, decorators: [{
|
|
217
217
|
type: Component,
|
|
218
218
|
args: [{
|
|
219
219
|
providers: [provideIcons({ Asterisk })],
|
|
@@ -265,8 +265,8 @@ class PasswordInputRootDirective extends CorePasswordInputRootDirective {
|
|
|
265
265
|
super.ngOnInit();
|
|
266
266
|
this.qdsInputService.init(computed(() => createQdsInputApi({ size: this.size(), startIcon: this.startIcon() }, normalizeProps)));
|
|
267
267
|
}
|
|
268
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
269
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.
|
|
268
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
269
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.16", type: PasswordInputRootDirective, isStandalone: false, selector: "[q-password-input-root]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
270
270
|
provideQdsInputContext(),
|
|
271
271
|
providePasswordInputContext(),
|
|
272
272
|
{
|
|
@@ -280,7 +280,7 @@ class PasswordInputRootDirective extends CorePasswordInputRootDirective {
|
|
|
280
280
|
},
|
|
281
281
|
], usesInheritance: true, ngImport: i0 });
|
|
282
282
|
}
|
|
283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputRootDirective, decorators: [{
|
|
284
284
|
type: Directive,
|
|
285
285
|
args: [{
|
|
286
286
|
providers: [
|
|
@@ -329,12 +329,12 @@ class PasswordInputVisibilityTriggerDirective extends CorePasswordInputVisibilit
|
|
|
329
329
|
class: passwordInputClasses.visibilityTrigger,
|
|
330
330
|
})));
|
|
331
331
|
}
|
|
332
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
333
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
332
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputVisibilityTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
333
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.16", type: PasswordInputVisibilityTriggerDirective, isStandalone: false, selector: "[q-password-input-visibility-trigger]", inputs: { iconOff: { classPropertyName: "iconOff", publicName: "iconOff", isSignal: true, isRequired: false, transformFunction: null }, iconOn: { classPropertyName: "iconOn", publicName: "iconOn", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ Eye, EyeOff })], usesInheritance: true, hostDirectives: [{ directive: i1$2.QuiPreloadDirective }], ngImport: i0, template: `
|
|
334
334
|
<svg [q-bind]="buttonApi().getIconBindings()" [qIcon]="icon()"></svg>
|
|
335
335
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
336
336
|
}
|
|
337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputVisibilityTriggerDirective, decorators: [{
|
|
338
338
|
type: Component,
|
|
339
339
|
args: [{
|
|
340
340
|
hostDirectives: [QuiPreloadDirective],
|
|
@@ -419,8 +419,8 @@ class PasswordInputComponent extends PasswordInputRootDirective {
|
|
|
419
419
|
const errorTextFromControl = this.formControlContext.errorText();
|
|
420
420
|
return errorTextInput ?? errorTextFromControl ?? null;
|
|
421
421
|
}, ...(ngDevMode ? [{ debugName: "computedErrorText" }] : []));
|
|
422
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
423
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
422
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
423
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: PasswordInputComponent, isStandalone: false, selector: "q-password-input", inputs: { clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null }, errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
424
424
|
provideQdsInputContext(),
|
|
425
425
|
providePasswordInputContext(),
|
|
426
426
|
{
|
|
@@ -472,7 +472,7 @@ class PasswordInputComponent extends PasswordInputRootDirective {
|
|
|
472
472
|
</ng-content>
|
|
473
473
|
`, isInline: true, dependencies: [{ kind: "component", type: PasswordInputClearTriggerDirective, selector: "[q-password-input-clear-trigger]" }, { kind: "component", type: PasswordInputErrorIndicatorDirective, selector: "[q-password-input-error-indicator]", inputs: ["icon"] }, { kind: "component", type: PasswordInputErrorTextDirective, selector: "[q-password-input-error-text]", inputs: ["icon"] }, { kind: "directive", type: PasswordInputHintDirective, selector: "[q-password-input-hint]" }, { kind: "directive", type: PasswordInputInputDirective, selector: "input[q-password-input-input]" }, { kind: "component", type: PasswordInputInputGroupDirective, selector: "[q-password-input-input-group]" }, { kind: "component", type: PasswordInputLabelDirective, selector: "[q-password-input-label]" }, { kind: "component", type: PasswordInputVisibilityTriggerDirective, selector: "[q-password-input-visibility-trigger]", inputs: ["iconOff", "iconOn"] }] });
|
|
474
474
|
}
|
|
475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputComponent, decorators: [{
|
|
476
476
|
type: Component,
|
|
477
477
|
args: [{
|
|
478
478
|
providers: [
|
|
@@ -535,8 +535,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
535
535
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
536
536
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
537
537
|
class PasswordInputModule {
|
|
538
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
539
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
538
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
539
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputModule, declarations: [PasswordInputComponent,
|
|
540
540
|
PasswordInputRootDirective,
|
|
541
541
|
PasswordInputClearTriggerDirective,
|
|
542
542
|
PasswordInputErrorIndicatorDirective,
|
|
@@ -555,9 +555,9 @@ class PasswordInputModule {
|
|
|
555
555
|
PasswordInputInputGroupDirective,
|
|
556
556
|
PasswordInputLabelDirective,
|
|
557
557
|
PasswordInputVisibilityTriggerDirective] });
|
|
558
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
558
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputModule, imports: [InputStartIconComponent] });
|
|
559
559
|
}
|
|
560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: PasswordInputModule, decorators: [{
|
|
561
561
|
type: NgModule,
|
|
562
562
|
args: [{
|
|
563
563
|
declarations: [
|