@aurodesignsystem-dev/auro-formkit 0.0.0-pr1515.0 → 0.0.0-pr1515.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 (49) hide show
  1. package/components/checkbox/demo/customize.min.js +1 -1
  2. package/components/checkbox/demo/getting-started.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/dist/index.js +1 -1
  5. package/components/checkbox/dist/registered.js +1 -1
  6. package/components/combobox/demo/customize.min.js +119 -96
  7. package/components/combobox/demo/getting-started.min.js +119 -96
  8. package/components/combobox/demo/index.min.js +119 -96
  9. package/components/combobox/dist/index.js +118 -95
  10. package/components/combobox/dist/registered.js +118 -95
  11. package/components/counter/demo/customize.min.js +2 -2
  12. package/components/counter/demo/index.min.js +2 -2
  13. package/components/counter/dist/index.js +2 -2
  14. package/components/counter/dist/registered.js +2 -2
  15. package/components/datepicker/demo/customize.min.js +139 -97
  16. package/components/datepicker/demo/index.min.js +139 -97
  17. package/components/datepicker/dist/index.js +139 -97
  18. package/components/datepicker/dist/registered.js +139 -97
  19. package/components/dropdown/demo/customize.min.js +1 -1
  20. package/components/dropdown/demo/getting-started.min.js +1 -1
  21. package/components/dropdown/demo/index.min.js +1 -1
  22. package/components/dropdown/dist/index.js +1 -1
  23. package/components/dropdown/dist/registered.js +1 -1
  24. package/components/form/demo/customize.min.js +381 -293
  25. package/components/form/demo/getting-started.min.js +381 -293
  26. package/components/form/demo/index.min.js +381 -293
  27. package/components/form/demo/registerDemoDeps.min.js +381 -293
  28. package/components/input/demo/api.md +5 -5
  29. package/components/input/demo/customize.md +8 -8
  30. package/components/input/demo/customize.min.js +116 -93
  31. package/components/input/demo/getting-started.min.js +116 -93
  32. package/components/input/demo/index.min.js +116 -93
  33. package/components/input/dist/base-input.d.ts +33 -44
  34. package/components/input/dist/index.js +129 -94
  35. package/components/input/dist/registered.js +116 -93
  36. package/components/radio/demo/customize.min.js +1 -1
  37. package/components/radio/demo/getting-started.min.js +1 -1
  38. package/components/radio/demo/index.min.js +1 -1
  39. package/components/radio/dist/index.js +1 -1
  40. package/components/radio/dist/registered.js +1 -1
  41. package/components/select/demo/customize.md +1 -1
  42. package/components/select/demo/index.min.js +2 -2
  43. package/components/select/dist/index.js +2 -2
  44. package/components/select/dist/registered.js +2 -2
  45. package/custom-elements.json +453 -243
  46. package/package.json +1 -1
  47. package/components/select/demo/customize.min.js +0 -10170
  48. package/components/select/demo/demo-support.min.js +0 -55807
  49. package/components/select/demo/getting-started.min.js +0 -10214
@@ -12057,21 +12057,6 @@
12057
12057
  "module": "components/input/src/base-input.js"
12058
12058
  }
12059
12059
  },
12060
- {
12061
- "kind": "method",
12062
- "name": "_initializePrivateDefaults",
12063
- "description": "Internal Defaults.",
12064
- "privacy": "private",
12065
- "return": {
12066
- "type": {
12067
- "text": "void"
12068
- }
12069
- },
12070
- "inheritedFrom": {
12071
- "name": "BaseInput",
12072
- "module": "components/input/src/base-input.js"
12073
- }
12074
- },
12075
12060
  {
12076
12061
  "kind": "field",
12077
12062
  "name": "valueObject",
@@ -12585,6 +12570,35 @@
12585
12570
  "module": "components/input/src/base-input.js"
12586
12571
  }
12587
12572
  },
12573
+ {
12574
+ "kind": "field",
12575
+ "name": "activeLabel",
12576
+ "privacy": "public",
12577
+ "type": {
12578
+ "text": "boolean"
12579
+ },
12580
+ "description": "If set, the label will remain fixed in the active position.",
12581
+ "default": "false",
12582
+ "attribute": "activeLabel",
12583
+ "reflects": true,
12584
+ "inheritedFrom": {
12585
+ "name": "BaseInput",
12586
+ "module": "components/input/src/base-input.js"
12587
+ }
12588
+ },
12589
+ {
12590
+ "kind": "field",
12591
+ "name": "allowedInputTypes",
12592
+ "type": {
12593
+ "text": "array"
12594
+ },
12595
+ "privacy": "private",
12596
+ "default": "[ \"text\", \"number\", \"email\", \"password\", \"credit-card\", \"tel\" ]",
12597
+ "inheritedFrom": {
12598
+ "name": "BaseInput",
12599
+ "module": "components/input/src/base-input.js"
12600
+ }
12601
+ },
12588
12602
  {
12589
12603
  "kind": "field",
12590
12604
  "name": "appearance",
@@ -12601,6 +12615,19 @@
12601
12615
  "module": "components/input/src/base-input.js"
12602
12616
  }
12603
12617
  },
12618
+ {
12619
+ "kind": "field",
12620
+ "name": "dateFormatMap",
12621
+ "type": {
12622
+ "text": "object"
12623
+ },
12624
+ "privacy": "private",
12625
+ "default": "{ 'mm/dd/yyyy': 'dateMMDDYYYY', 'dd/mm/yyyy': 'dateDDMMYYYY', 'yyyy/mm/dd': 'dateYYYYMMDD', 'yyyy/dd/mm': 'dateYYYYDDMM', 'mm/yy': 'dateMMYY', 'yy/mm': 'dateYYMM', 'mm/yyyy': 'dateMMYYYY', 'yyyy/mm': 'dateYYYYMM', 'yy': 'dateYY', 'yyyy': 'dateYYYY', 'mm': 'dateMM', 'dd': 'dateDD', 'dd/mm': 'dateDDMM', 'mm/dd': 'dateMMDD' }",
12626
+ "inheritedFrom": {
12627
+ "name": "BaseInput",
12628
+ "module": "components/input/src/base-input.js"
12629
+ }
12630
+ },
12604
12631
  {
12605
12632
  "kind": "field",
12606
12633
  "name": "disabled",
@@ -12617,6 +12644,101 @@
12617
12644
  "module": "components/input/src/base-input.js"
12618
12645
  }
12619
12646
  },
12647
+ {
12648
+ "kind": "field",
12649
+ "name": "domHandler",
12650
+ "privacy": "private",
12651
+ "default": "new DomHandler()",
12652
+ "inheritedFrom": {
12653
+ "name": "BaseInput",
12654
+ "module": "components/input/src/base-input.js"
12655
+ }
12656
+ },
12657
+ {
12658
+ "kind": "field",
12659
+ "name": "dvInputOnly",
12660
+ "privacy": "public",
12661
+ "type": {
12662
+ "text": "boolean"
12663
+ },
12664
+ "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
12665
+ "default": "false",
12666
+ "attribute": "dvInputOnly",
12667
+ "reflects": true,
12668
+ "inheritedFrom": {
12669
+ "name": "BaseInput",
12670
+ "module": "components/input/src/base-input.js"
12671
+ }
12672
+ },
12673
+ {
12674
+ "kind": "field",
12675
+ "name": "hasValue",
12676
+ "privacy": "public",
12677
+ "type": {
12678
+ "text": "boolean"
12679
+ },
12680
+ "description": "Flag to indicate if the input currently has value.",
12681
+ "default": "false",
12682
+ "inheritedFrom": {
12683
+ "name": "BaseInput",
12684
+ "module": "components/input/src/base-input.js"
12685
+ }
12686
+ },
12687
+ {
12688
+ "kind": "field",
12689
+ "name": "hideLabelVisually",
12690
+ "privacy": "private",
12691
+ "type": {
12692
+ "text": "boolean"
12693
+ },
12694
+ "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
12695
+ "default": "false",
12696
+ "attribute": "hideLabelVisually",
12697
+ "reflects": true,
12698
+ "inheritedFrom": {
12699
+ "name": "BaseInput",
12700
+ "module": "components/input/src/base-input.js"
12701
+ }
12702
+ },
12703
+ {
12704
+ "kind": "field",
12705
+ "name": "icon",
12706
+ "privacy": "public",
12707
+ "type": {
12708
+ "text": "boolean"
12709
+ },
12710
+ "description": "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.",
12711
+ "default": "false",
12712
+ "attribute": "icon",
12713
+ "reflects": true,
12714
+ "inheritedFrom": {
12715
+ "name": "BaseInput",
12716
+ "module": "components/input/src/base-input.js"
12717
+ }
12718
+ },
12719
+ {
12720
+ "kind": "field",
12721
+ "name": "inputIconName",
12722
+ "privacy": "private",
12723
+ "default": "undefined",
12724
+ "inheritedFrom": {
12725
+ "name": "BaseInput",
12726
+ "module": "components/input/src/base-input.js"
12727
+ }
12728
+ },
12729
+ {
12730
+ "kind": "field",
12731
+ "name": "label",
12732
+ "type": {
12733
+ "text": "string"
12734
+ },
12735
+ "privacy": "private",
12736
+ "default": "'Input label is undefined'",
12737
+ "inheritedFrom": {
12738
+ "name": "BaseInput",
12739
+ "module": "components/input/src/base-input.js"
12740
+ }
12741
+ },
12620
12742
  {
12621
12743
  "kind": "field",
12622
12744
  "name": "layout",
@@ -12731,14 +12853,14 @@
12731
12853
  },
12732
12854
  {
12733
12855
  "kind": "field",
12734
- "name": "required",
12856
+ "name": "noValidate",
12735
12857
  "privacy": "public",
12736
12858
  "type": {
12737
12859
  "text": "boolean"
12738
12860
  },
12739
- "description": "Populates the `required` attribute on the input. Used for client-side validation.",
12861
+ "description": "If set, disables auto-validation on blur.",
12740
12862
  "default": "false",
12741
- "attribute": "required",
12863
+ "attribute": "noValidate",
12742
12864
  "reflects": true,
12743
12865
  "inheritedFrom": {
12744
12866
  "name": "BaseInput",
@@ -12761,6 +12883,31 @@
12761
12883
  "module": "components/layoutElement/src/auroElement.js"
12762
12884
  }
12763
12885
  },
12886
+ {
12887
+ "kind": "field",
12888
+ "name": "_rawMaskValue",
12889
+ "default": "undefined",
12890
+ "inheritedFrom": {
12891
+ "name": "BaseInput",
12892
+ "module": "components/input/src/base-input.js"
12893
+ }
12894
+ },
12895
+ {
12896
+ "kind": "field",
12897
+ "name": "required",
12898
+ "privacy": "public",
12899
+ "type": {
12900
+ "text": "boolean"
12901
+ },
12902
+ "description": "Populates the `required` attribute on the input. Used for client-side validation.",
12903
+ "default": "false",
12904
+ "attribute": "required",
12905
+ "reflects": true,
12906
+ "inheritedFrom": {
12907
+ "name": "BaseInput",
12908
+ "module": "components/input/src/base-input.js"
12909
+ }
12910
+ },
12764
12911
  {
12765
12912
  "kind": "field",
12766
12913
  "name": "setCustomValidityForType",
@@ -12778,14 +12925,27 @@
12778
12925
  },
12779
12926
  {
12780
12927
  "kind": "field",
12781
- "name": "size",
12928
+ "name": "setSelectionInputTypes",
12929
+ "type": {
12930
+ "text": "array"
12931
+ },
12932
+ "privacy": "private",
12933
+ "default": "[ \"text\", \"password\", \"email\" ]",
12934
+ "inheritedFrom": {
12935
+ "name": "BaseInput",
12936
+ "module": "components/input/src/base-input.js"
12937
+ }
12938
+ },
12939
+ {
12940
+ "kind": "field",
12941
+ "name": "shape",
12782
12942
  "privacy": "public",
12783
12943
  "type": {
12784
12944
  "text": "string"
12785
12945
  },
12786
- "attribute": "size",
12946
+ "attribute": "shape",
12787
12947
  "reflects": true,
12788
- "default": "'lg'",
12948
+ "default": "'classic'",
12789
12949
  "inheritedFrom": {
12790
12950
  "name": "AuroElement",
12791
12951
  "module": "components/layoutElement/src/auroElement.js"
@@ -12793,19 +12953,86 @@
12793
12953
  },
12794
12954
  {
12795
12955
  "kind": "field",
12796
- "name": "shape",
12956
+ "name": "showPassword",
12957
+ "privacy": "private",
12958
+ "type": {
12959
+ "text": "boolean"
12960
+ },
12961
+ "default": "false",
12962
+ "attribute": "showPassword",
12963
+ "inheritedFrom": {
12964
+ "name": "BaseInput",
12965
+ "module": "components/input/src/base-input.js"
12966
+ }
12967
+ },
12968
+ {
12969
+ "kind": "field",
12970
+ "name": "size",
12797
12971
  "privacy": "public",
12798
12972
  "type": {
12799
12973
  "text": "string"
12800
12974
  },
12801
- "attribute": "shape",
12975
+ "attribute": "size",
12802
12976
  "reflects": true,
12803
- "default": "'classic'",
12977
+ "default": "'lg'",
12804
12978
  "inheritedFrom": {
12805
12979
  "name": "AuroElement",
12806
12980
  "module": "components/layoutElement/src/auroElement.js"
12807
12981
  }
12808
12982
  },
12983
+ {
12984
+ "kind": "field",
12985
+ "name": "touched",
12986
+ "privacy": "private",
12987
+ "type": {
12988
+ "text": "boolean"
12989
+ },
12990
+ "description": "Indicates whether the input is in a dirty state (has been interacted with).",
12991
+ "default": "false",
12992
+ "inheritedFrom": {
12993
+ "name": "BaseInput",
12994
+ "module": "components/input/src/base-input.js"
12995
+ }
12996
+ },
12997
+ {
12998
+ "kind": "field",
12999
+ "name": "uniqueId",
13000
+ "privacy": "private",
13001
+ "inheritedFrom": {
13002
+ "name": "BaseInput",
13003
+ "module": "components/input/src/base-input.js"
13004
+ }
13005
+ },
13006
+ {
13007
+ "kind": "field",
13008
+ "name": "util",
13009
+ "privacy": "private",
13010
+ "default": "new AuroInputUtilities({ locale: this.locale, format: this.format })",
13011
+ "inheritedFrom": {
13012
+ "name": "BaseInput",
13013
+ "module": "components/input/src/base-input.js"
13014
+ }
13015
+ },
13016
+ {
13017
+ "kind": "field",
13018
+ "name": "validation",
13019
+ "privacy": "private",
13020
+ "default": "new AuroFormValidation()",
13021
+ "inheritedFrom": {
13022
+ "name": "BaseInput",
13023
+ "module": "components/input/src/base-input.js"
13024
+ }
13025
+ },
13026
+ {
13027
+ "kind": "field",
13028
+ "name": "validationCCLength",
13029
+ "privacy": "private",
13030
+ "default": "undefined",
13031
+ "inheritedFrom": {
13032
+ "name": "BaseInput",
13033
+ "module": "components/input/src/base-input.js"
13034
+ }
13035
+ },
12809
13036
  {
12810
13037
  "kind": "field",
12811
13038
  "name": "value",
@@ -12890,21 +13117,6 @@
12890
13117
  "module": "components/input/src/base-input.js"
12891
13118
  }
12892
13119
  },
12893
- {
12894
- "kind": "field",
12895
- "name": "activeLabel",
12896
- "privacy": "public",
12897
- "type": {
12898
- "text": "boolean"
12899
- },
12900
- "description": "If set, the label will remain fixed in the active position.",
12901
- "attribute": "activeLabel",
12902
- "reflects": true,
12903
- "inheritedFrom": {
12904
- "name": "BaseInput",
12905
- "module": "components/input/src/base-input.js"
12906
- }
12907
- },
12908
13120
  {
12909
13121
  "kind": "field",
12910
13122
  "name": "autocapitalize",
@@ -12964,21 +13176,6 @@
12964
13176
  "module": "components/input/src/base-input.js"
12965
13177
  }
12966
13178
  },
12967
- {
12968
- "kind": "field",
12969
- "name": "dvInputOnly",
12970
- "privacy": "public",
12971
- "type": {
12972
- "text": "boolean"
12973
- },
12974
- "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
12975
- "attribute": "dvInputOnly",
12976
- "reflects": true,
12977
- "inheritedFrom": {
12978
- "name": "BaseInput",
12979
- "module": "components/input/src/base-input.js"
12980
- }
12981
- },
12982
13179
  {
12983
13180
  "kind": "field",
12984
13181
  "name": "error",
@@ -13036,49 +13233,6 @@
13036
13233
  "module": "components/input/src/base-input.js"
13037
13234
  }
13038
13235
  },
13039
- {
13040
- "kind": "field",
13041
- "name": "hasValue",
13042
- "privacy": "public",
13043
- "type": {
13044
- "text": "boolean"
13045
- },
13046
- "description": "Flag to indicate if the input currently has value.",
13047
- "inheritedFrom": {
13048
- "name": "BaseInput",
13049
- "module": "components/input/src/base-input.js"
13050
- }
13051
- },
13052
- {
13053
- "kind": "field",
13054
- "name": "hideLabelVisually",
13055
- "privacy": "private",
13056
- "type": {
13057
- "text": "boolean"
13058
- },
13059
- "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
13060
- "attribute": "hideLabelVisually",
13061
- "reflects": true,
13062
- "inheritedFrom": {
13063
- "name": "BaseInput",
13064
- "module": "components/input/src/base-input.js"
13065
- }
13066
- },
13067
- {
13068
- "kind": "field",
13069
- "name": "icon",
13070
- "privacy": "public",
13071
- "type": {
13072
- "text": "boolean"
13073
- },
13074
- "description": "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.",
13075
- "attribute": "icon",
13076
- "reflects": true,
13077
- "inheritedFrom": {
13078
- "name": "BaseInput",
13079
- "module": "components/input/src/base-input.js"
13080
- }
13081
- },
13082
13236
  {
13083
13237
  "kind": "field",
13084
13238
  "name": "id",
@@ -13167,21 +13321,6 @@
13167
13321
  "module": "components/input/src/base-input.js"
13168
13322
  }
13169
13323
  },
13170
- {
13171
- "kind": "field",
13172
- "name": "noValidate",
13173
- "privacy": "public",
13174
- "type": {
13175
- "text": "boolean"
13176
- },
13177
- "description": "If set, disables auto-validation on blur.",
13178
- "attribute": "noValidate",
13179
- "reflects": true,
13180
- "inheritedFrom": {
13181
- "name": "BaseInput",
13182
- "module": "components/input/src/base-input.js"
13183
- }
13184
- },
13185
13324
  {
13186
13325
  "kind": "field",
13187
13326
  "name": "pattern",
@@ -13339,16 +13478,6 @@
13339
13478
  "module": "components/input/src/base-input.js"
13340
13479
  }
13341
13480
  },
13342
- {
13343
- "kind": "field",
13344
- "name": "showPassword",
13345
- "privacy": "public",
13346
- "attribute": "showPassword",
13347
- "inheritedFrom": {
13348
- "name": "BaseInput",
13349
- "module": "components/input/src/base-input.js"
13350
- }
13351
- },
13352
13481
  {
13353
13482
  "kind": "field",
13354
13483
  "name": "simple",
@@ -13379,19 +13508,6 @@
13379
13508
  "module": "components/input/src/base-input.js"
13380
13509
  }
13381
13510
  },
13382
- {
13383
- "kind": "field",
13384
- "name": "touched",
13385
- "privacy": "private",
13386
- "type": {
13387
- "text": "boolean"
13388
- },
13389
- "description": "Indicates whether the input is in a dirty state (has been interacted with).",
13390
- "inheritedFrom": {
13391
- "name": "BaseInput",
13392
- "module": "components/input/src/base-input.js"
13393
- }
13394
- },
13395
13511
  {
13396
13512
  "kind": "field",
13397
13513
  "name": "type",
@@ -13539,6 +13655,7 @@
13539
13655
  "text": "boolean"
13540
13656
  },
13541
13657
  "description": "If set, the label will remain fixed in the active position.",
13658
+ "default": "false",
13542
13659
  "fieldName": "activeLabel",
13543
13660
  "inheritedFrom": {
13544
13661
  "name": "BaseInput",
@@ -13625,6 +13742,7 @@
13625
13742
  "text": "boolean"
13626
13743
  },
13627
13744
  "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
13745
+ "default": "false",
13628
13746
  "fieldName": "dvInputOnly",
13629
13747
  "inheritedFrom": {
13630
13748
  "name": "BaseInput",
@@ -13673,6 +13791,7 @@
13673
13791
  "text": "boolean"
13674
13792
  },
13675
13793
  "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
13794
+ "default": "false",
13676
13795
  "fieldName": "hideLabelVisually",
13677
13796
  "inheritedFrom": {
13678
13797
  "name": "BaseInput",
@@ -13685,6 +13804,7 @@
13685
13804
  "text": "boolean"
13686
13805
  },
13687
13806
  "description": "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.",
13807
+ "default": "false",
13688
13808
  "fieldName": "icon",
13689
13809
  "inheritedFrom": {
13690
13810
  "name": "BaseInput",
@@ -13822,6 +13942,7 @@
13822
13942
  "text": "boolean"
13823
13943
  },
13824
13944
  "description": "If set, disables auto-validation on blur.",
13945
+ "default": "false",
13825
13946
  "fieldName": "noValidate",
13826
13947
  "inheritedFrom": {
13827
13948
  "name": "BaseInput",
@@ -14001,6 +14122,10 @@
14001
14122
  },
14002
14123
  {
14003
14124
  "name": "showPassword",
14125
+ "type": {
14126
+ "text": "boolean"
14127
+ },
14128
+ "default": "false",
14004
14129
  "fieldName": "showPassword",
14005
14130
  "inheritedFrom": {
14006
14131
  "name": "BaseInput",
@@ -14184,17 +14309,6 @@
14184
14309
  "static": true,
14185
14310
  "readonly": true
14186
14311
  },
14187
- {
14188
- "kind": "method",
14189
- "name": "_initializePrivateDefaults",
14190
- "description": "Internal Defaults.",
14191
- "privacy": "private",
14192
- "return": {
14193
- "type": {
14194
- "text": "void"
14195
- }
14196
- }
14197
- },
14198
14312
  {
14199
14313
  "kind": "field",
14200
14314
  "name": "valueObject",
@@ -14585,16 +14699,37 @@
14585
14699
  }
14586
14700
  },
14587
14701
  {
14588
- "kind": "method",
14589
- "name": "matchInputValueToCreditCard",
14590
- "description": "Function to support credit-card feature type.",
14702
+ "kind": "method",
14703
+ "name": "matchInputValueToCreditCard",
14704
+ "description": "Function to support credit-card feature type.",
14705
+ "privacy": "private",
14706
+ "deprecated": "https://dev.azure.com/itsals/E_Retain_Content/_workitems/edit/1557296",
14707
+ "return": {
14708
+ "type": {
14709
+ "text": "object"
14710
+ }
14711
+ }
14712
+ },
14713
+ {
14714
+ "kind": "field",
14715
+ "name": "activeLabel",
14716
+ "privacy": "public",
14717
+ "type": {
14718
+ "text": "boolean"
14719
+ },
14720
+ "description": "If set, the label will remain fixed in the active position.",
14721
+ "default": "false",
14722
+ "attribute": "activeLabel",
14723
+ "reflects": true
14724
+ },
14725
+ {
14726
+ "kind": "field",
14727
+ "name": "allowedInputTypes",
14728
+ "type": {
14729
+ "text": "array"
14730
+ },
14591
14731
  "privacy": "private",
14592
- "deprecated": "https://dev.azure.com/itsals/E_Retain_Content/_workitems/edit/1557296",
14593
- "return": {
14594
- "type": {
14595
- "text": "object"
14596
- }
14597
- }
14732
+ "default": "[ \"text\", \"number\", \"email\", \"password\", \"credit-card\", \"tel\" ]"
14598
14733
  },
14599
14734
  {
14600
14735
  "kind": "field",
@@ -14608,6 +14743,15 @@
14608
14743
  "attribute": "appearance",
14609
14744
  "reflects": true
14610
14745
  },
14746
+ {
14747
+ "kind": "field",
14748
+ "name": "dateFormatMap",
14749
+ "type": {
14750
+ "text": "object"
14751
+ },
14752
+ "privacy": "private",
14753
+ "default": "{ 'mm/dd/yyyy': 'dateMMDDYYYY', 'dd/mm/yyyy': 'dateDDMMYYYY', 'yyyy/mm/dd': 'dateYYYYMMDD', 'yyyy/dd/mm': 'dateYYYYDDMM', 'mm/yy': 'dateMMYY', 'yy/mm': 'dateYYMM', 'mm/yyyy': 'dateMMYYYY', 'yyyy/mm': 'dateYYYYMM', 'yy': 'dateYY', 'yyyy': 'dateYYYY', 'mm': 'dateMM', 'dd': 'dateDD', 'dd/mm': 'dateDDMM', 'mm/dd': 'dateMMDD' }"
14754
+ },
14611
14755
  {
14612
14756
  "kind": "field",
14613
14757
  "name": "disabled",
@@ -14620,6 +14764,73 @@
14620
14764
  "attribute": "disabled",
14621
14765
  "reflects": true
14622
14766
  },
14767
+ {
14768
+ "kind": "field",
14769
+ "name": "domHandler",
14770
+ "privacy": "private",
14771
+ "default": "new DomHandler()"
14772
+ },
14773
+ {
14774
+ "kind": "field",
14775
+ "name": "dvInputOnly",
14776
+ "privacy": "public",
14777
+ "type": {
14778
+ "text": "boolean"
14779
+ },
14780
+ "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
14781
+ "default": "false",
14782
+ "attribute": "dvInputOnly",
14783
+ "reflects": true
14784
+ },
14785
+ {
14786
+ "kind": "field",
14787
+ "name": "hasValue",
14788
+ "privacy": "public",
14789
+ "type": {
14790
+ "text": "boolean"
14791
+ },
14792
+ "description": "Flag to indicate if the input currently has value.",
14793
+ "default": "false"
14794
+ },
14795
+ {
14796
+ "kind": "field",
14797
+ "name": "hideLabelVisually",
14798
+ "privacy": "private",
14799
+ "type": {
14800
+ "text": "boolean"
14801
+ },
14802
+ "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
14803
+ "default": "false",
14804
+ "attribute": "hideLabelVisually",
14805
+ "reflects": true
14806
+ },
14807
+ {
14808
+ "kind": "field",
14809
+ "name": "icon",
14810
+ "privacy": "public",
14811
+ "type": {
14812
+ "text": "boolean"
14813
+ },
14814
+ "description": "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.",
14815
+ "default": "false",
14816
+ "attribute": "icon",
14817
+ "reflects": true
14818
+ },
14819
+ {
14820
+ "kind": "field",
14821
+ "name": "inputIconName",
14822
+ "privacy": "private",
14823
+ "default": "undefined"
14824
+ },
14825
+ {
14826
+ "kind": "field",
14827
+ "name": "label",
14828
+ "type": {
14829
+ "text": "string"
14830
+ },
14831
+ "privacy": "private",
14832
+ "default": "'Input label is undefined'"
14833
+ },
14623
14834
  {
14624
14835
  "kind": "field",
14625
14836
  "name": "layout",
@@ -14706,14 +14917,14 @@
14706
14917
  },
14707
14918
  {
14708
14919
  "kind": "field",
14709
- "name": "required",
14920
+ "name": "noValidate",
14710
14921
  "privacy": "public",
14711
14922
  "type": {
14712
14923
  "text": "boolean"
14713
14924
  },
14714
- "description": "Populates the `required` attribute on the input. Used for client-side validation.",
14925
+ "description": "If set, disables auto-validation on blur.",
14715
14926
  "default": "false",
14716
- "attribute": "required",
14927
+ "attribute": "noValidate",
14717
14928
  "reflects": true
14718
14929
  },
14719
14930
  {
@@ -14732,6 +14943,23 @@
14732
14943
  "module": "components/layoutElement/src/auroElement.js"
14733
14944
  }
14734
14945
  },
14946
+ {
14947
+ "kind": "field",
14948
+ "name": "_rawMaskValue",
14949
+ "default": "undefined"
14950
+ },
14951
+ {
14952
+ "kind": "field",
14953
+ "name": "required",
14954
+ "privacy": "public",
14955
+ "type": {
14956
+ "text": "boolean"
14957
+ },
14958
+ "description": "Populates the `required` attribute on the input. Used for client-side validation.",
14959
+ "default": "false",
14960
+ "attribute": "required",
14961
+ "reflects": true
14962
+ },
14735
14963
  {
14736
14964
  "kind": "field",
14737
14965
  "name": "setCustomValidityForType",
@@ -14745,14 +14973,23 @@
14745
14973
  },
14746
14974
  {
14747
14975
  "kind": "field",
14748
- "name": "size",
14976
+ "name": "setSelectionInputTypes",
14977
+ "type": {
14978
+ "text": "array"
14979
+ },
14980
+ "privacy": "private",
14981
+ "default": "[ \"text\", \"password\", \"email\" ]"
14982
+ },
14983
+ {
14984
+ "kind": "field",
14985
+ "name": "shape",
14749
14986
  "privacy": "public",
14750
14987
  "type": {
14751
14988
  "text": "string"
14752
14989
  },
14753
- "attribute": "size",
14990
+ "attribute": "shape",
14754
14991
  "reflects": true,
14755
- "default": "'lg'",
14992
+ "default": "'classic'",
14756
14993
  "inheritedFrom": {
14757
14994
  "name": "AuroElement",
14758
14995
  "module": "components/layoutElement/src/auroElement.js"
@@ -14760,19 +14997,62 @@
14760
14997
  },
14761
14998
  {
14762
14999
  "kind": "field",
14763
- "name": "shape",
15000
+ "name": "showPassword",
15001
+ "privacy": "private",
15002
+ "type": {
15003
+ "text": "boolean"
15004
+ },
15005
+ "default": "false",
15006
+ "attribute": "showPassword"
15007
+ },
15008
+ {
15009
+ "kind": "field",
15010
+ "name": "size",
14764
15011
  "privacy": "public",
14765
15012
  "type": {
14766
15013
  "text": "string"
14767
15014
  },
14768
- "attribute": "shape",
15015
+ "attribute": "size",
14769
15016
  "reflects": true,
14770
- "default": "'classic'",
15017
+ "default": "'lg'",
14771
15018
  "inheritedFrom": {
14772
15019
  "name": "AuroElement",
14773
15020
  "module": "components/layoutElement/src/auroElement.js"
14774
15021
  }
14775
15022
  },
15023
+ {
15024
+ "kind": "field",
15025
+ "name": "touched",
15026
+ "privacy": "private",
15027
+ "type": {
15028
+ "text": "boolean"
15029
+ },
15030
+ "description": "Indicates whether the input is in a dirty state (has been interacted with).",
15031
+ "default": "false"
15032
+ },
15033
+ {
15034
+ "kind": "field",
15035
+ "name": "uniqueId",
15036
+ "privacy": "private"
15037
+ },
15038
+ {
15039
+ "kind": "field",
15040
+ "name": "util",
15041
+ "privacy": "private",
15042
+ "default": "new AuroInputUtilities({ locale: this.locale, format: this.format })"
15043
+ },
15044
+ {
15045
+ "kind": "field",
15046
+ "name": "validation",
15047
+ "privacy": "private",
15048
+ "default": "new AuroFormValidation()"
15049
+ },
15050
+ {
15051
+ "kind": "field",
15052
+ "name": "validationCCLength",
15053
+ "privacy": "private",
15054
+ "default": "undefined"
15055
+ },
14776
15056
  {
14777
15057
  "kind": "field",
14778
15058
  "name": "value",
@@ -14833,17 +15113,6 @@
14833
15113
  "attribute": "a11yActivedescendant",
14834
15114
  "reflects": true
14835
15115
  },
14836
- {
14837
- "kind": "field",
14838
- "name": "activeLabel",
14839
- "privacy": "public",
14840
- "type": {
14841
- "text": "boolean"
14842
- },
14843
- "description": "If set, the label will remain fixed in the active position.",
14844
- "attribute": "activeLabel",
14845
- "reflects": true
14846
- },
14847
15116
  {
14848
15117
  "kind": "field",
14849
15118
  "name": "autocapitalize",
@@ -14887,17 +15156,6 @@
14887
15156
  "description": "Custom help text message for email type validity.",
14888
15157
  "attribute": "customValidityTypeEmail"
14889
15158
  },
14890
- {
14891
- "kind": "field",
14892
- "name": "dvInputOnly",
14893
- "privacy": "public",
14894
- "type": {
14895
- "text": "boolean"
14896
- },
14897
- "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
14898
- "attribute": "dvInputOnly",
14899
- "reflects": true
14900
- },
14901
15159
  {
14902
15160
  "kind": "field",
14903
15161
  "name": "error",
@@ -14939,37 +15197,6 @@
14939
15197
  },
14940
15198
  "description": "Flag to indicate if the input currently has focus."
14941
15199
  },
14942
- {
14943
- "kind": "field",
14944
- "name": "hasValue",
14945
- "privacy": "public",
14946
- "type": {
14947
- "text": "boolean"
14948
- },
14949
- "description": "Flag to indicate if the input currently has value."
14950
- },
14951
- {
14952
- "kind": "field",
14953
- "name": "hideLabelVisually",
14954
- "privacy": "private",
14955
- "type": {
14956
- "text": "boolean"
14957
- },
14958
- "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
14959
- "attribute": "hideLabelVisually",
14960
- "reflects": true
14961
- },
14962
- {
14963
- "kind": "field",
14964
- "name": "icon",
14965
- "privacy": "public",
14966
- "type": {
14967
- "text": "boolean"
14968
- },
14969
- "description": "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.",
14970
- "attribute": "icon",
14971
- "reflects": true
14972
- },
14973
15200
  {
14974
15201
  "kind": "field",
14975
15202
  "name": "id",
@@ -15034,17 +15261,6 @@
15034
15261
  "attribute": "nested",
15035
15262
  "reflects": true
15036
15263
  },
15037
- {
15038
- "kind": "field",
15039
- "name": "noValidate",
15040
- "privacy": "public",
15041
- "type": {
15042
- "text": "boolean"
15043
- },
15044
- "description": "If set, disables auto-validation on blur.",
15045
- "attribute": "noValidate",
15046
- "reflects": true
15047
- },
15048
15264
  {
15049
15265
  "kind": "field",
15050
15266
  "name": "pattern",
@@ -15158,12 +15374,6 @@
15158
15374
  "description": "Custom help text message to display when validity = `valueMissing`.",
15159
15375
  "attribute": "setCustomValidityValueMissing"
15160
15376
  },
15161
- {
15162
- "kind": "field",
15163
- "name": "showPassword",
15164
- "privacy": "public",
15165
- "attribute": "showPassword"
15166
- },
15167
15377
  {
15168
15378
  "kind": "field",
15169
15379
  "name": "simple",
@@ -15186,15 +15396,6 @@
15186
15396
  "attribute": "spellcheck",
15187
15397
  "reflects": true
15188
15398
  },
15189
- {
15190
- "kind": "field",
15191
- "name": "touched",
15192
- "privacy": "private",
15193
- "type": {
15194
- "text": "boolean"
15195
- },
15196
- "description": "Indicates whether the input is in a dirty state (has been interacted with)."
15197
- },
15198
15399
  {
15199
15400
  "kind": "field",
15200
15401
  "name": "type",
@@ -15324,6 +15525,7 @@
15324
15525
  "text": "boolean"
15325
15526
  },
15326
15527
  "description": "If set, the label will remain fixed in the active position.",
15528
+ "default": "false",
15327
15529
  "fieldName": "activeLabel"
15328
15530
  },
15329
15531
  {
@@ -15382,6 +15584,7 @@
15382
15584
  "text": "boolean"
15383
15585
  },
15384
15586
  "description": "If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked.",
15587
+ "default": "false",
15385
15588
  "fieldName": "dvInputOnly"
15386
15589
  },
15387
15590
  {
@@ -15414,6 +15617,7 @@
15414
15617
  "text": "boolean"
15415
15618
  },
15416
15619
  "description": "If set, the label will be hidden visually but still accessible to assistive technologies.",
15620
+ "default": "false",
15417
15621
  "fieldName": "hideLabelVisually"
15418
15622
  },
15419
15623
  {
@@ -15422,6 +15626,7 @@
15422
15626
  "text": "boolean"
15423
15627
  },
15424
15628
  "description": "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.",
15629
+ "default": "false",
15425
15630
  "fieldName": "icon"
15426
15631
  },
15427
15632
  {
@@ -15515,6 +15720,7 @@
15515
15720
  "text": "boolean"
15516
15721
  },
15517
15722
  "description": "If set, disables auto-validation on blur.",
15723
+ "default": "false",
15518
15724
  "fieldName": "noValidate"
15519
15725
  },
15520
15726
  {
@@ -15634,6 +15840,10 @@
15634
15840
  },
15635
15841
  {
15636
15842
  "name": "showPassword",
15843
+ "type": {
15844
+ "text": "boolean"
15845
+ },
15846
+ "default": "false",
15637
15847
  "fieldName": "showPassword"
15638
15848
  },
15639
15849
  {