@aurodesignsystem-dev/auro-formkit 0.0.0-pr1213.0 → 0.0.0-pr1215.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.
@@ -11051,6 +11051,10 @@ class BaseInput extends AuroElement$1 {
11051
11051
  updated(changedProperties) {
11052
11052
  super.updated(changedProperties);
11053
11053
 
11054
+ if (changedProperties.has('placeholder')) {
11055
+ this.getPlaceholder();
11056
+ }
11057
+
11054
11058
  if (changedProperties.has('format')) {
11055
11059
  this.configureAutoFormatting();
11056
11060
  }
@@ -10923,6 +10923,10 @@ class BaseInput extends AuroElement$1 {
10923
10923
  updated(changedProperties) {
10924
10924
  super.updated(changedProperties);
10925
10925
 
10926
+ if (changedProperties.has('placeholder')) {
10927
+ this.getPlaceholder();
10928
+ }
10929
+
10926
10930
  if (changedProperties.has('format')) {
10927
10931
  this.configureAutoFormatting();
10928
10932
  }
@@ -10830,6 +10830,10 @@ class BaseInput extends AuroElement$1 {
10830
10830
  updated(changedProperties) {
10831
10831
  super.updated(changedProperties);
10832
10832
 
10833
+ if (changedProperties.has('placeholder')) {
10834
+ this.getPlaceholder();
10835
+ }
10836
+
10833
10837
  if (changedProperties.has('format')) {
10834
10838
  this.configureAutoFormatting();
10835
10839
  }
@@ -10830,6 +10830,10 @@ class BaseInput extends AuroElement$1 {
10830
10830
  updated(changedProperties) {
10831
10831
  super.updated(changedProperties);
10832
10832
 
10833
+ if (changedProperties.has('placeholder')) {
10834
+ this.getPlaceholder();
10835
+ }
10836
+
10833
10837
  if (changedProperties.has('format')) {
10834
10838
  this.configureAutoFormatting();
10835
10839
  }
@@ -21935,6 +21935,10 @@ class BaseInput extends AuroElement$1 {
21935
21935
  updated(changedProperties) {
21936
21936
  super.updated(changedProperties);
21937
21937
 
21938
+ if (changedProperties.has('placeholder')) {
21939
+ this.getPlaceholder();
21940
+ }
21941
+
21938
21942
  if (changedProperties.has('format')) {
21939
21943
  this.configureAutoFormatting();
21940
21944
  }
@@ -21676,6 +21676,10 @@ class BaseInput extends AuroElement$1 {
21676
21676
  updated(changedProperties) {
21677
21677
  super.updated(changedProperties);
21678
21678
 
21679
+ if (changedProperties.has('placeholder')) {
21680
+ this.getPlaceholder();
21681
+ }
21682
+
21679
21683
  if (changedProperties.has('format')) {
21680
21684
  this.configureAutoFormatting();
21681
21685
  }
@@ -21601,6 +21601,10 @@ class BaseInput extends AuroElement$1 {
21601
21601
  updated(changedProperties) {
21602
21602
  super.updated(changedProperties);
21603
21603
 
21604
+ if (changedProperties.has('placeholder')) {
21605
+ this.getPlaceholder();
21606
+ }
21607
+
21604
21608
  if (changedProperties.has('format')) {
21605
21609
  this.configureAutoFormatting();
21606
21610
  }
@@ -21601,6 +21601,10 @@ class BaseInput extends AuroElement$1 {
21601
21601
  updated(changedProperties) {
21602
21602
  super.updated(changedProperties);
21603
21603
 
21604
+ if (changedProperties.has('placeholder')) {
21605
+ this.getPlaceholder();
21606
+ }
21607
+
21604
21608
  if (changedProperties.has('format')) {
21605
21609
  this.configureAutoFormatting();
21606
21610
  }
@@ -5825,6 +5825,10 @@ class BaseInput extends AuroElement {
5825
5825
  updated(changedProperties) {
5826
5826
  super.updated(changedProperties);
5827
5827
 
5828
+ if (changedProperties.has('placeholder')) {
5829
+ this.getPlaceholder();
5830
+ }
5831
+
5828
5832
  if (changedProperties.has('format')) {
5829
5833
  this.configureAutoFormatting();
5830
5834
  }
@@ -5750,6 +5750,10 @@ class BaseInput extends AuroElement {
5750
5750
  updated(changedProperties) {
5751
5751
  super.updated(changedProperties);
5752
5752
 
5753
+ if (changedProperties.has('placeholder')) {
5754
+ this.getPlaceholder();
5755
+ }
5756
+
5753
5757
  if (changedProperties.has('format')) {
5754
5758
  this.configureAutoFormatting();
5755
5759
  }
@@ -5674,6 +5674,10 @@ class BaseInput extends AuroElement {
5674
5674
  updated(changedProperties) {
5675
5675
  super.updated(changedProperties);
5676
5676
 
5677
+ if (changedProperties.has('placeholder')) {
5678
+ this.getPlaceholder();
5679
+ }
5680
+
5677
5681
  if (changedProperties.has('format')) {
5678
5682
  this.configureAutoFormatting();
5679
5683
  }
@@ -5674,6 +5674,10 @@ class BaseInput extends AuroElement {
5674
5674
  updated(changedProperties) {
5675
5675
  super.updated(changedProperties);
5676
5676
 
5677
+ if (changedProperties.has('placeholder')) {
5678
+ this.getPlaceholder();
5679
+ }
5680
+
5677
5681
  if (changedProperties.has('format')) {
5678
5682
  this.configureAutoFormatting();
5679
5683
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr1213.0",
3
+ "version": "0.0.0-pr1215.0",
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": {