@aurodesignsystem-dev/auro-formkit 0.0.0-pr801.3 → 0.0.0-pr801.4

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.
@@ -10464,6 +10464,21 @@ class BaseInput extends AuroElement$2$1 {
10464
10464
  this.onDark = false;
10465
10465
  this.required = false;
10466
10466
  this.setCustomValidityForType = undefined;
10467
+
10468
+ /**
10469
+ * @private
10470
+ */
10471
+ this.layout = 'classic';
10472
+
10473
+ /**
10474
+ * @private
10475
+ */
10476
+ this.shape = 'classic';
10477
+
10478
+ /**
10479
+ * @private
10480
+ */
10481
+ this.size = 'lg';
10467
10482
  }
10468
10483
 
10469
10484
  /**
@@ -10482,10 +10497,6 @@ class BaseInput extends AuroElement$2$1 {
10482
10497
  this.label = 'Input label is undefined';
10483
10498
  this.placeholderStr = '';
10484
10499
 
10485
- this.layout = 'classic';
10486
- this.shape = 'classic';
10487
- this.size = 'lg';
10488
-
10489
10500
  this.allowedInputTypes = [
10490
10501
  "text",
10491
10502
  "number",
@@ -617,8 +617,7 @@ This example illustrates using a JavaScript function attached to an auro-button
617
617
  <auro-icon
618
618
  customColor
619
619
  category="terminal"
620
- name="round-trip-arrows"
621
- slot="icon">
620
+ name="round-trip-arrows">
622
621
  </auro-icon>
623
622
  </auro-button>
624
623
  <auro-combobox id="swapExampleRight">
@@ -676,8 +675,7 @@ This example illustrates using a JavaScript function attached to an auro-button
676
675
  <auro-icon
677
676
  customColor
678
677
  category="terminal"
679
- name="round-trip-arrows"
680
- slot="icon">
678
+ name="round-trip-arrows">
681
679
  </auro-icon>
682
680
  </auro-button>
683
681
  <auro-combobox id="swapExampleRight">
@@ -10322,6 +10322,21 @@ class BaseInput extends AuroElement$2$1 {
10322
10322
  this.onDark = false;
10323
10323
  this.required = false;
10324
10324
  this.setCustomValidityForType = undefined;
10325
+
10326
+ /**
10327
+ * @private
10328
+ */
10329
+ this.layout = 'classic';
10330
+
10331
+ /**
10332
+ * @private
10333
+ */
10334
+ this.shape = 'classic';
10335
+
10336
+ /**
10337
+ * @private
10338
+ */
10339
+ this.size = 'lg';
10325
10340
  }
10326
10341
 
10327
10342
  /**
@@ -10340,10 +10355,6 @@ class BaseInput extends AuroElement$2$1 {
10340
10355
  this.label = 'Input label is undefined';
10341
10356
  this.placeholderStr = '';
10342
10357
 
10343
- this.layout = 'classic';
10344
- this.shape = 'classic';
10345
- this.size = 'lg';
10346
-
10347
10358
  this.allowedInputTypes = [
10348
10359
  "text",
10349
10360
  "number",
@@ -10240,6 +10240,21 @@ class BaseInput extends AuroElement$2$1 {
10240
10240
  this.onDark = false;
10241
10241
  this.required = false;
10242
10242
  this.setCustomValidityForType = undefined;
10243
+
10244
+ /**
10245
+ * @private
10246
+ */
10247
+ this.layout = 'classic';
10248
+
10249
+ /**
10250
+ * @private
10251
+ */
10252
+ this.shape = 'classic';
10253
+
10254
+ /**
10255
+ * @private
10256
+ */
10257
+ this.size = 'lg';
10243
10258
  }
10244
10259
 
10245
10260
  /**
@@ -10258,10 +10273,6 @@ class BaseInput extends AuroElement$2$1 {
10258
10273
  this.label = 'Input label is undefined';
10259
10274
  this.placeholderStr = '';
10260
10275
 
10261
- this.layout = 'classic';
10262
- this.shape = 'classic';
10263
- this.size = 'lg';
10264
-
10265
10276
  this.allowedInputTypes = [
10266
10277
  "text",
10267
10278
  "number",
@@ -10240,6 +10240,21 @@ class BaseInput extends AuroElement$2$1 {
10240
10240
  this.onDark = false;
10241
10241
  this.required = false;
10242
10242
  this.setCustomValidityForType = undefined;
10243
+
10244
+ /**
10245
+ * @private
10246
+ */
10247
+ this.layout = 'classic';
10248
+
10249
+ /**
10250
+ * @private
10251
+ */
10252
+ this.shape = 'classic';
10253
+
10254
+ /**
10255
+ * @private
10256
+ */
10257
+ this.size = 'lg';
10243
10258
  }
10244
10259
 
10245
10260
  /**
@@ -10258,10 +10273,6 @@ class BaseInput extends AuroElement$2$1 {
10258
10273
  this.label = 'Input label is undefined';
10259
10274
  this.placeholderStr = '';
10260
10275
 
10261
- this.layout = 'classic';
10262
- this.shape = 'classic';
10263
- this.size = 'lg';
10264
-
10265
10276
  this.allowedInputTypes = [
10266
10277
  "text",
10267
10278
  "number",
@@ -23930,6 +23930,21 @@ class BaseInput extends AuroElement$2 {
23930
23930
  this.onDark = false;
23931
23931
  this.required = false;
23932
23932
  this.setCustomValidityForType = undefined;
23933
+
23934
+ /**
23935
+ * @private
23936
+ */
23937
+ this.layout = 'classic';
23938
+
23939
+ /**
23940
+ * @private
23941
+ */
23942
+ this.shape = 'classic';
23943
+
23944
+ /**
23945
+ * @private
23946
+ */
23947
+ this.size = 'lg';
23933
23948
  }
23934
23949
 
23935
23950
  /**
@@ -23948,10 +23963,6 @@ class BaseInput extends AuroElement$2 {
23948
23963
  this.label = 'Input label is undefined';
23949
23964
  this.placeholderStr = '';
23950
23965
 
23951
- this.layout = 'classic';
23952
- this.shape = 'classic';
23953
- this.size = 'lg';
23954
-
23955
23966
  this.allowedInputTypes = [
23956
23967
  "text",
23957
23968
  "number",
@@ -23671,6 +23671,21 @@ class BaseInput extends AuroElement$2 {
23671
23671
  this.onDark = false;
23672
23672
  this.required = false;
23673
23673
  this.setCustomValidityForType = undefined;
23674
+
23675
+ /**
23676
+ * @private
23677
+ */
23678
+ this.layout = 'classic';
23679
+
23680
+ /**
23681
+ * @private
23682
+ */
23683
+ this.shape = 'classic';
23684
+
23685
+ /**
23686
+ * @private
23687
+ */
23688
+ this.size = 'lg';
23674
23689
  }
23675
23690
 
23676
23691
  /**
@@ -23689,10 +23704,6 @@ class BaseInput extends AuroElement$2 {
23689
23704
  this.label = 'Input label is undefined';
23690
23705
  this.placeholderStr = '';
23691
23706
 
23692
- this.layout = 'classic';
23693
- this.shape = 'classic';
23694
- this.size = 'lg';
23695
-
23696
23707
  this.allowedInputTypes = [
23697
23708
  "text",
23698
23709
  "number",
@@ -23607,6 +23607,21 @@ class BaseInput extends AuroElement$2 {
23607
23607
  this.onDark = false;
23608
23608
  this.required = false;
23609
23609
  this.setCustomValidityForType = undefined;
23610
+
23611
+ /**
23612
+ * @private
23613
+ */
23614
+ this.layout = 'classic';
23615
+
23616
+ /**
23617
+ * @private
23618
+ */
23619
+ this.shape = 'classic';
23620
+
23621
+ /**
23622
+ * @private
23623
+ */
23624
+ this.size = 'lg';
23610
23625
  }
23611
23626
 
23612
23627
  /**
@@ -23625,10 +23640,6 @@ class BaseInput extends AuroElement$2 {
23625
23640
  this.label = 'Input label is undefined';
23626
23641
  this.placeholderStr = '';
23627
23642
 
23628
- this.layout = 'classic';
23629
- this.shape = 'classic';
23630
- this.size = 'lg';
23631
-
23632
23643
  this.allowedInputTypes = [
23633
23644
  "text",
23634
23645
  "number",
@@ -23607,6 +23607,21 @@ class BaseInput extends AuroElement$2 {
23607
23607
  this.onDark = false;
23608
23608
  this.required = false;
23609
23609
  this.setCustomValidityForType = undefined;
23610
+
23611
+ /**
23612
+ * @private
23613
+ */
23614
+ this.layout = 'classic';
23615
+
23616
+ /**
23617
+ * @private
23618
+ */
23619
+ this.shape = 'classic';
23620
+
23621
+ /**
23622
+ * @private
23623
+ */
23624
+ this.size = 'lg';
23610
23625
  }
23611
23626
 
23612
23627
  /**
@@ -23625,10 +23640,6 @@ class BaseInput extends AuroElement$2 {
23625
23640
  this.label = 'Input label is undefined';
23626
23641
  this.placeholderStr = '';
23627
23642
 
23628
- this.layout = 'classic';
23629
- this.shape = 'classic';
23630
- this.size = 'lg';
23631
-
23632
23643
  this.allowedInputTypes = [
23633
23644
  "text",
23634
23645
  "number",
@@ -25,7 +25,6 @@ Generate unique names for dependency components.
25
25
  | [id](#id) | `id` | `string` | | The id global attribute defines an identifier (ID) which must be unique in the whole document. |
26
26
  | [inputmode](#inputmode) | `inputmode` | `string` | | Exposes inputmode attribute for input. |
27
27
  | [lang](#lang) | `lang` | `string` | | Defines the language of an element. |
28
- | [layout](#layout) | | `string` | | |
29
28
  | [max](#max) | `max` | `string` | "undefined" | The maximum value allowed. This only applies for inputs with a type of `number` and all date formats. |
30
29
  | [maxLength](#maxLength) | `maxLength` | `number` | "undefined" | The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher. |
31
30
  | [min](#min) | `min` | `string` | "undefined" | The minimum value allowed. This only applies for inputs with a type of `number` and all date formats. |
@@ -5138,6 +5138,21 @@ class BaseInput extends AuroElement$2 {
5138
5138
  this.onDark = false;
5139
5139
  this.required = false;
5140
5140
  this.setCustomValidityForType = undefined;
5141
+
5142
+ /**
5143
+ * @private
5144
+ */
5145
+ this.layout = 'classic';
5146
+
5147
+ /**
5148
+ * @private
5149
+ */
5150
+ this.shape = 'classic';
5151
+
5152
+ /**
5153
+ * @private
5154
+ */
5155
+ this.size = 'lg';
5141
5156
  }
5142
5157
 
5143
5158
  /**
@@ -5156,10 +5171,6 @@ class BaseInput extends AuroElement$2 {
5156
5171
  this.label = 'Input label is undefined';
5157
5172
  this.placeholderStr = '';
5158
5173
 
5159
- this.layout = 'classic';
5160
- this.shape = 'classic';
5161
- this.size = 'lg';
5162
-
5163
5174
  this.allowedInputTypes = [
5164
5175
  "text",
5165
5176
  "number",
@@ -5063,6 +5063,21 @@ class BaseInput extends AuroElement$2 {
5063
5063
  this.onDark = false;
5064
5064
  this.required = false;
5065
5065
  this.setCustomValidityForType = undefined;
5066
+
5067
+ /**
5068
+ * @private
5069
+ */
5070
+ this.layout = 'classic';
5071
+
5072
+ /**
5073
+ * @private
5074
+ */
5075
+ this.shape = 'classic';
5076
+
5077
+ /**
5078
+ * @private
5079
+ */
5080
+ this.size = 'lg';
5066
5081
  }
5067
5082
 
5068
5083
  /**
@@ -5081,10 +5096,6 @@ class BaseInput extends AuroElement$2 {
5081
5096
  this.label = 'Input label is undefined';
5082
5097
  this.placeholderStr = '';
5083
5098
 
5084
- this.layout = 'classic';
5085
- this.shape = 'classic';
5086
- this.size = 'lg';
5087
-
5088
5099
  this.allowedInputTypes = [
5089
5100
  "text",
5090
5101
  "number",
@@ -340,6 +340,14 @@ export default class BaseInput extends AuroElement {
340
340
  onDark: boolean;
341
341
  required: boolean;
342
342
  setCustomValidityForType: string;
343
+ /**
344
+ * @private
345
+ */
346
+ private shape;
347
+ /**
348
+ * @private
349
+ */
350
+ private size;
343
351
  /**
344
352
  * Internal Defaults.
345
353
  * @private
@@ -355,8 +363,6 @@ export default class BaseInput extends AuroElement {
355
363
  hasValue: boolean;
356
364
  label: string;
357
365
  placeholderStr: any;
358
- shape: string;
359
- size: string;
360
366
  allowedInputTypes: string[];
361
367
  /**
362
368
  * Credit Card is not included as this caused cursor placement issues.
@@ -4987,6 +4987,21 @@ class BaseInput extends AuroElement$2 {
4987
4987
  this.onDark = false;
4988
4988
  this.required = false;
4989
4989
  this.setCustomValidityForType = undefined;
4990
+
4991
+ /**
4992
+ * @private
4993
+ */
4994
+ this.layout = 'classic';
4995
+
4996
+ /**
4997
+ * @private
4998
+ */
4999
+ this.shape = 'classic';
5000
+
5001
+ /**
5002
+ * @private
5003
+ */
5004
+ this.size = 'lg';
4990
5005
  }
4991
5006
 
4992
5007
  /**
@@ -5005,10 +5020,6 @@ class BaseInput extends AuroElement$2 {
5005
5020
  this.label = 'Input label is undefined';
5006
5021
  this.placeholderStr = '';
5007
5022
 
5008
- this.layout = 'classic';
5009
- this.shape = 'classic';
5010
- this.size = 'lg';
5011
-
5012
5023
  this.allowedInputTypes = [
5013
5024
  "text",
5014
5025
  "number",
@@ -4987,6 +4987,21 @@ class BaseInput extends AuroElement$2 {
4987
4987
  this.onDark = false;
4988
4988
  this.required = false;
4989
4989
  this.setCustomValidityForType = undefined;
4990
+
4991
+ /**
4992
+ * @private
4993
+ */
4994
+ this.layout = 'classic';
4995
+
4996
+ /**
4997
+ * @private
4998
+ */
4999
+ this.shape = 'classic';
5000
+
5001
+ /**
5002
+ * @private
5003
+ */
5004
+ this.size = 'lg';
4990
5005
  }
4991
5006
 
4992
5007
  /**
@@ -5005,10 +5020,6 @@ class BaseInput extends AuroElement$2 {
5005
5020
  this.label = 'Input label is undefined';
5006
5021
  this.placeholderStr = '';
5007
5022
 
5008
- this.layout = 'classic';
5009
- this.shape = 'classic';
5010
- this.size = 'lg';
5011
-
5012
5023
  this.allowedInputTypes = [
5013
5024
  "text",
5014
5025
  "number",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr801.3",
3
+ "version": "0.0.0-pr801.4",
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": {