@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.87 → 0.0.0-pr624.88
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/components/combobox/demo/api.min.js +2 -6
- package/components/combobox/demo/index.min.js +2 -6
- package/components/combobox/dist/index.js +2 -6
- package/components/combobox/dist/registered.js +2 -6
- package/components/datepicker/demo/api.min.js +2 -6
- package/components/datepicker/demo/index.min.js +2 -6
- package/components/datepicker/dist/index.js +2 -6
- package/components/datepicker/dist/registered.js +2 -6
- package/components/input/demo/api.min.js +2 -6
- package/components/input/demo/index.min.js +2 -6
- package/components/input/dist/index.js +2 -6
- package/components/input/dist/registered.js +2 -6
- package/package.json +1 -1
|
@@ -10479,6 +10479,8 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10479
10479
|
* @private
|
|
10480
10480
|
*/
|
|
10481
10481
|
this.size = 'lg';
|
|
10482
|
+
|
|
10483
|
+
this.privateDefaults();
|
|
10482
10484
|
}
|
|
10483
10485
|
|
|
10484
10486
|
/**
|
|
@@ -10497,10 +10499,6 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10497
10499
|
this.label = 'Input label is undefined';
|
|
10498
10500
|
this.placeholderStr = '';
|
|
10499
10501
|
|
|
10500
|
-
this.layout = 'classic';
|
|
10501
|
-
this.shape = 'classic';
|
|
10502
|
-
this.size = 'lg';
|
|
10503
|
-
|
|
10504
10502
|
this.allowedInputTypes = [
|
|
10505
10503
|
"text",
|
|
10506
10504
|
"number",
|
|
@@ -10906,8 +10904,6 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10906
10904
|
connectedCallback() {
|
|
10907
10905
|
super.connectedCallback();
|
|
10908
10906
|
|
|
10909
|
-
this.privateDefaults();
|
|
10910
|
-
|
|
10911
10907
|
notifyOnLangChange(this);
|
|
10912
10908
|
}
|
|
10913
10909
|
|
|
@@ -10337,6 +10337,8 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10337
10337
|
* @private
|
|
10338
10338
|
*/
|
|
10339
10339
|
this.size = 'lg';
|
|
10340
|
+
|
|
10341
|
+
this.privateDefaults();
|
|
10340
10342
|
}
|
|
10341
10343
|
|
|
10342
10344
|
/**
|
|
@@ -10355,10 +10357,6 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10355
10357
|
this.label = 'Input label is undefined';
|
|
10356
10358
|
this.placeholderStr = '';
|
|
10357
10359
|
|
|
10358
|
-
this.layout = 'classic';
|
|
10359
|
-
this.shape = 'classic';
|
|
10360
|
-
this.size = 'lg';
|
|
10361
|
-
|
|
10362
10360
|
this.allowedInputTypes = [
|
|
10363
10361
|
"text",
|
|
10364
10362
|
"number",
|
|
@@ -10764,8 +10762,6 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10764
10762
|
connectedCallback() {
|
|
10765
10763
|
super.connectedCallback();
|
|
10766
10764
|
|
|
10767
|
-
this.privateDefaults();
|
|
10768
|
-
|
|
10769
10765
|
notifyOnLangChange(this);
|
|
10770
10766
|
}
|
|
10771
10767
|
|
|
@@ -10255,6 +10255,8 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10255
10255
|
* @private
|
|
10256
10256
|
*/
|
|
10257
10257
|
this.size = 'lg';
|
|
10258
|
+
|
|
10259
|
+
this.privateDefaults();
|
|
10258
10260
|
}
|
|
10259
10261
|
|
|
10260
10262
|
/**
|
|
@@ -10273,10 +10275,6 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10273
10275
|
this.label = 'Input label is undefined';
|
|
10274
10276
|
this.placeholderStr = '';
|
|
10275
10277
|
|
|
10276
|
-
this.layout = 'classic';
|
|
10277
|
-
this.shape = 'classic';
|
|
10278
|
-
this.size = 'lg';
|
|
10279
|
-
|
|
10280
10278
|
this.allowedInputTypes = [
|
|
10281
10279
|
"text",
|
|
10282
10280
|
"number",
|
|
@@ -10682,8 +10680,6 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10682
10680
|
connectedCallback() {
|
|
10683
10681
|
super.connectedCallback();
|
|
10684
10682
|
|
|
10685
|
-
this.privateDefaults();
|
|
10686
|
-
|
|
10687
10683
|
notifyOnLangChange(this);
|
|
10688
10684
|
}
|
|
10689
10685
|
|
|
@@ -10255,6 +10255,8 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10255
10255
|
* @private
|
|
10256
10256
|
*/
|
|
10257
10257
|
this.size = 'lg';
|
|
10258
|
+
|
|
10259
|
+
this.privateDefaults();
|
|
10258
10260
|
}
|
|
10259
10261
|
|
|
10260
10262
|
/**
|
|
@@ -10273,10 +10275,6 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10273
10275
|
this.label = 'Input label is undefined';
|
|
10274
10276
|
this.placeholderStr = '';
|
|
10275
10277
|
|
|
10276
|
-
this.layout = 'classic';
|
|
10277
|
-
this.shape = 'classic';
|
|
10278
|
-
this.size = 'lg';
|
|
10279
|
-
|
|
10280
10278
|
this.allowedInputTypes = [
|
|
10281
10279
|
"text",
|
|
10282
10280
|
"number",
|
|
@@ -10682,8 +10680,6 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10682
10680
|
connectedCallback() {
|
|
10683
10681
|
super.connectedCallback();
|
|
10684
10682
|
|
|
10685
|
-
this.privateDefaults();
|
|
10686
|
-
|
|
10687
10683
|
notifyOnLangChange(this);
|
|
10688
10684
|
}
|
|
10689
10685
|
|
|
@@ -23911,6 +23911,8 @@ class BaseInput extends AuroElement$2 {
|
|
|
23911
23911
|
* @private
|
|
23912
23912
|
*/
|
|
23913
23913
|
this.size = 'lg';
|
|
23914
|
+
|
|
23915
|
+
this.privateDefaults();
|
|
23914
23916
|
}
|
|
23915
23917
|
|
|
23916
23918
|
/**
|
|
@@ -23929,10 +23931,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
23929
23931
|
this.label = 'Input label is undefined';
|
|
23930
23932
|
this.placeholderStr = '';
|
|
23931
23933
|
|
|
23932
|
-
this.layout = 'classic';
|
|
23933
|
-
this.shape = 'classic';
|
|
23934
|
-
this.size = 'lg';
|
|
23935
|
-
|
|
23936
23934
|
this.allowedInputTypes = [
|
|
23937
23935
|
"text",
|
|
23938
23936
|
"number",
|
|
@@ -24338,8 +24336,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
24338
24336
|
connectedCallback() {
|
|
24339
24337
|
super.connectedCallback();
|
|
24340
24338
|
|
|
24341
|
-
this.privateDefaults();
|
|
24342
|
-
|
|
24343
24339
|
notifyOnLangChange(this);
|
|
24344
24340
|
}
|
|
24345
24341
|
|
|
@@ -23652,6 +23652,8 @@ class BaseInput extends AuroElement$2 {
|
|
|
23652
23652
|
* @private
|
|
23653
23653
|
*/
|
|
23654
23654
|
this.size = 'lg';
|
|
23655
|
+
|
|
23656
|
+
this.privateDefaults();
|
|
23655
23657
|
}
|
|
23656
23658
|
|
|
23657
23659
|
/**
|
|
@@ -23670,10 +23672,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
23670
23672
|
this.label = 'Input label is undefined';
|
|
23671
23673
|
this.placeholderStr = '';
|
|
23672
23674
|
|
|
23673
|
-
this.layout = 'classic';
|
|
23674
|
-
this.shape = 'classic';
|
|
23675
|
-
this.size = 'lg';
|
|
23676
|
-
|
|
23677
23675
|
this.allowedInputTypes = [
|
|
23678
23676
|
"text",
|
|
23679
23677
|
"number",
|
|
@@ -24079,8 +24077,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
24079
24077
|
connectedCallback() {
|
|
24080
24078
|
super.connectedCallback();
|
|
24081
24079
|
|
|
24082
|
-
this.privateDefaults();
|
|
24083
|
-
|
|
24084
24080
|
notifyOnLangChange(this);
|
|
24085
24081
|
}
|
|
24086
24082
|
|
|
@@ -23588,6 +23588,8 @@ class BaseInput extends AuroElement$2 {
|
|
|
23588
23588
|
* @private
|
|
23589
23589
|
*/
|
|
23590
23590
|
this.size = 'lg';
|
|
23591
|
+
|
|
23592
|
+
this.privateDefaults();
|
|
23591
23593
|
}
|
|
23592
23594
|
|
|
23593
23595
|
/**
|
|
@@ -23606,10 +23608,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
23606
23608
|
this.label = 'Input label is undefined';
|
|
23607
23609
|
this.placeholderStr = '';
|
|
23608
23610
|
|
|
23609
|
-
this.layout = 'classic';
|
|
23610
|
-
this.shape = 'classic';
|
|
23611
|
-
this.size = 'lg';
|
|
23612
|
-
|
|
23613
23611
|
this.allowedInputTypes = [
|
|
23614
23612
|
"text",
|
|
23615
23613
|
"number",
|
|
@@ -24015,8 +24013,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
24015
24013
|
connectedCallback() {
|
|
24016
24014
|
super.connectedCallback();
|
|
24017
24015
|
|
|
24018
|
-
this.privateDefaults();
|
|
24019
|
-
|
|
24020
24016
|
notifyOnLangChange(this);
|
|
24021
24017
|
}
|
|
24022
24018
|
|
|
@@ -23588,6 +23588,8 @@ class BaseInput extends AuroElement$2 {
|
|
|
23588
23588
|
* @private
|
|
23589
23589
|
*/
|
|
23590
23590
|
this.size = 'lg';
|
|
23591
|
+
|
|
23592
|
+
this.privateDefaults();
|
|
23591
23593
|
}
|
|
23592
23594
|
|
|
23593
23595
|
/**
|
|
@@ -23606,10 +23608,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
23606
23608
|
this.label = 'Input label is undefined';
|
|
23607
23609
|
this.placeholderStr = '';
|
|
23608
23610
|
|
|
23609
|
-
this.layout = 'classic';
|
|
23610
|
-
this.shape = 'classic';
|
|
23611
|
-
this.size = 'lg';
|
|
23612
|
-
|
|
23613
23611
|
this.allowedInputTypes = [
|
|
23614
23612
|
"text",
|
|
23615
23613
|
"number",
|
|
@@ -24015,8 +24013,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
24015
24013
|
connectedCallback() {
|
|
24016
24014
|
super.connectedCallback();
|
|
24017
24015
|
|
|
24018
|
-
this.privateDefaults();
|
|
24019
|
-
|
|
24020
24016
|
notifyOnLangChange(this);
|
|
24021
24017
|
}
|
|
24022
24018
|
|
|
@@ -5153,6 +5153,8 @@ class BaseInput extends AuroElement$2 {
|
|
|
5153
5153
|
* @private
|
|
5154
5154
|
*/
|
|
5155
5155
|
this.size = 'lg';
|
|
5156
|
+
|
|
5157
|
+
this.privateDefaults();
|
|
5156
5158
|
}
|
|
5157
5159
|
|
|
5158
5160
|
/**
|
|
@@ -5171,10 +5173,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
5171
5173
|
this.label = 'Input label is undefined';
|
|
5172
5174
|
this.placeholderStr = '';
|
|
5173
5175
|
|
|
5174
|
-
this.layout = 'classic';
|
|
5175
|
-
this.shape = 'classic';
|
|
5176
|
-
this.size = 'lg';
|
|
5177
|
-
|
|
5178
5176
|
this.allowedInputTypes = [
|
|
5179
5177
|
"text",
|
|
5180
5178
|
"number",
|
|
@@ -5580,8 +5578,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
5580
5578
|
connectedCallback() {
|
|
5581
5579
|
super.connectedCallback();
|
|
5582
5580
|
|
|
5583
|
-
this.privateDefaults();
|
|
5584
|
-
|
|
5585
5581
|
notifyOnLangChange(this);
|
|
5586
5582
|
}
|
|
5587
5583
|
|
|
@@ -5078,6 +5078,8 @@ class BaseInput extends AuroElement$2 {
|
|
|
5078
5078
|
* @private
|
|
5079
5079
|
*/
|
|
5080
5080
|
this.size = 'lg';
|
|
5081
|
+
|
|
5082
|
+
this.privateDefaults();
|
|
5081
5083
|
}
|
|
5082
5084
|
|
|
5083
5085
|
/**
|
|
@@ -5096,10 +5098,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
5096
5098
|
this.label = 'Input label is undefined';
|
|
5097
5099
|
this.placeholderStr = '';
|
|
5098
5100
|
|
|
5099
|
-
this.layout = 'classic';
|
|
5100
|
-
this.shape = 'classic';
|
|
5101
|
-
this.size = 'lg';
|
|
5102
|
-
|
|
5103
5101
|
this.allowedInputTypes = [
|
|
5104
5102
|
"text",
|
|
5105
5103
|
"number",
|
|
@@ -5505,8 +5503,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
5505
5503
|
connectedCallback() {
|
|
5506
5504
|
super.connectedCallback();
|
|
5507
5505
|
|
|
5508
|
-
this.privateDefaults();
|
|
5509
|
-
|
|
5510
5506
|
notifyOnLangChange(this);
|
|
5511
5507
|
}
|
|
5512
5508
|
|
|
@@ -5002,6 +5002,8 @@ class BaseInput extends AuroElement$2 {
|
|
|
5002
5002
|
* @private
|
|
5003
5003
|
*/
|
|
5004
5004
|
this.size = 'lg';
|
|
5005
|
+
|
|
5006
|
+
this.privateDefaults();
|
|
5005
5007
|
}
|
|
5006
5008
|
|
|
5007
5009
|
/**
|
|
@@ -5020,10 +5022,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
5020
5022
|
this.label = 'Input label is undefined';
|
|
5021
5023
|
this.placeholderStr = '';
|
|
5022
5024
|
|
|
5023
|
-
this.layout = 'classic';
|
|
5024
|
-
this.shape = 'classic';
|
|
5025
|
-
this.size = 'lg';
|
|
5026
|
-
|
|
5027
5025
|
this.allowedInputTypes = [
|
|
5028
5026
|
"text",
|
|
5029
5027
|
"number",
|
|
@@ -5429,8 +5427,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
5429
5427
|
connectedCallback() {
|
|
5430
5428
|
super.connectedCallback();
|
|
5431
5429
|
|
|
5432
|
-
this.privateDefaults();
|
|
5433
|
-
|
|
5434
5430
|
notifyOnLangChange(this);
|
|
5435
5431
|
}
|
|
5436
5432
|
|
|
@@ -5002,6 +5002,8 @@ class BaseInput extends AuroElement$2 {
|
|
|
5002
5002
|
* @private
|
|
5003
5003
|
*/
|
|
5004
5004
|
this.size = 'lg';
|
|
5005
|
+
|
|
5006
|
+
this.privateDefaults();
|
|
5005
5007
|
}
|
|
5006
5008
|
|
|
5007
5009
|
/**
|
|
@@ -5020,10 +5022,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
5020
5022
|
this.label = 'Input label is undefined';
|
|
5021
5023
|
this.placeholderStr = '';
|
|
5022
5024
|
|
|
5023
|
-
this.layout = 'classic';
|
|
5024
|
-
this.shape = 'classic';
|
|
5025
|
-
this.size = 'lg';
|
|
5026
|
-
|
|
5027
5025
|
this.allowedInputTypes = [
|
|
5028
5026
|
"text",
|
|
5029
5027
|
"number",
|
|
@@ -5429,8 +5427,6 @@ class BaseInput extends AuroElement$2 {
|
|
|
5429
5427
|
connectedCallback() {
|
|
5430
5428
|
super.connectedCallback();
|
|
5431
5429
|
|
|
5432
|
-
this.privateDefaults();
|
|
5433
|
-
|
|
5434
5430
|
notifyOnLangChange(this);
|
|
5435
5431
|
}
|
|
5436
5432
|
|
package/package.json
CHANGED