@spectrum-web-components/radio 1.0.0 → 1.0.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/package.json +7 -8
- package/src/radio-overrides.css.dev.js +1 -1
- package/src/radio-overrides.css.dev.js.map +1 -1
- package/src/radio-overrides.css.js +1 -1
- package/src/radio-overrides.css.js.map +1 -1
- package/src/radio.css.dev.js +1 -1
- package/src/radio.css.dev.js.map +1 -1
- package/src/radio.css.js +1 -1
- package/src/radio.css.js.map +1 -1
- package/src/spectrum-radio.css.dev.js +1 -1
- package/src/spectrum-radio.css.dev.js.map +1 -1
- package/src/spectrum-radio.css.js +1 -1
- package/src/spectrum-radio.css.js.map +1 -1
- package/LICENSE +0 -201
- package/stories/radio-sizes.stories.js +0 -76
- package/stories/radio-sizes.stories.js.map +0 -7
- package/stories/radio.stories.js +0 -147
- package/stories/radio.stories.js.map +0 -7
- package/test/benchmark/test-basic.js +0 -13
- package/test/benchmark/test-basic.js.map +0 -7
- package/test/radio-group.test.js +0 -560
- package/test/radio-group.test.js.map +0 -7
- package/test/radio-memory.test.js +0 -8
- package/test/radio-memory.test.js.map +0 -7
- package/test/radio-sizes.test-vrt.js +0 -5
- package/test/radio-sizes.test-vrt.js.map +0 -7
- package/test/radio.test-vrt.js +0 -5
- package/test/radio.test-vrt.js.map +0 -7
- package/test/radio.test.js +0 -151
- package/test/radio.test.js.map +0 -7
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
import { html } from "@open-wc/testing";
|
|
3
|
-
import "@spectrum-web-components/radio/sp-radio.js";
|
|
4
|
-
import { testForMemoryLeaks } from "../../../test/testing-helpers.js";
|
|
5
|
-
testForMemoryLeaks(html`
|
|
6
|
-
<sp-radio></sp-radio>
|
|
7
|
-
`);
|
|
8
|
-
//# sourceMappingURL=radio-memory.test.js.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["radio-memory.test.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2023 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { html } from '@open-wc/testing';\nimport '@spectrum-web-components/radio/sp-radio.js';\nimport { testForMemoryLeaks } from '../../../test/testing-helpers.js';\n\ntestForMemoryLeaks(html`\n <sp-radio></sp-radio>\n`);\n"],
|
|
5
|
-
"mappings": ";AAWA,SAAS,YAAY;AACrB,OAAO;AACP,SAAS,0BAA0B;AAEnC,mBAAmB;AAAA;AAAA,CAElB;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["radio-sizes.test-vrt.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as stories from '../stories/radio-sizes.stories.js';\nimport { regressVisuals } from '../../../test/visual/test.js';\nimport type { TestsType } from '../../../test/visual/test.js';\n\nregressVisuals('RadioSizesStories', stories as unknown as TestsType);\n"],
|
|
5
|
-
"mappings": ";AAYA,YAAY,aAAa;AACzB,SAAS,sBAAsB;AAG/B,eAAe,qBAAqB,OAA+B;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
package/test/radio.test-vrt.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["radio.test-vrt.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as stories from '../stories/radio.stories.js';\nimport { regressVisuals } from '../../../test/visual/test.js';\nimport type { TestsType } from '../../../test/visual/test.js';\n\nregressVisuals('RadioStories', stories as unknown as TestsType);\n"],
|
|
5
|
-
"mappings": ";AAYA,YAAY,aAAa;AACzB,SAAS,sBAAsB;AAG/B,eAAe,gBAAgB,OAA+B;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
package/test/radio.test.js
DELETED
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
import "@spectrum-web-components/radio/sp-radio.js";
|
|
3
|
-
import {
|
|
4
|
-
elementUpdated,
|
|
5
|
-
expect,
|
|
6
|
-
fixture,
|
|
7
|
-
html,
|
|
8
|
-
triggerBlurFor,
|
|
9
|
-
waitUntil
|
|
10
|
-
} from "@open-wc/testing";
|
|
11
|
-
import { sendMouse } from "../../../test/plugins/browser.js";
|
|
12
|
-
import { sendKeys } from "@web/test-runner-commands";
|
|
13
|
-
function labelNodeForRadio(radio) {
|
|
14
|
-
if (!radio.shadowRoot) throw new Error("No shadowRoot");
|
|
15
|
-
const slotEl = radio.shadowRoot.querySelector("slot");
|
|
16
|
-
return slotEl.assignedNodes()[0];
|
|
17
|
-
}
|
|
18
|
-
describe("Radio", () => {
|
|
19
|
-
let testDiv;
|
|
20
|
-
beforeEach(async () => {
|
|
21
|
-
testDiv = await fixture(
|
|
22
|
-
html`
|
|
23
|
-
<div id="test-radio">
|
|
24
|
-
<sp-radio value="first" checked>Option 1</sp-radio>
|
|
25
|
-
<sp-radio value="second">Option 2</sp-radio>
|
|
26
|
-
<sp-radio value="third" autofocus>Option 3</sp-radio>
|
|
27
|
-
<sp-radio value="fourth" disabled>Option 4</sp-radio>
|
|
28
|
-
</div>
|
|
29
|
-
`
|
|
30
|
-
);
|
|
31
|
-
});
|
|
32
|
-
it("loads", async () => {
|
|
33
|
-
const el = testDiv.querySelector("sp-radio[value=first]");
|
|
34
|
-
const textNode = labelNodeForRadio(el);
|
|
35
|
-
expect(el).to.not.equal(void 0);
|
|
36
|
-
expect(el.innerText).to.equal("Option 1");
|
|
37
|
-
expect(textNode.textContent).to.equal("Option 1");
|
|
38
|
-
});
|
|
39
|
-
it("loads accessibly", async () => {
|
|
40
|
-
await expect(testDiv).to.be.accessible();
|
|
41
|
-
});
|
|
42
|
-
it("respects checked attribute", () => {
|
|
43
|
-
const el1 = document.querySelector("[value=first]");
|
|
44
|
-
const el2 = testDiv.querySelector("[value=second]");
|
|
45
|
-
expect(el1.checked).to.be.true;
|
|
46
|
-
expect(el2.checked).to.be.false;
|
|
47
|
-
});
|
|
48
|
-
it("handles click events", async () => {
|
|
49
|
-
let value = "";
|
|
50
|
-
let checked = false;
|
|
51
|
-
const el = testDiv.querySelector("[value=third]");
|
|
52
|
-
el.addEventListener("change", (event) => {
|
|
53
|
-
const target = event.target;
|
|
54
|
-
value = target.value;
|
|
55
|
-
checked = target.checked;
|
|
56
|
-
});
|
|
57
|
-
expect(el.checked).to.be.false;
|
|
58
|
-
expect(value).to.equal("");
|
|
59
|
-
expect(checked).to.be.false;
|
|
60
|
-
el.click();
|
|
61
|
-
await elementUpdated(el);
|
|
62
|
-
expect(el.checked).to.be.true;
|
|
63
|
-
expect(value).to.equal("third");
|
|
64
|
-
expect(checked).to.be.true;
|
|
65
|
-
});
|
|
66
|
-
it("autofocuses", async () => {
|
|
67
|
-
const autoElement = testDiv.querySelector(
|
|
68
|
-
"sp-radio[autofocus]"
|
|
69
|
-
);
|
|
70
|
-
expect(autoElement).to.exist;
|
|
71
|
-
await waitUntil(
|
|
72
|
-
() => document.activeElement === autoElement,
|
|
73
|
-
"Autofocused"
|
|
74
|
-
);
|
|
75
|
-
await triggerBlurFor(autoElement);
|
|
76
|
-
expect(document.activeElement).to.not.equal(autoElement);
|
|
77
|
-
});
|
|
78
|
-
it("ensures clicking disabled does not check them", async () => {
|
|
79
|
-
const el = testDiv.querySelector("sp-radio[disabled]");
|
|
80
|
-
expect(el.checked).to.be.false;
|
|
81
|
-
el.click();
|
|
82
|
-
await elementUpdated(el);
|
|
83
|
-
expect(el.checked).to.be.false;
|
|
84
|
-
});
|
|
85
|
-
it("renders [invalid]", async () => {
|
|
86
|
-
const el = await fixture(html`
|
|
87
|
-
<sp-radio invalid>Component</sp-radio>
|
|
88
|
-
`);
|
|
89
|
-
expect(el.getAttribute("aria-invalid")).to.equal("true");
|
|
90
|
-
});
|
|
91
|
-
describe('accepts "clicks"', () => {
|
|
92
|
-
let el;
|
|
93
|
-
beforeEach(async () => {
|
|
94
|
-
el = await fixture(html`
|
|
95
|
-
<sp-radio>Component</sp-radio>
|
|
96
|
-
`);
|
|
97
|
-
});
|
|
98
|
-
it("imperatively", async () => {
|
|
99
|
-
el.click();
|
|
100
|
-
await elementUpdated(el);
|
|
101
|
-
expect(el.checked).to.be.true;
|
|
102
|
-
});
|
|
103
|
-
it("as events", async () => {
|
|
104
|
-
el.dispatchEvent(new Event("click"));
|
|
105
|
-
await elementUpdated(el);
|
|
106
|
-
expect(el.checked).to.be.true;
|
|
107
|
-
});
|
|
108
|
-
it("from the keyboard", async () => {
|
|
109
|
-
el.focus();
|
|
110
|
-
await elementUpdated(el);
|
|
111
|
-
await sendKeys({
|
|
112
|
-
press: "Space"
|
|
113
|
-
});
|
|
114
|
-
await elementUpdated(el);
|
|
115
|
-
expect(el.checked).to.be.true;
|
|
116
|
-
});
|
|
117
|
-
it("imperatively", async () => {
|
|
118
|
-
const boundingClientRecrt = el.getBoundingClientRect();
|
|
119
|
-
const radioPosition = [
|
|
120
|
-
boundingClientRecrt.x + boundingClientRecrt.width / 2,
|
|
121
|
-
boundingClientRecrt.y + boundingClientRecrt.height / 2
|
|
122
|
-
];
|
|
123
|
-
await sendMouse({
|
|
124
|
-
steps: [
|
|
125
|
-
{
|
|
126
|
-
type: "move",
|
|
127
|
-
position: radioPosition
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
type: "down"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
type: "up"
|
|
134
|
-
}
|
|
135
|
-
]
|
|
136
|
-
});
|
|
137
|
-
await elementUpdated(el);
|
|
138
|
-
expect(el.checked).to.be.true;
|
|
139
|
-
});
|
|
140
|
-
});
|
|
141
|
-
it("maintains its value when [readonly]", async () => {
|
|
142
|
-
const el = await fixture(html`
|
|
143
|
-
<sp-radio checked readonly>Component</sp-radio>
|
|
144
|
-
`);
|
|
145
|
-
expect(el.checked).to.be.true;
|
|
146
|
-
el.click();
|
|
147
|
-
await elementUpdated(el);
|
|
148
|
-
expect(el.checked).to.be.true;
|
|
149
|
-
});
|
|
150
|
-
});
|
|
151
|
-
//# sourceMappingURL=radio.test.js.map
|
package/test/radio.test.js.map
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["radio.test.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport '@spectrum-web-components/radio/sp-radio.js';\nimport { Radio } from '@spectrum-web-components/radio';\nimport {\n elementUpdated,\n expect,\n fixture,\n html,\n triggerBlurFor,\n waitUntil,\n} from '@open-wc/testing';\nimport { sendMouse } from '../../../test/plugins/browser.js';\nimport { sendKeys } from '@web/test-runner-commands';\n\nfunction labelNodeForRadio(radio: Radio): Node {\n if (!radio.shadowRoot) throw new Error('No shadowRoot');\n const slotEl = radio.shadowRoot.querySelector('slot') as HTMLSlotElement;\n\n return slotEl.assignedNodes()[0];\n}\n\ndescribe('Radio', () => {\n let testDiv!: HTMLDivElement;\n\n beforeEach(async () => {\n testDiv = await fixture<HTMLDivElement>(\n html`\n <div id=\"test-radio\">\n <sp-radio value=\"first\" checked>Option 1</sp-radio>\n <sp-radio value=\"second\">Option 2</sp-radio>\n <sp-radio value=\"third\" autofocus>Option 3</sp-radio>\n <sp-radio value=\"fourth\" disabled>Option 4</sp-radio>\n </div>\n `\n );\n });\n it('loads', async () => {\n const el = testDiv.querySelector('sp-radio[value=first]') as Radio;\n const textNode = labelNodeForRadio(el as Radio);\n\n expect(el).to.not.equal(undefined);\n expect(el.innerText).to.equal('Option 1');\n expect(textNode.textContent).to.equal('Option 1');\n });\n\n it('loads accessibly', async () => {\n await expect(testDiv).to.be.accessible();\n });\n\n it('respects checked attribute', () => {\n const el1 = document.querySelector('[value=first]') as Radio;\n const el2 = testDiv.querySelector('[value=second]') as Radio;\n\n expect(el1.checked).to.be.true;\n expect(el2.checked).to.be.false;\n });\n\n it('handles click events', async () => {\n let value = '';\n let checked = false;\n const el = testDiv.querySelector('[value=third]') as Radio;\n el.addEventListener('change', (event) => {\n const target = event.target as Radio;\n value = target.value;\n checked = target.checked;\n });\n\n expect(el.checked).to.be.false;\n expect(value).to.equal('');\n expect(checked).to.be.false;\n\n el.click();\n await elementUpdated(el);\n\n expect(el.checked).to.be.true;\n expect(value).to.equal('third');\n expect(checked).to.be.true;\n });\n\n it('autofocuses', async () => {\n const autoElement = testDiv.querySelector(\n 'sp-radio[autofocus]'\n ) as Radio;\n\n expect(autoElement).to.exist;\n await waitUntil(\n () => document.activeElement === autoElement,\n 'Autofocused'\n );\n\n await triggerBlurFor(autoElement);\n\n expect(document.activeElement).to.not.equal(autoElement);\n });\n\n it('ensures clicking disabled does not check them', async () => {\n const el = testDiv.querySelector('sp-radio[disabled]') as Radio;\n\n expect(el.checked).to.be.false;\n\n el.click();\n await elementUpdated(el);\n\n expect(el.checked).to.be.false;\n });\n\n it('renders [invalid]', async () => {\n const el = await fixture<Radio>(html`\n <sp-radio invalid>Component</sp-radio>\n `);\n\n expect(el.getAttribute('aria-invalid')).to.equal('true');\n });\n\n describe('accepts \"clicks\"', () => {\n let el!: Radio;\n beforeEach(async () => {\n el = await fixture<Radio>(html`\n <sp-radio>Component</sp-radio>\n `);\n });\n it('imperatively', async () => {\n el.click();\n await elementUpdated(el);\n\n expect(el.checked).to.be.true;\n });\n it('as events', async () => {\n el.dispatchEvent(new Event('click'));\n await elementUpdated(el);\n\n expect(el.checked).to.be.true;\n });\n it('from the keyboard', async () => {\n el.focus();\n await elementUpdated(el);\n await sendKeys({\n press: 'Space',\n });\n await elementUpdated(el);\n\n expect(el.checked).to.be.true;\n });\n it('imperatively', async () => {\n const boundingClientRecrt = el.getBoundingClientRect();\n const radioPosition: [number, number] = [\n boundingClientRecrt.x + boundingClientRecrt.width / 2,\n boundingClientRecrt.y + boundingClientRecrt.height / 2,\n ];\n await sendMouse({\n steps: [\n {\n type: 'move',\n position: radioPosition,\n },\n {\n type: 'down',\n },\n {\n type: 'up',\n },\n ],\n });\n await elementUpdated(el);\n\n expect(el.checked).to.be.true;\n });\n });\n\n it('maintains its value when [readonly]', async () => {\n const el = await fixture<Radio>(html`\n <sp-radio checked readonly>Component</sp-radio>\n `);\n expect(el.checked).to.be.true;\n\n el.click();\n await elementUpdated(el);\n\n expect(el.checked).to.be.true;\n });\n});\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|