@aurodesignsystem-dev/auro-formkit 0.0.0-pr1508.0 → 0.0.0-pr1508.2
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/bibtemplate/dist/index.js +1 -1
- package/components/bibtemplate/dist/registered.js +1 -1
- package/components/checkbox/demo/customize.min.js +8 -6
- package/components/checkbox/demo/getting-started.min.js +8 -6
- package/components/checkbox/demo/index.min.js +8 -6
- package/components/checkbox/dist/index.js +8 -6
- package/components/checkbox/dist/registered.js +8 -6
- package/components/combobox/README.md +1 -1
- package/components/combobox/demo/customize.md +2 -10
- package/components/combobox/demo/customize.min.js +386 -305
- package/components/combobox/demo/getting-started.min.js +386 -301
- package/components/combobox/demo/index.md +1 -1
- package/components/combobox/demo/index.min.js +386 -301
- package/components/combobox/demo/keyboard-behavior.md +2 -142
- package/components/combobox/demo/readme.md +1 -1
- package/components/combobox/demo/why-combobox.md +2 -2
- package/components/combobox/dist/auro-combobox.d.ts +23 -16
- package/components/combobox/dist/index.js +385 -300
- package/components/combobox/dist/registered.js +385 -300
- package/components/counter/demo/customize.min.js +18 -8
- package/components/counter/demo/index.min.js +18 -8
- package/components/counter/dist/index.js +18 -8
- package/components/counter/dist/registered.js +18 -8
- package/components/datepicker/demo/accessibility.md +2 -1
- package/components/datepicker/demo/api.md +63 -62
- package/components/datepicker/demo/customize.md +12 -1
- package/components/datepicker/demo/customize.min.js +932 -335
- package/components/datepicker/demo/index.min.js +932 -335
- package/components/datepicker/dist/{src/auro-calendar-cell.d.ts → auro-calendar-cell.d.ts} +20 -3
- package/components/datepicker/dist/{src/auro-calendar.d.ts → auro-calendar.d.ts} +121 -7
- package/components/datepicker/dist/{src/auro-datepicker.d.ts → auro-datepicker.d.ts} +78 -5
- package/components/datepicker/dist/blackoutUtils.d.ts +43 -0
- package/components/datepicker/dist/index.js +932 -335
- package/components/datepicker/dist/registered.js +932 -335
- package/components/dropdown/demo/customize.min.js +2 -1
- package/components/dropdown/demo/getting-started.min.js +2 -1
- package/components/dropdown/demo/index.min.js +2 -1
- package/components/dropdown/dist/index.js +2 -1
- package/components/dropdown/dist/registered.js +2 -1
- package/components/form/demo/customize.min.js +1690 -826
- package/components/form/demo/getting-started.min.js +1690 -826
- package/components/form/demo/index.min.js +1690 -826
- package/components/form/demo/registerDemoDeps.min.js +1690 -826
- package/components/input/demo/api.md +5 -5
- package/components/input/demo/customize.md +8 -8
- package/components/input/demo/customize.min.js +137 -95
- package/components/input/demo/getting-started.min.js +137 -95
- package/components/input/demo/index.min.js +137 -95
- package/components/input/dist/base-input.d.ts +33 -44
- package/components/input/dist/index.js +150 -96
- package/components/input/dist/registered.js +137 -95
- package/components/radio/demo/customize.min.js +8 -6
- package/components/radio/demo/getting-started.min.js +8 -6
- package/components/radio/demo/index.min.js +8 -6
- package/components/radio/dist/index.js +8 -6
- package/components/radio/dist/registered.js +8 -6
- package/components/select/demo/customize.md +86 -0
- package/components/select/demo/customize.min.js +194 -68
- package/components/select/demo/getting-started.min.js +196 -115
- package/components/select/demo/index.min.js +194 -68
- package/components/select/demo/keyboard-behavior.md +18 -4
- package/components/select/dist/auro-select.d.ts +20 -8
- package/components/select/dist/index.js +194 -68
- package/components/select/dist/registered.js +194 -68
- package/custom-elements.json +2365 -1819
- package/package.json +6 -2
- package/components/checkbox/demo/customize.js +0 -22
- package/components/checkbox/demo/demo-support.js +0 -1
- package/components/checkbox/demo/getting-started.js +0 -22
- package/components/checkbox/demo/index.js +0 -8
- package/components/checkbox/demo/styles.scss +0 -1
- package/components/combobox/demo/customize.js +0 -24
- package/components/combobox/demo/demo-support.js +0 -1
- package/components/combobox/demo/getting-started.js +0 -21
- package/components/combobox/demo/index.js +0 -23
- package/components/combobox/demo/styles.scss +0 -1
- package/components/counter/demo/customize.js +0 -21
- package/components/counter/demo/demo-support.js +0 -1
- package/components/counter/demo/index.js +0 -21
- package/components/counter/demo/styles.scss +0 -1
- package/components/datepicker/demo/customize.js +0 -17
- package/components/datepicker/demo/demo-support.js +0 -1
- package/components/datepicker/demo/index.js +0 -23
- package/components/datepicker/demo/styles.scss +0 -1
- package/components/dropdown/demo/customize.js +0 -9
- package/components/dropdown/demo/demo-support.js +0 -1
- package/components/dropdown/demo/getting-started.js +0 -9
- package/components/dropdown/demo/index.js +0 -16
- package/components/dropdown/demo/styles.scss +0 -1
- package/components/form/demo/customize.js +0 -28
- package/components/form/demo/demo-support.js +0 -1
- package/components/form/demo/getting-started.js +0 -9
- package/components/form/demo/index.js +0 -5
- package/components/form/demo/registerDemoDeps.js +0 -23
- package/components/form/demo/styles.scss +0 -1
- package/components/input/demo/customize.js +0 -25
- package/components/input/demo/demo-support.js +0 -1
- package/components/input/demo/getting-started.js +0 -8
- package/components/input/demo/index.js +0 -8
- package/components/input/demo/styles.css +0 -974
- package/components/input/demo/styles.scss +0 -1
- package/components/menu/demo/demo-support.js +0 -1
- package/components/menu/demo/index.js +0 -25
- package/components/menu/demo/styles.scss +0 -1
- package/components/radio/demo/customize.js +0 -22
- package/components/radio/demo/demo-support.js +0 -1
- package/components/radio/demo/getting-started.js +0 -24
- package/components/radio/demo/index.js +0 -8
- package/components/radio/demo/styles.scss +0 -1
- package/components/select/demo/customize.js +0 -11
- package/components/select/demo/demo-support.js +0 -1
- package/components/select/demo/getting-started.js +0 -26
- package/components/select/demo/index.js +0 -11
- package/components/select/demo/styles.scss +0 -1
- /package/components/datepicker/dist/{src/auro-calendar-month.d.ts → auro-calendar-month.d.ts} +0 -0
- /package/components/datepicker/dist/{src/buttonVersion.d.ts → buttonVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{src/datepickerKeyboardStrategy.d.ts → datepickerKeyboardStrategy.d.ts} +0 -0
- /package/components/datepicker/dist/{src/iconVersion.d.ts → iconVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/components/datepicker/dist/{src/popoverVersion.d.ts → popoverVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/classic/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/classic/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/color-calendar-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/color-cell-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/color-month-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/shapeSize-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/snowflake/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/snowflake/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-cell-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-month-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/styles → styles}/tokens-css.d.ts +0 -0
- /package/components/datepicker/dist/{src/utilities.d.ts → utilities.d.ts} +0 -0
- /package/components/datepicker/dist/{src/utilitiesCalendar.d.ts → utilitiesCalendar.d.ts} +0 -0
- /package/components/datepicker/dist/{src/utilitiesCalendarRender.d.ts → utilitiesCalendarRender.d.ts} +0 -0
- /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/day.d.ts +0 -0
- /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -0
- /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
- /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@aurodesignsystem/config/demo-styles';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { renderPage, openAccordion } from '@aurodesignsystem/utils/demo-support';
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
2
|
-
|
|
3
|
-
import { AuroMenu } from '../src/auro-menu.js';
|
|
4
|
-
import { AuroMenuOption } from '../src/auro-menuoption.js';
|
|
5
|
-
|
|
6
|
-
AuroMenu.register();
|
|
7
|
-
AuroMenuOption.register();
|
|
8
|
-
AuroMenu.register('custom-menu');
|
|
9
|
-
AuroMenuOption.register('custom-menuoption');
|
|
10
|
-
|
|
11
|
-
export function initExamples(initCount) {
|
|
12
|
-
initCount = initCount || 0;
|
|
13
|
-
|
|
14
|
-
try {
|
|
15
|
-
// javascript example function calls to be added here upon creation to test examples
|
|
16
|
-
} catch (err) {
|
|
17
|
-
if (initCount <= 20) {
|
|
18
|
-
// setTimeout handles issue where content is sometimes loaded after the functions get called
|
|
19
|
-
setTimeout(() => {
|
|
20
|
-
initExamples(initCount + 1);
|
|
21
|
-
}, 100);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@aurodesignsystem/config/demo-styles';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { AuroRadio } from '../src/auro-radio.js';
|
|
2
|
-
import { AuroRadioGroup } from '../src/auro-radio-group.js';
|
|
3
|
-
|
|
4
|
-
AuroRadio.register();
|
|
5
|
-
AuroRadioGroup.register();
|
|
6
|
-
|
|
7
|
-
AuroRadio.register('custom-radio');
|
|
8
|
-
AuroRadioGroup.register('custom-radio-group');
|
|
9
|
-
|
|
10
|
-
export function initExamples(initCount) {
|
|
11
|
-
initCount = initCount || 0;
|
|
12
|
-
|
|
13
|
-
try {
|
|
14
|
-
// Add any example initialization code here.
|
|
15
|
-
} catch (err) {
|
|
16
|
-
if (initCount <= 20) {
|
|
17
|
-
setTimeout(() => {
|
|
18
|
-
initExamples(initCount + 1);
|
|
19
|
-
}, 100);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { renderPage, openAccordion } from '@aurodesignsystem/utils/demo-support';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AuroRadio } from '../src/auro-radio.js';
|
|
2
|
-
import { AuroRadioGroup } from '../src/auro-radio-group.js';
|
|
3
|
-
|
|
4
|
-
import { resetStateExample } from '../apiExamples/reset-state.js';
|
|
5
|
-
|
|
6
|
-
AuroRadio.register();
|
|
7
|
-
AuroRadioGroup.register();
|
|
8
|
-
|
|
9
|
-
AuroRadio.register('custom-radio');
|
|
10
|
-
AuroRadioGroup.register('custom-radio-group');
|
|
11
|
-
|
|
12
|
-
export async function initExamples(initCount) {
|
|
13
|
-
initCount = initCount || 0;
|
|
14
|
-
|
|
15
|
-
try {
|
|
16
|
-
await resetStateExample();
|
|
17
|
-
} catch (err) {
|
|
18
|
-
if (initCount <= 20) {
|
|
19
|
-
setTimeout(() => {
|
|
20
|
-
initExamples(initCount + 1);
|
|
21
|
-
}, 100);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@aurodesignsystem/config/demo-styles';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
2
|
-
|
|
3
|
-
import { AuroSelect } from '../src/auro-select.js';
|
|
4
|
-
import '../../menu/src/registered.js';
|
|
5
|
-
|
|
6
|
-
AuroSelect.register();
|
|
7
|
-
AuroSelect.register('custom-select');
|
|
8
|
-
|
|
9
|
-
export function initExamples(initCount) {
|
|
10
|
-
initCount = initCount || 0;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { renderPage, openAccordion } from '@aurodesignsystem/utils/demo-support';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
2
|
-
|
|
3
|
-
import { valueExample } from "../apiExamples/value";
|
|
4
|
-
import { resetStateExample } from "../apiExamples/reset-state";
|
|
5
|
-
import { updateActiveOptionExample } from "../apiExamples/update-active-option.js";
|
|
6
|
-
import { AuroSelect } from '../src/auro-select.js';
|
|
7
|
-
import '../../menu/src/registered.js';
|
|
8
|
-
|
|
9
|
-
AuroSelect.register();
|
|
10
|
-
AuroSelect.register('custom-select');
|
|
11
|
-
|
|
12
|
-
export function initExamples(initCount) {
|
|
13
|
-
initCount = initCount || 0;
|
|
14
|
-
|
|
15
|
-
try {
|
|
16
|
-
valueExample();
|
|
17
|
-
resetStateExample();
|
|
18
|
-
updateActiveOptionExample();
|
|
19
|
-
} catch (err) {
|
|
20
|
-
if (initCount <= 20) {
|
|
21
|
-
setTimeout(() => {
|
|
22
|
-
initExamples(initCount + 1);
|
|
23
|
-
}, 100);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
2
|
-
|
|
3
|
-
import { AuroSelect } from '../src/auro-select.js';
|
|
4
|
-
import '../../menu/src/registered.js';
|
|
5
|
-
|
|
6
|
-
AuroSelect.register();
|
|
7
|
-
AuroSelect.register('custom-select');
|
|
8
|
-
|
|
9
|
-
export function initExamples(initCount) {
|
|
10
|
-
initCount = initCount || 0;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@aurodesignsystem/config/demo-styles';
|
/package/components/datepicker/dist/{src/auro-calendar-month.d.ts → auro-calendar-month.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-month-css.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker.d.ts
RENAMED
|
File without changes
|