@aurodesignsystem/auro-formkit 3.0.0 → 3.0.1

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 (55) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +1 -0
  3. package/components/bibtemplate/dist/index.js +2 -0
  4. package/components/bibtemplate/dist/registered.js +2 -0
  5. package/components/checkbox/README.md +1 -1
  6. package/components/checkbox/demo/readme.md +1 -1
  7. package/components/combobox/README.md +1 -1
  8. package/components/combobox/demo/api.md +4 -4
  9. package/components/combobox/demo/api.min.js +28 -13
  10. package/components/combobox/demo/index.min.js +28 -13
  11. package/components/combobox/demo/readme.md +1 -1
  12. package/components/combobox/dist/auro-combobox.d.ts +11 -5
  13. package/components/combobox/dist/index.js +28 -13
  14. package/components/combobox/dist/registered.js +28 -13
  15. package/components/counter/README.md +1 -1
  16. package/components/counter/demo/api.md +1 -1
  17. package/components/counter/demo/api.min.js +7 -1
  18. package/components/counter/demo/index.min.js +7 -1
  19. package/components/counter/demo/readme.md +1 -1
  20. package/components/counter/dist/auro-counter-group.d.ts +4 -1
  21. package/components/counter/dist/index.js +7 -1
  22. package/components/counter/dist/registered.js +7 -1
  23. package/components/datepicker/README.md +1 -1
  24. package/components/datepicker/demo/api.md +2 -2
  25. package/components/datepicker/demo/api.min.js +27 -10
  26. package/components/datepicker/demo/index.min.js +27 -10
  27. package/components/datepicker/demo/readme.md +1 -1
  28. package/components/datepicker/dist/auro-calendar-cell.d.ts +1 -0
  29. package/components/datepicker/dist/auro-calendar-month.d.ts +1 -0
  30. package/components/datepicker/dist/auro-calendar.d.ts +3 -2
  31. package/components/datepicker/dist/auro-datepicker.d.ts +3 -0
  32. package/components/datepicker/dist/index.js +27 -10
  33. package/components/datepicker/dist/registered.js +27 -10
  34. package/components/dropdown/README.md +1 -1
  35. package/components/dropdown/demo/readme.md +1 -1
  36. package/components/form/README.md +1 -1
  37. package/components/form/demo/readme.md +1 -1
  38. package/components/input/README.md +1 -1
  39. package/components/input/demo/api.min.js +10 -5
  40. package/components/input/demo/index.min.js +10 -5
  41. package/components/input/demo/readme.md +1 -1
  42. package/components/input/dist/base-input.d.ts +5 -0
  43. package/components/input/dist/index.js +10 -5
  44. package/components/input/dist/registered.js +10 -5
  45. package/components/menu/README.md +1 -1
  46. package/components/menu/demo/readme.md +1 -1
  47. package/components/radio/README.md +1 -1
  48. package/components/radio/demo/readme.md +1 -1
  49. package/components/select/README.md +1 -1
  50. package/components/select/demo/api.min.js +2 -0
  51. package/components/select/demo/index.min.js +2 -0
  52. package/components/select/demo/readme.md +1 -1
  53. package/components/select/dist/index.js +2 -0
  54. package/components/select/dist/registered.js +2 -0
  55. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ ## [3.0.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.0.0...v3.0.1) (2025-04-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add `reflect: true` on boolean props ([05cc3db](https://github.com/AlaskaAirlines/auro-formkit/commit/05cc3db9a5069a172a835066d4b08a2082c318e3))
9
+
3
10
  # [3.0.0](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.2.1...v3.0.0) (2025-04-29)
4
11
 
5
12
 
@@ -19,6 +19,7 @@ export class AuroBibtemplate extends LitElement {
19
19
  *
20
20
  */
21
21
  static register(name?: string): void;
22
+ large: boolean;
22
23
  iconTag: any;
23
24
  headerTag: any;
24
25
  /**
@@ -665,6 +665,8 @@ class AuroBibtemplate extends LitElement {
665
665
  constructor() {
666
666
  super();
667
667
 
668
+ this.large = false;
669
+
668
670
  AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
669
671
 
670
672
  const versioning = new AuroDependencyVersioning();
@@ -665,6 +665,8 @@ class AuroBibtemplate extends LitElement {
665
665
  constructor() {
666
666
  super();
667
667
 
668
+ this.large = false;
669
+
668
670
  AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
669
671
 
670
672
  const versioning = new AuroDependencyVersioning();
@@ -106,7 +106,7 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens](
106
106
  In cases where the project is not able to process JS assets, there are pre-processed assets available for use. Legacy browsers such as IE11 are no longer supported.
107
107
 
108
108
  ```html
109
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@2.2.1/auro-checkbox/+esm"></script>
109
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@3.0.0/auro-checkbox/+esm"></script>
110
110
  ```
111
111
  <!-- AURO-GENERATED-CONTENT:END -->
112
112
 
@@ -106,7 +106,7 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens](
106
106
  In cases where the project is not able to process JS assets, there are pre-processed assets available for use. Legacy browsers such as IE11 are no longer supported.
107
107
 
108
108
  ```html
109
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@2.2.1/auro-checkbox/+esm"></script>
109
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@3.0.0/auro-checkbox/+esm"></script>
110
110
  ```
111
111
  <!-- AURO-GENERATED-CONTENT:END -->
112
112
 
@@ -111,7 +111,7 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens](
111
111
  In cases where the project is not able to process JS assets, there are pre-processed assets available for use. Legacy browsers such as IE11 are no longer supported.
112
112
 
113
113
  ```html
114
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@2.2.1/auro-combobox/+esm"></script>
114
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@3.0.0/auro-combobox/+esm"></script>
115
115
  ```
116
116
  <!-- AURO-GENERATED-CONTENT:END -->
117
117
 
@@ -14,12 +14,12 @@
14
14
  | [error](#error) | `error` | `string` | | When defined, sets persistent validity to `customError` and sets the validation message to the attribute value. |
15
15
  | [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile.<br />When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
16
16
  | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600 |
17
- | [noFilter](#noFilter) | `noFilter` | `boolean` | false | If set, combobox will not filter menuoptions based in input. |
17
+ | [noFilter](#noFilter) | `noFilter` | `boolean` | | If set, combobox will not filter menuoptions based in input. |
18
18
  | [noFlip](#noFlip) | `noFlip` | `boolean` | "false" | If declared, the bib will NOT flip to an alternate position<br />when there isn't enough space in the specified `placement`. |
19
19
  | [noValidate](#noValidate) | `noValidate` | `boolean` | | If set, disables auto-validation on blur. |
20
20
  | [offset](#offset) | `offset` | `number` | "0" | Gap between the trigger element and bib. |
21
21
  | [onDark](#onDark) | `onDark` | `boolean` | | If declared, onDark styles will be applied to the trigger. |
22
- | [optionSelected](#optionSelected) | `optionSelected` | `object` | "undefined" | Specifies the current selected option. |
22
+ | [optionSelected](#optionSelected) | `optionSelected` | `object` | | Specifies the current selected option. |
23
23
  | [placement](#placement) | `placement` | `string` | "bottom-start" | Position where the bib should appear relative to the trigger.<br />Accepted values:<br />"top" \| "right" \| "bottom" \| "left" \|<br />"bottom-start" \| "top-start" \| "top-end" \|<br />"right-start" \| "right-end" \| "bottom-end" \|<br />"left-start" \| "left-end" |
24
24
  | [required](#required) | `required` | `boolean` | | Populates the `required` attribute on the input. Used for client-side validation. |
25
25
  | [setCustomValidity](#setCustomValidity) | `setCustomValidity` | `string` | | Sets a custom help text message to display for all validityStates. |
@@ -27,8 +27,8 @@
27
27
  | [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` | `string` | | Custom help text message to display when validity = `valueMissing`. |
28
28
  | [triggerIcon](#triggerIcon) | `triggerIcon` | `boolean` | | If set, the `icon` attribute will be applied to the trigger `auro-input` element. |
29
29
  | [type](#type) | `type` | `string` | | Applies the defined value as the type attribute on auro-input. |
30
- | [validity](#validity) | `validity` | `string` | "undefined" | Specifies the `validityState` this element is in. |
31
- | [value](#value) | `value` | | "undefined" | Value selected for the dropdown menu. |
30
+ | [validity](#validity) | `validity` | `string` | | Specifies the `validityState` this element is in. |
31
+ | [value](#value) | `value` | | | Value selected for the dropdown menu. |
32
32
 
33
33
  ## Methods
34
34
 
@@ -8764,7 +8764,8 @@ class BaseInput extends r$1 {
8764
8764
  * If set, disables the input.
8765
8765
  */
8766
8766
  disabled: {
8767
- type: Boolean
8767
+ type: Boolean,
8768
+ reflect: true
8768
8769
  },
8769
8770
 
8770
8771
  /**
@@ -8794,7 +8795,8 @@ class BaseInput extends r$1 {
8794
8795
  * If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.
8795
8796
  */
8796
8797
  icon: {
8797
- type: Boolean
8798
+ type: Boolean,
8799
+ reflect: true
8798
8800
  },
8799
8801
 
8800
8802
  /**
@@ -8850,7 +8852,8 @@ class BaseInput extends r$1 {
8850
8852
  * If set, disables auto-validation on blur.
8851
8853
  */
8852
8854
  noValidate: {
8853
- type: Boolean
8855
+ type: Boolean,
8856
+ reflect: true
8854
8857
  },
8855
8858
 
8856
8859
  /**
@@ -8880,14 +8883,16 @@ class BaseInput extends r$1 {
8880
8883
  * Makes the input read-only, but can be set programmatically.
8881
8884
  */
8882
8885
  readonly: {
8883
- type: Boolean
8886
+ type: Boolean,
8887
+ reflect: true
8884
8888
  },
8885
8889
 
8886
8890
  /**
8887
8891
  * Populates the `required` attribute on the input. Used for client-side validation.
8888
8892
  */
8889
8893
  required: {
8890
- type: Boolean
8894
+ type: Boolean,
8895
+ reflect: true
8891
8896
  },
8892
8897
 
8893
8898
  /**
@@ -11475,6 +11480,8 @@ class AuroBibtemplate extends r$1 {
11475
11480
  constructor() {
11476
11481
  super();
11477
11482
 
11483
+ this.large = false;
11484
+
11478
11485
  AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
11479
11486
 
11480
11487
  const versioning = new AuroDependencyVersioning();
@@ -11723,11 +11730,6 @@ class AuroCombobox extends r$1 {
11723
11730
  constructor() {
11724
11731
  super();
11725
11732
 
11726
- this.noFilter = false;
11727
- this.validity = undefined;
11728
- this.value = undefined;
11729
- this.optionSelected = undefined;
11730
-
11731
11733
  this.privateDefaults();
11732
11734
  }
11733
11735
 
@@ -11737,11 +11739,24 @@ class AuroCombobox extends r$1 {
11737
11739
  */
11738
11740
  privateDefaults() {
11739
11741
  this.onDark = false;
11742
+
11743
+ this.noFilter = false;
11744
+ this.validity = undefined;
11745
+ this.value = undefined;
11746
+ this.optionSelected = undefined;
11747
+
11748
+ this.checkmark = false;
11749
+ this.disabled = false;
11750
+ this.noValidate = false;
11751
+ this.required = false;
11752
+ this.triggerIcon = false;
11753
+
11740
11754
  this.availableOptions = [];
11741
11755
  this.optionActive = null;
11742
11756
  this.msgSelectionMissing = 'Please select an option.';
11743
11757
 
11744
11758
  this.fullscreenBreakpoint = 'sm';
11759
+ this.largeFullscreenHeadline = false;
11745
11760
 
11746
11761
  this.validation = new AuroFormValidation$1();
11747
11762
 
@@ -11832,7 +11847,8 @@ class AuroCombobox extends r$1 {
11832
11847
  * If set, disables auto-validation on blur.
11833
11848
  */
11834
11849
  noValidate: {
11835
- type: Boolean
11850
+ type: Boolean,
11851
+ reflect: true
11836
11852
  },
11837
11853
 
11838
11854
  /**
@@ -11959,8 +11975,7 @@ class AuroCombobox extends r$1 {
11959
11975
  * @private
11960
11976
  */
11961
11977
  isDropdownFullscreen: {
11962
- type: Boolean,
11963
- reflect: false
11978
+ type: Boolean
11964
11979
  }
11965
11980
  };
11966
11981
  }
@@ -8622,7 +8622,8 @@ class BaseInput extends r$1 {
8622
8622
  * If set, disables the input.
8623
8623
  */
8624
8624
  disabled: {
8625
- type: Boolean
8625
+ type: Boolean,
8626
+ reflect: true
8626
8627
  },
8627
8628
 
8628
8629
  /**
@@ -8652,7 +8653,8 @@ class BaseInput extends r$1 {
8652
8653
  * If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.
8653
8654
  */
8654
8655
  icon: {
8655
- type: Boolean
8656
+ type: Boolean,
8657
+ reflect: true
8656
8658
  },
8657
8659
 
8658
8660
  /**
@@ -8708,7 +8710,8 @@ class BaseInput extends r$1 {
8708
8710
  * If set, disables auto-validation on blur.
8709
8711
  */
8710
8712
  noValidate: {
8711
- type: Boolean
8713
+ type: Boolean,
8714
+ reflect: true
8712
8715
  },
8713
8716
 
8714
8717
  /**
@@ -8738,14 +8741,16 @@ class BaseInput extends r$1 {
8738
8741
  * Makes the input read-only, but can be set programmatically.
8739
8742
  */
8740
8743
  readonly: {
8741
- type: Boolean
8744
+ type: Boolean,
8745
+ reflect: true
8742
8746
  },
8743
8747
 
8744
8748
  /**
8745
8749
  * Populates the `required` attribute on the input. Used for client-side validation.
8746
8750
  */
8747
8751
  required: {
8748
- type: Boolean
8752
+ type: Boolean,
8753
+ reflect: true
8749
8754
  },
8750
8755
 
8751
8756
  /**
@@ -11333,6 +11338,8 @@ class AuroBibtemplate extends r$1 {
11333
11338
  constructor() {
11334
11339
  super();
11335
11340
 
11341
+ this.large = false;
11342
+
11336
11343
  AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
11337
11344
 
11338
11345
  const versioning = new AuroDependencyVersioning();
@@ -11581,11 +11588,6 @@ class AuroCombobox extends r$1 {
11581
11588
  constructor() {
11582
11589
  super();
11583
11590
 
11584
- this.noFilter = false;
11585
- this.validity = undefined;
11586
- this.value = undefined;
11587
- this.optionSelected = undefined;
11588
-
11589
11591
  this.privateDefaults();
11590
11592
  }
11591
11593
 
@@ -11595,11 +11597,24 @@ class AuroCombobox extends r$1 {
11595
11597
  */
11596
11598
  privateDefaults() {
11597
11599
  this.onDark = false;
11600
+
11601
+ this.noFilter = false;
11602
+ this.validity = undefined;
11603
+ this.value = undefined;
11604
+ this.optionSelected = undefined;
11605
+
11606
+ this.checkmark = false;
11607
+ this.disabled = false;
11608
+ this.noValidate = false;
11609
+ this.required = false;
11610
+ this.triggerIcon = false;
11611
+
11598
11612
  this.availableOptions = [];
11599
11613
  this.optionActive = null;
11600
11614
  this.msgSelectionMissing = 'Please select an option.';
11601
11615
 
11602
11616
  this.fullscreenBreakpoint = 'sm';
11617
+ this.largeFullscreenHeadline = false;
11603
11618
 
11604
11619
  this.validation = new AuroFormValidation$1();
11605
11620
 
@@ -11690,7 +11705,8 @@ class AuroCombobox extends r$1 {
11690
11705
  * If set, disables auto-validation on blur.
11691
11706
  */
11692
11707
  noValidate: {
11693
- type: Boolean
11708
+ type: Boolean,
11709
+ reflect: true
11694
11710
  },
11695
11711
 
11696
11712
  /**
@@ -11817,8 +11833,7 @@ class AuroCombobox extends r$1 {
11817
11833
  * @private
11818
11834
  */
11819
11835
  isDropdownFullscreen: {
11820
- type: Boolean,
11821
- reflect: false
11836
+ type: Boolean
11822
11837
  }
11823
11838
  };
11824
11839
  }
@@ -111,7 +111,7 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens](
111
111
  In cases where the project is not able to process JS assets, there are pre-processed assets available for use. Legacy browsers such as IE11 are no longer supported.
112
112
 
113
113
  ```html
114
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@2.2.1/auro-combobox/+esm"></script>
114
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@3.0.0/auro-combobox/+esm"></script>
115
115
  ```
116
116
  <!-- AURO-GENERATED-CONTENT:END -->
117
117
 
@@ -65,6 +65,7 @@ export class AuroCombobox extends LitElement {
65
65
  */
66
66
  noValidate: {
67
67
  type: BooleanConstructor;
68
+ reflect: boolean;
68
69
  };
69
70
  /**
70
71
  * Gap between the trigger element and bib.
@@ -177,7 +178,6 @@ export class AuroCombobox extends LitElement {
177
178
  */
178
179
  isDropdownFullscreen: {
179
180
  type: BooleanConstructor;
180
- reflect: boolean;
181
181
  };
182
182
  };
183
183
  static get styles(): import("lit").CSSResult[];
@@ -190,20 +190,26 @@ export class AuroCombobox extends LitElement {
190
190
  *
191
191
  */
192
192
  static register(name?: string): void;
193
- noFilter: boolean;
194
- validity: any;
195
- value: any;
196
- optionSelected: any[];
197
193
  /**
198
194
  * @private
199
195
  * @returns {void} Internal defaults.
200
196
  */
201
197
  private privateDefaults;
202
198
  onDark: boolean;
199
+ noFilter: boolean;
200
+ validity: any;
201
+ value: any;
202
+ optionSelected: any[];
203
+ checkmark: boolean;
204
+ disabled: boolean;
205
+ noValidate: boolean;
206
+ required: boolean;
207
+ triggerIcon: boolean;
203
208
  availableOptions: any[];
204
209
  optionActive: any;
205
210
  msgSelectionMissing: string;
206
211
  fullscreenBreakpoint: string;
212
+ largeFullscreenHeadline: boolean;
207
213
  validation: AuroFormValidation;
208
214
  runtimeUtils: any;
209
215
  isHiddenWhileLoading: boolean;
@@ -8540,7 +8540,8 @@ class BaseInput extends LitElement {
8540
8540
  * If set, disables the input.
8541
8541
  */
8542
8542
  disabled: {
8543
- type: Boolean
8543
+ type: Boolean,
8544
+ reflect: true
8544
8545
  },
8545
8546
 
8546
8547
  /**
@@ -8570,7 +8571,8 @@ class BaseInput extends LitElement {
8570
8571
  * If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.
8571
8572
  */
8572
8573
  icon: {
8573
- type: Boolean
8574
+ type: Boolean,
8575
+ reflect: true
8574
8576
  },
8575
8577
 
8576
8578
  /**
@@ -8626,7 +8628,8 @@ class BaseInput extends LitElement {
8626
8628
  * If set, disables auto-validation on blur.
8627
8629
  */
8628
8630
  noValidate: {
8629
- type: Boolean
8631
+ type: Boolean,
8632
+ reflect: true
8630
8633
  },
8631
8634
 
8632
8635
  /**
@@ -8656,14 +8659,16 @@ class BaseInput extends LitElement {
8656
8659
  * Makes the input read-only, but can be set programmatically.
8657
8660
  */
8658
8661
  readonly: {
8659
- type: Boolean
8662
+ type: Boolean,
8663
+ reflect: true
8660
8664
  },
8661
8665
 
8662
8666
  /**
8663
8667
  * Populates the `required` attribute on the input. Used for client-side validation.
8664
8668
  */
8665
8669
  required: {
8666
- type: Boolean
8670
+ type: Boolean,
8671
+ reflect: true
8667
8672
  },
8668
8673
 
8669
8674
  /**
@@ -11251,6 +11256,8 @@ class AuroBibtemplate extends LitElement {
11251
11256
  constructor() {
11252
11257
  super();
11253
11258
 
11259
+ this.large = false;
11260
+
11254
11261
  AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
11255
11262
 
11256
11263
  const versioning = new AuroDependencyVersioning();
@@ -11499,11 +11506,6 @@ class AuroCombobox extends LitElement {
11499
11506
  constructor() {
11500
11507
  super();
11501
11508
 
11502
- this.noFilter = false;
11503
- this.validity = undefined;
11504
- this.value = undefined;
11505
- this.optionSelected = undefined;
11506
-
11507
11509
  this.privateDefaults();
11508
11510
  }
11509
11511
 
@@ -11513,11 +11515,24 @@ class AuroCombobox extends LitElement {
11513
11515
  */
11514
11516
  privateDefaults() {
11515
11517
  this.onDark = false;
11518
+
11519
+ this.noFilter = false;
11520
+ this.validity = undefined;
11521
+ this.value = undefined;
11522
+ this.optionSelected = undefined;
11523
+
11524
+ this.checkmark = false;
11525
+ this.disabled = false;
11526
+ this.noValidate = false;
11527
+ this.required = false;
11528
+ this.triggerIcon = false;
11529
+
11516
11530
  this.availableOptions = [];
11517
11531
  this.optionActive = null;
11518
11532
  this.msgSelectionMissing = 'Please select an option.';
11519
11533
 
11520
11534
  this.fullscreenBreakpoint = 'sm';
11535
+ this.largeFullscreenHeadline = false;
11521
11536
 
11522
11537
  this.validation = new AuroFormValidation$1();
11523
11538
 
@@ -11608,7 +11623,8 @@ class AuroCombobox extends LitElement {
11608
11623
  * If set, disables auto-validation on blur.
11609
11624
  */
11610
11625
  noValidate: {
11611
- type: Boolean
11626
+ type: Boolean,
11627
+ reflect: true
11612
11628
  },
11613
11629
 
11614
11630
  /**
@@ -11735,8 +11751,7 @@ class AuroCombobox extends LitElement {
11735
11751
  * @private
11736
11752
  */
11737
11753
  isDropdownFullscreen: {
11738
- type: Boolean,
11739
- reflect: false
11754
+ type: Boolean
11740
11755
  }
11741
11756
  };
11742
11757
  }
@@ -8540,7 +8540,8 @@ class BaseInput extends LitElement {
8540
8540
  * If set, disables the input.
8541
8541
  */
8542
8542
  disabled: {
8543
- type: Boolean
8543
+ type: Boolean,
8544
+ reflect: true
8544
8545
  },
8545
8546
 
8546
8547
  /**
@@ -8570,7 +8571,8 @@ class BaseInput extends LitElement {
8570
8571
  * If set, will render an icon inside the input to the left of the value. Support is limited to auro-input instances with credit card format.
8571
8572
  */
8572
8573
  icon: {
8573
- type: Boolean
8574
+ type: Boolean,
8575
+ reflect: true
8574
8576
  },
8575
8577
 
8576
8578
  /**
@@ -8626,7 +8628,8 @@ class BaseInput extends LitElement {
8626
8628
  * If set, disables auto-validation on blur.
8627
8629
  */
8628
8630
  noValidate: {
8629
- type: Boolean
8631
+ type: Boolean,
8632
+ reflect: true
8630
8633
  },
8631
8634
 
8632
8635
  /**
@@ -8656,14 +8659,16 @@ class BaseInput extends LitElement {
8656
8659
  * Makes the input read-only, but can be set programmatically.
8657
8660
  */
8658
8661
  readonly: {
8659
- type: Boolean
8662
+ type: Boolean,
8663
+ reflect: true
8660
8664
  },
8661
8665
 
8662
8666
  /**
8663
8667
  * Populates the `required` attribute on the input. Used for client-side validation.
8664
8668
  */
8665
8669
  required: {
8666
- type: Boolean
8670
+ type: Boolean,
8671
+ reflect: true
8667
8672
  },
8668
8673
 
8669
8674
  /**
@@ -11251,6 +11256,8 @@ class AuroBibtemplate extends LitElement {
11251
11256
  constructor() {
11252
11257
  super();
11253
11258
 
11259
+ this.large = false;
11260
+
11254
11261
  AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
11255
11262
 
11256
11263
  const versioning = new AuroDependencyVersioning();
@@ -11499,11 +11506,6 @@ class AuroCombobox extends LitElement {
11499
11506
  constructor() {
11500
11507
  super();
11501
11508
 
11502
- this.noFilter = false;
11503
- this.validity = undefined;
11504
- this.value = undefined;
11505
- this.optionSelected = undefined;
11506
-
11507
11509
  this.privateDefaults();
11508
11510
  }
11509
11511
 
@@ -11513,11 +11515,24 @@ class AuroCombobox extends LitElement {
11513
11515
  */
11514
11516
  privateDefaults() {
11515
11517
  this.onDark = false;
11518
+
11519
+ this.noFilter = false;
11520
+ this.validity = undefined;
11521
+ this.value = undefined;
11522
+ this.optionSelected = undefined;
11523
+
11524
+ this.checkmark = false;
11525
+ this.disabled = false;
11526
+ this.noValidate = false;
11527
+ this.required = false;
11528
+ this.triggerIcon = false;
11529
+
11516
11530
  this.availableOptions = [];
11517
11531
  this.optionActive = null;
11518
11532
  this.msgSelectionMissing = 'Please select an option.';
11519
11533
 
11520
11534
  this.fullscreenBreakpoint = 'sm';
11535
+ this.largeFullscreenHeadline = false;
11521
11536
 
11522
11537
  this.validation = new AuroFormValidation$1();
11523
11538
 
@@ -11608,7 +11623,8 @@ class AuroCombobox extends LitElement {
11608
11623
  * If set, disables auto-validation on blur.
11609
11624
  */
11610
11625
  noValidate: {
11611
- type: Boolean
11626
+ type: Boolean,
11627
+ reflect: true
11612
11628
  },
11613
11629
 
11614
11630
  /**
@@ -11735,8 +11751,7 @@ class AuroCombobox extends LitElement {
11735
11751
  * @private
11736
11752
  */
11737
11753
  isDropdownFullscreen: {
11738
- type: Boolean,
11739
- reflect: false
11754
+ type: Boolean
11740
11755
  }
11741
11756
  };
11742
11757
  }
@@ -110,7 +110,7 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens](
110
110
  In cases where the project is not able to process JS assets, there are pre-processed assets available for use. Legacy browsers such as IE11 are no longer supported.
111
111
 
112
112
  ```html
113
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@2.2.1/auro-counter/+esm"></script>
113
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@3.0.0/auro-counter/+esm"></script>
114
114
  ```
115
115
  <!-- AURO-GENERATED-CONTENT:END -->
116
116
 
@@ -44,7 +44,7 @@
44
44
  | [autoPlacement](#autoPlacement) | `autoPlacement` | `boolean` | "false" | If declared, bib's position will be automatically calculated where to appear. |
45
45
  | [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile.<br />When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
46
46
  | [isDropdown](#isDropdown) | `isDropdown` | `boolean` | false | Indicates if the counter group is displayed as a dropdown. |
47
- | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600. |
47
+ | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | false | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600. |
48
48
  | [max](#max) | `max` | `number` | "undefined" | The maximum value allowed for the whole group of counters. |
49
49
  | [min](#min) | `min` | `number` | "undefined" | The minimum value allowed for the whole group of counters. |
50
50
  | [noFlip](#noFlip) | `noFlip` | `boolean` | "false" | If declared, the bib will NOT flip to an alternate position<br />when there isn't enough space in the specified `placement`. |
@@ -5929,6 +5929,8 @@ class AuroBibtemplate extends r {
5929
5929
  constructor() {
5930
5930
  super();
5931
5931
 
5932
+ this.large = false;
5933
+
5932
5934
  AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
5933
5935
 
5934
5936
  const versioning = new AuroDependencyVersioning();
@@ -6112,14 +6114,18 @@ class AuroCounterGroup extends r {
6112
6114
  constructor() {
6113
6115
  super();
6114
6116
 
6115
- this.isDropdown = false;
6116
6117
  this.max = undefined;
6117
6118
  this.min = undefined;
6118
6119
  this.onDark = false;
6119
6120
  this.total = undefined;
6120
6121
  this.validity = undefined;
6121
6122
  this.value = undefined;
6123
+
6124
+ this.isDropdown = false;
6122
6125
  this.fullscreenBreakpoint = 'sm';
6126
+ this.largeFullscreenHeadline = false;
6127
+ this.autoPlacement = false;
6128
+ this.noFlip = false;
6123
6129
 
6124
6130
  /**
6125
6131
  * @private