@qualcomm-ui/angular 1.15.1 → 1.17.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.
Files changed (37) hide show
  1. package/alert-banner/index.d.ts +176 -0
  2. package/alert-banner/index.d.ts.map +1 -0
  3. package/avatar/index.d.ts +8 -4
  4. package/avatar/index.d.ts.map +1 -1
  5. package/checkbox/index.d.ts +30 -6
  6. package/checkbox/index.d.ts.map +1 -1
  7. package/combobox/index.d.ts +10 -2
  8. package/combobox/index.d.ts.map +1 -1
  9. package/fesm2022/qualcomm-ui-angular-alert-banner.mjs +378 -0
  10. package/fesm2022/qualcomm-ui-angular-alert-banner.mjs.map +1 -0
  11. package/fesm2022/qualcomm-ui-angular-avatar.mjs +8 -3
  12. package/fesm2022/qualcomm-ui-angular-avatar.mjs.map +1 -1
  13. package/fesm2022/qualcomm-ui-angular-checkbox.mjs +59 -5
  14. package/fesm2022/qualcomm-ui-angular-checkbox.mjs.map +1 -1
  15. package/fesm2022/qualcomm-ui-angular-combobox.mjs +11 -2
  16. package/fesm2022/qualcomm-ui-angular-combobox.mjs.map +1 -1
  17. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +11 -6
  18. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs.map +1 -1
  19. package/fesm2022/qualcomm-ui-angular-number-input.mjs +147 -6
  20. package/fesm2022/qualcomm-ui-angular-number-input.mjs.map +1 -1
  21. package/fesm2022/qualcomm-ui-angular-radio.mjs +107 -18
  22. package/fesm2022/qualcomm-ui-angular-radio.mjs.map +1 -1
  23. package/fesm2022/qualcomm-ui-angular-select.mjs +126 -16
  24. package/fesm2022/qualcomm-ui-angular-select.mjs.map +1 -1
  25. package/fesm2022/qualcomm-ui-angular-switch.mjs +59 -5
  26. package/fesm2022/qualcomm-ui-angular-switch.mjs.map +1 -1
  27. package/inline-notification/index.d.ts +8 -1
  28. package/inline-notification/index.d.ts.map +1 -1
  29. package/number-input/index.d.ts +36 -4
  30. package/number-input/index.d.ts.map +1 -1
  31. package/package.json +8 -4
  32. package/radio/index.d.ts +48 -5
  33. package/radio/index.d.ts.map +1 -1
  34. package/select/index.d.ts +34 -7
  35. package/select/index.d.ts.map +1 -1
  36. package/switch/index.d.ts +29 -5
  37. package/switch/index.d.ts.map +1 -1
@@ -0,0 +1,176 @@
1
+ import * as _qualcomm_ui_angular_core_machine from '@qualcomm-ui/angular-core/machine';
2
+ import { BaseApiContextService } from '@qualcomm-ui/angular-core/machine';
3
+ import * as _qualcomm_ui_angular_alert_banner from '@qualcomm-ui/angular/alert-banner';
4
+ import * as i0 from '@angular/core';
5
+ import { OnInit } from '@angular/core';
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';
8
+ import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
9
+ import { QdsAlertBannerApi, QdsAlertBannerApiProps, QdsAlertBannerEmphasis, QdsAlertBannerVariant } from '@qualcomm-ui/qds-core/alert-banner';
10
+ import { Direction } from '@qualcomm-ui/utils/direction';
11
+ import { Booleanish } from '@qualcomm-ui/utils/coercion';
12
+ import * as i8 from '@qualcomm-ui/angular/icon';
13
+
14
+ declare class AlertBannerActionDirective implements OnInit {
15
+ protected readonly qdsContext: () => _qualcomm_ui_angular_alert_banner.QdsAlertBannerContextValue;
16
+ protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
17
+ extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
18
+ setDisabled: (disabled: boolean) => void;
19
+ };
20
+ ngOnInit(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerActionDirective, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AlertBannerActionDirective, "[q-alert-banner-action]", never, {}, {}, never, never, false, never>;
23
+ }
24
+
25
+ declare class AlertBannerCloseButtonDirective implements OnInit {
26
+ protected readonly qdsContext: () => _qualcomm_ui_angular_alert_banner.QdsAlertBannerContextValue;
27
+ protected readonly buttonEmphasis: i0.Signal<"persistent-black" | "persistent-white" | undefined>;
28
+ protected readonly inlineIconButtonApi: i0.Signal<_qualcomm_ui_qds_core_inline_icon_button.QdsInlineIconButtonApi>;
29
+ protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
30
+ extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
31
+ setDisabled: (disabled: boolean) => void;
32
+ };
33
+ ngOnInit(): void;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerCloseButtonDirective, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertBannerCloseButtonDirective, "[q-alert-banner-close-button]", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.QuiPreloadDirective; inputs: {}; outputs: {}; }]>;
36
+ }
37
+
38
+ declare class AlertBannerDescriptionDirective implements OnInit {
39
+ protected readonly qdsContext: () => _qualcomm_ui_angular_alert_banner.QdsAlertBannerContextValue;
40
+ protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
41
+ extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
42
+ setDisabled: (disabled: boolean) => void;
43
+ };
44
+ ngOnInit(): void;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerDescriptionDirective, never>;
46
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AlertBannerDescriptionDirective, "[q-alert-banner-description]", never, {}, {}, never, never, false, never>;
47
+ }
48
+
49
+ declare class AlertBannerHeadingDirective implements OnInit {
50
+ protected readonly qdsContext: () => _qualcomm_ui_angular_alert_banner.QdsAlertBannerContextValue;
51
+ protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
52
+ extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
53
+ setDisabled: (disabled: boolean) => void;
54
+ };
55
+ ngOnInit(): void;
56
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerHeadingDirective, never>;
57
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AlertBannerHeadingDirective, "[q-alert-banner-heading]", never, {}, {}, never, never, false, never>;
58
+ }
59
+
60
+ declare class AlertBannerIconDirective implements OnInit {
61
+ /**
62
+ * Override the icon displayed in the banner. When this prop is omitted,
63
+ * the icon is determined by the emphasis prop.
64
+ */
65
+ readonly icon: i0.InputSignal<readonly (readonly [string, {
66
+ [key: string]: string | number;
67
+ }])[] | undefined>;
68
+ protected readonly qdsContext: () => _qualcomm_ui_angular_alert_banner.QdsAlertBannerContextValue;
69
+ protected readonly resolvedIcon: i0.Signal<readonly (readonly [string, {
70
+ [key: string]: string | number;
71
+ }])[]>;
72
+ protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
73
+ extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
74
+ setDisabled: (disabled: boolean) => void;
75
+ };
76
+ ngOnInit(): void;
77
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerIconDirective, never>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertBannerIconDirective, "[q-alert-banner-icon]", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
79
+ }
80
+
81
+ interface QdsAlertBannerContextValue extends QdsAlertBannerApi {
82
+ onClose?: () => void;
83
+ }
84
+ declare class QdsAlertBannerContextService extends BaseApiContextService<QdsAlertBannerContextValue> {
85
+ static ɵfac: i0.ɵɵFactoryDeclaration<QdsAlertBannerContextService, never>;
86
+ static ɵprov: i0.ɵɵInjectableDeclaration<QdsAlertBannerContextService>;
87
+ }
88
+ declare const QDS_ALERT_BANNER_CONTEXT: i0.InjectionToken<() => QdsAlertBannerContextValue>;
89
+ declare const useQdsAlertBannerContext: <Optional extends boolean = false>(opts?: _qualcomm_ui_angular_core_machine.UseContextOpts<Optional> | undefined) => Optional extends true ? (() => QdsAlertBannerContextValue) | null : () => QdsAlertBannerContextValue;
90
+ declare const provideQdsAlertBannerContext: () => i0.Provider[];
91
+
92
+ declare class AlertBannerRootDirective implements SignalifyInput<QdsAlertBannerApiProps>, OnInit {
93
+ /**
94
+ * Accessible label for the close button.
95
+ *
96
+ * @default 'Close'
97
+ */
98
+ readonly closeButtonAriaLabel: i0.InputSignal<string | undefined>;
99
+ /**
100
+ * The document's text/writing direction.
101
+ *
102
+ * @default "ltr"
103
+ */
104
+ readonly dir: i0.InputSignal<Direction | undefined>;
105
+ /**
106
+ * Governs the color of the banner and its icon.
107
+ *
108
+ * @default 'info'
109
+ */
110
+ readonly emphasis: i0.InputSignal<QdsAlertBannerEmphasis | undefined>;
111
+ /**
112
+ * The visual style of the banner.
113
+ *
114
+ * @default 'strong'
115
+ */
116
+ readonly variant: i0.InputSignal<QdsAlertBannerVariant | undefined>;
117
+ /**
118
+ * Event emitted when the close button is clicked.
119
+ */
120
+ readonly closed: i0.OutputEmitterRef<void>;
121
+ protected readonly qdsAlertBannerService: QdsAlertBannerContextService;
122
+ protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
123
+ extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
124
+ setDisabled: (disabled: boolean) => void;
125
+ };
126
+ ngOnInit(): void;
127
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerRootDirective, never>;
128
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AlertBannerRootDirective, "[q-alert-banner-root]", never, { "closeButtonAriaLabel": { "alias": "closeButtonAriaLabel"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "emphasis": { "alias": "emphasis"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never, false, never>;
129
+ }
130
+
131
+ declare class AlertBannerDirective extends AlertBannerRootDirective {
132
+ /**
133
+ * Optional description text for the banner.
134
+ *
135
+ * @remarks
136
+ * To customize the element, provide it using the directive instead:
137
+ * ```angular-html
138
+ * <div q-alert-banner-description>...</div>
139
+ * ```
140
+ */
141
+ readonly description: i0.InputSignal<string | undefined>;
142
+ /**
143
+ * When `true`, renders a close button that calls `closed` when clicked.
144
+ *
145
+ * @remarks
146
+ * To customize the close button, provide it using the directive instead:
147
+ * ```angular-html
148
+ * <button q-alert-banner-close-button>...</button>
149
+ * ```
150
+ *
151
+ * @default false
152
+ */
153
+ readonly dismissable: i0.InputSignalWithTransform<boolean | undefined, Booleanish>;
154
+ /**
155
+ * Optional heading text for the banner.
156
+ *
157
+ * @remarks
158
+ * To customize the element, provide it using the directive instead:
159
+ * ```angular-html
160
+ * <div q-alert-banner-heading>...</div>
161
+ * ```
162
+ */
163
+ readonly heading: i0.InputSignal<string | undefined>;
164
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerDirective, never>;
165
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertBannerDirective, "[q-alert-banner]", never, { "description": { "alias": "description"; "required": false; "isSignal": true; }; "dismissable": { "alias": "dismissable"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; }, {}, never, ["[q-alert-banner-icon]", "[q-alert-banner-heading]", "[q-alert-banner-description]", "[q-alert-banner-action]", "[q-alert-banner-close-button]"], false, never>;
166
+ }
167
+
168
+ declare class AlertBannerModule {
169
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerModule, never>;
170
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AlertBannerModule, [typeof AlertBannerDirective, typeof AlertBannerRootDirective, typeof AlertBannerActionDirective, typeof AlertBannerCloseButtonDirective, typeof AlertBannerDescriptionDirective, typeof AlertBannerHeadingDirective, typeof AlertBannerIconDirective], [typeof i8.IconDirective, typeof _qualcomm_ui_angular_core_machine.QBindDirective], [typeof AlertBannerDirective, typeof AlertBannerRootDirective, typeof AlertBannerActionDirective, typeof AlertBannerCloseButtonDirective, typeof AlertBannerDescriptionDirective, typeof AlertBannerHeadingDirective, typeof AlertBannerIconDirective]>;
171
+ static ɵinj: i0.ɵɵInjectorDeclaration<AlertBannerModule>;
172
+ }
173
+
174
+ export { AlertBannerActionDirective, AlertBannerCloseButtonDirective, AlertBannerDescriptionDirective, AlertBannerDirective, AlertBannerHeadingDirective, AlertBannerIconDirective, AlertBannerModule, AlertBannerRootDirective, QDS_ALERT_BANNER_CONTEXT, QdsAlertBannerContextService, provideQdsAlertBannerContext, useQdsAlertBannerContext };
175
+ export type { QdsAlertBannerContextValue };
176
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sources":["../../src/alert-banner/alert-banner-action.directive.ts","../../src/alert-banner/alert-banner-close-button.directive.ts","../../src/alert-banner/alert-banner-description.directive.ts","../../src/alert-banner/alert-banner-heading.directive.ts","../../src/alert-banner/alert-banner-icon.directive.ts","../../src/alert-banner/qds-alert-banner-context.service.ts","../../src/alert-banner/alert-banner-root.directive.ts","../../src/alert-banner/alert-banner.directive.ts","../../src/alert-banner/alert-banner.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;AASA;AAKE;;;;AAIC;;;;AAKF;;ACTD;AAYE;AAEA;AAUA;;;;AAYC;;;;AAKF;;AC9CD;AAKE;;;;AAIC;;;;AAKF;;ACdD;AAKE;;;;AAIC;;;;AAKF;;ACGD;AAYE;;;AAGG;AACH;;AAAmC;AAEnC;;;AAIE;;;;AAID;;;;AAKF;;AC7CK;AACJ;AACD;AAED;;;AACsG;AAEtG;AAC0B;AACA;;ACU1B;AAQE;;;;AAIG;;AAGH;;;;AAIG;;AAGH;;;;AAIG;;AAGH;;;;AAIG;;AAGH;;AAEG;;AAGH;;;;AAMC;;;;AAoBF;;ACxFD;AA+BE;;;;;;;;AAQG;;AAGH;;;;;;;;;;AAUG;;AAKH;;;;;;;;AAQG;;;;AAEJ;;AC7DD;;;;AAqBiC;;;"}
package/avatar/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { CoreAvatarRootDirective, CoreAvatarContentDirective, CoreAvatarImageDirective, CoreAvatarStatusDirective } from '@qualcomm-ui/angular-core/avatar';
3
3
  import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
4
4
  import * as _qualcomm_ui_qds_core_avatar from '@qualcomm-ui/qds-core/avatar';
5
- import { QdsAvatarApi, QdsAvatarApiProps, QdsAvatarSize, QdsAvatarStatus, QdsAvatarVariant } from '@qualcomm-ui/qds-core/avatar';
5
+ import { QdsAvatarApi, QdsAvatarApiProps, QdsAvatarEmphasis, QdsAvatarSize, QdsAvatarStatus } from '@qualcomm-ui/qds-core/avatar';
6
6
  import { BaseApiContextService } from '@qualcomm-ui/angular-core/machine';
7
7
 
8
8
  declare class QdsAvatarContextService extends BaseApiContextService<QdsAvatarApi> {
@@ -11,6 +11,10 @@ declare class QdsAvatarContextService extends BaseApiContextService<QdsAvatarApi
11
11
  }
12
12
 
13
13
  declare class AvatarDirective extends CoreAvatarRootDirective implements SignalifyInput<QdsAvatarApiProps> {
14
+ /**
15
+ * Governs the color of the avatar.
16
+ */
17
+ readonly emphasis: i0.InputSignal<QdsAvatarEmphasis | undefined>;
14
18
  /**
15
19
  * Governs the width and height of the avatar as well as the font size of its
16
20
  * content.
@@ -21,14 +25,14 @@ declare class AvatarDirective extends CoreAvatarRootDirective implements Signali
21
25
  */
22
26
  readonly status: i0.InputSignal<QdsAvatarStatus | undefined>;
23
27
  /**
24
- * The style variant of the avatar.
28
+ * @deprecated use {@link emphasis} instead
25
29
  */
26
- readonly variant: i0.InputSignal<QdsAvatarVariant | undefined>;
30
+ readonly variant: i0.InputSignal<QdsAvatarEmphasis | undefined>;
27
31
  protected readonly qdsAvatarService: QdsAvatarContextService;
28
32
  constructor();
29
33
  ngOnInit(): void;
30
34
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "[q-avatar]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "[q-avatar]", never, { "emphasis": { "alias": "emphasis"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
32
36
  }
33
37
 
34
38
  declare class AvatarContentDirective extends CoreAvatarContentDirective {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../src/avatar/qds-avatar-context.service.ts","../../src/avatar/avatar.directive.ts","../../src/avatar/avatar-content.directive.ts","../../src/avatar/avatar-image.directive.ts","../../src/avatar/avatar-status.directive.ts","../../src/avatar/avatar.module.ts"],"sourcesContent":[null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;AAYA,cAAA,uBAAA,SAAA,qBAAA,CAAA,YAAA;;;AACmF;;ACWnF,cAAA,eAAA,SAAA,uBAAA,YAAA,cAAA,CAAA,iBAAA;AASE;;;AAGG;mBACUA,EAAA,CAAA,WAAA,CAAA,aAAA;AAEb;;AAEG;qBACYA,EAAA,CAAA,WAAA,CAAA,eAAA;AAEf;;AAEG;sBACaA,EAAA,CAAA,WAAA,CAAA,gBAAA;AAEhB,yCAAA,uBAAA;;;;;AAyBD;;ACjED,cAAA,sBAAA,SAAA,0BAAA;+BAKqB,4BAAA,CAAA,YAAA;;;;AAQpB;;ACbD,cAAA,oBAAA,SAAA,wBAAA;AAKE,yCAA6B,4BAAA,CAAA,YAAA;;;;AAQ9B;;ACbD,cAAA,qBAAA,SAAA,yBAAA;AAKE,yCAA6B,4BAAA,CAAA,YAAA;;;;AAQ9B;;ACZD,cAAA,YAAA;;;;AAc4B;;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../src/avatar/qds-avatar-context.service.ts","../../src/avatar/avatar.directive.ts","../../src/avatar/avatar-content.directive.ts","../../src/avatar/avatar-image.directive.ts","../../src/avatar/avatar-status.directive.ts","../../src/avatar/avatar.module.ts"],"sourcesContent":[null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;AAYA,cAAA,uBAAA,SAAA,qBAAA,CAAA,YAAA;;;AACmF;;ACYnF,cAAA,eAAA,SAAA,uBAAA,YAAA,cAAA,CAAA,iBAAA;AASE;;AAEG;uBACcA,EAAA,CAAA,WAAA,CAAA,iBAAA;AAEjB;;;AAGG;mBACUA,EAAA,CAAA,WAAA,CAAA,aAAA;AAEb;;AAEG;qBACYA,EAAA,CAAA,WAAA,CAAA,eAAA;AAEf;;AAEG;sBACaA,EAAA,CAAA,WAAA,CAAA,iBAAA;AAEhB,yCAAA,uBAAA;;;;;AA0BD;;ACxED,cAAA,sBAAA,SAAA,0BAAA;+BAKqB,4BAAA,CAAA,YAAA;;;;AAQpB;;ACbD,cAAA,oBAAA,SAAA,wBAAA;AAKE,yCAA6B,4BAAA,CAAA,YAAA;;;;AAQ9B;;ACbD,cAAA,qBAAA,SAAA,yBAAA;AAKE,yCAA6B,4BAAA,CAAA,YAAA;;;;AAQ9B;;ACZD,cAAA,YAAA;;;;AAc4B;;;;"}
@@ -1,13 +1,13 @@
1
1
  import * as _qualcomm_ui_qds_core_checkbox from '@qualcomm-ui/qds-core/checkbox';
2
2
  import { QdsCheckboxApi, QdsCheckboxApiProps, QdsCheckboxSize } from '@qualcomm-ui/qds-core/checkbox';
3
- import { CoreCheckboxControlDirective, CoreCheckboxErrorTextDirective, CoreCheckboxHiddenInputDirective, CoreCheckboxIndicatorDirective, CoreCheckboxLabelDirective, CoreCheckboxRootDirective } from '@qualcomm-ui/angular-core/checkbox';
3
+ import { CoreCheckboxControlDirective, CoreCheckboxErrorTextDirective, CoreCheckboxHintDirective, CoreCheckboxHiddenInputDirective, CoreCheckboxIndicatorDirective, CoreCheckboxLabelDirective, CoreCheckboxRootDirective } from '@qualcomm-ui/angular-core/checkbox';
4
4
  import * as i0 from '@angular/core';
5
5
  import { LucideIconOrString } from '@qualcomm-ui/angular-core/lucide';
6
6
  import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
7
7
  import * as _qualcomm_ui_angular_core_machine from '@qualcomm-ui/angular-core/machine';
8
8
  import { BaseApiContextService } from '@qualcomm-ui/angular-core/machine';
9
- import * as i9 from '@qualcomm-ui/angular/icon';
10
- import * as i10 from '@qualcomm-ui/angular/checkmark';
9
+ import * as i10 from '@qualcomm-ui/angular/icon';
10
+ import * as i11 from '@qualcomm-ui/angular/checkmark';
11
11
 
12
12
  /**
13
13
  * Visual control that wraps the checkbox indicator.
@@ -35,6 +35,16 @@ declare class CheckboxErrorTextComponent extends CoreCheckboxErrorTextDirective
35
35
  static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxErrorTextComponent, "[q-checkbox-error-text]", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
36
36
  }
37
37
 
38
+ /**
39
+ * Hint text displayed below the checkbox.
40
+ */
41
+ declare class CheckboxHintDirective extends CoreCheckboxHintDirective {
42
+ protected readonly qdsCheckboxContext: () => _qualcomm_ui_qds_core_checkbox.QdsCheckboxApi;
43
+ constructor();
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxHintDirective, never>;
45
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxHintDirective, "[q-checkbox-hint]", never, {}, {}, never, never, false, never>;
46
+ }
47
+
38
48
  /**
39
49
  * Hidden input element used for accessibility and form submissions. Note: do not
40
50
  * apply form control bindings like `ngModel` or `formControl` to this element.
@@ -107,6 +117,20 @@ declare class CheckboxComponent extends CheckboxRootDirective {
107
117
  * ```
108
118
  */
109
119
  readonly errorText: i0.InputSignal<string | undefined>;
120
+ /**
121
+ * Optional hint text displayed below the checkbox. Hints are hidden when the
122
+ * checkbox is invalid.
123
+ *
124
+ * @remarks
125
+ * To customize the element, provide it using the directive instead:
126
+ *
127
+ * ```angular-html
128
+ * <label q-checkbox>
129
+ * <div q-checkbox-hint>...</div>
130
+ * </label>
131
+ * ```
132
+ */
133
+ readonly hint: i0.InputSignal<string | undefined>;
110
134
  /**
111
135
  * Optional label describing the checkbox. This element is automatically
112
136
  * associated with the checkbox for accessibility. If omitted, you should provide
@@ -124,14 +148,14 @@ declare class CheckboxComponent extends CheckboxRootDirective {
124
148
  */
125
149
  readonly label: i0.InputSignal<string | undefined>;
126
150
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
127
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "[q-checkbox]", never, { "errorText": { "alias": "errorText"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, ["[q-checkbox-hidden-input]", "[q-checkbox-control]", "[q-checkbox-label]", "[q-checkbox-error-text]"], false, never>;
151
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "[q-checkbox]", never, { "errorText": { "alias": "errorText"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, ["[q-checkbox-hidden-input]", "[q-checkbox-control]", "[q-checkbox-label]", "[q-checkbox-error-text]", "[q-checkbox-hint]"], false, never>;
128
152
  }
129
153
 
130
154
  declare class CheckboxModule {
131
155
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
132
- static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof CheckboxComponent, typeof CheckboxRootDirective, typeof CheckboxControlComponent, typeof CheckboxLabelDirective, typeof CheckboxHiddenInputDirective, typeof CheckboxIndicatorComponent, typeof CheckboxErrorTextComponent], [typeof _qualcomm_ui_angular_core_machine.QBindDirective, typeof i9.IconDirective, typeof i10.CheckmarkIconComponent], [typeof CheckboxComponent, typeof CheckboxRootDirective, typeof CheckboxControlComponent, typeof CheckboxLabelDirective, typeof CheckboxHiddenInputDirective, typeof CheckboxIndicatorComponent, typeof CheckboxErrorTextComponent]>;
156
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, [typeof CheckboxComponent, typeof CheckboxRootDirective, typeof CheckboxControlComponent, typeof CheckboxLabelDirective, typeof CheckboxHiddenInputDirective, typeof CheckboxHintDirective, typeof CheckboxIndicatorComponent, typeof CheckboxErrorTextComponent], [typeof _qualcomm_ui_angular_core_machine.QBindDirective, typeof i10.IconDirective, typeof i11.CheckmarkIconComponent], [typeof CheckboxComponent, typeof CheckboxRootDirective, typeof CheckboxControlComponent, typeof CheckboxLabelDirective, typeof CheckboxHiddenInputDirective, typeof CheckboxHintDirective, typeof CheckboxIndicatorComponent, typeof CheckboxErrorTextComponent]>;
133
157
  static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxModule>;
134
158
  }
135
159
 
136
- export { CheckboxComponent, CheckboxControlComponent, CheckboxErrorTextComponent, CheckboxHiddenInputDirective, CheckboxIndicatorComponent, CheckboxLabelDirective, CheckboxModule, CheckboxRootDirective, QDS_CHECKBOX_CONTEXT, QdsCheckboxContextService, provideQdsCheckboxContext, useQdsCheckboxContext };
160
+ export { CheckboxComponent, CheckboxControlComponent, CheckboxErrorTextComponent, CheckboxHiddenInputDirective, CheckboxHintDirective, CheckboxIndicatorComponent, CheckboxLabelDirective, CheckboxModule, CheckboxRootDirective, QDS_CHECKBOX_CONTEXT, QdsCheckboxContextService, provideQdsCheckboxContext, useQdsCheckboxContext };
137
161
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../src/checkbox/checkbox-control.component.ts","../../src/checkbox/checkbox-error-text.component.ts","../../src/checkbox/checkbox-hidden-input.directive.ts","../../src/checkbox/checkbox-indicator.component.ts","../../src/checkbox/checkbox-label.directive.ts","../../src/checkbox/qds-checkbox-context.service.ts","../../src/checkbox/checkbox-root.directive.ts","../../src/checkbox/checkbox.component.ts","../../src/checkbox/checkbox.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;;;;;AASA;;AAEG;AACH,cAAA,wBAAA,SAAA,4BAAA;AAUE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;ACnBD;;AAEG;AACH,cAAA,0BAAA,SAAA,8BAAA;AASE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,kBAAA;AAEb,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;AC5BD;;;;AAIG;AACH,cAAA,4BAAA,SAAA,gCAAA;AAKE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAWtC;;ACtBD;;;AAGG;AACH,cAAA,0BAAA,SAAA,8BAAA;AAaE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;ACzBD;;AAEG;AACH,cAAA,sBAAA,SAAA,0BAAA;AAKE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;ACbD,cAAA,yBAAA,SAAA,qBAAA,CAAA,cAAA;;;AACuF;AAEvF,cAAA,oBAAA,EACsBA,EAAA,CAAA,cAAA,OAAA,cAAA;AAAA,cACpB,iEAAqB,iCAAA,CAAA,cAAA,0DAAA,cAAA,iBAAA,cAAA;AAAA,cACrB;;ACIF;;AAEG;AACH,cAAA,qBAAA,SAAA,yBAAA,YAAA,cAAA,CAAA,mBAAA;AASE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,eAAA;;;;;AAed;;AC5CD,cAAA,iBAAA,SAAA,qBAAA;AA+BE;;;;;;;;;;;;AAYG;wBACeA,EAAA,CAAA,WAAA;AAElB;;;;;;;;;;;;;;AAcG;oBACWA,EAAA,CAAA,WAAA;;;AACf;;ACvDD,cAAA,cAAA;;;;AAqB8B;;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../src/checkbox/checkbox-control.component.ts","../../src/checkbox/checkbox-error-text.component.ts","../../src/checkbox/checkbox-hint.directive.ts","../../src/checkbox/checkbox-hidden-input.directive.ts","../../src/checkbox/checkbox-indicator.component.ts","../../src/checkbox/checkbox-label.directive.ts","../../src/checkbox/qds-checkbox-context.service.ts","../../src/checkbox/checkbox-root.directive.ts","../../src/checkbox/checkbox.component.ts","../../src/checkbox/checkbox.module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null],"names":["_angular_core"],"mappings":";;;;;;;;;;;AASA;;AAEG;AACH,cAAA,wBAAA,SAAA,4BAAA;AAUE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;ACnBD;;AAEG;AACH,cAAA,0BAAA,SAAA,8BAAA;AASE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,kBAAA;AAEb,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;AC7BD;;AAEG;AACH,cAAA,qBAAA,SAAA,yBAAA;AAKE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;ACfD;;;;AAIG;AACH,cAAA,4BAAA,SAAA,gCAAA;AAKE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAWtC;;ACtBD;;;AAGG;AACH,cAAA,0BAAA,SAAA,8BAAA;AAaE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;ACzBD;;AAEG;AACH,cAAA,sBAAA,SAAA,0BAAA;AAKE,iDAAqC,8BAAA,CAAA,cAAA;;;;AAQtC;;ACbD,cAAA,yBAAA,SAAA,qBAAA,CAAA,cAAA;;;AACuF;AAEvF,cAAA,oBAAA,EACsBA,EAAA,CAAA,cAAA,OAAA,cAAA;AAAA,cACpB,iEAAqB,iCAAA,CAAA,cAAA,0DAAA,cAAA,iBAAA,cAAA;AAAA,cACrB;;ACIF;;AAEG;AACH,cAAA,qBAAA,SAAA,yBAAA,YAAA,cAAA,CAAA,mBAAA;AASE;;;;AAIG;mBACUA,EAAA,CAAA,WAAA,CAAA,eAAA;;;;;AAed;;AC5CD,cAAA,iBAAA,SAAA,qBAAA;AAsCE;;;;;;;;;;;;AAYG;wBACeA,EAAA,CAAA,WAAA;AAElB;;;;;;;;;;;;AAYG;mBACUA,EAAA,CAAA,WAAA;AAEb;;;;;;;;;;;;;;AAcG;oBACWA,EAAA,CAAA,WAAA;;;AACf;;AC5ED,cAAA,cAAA;;;;AAuB8B;;;;"}
@@ -1,7 +1,7 @@
1
1
  import * as _qualcomm_ui_angular_input from '@qualcomm-ui/angular/input';
2
2
  import { QdsInputContextService } from '@qualcomm-ui/angular/input';
3
3
  import * as _qualcomm_ui_qds_core_select from '@qualcomm-ui/qds-core/select';
4
- import { QdsSelectApi, QdsSelectApiProps, QdsSelectSize } from '@qualcomm-ui/qds-core/select';
4
+ import { QdsSelectApi, QdsSelectApiProps, QdsSelectSelectionIndicator, QdsSelectSize } from '@qualcomm-ui/qds-core/select';
5
5
  import { CoreComboboxClearTriggerDirective, CoreComboboxContentDirective, CoreComboboxControlDirective, CoreComboboxEmptyDirective, CoreComboboxErrorIndicatorDirective, CoreComboboxErrorTextDirective, CoreComboboxHintDirective, CoreComboboxInputDirective, CoreComboboxItemIndicatorDirective, CoreComboboxItemTextDirective, CoreComboboxItemDirective, CoreComboboxLabelDirective, CoreComboboxPositionerDirective, CoreComboboxRootDirective, CoreComboboxTriggerDirective, ComboboxItemContextService } from '@qualcomm-ui/angular-core/combobox';
6
6
  import * as i0 from '@angular/core';
7
7
  import { OnInit, ElementRef, Renderer2 } from '@angular/core';
@@ -177,6 +177,14 @@ declare class ComboboxRootDirective extends CoreComboboxRootDirective implements
177
177
  * {@link https://lucide.dev lucide icon}, positioned at the start of the control element.
178
178
  */
179
179
  readonly icon: i0.InputSignal<LucideIconOrString | undefined>;
180
+ /**
181
+ * Visual indicator style for selected items. Use "checkbox" for multi-select
182
+ * with always-visible checkboxes on the left, or "checkmark" for a checkmark
183
+ * icon on the right that only appears when selected.
184
+ *
185
+ * @default 'checkmark'
186
+ */
187
+ readonly selectionIndicator: i0.InputSignal<QdsSelectSelectionIndicator>;
180
188
  /**
181
189
  * The size of the combobox and its elements. Governs properties like font size,
182
190
  * item padding, and icon sizes.
@@ -188,7 +196,7 @@ declare class ComboboxRootDirective extends CoreComboboxRootDirective implements
188
196
  protected readonly qdsInputService: QdsInputContextService;
189
197
  ngOnInit(): void;
190
198
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxRootDirective, never>;
191
- static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxRootDirective, "[q-combobox-root]", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
199
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxRootDirective, "[q-combobox-root]", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "selectionIndicator": { "alias": "selectionIndicator"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
192
200
  }
193
201
 
194
202
  declare class ComboboxTriggerDirective extends CoreComboboxTriggerDirective {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../src/combobox/combobox-clear-trigger.directive.ts","../../src/combobox/combobox-content.directive.ts","../../src/combobox/combobox-context.directive.ts","../../src/combobox/combobox-control.directive.ts","../../src/combobox/combobox-empty.directive.ts","../../src/combobox/combobox-error-indicator.directive.ts","../../src/combobox/combobox-error-text.directive.ts","../../src/combobox/combobox-hint.directive.ts","../../src/combobox/combobox-icon.directive.ts","../../src/combobox/combobox-input.directive.ts","../../src/combobox/combobox-item-indicator.directive.ts","../../src/combobox/combobox-item-text.directive.ts","../../src/combobox/combobox-item.directive.ts","../../src/combobox/combobox-items.component.ts","../../src/combobox/combobox-label.directive.ts","../../src/combobox/combobox-positioner.directive.ts","../../src/combobox/qds-combobox-context.service.ts","../../src/combobox/combobox-root.directive.ts","../../src/combobox/combobox-trigger.directive.ts","../../src/combobox/combobox-virtual-content.directive.ts","../../src/combobox/combobox-virtual-item.directive.ts","../../src/combobox/combobox-virtualizer.directive.ts","../../src/combobox/combobox.component.ts","../../src/combobox/combobox.module.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],"names":["_angular_core"],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sources":["../../src/combobox/combobox-clear-trigger.directive.ts","../../src/combobox/combobox-content.directive.ts","../../src/combobox/combobox-context.directive.ts","../../src/combobox/combobox-control.directive.ts","../../src/combobox/combobox-empty.directive.ts","../../src/combobox/combobox-error-indicator.directive.ts","../../src/combobox/combobox-error-text.directive.ts","../../src/combobox/combobox-hint.directive.ts","../../src/combobox/combobox-icon.directive.ts","../../src/combobox/combobox-input.directive.ts","../../src/combobox/combobox-item-indicator.directive.ts","../../src/combobox/combobox-item-text.directive.ts","../../src/combobox/combobox-item.directive.ts","../../src/combobox/combobox-items.component.ts","../../src/combobox/combobox-label.directive.ts","../../src/combobox/combobox-positioner.directive.ts","../../src/combobox/qds-combobox-context.service.ts","../../src/combobox/combobox-root.directive.ts","../../src/combobox/combobox-trigger.directive.ts","../../src/combobox/combobox-virtual-content.directive.ts","../../src/combobox/combobox-virtual-item.directive.ts","../../src/combobox/combobox-virtualizer.directive.ts","../../src/combobox/combobox.component.ts","../../src/combobox/combobox.module.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],"names":["_angular_core"],"mappings":"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"}