@aurodesignsystem-dev/auro-formkit 0.0.0-pr1483.3 → 0.0.0-pr1488.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.
- package/components/checkbox/demo/customize.min.js +436 -14
- package/components/checkbox/demo/getting-started.min.js +436 -14
- package/components/checkbox/demo/index.min.js +436 -14
- package/components/checkbox/dist/index.js +436 -14
- package/components/checkbox/dist/registered.js +436 -14
- package/components/combobox/demo/customize.min.js +1482 -6618
- package/components/combobox/demo/getting-started.min.js +1482 -6618
- package/components/combobox/demo/index.min.js +1482 -6618
- package/components/combobox/demo/keyboard-behavior.md +68 -8
- package/components/combobox/dist/index.js +1489 -6625
- package/components/combobox/dist/registered.js +1489 -6625
- package/components/counter/demo/customize.min.js +437 -15
- package/components/counter/demo/index.min.js +437 -15
- package/components/counter/dist/index.js +436 -14
- package/components/counter/dist/registered.js +436 -14
- package/components/datepicker/demo/api.md +3 -10
- package/components/datepicker/demo/customize.md +6 -6
- package/components/datepicker/demo/index.md +4 -4
- package/components/datepicker/demo/index.min.js +2194 -7510
- package/components/datepicker/dist/index.js +2194 -7510
- package/components/datepicker/dist/registered.js +2194 -7510
- package/components/datepicker/dist/src/auro-calendar.d.ts +0 -6
- package/components/datepicker/dist/src/auro-datepicker.d.ts +10 -23
- package/components/datepicker/dist/src/utilities.d.ts +42 -10
- package/components/datepicker/dist/src/utilitiesCalendar.d.ts +2 -1
- package/components/dropdown/demo/customize.min.js +1 -1
- package/components/dropdown/demo/getting-started.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/demo/customize.min.js +43986 -58306
- package/components/form/demo/getting-started.min.js +43986 -58306
- package/components/form/demo/index.min.js +43986 -58306
- package/components/form/demo/registerDemoDeps.min.js +43986 -58306
- package/components/input/demo/api.md +51 -57
- package/components/input/demo/customize.md +0 -160
- package/components/input/demo/customize.min.js +1011 -6565
- package/components/input/demo/getting-started.md +0 -11
- package/components/input/demo/getting-started.min.js +1010 -6564
- package/components/input/demo/index.md +3 -28
- package/components/input/demo/index.min.js +1010 -6564
- package/components/input/dist/auro-input.d.ts +6 -25
- package/components/input/dist/base-input.d.ts +69 -82
- package/components/input/dist/index.d.ts +1 -2
- package/components/input/dist/index.js +1003 -6599
- package/components/input/dist/registered.js +1010 -6564
- package/components/input/dist/utilities.d.ts +9 -68
- package/components/radio/demo/index.min.js +436 -14
- package/components/radio/dist/index.js +436 -14
- package/components/radio/dist/registered.js +436 -14
- package/components/select/demo/customize.min.js +455 -31
- package/components/select/demo/getting-started.min.js +455 -31
- package/components/select/demo/index.min.js +455 -31
- package/components/select/demo/keyboard-behavior.md +54 -8
- package/components/select/dist/index.js +455 -31
- package/components/select/dist/registered.js +455 -31
- package/custom-elements.json +717 -1199
- package/package.json +4 -4
- package/components/input/dist/auro-input-util.d.ts +0 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem-dev/auro-formkit",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-pr1488.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": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@aurodesignsystem/auro-drawer": "^5.1.2",
|
|
107
107
|
"@aurodesignsystem/auro-header": "^5.0.0",
|
|
108
108
|
"@aurodesignsystem/auro-icon": "^9.1.1",
|
|
109
|
-
"@aurodesignsystem/auro-library": "^5.
|
|
109
|
+
"@aurodesignsystem/auro-library": "^5.12.2",
|
|
110
110
|
"@aurodesignsystem/auro-loader": "^6.2.0",
|
|
111
111
|
"@aurodesignsystem/auro-popover": "^6.0.0",
|
|
112
112
|
"@aurodesignsystem/build-tools": "*",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@floating-ui/dom": "^1.6.13",
|
|
127
127
|
"@noticeable/sass-render": "^3.0.0",
|
|
128
128
|
"@open-wc/testing": "^4.0.0",
|
|
129
|
-
"@playwright/test": "^1.
|
|
129
|
+
"@playwright/test": "^1.60.0",
|
|
130
130
|
"@popperjs/core": "^2.11.8",
|
|
131
131
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
132
132
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"monocart-reporter": "^2.10.1",
|
|
170
170
|
"nodemon": "^3.1.14",
|
|
171
171
|
"npm-run-all": "^4.1.5",
|
|
172
|
-
"playwright": "^1.
|
|
172
|
+
"playwright": "^1.60.0",
|
|
173
173
|
"postcss": "^8.5.10",
|
|
174
174
|
"postcss-custom-properties": "^15.0.1",
|
|
175
175
|
"postcss-discard-comments": "^7.0.7",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export namespace AuroInputUtil {
|
|
2
|
-
export let toISOFormatString: any;
|
|
3
|
-
export { formatISODate };
|
|
4
|
-
export let toFormattedValue: (value: string, valueObject: Date | undefined, format: string) => string;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Converts an ISO date string (yyyy-mm-dd) to a display string in the given format.
|
|
8
|
-
*
|
|
9
|
-
* Mirrors the approach of `toISOFormatString` in dateFormatter.mjs but in reverse:
|
|
10
|
-
* instead of Date → ISO, this goes ISO → display format.
|
|
11
|
-
*
|
|
12
|
-
* @param {string} isoStr - ISO date string in yyyy-mm-dd format.
|
|
13
|
-
* @param {string} format - Target display format (e.g. "mm/dd/yyyy", "dd/mm/yyyy", "yyyy/mm/dd").
|
|
14
|
-
* @returns {string|undefined} Display-formatted date string, or undefined if the input is invalid.
|
|
15
|
-
*/
|
|
16
|
-
declare function formatISODate(isoStr: string, format: string): string | undefined;
|
|
17
|
-
export {};
|