Update API doc
parent
b34c4eca27
commit
c7de63ab04
|
@ -55537,6 +55537,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Identifier of the underlying element."
|
"description": "Identifier of the underlying element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "formControl",
|
"name": "formControl",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -66761,6 +66769,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs."
|
"description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "formControl",
|
"name": "formControl",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -74136,6 +74152,24 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Width of dropdown"
|
"description": "Width of dropdown"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.width",
|
||||||
|
"token": "autocomplete.dropdown.sm.width",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm width of dropdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.width",
|
||||||
|
"token": "autocomplete.dropdown.lg.width",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg width of dropdown"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdown.borderColor",
|
"name": "dropdown.borderColor",
|
||||||
"token": "autocomplete.dropdown.border.color",
|
"token": "autocomplete.dropdown.border.color",
|
||||||
|
@ -80713,6 +80747,24 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Width of dropdown"
|
"description": "Width of dropdown"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.width",
|
||||||
|
"token": "datepicker.dropdown.sm.width",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm width of dropdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.width",
|
||||||
|
"token": "datepicker.dropdown.lg.width",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg width of dropdown"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdown.borderColor",
|
"name": "dropdown.borderColor",
|
||||||
"token": "datepicker.dropdown.border.color",
|
"token": "datepicker.dropdown.border.color",
|
||||||
|
@ -96942,6 +96994,42 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Transition duration of root"
|
"description": "Transition duration of root"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.fontSize",
|
||||||
|
"token": "togglebutton.sm.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.padding",
|
||||||
|
"token": "togglebutton.sm.padding",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.fontSize",
|
||||||
|
"token": "togglebutton.lg.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.padding",
|
||||||
|
"token": "togglebutton.lg.padding",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding of root"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "root.background",
|
"name": "root.background",
|
||||||
"token": "togglebutton.background",
|
"token": "togglebutton.background",
|
||||||
|
|
|
@ -303,6 +303,28 @@ export interface AutoCompleteDesignTokens extends ColorSchemeDesignToken<AutoCom
|
||||||
* @designToken autocomplete.dropdown.width
|
* @designToken autocomplete.dropdown.width
|
||||||
*/
|
*/
|
||||||
width?: string;
|
width?: string;
|
||||||
|
/**
|
||||||
|
* Sm of dropdown
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm width of dropdown
|
||||||
|
*
|
||||||
|
* @designToken autocomplete.dropdown.sm.width
|
||||||
|
*/
|
||||||
|
width?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of dropdown
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg width of dropdown
|
||||||
|
*
|
||||||
|
* @designToken autocomplete.dropdown.lg.width
|
||||||
|
*/
|
||||||
|
width?: string;
|
||||||
|
};
|
||||||
/**
|
/**
|
||||||
* Border color of dropdown
|
* Border color of dropdown
|
||||||
*
|
*
|
||||||
|
|
|
@ -131,6 +131,28 @@ export interface DatePickerDesignTokens extends ColorSchemeDesignToken<DatePicke
|
||||||
* @designToken datepicker.dropdown.width
|
* @designToken datepicker.dropdown.width
|
||||||
*/
|
*/
|
||||||
width?: string;
|
width?: string;
|
||||||
|
/**
|
||||||
|
* Sm of dropdown
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm width of dropdown
|
||||||
|
*
|
||||||
|
* @designToken datepicker.dropdown.sm.width
|
||||||
|
*/
|
||||||
|
width?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of dropdown
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg width of dropdown
|
||||||
|
*
|
||||||
|
* @designToken datepicker.dropdown.lg.width
|
||||||
|
*/
|
||||||
|
width?: string;
|
||||||
|
};
|
||||||
/**
|
/**
|
||||||
* Border color of dropdown
|
* Border color of dropdown
|
||||||
*
|
*
|
||||||
|
|
|
@ -104,6 +104,40 @@ export interface ToggleButtonDesignTokens extends ColorSchemeDesignToken<ToggleB
|
||||||
* @designToken togglebutton.transition.duration
|
* @designToken togglebutton.transition.duration
|
||||||
*/
|
*/
|
||||||
transitionDuration?: string;
|
transitionDuration?: string;
|
||||||
|
/**
|
||||||
|
* Sm of root
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm font size of root
|
||||||
|
*
|
||||||
|
* @designToken togglebutton.sm.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding of root
|
||||||
|
*
|
||||||
|
* @designToken togglebutton.sm.padding
|
||||||
|
*/
|
||||||
|
padding?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of root
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg font size of root
|
||||||
|
*
|
||||||
|
* @designToken togglebutton.lg.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding of root
|
||||||
|
*
|
||||||
|
* @designToken togglebutton.lg.padding
|
||||||
|
*/
|
||||||
|
padding?: string;
|
||||||
|
};
|
||||||
/**
|
/**
|
||||||
* Background of root
|
* Background of root
|
||||||
*
|
*
|
||||||
|
|
121
pnpm-lock.yaml
121
pnpm-lock.yaml
|
@ -156,10 +156,10 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
tsup:
|
tsup:
|
||||||
specifier: ^8.1.0
|
specifier: ^8.1.0
|
||||||
version: 8.3.4(jiti@2.3.3)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.6.0)
|
version: 8.3.5(jiti@2.3.3)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.6.0)
|
||||||
unplugin-vue-components:
|
unplugin-vue-components:
|
||||||
specifier: ^0.27.0
|
specifier: ^0.27.0
|
||||||
version: 0.27.0(@babel/parser@7.26.0)(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
version: 0.27.0(@babel/parser@7.26.1)(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
||||||
publishDirectory: dist
|
publishDirectory: dist
|
||||||
|
|
||||||
packages/core:
|
packages/core:
|
||||||
|
@ -202,7 +202,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
tsup:
|
tsup:
|
||||||
specifier: ^8.1.0
|
specifier: ^8.1.0
|
||||||
version: 8.3.4(jiti@2.3.3)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.6.0)
|
version: 8.3.5(jiti@2.3.3)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.6.0)
|
||||||
publishDirectory: dist
|
publishDirectory: dist
|
||||||
|
|
||||||
packages/nuxt-module:
|
packages/nuxt-module:
|
||||||
|
@ -230,11 +230,11 @@ importers:
|
||||||
version: link:../primevue
|
version: link:../primevue
|
||||||
unplugin-vue-components:
|
unplugin-vue-components:
|
||||||
specifier: 0.27.0
|
specifier: 0.27.0
|
||||||
version: 0.27.0(@babel/parser@7.26.0)(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
version: 0.27.0(@babel/parser@7.26.1)(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@nuxt/devtools':
|
'@nuxt/devtools':
|
||||||
specifier: ^0.8.5
|
specifier: ^0.8.5
|
||||||
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.0)
|
version: 0.8.5(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))
|
||||||
'@nuxt/eslint-config':
|
'@nuxt/eslint-config':
|
||||||
specifier: ^0.2.0
|
specifier: ^0.2.0
|
||||||
version: 0.2.0(eslint@8.57.1)
|
version: 0.2.0(eslint@8.57.1)
|
||||||
|
@ -246,7 +246,7 @@ importers:
|
||||||
version: 3.13.2(rollup@4.24.0)
|
version: 3.13.2(rollup@4.24.0)
|
||||||
'@nuxt/test-utils':
|
'@nuxt/test-utils':
|
||||||
specifier: ^3.7.3
|
specifier: ^3.7.3
|
||||||
version: 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
version: 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
||||||
'@primevue/themes':
|
'@primevue/themes':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../themes
|
version: link:../themes
|
||||||
|
@ -488,8 +488,8 @@ packages:
|
||||||
resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==}
|
resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/parser@7.26.0':
|
'@babel/parser@7.26.1':
|
||||||
resolution: {integrity: sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==}
|
resolution: {integrity: sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==}
|
||||||
engines: {node: '>=6.0.0'}
|
engines: {node: '>=6.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
@ -897,8 +897,8 @@ packages:
|
||||||
resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==}
|
resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/standalone@7.26.0':
|
'@babel/standalone@7.26.1':
|
||||||
resolution: {integrity: sha512-jy7XdZWcJ24PTNy0l86eXQeCNryrtiWm/VUopiCtHoWe8v4TIg9mLoMPIRqY/AAVWzKt9ajpEtKZyg9YZJvxPA==}
|
resolution: {integrity: sha512-DAC3Vv62IA9VcMMAsTm5UzuEmsVjYkR5A9BX9zJrrrPHCQYJIp38jMHHx17RC4KwruwiIAb5hLFZLmE+wZgiyQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/template@7.25.9':
|
'@babel/template@7.25.9':
|
||||||
|
@ -1762,14 +1762,14 @@ packages:
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.4.0':
|
'@eslint-community/eslint-utils@4.4.1':
|
||||||
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
|
resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.11.1':
|
'@eslint-community/regexpp@4.11.2':
|
||||||
resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
|
resolution: {integrity: sha512-2WwyTYNVaMNUWPZTOJdkax9iqTdirrApgTbk+Qoq5EPX6myqZvG8QGFRgdKmkjKVG6/G/a565vpPauHk0+hpBA==}
|
||||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||||
|
|
||||||
'@eslint/eslintrc@2.1.4':
|
'@eslint/eslintrc@2.1.4':
|
||||||
|
@ -2928,8 +2928,8 @@ packages:
|
||||||
caniuse-api@3.0.0:
|
caniuse-api@3.0.0:
|
||||||
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
|
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
|
||||||
|
|
||||||
caniuse-lite@1.0.30001669:
|
caniuse-lite@1.0.30001671:
|
||||||
resolution: {integrity: sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==}
|
resolution: {integrity: sha512-jocyVaSSfXg2faluE6hrWkMgDOiULBMca4QLtDT39hw1YxaIPHWc1CcTCKkPmHgGH6tKji6ZNbMSmUAvENf2/A==}
|
||||||
|
|
||||||
chai@4.5.0:
|
chai@4.5.0:
|
||||||
resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==}
|
resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==}
|
||||||
|
@ -3433,8 +3433,8 @@ packages:
|
||||||
ee-first@1.1.1:
|
ee-first@1.1.1:
|
||||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||||
|
|
||||||
electron-to-chromium@1.5.46:
|
electron-to-chromium@1.5.47:
|
||||||
resolution: {integrity: sha512-1XDk0Z8/YRgB2t5GeEg8DPK592DLjVmd/5uwAu6c/S4Z0CUwV/RwYqe5GWxQqcoN3bJ5U7hYMiMRPZzpCzSBhQ==}
|
resolution: {integrity: sha512-zS5Yer0MOYw4rtK2iq43cJagHZ8sXN0jDHDKzB+86gSBSAI4v07S97mcq+Gs2vclAxSh1j7vOAHxSVgduiiuVQ==}
|
||||||
|
|
||||||
emoji-regex@8.0.0:
|
emoji-regex@8.0.0:
|
||||||
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
||||||
|
@ -6155,8 +6155,8 @@ packages:
|
||||||
tslib@2.8.0:
|
tslib@2.8.0:
|
||||||
resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==}
|
resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==}
|
||||||
|
|
||||||
tsup@8.3.4:
|
tsup@8.3.5:
|
||||||
resolution: {integrity: sha512-0uCsxLADTFwGsEfSMx5fBFtXNw1mZJBAU6ZJe6xMeGfLT6o/12JDigvBIrQJEZlK01YBsocRxU3i+YY6QduShQ==}
|
resolution: {integrity: sha512-Tunf6r6m6tnZsG9GYWndg0z8dEV7fD733VBFzFJ5Vcm1FtlXB8xBD/rtrBi2a3YKEV7hHtxiZtW5EAVADoe1pA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -6975,7 +6975,7 @@ snapshots:
|
||||||
'@babel/helper-compilation-targets': 7.25.9
|
'@babel/helper-compilation-targets': 7.25.9
|
||||||
'@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
|
'@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
|
||||||
'@babel/helpers': 7.26.0
|
'@babel/helpers': 7.26.0
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@babel/template': 7.25.9
|
'@babel/template': 7.25.9
|
||||||
'@babel/traverse': 7.25.9
|
'@babel/traverse': 7.25.9
|
||||||
'@babel/types': 7.26.0
|
'@babel/types': 7.26.0
|
||||||
|
@ -6997,7 +6997,7 @@ snapshots:
|
||||||
|
|
||||||
'@babel/generator@7.26.0':
|
'@babel/generator@7.26.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@babel/types': 7.26.0
|
'@babel/types': 7.26.0
|
||||||
'@jridgewell/gen-mapping': 0.3.5
|
'@jridgewell/gen-mapping': 0.3.5
|
||||||
'@jridgewell/trace-mapping': 0.3.25
|
'@jridgewell/trace-mapping': 0.3.25
|
||||||
|
@ -7133,7 +7133,7 @@ snapshots:
|
||||||
'@babel/template': 7.25.9
|
'@babel/template': 7.25.9
|
||||||
'@babel/types': 7.26.0
|
'@babel/types': 7.26.0
|
||||||
|
|
||||||
'@babel/parser@7.26.0':
|
'@babel/parser@7.26.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.26.0
|
'@babel/types': 7.26.0
|
||||||
|
|
||||||
|
@ -7641,19 +7641,19 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
regenerator-runtime: 0.14.1
|
regenerator-runtime: 0.14.1
|
||||||
|
|
||||||
'@babel/standalone@7.26.0': {}
|
'@babel/standalone@7.26.1': {}
|
||||||
|
|
||||||
'@babel/template@7.25.9':
|
'@babel/template@7.25.9':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.26.0
|
'@babel/code-frame': 7.26.0
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@babel/types': 7.26.0
|
'@babel/types': 7.26.0
|
||||||
|
|
||||||
'@babel/traverse@7.25.9':
|
'@babel/traverse@7.25.9':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.26.0
|
'@babel/code-frame': 7.26.0
|
||||||
'@babel/generator': 7.26.0
|
'@babel/generator': 7.26.0
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@babel/template': 7.25.9
|
'@babel/template': 7.25.9
|
||||||
'@babel/types': 7.26.0
|
'@babel/types': 7.26.0
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
|
@ -8105,12 +8105,12 @@ snapshots:
|
||||||
'@esbuild/win32-x64@0.24.0':
|
'@esbuild/win32-x64@0.24.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)':
|
'@eslint-community/eslint-utils@4.4.1(eslint@8.57.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.57.1
|
eslint: 8.57.1
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.11.1': {}
|
'@eslint-community/regexpp@4.11.2': {}
|
||||||
|
|
||||||
'@eslint/eslintrc@2.1.4':
|
'@eslint/eslintrc@2.1.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -8305,12 +8305,13 @@ snapshots:
|
||||||
|
|
||||||
'@nuxt/devalue@2.0.2': {}
|
'@nuxt/devalue@2.0.2': {}
|
||||||
|
|
||||||
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.0)':
|
'@nuxt/devtools-kit@0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
||||||
'@nuxt/schema': 3.13.2(rollup@4.24.0)
|
'@nuxt/schema': 3.13.2(rollup@4.24.0)
|
||||||
execa: 7.2.0
|
execa: 7.2.0
|
||||||
nuxt: 3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3)
|
nuxt: 3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3)
|
||||||
|
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
- rollup
|
- rollup
|
||||||
|
@ -8330,10 +8331,10 @@ snapshots:
|
||||||
rc9: 2.1.2
|
rc9: 2.1.2
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
|
|
||||||
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.0)':
|
'@nuxt/devtools@0.8.5(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.0)
|
'@nuxt/devtools-kit': 0.8.5(magicast@0.3.5)(nuxt@3.3.2(@types/node@18.19.59)(encoding@0.1.13)(eslint@8.57.1)(ioredis@5.4.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.24.0)(terser@5.36.0)(typescript@5.6.3))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))
|
||||||
'@nuxt/devtools-wizard': 0.8.5
|
'@nuxt/devtools-wizard': 0.8.5
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
||||||
birpc: 0.2.19
|
birpc: 0.2.19
|
||||||
|
@ -8364,8 +8365,9 @@ snapshots:
|
||||||
simple-git: 3.27.0
|
simple-git: 3.27.0
|
||||||
sirv: 2.0.4
|
sirv: 2.0.4
|
||||||
unimport: 3.13.1(rollup@4.24.0)
|
unimport: 3.13.1(rollup@4.24.0)
|
||||||
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)
|
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
||||||
vite-plugin-vue-inspector: 3.7.2
|
vite-plugin-inspect: 0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))
|
||||||
|
vite-plugin-vue-inspector: 3.7.2(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))
|
||||||
wait-on: 7.2.0
|
wait-on: 7.2.0
|
||||||
which: 3.0.1
|
which: 3.0.1
|
||||||
ws: 8.18.0
|
ws: 8.18.0
|
||||||
|
@ -8675,7 +8677,7 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- webpack-sources
|
- webpack-sources
|
||||||
|
|
||||||
'@nuxt/test-utils@3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))':
|
'@nuxt/test-utils@3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
||||||
'@nuxt/schema': 3.13.2(rollup@4.24.0)
|
'@nuxt/schema': 3.13.2(rollup@4.24.0)
|
||||||
|
@ -8701,7 +8703,8 @@ snapshots:
|
||||||
ufo: 1.5.4
|
ufo: 1.5.4
|
||||||
unenv: 1.10.0
|
unenv: 1.10.0
|
||||||
unplugin: 1.14.1(webpack-sources@3.2.3)
|
unplugin: 1.14.1(webpack-sources@3.2.3)
|
||||||
vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
||||||
|
vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
||||||
vue: 3.5.12(typescript@5.6.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
vue-router: 4.4.5(vue@3.5.12(typescript@5.6.3))
|
vue-router: 4.4.5(vue@3.5.12(typescript@5.6.3))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
|
@ -9198,7 +9201,7 @@ snapshots:
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)':
|
'@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.11.1
|
'@eslint-community/regexpp': 4.11.2
|
||||||
'@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.6.3)
|
'@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.6.3)
|
||||||
'@typescript-eslint/scope-manager': 6.21.0
|
'@typescript-eslint/scope-manager': 6.21.0
|
||||||
'@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.6.3)
|
'@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.6.3)
|
||||||
|
@ -9265,7 +9268,7 @@ snapshots:
|
||||||
|
|
||||||
'@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.6.3)':
|
'@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.6.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1)
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
'@types/semver': 7.5.8
|
'@types/semver': 7.5.8
|
||||||
'@typescript-eslint/scope-manager': 6.21.0
|
'@typescript-eslint/scope-manager': 6.21.0
|
||||||
|
@ -9463,14 +9466,14 @@ snapshots:
|
||||||
'@babel/core': 7.26.0
|
'@babel/core': 7.26.0
|
||||||
'@babel/helper-module-imports': 7.25.9
|
'@babel/helper-module-imports': 7.25.9
|
||||||
'@babel/helper-plugin-utils': 7.25.9
|
'@babel/helper-plugin-utils': 7.25.9
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@vue/compiler-sfc': 3.5.12
|
'@vue/compiler-sfc': 3.5.12
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vue/compiler-core@3.5.12':
|
'@vue/compiler-core@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@vue/shared': 3.5.12
|
'@vue/shared': 3.5.12
|
||||||
entities: 4.5.0
|
entities: 4.5.0
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
|
@ -9483,7 +9486,7 @@ snapshots:
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.12':
|
'@vue/compiler-sfc@3.5.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@vue/compiler-core': 3.5.12
|
'@vue/compiler-core': 3.5.12
|
||||||
'@vue/compiler-dom': 3.5.12
|
'@vue/compiler-dom': 3.5.12
|
||||||
'@vue/compiler-ssr': 3.5.12
|
'@vue/compiler-ssr': 3.5.12
|
||||||
|
@ -9799,7 +9802,7 @@ snapshots:
|
||||||
autoprefixer@10.4.20(postcss@8.4.47):
|
autoprefixer@10.4.20(postcss@8.4.47):
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist: 4.24.2
|
browserslist: 4.24.2
|
||||||
caniuse-lite: 1.0.30001669
|
caniuse-lite: 1.0.30001671
|
||||||
fraction.js: 4.3.7
|
fraction.js: 4.3.7
|
||||||
normalize-range: 0.1.2
|
normalize-range: 0.1.2
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
|
@ -9888,8 +9891,8 @@ snapshots:
|
||||||
|
|
||||||
browserslist@4.24.2:
|
browserslist@4.24.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001669
|
caniuse-lite: 1.0.30001671
|
||||||
electron-to-chromium: 1.5.46
|
electron-to-chromium: 1.5.47
|
||||||
node-releases: 2.0.18
|
node-releases: 2.0.18
|
||||||
update-browserslist-db: 1.1.1(browserslist@4.24.2)
|
update-browserslist-db: 1.1.1(browserslist@4.24.2)
|
||||||
|
|
||||||
|
@ -9988,11 +9991,11 @@ snapshots:
|
||||||
caniuse-api@3.0.0:
|
caniuse-api@3.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist: 4.24.2
|
browserslist: 4.24.2
|
||||||
caniuse-lite: 1.0.30001669
|
caniuse-lite: 1.0.30001671
|
||||||
lodash.memoize: 4.1.2
|
lodash.memoize: 4.1.2
|
||||||
lodash.uniq: 4.5.0
|
lodash.uniq: 4.5.0
|
||||||
|
|
||||||
caniuse-lite@1.0.30001669: {}
|
caniuse-lite@1.0.30001671: {}
|
||||||
|
|
||||||
chai@4.5.0:
|
chai@4.5.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -10517,7 +10520,7 @@ snapshots:
|
||||||
|
|
||||||
ee-first@1.1.1: {}
|
ee-first@1.1.1: {}
|
||||||
|
|
||||||
electron-to-chromium@1.5.46: {}
|
electron-to-chromium@1.5.47: {}
|
||||||
|
|
||||||
emoji-regex@8.0.0: {}
|
emoji-regex@8.0.0: {}
|
||||||
|
|
||||||
|
@ -10765,7 +10768,7 @@ snapshots:
|
||||||
|
|
||||||
eslint-plugin-vue@9.29.1(eslint@8.57.1):
|
eslint-plugin-vue@9.29.1(eslint@8.57.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1)
|
||||||
eslint: 8.57.1
|
eslint: 8.57.1
|
||||||
globals: 13.24.0
|
globals: 13.24.0
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
|
@ -10793,8 +10796,8 @@ snapshots:
|
||||||
|
|
||||||
eslint@8.57.1:
|
eslint@8.57.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
|
'@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1)
|
||||||
'@eslint-community/regexpp': 4.11.1
|
'@eslint-community/regexpp': 4.11.2
|
||||||
'@eslint/eslintrc': 2.1.4
|
'@eslint/eslintrc': 2.1.4
|
||||||
'@eslint/js': 8.57.1
|
'@eslint/js': 8.57.1
|
||||||
'@humanwhocodes/config-array': 0.13.0
|
'@humanwhocodes/config-array': 0.13.0
|
||||||
|
@ -11691,7 +11694,7 @@ snapshots:
|
||||||
|
|
||||||
magicast@0.3.5:
|
magicast@0.3.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@babel/types': 7.26.0
|
'@babel/types': 7.26.0
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
|
@ -13828,7 +13831,7 @@ snapshots:
|
||||||
|
|
||||||
tslib@2.8.0: {}
|
tslib@2.8.0: {}
|
||||||
|
|
||||||
tsup@8.3.4(jiti@2.3.3)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.6.0):
|
tsup@8.3.5(jiti@2.3.3)(postcss@8.4.47)(typescript@5.6.3)(yaml@2.6.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
bundle-require: 5.0.0(esbuild@0.24.0)
|
bundle-require: 5.0.0(esbuild@0.24.0)
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
|
@ -14021,7 +14024,7 @@ snapshots:
|
||||||
|
|
||||||
universalify@2.0.1: {}
|
universalify@2.0.1: {}
|
||||||
|
|
||||||
unplugin-vue-components@0.27.0(@babel/parser@7.26.0)(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3)):
|
unplugin-vue-components@0.27.0(@babel/parser@7.26.1)(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
||||||
|
@ -14035,7 +14038,7 @@ snapshots:
|
||||||
unplugin: 1.14.1(webpack-sources@3.2.3)
|
unplugin: 1.14.1(webpack-sources@3.2.3)
|
||||||
vue: 3.5.12(typescript@5.6.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@babel/parser': 7.26.0
|
'@babel/parser': 7.26.1
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
|
@ -14077,7 +14080,7 @@ snapshots:
|
||||||
untyped@1.5.1:
|
untyped@1.5.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.26.0
|
'@babel/core': 7.26.0
|
||||||
'@babel/standalone': 7.26.0
|
'@babel/standalone': 7.26.1
|
||||||
'@babel/types': 7.26.0
|
'@babel/types': 7.26.0
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
jiti: 2.3.3
|
jiti: 2.3.3
|
||||||
|
@ -14213,7 +14216,7 @@ snapshots:
|
||||||
optionator: 0.9.4
|
optionator: 0.9.4
|
||||||
typescript: 5.6.3
|
typescript: 5.6.3
|
||||||
|
|
||||||
vite-plugin-inspect@0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0):
|
vite-plugin-inspect@0.7.42(@nuxt/kit@3.13.2(magicast@0.3.5)(rollup@4.24.0))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
'@rollup/pluginutils': 5.1.3(rollup@4.24.0)
|
||||||
|
@ -14223,13 +14226,14 @@ snapshots:
|
||||||
open: 9.1.0
|
open: 9.1.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
sirv: 2.0.4
|
sirv: 2.0.4
|
||||||
|
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@4.24.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vite-plugin-vue-inspector@3.7.2:
|
vite-plugin-vue-inspector@3.7.2(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.26.0
|
'@babel/core': 7.26.0
|
||||||
'@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0)
|
'@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0)
|
||||||
|
@ -14240,6 +14244,7 @@ snapshots:
|
||||||
'@vue/compiler-dom': 3.5.12
|
'@vue/compiler-dom': 3.5.12
|
||||||
kolorist: 1.8.0
|
kolorist: 1.8.0
|
||||||
magic-string: 0.30.12
|
magic-string: 0.30.12
|
||||||
|
vite: 5.4.10(@types/node@18.19.59)(terser@5.36.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
@ -14276,9 +14281,9 @@ snapshots:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
terser: 5.36.0
|
terser: 5.36.0
|
||||||
|
|
||||||
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)):
|
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/test-utils': 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
'@nuxt/test-utils': 3.14.4(@vue/test-utils@2.4.6)(h3@1.13.0)(magicast@0.3.5)(nitropack@2.9.7(encoding@0.1.13)(magicast@0.3.5))(rollup@4.24.0)(vite@5.4.10(@types/node@18.19.59)(terser@5.36.0))(vitest@1.6.0(@types/node@18.19.59)(terser@5.36.0))(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@cucumber/cucumber'
|
- '@cucumber/cucumber'
|
||||||
- '@jest/globals'
|
- '@jest/globals'
|
||||||
|
|
Loading…
Reference in New Issue