@aurodesignsystem/auro-formkit 5.12.0 → 5.12.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.
- package/CHANGELOG.md +2 -138
- package/README.md +1 -1
- package/components/checkbox/demo/api.html +0 -1
- package/components/checkbox/demo/customize.html +2 -2
- package/components/checkbox/demo/customize.js +22 -0
- package/components/checkbox/demo/customize.min.js +2110 -0
- package/components/checkbox/demo/demo-support.min.js +2 -0
- package/components/checkbox/demo/getting-started.html +2 -2
- package/components/checkbox/demo/getting-started.js +22 -0
- package/components/checkbox/demo/getting-started.min.js +2110 -0
- package/components/checkbox/demo/index.md +0 -7
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/api.html +0 -1
- package/components/combobox/demo/customize.min.js +18107 -1
- package/components/combobox/demo/demo-support.min.js +2 -0
- package/components/combobox/demo/getting-started.md +7 -7
- package/components/combobox/demo/getting-started.min.js +18107 -1
- package/components/combobox/demo/index.min.js +18108 -2
- package/components/combobox/dist/index.js +3 -3
- package/components/combobox/dist/registered.js +3 -3
- package/components/counter/demo/api.html +0 -1
- package/components/counter/demo/customize.html +1 -1
- package/components/counter/demo/customize.js +21 -0
- package/components/{select/demo/registered.min.js → counter/demo/customize.min.js} +6086 -8308
- package/components/counter/demo/demo-support.min.js +2 -0
- package/components/counter/demo/design.md +10 -10
- package/components/counter/demo/index.min.js +2 -2
- package/components/counter/dist/index.js +1 -1
- package/components/counter/dist/registered.js +1 -1
- package/components/datepicker/demo/api.html +0 -1
- package/components/datepicker/demo/demo-support.min.js +2 -0
- package/components/datepicker/demo/getting-started.md +10 -11
- package/components/datepicker/demo/index.md +0 -7
- package/components/datepicker/demo/index.min.js +3 -3
- package/components/datepicker/dist/index.js +3 -3
- package/components/datepicker/dist/registered.js +3 -3
- package/components/dropdown/README.md +3 -3
- package/components/dropdown/demo/api.html +0 -1
- package/components/dropdown/demo/customize.html +1 -1
- package/components/dropdown/demo/customize.js +9 -0
- package/components/dropdown/demo/customize.min.js +5090 -0
- package/components/dropdown/demo/demo-support.min.js +2 -0
- package/components/dropdown/demo/getting-started.html +1 -1
- package/components/dropdown/demo/getting-started.js +9 -0
- package/components/dropdown/demo/getting-started.min.js +5090 -0
- package/components/dropdown/demo/index.md +2 -10
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/demo/readme.md +3 -3
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/README.md +4 -5
- package/components/form/demo/api.html +0 -1
- package/components/form/demo/customize.html +1 -1
- package/components/form/demo/customize.js +9 -0
- package/components/form/demo/customize.min.js +71946 -0
- package/components/form/demo/demo-support.min.js +2 -0
- package/components/form/demo/getting-started.html +1 -1
- package/components/form/demo/getting-started.js +9 -0
- package/components/form/demo/getting-started.min.js +71946 -0
- package/components/form/demo/index.md +4 -5
- package/components/form/demo/index.min.js +71233 -11
- package/components/form/demo/readme.md +4 -5
- package/components/form/demo/registerDemoDeps.min.js +60988 -11916
- package/components/input/demo/api.html +0 -1
- package/components/input/demo/customize.min.js +7361 -1
- package/components/input/demo/demo-support.min.js +2 -0
- package/components/input/demo/getting-started.min.js +7361 -1
- package/components/input/demo/index.min.js +7361 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/menu/README.md +3 -5
- package/components/menu/demo/api.html +0 -1
- package/components/menu/demo/demo-support.min.js +2 -0
- package/components/menu/demo/index.md +3 -5
- package/components/menu/demo/readme.md +3 -5
- package/components/radio/README.md +0 -2
- package/components/radio/demo/api.html +0 -1
- package/components/radio/demo/customize.html +1 -1
- package/components/radio/demo/customize.js +22 -0
- package/components/radio/demo/getting-started.html +1 -1
- package/components/radio/demo/getting-started.js +24 -0
- 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.html +0 -1
- package/components/select/demo/customize.min.js +10624 -1
- package/components/select/demo/demo-support.min.js +2 -0
- package/components/select/demo/getting-started.md +7 -7
- package/components/select/demo/getting-started.min.js +10625 -2
- package/components/select/demo/index.min.js +10624 -1
- package/components/select/dist/index.js +2 -2
- package/components/select/dist/registered.js +2 -2
- package/custom-elements.json +1489 -1489
- package/package.json +26 -26
- package/components/combobox/demo/registered.min.js +0 -18109
- package/components/input/demo/auro-input.min.js +0 -7363
- package/components/radio/demo/demo-support.min.js +0 -55805
|
@@ -6614,7 +6614,7 @@ class AuroHelpText extends LitElement {
|
|
|
6614
6614
|
}
|
|
6615
6615
|
}
|
|
6616
6616
|
|
|
6617
|
-
var formkitVersion = '
|
|
6617
|
+
var formkitVersion = '202605111935';
|
|
6618
6618
|
|
|
6619
6619
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
6620
6620
|
// See LICENSE in the project root for license information.
|
|
@@ -6614,7 +6614,7 @@ class AuroHelpText extends LitElement {
|
|
|
6614
6614
|
}
|
|
6615
6615
|
}
|
|
6616
6616
|
|
|
6617
|
-
var formkitVersion = '
|
|
6617
|
+
var formkitVersion = '202605111935';
|
|
6618
6618
|
|
|
6619
6619
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
6620
6620
|
// See LICENSE in the project root for license information.
|
|
@@ -20,11 +20,9 @@ The following sections are editable by making changes to the following files:
|
|
|
20
20
|
|
|
21
21
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
|
|
22
22
|
<!-- The below content is automatically added from ./docs/partials/description.md -->
|
|
23
|
-
The <code><auro-menu></code> element provides a list of options for a user to select from
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
The <code><auro-menu></code> element is designed for contextual menus, e.g. a dropdown menus. They are not intended to be used for navigation menus which have a different semantic meaning. The <code><auro-menu></code> element does not support hide/show functionality within its scope. This functionality will be managed by a wrapping element such as a drop-down menu composite element.
|
|
23
|
+
<p>The <code><auro-menu></code> element provides a list of options for a user to select from.</p>
|
|
24
|
+
<p>A list of options is created within the <code><slot></code> of the <code><auro-menu></code> element by using the <code><auro-menuoption></code> element to define options. Use a standard <code><hr></code> element to create dividers within the list of options.</p>
|
|
25
|
+
<p>The <code><auro-menu></code> element is designed for contextual menus, e.g. a dropdown menus. They are not intended to be used for navigation menus which have a different semantic meaning. The <code><auro-menu></code> element does not support hide/show functionality within its scope. This functionality will be managed by a wrapping element such as a drop-down menu composite element.</p>
|
|
28
26
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
29
27
|
|
|
30
28
|
## Menu Use Cases
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/themes/alaska.global.min.css" />
|
|
20
20
|
<link rel="stylesheet" type="text/css" href="./styles.min.css" />
|
|
21
21
|
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-hyperlink@latest/+esm" type="module"></script>
|
|
22
|
-
<script src="./api.min.js" data-demo-script="true" type="module"></script>
|
|
23
22
|
<script type="module">
|
|
24
23
|
import { renderPage } from './demo-support.min.js';
|
|
25
24
|
await renderPage('./api.md');
|
|
@@ -53145,6 +53145,8 @@ function requireCore () {
|
|
|
53145
53145
|
var coreExports = /*@__PURE__*/ requireCore();
|
|
53146
53146
|
var HighlightJS = /*@__PURE__*/getDefaultExportFromCjs(coreExports);
|
|
53147
53147
|
|
|
53148
|
+
// https://nodejs.org/api/packages.html#packages_writing_dual_packages_while_avoiding_or_minimizing_hazards
|
|
53149
|
+
|
|
53148
53150
|
/**
|
|
53149
53151
|
* @import {ElementContent, Element, RootData, Root} from 'hast'
|
|
53150
53152
|
* @import {Emitter, HLJSOptions as HljsOptions, HighlightResult, LanguageFn} from 'highlight.js'
|
|
@@ -14,11 +14,9 @@
|
|
|
14
14
|
<auro-header level="2" id="description">Description</auro-header>
|
|
15
15
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/description.md) -->
|
|
16
16
|
<!-- The below content is automatically added from ./../docs/partials/description.md -->
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
The <code><auro-menu></code> element is designed for contextual menus, e.g. a dropdown menus. They are not intended to be used for navigation menus which have a different semantic meaning. The <code><auro-menu></code> element does not support hide/show functionality within its scope. This functionality will be managed by a wrapping element such as a drop-down menu composite element.
|
|
17
|
+
<p>The <code><auro-menu></code> element provides a list of options for a user to select from.</p>
|
|
18
|
+
<p>A list of options is created within the <code><slot></code> of the <code><auro-menu></code> element by using the <code><auro-menuoption></code> element to define options. Use a standard <code><hr></code> element to create dividers within the list of options.</p>
|
|
19
|
+
<p>The <code><auro-menu></code> element is designed for contextual menus, e.g. a dropdown menus. They are not intended to be used for navigation menus which have a different semantic meaning. The <code><auro-menu></code> element does not support hide/show functionality within its scope. This functionality will be managed by a wrapping element such as a drop-down menu composite element.</p>
|
|
22
20
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
23
21
|
</section>
|
|
24
22
|
<section>
|
|
@@ -20,11 +20,9 @@ The following sections are editable by making changes to the following files:
|
|
|
20
20
|
|
|
21
21
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
|
|
22
22
|
<!-- The below content is automatically added from ./docs/partials/description.md -->
|
|
23
|
-
The <code><auro-menu></code> element provides a list of options for a user to select from
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
The <code><auro-menu></code> element is designed for contextual menus, e.g. a dropdown menus. They are not intended to be used for navigation menus which have a different semantic meaning. The <code><auro-menu></code> element does not support hide/show functionality within its scope. This functionality will be managed by a wrapping element such as a drop-down menu composite element.
|
|
23
|
+
<p>The <code><auro-menu></code> element provides a list of options for a user to select from.</p>
|
|
24
|
+
<p>A list of options is created within the <code><slot></code> of the <code><auro-menu></code> element by using the <code><auro-menuoption></code> element to define options. Use a standard <code><hr></code> element to create dividers within the list of options.</p>
|
|
25
|
+
<p>The <code><auro-menu></code> element is designed for contextual menus, e.g. a dropdown menus. They are not intended to be used for navigation menus which have a different semantic meaning. The <code><auro-menu></code> element does not support hide/show functionality within its scope. This functionality will be managed by a wrapping element such as a drop-down menu composite element.</p>
|
|
28
26
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
29
27
|
|
|
30
28
|
## Menu Use Cases
|
|
@@ -21,8 +21,6 @@ The following sections are editable by making changes to the following files:
|
|
|
21
21
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
|
|
22
22
|
<!-- The below content is automatically added from ./docs/partials/description.md -->
|
|
23
23
|
<code><auro-radio></code> is a <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements" target="_blank">HTML custom element</auro-hyperlink> that is rendered as a small circle, which is filled or highlighted when selected. Only one <code><auro-radio></code> component in a given <code><auro-radio-group></code> can be selected at the same time.
|
|
24
|
-
|
|
25
|
-
test
|
|
26
24
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
27
25
|
|
|
28
26
|
## Radio Use Cases
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/themes/alaska.global.min.css" />
|
|
20
20
|
<link rel="stylesheet" type="text/css" href="./styles.min.css" />
|
|
21
21
|
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-hyperlink@latest/+esm" type="module"></script>
|
|
22
|
-
<script src="./api.min.js" data-demo-script="true" type="module"></script>
|
|
23
22
|
<script type="module">
|
|
24
23
|
import { renderPage } from './demo-support.min.js';
|
|
25
24
|
await renderPage('./api.md');
|
|
@@ -48,6 +48,6 @@
|
|
|
48
48
|
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-hyperlink@latest/+esm" type="module"></script>
|
|
49
49
|
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-icon@latest/+esm" type="module"></script>
|
|
50
50
|
|
|
51
|
-
<script src="./
|
|
51
|
+
<script src="./customize.min.js" data-demo-script="true" type="module"></script>
|
|
52
52
|
</body>
|
|
53
53
|
</html>
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
<script type="module">
|
|
40
40
|
import { renderPage } from './demo-support.min.js';
|
|
41
|
-
import { initExamples } from './
|
|
41
|
+
import { initExamples } from './getting-started.min.js';
|
|
42
42
|
await renderPage('./getting-started.md');
|
|
43
43
|
initExamples();
|
|
44
44
|
</script>
|
|
@@ -0,0 +1,24 @@
|
|
|
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 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
|
+
}
|
|
@@ -1634,7 +1634,7 @@ class AuroHelpText extends i$2 {
|
|
|
1634
1634
|
}
|
|
1635
1635
|
}
|
|
1636
1636
|
|
|
1637
|
-
var formkitVersion = '
|
|
1637
|
+
var formkitVersion = '202605111935';
|
|
1638
1638
|
|
|
1639
1639
|
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
1640
1640
|
// See LICENSE in the project root for license information.
|
|
@@ -1573,7 +1573,7 @@ class AuroHelpText extends LitElement {
|
|
|
1573
1573
|
}
|
|
1574
1574
|
}
|
|
1575
1575
|
|
|
1576
|
-
var formkitVersion = '
|
|
1576
|
+
var formkitVersion = '202605111935';
|
|
1577
1577
|
|
|
1578
1578
|
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
1579
1579
|
// See LICENSE in the project root for license information.
|
|
@@ -1573,7 +1573,7 @@ class AuroHelpText extends LitElement {
|
|
|
1573
1573
|
}
|
|
1574
1574
|
}
|
|
1575
1575
|
|
|
1576
|
-
var formkitVersion = '
|
|
1576
|
+
var formkitVersion = '202605111935';
|
|
1577
1577
|
|
|
1578
1578
|
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
1579
1579
|
// See LICENSE in the project root for license information.
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/themes/alaska.global.min.css" />
|
|
20
20
|
<link rel="stylesheet" type="text/css" href="./styles.min.css" />
|
|
21
21
|
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-hyperlink@latest/+esm" type="module"></script>
|
|
22
|
-
<script src="./api.min.js" data-demo-script="true" type="module"></script>
|
|
23
22
|
<script type="module">
|
|
24
23
|
import { renderPage } from './demo-support.min.js';
|
|
25
24
|
await renderPage('./api.md');
|