@fiscozen/checkbox 1.1.2 → 3.0.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/CHANGELOG.md +22 -0
- package/package.json +7 -7
- package/src/__tests__/FzCheckboxCard.spec.ts +2 -1
- package/src/__tests__/__snapshots__/FzCheckbox.spec.ts.snap +9 -36
- package/src/__tests__/__snapshots__/FzCheckboxCard.spec.ts.snap +1 -4
- package/src/__tests__/__snapshots__/FzCheckboxGroup.spec.ts.snap +12 -48
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @fiscozen/checkbox
|
|
2
2
|
|
|
3
|
+
## 3.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @fiscozen/icons@1.0.0
|
|
9
|
+
- @fiscozen/alert@3.0.0
|
|
10
|
+
- @fiscozen/badge@3.0.0
|
|
11
|
+
- @fiscozen/tooltip@3.0.0
|
|
12
|
+
|
|
13
|
+
## 2.0.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [a26bc2c]
|
|
18
|
+
- Updated dependencies [2d4fc5e]
|
|
19
|
+
- @fiscozen/icons@0.2.0
|
|
20
|
+
- @fiscozen/composables@1.0.2
|
|
21
|
+
- @fiscozen/alert@2.0.0
|
|
22
|
+
- @fiscozen/badge@2.0.0
|
|
23
|
+
- @fiscozen/tooltip@2.0.0
|
|
24
|
+
|
|
3
25
|
## 1.1.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fiscozen/checkbox",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Design System Checkbox and Checkbox Group component",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [],
|
|
8
8
|
"author": "Cristian Barraco",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@fiscozen/
|
|
11
|
-
"@fiscozen/
|
|
12
|
-
"@fiscozen/
|
|
13
|
-
"@fiscozen/
|
|
10
|
+
"@fiscozen/composables": "1.0.2",
|
|
11
|
+
"@fiscozen/badge": "3.0.0",
|
|
12
|
+
"@fiscozen/tooltip": "3.0.0",
|
|
13
|
+
"@fiscozen/alert": "3.0.0"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"tailwindcss": "^3.4.1",
|
|
17
17
|
"vue": "^3.4.13",
|
|
18
|
-
"@fiscozen/icons": "^0.
|
|
18
|
+
"@fiscozen/icons": "^1.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"vite-plugin-dts": "^3.8.3",
|
|
34
34
|
"vitest": "^1.2.0",
|
|
35
35
|
"vue-tsc": "^1.8.25",
|
|
36
|
-
"@fiscozen/prettier-config": "^0.1.0",
|
|
37
36
|
"@fiscozen/eslint-config": "^0.1.0",
|
|
37
|
+
"@fiscozen/prettier-config": "^0.1.0",
|
|
38
38
|
"@fiscozen/tsconfig": "^0.1.0"
|
|
39
39
|
},
|
|
40
40
|
"license": "MIT",
|
|
@@ -61,7 +61,8 @@ describe("FzCheckboxCard", () => {
|
|
|
61
61
|
it("should not render subtitle when not provided", () => {
|
|
62
62
|
const wrapper = createWrapper({ title: "Title" });
|
|
63
63
|
const paragraphs = wrapper.findAll("p");
|
|
64
|
-
|
|
64
|
+
const contentParagraphs = paragraphs.filter((p) => p.attributes("role") !== "presentation");
|
|
65
|
+
expect(contentParagraphs.length).toBe(1);
|
|
65
66
|
});
|
|
66
67
|
|
|
67
68
|
it("should render image when imageUrl is provided", () => {
|
|
@@ -30,10 +30,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - checked state 1`] = `
|
|
|
30
30
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
31
31
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
32
32
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
33
|
-
-->
|
|
34
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square-check h-[16px]" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="square-check" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
35
|
-
<path class="" fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"></path>
|
|
36
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
33
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square-check h-[16px]" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="square-check" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
37
34
|
</label>
|
|
38
35
|
<!--
|
|
39
36
|
Optional tooltip for additional context
|
|
@@ -79,10 +76,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - default state 1`] = `
|
|
|
79
76
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
80
77
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
81
78
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
82
|
-
-->
|
|
83
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
84
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
85
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
79
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
86
80
|
</label>
|
|
87
81
|
<!--
|
|
88
82
|
Optional tooltip for additional context
|
|
@@ -128,10 +122,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - disabled state 1`] = `
|
|
|
128
122
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
129
123
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
130
124
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
131
|
-
-->
|
|
132
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-300" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
133
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
134
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
125
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-300" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
135
126
|
</label>
|
|
136
127
|
<!--
|
|
137
128
|
Optional tooltip for additional context
|
|
@@ -177,10 +168,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - error state 1`] = `
|
|
|
177
168
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
178
169
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
179
170
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
180
|
-
-->
|
|
181
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-semantic-error-200" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
182
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
183
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
171
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-semantic-error-200" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
184
172
|
</label>
|
|
185
173
|
<!--
|
|
186
174
|
Optional tooltip for additional context
|
|
@@ -204,10 +192,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - error state 1`] = `
|
|
|
204
192
|
would automatically get role="alert" and aria-live="assertive"
|
|
205
193
|
-->
|
|
206
194
|
<div data-v-9bf2fc2e="" data-v-79ecb611="" class="flex select-none gap-12 rounded justify-between bg-transparent" id="fz-checkbox-100000000001-2a84k-error" role="alert" aria-live="assertive" aria-atomic="true">
|
|
207
|
-
<div data-v-da7f5873="" data-v-9bf2fc2e="" class="fz-container fz-container--horizontal gap-section-content-xs align-items-start layout-default flex-1">
|
|
208
|
-
<div data-v-9bf2fc2e="" class="flex items-center justify-center w-[20px] h-[20px] text-semantic-error" aria-hidden="true"><svg class="svg-inline--fa fa-circle-xmark h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="circle-xmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
209
|
-
<path class="" fill="currentColor" d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"></path>
|
|
210
|
-
</svg></div>
|
|
195
|
+
<div data-v-da7f5873="" data-v-9bf2fc2e="" class="fz-container fz-container--horizontal gap-section-content-xs align-items-start layout-default flex-1"><span data-v-9bf2fc2e="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] text-semantic-error" aria-hidden="true"><svg class="svg-inline--fa fa-circle-xmark h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="circle-xmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="" fill="currentColor" d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"></path></svg></span>
|
|
211
196
|
<div data-v-9bf2fc2e="" class="flex flex-col flex-1">
|
|
212
197
|
<!--v-if-->
|
|
213
198
|
<p data-v-9bf2fc2e="" class="font-normal !leading-[20px]">Error message</p>
|
|
@@ -253,10 +238,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - indeterminate state 1`
|
|
|
253
238
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
254
239
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
255
240
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
256
|
-
-->
|
|
257
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square-minus h-[16px]" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="square-minus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
258
|
-
<path class="" fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"></path>
|
|
259
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
241
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square-minus h-[16px]" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="square-minus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
260
242
|
</label>
|
|
261
243
|
<!--
|
|
262
244
|
Optional tooltip for additional context
|
|
@@ -302,10 +284,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - required 1`] = `
|
|
|
302
284
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
303
285
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
304
286
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
305
|
-
-->
|
|
306
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
307
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
308
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
287
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
309
288
|
</label>
|
|
310
289
|
<!--
|
|
311
290
|
Optional tooltip for additional context
|
|
@@ -351,10 +330,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - standalone mode 1`] =
|
|
|
351
330
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
352
331
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
353
332
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
354
|
-
-->
|
|
355
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
356
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
357
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->
|
|
333
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->
|
|
358
334
|
<!--v-if-->
|
|
359
335
|
</label>
|
|
360
336
|
<!--
|
|
@@ -401,10 +377,7 @@ exports[`FzCheckbox > Snapshots > should match snapshot - with emphasis 1`] = `
|
|
|
401
377
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
402
378
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
403
379
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
404
|
-
-->
|
|
405
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-blue-500" aria-hidden="true"><svg class="svg-inline--fa fa-square-check h-[16px]" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="square-check" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
406
|
-
<path class="" fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"></path>
|
|
407
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
380
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-blue-500" aria-hidden="true"><svg class="svg-inline--fa fa-square-check h-[16px]" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="square-check" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Test Checkbox
|
|
408
381
|
</label>
|
|
409
382
|
<!--
|
|
410
383
|
Optional tooltip for additional context
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
2
2
|
|
|
3
3
|
exports[`FzCheckboxCard > Rendering > should render correctly 1`] = `
|
|
4
|
-
"<div data-v-7eaaa48f=""><input data-v-7eaaa48f="" type="checkbox" id="fz-checkbox-100000000001-2a84k" class="w-0 h-0 peer fz-hidden-input" tabindex="0" aria-checked="false" aria-required="false" aria-invalid="false" value="Checkbox"><label data-v-7eaaa48f="" class="relative flex block rounded-lg border-solid pt-12 px-12 cursor-pointer w-full flex-row pb-12 gap-12 border-1 border-grey-300 hover:bg-[#f9faff] peer-focus:outline peer-focus:bg-[#f9faff] peer-focus:outline-blue-200 peer-focus:outline-2 peer-checked:bg-[#f9faff]" for="fz-checkbox-100000000001-2a84k">
|
|
5
|
-
<div data-v-7eaaa48f="" class="flex items-center justify-center w-[20px] h-[20px] shrink-0 text-grey-400 self-start" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
6
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
7
|
-
</svg></div>
|
|
4
|
+
"<div data-v-7eaaa48f=""><input data-v-7eaaa48f="" type="checkbox" id="fz-checkbox-100000000001-2a84k" class="w-0 h-0 peer fz-hidden-input" tabindex="0" aria-checked="false" aria-required="false" aria-invalid="false" value="Checkbox"><label data-v-7eaaa48f="" class="relative flex block rounded-lg border-solid pt-12 px-12 cursor-pointer w-full flex-row pb-12 gap-12 border-1 border-grey-300 hover:bg-[#f9faff] peer-focus:outline peer-focus:bg-[#f9faff] peer-focus:outline-blue-200 peer-focus:outline-2 peer-checked:bg-[#f9faff]" for="fz-checkbox-100000000001-2a84k"><span data-v-7eaaa48f="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] shrink-0 text-grey-400 self-start" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span>
|
|
8
5
|
<!--v-if-->
|
|
9
6
|
<div data-v-7eaaa48f="" class="flex flex-row w-full justify-between min-w-0">
|
|
10
7
|
<div data-v-7eaaa48f="" class="justify-center flex flex-col w-full grow-0 min-w-0 gap-4">
|
|
@@ -59,10 +59,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - default state 1`]
|
|
|
59
59
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
60
60
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
61
61
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
62
|
-
-->
|
|
63
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
64
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
65
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
62
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
66
63
|
</label>
|
|
67
64
|
<!--
|
|
68
65
|
Optional tooltip for additional context
|
|
@@ -111,10 +108,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - default state 1`]
|
|
|
111
108
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
112
109
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
113
110
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
114
|
-
-->
|
|
115
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
116
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
117
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 2
|
|
111
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 2
|
|
118
112
|
</label>
|
|
119
113
|
<!--
|
|
120
114
|
Optional tooltip for additional context
|
|
@@ -192,10 +186,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - disabled 1`] = `
|
|
|
192
186
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
193
187
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
194
188
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
195
|
-
-->
|
|
196
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-300" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
197
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
198
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
189
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-300" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
199
190
|
</label>
|
|
200
191
|
<!--
|
|
201
192
|
Optional tooltip for additional context
|
|
@@ -273,10 +264,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - hierarchical stru
|
|
|
273
264
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
274
265
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
275
266
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
276
|
-
-->
|
|
277
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
278
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
279
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Parent Option
|
|
267
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Parent Option
|
|
280
268
|
</label>
|
|
281
269
|
<!--
|
|
282
270
|
Optional tooltip for additional context
|
|
@@ -326,10 +314,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - hierarchical stru
|
|
|
326
314
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
327
315
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
328
316
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
329
|
-
-->
|
|
330
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
331
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
332
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Child 1
|
|
317
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Child 1
|
|
333
318
|
</label>
|
|
334
319
|
<!--
|
|
335
320
|
Optional tooltip for additional context
|
|
@@ -371,10 +356,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - hierarchical stru
|
|
|
371
356
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
372
357
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
373
358
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
374
|
-
-->
|
|
375
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
376
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
377
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Child 2
|
|
359
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Child 2
|
|
378
360
|
</label>
|
|
379
361
|
<!--
|
|
380
362
|
Optional tooltip for additional context
|
|
@@ -454,10 +436,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - horizontal layout
|
|
|
454
436
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
455
437
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
456
438
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
457
|
-
-->
|
|
458
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
459
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
460
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
439
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
461
440
|
</label>
|
|
462
441
|
<!--
|
|
463
442
|
Optional tooltip for additional context
|
|
@@ -506,10 +485,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - horizontal layout
|
|
|
506
485
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
507
486
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
508
487
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
509
|
-
-->
|
|
510
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
511
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
512
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 2
|
|
488
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 2
|
|
513
489
|
</label>
|
|
514
490
|
<!--
|
|
515
491
|
Optional tooltip for additional context
|
|
@@ -587,10 +563,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - required 1`] = `
|
|
|
587
563
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
588
564
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
589
565
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
590
|
-
-->
|
|
591
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
592
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
593
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
566
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
594
567
|
</label>
|
|
595
568
|
<!--
|
|
596
569
|
Optional tooltip for additional context
|
|
@@ -668,10 +641,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - with error 1`] =
|
|
|
668
641
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
669
642
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
670
643
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
671
|
-
-->
|
|
672
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-semantic-error-200" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
673
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
674
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
644
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-semantic-error-200" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
675
645
|
</label>
|
|
676
646
|
<!--
|
|
677
647
|
Optional tooltip for additional context
|
|
@@ -702,10 +672,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - with error 1`] =
|
|
|
702
672
|
would automatically get role="alert" and aria-live="assertive"
|
|
703
673
|
-->
|
|
704
674
|
<div data-v-9bf2fc2e="" class="flex select-none gap-12 rounded justify-between bg-transparent" id="fz-checkbox-group-100000000001-2a84k-error" role="alert" aria-live="assertive" aria-atomic="true">
|
|
705
|
-
<div data-v-da7f5873="" data-v-9bf2fc2e="" class="fz-container fz-container--horizontal gap-section-content-xs align-items-start layout-default flex-1">
|
|
706
|
-
<div data-v-9bf2fc2e="" class="flex items-center justify-center w-[20px] h-[20px] text-semantic-error" aria-hidden="true"><svg class="svg-inline--fa fa-circle-xmark h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="circle-xmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
707
|
-
<path class="" fill="currentColor" d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"></path>
|
|
708
|
-
</svg></div>
|
|
675
|
+
<div data-v-da7f5873="" data-v-9bf2fc2e="" class="fz-container fz-container--horizontal gap-section-content-xs align-items-start layout-default flex-1"><span data-v-9bf2fc2e="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] text-semantic-error" aria-hidden="true"><svg class="svg-inline--fa fa-circle-xmark h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="circle-xmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="" fill="currentColor" d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"></path></svg></span>
|
|
709
676
|
<div data-v-9bf2fc2e="" class="flex flex-col flex-1">
|
|
710
677
|
<!--v-if-->
|
|
711
678
|
<p data-v-9bf2fc2e="" class="font-normal !leading-[20px]">Test error message</p>
|
|
@@ -776,10 +743,7 @@ exports[`FzCheckboxGroup > Snapshots > should match snapshot - with help text 1`
|
|
|
776
743
|
Visual checkbox icon (replaces hidden native checkbox)
|
|
777
744
|
aria-hidden because it's purely decorative - the native input conveys state
|
|
778
745
|
@TODO: When FzIcon natively supports ariaHidden prop, remove aria-hidden as HTML attribute and use :aria-hidden as prop
|
|
779
|
-
-->
|
|
780
|
-
<div data-v-79ecb611="" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
781
|
-
<path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path>
|
|
782
|
-
</svg></div><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
746
|
+
--><span data-v-79ecb611="" role="presentation" class="flex items-center justify-center w-[20px] h-[20px] relative text-grey-400" aria-hidden="true"><svg class="svg-inline--fa fa-square h-[16px]" aria-hidden="true" focusable="false" data-prefix="far" data-icon="square" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path class="" fill="currentColor" d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"></path></svg></span><!-- Label text (hidden in standalone mode for checkbox-only display) -->Option 1
|
|
783
747
|
</label>
|
|
784
748
|
<!--
|
|
785
749
|
Optional tooltip for additional context
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/@vue+shared@3.5.26/node_modules/@vue/shared/dist/shared.d.ts","../../node_modules/.pnpm/@vue+reactivity@3.5.26/node_modules/@vue/reactivity/dist/reactivity.d.ts","../../node_modules/.pnpm/@vue+runtime-core@3.5.26/node_modules/@vue/runtime-core/dist/runtime-core.d.ts","../../node_modules/.pnpm/csstype@3.2.3/node_modules/csstype/index.d.ts","../../node_modules/.pnpm/@vue+runtime-dom@3.5.26/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts","../../node_modules/.pnpm/vue@3.5.26_typescript@5.3.3/node_modules/vue/jsx-runtime/index.d.ts","../../node_modules/.pnpm/@babel+types@7.28.6/node_modules/@babel/types/lib/index.d.ts","../../node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/typings/babel-parser.d.ts","../../node_modules/.pnpm/@vue+compiler-core@3.5.26/node_modules/@vue/compiler-core/dist/compiler-core.d.ts","../../node_modules/.pnpm/@vue+compiler-dom@3.5.26/node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts","../../node_modules/.pnpm/vue@3.5.26_typescript@5.3.3/node_modules/vue/dist/vue.d.mts","../composables/src/types.ts","../composables/src/utils/number/index.ts","../composables/src/utils/position/index.ts","../composables/src/utils/index.ts","../composables/src/composables/usefloating.ts","../composables/src/composables/usemediaquery.ts","../composables/src/composables/usebreakpoints.ts","../composables/src/composables/useclickoutside.ts","../composables/src/composables/usekeydown.ts","../composables/src/composables/usekeyup.ts","../composables/src/composables/usecurrency.ts","../composables/src/composables/index.ts","../style/src/custom-directives/validation.ts","../style/src/custom-directives/config.ts","../style/src/custom-directives/vbold.ts","../style/tokens.json","../style/safe-colors.json","../style/safe-semantic-colors.json","../style/src/custom-directives/vcolor.ts","../style/src/custom-directives/vsmall.ts","../style/src/custom-directives/index.ts","../style/src/constants.ts","../style/src/index.ts","../composables/src/fzfloating.vue.ts","../composables/src/index.ts","../../node_modules/.pnpm/@fortawesome+fontawesome-common-types@6.7.2/node_modules/@fortawesome/fontawesome-common-types/index.d.ts","../../node_modules/.pnpm/@fortawesome+fontawesome-svg-core@6.7.2/node_modules/@fortawesome/fontawesome-svg-core/index.d.ts","../../node_modules/.pnpm/@awesome.me+kit-8137893ad3@1.0.401/node_modules/@awesome.me/kit-8137893ad3/icons/modules/icon-types.ts","../../node_modules/.pnpm/@awesome.me+kit-8137893ad3@1.0.401/node_modules/@awesome.me/kit-8137893ad3/icons/modules/index.d.ts","../../node_modules/.pnpm/@fortawesome+vue-fontawesome@3.1.3_@fortawesome+fontawesome-svg-core@6.7.2_vue@3.5.26_typescript@5.3.3_/node_modules/@fortawesome/vue-fontawesome/index.d.ts","../icons/src/types.ts","../icons/src/fzicon.vue.ts","../icons/src/index.ts","../button/src/types.ts","../button/src/utils.ts","../button/src/fzbutton.vue.ts","../button/src/fziconbutton.vue.ts","../container/src/types.ts","../container/src/fzcontainer.vue.ts","../container/src/index.ts","../button/src/fzbuttongroup.vue.ts","../button/src/index.ts","../../node_modules/.pnpm/vue-router@4.6.4_vue@3.5.26_typescript@5.3.3_/node_modules/vue-router/dist/router-cwonjprp.d.mts","../../node_modules/.pnpm/vue-router@4.6.4_vue@3.5.26_typescript@5.3.3_/node_modules/vue-router/dist/vue-router.d.mts","../link/src/types.ts","../link/src/fzlink.vue.ts","../link/src/index.ts","../tooltip/src/types.ts","../tooltip/src/fztooltip.vue.ts","../tooltip/src/index.ts","./src/types.ts","./src/utils.ts","../alert/src/types.ts","../alert/src/fzalert.vue.ts","../alert/src/index.ts","./src/components/erroralert.vue.ts","./src/fzcheckbox.vue.ts","./src/common.ts","./src/fzcheckboxcard.vue.ts","./src/components/fzcheckboxgroupoption.vue.ts","./src/fzcheckboxgroup.vue.ts","./__vls_types.d.ts","./dist/src/fzcheckbox.vue.d.ts","./dist/src/types.d.ts","./dist/src/fzcheckboxgroup.vue.d.ts","./dist/src/fzcheckboxcard.vue.d.ts","./dist/src/utils.d.ts","./dist/src/index.d.ts","./dist/index.d.ts","./dist/src/common.d.ts","./dist/src/__tests__/fzcheckbox.spec.d.ts","./dist/src/__tests__/fzcheckboxcard.spec.d.ts","./dist/src/__tests__/fzcheckboxgroup.spec.d.ts","./dist/src/components/erroralert.vue.d.ts","./dist/src/components/fzcheckboxgroupoption.vue.d.ts","./src/index.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/types.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/helpers.d.ts","../../node_modules/.pnpm/@sinclair+typebox@0.27.8/node_modules/@sinclair/typebox/typebox.d.ts","../../node_modules/.pnpm/@jest+schemas@29.6.3/node_modules/@jest/schemas/build/index.d.ts","../../node_modules/.pnpm/pretty-format@29.7.0/node_modules/pretty-format/build/index.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/index.d.ts","../../node_modules/.pnpm/@vitest+runner@1.6.1/node_modules/@vitest/runner/dist/tasks-k5xerdtv.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/types-9l4nily8.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/diff.d.ts","../../node_modules/.pnpm/@vitest+runner@1.6.1/node_modules/@vitest/runner/dist/types.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/error.d.ts","../../node_modules/.pnpm/@vitest+runner@1.6.1/node_modules/@vitest/runner/dist/index.d.ts","../../node_modules/.pnpm/@vitest+runner@1.6.1/node_modules/@vitest/runner/dist/utils.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/compatibility/disposable.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/compatibility/indexable.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/compatibility/index.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/web-globals/events.d.ts","../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/inspector.generated.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/ts5.6/index.d.ts","../../node_modules/.pnpm/@types+estree@1.0.8/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/rollup@4.55.1/node_modules/rollup/dist/rollup.d.ts","../../node_modules/.pnpm/rollup@4.55.1/node_modules/rollup/dist/parseast.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/hmrpayload.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/customevent.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/hot.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/dist/node/types.d-agj9qkwt.d.ts","../../node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/lib/main.d.ts","../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/previous-map.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/input.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/css-syntax-error.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/declaration.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/root.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/warning.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/lazy-result.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/no-work-result.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/processor.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/result.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/document.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/rule.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/node.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/comment.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/container.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/at-rule.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/list.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/postcss.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/postcss.d.mts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/dist/node/runtime.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/importglob.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/metadata.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/dist/node/index.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/trace-mapping.d-xyifztpm.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/index-o2irwhkf.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/index.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/environment-cmigivxz.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/index-s94asl6q.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/index.d.ts","../../node_modules/.pnpm/@vitest+expect@1.6.1/node_modules/@vitest/expect/dist/chai.d.cts","../../node_modules/.pnpm/@vitest+expect@1.6.1/node_modules/@vitest/expect/dist/index.d.ts","../../node_modules/.pnpm/@vitest+expect@1.6.1/node_modules/@vitest/expect/index.d.ts","../../node_modules/.pnpm/tinybench@2.9.0/node_modules/tinybench/dist/index.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/client.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/manager.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/server.d.ts","../../node_modules/.pnpm/@types+deep-eql@4.0.2/node_modules/@types/deep-eql/index.d.ts","../../node_modules/.pnpm/assertion-error@2.0.1/node_modules/assertion-error/index.d.ts","../../node_modules/.pnpm/@types+chai@5.2.3/node_modules/@types/chai/index.d.ts","../../node_modules/.pnpm/vitest@1.6.1_@types+node@18.19.130_jsdom@23.2.0/node_modules/vitest/dist/reporters-w_64as5f.d.ts","../../node_modules/.pnpm/vitest@1.6.1_@types+node@18.19.130_jsdom@23.2.0/node_modules/vitest/dist/suite-dwqifb_-.d.ts","../../node_modules/.pnpm/@vitest+spy@1.6.1/node_modules/@vitest/spy/dist/index.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/environment.d.ts","../../node_modules/.pnpm/vitest@1.6.1_@types+node@18.19.130_jsdom@23.2.0/node_modules/vitest/dist/index.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/constants/dom-events.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/createdomevent.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/types.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/vuewrapper.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/interfaces/wrapperlike.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/basewrapper.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/domwrapper.d.ts","../../node_modules/.pnpm/vue-component-type-helpers@2.2.12/node_modules/vue-component-type-helpers/index.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/mount.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/rendertostring.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/components/routerlinkstub.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/errorwrapper.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/vnodetransformers/util.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/vnodetransformers/stubcomponentstransformer.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/config.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/utils/flushpromises.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/utils/autounmount.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/index.d.ts","./src/__tests__/fzcheckbox.spec.ts","./src/__tests__/fzcheckboxcard.spec.ts","./src/__tests__/fzcheckboxgroup.spec.ts"],"fileInfos":[{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0"],"root":[107,108,[112,132],[312,314]],"options":{"composite":true,"esModuleInterop":true,"jsx":1,"jsxImportSource":"vue","module":99,"noImplicitThis":true,"skipLibCheck":true,"strict":true,"target":99,"useDefineForClassFields":true},"fileIdsList":[[51,82,151,193],[84,151,193],[52,151,193],[151,193],[82,151,193],[56,83,100,151,193],[135,151,193],[151,193,286,287],[151,190,193],[151,192,193],[151,193,198,225],[151,193,194,204,212,222,233],[151,193,194,195,204,212],[146,147,148,151,193],[151,193,196,234],[151,193,197,198,205,213],[151,193,198,222,230],[151,193,199,201,204,212],[151,192,193,200],[151,193,201,202],[151,193,203,204],[151,192,193,204],[151,193,204,205,206,222,233],[151,193,204,205,206,219,222,225],[151,193,201,204,207,212,222,233],[151,193,204,205,207,208,212,222,230,233],[151,193,207,209,222,230,233],[151,193,204,210],[151,193,211,233,238],[151,193,201,204,212,222],[151,193,213],[151,193,214],[151,192,193,215],[151,193,216,232,238],[151,193,217],[151,193,218],[151,193,204,219,220],[151,193,219,221,234,236],[151,193,204,222,223,225],[151,193,224,225],[151,193,222,223],[151,193,225],[151,193,226],[151,193,222,227],[151,193,204,228,229],[151,193,228,229],[151,193,198,212,222,230],[151,193,231],[193],[149,150,151,152,153,154,155,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239],[151,193,212,232],[151,193,207,218,233],[151,193,198,234],[151,193,222,235],[151,193,211,236],[151,193,237],[151,188,193],[151,188,193,204,206,215,222,225,233,236,238],[151,193,222,239],[138,141,151,193],[151,193,280],[138,139,141,142,143,151,193],[138,151,193],[138,139,141,151,193],[138,139,151,193],[151,193,276],[137,151,193,276],[137,151,193,276,277],[137,140,151,193],[133,151,193],[133,134,137,151,193],[137,151,193],[46,52,53,151,193],[54,151,193],[46,151,193],[46,47,48,50,151,193],[47,48,49,50,151,193],[56,100,151,193,294,295,296,297,298,300],[56,100,151,193],[151,193,296,297,300,307],[151,193,294],[56,100,151,193,296,299],[151,193,296,297,299,300,302,303,304,305,308,309,310],[56,100,151,193,294,295,296,297,300],[56,100,151,193,296,297,301],[56,100,151,193,296,302],[56,100,151,193,297],[56,100,151,193,306],[56,100,151,193,296,299,300],[151,193,264],[151,193,262,264],[151,193,253,261,262,263,265,267],[151,193,251],[151,193,254,259,264,267],[151,193,250,267],[151,193,254,255,258,259,260,267],[151,193,254,255,256,258,259,267],[151,193,251,252,253,254,255,259,260,261,263,264,265,267],[151,193,267],[151,193,249,251,252,253,254,255,256,258,259,260,261,262,263,264,265,266],[151,193,249,267],[151,193,254,256,257,259,260,267],[151,193,258,267],[151,193,259,260,264,267],[151,193,252,262],[136,151,193],[151,193,242,271],[151,193,241,242],[151,165,169,193,233],[151,165,193,222,233],[151,160,193],[151,162,165,193,230,233],[151,193,212,230],[151,193,240],[151,160,193,240],[151,162,165,193,212,233],[151,157,158,161,164,193,204,222,233],[151,157,163,193],[151,161,165,193,225,233,240],[151,181,193,240],[151,159,160,193,240],[151,165,193],[151,159,160,161,162,163,164,165,166,167,169,170,171,172,173,174,175,176,177,178,179,180,182,183,184,185,186,187,193],[151,165,172,173,193],[151,163,165,173,174,193],[151,164,193],[151,157,160,165,193],[151,165,169,173,174,193],[151,169,193],[151,163,165,168,193,233],[151,157,162,163,165,169,172,193],[151,193,222],[151,160,165,181,193,238,240],[151,193,273,274],[151,193,273],[151,193,272,273,274,289],[151,193,204,205,207,208,209,212,222,230,233,239,240,242,243,244,245,246,247,248,268,269,270,271],[151,193,244,245,246,247],[151,193,244,245,246],[151,193,244],[151,193,245],[151,193,242],[138,141,144,145,151,193,205,222,238,272,275,278,279,281,282,283,284,285,289,290,291,292],[138,144,145,151,193,205,222,238,272,275,278,279,281,282,283,284,285,289],[144,145,151,193,282,289],[56,99,100,151,193],[50,55,151,193],[50,151,193],[51,56,89,96,98,100,103,109,151,193],[51,109,110,151,193],[51,98,100,151,193],[51,56,89,90,91,100,151,193],[51,56,90,91,96,100,151,193],[51,56,90,91,92,100,151,193],[51,90,92,93,97,151,193],[51,89,151,193],[51,56,90,92,100,151,193],[51,56,100,151,193],[124,151,193],[56,100,106,120,151,193],[56,100,106,151,193],[56,100,120,151,193],[119,120,121,122,123,151,193],[106,151,193],[51,113,151,193,293,311],[51,56,100,107,132,151,193,293,311],[51,113,117,151,193,293,311],[51,56,100,111,151,193],[51,56,100,107,108,113,151,193],[51,56,89,100,106,107,108,112,151,193],[51,56,89,100,106,107,108,114,151,193],[51,56,100,107,108,112,114,116,151,193],[51,107,108,113,115,117,151,193],[51,106,151,193],[51,151,193],[51,61,62,63,64,65,66,67,151,193],[51,62,151,193],[51,57,60,151,193],[51,56,57,60,100,151,193],[51,56,57,68,79,100,151,193],[51,57,60,68,80,151,193],[51,58,59,151,193],[51,57,151,193],[51,56,94,100,151,193],[51,94,95,151,193],[51,56,85,86,87,100,151,193],[51,56,83,85,87,88,100,151,193],[51,56,100,101,151,193],[51,101,102,151,193],[51,100,151,193],[51,72,151,193],[51,69,151,193],[51,69,70,71,75,76,151,193],[51,56,69,70,100,151,193],[51,56,69,70,72,73,74,100,151,193],[51,56,77,78,100,151,193],[51,56,81,89,98,100,103,104,151,193],[51,104,105,151,193],[51,81,151,193],[51,82,176,218],[84,176,218],[52,180,222],[180,222],[82],[56,83,100,180,222],[51,56,100,169,211],[51,56,100,168,210],[180,222,287,296],[180,222,283,284,285,287,288,296],[180,222,230,233,241,251],[180,188,189,222,269],[180,222,241,259],[180,191,194,222,259,262],[180,186,192,222],[180,186,187,190,193,222,233,251,262],[180,194,222],[56,100,106,175,217],[56,100,106,180,222],[51,56,100,179,221],[51,56,100,180,222],[180,198,222],[180,192,194,197,222,262],[180,194,198,222,262],[180,186,189,194,222],[180,194,201,202,222],[180,192,194,202,203,222],[180,194,198,202,203,222],[180,193,222],[175,217],[180,186,191,192,194,198,201,222],[180,194,222,251,262],[180,189,222,269],[180,222,269],[180,210,222,269],[180,191,194,222,241,262],[180,189,194,210,222,267,269],[180,189,222],[180,188,189,190,191,192,193,194,195,196,198,199,200,201,202,203,204,205,206,207,208,209,211,212,213,214,215,216,222],[180,217,222],[180,219,222],[180,221,222],[180,222,227,254],[180,222,223,224,233,241],[180,222,223,233,241,251,262],[180,222,225,263],[180,222,226,227,234,242],[180,222,227,251,259],[180,222,228,230,233,241],[180,221,222,229],[180,222,230,231],[56,100,150,180,222],[106,180,222],[180,222,240,262,267],[180,222,232,233],[180,221,222,233],[180,222,233,234,235,251,262],[180,222,233,234,235,248,251,254],[180,222,230,233,236,241,251,262],[180,222,233,234,236,237,241,251,259,262],[149,150,151,153,180,222],[154,180,222],[180,190,194,222,254,262,269],[180,222,236,238,251,259,262],[180,222,233,239],[180,222,278,296],[180,222,279,296],[180,222,280],[51,56,100,177,219],[51,56,100,172,214],[51,56,100,175,217],[51,56,100,178,220],[180,222,273,274,275],[180,222,291,293],[180,222,281,291],[180,222,280,281,282,283,284,288,289,290,292,293,294,296],[51,56,100,174,216],[51,56,100,176,218],[51,56,100,167,209],[51,56,100,171,213],[51,56,100,173,215],[51,56,100,166,208],[46,52,53,180,222],[54,180,222],[46,180,222],[46,47,48,50,180,222],[47,48,49,50,180,222],[180,222,302,303],[180,222,293],[180,222,271],[180,222,273,274,275,276],[180,222,302],[180,222,278,280,281,282,283,284,285,287,288,289,290,291,292,293,294,295],[180,222,309],[167,170,180,222],[166,180,222,305,306],[166,180,222,305],[180,222,296],[180,222,283,285,286,288,289,296],[179,221],[180,222,233,248,249],[180,222,240,265],[180,222,227,263],[180,222,251,264],[180,222,251,252],[180,222,253,254],[180,222,260],[180,222,233,251,252,254],[180,222,251,256],[180,222,266],[180,222,233,257,258],[180,222,236,247,262],[180,222,251,268],[180,217,222,233,235,244,251,254,262,265,267],[180,222,248,250,263,265],[180,222,257,258],[180,222,227,241,251,259],[180,222,254],[180,222,241,261],[180,222,255],[51,56,100,170,212],[180,222,243],[180,222,242],[166,169,180,222],[167,168,170,180,222],[162,180,222],[222],[164,180,222],[],[56,100,106,150,180,222],[165,180,222],[162,163,166,180,222],[180,222,251],[167,168,180,222],[167,168,170,171,172,180,222],[167,180,222],[166,180,222],[175,176,177,180,222],[56,100,180,222],[180,222,288,289,293,296],[180,222,273],[180,222,274],[180,222,283,284,287,288,289,296],[180,222,271,300],[178,179,180,181,182,183,184,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268],[180,222,247],[180,222,245,261,267],[180,221,222,244],[180,222,246],[180,222,270,271],[180,222,282,290,291,292,294,296],[180,222,283,288,293,296],[180,222,233,234,236,237,238,241,251,259,262,268,269,271,272,273,274,275,276,277,297,298,299,300],[56,99,100,180,222],[50,55,180,222],[50,180,222],[109],[90],[89],[51,56,100,158,200],[51,56,100,160,202],[51,56,100,161,203],[51,56,100,162,204],[51,56,100,159,201],[51,56,100,163,205],[51,56,100,164,206],[51,56,100,152,194],[51,56,100,155,197],[51,56,100,154,196],[51,56,100,157,199],[51,56,100,153,195],[51,56,100,156,198],[180,222,301,302,303],[51,56,100,165,207],[106],[61,62,63,64,65,66,67],[62],[57,60],[57,60,68],[58,59],[57],[94],[83,87],[101],[72],[51,69,180,222],[51,69,70,71,75,76,180,222],[51,56,69,70,100,180,222],[51,56,69,70,72,73,74,100,180,222],[78],[104],[81]],"referencedMap":[[84,1],[85,2],[53,3],[52,4],[82,4],[83,5],[86,6],[136,7],[135,4],[288,8],[286,4],[241,4],[190,9],[191,9],[192,10],[193,11],[194,12],[195,13],[146,4],[149,14],[147,4],[148,4],[196,15],[197,16],[198,17],[199,18],[200,19],[201,20],[202,20],[203,21],[204,22],[205,23],[206,24],[152,4],[207,25],[208,26],[209,27],[210,28],[211,29],[212,30],[213,31],[214,32],[215,33],[216,34],[217,35],[218,36],[219,37],[220,37],[221,38],[222,39],[224,40],[223,41],[225,42],[226,43],[227,44],[228,45],[229,46],[230,47],[231,48],[151,49],[150,4],[240,50],[232,51],[233,52],[234,53],[235,54],[236,55],[237,56],[153,4],[154,4],[155,4],[189,57],[238,58],[239,59],[279,4],[280,60],[281,61],[144,62],[139,63],[142,64],[145,65],[276,4],[292,66],[277,67],[278,68],[284,68],[291,4],[141,69],[143,69],[134,70],[138,71],[140,72],[133,4],[54,73],[55,74],[47,75],[48,76],[50,77],[46,4],[299,78],[304,79],[308,80],[294,4],[295,81],[300,82],[305,4],[311,83],[298,84],[302,85],[303,86],[296,79],[310,87],[309,4],[307,88],[306,79],[297,89],[287,4],[156,4],[49,4],[248,4],[265,90],[263,91],[264,92],[252,93],[253,91],[260,94],[251,95],[256,96],[266,4],[257,97],[262,98],[268,99],[267,100],[250,101],[258,102],[259,103],[254,104],[261,90],[255,105],[137,106],[243,107],[242,108],[249,4],[282,4],[44,4],[45,4],[8,4],[9,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[4,4],[20,4],[24,4],[21,4],[22,4],[23,4],[25,4],[26,4],[27,4],[5,4],[28,4],[29,4],[30,4],[31,4],[6,4],[35,4],[32,4],[33,4],[34,4],[36,4],[7,4],[37,4],[42,4],[43,4],[38,4],[39,4],[40,4],[41,4],[1,4],[172,109],[179,110],[171,109],[186,111],[163,112],[162,113],[185,114],[180,115],[183,116],[165,117],[164,118],[160,119],[159,114],[182,120],[161,121],[166,122],[167,4],[170,122],[157,4],[188,123],[187,122],[174,124],[175,125],[177,126],[173,127],[176,128],[181,114],[168,129],[169,130],[178,131],[158,132],[184,133],[283,134],[274,135],[275,134],[285,136],[273,4],[272,137],[269,138],[247,139],[245,140],[244,4],[246,141],[270,4],[271,142],[293,143],[289,144],[290,145],[301,4],[99,79],[100,146],[56,147],[51,148],[110,149],[111,150],[109,151],[92,152],[97,153],[93,154],[98,155],[90,156],[91,157],[118,158],[125,159],[127,4],[128,4],[129,4],[126,79],[130,79],[131,160],[119,161],[122,161],[121,162],[124,163],[120,164],[123,4],[312,165],[313,166],[314,167],[114,158],[112,168],[116,169],[113,170],[115,171],[117,172],[132,173],[107,174],[108,175],[68,176],[63,177],[64,158],[67,178],[61,179],[65,158],[66,158],[62,158],[80,180],[81,181],[57,158],[60,182],[58,175],[59,183],[95,184],[96,185],[94,175],[88,186],[89,187],[87,175],[102,188],[103,189],[101,190],[73,4],[74,4],[78,191],[70,192],[77,193],[69,158],[71,194],[75,195],[76,194],[79,196],[72,4],[105,197],[106,198],[104,199]],"exportedModulesMap":[[84,200],[85,201],[53,202],[52,203],[83,204],[86,205],[136,206],[135,207],[288,208],[286,209],[241,210],[190,211],[191,212],[192,213],[193,214],[194,215],[195,216],[146,217],[149,218],[147,219],[148,220],[196,203],[197,221],[198,222],[199,216],[200,223],[201,223],[202,224],[203,225],[204,226],[205,227],[206,228],[152,229],[207,230],[208,231],[209,232],[210,233],[211,234],[212,235],[213,236],[214,233],[215,237],[216,216],[217,238],[218,239],[219,240],[220,240],[221,241],[222,242],[224,243],[223,244],[225,245],[226,246],[227,247],[228,248],[229,249],[230,250],[231,250],[151,251],[150,252],[240,253],[232,254],[233,255],[234,256],[235,257],[236,258],[237,259],[153,203],[154,260],[155,261],[189,262],[238,263],[239,264],[279,265],[280,266],[281,267],[144,268],[139,269],[142,270],[145,271],[276,272],[292,273],[277,203],[278,203],[284,274],[291,275],[141,276],[143,277],[134,278],[138,279],[140,280],[133,281],[54,282],[55,283],[47,284],[48,285],[50,286],[46,203],[299,203],[304,287],[308,203],[294,288],[295,203],[300,289],[305,203],[311,203],[298,290],[302,203],[303,291],[296,292],[310,293],[309,294],[307,295],[306,296],[297,297],[287,298],[156,299],[49,203],[248,300],[265,301],[263,302],[264,303],[252,304],[253,305],[260,306],[251,307],[256,308],[266,309],[257,310],[262,311],[268,312],[267,313],[250,314],[258,315],[259,316],[254,317],[261,318],[255,319],[137,320],[243,321],[242,322],[249,300],[282,273],[172,323],[179,203],[171,324],[186,203],[163,325],[162,203],[185,203],[180,326],[183,203],[165,327],[164,203],[160,328],[159,329],[182,203],[161,328],[166,330],[167,331],[170,323],[157,203],[188,233],[187,332],[174,333],[175,203],[177,203],[173,334],[176,203],[181,203],[168,335],[169,336],[178,337],[158,338],[184,203],[283,339],[274,340],[275,341],[285,342],[273,203],[272,343],[269,344],[247,345],[245,346],[244,347],[246,348],[270,203],[271,349],[293,350],[289,351],[290,288],[301,352],[99,338],[100,353],[56,354],[51,355],[110,149],[111,356],[109,328],[92,152],[97,153],[93,154],[98,357],[90,358],[91,357],[118,158],[125,359],[127,360],[128,361],[129,362],[126,363],[130,364],[131,365],[119,366],[122,367],[121,368],[124,369],[120,370],[123,371],[312,287],[313,295],[314,372],[114,299],[112,168],[116,169],[113,170],[115,171],[117,172],[132,373],[107,374],[108,328],[68,375],[63,376],[64,328],[67,377],[61,377],[65,328],[66,328],[62,328],[80,180],[81,378],[57,328],[60,379],[58,380],[59,380],[95,184],[96,381],[94,328],[88,186],[89,382],[87,328],[102,188],[103,383],[101,328],[78,384],[70,385],[77,386],[69,220],[71,387],[75,388],[76,387],[79,389],[105,197],[106,390],[104,391]],"semanticDiagnosticsPerFile":[84,85,53,52,82,83,86,136,135,288,286,241,190,191,192,193,194,195,146,149,147,148,196,197,198,199,200,201,202,203,204,205,206,152,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,223,225,226,227,228,229,230,231,151,150,240,232,233,234,235,236,237,153,154,155,189,238,239,279,280,281,144,139,142,145,276,292,277,278,284,291,141,143,134,138,140,133,54,55,47,48,50,46,299,304,308,294,295,300,305,311,298,302,303,296,310,309,307,306,297,287,156,49,248,265,263,264,252,253,260,251,256,266,257,262,268,267,250,258,259,254,261,255,137,243,242,249,282,44,45,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,20,24,21,22,23,25,26,27,5,28,29,30,31,6,35,32,33,34,36,7,37,42,43,38,39,40,41,1,172,179,171,186,163,162,185,180,183,165,164,160,159,182,161,166,167,170,157,188,187,174,175,177,173,176,181,168,169,178,158,184,283,274,275,285,273,272,269,247,245,244,246,270,271,293,289,290,301,99,100,56,51,110,111,109,92,97,93,98,90,91,118,125,127,128,129,126,130,131,119,122,121,124,120,123,312,313,314,114,112,116,113,115,117,132,107,108,68,63,64,67,61,65,66,62,80,81,57,60,58,59,95,96,94,88,89,87,102,103,101,73,74,78,70,77,69,71,75,76,79,72,105,106,104],"affectedFilesPendingEmit":[312,313,314,114,112,116,113,115,117,132,107,108],"emitSignatures":[107,108,112,113,115,116,117]},"version":"5.3.3"}
|
|
1
|
+
{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/@vue+shared@3.5.26/node_modules/@vue/shared/dist/shared.d.ts","../../node_modules/.pnpm/@vue+reactivity@3.5.26/node_modules/@vue/reactivity/dist/reactivity.d.ts","../../node_modules/.pnpm/@vue+runtime-core@3.5.26/node_modules/@vue/runtime-core/dist/runtime-core.d.ts","../../node_modules/.pnpm/csstype@3.2.3/node_modules/csstype/index.d.ts","../../node_modules/.pnpm/@vue+runtime-dom@3.5.26/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts","../../node_modules/.pnpm/vue@3.5.26_typescript@5.3.3/node_modules/vue/jsx-runtime/index.d.ts","../../node_modules/.pnpm/@babel+types@7.28.6/node_modules/@babel/types/lib/index.d.ts","../../node_modules/.pnpm/@babel+parser@7.28.6/node_modules/@babel/parser/typings/babel-parser.d.ts","../../node_modules/.pnpm/@vue+compiler-core@3.5.26/node_modules/@vue/compiler-core/dist/compiler-core.d.ts","../../node_modules/.pnpm/@vue+compiler-dom@3.5.26/node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts","../../node_modules/.pnpm/vue@3.5.26_typescript@5.3.3/node_modules/vue/dist/vue.d.mts","../composables/src/types.ts","../composables/src/utils/number/index.ts","../composables/src/utils/position/index.ts","../composables/src/utils/index.ts","../composables/src/composables/usefloating.ts","../composables/src/composables/usemediaquery.ts","../composables/src/composables/usebreakpoints.ts","../composables/src/composables/useclickoutside.ts","../composables/src/composables/usekeydown.ts","../composables/src/composables/usekeyup.ts","../composables/src/composables/usecurrency.ts","../composables/src/composables/index.ts","../style/src/custom-directives/validation.ts","../style/src/custom-directives/config.ts","../style/src/custom-directives/vbold.ts","../style/tokens.json","../style/safe-colors.json","../style/safe-semantic-colors.json","../style/src/custom-directives/vcolor.ts","../style/src/custom-directives/vsmall.ts","../style/src/custom-directives/index.ts","../style/src/constants.ts","../style/src/index.ts","../composables/src/fzfloating.vue.ts","../composables/src/index.ts","../../node_modules/.pnpm/@fortawesome+fontawesome-common-types@6.7.2/node_modules/@fortawesome/fontawesome-common-types/index.d.ts","../../node_modules/.pnpm/@fortawesome+fontawesome-svg-core@6.7.2/node_modules/@fortawesome/fontawesome-svg-core/index.d.ts","../../node_modules/.pnpm/@awesome.me+kit-8137893ad3@1.0.401/node_modules/@awesome.me/kit-8137893ad3/icons/modules/icon-types.ts","../../node_modules/.pnpm/@awesome.me+kit-8137893ad3@1.0.401/node_modules/@awesome.me/kit-8137893ad3/icons/modules/index.d.ts","../../node_modules/.pnpm/@fortawesome+vue-fontawesome@3.1.3_@fortawesome+fontawesome-svg-core@6.7.2_vue@3.5.26_typescript@5.3.3_/node_modules/@fortawesome/vue-fontawesome/index.d.ts","../icons/src/types.ts","../icons/src/fzicon.vue.ts","../icons/src/fziconbackground.vue.ts","../icons/src/index.ts","../button/src/types.ts","../button/src/utils.ts","../button/src/fzbutton.vue.ts","../button/src/fziconbutton.vue.ts","../container/src/types.ts","../container/src/fzcontainer.vue.ts","../container/src/index.ts","../button/src/fzbuttongroup.vue.ts","../button/src/index.ts","../../node_modules/.pnpm/vue-router@4.6.4_vue@3.5.26_typescript@5.3.3_/node_modules/vue-router/dist/router-cwonjprp.d.mts","../../node_modules/.pnpm/vue-router@4.6.4_vue@3.5.26_typescript@5.3.3_/node_modules/vue-router/dist/vue-router.d.mts","../link/src/types.ts","../link/src/fzlink.vue.ts","../link/src/index.ts","../tooltip/src/types.ts","../tooltip/src/fztooltip.vue.ts","../tooltip/src/index.ts","./src/types.ts","./src/utils.ts","../alert/src/types.ts","../alert/src/fzalert.vue.ts","../alert/src/index.ts","./src/components/erroralert.vue.ts","./src/fzcheckbox.vue.ts","./src/common.ts","./src/fzcheckboxcard.vue.ts","./src/components/fzcheckboxgroupoption.vue.ts","./src/fzcheckboxgroup.vue.ts","./__vls_types.d.ts","./dist/src/fzcheckbox.vue.d.ts","./dist/src/types.d.ts","./dist/src/fzcheckboxgroup.vue.d.ts","./dist/src/fzcheckboxcard.vue.d.ts","./dist/src/utils.d.ts","./dist/src/index.d.ts","./dist/index.d.ts","./dist/src/common.d.ts","./dist/src/__tests__/fzcheckbox.spec.d.ts","./dist/src/__tests__/fzcheckboxcard.spec.d.ts","./dist/src/__tests__/fzcheckboxgroup.spec.d.ts","./dist/src/components/erroralert.vue.d.ts","./dist/src/components/fzcheckboxgroupoption.vue.d.ts","./src/index.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/types.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/helpers.d.ts","../../node_modules/.pnpm/@sinclair+typebox@0.27.8/node_modules/@sinclair/typebox/typebox.d.ts","../../node_modules/.pnpm/@jest+schemas@29.6.3/node_modules/@jest/schemas/build/index.d.ts","../../node_modules/.pnpm/pretty-format@29.7.0/node_modules/pretty-format/build/index.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/index.d.ts","../../node_modules/.pnpm/@vitest+runner@1.6.1/node_modules/@vitest/runner/dist/tasks-k5xerdtv.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/types-9l4nily8.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/diff.d.ts","../../node_modules/.pnpm/@vitest+runner@1.6.1/node_modules/@vitest/runner/dist/types.d.ts","../../node_modules/.pnpm/@vitest+utils@1.6.1/node_modules/@vitest/utils/dist/error.d.ts","../../node_modules/.pnpm/@vitest+runner@1.6.1/node_modules/@vitest/runner/dist/index.d.ts","../../node_modules/.pnpm/@vitest+runner@1.6.1/node_modules/@vitest/runner/dist/utils.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/compatibility/disposable.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/compatibility/indexable.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/compatibility/index.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/web-globals/events.d.ts","../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/inspector.generated.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@18.19.130/node_modules/@types/node/ts5.6/index.d.ts","../../node_modules/.pnpm/@types+estree@1.0.8/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/rollup@4.55.1/node_modules/rollup/dist/rollup.d.ts","../../node_modules/.pnpm/rollup@4.55.1/node_modules/rollup/dist/parseast.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/hmrpayload.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/customevent.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/hot.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/dist/node/types.d-agj9qkwt.d.ts","../../node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/lib/main.d.ts","../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/previous-map.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/input.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/css-syntax-error.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/declaration.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/root.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/warning.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/lazy-result.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/no-work-result.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/processor.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/result.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/document.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/rule.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/node.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/comment.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/container.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/at-rule.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/list.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/postcss.d.ts","../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss/lib/postcss.d.mts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/dist/node/runtime.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/importglob.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/types/metadata.d.ts","../../node_modules/.pnpm/vite@5.4.21_@types+node@18.19.130/node_modules/vite/dist/node/index.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/trace-mapping.d-xyifztpm.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/index-o2irwhkf.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/index.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/environment-cmigivxz.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/index-s94asl6q.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/index.d.ts","../../node_modules/.pnpm/@vitest+expect@1.6.1/node_modules/@vitest/expect/dist/chai.d.cts","../../node_modules/.pnpm/@vitest+expect@1.6.1/node_modules/@vitest/expect/dist/index.d.ts","../../node_modules/.pnpm/@vitest+expect@1.6.1/node_modules/@vitest/expect/index.d.ts","../../node_modules/.pnpm/tinybench@2.9.0/node_modules/tinybench/dist/index.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/client.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/manager.d.ts","../../node_modules/.pnpm/vite-node@1.6.1_@types+node@18.19.130/node_modules/vite-node/dist/server.d.ts","../../node_modules/.pnpm/@types+deep-eql@4.0.2/node_modules/@types/deep-eql/index.d.ts","../../node_modules/.pnpm/assertion-error@2.0.1/node_modules/assertion-error/index.d.ts","../../node_modules/.pnpm/@types+chai@5.2.3/node_modules/@types/chai/index.d.ts","../../node_modules/.pnpm/vitest@1.6.1_@types+node@18.19.130_jsdom@23.2.0/node_modules/vitest/dist/reporters-w_64as5f.d.ts","../../node_modules/.pnpm/vitest@1.6.1_@types+node@18.19.130_jsdom@23.2.0/node_modules/vitest/dist/suite-dwqifb_-.d.ts","../../node_modules/.pnpm/@vitest+spy@1.6.1/node_modules/@vitest/spy/dist/index.d.ts","../../node_modules/.pnpm/@vitest+snapshot@1.6.1/node_modules/@vitest/snapshot/dist/environment.d.ts","../../node_modules/.pnpm/vitest@1.6.1_@types+node@18.19.130_jsdom@23.2.0/node_modules/vitest/dist/index.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/constants/dom-events.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/createdomevent.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/types.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/vuewrapper.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/interfaces/wrapperlike.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/basewrapper.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/domwrapper.d.ts","../../node_modules/.pnpm/vue-component-type-helpers@2.2.12/node_modules/vue-component-type-helpers/index.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/mount.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/rendertostring.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/components/routerlinkstub.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/errorwrapper.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/vnodetransformers/util.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/vnodetransformers/stubcomponentstransformer.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/config.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/utils/flushpromises.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/utils/autounmount.d.ts","../../node_modules/.pnpm/@vue+test-utils@2.4.6/node_modules/@vue/test-utils/dist/index.d.ts","./src/__tests__/fzcheckbox.spec.ts","./src/__tests__/fzcheckboxcard.spec.ts","./src/__tests__/fzcheckboxgroup.spec.ts"],"fileInfos":[{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0"],"root":[108,109,[113,133],[313,315]],"options":{"composite":true,"esModuleInterop":true,"jsx":1,"jsxImportSource":"vue","module":99,"noImplicitThis":true,"skipLibCheck":true,"strict":true,"target":99,"useDefineForClassFields":true},"fileIdsList":[[51,82,152,194],[84,152,194],[52,152,194],[152,194],[82,152,194],[56,83,101,152,194],[136,152,194],[152,194,287,288],[152,191,194],[152,193,194],[152,194,199,226],[152,194,195,205,213,223,234],[152,194,195,196,205,213],[147,148,149,152,194],[152,194,197,235],[152,194,198,199,206,214],[152,194,199,223,231],[152,194,200,202,205,213],[152,193,194,201],[152,194,202,203],[152,194,204,205],[152,193,194,205],[152,194,205,206,207,223,234],[152,194,205,206,207,220,223,226],[152,194,202,205,208,213,223,234],[152,194,205,206,208,209,213,223,231,234],[152,194,208,210,223,231,234],[152,194,205,211],[152,194,212,234,239],[152,194,202,205,213,223],[152,194,214],[152,194,215],[152,193,194,216],[152,194,217,233,239],[152,194,218],[152,194,219],[152,194,205,220,221],[152,194,220,222,235,237],[152,194,205,223,224,226],[152,194,225,226],[152,194,223,224],[152,194,226],[152,194,227],[152,194,223,228],[152,194,205,229,230],[152,194,229,230],[152,194,199,213,223,231],[152,194,232],[194],[150,151,152,153,154,155,156,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240],[152,194,213,233],[152,194,208,219,234],[152,194,199,235],[152,194,223,236],[152,194,212,237],[152,194,238],[152,189,194],[152,189,194,205,207,216,223,226,234,237,239],[152,194,223,240],[139,142,152,194],[152,194,281],[139,140,142,143,144,152,194],[139,152,194],[139,140,142,152,194],[139,140,152,194],[152,194,277],[138,152,194,277],[138,152,194,277,278],[138,141,152,194],[134,152,194],[134,135,138,152,194],[138,152,194],[46,52,53,152,194],[54,152,194],[46,152,194],[46,47,48,50,152,194],[47,48,49,50,152,194],[56,101,152,194,295,296,297,298,299,301],[56,101,152,194],[152,194,297,298,301,308],[152,194,295],[56,101,152,194,297,300],[152,194,297,298,300,301,303,304,305,306,309,310,311],[56,101,152,194,295,296,297,298,301],[56,101,152,194,297,298,302],[56,101,152,194,297,303],[56,101,152,194,298],[56,101,152,194,307],[56,101,152,194,297,300,301],[152,194,265],[152,194,263,265],[152,194,254,262,263,264,266,268],[152,194,252],[152,194,255,260,265,268],[152,194,251,268],[152,194,255,256,259,260,261,268],[152,194,255,256,257,259,260,268],[152,194,252,253,254,255,256,260,261,262,264,265,266,268],[152,194,268],[152,194,250,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267],[152,194,250,268],[152,194,255,257,258,260,261,268],[152,194,259,268],[152,194,260,261,265,268],[152,194,253,263],[137,152,194],[152,194,243,272],[152,194,242,243],[152,166,170,194,234],[152,166,194,223,234],[152,161,194],[152,163,166,194,231,234],[152,194,213,231],[152,194,241],[152,161,194,241],[152,163,166,194,213,234],[152,158,159,162,165,194,205,223,234],[152,158,164,194],[152,162,166,194,226,234,241],[152,182,194,241],[152,160,161,194,241],[152,166,194],[152,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,183,184,185,186,187,188,194],[152,166,173,174,194],[152,164,166,174,175,194],[152,165,194],[152,158,161,166,194],[152,166,170,174,175,194],[152,170,194],[152,164,166,169,194,234],[152,158,163,164,166,170,173,194],[152,194,223],[152,161,166,182,194,239,241],[152,194,274,275],[152,194,274],[152,194,273,274,275,290],[152,194,205,206,208,209,210,213,223,231,234,240,241,243,244,245,246,247,248,249,269,270,271,272],[152,194,245,246,247,248],[152,194,245,246,247],[152,194,245],[152,194,246],[152,194,243],[139,142,145,146,152,194,206,223,239,273,276,279,280,282,283,284,285,286,290,291,292,293],[139,145,146,152,194,206,223,239,273,276,279,280,282,283,284,285,286,290],[145,146,152,194,283,290],[56,100,101,152,194],[50,55,152,194],[50,152,194],[51,56,90,97,99,101,104,110,152,194],[51,110,111,152,194],[51,99,101,152,194],[51,56,90,91,92,101,152,194],[51,56,91,92,97,101,152,194],[51,56,91,92,93,101,152,194],[51,91,93,94,98,152,194],[51,90,152,194],[51,56,91,93,101,152,194],[51,56,101,152,194],[125,152,194],[56,101,107,121,152,194],[56,101,107,152,194],[56,101,121,152,194],[120,121,122,123,124,152,194],[107,152,194],[51,114,152,194,294,312],[51,56,101,108,133,152,194,294,312],[51,114,118,152,194,294,312],[51,56,101,112,152,194],[51,56,101,108,109,114,152,194],[51,56,90,101,107,108,109,113,152,194],[51,56,90,101,107,108,109,115,152,194],[51,56,101,108,109,113,115,117,152,194],[51,108,109,114,116,118,152,194],[51,107,152,194],[51,152,194],[51,61,62,63,64,65,66,67,152,194],[51,62,152,194],[51,57,60,152,194],[51,56,57,60,101,152,194],[51,56,57,68,79,101,152,194],[51,57,60,68,80,152,194],[51,58,59,152,194],[51,57,152,194],[51,56,95,101,152,194],[51,95,96,152,194],[51,56,85,86,87,101,152,194],[51,56,87,88,101,152,194],[51,56,83,85,87,88,89,101,152,194],[51,56,101,102,152,194],[51,102,103,152,194],[51,101,152,194],[51,72,152,194],[51,69,152,194],[51,69,70,71,75,76,152,194],[51,56,69,70,101,152,194],[51,56,69,70,72,73,74,101,152,194],[51,56,77,78,101,152,194],[51,56,81,90,99,101,104,105,152,194],[51,105,106,152,194],[51,81,152,194],[51,82,191,233],[84,191,233],[52,195,237],[195,237],[82],[56,83,101,195,237],[51,56,101,170,212],[51,56,101,169,211],[195,237,288],[195,237,286,315],[195,237,242,266,274],[190,191,192,195,237],[237],[51,56,101,180,222],[51,56,101,183,225],[51,56,101,181,223],[51,56,101,182,224],[195,237,266],[195,237,284],[195,205,209,237,269,277,284],[195,203,204,237,284],[195,237,256,274],[195,206,209,237,274,277],[51,56,101,186,228],[195,201,207,237],[195,201,202,205,208,237,248,266,277],[195,209,237],[195,213,237],[195,207,209,212,237,277],[195,209,213,237,277],[195,201,204,209,237],[195,209,216,217,237],[195,207,209,217,218,237],[195,209,213,217,218,237],[195,208,237],[195,201,206,207,209,213,216,237],[195,209,237,266,277],[195,204,237,284],[195,225,237,284],[195,206,209,237,256,277],[195,204,209,225,237,282,284],[195,204,237],[195,203,204,205,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,230,231,237],[51,56,101,185,227],[51,56,101,184,226],[195,237,241,242,249,257],[195,232,237],[195,234,237],[195,236,237],[195,237,242,269],[195,237,238,248,256,266,277],[51,56,101,187,229],[51,56,101,188,230],[51,56,101,189,231],[195,237,238,239,248,256],[195,237,240,278],[195,237,255,280],[195,237,281],[195,232,237,248,250,259,266,269,277,280,282],[51,56,101,178,220],[51,56,101,173,215],[51,56,101,176,218],[51,56,101,179,221],[195,237,251,262,277],[195,237,242,278],[195,237,266,279],[51,56,101,175,217],[51,56,101,177,219],[51,56,101,168,210],[51,56,101,172,214],[51,56,101,174,216],[51,56,101,167,209],[46,52,53,195,237],[54,195,237],[46,195,237],[46,47,48,50,195,237],[47,48,49,50,195,237],[195,237,298,299,302,303,304,311],[195,237,308],[195,237,294,311],[195,237,295],[195,237,298,299,300,302,303,311],[195,237,295,296,297,298,299,303,304,305,307,308,309,311],[195,237,311],[195,237,296,306],[195,237,302,311],[195,237,298,303,308,311],[195,237,306,308],[195,237,293,295,296,297,298,299,300,302,303,304,305,306,307,308,309,310],[195,237,297,305,306,307,309,311],[195,237,303,304,308,311],[51,56,101,190,232],[195,237,248,249,250,266,277],[195,237,248,266,267,269],[195,237,248,263,264],[195,237,263,265,278,280],[195,237,251,253,266,274,277],[195,237,248,254],[195,237,261],[195,237,248,249,251,252,256,266,274,277],[195,237,257],[195,237,266,267],[195,237,258],[195,237,269],[195,237,268,269],[195,237,245,248,251,256,266,277],[195,236,237,259],[195,237,260,276,282],[195,237,255,277,282],[195,237,262],[195,237,245,248,256,266],[51,56,101,171,213],[195,236,237,244],[195,237,243,245,248,256],[195,237,248,249,250,263,266,269],[195,237,266,283],[56,101,195,237],[179,195,237],[181,184,195,237],[56,101,107,195,237],[51,56,101,195,237],[182,183,185,195,237],[180,195,237],[181,195,237],[56,101,165,195,237],[107,195,237],[56,101,107,190,232],[51,56,101,193,235],[182,195,237],[51,56,101,194,236],[190,232],[194,236],[51,56,101,191,233],[182,183,195,237],[182,183,185,186,187,195,237],[],[177,195,237],[56,101,107,165,195,237],[177,178,181,195,237],[164,165,166,168,195,237],[169,195,237],[51,56,101,192,234],[193,194,195,196,197,198,199,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283],[195,237,275],[195,237,256,276],[195,237,285,286],[195,237,242,256,266,274],[195,237,272,273],[195,237,270],[195,236,237,248],[195,237,245,246],[195,237,247,248],[195,237,266,271],[195,237,248,272,273],[195,237,293,311],[195,237,289],[195,237,288,289,290],[195,237,298,300,301,303,304,311],[56,100,101,195,237],[50,55,195,237],[50,195,237],[110],[91],[90],[51,56,101,159,201],[51,56,101,161,203],[51,56,101,162,204],[51,56,101,163,205],[51,56,101,160,202],[51,56,101,164,206],[51,56,101,165,207],[51,56,101,153,195],[51,56,101,156,198],[51,56,101,155,197],[51,56,101,158,200],[51,56,101,154,196],[51,56,101,157,199],[195,237,288,289,290,291],[195,237,286],[51,56,101,166,208],[107],[61,62,63,64,65,66,67],[62],[57,60],[57,60,68],[58,59],[57],[95],[83,87],[102],[72],[51,69,195,237],[51,69,70,71,75,76,195,237],[51,56,69,70,101,195,237],[51,56,69,70,72,73,74,101,195,237],[78],[105],[81]],"referencedMap":[[84,1],[85,2],[53,3],[52,4],[82,4],[83,5],[86,6],[137,7],[136,4],[289,8],[287,4],[242,4],[191,9],[192,9],[193,10],[194,11],[195,12],[196,13],[147,4],[150,14],[148,4],[149,4],[197,15],[198,16],[199,17],[200,18],[201,19],[202,20],[203,20],[204,21],[205,22],[206,23],[207,24],[153,4],[208,25],[209,26],[210,27],[211,28],[212,29],[213,30],[214,31],[215,32],[216,33],[217,34],[218,35],[219,36],[220,37],[221,37],[222,38],[223,39],[225,40],[224,41],[226,42],[227,43],[228,44],[229,45],[230,46],[231,47],[232,48],[152,49],[151,4],[241,50],[233,51],[234,52],[235,53],[236,54],[237,55],[238,56],[154,4],[155,4],[156,4],[190,57],[239,58],[240,59],[280,4],[281,60],[282,61],[145,62],[140,63],[143,64],[146,65],[277,4],[293,66],[278,67],[279,68],[285,68],[292,4],[142,69],[144,69],[135,70],[139,71],[141,72],[134,4],[54,73],[55,74],[47,75],[48,76],[50,77],[46,4],[300,78],[305,79],[309,80],[295,4],[296,81],[301,82],[306,4],[312,83],[299,84],[303,85],[304,86],[297,79],[311,87],[310,4],[308,88],[307,79],[298,89],[288,4],[157,4],[49,4],[249,4],[266,90],[264,91],[265,92],[253,93],[254,91],[261,94],[252,95],[257,96],[267,4],[258,97],[263,98],[269,99],[268,100],[251,101],[259,102],[260,103],[255,104],[262,90],[256,105],[138,106],[244,107],[243,108],[250,4],[283,4],[44,4],[45,4],[8,4],[9,4],[11,4],[10,4],[2,4],[12,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[3,4],[4,4],[20,4],[24,4],[21,4],[22,4],[23,4],[25,4],[26,4],[27,4],[5,4],[28,4],[29,4],[30,4],[31,4],[6,4],[35,4],[32,4],[33,4],[34,4],[36,4],[7,4],[37,4],[42,4],[43,4],[38,4],[39,4],[40,4],[41,4],[1,4],[173,109],[180,110],[172,109],[187,111],[164,112],[163,113],[186,114],[181,115],[184,116],[166,117],[165,118],[161,119],[160,114],[183,120],[162,121],[167,122],[168,4],[171,122],[158,4],[189,123],[188,122],[175,124],[176,125],[178,126],[174,127],[177,128],[182,114],[169,129],[170,130],[179,131],[159,132],[185,133],[284,134],[275,135],[276,134],[286,136],[274,4],[273,137],[270,138],[248,139],[246,140],[245,4],[247,141],[271,4],[272,142],[294,143],[290,144],[291,145],[302,4],[100,79],[101,146],[56,147],[51,148],[111,149],[112,150],[110,151],[93,152],[98,153],[94,154],[99,155],[91,156],[92,157],[119,158],[126,159],[128,4],[129,4],[130,4],[127,79],[131,79],[132,160],[120,161],[123,161],[122,162],[125,163],[121,164],[124,4],[313,165],[314,166],[315,167],[115,158],[113,168],[117,169],[114,170],[116,171],[118,172],[133,173],[108,174],[109,175],[68,176],[63,177],[64,158],[67,178],[61,179],[65,158],[66,158],[62,158],[80,180],[81,181],[57,158],[60,182],[58,175],[59,183],[96,184],[97,185],[95,175],[88,186],[89,187],[90,188],[87,175],[103,189],[104,190],[102,191],[73,4],[74,4],[78,192],[70,193],[77,194],[69,158],[71,195],[75,196],[76,195],[79,197],[72,4],[106,198],[107,199],[105,200]],"exportedModulesMap":[[84,201],[85,202],[53,203],[52,204],[83,205],[86,206],[137,207],[136,208],[289,209],[287,210],[242,211],[191,204],[192,204],[193,212],[194,204],[195,213],[196,204],[147,214],[150,215],[148,216],[149,217],[197,204],[198,204],[199,204],[200,204],[201,204],[202,218],[203,219],[204,220],[205,221],[206,222],[207,223],[153,224],[208,225],[209,226],[210,227],[211,204],[212,228],[213,229],[214,227],[215,230],[216,230],[217,231],[218,232],[219,233],[220,234],[221,235],[222,236],[223,237],[225,219],[224,238],[226,239],[227,240],[228,241],[229,219],[230,242],[231,227],[232,243],[152,244],[151,245],[241,246],[233,247],[234,248],[235,248],[236,249],[237,250],[238,251],[154,252],[155,253],[156,254],[190,204],[239,255],[240,256],[280,257],[281,258],[282,259],[145,260],[140,261],[143,262],[146,263],[277,264],[293,204],[278,265],[279,266],[285,204],[292,204],[142,267],[144,268],[135,269],[139,270],[141,271],[134,272],[54,273],[55,274],[47,275],[48,276],[50,277],[46,204],[300,278],[305,279],[309,279],[295,280],[296,281],[301,282],[306,283],[312,284],[299,285],[303,286],[304,287],[297,288],[311,289],[310,204],[308,290],[307,288],[298,291],[288,204],[157,292],[49,204],[249,293],[266,294],[264,295],[265,296],[253,297],[254,298],[261,299],[252,300],[257,301],[267,302],[258,303],[263,295],[269,304],[268,305],[251,306],[259,307],[260,308],[255,309],[262,310],[256,311],[138,312],[244,313],[243,314],[250,315],[283,316],[173,317],[180,318],[172,204],[187,319],[164,320],[163,321],[186,322],[181,323],[184,324],[166,325],[165,326],[161,327],[160,328],[183,329],[162,330],[167,331],[168,204],[171,332],[158,333],[189,334],[188,335],[175,336],[176,336],[178,337],[174,338],[177,204],[182,339],[169,340],[170,341],[179,204],[159,342],[185,319],[284,343],[275,344],[276,345],[286,346],[274,347],[273,348],[270,349],[248,350],[246,351],[245,351],[247,352],[271,353],[272,354],[294,355],[290,356],[291,357],[302,358],[100,317],[101,359],[56,360],[51,361],[111,149],[112,362],[110,336],[93,152],[98,153],[94,154],[99,363],[91,364],[92,363],[119,158],[126,365],[128,366],[129,367],[130,368],[127,369],[131,370],[132,371],[120,372],[123,373],[122,374],[125,375],[121,376],[124,377],[313,378],[314,204],[315,379],[115,332],[113,168],[117,169],[114,170],[116,171],[118,172],[133,380],[108,381],[109,336],[68,382],[63,383],[64,336],[67,384],[61,384],[65,336],[66,336],[62,336],[80,180],[81,385],[57,336],[60,386],[58,387],[59,387],[96,184],[97,388],[95,336],[88,186],[89,187],[90,389],[87,336],[103,189],[104,390],[102,336],[78,391],[70,392],[77,393],[69,321],[71,394],[75,395],[76,394],[79,396],[106,198],[107,397],[105,398]],"semanticDiagnosticsPerFile":[84,85,53,52,82,83,86,137,136,289,287,242,191,192,193,194,195,196,147,150,148,149,197,198,199,200,201,202,203,204,205,206,207,153,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,224,226,227,228,229,230,231,232,152,151,241,233,234,235,236,237,238,154,155,156,190,239,240,280,281,282,145,140,143,146,277,293,278,279,285,292,142,144,135,139,141,134,54,55,47,48,50,46,300,305,309,295,296,301,306,312,299,303,304,297,311,310,308,307,298,288,157,49,249,266,264,265,253,254,261,252,257,267,258,263,269,268,251,259,260,255,262,256,138,244,243,250,283,44,45,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,20,24,21,22,23,25,26,27,5,28,29,30,31,6,35,32,33,34,36,7,37,42,43,38,39,40,41,1,173,180,172,187,164,163,186,181,184,166,165,161,160,183,162,167,168,171,158,189,188,175,176,178,174,177,182,169,170,179,159,185,284,275,276,286,274,273,270,248,246,245,247,271,272,294,290,291,302,100,101,56,51,111,112,110,93,98,94,99,91,92,119,126,128,129,130,127,131,132,120,123,122,125,121,124,313,314,315,115,113,117,114,116,118,133,108,109,68,63,64,67,61,65,66,62,80,81,57,60,58,59,96,97,95,88,89,90,87,103,104,102,73,74,78,70,77,69,71,75,76,79,72,106,107,105],"affectedFilesPendingEmit":[313,314,315,115,113,117,114,116,118,133,108,109],"emitSignatures":[108,109,113,114,116,117,118]},"version":"5.3.3"}
|