@qualcomm-ui/angular 1.1.1 → 1.2.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/button/index.d.ts +3 -2
- package/button/index.d.ts.map +1 -1
- package/combobox/index.d.ts +1 -0
- package/combobox/index.d.ts.map +1 -1
- package/fesm2022/qualcomm-ui-angular-button.mjs +10 -6
- package/fesm2022/qualcomm-ui-angular-button.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-combobox.mjs +12 -9
- package/fesm2022/qualcomm-ui-angular-combobox.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +4 -1
- package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +8 -5
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-link.mjs +4 -1
- package/fesm2022/qualcomm-ui-angular-link.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-menu.mjs +12 -7
- package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-number-input.mjs +12 -8
- package/fesm2022/qualcomm-ui-angular-number-input.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-password-input.mjs +4 -1
- package/fesm2022/qualcomm-ui-angular-password-input.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +4 -1
- package/fesm2022/qualcomm-ui-angular-progress-ring.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +6 -3
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-switch.mjs +8 -4
- package/fesm2022/qualcomm-ui-angular-switch.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-table.mjs +6 -2
- package/fesm2022/qualcomm-ui-angular-table.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-text-input.mjs +10 -7
- package/fesm2022/qualcomm-ui-angular-text-input.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-theme.mjs +85 -57
- package/fesm2022/qualcomm-ui-angular-theme.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-transitions.mjs +34 -0
- package/fesm2022/qualcomm-ui-angular-transitions.mjs.map +1 -0
- package/inline-icon-button/index.d.ts +2 -1
- package/inline-icon-button/index.d.ts.map +1 -1
- package/inline-notification/index.d.ts +2 -1
- package/inline-notification/index.d.ts.map +1 -1
- package/link/index.d.ts +2 -1
- package/link/index.d.ts.map +1 -1
- package/menu/index.d.ts +2 -1
- package/menu/index.d.ts.map +1 -1
- package/number-input/index.d.ts +3 -2
- package/number-input/index.d.ts.map +1 -1
- package/package.json +8 -4
- package/password-input/index.d.ts +2 -1
- package/password-input/index.d.ts.map +1 -1
- package/progress-ring/index.d.ts +2 -1
- package/progress-ring/index.d.ts.map +1 -1
- package/segmented-control/index.d.ts +2 -1
- package/segmented-control/index.d.ts.map +1 -1
- package/switch/index.d.ts +3 -2
- package/switch/index.d.ts.map +1 -1
- package/table/index.d.ts +2 -1
- package/table/index.d.ts.map +1 -1
- package/text-input/index.d.ts +2 -1
- package/text-input/index.d.ts.map +1 -1
- package/theme/index.d.ts +36 -23
- package/theme/index.d.ts.map +1 -1
- package/transitions/index.d.ts +13 -0
- package/transitions/index.d.ts.map +1 -0
package/number-input/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { CoreNumberInputControlDirective, CoreNumberInputDecrementTriggerDirecti
|
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
5
|
import { OnInit } from '@angular/core';
|
|
6
6
|
import * as _qualcomm_ui_qds_core_inline_icon_button from '@qualcomm-ui/qds-core/inline-icon-button';
|
|
7
|
+
import * as i1 from '@qualcomm-ui/angular/transitions';
|
|
7
8
|
import * as _qualcomm_ui_angular_input from '@qualcomm-ui/angular/input';
|
|
8
9
|
import { QdsAngularInputApiProps, QdsInputContextService } from '@qualcomm-ui/angular/input';
|
|
9
10
|
import * as _qualcomm_ui_angular_core_lucide from '@qualcomm-ui/angular-core/lucide';
|
|
@@ -39,7 +40,7 @@ declare class NumberInputDecrementTriggerDirective extends CoreNumberInputDecrem
|
|
|
39
40
|
protected readonly inlineIconButtonApi: i0.Signal<_qualcomm_ui_qds_core_inline_icon_button.QdsInlineIconButtonApi>;
|
|
40
41
|
constructor();
|
|
41
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputDecrementTriggerDirective, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputDecrementTriggerDirective, "[q-number-input-decrement-trigger]", never, {}, {}, never, ["*"], false,
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputDecrementTriggerDirective, "[q-number-input-decrement-trigger]", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
declare class NumberInputErrorIndicatorDirective extends CoreNumberInputErrorIndicatorDirective {
|
|
@@ -75,7 +76,7 @@ declare class NumberInputIncrementTriggerDirective extends CoreNumberInputIncrem
|
|
|
75
76
|
protected readonly inlineIconButtonApi: i0.Signal<_qualcomm_ui_qds_core_inline_icon_button.QdsInlineIconButtonApi>;
|
|
76
77
|
constructor();
|
|
77
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputIncrementTriggerDirective, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputIncrementTriggerDirective, "[q-number-input-increment-trigger]", never, {}, {}, never, ["*"], false,
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputIncrementTriggerDirective, "[q-number-input-increment-trigger]", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
|
|
79
80
|
}
|
|
80
81
|
|
|
81
82
|
declare class NumberInputInputGroupDirective extends CoreNumberInputInputGroupDirective {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/number-input/number-input-control.directive.ts","../../src/number-input/number-input-decrement-trigger.directive.ts","../../src/number-input/number-input-error-indicator.directive.ts","../../src/number-input/number-input-error-text.directive.ts","../../src/number-input/number-input-hint.directive.ts","../../src/number-input/number-input-increment-trigger.directive.ts","../../src/number-input/number-input-input-group.directive.ts","../../src/number-input/number-input-input.directive.ts","../../src/number-input/number-input-label.directive.ts","../../src/number-input/qds-number-input-context.service.ts","../../src/number-input/number-input-root.directive.ts","../../src/number-input/number-input.component.ts","../../src/number-input/number-input.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/number-input/number-input-control.directive.ts","../../src/number-input/number-input-decrement-trigger.directive.ts","../../src/number-input/number-input-error-indicator.directive.ts","../../src/number-input/number-input-error-text.directive.ts","../../src/number-input/number-input-hint.directive.ts","../../src/number-input/number-input-increment-trigger.directive.ts","../../src/number-input/number-input-input-group.directive.ts","../../src/number-input/number-input-input.directive.ts","../../src/number-input/number-input-label.directive.ts","../../src/number-input/qds-number-input-context.service.ts","../../src/number-input/number-input-root.directive.ts","../../src/number-input/number-input.component.ts","../../src/number-input/number-input.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;;;;;;;;;;;;AASA;;;;;;;;;;;AAWG;AACH,cAAA,2BAAA,SAAA,+BAAA;AAcE,oDAAwC,kCAAA,CAAA,iBAAA;;;;AAQzC;;AC7BD,cAAA,oCAAA,SAAA,wCAAA;AAeE,oDAAwC,kCAAA,CAAA,iBAAA;AACxC,4CAAsCA,EAAA,QAAA,wCAAA,CAAA,sBAAA;;;;AAiBvC;;AClCD,cAAA,kCAAA,SAAA,sCAAA;AAUE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,kBAAA;0CAEiB,kCAAA,CAAA,iBAAA;yCACK,0BAAA,CAAA,4BAAA;;;;AAapC;;ACpCD,cAAA,6BAAA,SAAA,iCAAA;AAKE,yCAA6B,2BAAA,aAAA,gCAAA,CAAA,kBAAA;;;;AAQ9B;;ACbD,cAAA,wBAAA,SAAA,4BAAA;AAKE,yCAA6B,2BAAA,aAAA,gCAAA,CAAA,kBAAA;;;;AAQ9B;;ACPD,cAAA,oCAAA,SAAA,wCAAA;AAeE,oDAAwC,kCAAA,CAAA,iBAAA;AACxC,4CAAsCA,EAAA,QAAA,wCAAA,CAAA,sBAAA;;;;AAiBvC;;ACrCD,cAAA,8BAAA,SAAA,kCAAA;AAkBE,oDAAwC,kCAAA,CAAA,iBAAA;iCAEb,0BAAA,CAAA,mBAAA;;;;AAQ5B;;AC7BD,cAAA,yBAAA,SAAA,6BAAA;AAKE,oDAAwC,kCAAA,CAAA,iBAAA;;;;AAQzC;;ACZD,cAAA,yBAAA,SAAA,6BAAA;AAgBE,yCAA6B,2BAAA,aAAA,gCAAA,CAAA,kBAAA;;;;AAQ9B;;ACtBD,cAAA,4BAAA,SAAA,qBAAA,CAAA,iBAAA;;;AAC6F;AAE7F,cAAA,wBAAA,EAC0BA,EAAA,CAAA,cAAA,OAAA,iBAAA;AAAA,cACxB,oEAAwB,iCAAA,CAAA,cAAA,0DAAA,iBAAA,iBAAA,iBAAA;AAAA,cACxB;;ACUF,cAAA,wBAAA,SAAA,4BAAA,YAAA,cAAA,CAAA,sBAAA,GAAA,cAAA,CAAA,uBAAA,GAAA,MAAA;AAgBE;;;;;;;;;;;;AAYG;AACH,sBAAgBA,EAAA,CAAA,WAAA;;AAA2C;AAE3D;;;;;AAKG;mBACUA,EAAA,CAAA,WAAA,CAAA,YAAA;AAEb;;;;;;;;;;;;AAYG;AACH,wBAAkBA,EAAA,CAAA,WAAA;;AAA2C;;;;;;;AAkC9D;;ACvGD,cAAA,oBAAA,SAAA,wBAAA;AA2CE;;;;;;;;;;AAUG;wBACeA,EAAA,CAAA,WAAA;AAElB;;;;;;;;;;;AAWG;mBACUA,EAAA,CAAA,WAAA;AAEb;;;;;;;;;;;;AAYG;oBACWA,EAAA,CAAA,WAAA;AAEd;;;AAGG;0BACiBA,EAAA,CAAA,WAAA;;;AACrB;;AC7ED,cAAA,iBAAA;;;;AAkCiC;;;;"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualcomm-ui/angular",
|
|
3
3
|
"description": "QUI Angular Components",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.2.0",
|
|
5
5
|
"author": "Ryan Bower",
|
|
6
6
|
"license": "BSD-3-Clause-Clear",
|
|
7
7
|
"repository": "https://github.com/qualcomm/qualcomm-ui",
|
|
@@ -173,6 +173,10 @@
|
|
|
173
173
|
"types": "./tooltip/index.d.ts",
|
|
174
174
|
"default": "./fesm2022/qualcomm-ui-angular-tooltip.mjs"
|
|
175
175
|
},
|
|
176
|
+
"./transitions": {
|
|
177
|
+
"types": "./transitions/index.d.ts",
|
|
178
|
+
"default": "./fesm2022/qualcomm-ui-angular-transitions.mjs"
|
|
179
|
+
},
|
|
176
180
|
"./tree": {
|
|
177
181
|
"types": "./tree/index.d.ts",
|
|
178
182
|
"default": "./fesm2022/qualcomm-ui-angular-tree.mjs"
|
|
@@ -189,9 +193,9 @@
|
|
|
189
193
|
"@angular/forms": ">=20.1.0 <21",
|
|
190
194
|
"@angular/platform-browser": ">=20.1.0 <21",
|
|
191
195
|
"@angular/platform-browser-dynamic": ">=20.1.0 <21",
|
|
192
|
-
"@qualcomm-ui/angular-core": "^1.0.
|
|
193
|
-
"@qualcomm-ui/core": "^1.0.
|
|
194
|
-
"@qualcomm-ui/qds-core": "^1.
|
|
196
|
+
"@qualcomm-ui/angular-core": "^1.0.4",
|
|
197
|
+
"@qualcomm-ui/core": "^1.0.6",
|
|
198
|
+
"@qualcomm-ui/qds-core": "^1.2.0",
|
|
195
199
|
"@qualcomm-ui/utils": "^1.0.3",
|
|
196
200
|
"@tanstack/virtual-core": ">=3.13.12",
|
|
197
201
|
"lucide-angular": ">=0.487.0 <1",
|
|
@@ -10,6 +10,7 @@ import * as _qualcomm_ui_qds_core_input from '@qualcomm-ui/qds-core/input';
|
|
|
10
10
|
import { QdsInputSize } from '@qualcomm-ui/qds-core/input';
|
|
11
11
|
import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
|
|
12
12
|
import * as _qualcomm_ui_qds_core_inline_icon_button from '@qualcomm-ui/qds-core/inline-icon-button';
|
|
13
|
+
import * as i1 from '@qualcomm-ui/angular/transitions';
|
|
13
14
|
import { Booleanish } from '@qualcomm-ui/utils/coercion';
|
|
14
15
|
import * as i11 from '@qualcomm-ui/angular/icon';
|
|
15
16
|
import * as i12 from '@qualcomm-ui/angular-core/machine';
|
|
@@ -125,7 +126,7 @@ declare class PasswordInputVisibilityTriggerDirective extends CorePasswordInputV
|
|
|
125
126
|
protected readonly buttonApi: i0.Signal<_qualcomm_ui_qds_core_inline_icon_button.QdsInlineIconButtonApi>;
|
|
126
127
|
constructor();
|
|
127
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputVisibilityTriggerDirective, never>;
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputVisibilityTriggerDirective, "[q-password-input-visibility-trigger]", never, { "iconOff": { "alias": "iconOff"; "required": false; "isSignal": true; }; "iconOn": { "alias": "iconOn"; "required": false; "isSignal": true; }; }, {}, never, never, false,
|
|
129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputVisibilityTriggerDirective, "[q-password-input-visibility-trigger]", never, { "iconOff": { "alias": "iconOff"; "required": false; "isSignal": true; }; "iconOn": { "alias": "iconOn"; "required": false; "isSignal": true; }; }, {}, never, never, false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
|
|
129
130
|
}
|
|
130
131
|
|
|
131
132
|
declare class PasswordInputComponent extends PasswordInputRootDirective {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/password-input/password-input-clear-trigger.directive.ts","../../src/password-input/password-input-error-indicator.directive.ts","../../src/password-input/password-input-error-text.directive.ts","../../src/password-input/password-input-hint.directive.ts","../../src/password-input/password-input-input-group.directive.ts","../../src/password-input/password-input-input.directive.ts","../../src/password-input/password-input-label.directive.ts","../../src/password-input/password-input-root.directive.ts","../../src/password-input/password-input-visibility-trigger.directive.ts","../../src/password-input/password-input.component.ts","../../src/password-input/password-input.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/password-input/password-input-clear-trigger.directive.ts","../../src/password-input/password-input-error-indicator.directive.ts","../../src/password-input/password-input-error-text.directive.ts","../../src/password-input/password-input-hint.directive.ts","../../src/password-input/password-input-input-group.directive.ts","../../src/password-input/password-input-input.directive.ts","../../src/password-input/password-input-label.directive.ts","../../src/password-input/password-input-root.directive.ts","../../src/password-input/password-input-visibility-trigger.directive.ts","../../src/password-input/password-input.component.ts","../../src/password-input/password-input.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;;;;;;;;;;;AAUA,cAAA,kCAAA,SAAA,sCAAA;AASE,4CAAsC,0BAAA,CAAA,0BAAA;;;;AAQvC;;ACjBD,cAAA,oCAAA,SAAA,wCAAA;AAUE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,kBAAA;AAEb,mDAA6C,0BAAA,CAAA,4BAAA;;;;AAQ9C;;ACzBD,cAAA,+BAAA,SAAA,mCAAA;AAeE;;AAEG;AACH,mBAAaA,EAAA,CAAA,WAAA;;AAA+B;AAE5C,yCAAmC,0BAAA,CAAA,uBAAA;AAEnC,2CAAqC,+BAAA,CAAA,uBAAA;;;;AAMtC;;AC9BD,cAAA,0BAAA,SAAA,8BAAA;AAKE,oCAA8B,0BAAA,CAAA,kBAAA;;;;AAM/B;;ACXD,cAAA,gCAAA,SAAA,oCAAA;AAcE,0CAAoC,0BAAA,CAAA,mBAAA;;;;AAMrC;;ACpBD,cAAA,2BAAA,SAAA,+BAAA;4BAKwB,0BAAA,CAAA,mBAAA;;;;AAMvB;;ACTD,cAAA,2BAAA,SAAA,+BAAA;AAgBE,8CAAkC,2BAAA,aAAA,gCAAA,CAAA,kBAAA;;;;AAQnC;;ACdD,cAAA,0BAAA,SAAA,8BAAA,YAAA,cAAA,CAAA,IAAA,CAAA,uBAAA,eAAA,MAAA;AAqBE;;;;;AAKG;mBACUA,EAAA,CAAA,WAAA,CAAA,YAAA;AAEb;;;;;;;;;;;;AAYG;AACH,wBAAkBA,EAAA,CAAA,WAAA;;AAA2C;AAE7D,wCAAA,sBAAA;;;;;AAqBD;;ACpED,cAAA,uCAAA,SAAA,2CAAA;AAUE;;;;AAIG;sBACaA,EAAA,CAAA,WAAA,CAAA,kBAAA;AAEhB;;;;AAIG;qBACYA,EAAA,CAAA,WAAA,CAAA,kBAAA;mBAEFA,EAAA,CAAA,MAAA,CAAA,kBAAA;AAIb,yCAA6B,2BAAA,CAAA,WAAA,CAAA,kBAAA;AAE7B,kCAA4BA,EAAA,QAAA,wCAAA,CAAA,sBAAA;;;;AAgB7B;;AC5CD,cAAA,sBAAA,SAAA,0BAAA;AAyDE;;;;;AAKG;wBACeA,EAAA,CAAA,wBAAA,sBAAA,UAAA;AAIlB;;;;;;;;;AASG;wBACeA,EAAA,CAAA,WAAA;AAElB;;;;;;;;;;AAUG;mBACUA,EAAA,CAAA,WAAA;AAEb;;;;;;;;;;;AAWG;oBACWA,EAAA,CAAA,WAAA;AAEd;;;AAGG;0BACiBA,EAAA,CAAA,WAAA;AAEpB;;;;;;;;;;;;AAYG;AACH,wBAA2BA,EAAA,CAAA,WAAA,CAAA,kBAAA;gCAEDA,EAAA,CAAA,MAAA;;;AAK3B;;ACnID,cAAA,mBAAA;;;;AA2BmC;;;;"}
|
package/progress-ring/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { QdsProgressRingApi, QdsProgressRingApiProps, QdsProgressRingEmphasis, Q
|
|
|
3
3
|
import { CoreProgressRingBarDirective, CoreProgressRingCircleDirective, CoreProgressRingErrorTextDirective, CoreProgressRingLabelDirective, CoreProgressRingRootDirective, CoreProgressRingTrackDirective, CoreProgressRingValueTextDirective } from '@qualcomm-ui/angular-core/progress-ring';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
5
|
import { OnInit } from '@angular/core';
|
|
6
|
+
import * as i1 from '@qualcomm-ui/angular/transitions';
|
|
6
7
|
import * as _qualcomm_ui_angular_core_machine from '@qualcomm-ui/angular-core/machine';
|
|
7
8
|
import { ApiContextDirective, BaseApiContextService } from '@qualcomm-ui/angular-core/machine';
|
|
8
9
|
import { ProgressApi } from '@qualcomm-ui/core/progress';
|
|
@@ -12,7 +13,7 @@ declare class ProgressRingBarDirective extends CoreProgressRingBarDirective {
|
|
|
12
13
|
protected readonly qdsContext: () => _qualcomm_ui_qds_core_progress_ring.QdsProgressRingApi;
|
|
13
14
|
constructor();
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressRingBarDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressRingBarDirective, "circle[q-progress-ring-bar]", never, {}, {}, never, never, false,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressRingBarDirective, "circle[q-progress-ring-bar]", never, {}, {}, never, never, false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
declare class ProgressRingCircleContainerDirective implements OnInit {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/progress-ring/progress-ring-bar.directive.ts","../../src/progress-ring/progress-ring-circle-container.directive.ts","../../src/progress-ring/progress-ring-circle.directive.ts","../../src/progress-ring/progress-ring-context.directive.ts","../../src/progress-ring/progress-ring-error-text.directive.ts","../../src/progress-ring/progress-ring-label.directive.ts","../../src/progress-ring/qds-progress-ring-context.service.ts","../../src/progress-ring/progress-ring-root.directive.ts","../../src/progress-ring/progress-ring-track.directive.ts","../../src/progress-ring/progress-ring-value-text.directive.ts","../../src/progress-ring/progress-ring.directive.ts","../../src/progress-ring/progress-ring.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/progress-ring/progress-ring-bar.directive.ts","../../src/progress-ring/progress-ring-circle-container.directive.ts","../../src/progress-ring/progress-ring-circle.directive.ts","../../src/progress-ring/progress-ring-context.directive.ts","../../src/progress-ring/progress-ring-error-text.directive.ts","../../src/progress-ring/progress-ring-label.directive.ts","../../src/progress-ring/qds-progress-ring-context.service.ts","../../src/progress-ring/progress-ring-root.directive.ts","../../src/progress-ring/progress-ring-track.directive.ts","../../src/progress-ring/progress-ring-value-text.directive.ts","../../src/progress-ring/progress-ring.directive.ts","../../src/progress-ring/progress-ring.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;;;;;AAUA,cAAA,wBAAA,SAAA,4BAAA;AAME,yCAA6B,mCAAA,CAAA,kBAAA;;;;AAQ9B;;ACfD,cAAA,oCAAA,YAAA,MAAA;AAKE,yCAA6B,mCAAA,CAAA,kBAAA;+CAEG,iCAAA,CAAA,mBAAA;;;AAE/B;;;;AAKF;;ACdD,cAAA,2BAAA,SAAA,+BAAA;AAWE,yCAA6B,mCAAA,CAAA,kBAAA;;;;AAQ9B;;ACnBD,cAAA,4BAAA,SAAA,mBAAA,CAAA,WAAA;;AAUE;;;AAGG;AACH,uCAAA,4BAAA;;AAGkC;;;AAGnC;;ACpBD,cAAA,8BAAA,SAAA,kCAAA;AAKE,yCAA6B,mCAAA,CAAA,kBAAA;;;;AAQ9B;;ACbD,cAAA,0BAAA,SAAA,8BAAA;AAKE,yCAA6B,mCAAA,CAAA,kBAAA;;;;AAQ9B;;ACVD,cAAA,6BAAA,SAAA,qBAAA,CAAA,kBAAA;;;AAC+F;AAE/F,cAAA,yBAAA,EAC2BA,EAAA,CAAA,cAAA,OAAA,kBAAA;AAAA,cACzB,qEAAyB,iCAAA,CAAA,cAAA,0DAAA,kBAAA,iBAAA,kBAAA;AAAA,cACzB;;ACMF,cAAA,yBAAA,SAAA,6BAAA,YAAA,cAAA,CAAA,uBAAA;AASE;;;;AAIG;uBACcA,EAAA,CAAA,WAAA,CAAA,uBAAA;AAEjB;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,mBAAA;AAEb;;;;;AAKG;wBACeA,EAAA,CAAA,WAAA;AAElB,+CAAA,6BAAA;;;;AAuBD;;ACrED,cAAA,0BAAA,SAAA,8BAAA;AAKE,yCAA6B,mCAAA,CAAA,kBAAA;;;;AAQ9B;;ACbD,cAAA,8BAAA,SAAA,kCAAA;AAKE,yCAA6B,mCAAA,CAAA,kBAAA;;;;AAQ9B;;ACZD,cAAA,qBAAA,SAAA,yBAAA;AAwBE;;;;;;;;AAQG;wBACeA,EAAA,CAAA,WAAA;AAElB;;;;;;;;AAQG;oBACWA,EAAA,CAAA,WAAA;;;AACf;;ACvCD,cAAA,kBAAA;;;;AA0BkC;;;;"}
|
|
@@ -5,6 +5,7 @@ import * as _qualcomm_ui_qds_core_segmented_control from '@qualcomm-ui/qds-core/
|
|
|
5
5
|
import { QdsSegmentedControlApi, QdsSegmentedControlApiProps, QdsSegmentedControlSize, QdsSegmentedControlVariant, QdsSegmentedControlLayout } from '@qualcomm-ui/qds-core/segmented-control';
|
|
6
6
|
import { CoreSegmentedControlRootDirective, CoreSegmentedControlItemDirective, CoreSegmentedControlItemTextDirective, CoreSegmentedControlHiddenInputDirective } from '@qualcomm-ui/angular-core/segmented-control';
|
|
7
7
|
import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
|
|
8
|
+
import * as i1 from '@qualcomm-ui/angular/transitions';
|
|
8
9
|
import * as i6 from '@qualcomm-ui/angular/icon';
|
|
9
10
|
|
|
10
11
|
declare class QdsSegmentedControlContextService extends BaseApiContextService<QdsSegmentedControlApi> {
|
|
@@ -40,7 +41,7 @@ declare class SegmentedControlItemRootDirective extends CoreSegmentedControlItem
|
|
|
40
41
|
protected readonly qdsSegmentedControlContext: () => _qualcomm_ui_qds_core_segmented_control.QdsSegmentedControlApi;
|
|
41
42
|
ngOnInit(): void;
|
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedControlItemRootDirective, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedControlItemRootDirective, "[q-segmented-control-item-root]", never, {}, {}, never, never, false,
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentedControlItemRootDirective, "[q-segmented-control-item-root]", never, {}, {}, never, never, false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
declare class SegmentedControlItemComponent extends SegmentedControlItemRootDirective {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/segmented-control/qds-segmented-control-context.service.ts","../../src/segmented-control/segmented-control.directive.ts","../../src/segmented-control/segmented-control-item-root.directive.ts","../../src/segmented-control/segmented-control-item.component.ts","../../src/segmented-control/segmented-control-item-text.directive.ts","../../src/segmented-control/segmented-control-hidden-input.directive.ts","../../src/segmented-control/segmented-control.module.ts"],"sourcesContent":[null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/segmented-control/qds-segmented-control-context.service.ts","../../src/segmented-control/segmented-control.directive.ts","../../src/segmented-control/segmented-control-item-root.directive.ts","../../src/segmented-control/segmented-control-item.component.ts","../../src/segmented-control/segmented-control-item-text.directive.ts","../../src/segmented-control/segmented-control-hidden-input.directive.ts","../../src/segmented-control/segmented-control.module.ts"],"sourcesContent":[null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;;;;AAYA,cAAA,iCAAA,SAAA,qBAAA,CAAA,sBAAA;;;AACuG;AAEvG,cAAA,6BAAA,EAC+BA,EAAA,CAAA,cAAA,OAAA,sBAAA;AAAA,cAC7B,yEAA6B,iCAAA,CAAA,cAAA,0DAAA,sBAAA,iBAAA,sBAAA;AAAA,cAC7B;;ACMF,cAAA,yBAAA,SAAA,iCAAA,YAAA,cAAA,CAAA,2BAAA;AAYE;;;AAGG;mBACUA,EAAA,CAAA,WAAA,CAAA,uBAAA;AAEb;;AAEG;sBACaA,EAAA,CAAA,WAAA,CAAA,0BAAA;AAEhB;;AAEG;qBACYA,EAAA,CAAA,WAAA,CAAA,yBAAA;AAEf,mDAAA,iCAAA;;;;;AA6BD;;ACtED,cAAA,iCAAA,SAAA,iCAAA;AAOE,yDAA6C,uCAAA,CAAA,sBAAA;;;;AAU9C;;AClBD,cAAA,6BAAA,SAAA,iCAAA;mBAqBeA,EAAA,CAAA,WAAA;AACb,mBAAaA,EAAA,CAAA,WAAA;;AAA+B;;;AAC7C;;ACxBD;;AAEG;AACH,cAAA,iCAAA,SAAA,qCAAA;AAKE,yDAA6C,uCAAA,CAAA,sBAAA;;;;AAS9C;;ACjBD;;AAEG;AACH,cAAA,oCAAA,SAAA,wCAAA;AAKE,yDAA6C,uCAAA,CAAA,sBAAA;;;;AAW9C;;ACfD,cAAA,sBAAA;;;;AAiBsC;;;;"}
|
package/switch/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import * as i0 from '@angular/core';
|
|
|
4
4
|
import * as _qualcomm_ui_qds_core_switch from '@qualcomm-ui/qds-core/switch';
|
|
5
5
|
import { QdsSwitchApi, QdsSwitchApiProps, QdsSwitchSize } from '@qualcomm-ui/qds-core/switch';
|
|
6
6
|
import { CoreSwitchControlDirective, CoreSwitchErrorTextDirective, CoreSwitchHiddenInputDirective, CoreSwitchLabelDirective, CoreSwitchThumbDirective, CoreSwitchRootDirective } from '@qualcomm-ui/angular-core/switch';
|
|
7
|
+
import * as i1 from '@qualcomm-ui/angular/transitions';
|
|
7
8
|
import { LucideIconOrString } from '@qualcomm-ui/angular-core/lucide';
|
|
8
9
|
import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
|
|
9
10
|
import * as i9 from '@qualcomm-ui/angular/icon';
|
|
@@ -20,7 +21,7 @@ declare class SwitchControlComponent extends CoreSwitchControlDirective {
|
|
|
20
21
|
protected readonly qdsSwitchContext: () => _qualcomm_ui_qds_core_switch.QdsSwitchApi;
|
|
21
22
|
constructor();
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchControlComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchControlComponent, "[q-switch-control]", never, {}, {}, never, ["*"], false,
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwitchControlComponent, "[q-switch-control]", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
declare class SwitchErrorTextComponent extends CoreSwitchErrorTextDirective {
|
|
@@ -54,7 +55,7 @@ declare class SwitchThumbDirective extends CoreSwitchThumbDirective {
|
|
|
54
55
|
protected readonly qdsSwitchContext: () => _qualcomm_ui_qds_core_switch.QdsSwitchApi;
|
|
55
56
|
constructor();
|
|
56
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchThumbDirective, never>;
|
|
57
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SwitchThumbDirective, "[q-switch-thumb]", never, {}, {}, never, never, false,
|
|
58
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SwitchThumbDirective, "[q-switch-thumb]", never, {}, {}, never, never, false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
declare class SwitchRootDirective extends CoreSwitchRootDirective implements SignalifyInput<QdsSwitchApiProps> {
|
package/switch/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/switch/qds-switch-context.service.ts","../../src/switch/switch-control.component.ts","../../src/switch/switch-error-text.component.ts","../../src/switch/switch-hidden-input.directive.ts","../../src/switch/switch-label.directive.ts","../../src/switch/switch-thumb.directive.ts","../../src/switch/switch-root.directive.ts","../../src/switch/switch.component.ts","../../src/switch/switch.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/switch/qds-switch-context.service.ts","../../src/switch/switch-control.component.ts","../../src/switch/switch-error-text.component.ts","../../src/switch/switch-hidden-input.directive.ts","../../src/switch/switch-label.directive.ts","../../src/switch/switch-thumb.directive.ts","../../src/switch/switch-root.directive.ts","../../src/switch/switch.component.ts","../../src/switch/switch.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;;;;;AAYA,cAAA,uBAAA,SAAA,qBAAA,CAAA,YAAA;;;AACmF;AAEnF,cAAA,kBAAA,EACoBA,EAAA,CAAA,cAAA,OAAA,YAAA;AAAA,cAClB,+DAAmB,iCAAA,CAAA,cAAA,0DAAA,YAAA,iBAAA,YAAA;AAAA,cACnB;;ACRF,cAAA,sBAAA,SAAA,0BAAA;AAWE,+CAAmC,4BAAA,CAAA,YAAA;;;;AAQpC;;AClBD,cAAA,wBAAA,SAAA,4BAAA;AASE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,kBAAA;AAEb,+CAAmC,4BAAA,CAAA,YAAA;;;;AAQpC;;ACzBD,cAAA,0BAAA,SAAA,8BAAA;AAKE,+CAAmC,4BAAA,CAAA,YAAA;;;;AAYpC;;AClBD,cAAA,oBAAA,SAAA,wBAAA;AAKE,+CAAmC,4BAAA,CAAA,YAAA;;;;AAQpC;;ACZD,cAAA,oBAAA,SAAA,wBAAA;AAME,+CAAmC,4BAAA,CAAA,YAAA;;;;AAQpC;;ACFD,cAAA,mBAAA,SAAA,uBAAA,YAAA,cAAA,CAAA,iBAAA;AASE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,aAAA;;;;;AAed;;ACzCD,cAAA,eAAA,SAAA,mBAAA;AA8BE;;;;;;;;;;;;AAYG;wBACeA,EAAA,CAAA,WAAA;AAElB;;;;;;;;;;;;AAYG;oBACWA,EAAA,CAAA,WAAA;;;AACf;;ACrDD,cAAA,YAAA;;;;AAqB4B;;;;"}
|
package/table/index.d.ts
CHANGED
|
@@ -375,6 +375,7 @@ declare class TableRowDropIndicatorDirective implements OnInit, SignalifyInput<Q
|
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
declare class TableRowExpandButtonDirective implements OnInit, SignalifyInput<QdsTableRowExpandButtonProps> {
|
|
378
|
+
readonly isExpanded: i0.InputSignalWithTransform<boolean | undefined, Booleanish>;
|
|
378
379
|
/**
|
|
379
380
|
* The row associated with the expand button.
|
|
380
381
|
*/
|
|
@@ -392,7 +393,7 @@ declare class TableRowExpandButtonDirective implements OnInit, SignalifyInput<Qd
|
|
|
392
393
|
};
|
|
393
394
|
ngOnInit(): void;
|
|
394
395
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowExpandButtonDirective, never>;
|
|
395
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowExpandButtonDirective, "[q-table-row-expand-button]", never, { "row": { "alias": "row"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
396
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowExpandButtonDirective, "[q-table-row-expand-button]", never, { "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "row": { "alias": "row"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
396
397
|
}
|
|
397
398
|
|
|
398
399
|
declare class TableRowDirective implements OnInit, SignalifyInput<QdsTableRowProps> {
|
package/table/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/table/types/context.ts","../../src/table/components/custom/cell-component-context.directive.ts","../../src/table/components/qds-table-api.ts","../../src/table/components/renderers/render-cell.directive.ts","../../src/table/components/renderers/render-footer.directive.ts","../../src/table/components/renderers/render-header.directive.ts","../../src/table/components/table-action-bar.directive.ts","../../src/table/components/table-body.directive.ts","../../src/table/components/table-cell-action.directive.ts","../../src/table/components/table-cell.directive.ts","../../src/table/components/table-column-drag-handle.directive.ts","../../src/table/components/table-column-drag-preview.directive.ts","../../src/table/components/table-column-drop-indicator.directive.ts","../../src/table/components/table-column-filter-action.directive.ts","../../src/table/components/table-column-header-action.directive.ts","../../src/table/components/table-column-resize-handle.directive.ts","../../src/table/components/table-column-sort-action.directive.ts","../../src/table/components/table-footer.directive.ts","../../src/table/components/table-header-cell.directive.ts","../../src/table/components/table-header.directive.ts","../../src/table/components/table-pagination.directive.ts","../../src/table/components/table-root.directive.ts","../../src/table/components/table-row-drag-handle.directive.ts","../../src/table/components/table-row-drag-preview.directive.ts","../../src/table/components/table-row-drop-indicator.directive.ts","../../src/table/components/table-row-expand-button.directive.ts","../../src/table/components/table-row.directive.ts","../../src/table/components/table-scroll-container.directive.ts","../../src/table/components/table-table.directive.ts","../../src/table/components/table-title-bar.directive.ts","../../src/table/components/table.module.ts","../../src/table/model/create-angular-table.ts","../../src/table/model/create-pagination-helper.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;AAWM;;AAQL;AAEK;;AAQL;;ACpBD;;;;AASC;;ACZD;;ACWA;AAKE;AACA;AAEA;;AAEG;;AAGH;;;AAGG;;AAGH;;;AAGG;;;;AAsBH;;;AAoCD;;AClFD;AAKE;AACA;AAEA;;AAEG;;;;AAcH;;;AAuBD;;AC/CD;AAKE;AACA;AAEA;;AAEG;;;;AAcH;;;AAuBD;;ACrDD;;;;AAOI;;;;AAKH;;ACZD;;;;AAOI;;;;AAKH;;ACTD;AAWE;;AAEG;;AAGH;;;;AAWC;;;;AAKF;;AChCD;AAOE;;AAEG;;;;;AAOF;;;;AAKF;;ACjBD;AAYE;;;;AAIG;;AAGH;;;;AAWC;;;;AAKF;;AC1CD;;;;AAOI;AAEF;;;;AAKD;;ACZD;AAOE;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;;;;AAWF;;;;AAKF;;AC/BD;AAgBE;;AAEG;;AAGH;;;;AAIG;;AAGH;AAIA;;;;AAaC;;;;AAKF;;ACzDD;AAWE;;AAEG;;AAGH;;;;AAWC;;;;AAKF;;ACzBD;AAcE;;AAEG;;AAGH;;;;AAIG;;AAGH;;;;AAaC;;;;AAKF;;AC5CD;AAgBE;;AAEG;;AAGH;AAEA;AAKA;;;;AAaC;;;;AAKF;;ACxDD;;;;AAOI;;;;AAKH;;ACHD;AAOE;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;;;;AAYF;;;;AAKF;;ACxDD;;;;AAOI;;;;AAKH;;ACZD;;;;AAWC;;ACLD;AAOE;;AAEG;;AAQH;;;;AAIG;;;;;AAQF;;;;AAKF;;ACjCD;AAYE;;;;AAIG;;AAGH;;;;AAWC;;;;AAKF;;AC1CD;;;;AAOI;;;;AAKH;;ACVD;AAOE;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;;;;AAWF;;;;AAKF;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/table/types/context.ts","../../src/table/components/custom/cell-component-context.directive.ts","../../src/table/components/qds-table-api.ts","../../src/table/components/renderers/render-cell.directive.ts","../../src/table/components/renderers/render-footer.directive.ts","../../src/table/components/renderers/render-header.directive.ts","../../src/table/components/table-action-bar.directive.ts","../../src/table/components/table-body.directive.ts","../../src/table/components/table-cell-action.directive.ts","../../src/table/components/table-cell.directive.ts","../../src/table/components/table-column-drag-handle.directive.ts","../../src/table/components/table-column-drag-preview.directive.ts","../../src/table/components/table-column-drop-indicator.directive.ts","../../src/table/components/table-column-filter-action.directive.ts","../../src/table/components/table-column-header-action.directive.ts","../../src/table/components/table-column-resize-handle.directive.ts","../../src/table/components/table-column-sort-action.directive.ts","../../src/table/components/table-footer.directive.ts","../../src/table/components/table-header-cell.directive.ts","../../src/table/components/table-header.directive.ts","../../src/table/components/table-pagination.directive.ts","../../src/table/components/table-root.directive.ts","../../src/table/components/table-row-drag-handle.directive.ts","../../src/table/components/table-row-drag-preview.directive.ts","../../src/table/components/table-row-drop-indicator.directive.ts","../../src/table/components/table-row-expand-button.directive.ts","../../src/table/components/table-row.directive.ts","../../src/table/components/table-scroll-container.directive.ts","../../src/table/components/table-table.directive.ts","../../src/table/components/table-title-bar.directive.ts","../../src/table/components/table.module.ts","../../src/table/model/create-angular-table.ts","../../src/table/model/create-pagination-helper.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;AAWM;;AAQL;AAEK;;AAQL;;ACpBD;;;;AASC;;ACZD;;ACWA;AAKE;AACA;AAEA;;AAEG;;AAGH;;;AAGG;;AAGH;;;AAGG;;;;AAsBH;;;AAoCD;;AClFD;AAKE;AACA;AAEA;;AAEG;;;;AAcH;;;AAuBD;;AC/CD;AAKE;AACA;AAEA;;AAEG;;;;AAcH;;;AAuBD;;ACrDD;;;;AAOI;;;;AAKH;;ACZD;;;;AAOI;;;;AAKH;;ACTD;AAWE;;AAEG;;AAGH;;;;AAWC;;;;AAKF;;AChCD;AAOE;;AAEG;;;;;AAOF;;;;AAKF;;ACjBD;AAYE;;;;AAIG;;AAGH;;;;AAWC;;;;AAKF;;AC1CD;;;;AAOI;AAEF;;;;AAKD;;ACZD;AAOE;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;;;;AAWF;;;;AAKF;;AC/BD;AAgBE;;AAEG;;AAGH;;;;AAIG;;AAGH;AAIA;;;;AAaC;;;;AAKF;;ACzDD;AAWE;;AAEG;;AAGH;;;;AAWC;;;;AAKF;;ACzBD;AAcE;;AAEG;;AAGH;;;;AAIG;;AAGH;;;;AAaC;;;;AAKF;;AC5CD;AAgBE;;AAEG;;AAGH;AAEA;AAKA;;;;AAaC;;;;AAKF;;ACxDD;;;;AAOI;;;;AAKH;;ACHD;AAOE;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;;;;AAYF;;;;AAKF;;ACxDD;;;;AAOI;;;;AAKH;;ACZD;;;;AAWC;;ACLD;AAOE;;AAEG;;AAQH;;;;AAIG;;;;;AAQF;;;;AAKF;;ACjCD;AAYE;;;;AAIG;;AAGH;;;;AAWC;;;;AAKF;;AC1CD;;;;AAOI;;;;AAKH;;ACVD;AAOE;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;;;;AAWF;;;;AAKF;;AC9BD;;AAkBE;;AAEG;;AAGH;;;;AAIG;;AAGH;;;;AAcC;;;;AAKF;;ACzDD;AAOE;;AAEG;;AAKH;;AAEG;;AAKH;;AAEG;;;;;AAWF;;;;AAKF;;AC1CD;;;;AAOI;;;;AAKH;;ACZD;;;;AAOI;;;;AAKH;;ACZD;;;;AAOI;;;;AAKH;;ACiBD;;;;AA6D2B;;;AChFQ;AAEnC;;;ACVE;;;AAGG;AACH;AACD;;AAGC;AACA;AACA;AACA;AACA;AACD;AAED;;;AAGG;AACH;;;"}
|
package/text-input/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { QdsAngularInputApiProps, QdsInputContextService } from '@qualcomm-ui/an
|
|
|
3
3
|
import { CoreTextInputClearTriggerDirective, CoreTextInputErrorIndicatorDirective, CoreTextInputErrorTextDirective, CoreTextInputHintDirective, CoreTextInputInputGroupDirective, CoreTextInputInputDirective, CoreTextInputLabelDirective, CoreTextInputRootDirective } from '@qualcomm-ui/angular-core/text-input';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
5
|
import { OnInit } from '@angular/core';
|
|
6
|
+
import * as i1 from '@qualcomm-ui/angular/transitions';
|
|
6
7
|
import * as _qualcomm_ui_angular_core_lucide from '@qualcomm-ui/angular-core/lucide';
|
|
7
8
|
import { LucideIconOrString } from '@qualcomm-ui/angular-core/lucide';
|
|
8
9
|
import * as _qualcomm_ui_qds_core_input from '@qualcomm-ui/qds-core/input';
|
|
@@ -19,7 +20,7 @@ declare class TextInputClearTriggerDirective extends CoreTextInputClearTriggerDi
|
|
|
19
20
|
protected readonly clearTriggerContext: _qualcomm_ui_angular_input.UseInputClearTriggerReturn;
|
|
20
21
|
constructor();
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextInputClearTriggerDirective, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputClearTriggerDirective, "[q-text-input-clear-trigger]", never, {}, {}, never, never, false,
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextInputClearTriggerDirective, "[q-text-input-clear-trigger]", never, {}, {}, never, never, false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/text-input/text-input-clear-trigger.directive.ts","../../src/text-input/text-input-error-indicator.directive.ts","../../src/text-input/text-input-error-text.directive.ts","../../src/text-input/text-input-hint.directive.ts","../../src/text-input/text-input-input-group.directive.ts","../../src/text-input/text-input-input.directive.ts","../../src/text-input/text-input-label.directive.ts","../../src/text-input/text-input-root.directive.ts","../../src/text-input/text-input.component.ts","../../src/text-input/text-input.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/text-input/text-input-clear-trigger.directive.ts","../../src/text-input/text-input-error-indicator.directive.ts","../../src/text-input/text-input-error-text.directive.ts","../../src/text-input/text-input-hint.directive.ts","../../src/text-input/text-input-input-group.directive.ts","../../src/text-input/text-input-input.directive.ts","../../src/text-input/text-input-label.directive.ts","../../src/text-input/text-input-root.directive.ts","../../src/text-input/text-input.component.ts","../../src/text-input/text-input.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;;;;;;;;;AAWA;;AAEG;AACH,cAAA,8BAAA,SAAA,kCAAA;AAUE,4CAAsC,0BAAA,CAAA,0BAAA;;;;AAQvC;;ACtBD;;AAEG;AACH,cAAA,gCAAA,SAAA,oCAAA;AAUE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,kBAAA;AAEb,mDAA6C,0BAAA,CAAA,4BAAA;;;;AAQ9C;;AC7BD;;AAEG;AACH,cAAA,2BAAA,SAAA,+BAAA;AAWE;;AAEG;AACH,mBAAaA,EAAA,CAAA,WAAA;;AAA+B;AAE5C,yCAAmC,0BAAA,CAAA,uBAAA;;;;AAMpC;;AC1BD;;AAEG;AACH,cAAA,sBAAA,SAAA,0BAAA;AAKE,oCAA8B,0BAAA,CAAA,kBAAA;;;;AAM/B;;ACdD;;AAEG;AACH,cAAA,4BAAA,SAAA,gCAAA;AAkBE,0CAAoC,0BAAA,CAAA,mBAAA;;;;AAMrC;;AC1BD;;;AAGG;AACH,cAAA,uBAAA,SAAA,2BAAA;AAKE,qCAA+B,0BAAA,CAAA,mBAAA;;;;AAUhC;;AClBD;;AAEG;AACH,cAAA,uBAAA,SAAA,2BAAA;AAgBE,8CAAkC,2BAAA,aAAA,gCAAA,CAAA,kBAAA;;;;AAQnC;;ACdD;;AAEG;AACH,cAAA,sBAAA,SAAA,0BAAA,YAAA,cAAA,CAAA,uBAAA,GAAA,MAAA;AASE;;;;;;;;;;;;AAYG;AACH,sBAAgBA,EAAA,CAAA,WAAA;;AAA2C;AAE3D;;;;;AAKG;mBACUA,EAAA,CAAA,WAAA,CAAA,YAAA;AAEb;;;;;;;;;;;;AAYG;AACH,wBAAkBA,EAAA,CAAA,WAAA;;AAA2C;AAE7D,wCAAA,sBAAA;AAEA,+CAAyC,iCAAA,CAAA,mBAAA;;;AAKxC;;;;AAmBF;;ACtFD,cAAA,kBAAA,SAAA,sBAAA;AA6CE;;;;;AAKG;wBACeA,EAAA,CAAA,wBAAA,sBAAA,UAAA;AAIlB;;;;;;;;;AASG;wBACeA,EAAA,CAAA,WAAA;AAElB;;;;;;;;;;AAUG;mBACUA,EAAA,CAAA,WAAA;AAEb;;;;;;;;;;;AAWG;oBACWA,EAAA,CAAA,WAAA;AAEd;;;AAGG;0BACiBA,EAAA,CAAA,WAAA;;;AACrB;;AC1FD,cAAA,eAAA;;;;AA8B+B;;;;"}
|
package/theme/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken,
|
|
2
|
+
import { InjectionToken, Provider, WritableSignal } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
type Brand = "qualcomm" | "snapdragon" | "dragonwing";
|
|
5
5
|
type Theme = "light" | "dark";
|
|
@@ -7,10 +7,22 @@ interface QdsThemeProviderOptions {
|
|
|
7
7
|
/**
|
|
8
8
|
* The forced QDS Brand for the application. This setting, if supplied, overrides
|
|
9
9
|
* the value from the cookie.
|
|
10
|
+
*/
|
|
11
|
+
brandOverride?: Brand;
|
|
12
|
+
/**
|
|
13
|
+
* The default QDS brand for the application, applied on first visit if no cookie
|
|
14
|
+
* is set.
|
|
10
15
|
*
|
|
11
16
|
* @default 'qualcomm'
|
|
12
17
|
*/
|
|
13
|
-
|
|
18
|
+
defaultBrand?: Brand;
|
|
19
|
+
/**
|
|
20
|
+
* The default QDS theme for the application, applied on first visit if no cookie
|
|
21
|
+
* is set.
|
|
22
|
+
*
|
|
23
|
+
* @default 'light'
|
|
24
|
+
*/
|
|
25
|
+
defaultTheme?: Theme;
|
|
14
26
|
/**
|
|
15
27
|
* A root node to apply the theme/brand attributes to. Used for CSS scoping.
|
|
16
28
|
*
|
|
@@ -29,17 +41,19 @@ interface QdsThemeProviderOptions {
|
|
|
29
41
|
brand?: boolean | undefined;
|
|
30
42
|
theme?: boolean | undefined;
|
|
31
43
|
};
|
|
44
|
+
/**
|
|
45
|
+
* If `true`, skip writing the color scheme style to the {@link rootElement}.
|
|
46
|
+
*/
|
|
47
|
+
skipColorSchemeStyle?: boolean;
|
|
32
48
|
/**
|
|
33
49
|
* The forced QDS theme for the application. This setting, if supplied, overrides
|
|
34
50
|
* the value from the cookie.
|
|
35
|
-
*
|
|
36
|
-
* @default 'dark'
|
|
37
51
|
*/
|
|
38
52
|
themeOverride?: Theme;
|
|
39
53
|
}
|
|
40
54
|
|
|
41
|
-
declare const THEME_COOKIE_NAME = "qds-theme";
|
|
42
|
-
declare const BRAND_COOKIE_NAME = "qds-brand";
|
|
55
|
+
declare const THEME_COOKIE_NAME = "app-qds-theme";
|
|
56
|
+
declare const BRAND_COOKIE_NAME = "app-qds-brand";
|
|
43
57
|
/**
|
|
44
58
|
* Concrete values are provided at bootstrap, but we attach a
|
|
45
59
|
* factory so injection works even if the caller forgets to register them,
|
|
@@ -47,38 +61,37 @@ declare const BRAND_COOKIE_NAME = "qds-brand";
|
|
|
47
61
|
*/
|
|
48
62
|
declare const THEME_COOKIE: InjectionToken<Theme>;
|
|
49
63
|
declare const BRAND_COOKIE: InjectionToken<Brand>;
|
|
50
|
-
/**
|
|
51
|
-
* Reads the cookie in both the browser (document.cookie) and during SSR
|
|
52
|
-
* (Fetch Request.headers) and makes it available through THEME_COOKIE.
|
|
53
|
-
*/
|
|
54
|
-
declare function provideThemeCookie(): EnvironmentProviders;
|
|
55
|
-
/**
|
|
56
|
-
* Same helper for the brand cookie.
|
|
57
|
-
*/
|
|
58
|
-
declare function provideBrandCookie(): EnvironmentProviders;
|
|
59
64
|
declare const QDS_THEME_OPTIONS: InjectionToken<Partial<QdsThemeProviderOptions>>;
|
|
60
|
-
declare function provideQdsTheme(opts?: QdsThemeProviderOptions): Provider;
|
|
65
|
+
declare function provideQdsTheme(opts?: QdsThemeProviderOptions): Provider[];
|
|
66
|
+
declare function readCookie<T extends string>(name: string): string | undefined;
|
|
61
67
|
|
|
68
|
+
/**
|
|
69
|
+
* A service that provides access to the current theme and brand, and ensures that
|
|
70
|
+
* the application's root element is in sync with the selected brand/theme.
|
|
71
|
+
*/
|
|
62
72
|
declare class QdsThemeService {
|
|
73
|
+
private readonly document;
|
|
74
|
+
private readonly response;
|
|
75
|
+
private readonly renderer;
|
|
76
|
+
protected readonly isCsr: () => boolean;
|
|
63
77
|
readonly theme: WritableSignal<Theme>;
|
|
64
78
|
readonly brand: WritableSignal<Brand>;
|
|
65
|
-
private readonly platformId;
|
|
66
|
-
private readonly response;
|
|
67
|
-
private readonly document;
|
|
68
79
|
private readonly themeOpts;
|
|
69
|
-
get themeOptions(): Required<Omit<QdsThemeProviderOptions, "brandOverride" | "themeOverride">>;
|
|
80
|
+
get themeOptions(): Required<Omit<QdsThemeProviderOptions, "brandOverride" | "themeOverride" | "defaultTheme" | "defaultBrand">>;
|
|
70
81
|
get rootElement(): HTMLElement;
|
|
71
82
|
get skipBrandAttribute(): boolean;
|
|
72
83
|
get skipThemeAttribute(): boolean;
|
|
73
84
|
constructor();
|
|
74
85
|
toggleTheme(): void;
|
|
75
|
-
private
|
|
76
|
-
private
|
|
86
|
+
private syncAttributes;
|
|
87
|
+
private syncCookie;
|
|
88
|
+
private updateAttribute;
|
|
89
|
+
private updateColorScheme;
|
|
77
90
|
private appendSetCookieHeader;
|
|
78
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdsThemeService, never>;
|
|
79
92
|
static ɵprov: i0.ɵɵInjectableDeclaration<QdsThemeService>;
|
|
80
93
|
}
|
|
81
94
|
|
|
82
|
-
export { BRAND_COOKIE, BRAND_COOKIE_NAME, QDS_THEME_OPTIONS, QdsThemeService, THEME_COOKIE, THEME_COOKIE_NAME,
|
|
95
|
+
export { BRAND_COOKIE, BRAND_COOKIE_NAME, QDS_THEME_OPTIONS, QdsThemeService, THEME_COOKIE, THEME_COOKIE_NAME, provideQdsTheme, readCookie };
|
|
83
96
|
export type { Brand, QdsThemeProviderOptions, Theme };
|
|
84
97
|
//# sourceMappingURL=index.d.ts.map
|
package/theme/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sources":["../../src/theme/qds-theme.types.ts","../../src/theme/qds-theme-providers.ts","../../src/theme/qds-theme.service.ts"],"sourcesContent":[null,null,null],"names":[],"mappings":";;;AAGM;;;AAIJ;;;;;AAKG;;AAGH;;;;AAIG;;AAGH;;;;;;;AAOG;;AAIG;AACA;;AAGN
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/theme/qds-theme.types.ts","../../src/theme/qds-theme-providers.ts","../../src/theme/qds-theme.service.ts"],"sourcesContent":[null,null,null],"names":[],"mappings":";;;AAGM;;;AAIJ;;;AAGG;;AAGH;;;;;AAKG;;AAGH;;;;;AAKG;;AAGH;;;;AAIG;;AAGH;;;;;;;AAOG;;AAIG;AACA;;AAGN;;AAEG;;AAGH;;;AAGG;;AAEJ;;ACtDD;AACA;AAEA;;;;AAIG;AACH;AAEA;AAqCA;AAaA;AAQA;;AClDA;;;AAGG;AACH;AAEE;AACA;AACA;AACA;AAEA;AACA;AAEA;AAGA;;;;;AAuDA;AAIA;AAYA;AAaA;AAQA;AAQA;;;AAMD;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class QuiPreloadDirective implements AfterViewInit {
|
|
5
|
+
readonly preload: i0.WritableSignal<true | undefined>;
|
|
6
|
+
protected readonly isBrowser: () => boolean;
|
|
7
|
+
ngAfterViewInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QuiPreloadDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QuiPreloadDirective, never, never, {}, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export { QuiPreloadDirective };
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../../src/transitions/qui-preload.directive.ts"],"sourcesContent":[null],"names":["_angular_core"],"mappings":";;;AAOA,cAAA,mBAAA,YAAA,aAAA;sBAMkBA,EAAA,CAAA,cAAA;AAEhB;;;;AASD;;;;"}
|