@aurodesignsystem-dev/auro-formkit 0.0.0-pr687.0 → 0.0.0-pr687.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.
@@ -27563,8 +27563,6 @@ class AuroDatePicker extends AuroElement$1 {
27563
27563
  'December'
27564
27564
  ];
27565
27565
 
27566
- this.monthFirst = true;
27567
-
27568
27566
  // floaterConfig
27569
27567
  this.placement = 'bottom-start';
27570
27568
  this.offset = 0;
@@ -27623,11 +27621,6 @@ class AuroDatePicker extends AuroElement$1 {
27623
27621
  */
27624
27622
  this.helpTextTag = versioning.generateTag('auro-formkit-input-helptext', helpTextVersion, AuroHelpText);
27625
27623
 
27626
- /**
27627
- * @private
27628
- */
27629
- this.monthFirst = undefined;
27630
-
27631
27624
  // Layout Config
27632
27625
  this.layout = 'classic';
27633
27626
  this.shape = 'classic';
@@ -28865,6 +28858,7 @@ class AuroDatePicker extends AuroElement$1 {
28865
28858
  ?noFlip="${this.noFlip}"
28866
28859
  .fullscreenBreakpoint="${this.fullscreenBreakpoint}"
28867
28860
  .layout="${this.layout}"
28861
+ .matchWidth="${false}"
28868
28862
  .offset="${this.offset}"
28869
28863
  .placement="${this.placement}"
28870
28864
  .shape="${this.shape}"
@@ -27304,8 +27304,6 @@ class AuroDatePicker extends AuroElement$1 {
27304
27304
  'December'
27305
27305
  ];
27306
27306
 
27307
- this.monthFirst = true;
27308
-
27309
27307
  // floaterConfig
27310
27308
  this.placement = 'bottom-start';
27311
27309
  this.offset = 0;
@@ -27364,11 +27362,6 @@ class AuroDatePicker extends AuroElement$1 {
27364
27362
  */
27365
27363
  this.helpTextTag = versioning.generateTag('auro-formkit-input-helptext', helpTextVersion, AuroHelpText);
27366
27364
 
27367
- /**
27368
- * @private
27369
- */
27370
- this.monthFirst = undefined;
27371
-
27372
27365
  // Layout Config
27373
27366
  this.layout = 'classic';
27374
27367
  this.shape = 'classic';
@@ -28606,6 +28599,7 @@ class AuroDatePicker extends AuroElement$1 {
28606
28599
  ?noFlip="${this.noFlip}"
28607
28600
  .fullscreenBreakpoint="${this.fullscreenBreakpoint}"
28608
28601
  .layout="${this.layout}"
28602
+ .matchWidth="${false}"
28609
28603
  .offset="${this.offset}"
28610
28604
  .placement="${this.placement}"
28611
28605
  .shape="${this.shape}"
@@ -313,7 +313,6 @@ export class AuroDatePicker extends AuroElement {
313
313
  format: string;
314
314
  fullscreenBreakpoint: string;
315
315
  monthNames: string[];
316
- monthFirst: boolean;
317
316
  placement: string;
318
317
  offset: number;
319
318
  noFlip: boolean;
@@ -496,6 +495,7 @@ export class AuroDatePicker extends AuroElement {
496
495
  hasValue: boolean;
497
496
  get hasError(): boolean;
498
497
  updated(changedProperties: any): void;
498
+ monthFirst: boolean;
499
499
  formattedFocusDate: boolean;
500
500
  formattedEndDate: boolean;
501
501
  formattedValue: boolean;
@@ -27240,8 +27240,6 @@ class AuroDatePicker extends AuroElement$1 {
27240
27240
  'December'
27241
27241
  ];
27242
27242
 
27243
- this.monthFirst = true;
27244
-
27245
27243
  // floaterConfig
27246
27244
  this.placement = 'bottom-start';
27247
27245
  this.offset = 0;
@@ -27300,11 +27298,6 @@ class AuroDatePicker extends AuroElement$1 {
27300
27298
  */
27301
27299
  this.helpTextTag = versioning.generateTag('auro-formkit-input-helptext', helpTextVersion, AuroHelpText);
27302
27300
 
27303
- /**
27304
- * @private
27305
- */
27306
- this.monthFirst = undefined;
27307
-
27308
27301
  // Layout Config
27309
27302
  this.layout = 'classic';
27310
27303
  this.shape = 'classic';
@@ -28542,6 +28535,7 @@ class AuroDatePicker extends AuroElement$1 {
28542
28535
  ?noFlip="${this.noFlip}"
28543
28536
  .fullscreenBreakpoint="${this.fullscreenBreakpoint}"
28544
28537
  .layout="${this.layout}"
28538
+ .matchWidth="${false}"
28545
28539
  .offset="${this.offset}"
28546
28540
  .placement="${this.placement}"
28547
28541
  .shape="${this.shape}"
@@ -27240,8 +27240,6 @@ class AuroDatePicker extends AuroElement$1 {
27240
27240
  'December'
27241
27241
  ];
27242
27242
 
27243
- this.monthFirst = true;
27244
-
27245
27243
  // floaterConfig
27246
27244
  this.placement = 'bottom-start';
27247
27245
  this.offset = 0;
@@ -27300,11 +27298,6 @@ class AuroDatePicker extends AuroElement$1 {
27300
27298
  */
27301
27299
  this.helpTextTag = versioning.generateTag('auro-formkit-input-helptext', helpTextVersion, AuroHelpText);
27302
27300
 
27303
- /**
27304
- * @private
27305
- */
27306
- this.monthFirst = undefined;
27307
-
27308
27301
  // Layout Config
27309
27302
  this.layout = 'classic';
27310
27303
  this.shape = 'classic';
@@ -28542,6 +28535,7 @@ class AuroDatePicker extends AuroElement$1 {
28542
28535
  ?noFlip="${this.noFlip}"
28543
28536
  .fullscreenBreakpoint="${this.fullscreenBreakpoint}"
28544
28537
  .layout="${this.layout}"
28538
+ .matchWidth="${false}"
28545
28539
  .offset="${this.offset}"
28546
28540
  .placement="${this.placement}"
28547
28541
  .shape="${this.shape}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr687.0",
3
+ "version": "0.0.0-pr687.1",
4
4
  "description": "A collection of web components used to build forms.",
5
5
  "homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
6
6
  "bugs": {