@aurodesignsystem-dev/auro-formkit 0.0.0-pr1424.5 → 0.0.0-pr1424.6
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/checkbox/demo/api.min.js +2 -8
- package/components/checkbox/demo/index.min.js +2 -8
- package/components/checkbox/dist/auro-checkbox.d.ts +1 -1
- package/components/checkbox/dist/index.js +2 -8
- package/components/checkbox/dist/registered.js +2 -8
- package/components/combobox/demo/api.min.js +32 -16
- package/components/combobox/demo/index.min.js +32 -16
- package/components/combobox/dist/index.js +32 -16
- package/components/combobox/dist/registered.js +32 -16
- package/components/counter/demo/api.min.js +45 -21
- package/components/counter/demo/index.min.js +45 -21
- package/components/counter/dist/auro-counter.d.ts +3 -2
- package/components/counter/dist/index.js +45 -21
- package/components/counter/dist/registered.js +45 -21
- package/components/datepicker/demo/api.md +6 -6
- package/components/datepicker/demo/api.min.js +51 -29
- package/components/datepicker/demo/index.min.js +51 -29
- package/components/datepicker/dist/auro-datepicker.d.ts +2 -1
- package/components/datepicker/dist/index.js +51 -29
- package/components/datepicker/dist/registered.js +51 -29
- package/components/dropdown/demo/api.min.js +29 -1
- package/components/dropdown/demo/index.min.js +29 -1
- package/components/dropdown/dist/index.js +29 -1
- package/components/dropdown/dist/registered.js +29 -1
- package/components/form/demo/api.min.js +162 -90
- package/components/form/demo/index.min.js +162 -90
- package/components/input/demo/api.min.js +1 -13
- package/components/input/demo/index.min.js +1 -13
- package/components/input/dist/base-input.d.ts +0 -7
- package/components/input/dist/index.js +1 -13
- package/components/input/dist/registered.js +1 -13
- package/components/radio/demo/api.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/api.min.js +30 -2
- package/components/select/demo/index.min.js +30 -2
- package/components/select/demo/keyboard-behavior.html +81 -0
- package/components/select/dist/index.js +30 -2
- package/components/select/dist/registered.js +30 -2
- package/custom-elements.json +3 -47
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -3787,7 +3787,7 @@
|
|
|
3787
3787
|
}
|
|
3788
3788
|
}
|
|
3789
3789
|
],
|
|
3790
|
-
"description": "
|
|
3790
|
+
"description": "Handles the slotchange event for the description slot.\nUpdates ariaDescribedByElements on the spinbutton.",
|
|
3791
3791
|
"privacy": "private"
|
|
3792
3792
|
},
|
|
3793
3793
|
{
|
|
@@ -6588,7 +6588,7 @@
|
|
|
6588
6588
|
"type": {
|
|
6589
6589
|
"text": "array"
|
|
6590
6590
|
},
|
|
6591
|
-
"description": "Dates that the user should have for reference as part of their decision making when selecting a date.\nThis should be a JSON string array of dates in the format of `MM
|
|
6591
|
+
"description": "Dates that the user should have for reference as part of their decision making when selecting a date.\nThis should be a JSON string array of dates in the format of `MM/DD/YYYY`.",
|
|
6592
6592
|
"attribute": "referenceDates",
|
|
6593
6593
|
"reflects": true
|
|
6594
6594
|
},
|
|
@@ -6981,7 +6981,7 @@
|
|
|
6981
6981
|
"type": {
|
|
6982
6982
|
"text": "array"
|
|
6983
6983
|
},
|
|
6984
|
-
"description": "Dates that the user should have for reference as part of their decision making when selecting a date.\nThis should be a JSON string array of dates in the format of `MM
|
|
6984
|
+
"description": "Dates that the user should have for reference as part of their decision making when selecting a date.\nThis should be a JSON string array of dates in the format of `MM/DD/YYYY`.",
|
|
6985
6985
|
"fieldName": "referenceDates"
|
|
6986
6986
|
},
|
|
6987
6987
|
{
|
|
@@ -10479,30 +10479,6 @@
|
|
|
10479
10479
|
"module": "components/input/src/base-input.js"
|
|
10480
10480
|
}
|
|
10481
10481
|
},
|
|
10482
|
-
{
|
|
10483
|
-
"kind": "method",
|
|
10484
|
-
"name": "getIconAsHtml",
|
|
10485
|
-
"parameters": [
|
|
10486
|
-
{
|
|
10487
|
-
"name": "icon",
|
|
10488
|
-
"description": "HTML string for requested icon.",
|
|
10489
|
-
"type": {
|
|
10490
|
-
"text": "string"
|
|
10491
|
-
}
|
|
10492
|
-
}
|
|
10493
|
-
],
|
|
10494
|
-
"description": "Required to convert SVG icons from data to HTML string.",
|
|
10495
|
-
"privacy": "private",
|
|
10496
|
-
"return": {
|
|
10497
|
-
"type": {
|
|
10498
|
-
"text": "object"
|
|
10499
|
-
}
|
|
10500
|
-
},
|
|
10501
|
-
"inheritedFrom": {
|
|
10502
|
-
"name": "BaseInput",
|
|
10503
|
-
"module": "components/input/src/base-input.js"
|
|
10504
|
-
}
|
|
10505
|
-
},
|
|
10506
10482
|
{
|
|
10507
10483
|
"kind": "method",
|
|
10508
10484
|
"name": "notifyValueChanged",
|
|
@@ -12461,26 +12437,6 @@
|
|
|
12461
12437
|
}
|
|
12462
12438
|
}
|
|
12463
12439
|
},
|
|
12464
|
-
{
|
|
12465
|
-
"kind": "method",
|
|
12466
|
-
"name": "getIconAsHtml",
|
|
12467
|
-
"parameters": [
|
|
12468
|
-
{
|
|
12469
|
-
"name": "icon",
|
|
12470
|
-
"description": "HTML string for requested icon.",
|
|
12471
|
-
"type": {
|
|
12472
|
-
"text": "string"
|
|
12473
|
-
}
|
|
12474
|
-
}
|
|
12475
|
-
],
|
|
12476
|
-
"description": "Required to convert SVG icons from data to HTML string.",
|
|
12477
|
-
"privacy": "private",
|
|
12478
|
-
"return": {
|
|
12479
|
-
"type": {
|
|
12480
|
-
"text": "object"
|
|
12481
|
-
}
|
|
12482
|
-
}
|
|
12483
|
-
},
|
|
12484
12440
|
{
|
|
12485
12441
|
"kind": "method",
|
|
12486
12442
|
"name": "notifyValueChanged",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem-dev/auro-formkit",
|
|
3
|
-
"version": "0.0.0-pr1424.
|
|
3
|
+
"version": "0.0.0-pr1424.6",
|
|
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": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@aurodesignsystem/auro-button": "^12.3.2",
|
|
85
85
|
"@aurodesignsystem/auro-dialog": "^4.1.1",
|
|
86
86
|
"@aurodesignsystem/auro-drawer": "^5.1.2",
|
|
87
|
-
"@aurodesignsystem/auro-library": "5.12.
|
|
87
|
+
"@aurodesignsystem/auro-library": "^5.12.2",
|
|
88
88
|
"@aurodesignsystem/auro-loader": "^6.2.0",
|
|
89
89
|
"@aurodesignsystem/build-tools": "*",
|
|
90
90
|
"@aurodesignsystem/config": "*",
|