@vuetify/v0 0.0.24 → 0.1.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/README.md +2 -2
- package/dist/browser/index.js +266 -50
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/{components-D_yAxHwn.mjs → components-V4KaMfn-.mjs} +11 -6
- package/dist/composables/index.d.mts +4 -4
- package/dist/composables/index.mjs +3 -3
- package/dist/constants/index.mjs +1 -1
- package/dist/date/index.mjs +1 -1
- package/dist/{globals-BhNI7no7.mjs → globals-CgcVstn0.mjs} +1 -1
- package/dist/{index-OghXharF.d.mts → index-CSjKBMhp.d.mts} +266 -239
- package/dist/{index-kvJsAOSg.d.mts → index-CoO8LW8o.d.mts} +1 -1
- package/dist/{index-ZW2YLa57.d.mts → index-DlxrzbvZ.d.mts} +15 -14
- package/dist/{index-isYKpbs6.d.mts → index-DsiFkTD8.d.mts} +269 -73
- package/dist/{index-DknfL2GU.d.mts → index-t-t6sAn3.d.mts} +222 -41
- package/dist/index.d.mts +6 -6
- package/dist/index.mjs +4 -4
- package/dist/json/attributes.json +5 -1
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +12 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/{useClickOutside-w-Y2QxHh.mjs → useClickOutside-Cj8CguMD.mjs} +257 -46
- package/dist/utilities/index.d.mts +2 -2
- package/package.json +19 -2
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../index-
|
|
2
|
-
import { _ as mergeDeep, a as isArray, c as isNaN, d as isNumber, f as isObject, g as isUndefined, h as isSymbol, i as debounce, l as isNull, m as isString, n as instanceName, o as isBoolean, p as isPrimitive, r as clamp, s as isFunction, t as instanceExists, u as isNullOrUndefined, v as range, y as useId } from "../index-
|
|
1
|
+
import "../index-DlxrzbvZ.mjs";
|
|
2
|
+
import { _ as mergeDeep, a as isArray, c as isNaN, d as isNumber, f as isObject, g as isUndefined, h as isSymbol, i as debounce, l as isNull, m as isString, n as instanceName, o as isBoolean, p as isPrimitive, r as clamp, s as isFunction, t as instanceExists, u as isNullOrUndefined, v as range, y as useId } from "../index-CoO8LW8o.mjs";
|
|
3
3
|
export { clamp, debounce, instanceExists, instanceName, isArray, isBoolean, isFunction, isNaN, isNull, isNullOrUndefined, isNumber, isObject, isPrimitive, isString, isSymbol, isUndefined, mergeDeep, range, useId };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/v0",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Vuetify0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -16,10 +16,27 @@
|
|
|
16
16
|
"directory": "packages/0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"
|
|
19
|
+
"flagsmith": "^10.0.0",
|
|
20
|
+
"launchdarkly-js-client-sdk": "^3.0.0",
|
|
21
|
+
"posthog-js": "^1.0.0",
|
|
22
|
+
"vue": ">=3.5.0"
|
|
23
|
+
},
|
|
24
|
+
"peerDependenciesMeta": {
|
|
25
|
+
"flagsmith": {
|
|
26
|
+
"optional": true
|
|
27
|
+
},
|
|
28
|
+
"launchdarkly-js-client-sdk": {
|
|
29
|
+
"optional": true
|
|
30
|
+
},
|
|
31
|
+
"posthog-js": {
|
|
32
|
+
"optional": true
|
|
33
|
+
}
|
|
20
34
|
},
|
|
21
35
|
"devDependencies": {
|
|
22
36
|
"@vue/test-utils": "^2.4.6",
|
|
37
|
+
"flagsmith": "^10.0.0",
|
|
38
|
+
"launchdarkly-js-client-sdk": "^3.9.0",
|
|
39
|
+
"posthog-js": "^1.310.1",
|
|
23
40
|
"tsdown": "^0.16.8",
|
|
24
41
|
"tsx": "^4.21.0",
|
|
25
42
|
"typescript": "5.9.3",
|