@qualcomm-ui/angular 1.16.0 → 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.
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.16.0",
4
+ "version": "1.17.0",
5
5
  "author": "Ryan Bower",
6
6
  "license": "BSD-3-Clause-Clear",
7
7
  "repository": "https://github.com/qualcomm/qualcomm-ui",
@@ -25,6 +25,10 @@
25
25
  "types": "./action-group/index.d.ts",
26
26
  "default": "./fesm2022/qualcomm-ui-angular-action-group.mjs"
27
27
  },
28
+ "./alert-banner": {
29
+ "types": "./alert-banner/index.d.ts",
30
+ "default": "./fesm2022/qualcomm-ui-angular-alert-banner.mjs"
31
+ },
28
32
  "./avatar": {
29
33
  "types": "./avatar/index.d.ts",
30
34
  "default": "./fesm2022/qualcomm-ui-angular-avatar.mjs"
@@ -211,7 +215,7 @@
211
215
  "@angular/platform-browser-dynamic": ">=20 <23",
212
216
  "@qualcomm-ui/angular-core": "^1.5.0",
213
217
  "@qualcomm-ui/core": "^1.3.0",
214
- "@qualcomm-ui/qds-core": "^1.16.0",
218
+ "@qualcomm-ui/qds-core": "^1.17.0",
215
219
  "@qualcomm-ui/utils": "^1.1.0",
216
220
  "@tanstack/virtual-core": ">=3.13.12",
217
221
  "lucide-angular": ">=0.487.0 <1",
package/select/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { BaseApiContextService, ApiContextDirective } from '@qualcomm-ui/angular
3
3
  import * as i0 from '@angular/core';
4
4
  import { OnInit } from '@angular/core';
5
5
  import * as _qualcomm_ui_qds_core_select from '@qualcomm-ui/qds-core/select';
6
- import { QdsSelectApi, QdsSelectApiProps, QdsSelectSize } from '@qualcomm-ui/qds-core/select';
6
+ import { QdsSelectApi, QdsSelectApiProps, QdsSelectSelectionIndicator, QdsSelectSize } from '@qualcomm-ui/qds-core/select';
7
7
  import * as _qualcomm_ui_angular_input from '@qualcomm-ui/angular/input';
8
8
  import { QdsInputContextService } from '@qualcomm-ui/angular/input';
9
9
  import { CoreSelectClearTriggerDirective, CoreSelectContentDirective, CoreSelectErrorIndicatorDirective, CoreSelectErrorTextDirective, CoreSelectHiddenSelectDirective, CoreSelectHintDirective, CoreSelectItemIndicatorDirective, CoreSelectItemTextDirective, CoreSelectItemDirective, CoreSelectLabelDirective, CoreSelectPositionerDirective, CoreSelectRootDirective, CoreSelectControlDirective, CoreSelectValueTextDirective } from '@qualcomm-ui/angular-core/select';
@@ -15,9 +15,10 @@ import * as _qualcomm_ui_qds_core_inline_icon_button from '@qualcomm-ui/qds-core
15
15
  import * as _qualcomm_ui_qds_core_input from '@qualcomm-ui/qds-core/input';
16
16
  import { SignalifyInput } from '@qualcomm-ui/angular-core/signals';
17
17
  import { Booleanish } from '@qualcomm-ui/utils/coercion';
18
- import * as i19 from '@qualcomm-ui/angular/icon';
19
- import * as i21 from '@qualcomm-ui/angular/tag';
20
- import * as i22 from '@qualcomm-ui/angular-core/portal';
18
+ import * as i20 from '@qualcomm-ui/angular/checkmark';
19
+ import * as i21 from '@qualcomm-ui/angular/icon';
20
+ import * as i23 from '@qualcomm-ui/angular/tag';
21
+ import * as i24 from '@qualcomm-ui/angular-core/portal';
21
22
 
22
23
  declare class QdsSelectContextService extends BaseApiContextService<QdsSelectApi> {
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<QdsSelectContextService, never>;
@@ -114,6 +115,22 @@ declare class SelectIndicatorDirective implements OnInit {
114
115
  static ɵcmp: i0.ɵɵComponentDeclaration<SelectIndicatorDirective, "[q-select-indicator]", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
115
116
  }
116
117
 
118
+ /**
119
+ * Checkbox-style indicator for select items. Always visible, showing a checkbox
120
+ * that fills when selected. Use with `selectionIndicator="checkbox"` on the
121
+ * Select root.
122
+ */
123
+ declare class SelectItemCheckboxComponent implements OnInit {
124
+ protected readonly itemContext: () => _qualcomm_ui_core_select.ItemState;
125
+ protected readonly trackBindings: ((opts?: _qualcomm_ui_angular_core_machine.TrackBindingsConfig) => void) & {
126
+ extendWith: (computedProps: () => _qualcomm_ui_angular_core_machine.Dict) => void;
127
+ setDisabled: (disabled: boolean) => void;
128
+ };
129
+ ngOnInit(): void;
130
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectItemCheckboxComponent, never>;
131
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectItemCheckboxComponent, "[q-select-item-checkbox]", never, {}, {}, never, never, false, never>;
132
+ }
133
+
117
134
  declare class SelectItemIndicatorDirective extends CoreSelectItemIndicatorDirective {
118
135
  protected readonly qdsContext: () => _qualcomm_ui_qds_core_select.QdsSelectApi;
119
136
  constructor();
@@ -137,6 +154,7 @@ declare class SelectItemDirective extends CoreSelectItemDirective {
137
154
 
138
155
  declare class SelectItemsComponent {
139
156
  protected readonly selectContext: () => _qualcomm_ui_core_select.SelectApi<any>;
157
+ protected readonly qdsSelectContext: () => _qualcomm_ui_qds_core_select.QdsSelectApi;
140
158
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectItemsComponent, never>;
141
159
  static ɵcmp: i0.ɵɵComponentDeclaration<SelectItemsComponent, "q-select-items", never, {}, {}, never, never, false, never>;
142
160
  }
@@ -161,6 +179,14 @@ declare class SelectRootDirective extends CoreSelectRootDirective implements Sig
161
179
  * {@link https://lucide.dev lucide icon}, positioned at the start of the trigger element.
162
180
  */
163
181
  readonly icon: i0.InputSignal<LucideIconOrString | undefined>;
182
+ /**
183
+ * Visual indicator style for selected items. Use "checkbox" for multi-select
184
+ * with always-visible checkboxes on the left, or "checkmark" for a checkmark
185
+ * icon on the right that only appears when selected.
186
+ *
187
+ * @default 'checkmark'
188
+ */
189
+ readonly selectionIndicator: i0.InputSignal<QdsSelectSelectionIndicator>;
164
190
  /**
165
191
  * The size of the select and its elements. Governs properties like font size,
166
192
  * item padding, and icon sizes.
@@ -172,7 +198,7 @@ declare class SelectRootDirective extends CoreSelectRootDirective implements Sig
172
198
  protected readonly qdsInputService: QdsInputContextService;
173
199
  ngOnInit(): void;
174
200
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectRootDirective, never>;
175
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectRootDirective, "[q-select-root]", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
201
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectRootDirective, "[q-select-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>;
176
202
  }
177
203
 
178
204
  declare class SelectControlDirective extends CoreSelectControlDirective {
@@ -191,6 +217,7 @@ declare class SelectValueTextDirective extends CoreSelectValueTextDirective {
191
217
  }
192
218
 
193
219
  declare class SelectComponent extends SelectRootDirective {
220
+ protected readonly qdsSelectContext: () => _qualcomm_ui_qds_core_select.QdsSelectApi;
194
221
  /**
195
222
  * ARIA label applied to the control element. Use this if you omit the {@link
196
223
  * label}
@@ -249,9 +276,9 @@ declare class SelectComponent extends SelectRootDirective {
249
276
 
250
277
  declare class SelectModule {
251
278
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectModule, never>;
252
- static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof SelectComponent, typeof SelectRootDirective, typeof SelectClearTriggerDirective, typeof SelectContentDirective, typeof SelectContextDirective, typeof SelectHiddenSelectDirective, typeof SelectItemDirective, typeof SelectItemTextDirective, typeof SelectItemIndicatorDirective, typeof SelectLabelDirective, typeof SelectPositionerDirective, typeof SelectControlDirective, typeof SelectValueTextDirective, typeof SelectErrorTextDirective, typeof SelectErrorIndicatorDirective, typeof SelectHintDirective, typeof SelectIndicatorDirective, typeof SelectItemsComponent], [typeof i19.IconDirective, typeof _qualcomm_ui_angular_core_machine.QBindDirective, typeof i21.TagDirective, typeof i22.PortalDirective], [typeof SelectComponent, typeof SelectRootDirective, typeof SelectClearTriggerDirective, typeof SelectContentDirective, typeof SelectContextDirective, typeof SelectHiddenSelectDirective, typeof SelectItemDirective, typeof SelectItemTextDirective, typeof SelectItemIndicatorDirective, typeof SelectLabelDirective, typeof SelectPositionerDirective, typeof SelectControlDirective, typeof SelectValueTextDirective, typeof SelectErrorTextDirective, typeof SelectErrorIndicatorDirective, typeof SelectHintDirective, typeof SelectIndicatorDirective, typeof SelectItemsComponent]>;
279
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof SelectComponent, typeof SelectRootDirective, typeof SelectClearTriggerDirective, typeof SelectContentDirective, typeof SelectContextDirective, typeof SelectHiddenSelectDirective, typeof SelectItemDirective, typeof SelectItemTextDirective, typeof SelectItemCheckboxComponent, typeof SelectItemIndicatorDirective, typeof SelectLabelDirective, typeof SelectPositionerDirective, typeof SelectControlDirective, typeof SelectValueTextDirective, typeof SelectErrorTextDirective, typeof SelectErrorIndicatorDirective, typeof SelectHintDirective, typeof SelectIndicatorDirective, typeof SelectItemsComponent], [typeof i20.CheckmarkIconComponent, typeof i21.IconDirective, typeof _qualcomm_ui_angular_core_machine.QBindDirective, typeof i23.TagDirective, typeof i24.PortalDirective], [typeof SelectComponent, typeof SelectRootDirective, typeof SelectClearTriggerDirective, typeof SelectContentDirective, typeof SelectContextDirective, typeof SelectHiddenSelectDirective, typeof SelectItemDirective, typeof SelectItemTextDirective, typeof SelectItemCheckboxComponent, typeof SelectItemIndicatorDirective, typeof SelectLabelDirective, typeof SelectPositionerDirective, typeof SelectControlDirective, typeof SelectValueTextDirective, typeof SelectErrorTextDirective, typeof SelectErrorIndicatorDirective, typeof SelectHintDirective, typeof SelectIndicatorDirective, typeof SelectItemsComponent]>;
253
280
  static ɵinj: i0.ɵɵInjectorDeclaration<SelectModule>;
254
281
  }
255
282
 
256
- export { QDS_SELECT_CONTEXT, QdsSelectContextService, SelectClearTriggerDirective, SelectComponent, SelectContentDirective, SelectContextDirective, SelectControlDirective, SelectErrorIndicatorDirective, SelectErrorTextDirective, SelectHiddenSelectDirective, SelectHintDirective, SelectIndicatorDirective, SelectItemDirective, SelectItemIndicatorDirective, SelectItemTextDirective, SelectItemsComponent, SelectLabelDirective, SelectModule, SelectPositionerDirective, SelectRootDirective, SelectValueTextDirective, provideQdsSelectContext, useQdsSelectContext };
283
+ export { QDS_SELECT_CONTEXT, QdsSelectContextService, SelectClearTriggerDirective, SelectComponent, SelectContentDirective, SelectContextDirective, SelectControlDirective, SelectErrorIndicatorDirective, SelectErrorTextDirective, SelectHiddenSelectDirective, SelectHintDirective, SelectIndicatorDirective, SelectItemCheckboxComponent, SelectItemDirective, SelectItemIndicatorDirective, SelectItemTextDirective, SelectItemsComponent, SelectLabelDirective, SelectModule, SelectPositionerDirective, SelectRootDirective, SelectValueTextDirective, provideQdsSelectContext, useQdsSelectContext };
257
284
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../../src/select/qds-select-context.service.ts","../../src/select/select-clear-trigger.directive.ts","../../src/select/select-content.directive.ts","../../src/select/select-context.directive.ts","../../src/select/select-error-indicator.directive.ts","../../src/select/select-error-text.directive.ts","../../src/select/select-hidden-select.directive.ts","../../src/select/select-hint.directive.ts","../../src/select/select-indicator.directive.ts","../../src/select/select-item-indicator.directive.ts","../../src/select/select-item-text.directive.ts","../../src/select/select-item.directive.ts","../../src/select/select-items.component.ts","../../src/select/select-label.directive.ts","../../src/select/select-positioner.directive.ts","../../src/select/select-root.directive.ts","../../src/select/select-control.directive.ts","../../src/select/select-value-text.directive.ts","../../src/select/select.component.ts","../../src/select/select.module.ts"],"sourcesContent":[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/select/qds-select-context.service.ts","../../src/select/select-clear-trigger.directive.ts","../../src/select/select-content.directive.ts","../../src/select/select-context.directive.ts","../../src/select/select-error-indicator.directive.ts","../../src/select/select-error-text.directive.ts","../../src/select/select-hidden-select.directive.ts","../../src/select/select-hint.directive.ts","../../src/select/select-indicator.directive.ts","../../src/select/select-item-checkbox.component.ts","../../src/select/select-item-indicator.directive.ts","../../src/select/select-item-text.directive.ts","../../src/select/select-item.directive.ts","../../src/select/select-items.component.ts","../../src/select/select-label.directive.ts","../../src/select/select-positioner.directive.ts","../../src/select/select-root.directive.ts","../../src/select/select-control.directive.ts","../../src/select/select-value-text.directive.ts","../../src/select/select.component.ts","../../src/select/select.module.ts"],"sourcesContent":[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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"}