@qualcomm-ui/angular 1.9.1 → 1.10.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 +42 -42
- package/fesm2022/qualcomm-ui-angular-header-bar.mjs.map +1 -1
- 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 +88 -65
- package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -1
- 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 +34 -34
- 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-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/header-bar/index.d.ts +2 -2
- package/header-bar/index.d.ts.map +1 -1
- package/menu/index.d.ts +12 -5
- package/menu/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -19,10 +19,10 @@ import { createQdsNumberInputApi } from '@qualcomm-ui/qds-core/number-input';
|
|
|
19
19
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
20
20
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
21
21
|
class QdsNumberInputContextService extends BaseApiContextService {
|
|
22
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
23
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
22
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsNumberInputContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
23
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsNumberInputContextService });
|
|
24
24
|
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsNumberInputContextService, decorators: [{
|
|
26
26
|
type: Injectable
|
|
27
27
|
}] });
|
|
28
28
|
const [QDS_NUMBER_INPUT_CONTEXT, useQdsNumberInputContext, provideQdsNumberInputContext,] = createApiContext("QdsNumberInputContext", QdsNumberInputContextService);
|
|
@@ -40,8 +40,8 @@ class NumberInputDecrementTriggerDirective extends CoreNumberInputDecrementTrigg
|
|
|
40
40
|
super();
|
|
41
41
|
this.trackBindings.extendWith(computed(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), this.qdsNumberInputContext().getDecrementTriggerBindings())));
|
|
42
42
|
}
|
|
43
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
44
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
43
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputDecrementTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputDecrementTriggerDirective, isStandalone: false, selector: "[q-number-input-decrement-trigger]", providers: [provideIcons({ Minus })], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0, template: `
|
|
45
45
|
<ng-content>
|
|
46
46
|
<svg
|
|
47
47
|
qIcon="Minus"
|
|
@@ -50,7 +50,7 @@ class NumberInputDecrementTriggerDirective extends CoreNumberInputDecrementTrigg
|
|
|
50
50
|
</ng-content>
|
|
51
51
|
`, isInline: true, dependencies: [{ kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
52
52
|
}
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputDecrementTriggerDirective, decorators: [{
|
|
54
54
|
type: Component,
|
|
55
55
|
args: [{
|
|
56
56
|
hostDirectives: [QuiPreloadDirective],
|
|
@@ -81,8 +81,8 @@ class NumberInputIncrementTriggerDirective extends CoreNumberInputIncrementTrigg
|
|
|
81
81
|
super();
|
|
82
82
|
this.trackBindings.extendWith(computed(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), this.qdsNumberInputContext().getIncrementTriggerBindings())));
|
|
83
83
|
}
|
|
84
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
85
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
84
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputIncrementTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
85
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputIncrementTriggerDirective, isStandalone: false, selector: "[q-number-input-increment-trigger]", providers: [provideIcons({ Plus })], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0, template: `
|
|
86
86
|
<ng-content>
|
|
87
87
|
<svg
|
|
88
88
|
qIcon="Plus"
|
|
@@ -91,7 +91,7 @@ class NumberInputIncrementTriggerDirective extends CoreNumberInputIncrementTrigg
|
|
|
91
91
|
</ng-content>
|
|
92
92
|
`, isInline: true, dependencies: [{ kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
93
93
|
}
|
|
94
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
94
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputIncrementTriggerDirective, decorators: [{
|
|
95
95
|
type: Component,
|
|
96
96
|
args: [{
|
|
97
97
|
hostDirectives: [QuiPreloadDirective],
|
|
@@ -129,8 +129,8 @@ class NumberInputControlDirective extends CoreNumberInputControlDirective {
|
|
|
129
129
|
super();
|
|
130
130
|
this.trackBindings.extendWith(computed(() => this.qdsNumberInputContext().getControlBindings()));
|
|
131
131
|
}
|
|
132
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
133
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
132
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
133
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputControlDirective, isStandalone: false, selector: "[q-number-input-control]", usesInheritance: true, ngImport: i0, template: `
|
|
134
134
|
<ng-content select="[q-number-input-decrement-trigger]">
|
|
135
135
|
<button q-number-input-decrement-trigger></button>
|
|
136
136
|
</ng-content>
|
|
@@ -140,7 +140,7 @@ class NumberInputControlDirective extends CoreNumberInputControlDirective {
|
|
|
140
140
|
</ng-content>
|
|
141
141
|
`, isInline: true, dependencies: [{ kind: "component", type: NumberInputDecrementTriggerDirective, selector: "[q-number-input-decrement-trigger]" }, { kind: "component", type: NumberInputIncrementTriggerDirective, selector: "[q-number-input-increment-trigger]" }] });
|
|
142
142
|
}
|
|
143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputControlDirective, decorators: [{
|
|
144
144
|
type: Component,
|
|
145
145
|
args: [{
|
|
146
146
|
selector: "[q-number-input-control]",
|
|
@@ -174,14 +174,14 @@ class NumberInputErrorIndicatorDirective extends CoreNumberInputErrorIndicatorDi
|
|
|
174
174
|
return mergeProps(this.inputErrorIndicatorContext.getBindings(), this.qdsNumberInputContext().getErrorIndicatorBindings());
|
|
175
175
|
}));
|
|
176
176
|
}
|
|
177
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
178
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
177
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
178
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: NumberInputErrorIndicatorDirective, isStandalone: false, selector: "[q-number-input-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
179
179
|
<ng-content>
|
|
180
180
|
<svg [qIcon]="icon()"></svg>
|
|
181
181
|
</ng-content>
|
|
182
182
|
`, isInline: true, dependencies: [{ kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
183
183
|
}
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputErrorIndicatorDirective, decorators: [{
|
|
185
185
|
type: Component,
|
|
186
186
|
args: [{
|
|
187
187
|
selector: "[q-number-input-error-indicator]",
|
|
@@ -202,10 +202,10 @@ class NumberInputErrorTextDirective extends CoreNumberInputErrorTextDirective {
|
|
|
202
202
|
super();
|
|
203
203
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getErrorTextBindings()));
|
|
204
204
|
}
|
|
205
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
206
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
205
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
206
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputErrorTextDirective, isStandalone: false, selector: "[q-number-input-error-text]", usesInheritance: true, ngImport: i0 });
|
|
207
207
|
}
|
|
208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputErrorTextDirective, decorators: [{
|
|
209
209
|
type: Directive,
|
|
210
210
|
args: [{
|
|
211
211
|
selector: "[q-number-input-error-text]",
|
|
@@ -221,10 +221,10 @@ class NumberInputHintDirective extends CoreNumberInputHintDirective {
|
|
|
221
221
|
super();
|
|
222
222
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getHintBindings()));
|
|
223
223
|
}
|
|
224
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
225
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
224
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
225
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputHintDirective, isStandalone: false, selector: "[q-number-input-hint]", usesInheritance: true, ngImport: i0 });
|
|
226
226
|
}
|
|
227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputHintDirective, decorators: [{
|
|
228
228
|
type: Directive,
|
|
229
229
|
args: [{
|
|
230
230
|
selector: "[q-number-input-hint]",
|
|
@@ -241,8 +241,8 @@ class NumberInputInputGroupDirective extends CoreNumberInputInputGroupDirective
|
|
|
241
241
|
super();
|
|
242
242
|
this.trackBindings.extendWith(computed(() => this.qdsNumberInputContext().getInputGroupBindings()));
|
|
243
243
|
}
|
|
244
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
245
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
244
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
245
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: NumberInputInputGroupDirective, isStandalone: false, selector: "[q-number-input-input-group]", usesInheritance: true, ngImport: i0, template: `
|
|
246
246
|
<ng-content select="[q-input-start-icon]">
|
|
247
247
|
@if (inputGroupContext().startIcon) {
|
|
248
248
|
<div q-input-start-icon [icon]="inputGroupContext().startIcon"></div>
|
|
@@ -256,7 +256,7 @@ class NumberInputInputGroupDirective extends CoreNumberInputInputGroupDirective
|
|
|
256
256
|
</ng-content>
|
|
257
257
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$1.InputStartIconComponent, selector: "[q-input-start-icon]", inputs: ["icon"] }, { kind: "component", type: i1$1.InputEndIconComponent, selector: "[q-input-end-icon]", inputs: ["icon"] }] });
|
|
258
258
|
}
|
|
259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputInputGroupDirective, decorators: [{
|
|
260
260
|
type: Component,
|
|
261
261
|
args: [{
|
|
262
262
|
selector: "[q-number-input-input-group]",
|
|
@@ -285,10 +285,10 @@ class NumberInputInputDirective extends CoreNumberInputInputDirective {
|
|
|
285
285
|
super();
|
|
286
286
|
this.trackBindings.extendWith(computed(() => this.qdsNumberInputContext().getInputBindings()));
|
|
287
287
|
}
|
|
288
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
289
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
288
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
289
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputInputDirective, isStandalone: false, selector: "input[q-number-input-input]", usesInheritance: true, ngImport: i0 });
|
|
290
290
|
}
|
|
291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputInputDirective, decorators: [{
|
|
292
292
|
type: Directive,
|
|
293
293
|
args: [{
|
|
294
294
|
selector: "input[q-number-input-input]",
|
|
@@ -304,8 +304,8 @@ class NumberInputLabelDirective extends CoreNumberInputLabelDirective {
|
|
|
304
304
|
super();
|
|
305
305
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getLabelBindings()));
|
|
306
306
|
}
|
|
307
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
308
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
307
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
308
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: NumberInputLabelDirective, isStandalone: false, selector: "[q-number-input-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
|
|
309
309
|
<ng-content />
|
|
310
310
|
@if (numberInputContext().required) {
|
|
311
311
|
<svg
|
|
@@ -316,7 +316,7 @@ class NumberInputLabelDirective extends CoreNumberInputLabelDirective {
|
|
|
316
316
|
}
|
|
317
317
|
`, isInline: true, dependencies: [{ kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
318
318
|
}
|
|
319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputLabelDirective, decorators: [{
|
|
320
320
|
type: Component,
|
|
321
321
|
args: [{
|
|
322
322
|
providers: [provideIcons({ Asterisk })],
|
|
@@ -388,14 +388,14 @@ class NumberInputRootDirective extends CoreNumberInputRootDirective {
|
|
|
388
388
|
}, normalizeProps)));
|
|
389
389
|
this.qdsNumberInputService.init(computed(() => createQdsNumberInputApi({ size: this.size() }, normalizeProps)));
|
|
390
390
|
}
|
|
391
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
392
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.
|
|
391
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
392
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: NumberInputRootDirective, isStandalone: false, selector: "[q-number-input-root]", inputs: { endIcon: { classPropertyName: "endIcon", publicName: "endIcon", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
393
393
|
provideNumberInputContext(),
|
|
394
394
|
provideQdsInputContext(),
|
|
395
395
|
provideQdsNumberInputContext(),
|
|
396
396
|
], usesInheritance: true, ngImport: i0 });
|
|
397
397
|
}
|
|
398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputRootDirective, decorators: [{
|
|
399
399
|
type: Directive,
|
|
400
400
|
args: [{
|
|
401
401
|
providers: [
|
|
@@ -455,8 +455,8 @@ class NumberInputComponent extends NumberInputRootDirective {
|
|
|
455
455
|
* passed to the internal input element.
|
|
456
456
|
*/
|
|
457
457
|
placeholder = input("", ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
|
|
458
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
459
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
458
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
459
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: NumberInputComponent, isStandalone: false, selector: "q-number-input", inputs: { 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 } }, providers: [
|
|
460
460
|
provideNumberInputContext(),
|
|
461
461
|
provideQdsInputContext(),
|
|
462
462
|
provideQdsNumberInputContext(),
|
|
@@ -494,7 +494,7 @@ class NumberInputComponent extends NumberInputRootDirective {
|
|
|
494
494
|
</ng-content>
|
|
495
495
|
`, isInline: true, dependencies: [{ kind: "component", type: NumberInputControlDirective, selector: "[q-number-input-control]" }, { kind: "directive", type: NumberInputErrorTextDirective, selector: "[q-number-input-error-text]" }, { kind: "directive", type: NumberInputHintDirective, selector: "[q-number-input-hint]" }, { kind: "directive", type: NumberInputInputDirective, selector: "input[q-number-input-input]" }, { kind: "component", type: NumberInputInputGroupDirective, selector: "[q-number-input-input-group]" }, { kind: "component", type: NumberInputLabelDirective, selector: "[q-number-input-label]" }, { kind: "component", type: NumberInputErrorIndicatorDirective, selector: "[q-number-input-error-indicator]", inputs: ["icon"] }] });
|
|
496
496
|
}
|
|
497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputComponent, decorators: [{
|
|
498
498
|
type: Component,
|
|
499
499
|
args: [{
|
|
500
500
|
providers: [
|
|
@@ -543,8 +543,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
|
|
|
543
543
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
544
544
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
545
545
|
class NumberInputModule {
|
|
546
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
547
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
546
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
547
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: NumberInputModule, declarations: [NumberInputControlDirective,
|
|
548
548
|
NumberInputErrorTextDirective,
|
|
549
549
|
NumberInputHintDirective,
|
|
550
550
|
NumberInputInputDirective,
|
|
@@ -568,10 +568,10 @@ class NumberInputModule {
|
|
|
568
568
|
NumberInputDecrementTriggerDirective,
|
|
569
569
|
NumberInputIncrementTriggerDirective,
|
|
570
570
|
NumberInputComponent] });
|
|
571
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
571
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputModule, imports: [InputStartIconComponent,
|
|
572
572
|
InputEndIconComponent] });
|
|
573
573
|
}
|
|
574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputModule, decorators: [{
|
|
575
575
|
type: NgModule,
|
|
576
576
|
args: [{
|
|
577
577
|
declarations: [
|
|
@@ -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.15", ngImport: i0, type: PaginationContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
31
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", 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.15", 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.12", 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.15", ngImport: i0, type: QdsPaginationContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
45
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationNextTriggerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
67
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationPageItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
96
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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.15", 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.12", 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.15", ngImport: i0, type: PaginationPageItemsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
124
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationPrevTriggerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
164
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationPageButtonsDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
187
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationPageMetadataDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
215
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationPageSizeLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
234
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationPageSizeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
253
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
329
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", 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.15", 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.12", 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.15", ngImport: i0, type: PaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
344
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", 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.15", 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.15", ngImport: i0, type: PaginationModule, decorators: [{
|
|
366
366
|
type: NgModule,
|
|
367
367
|
args: [{
|
|
368
368
|
declarations: [
|