@kungal/ui-vue 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../src/components/Textarea.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../src/components/Textarea.vue"],"names":[],"mappings":"AAkKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI/C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAkGpC,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAyBF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAsHxD,QAAA,MAAM,YAAY;;;;0BA5KW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAiLjC,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/index.js
CHANGED
|
@@ -4321,7 +4321,7 @@ var Ke = O({
|
|
|
4321
4321
|
r.maxHeight && parseInt(e) > parseInt(r.maxHeight) && (e = r.maxHeight), p.value.style.height = e;
|
|
4322
4322
|
};
|
|
4323
4323
|
return C(() => {
|
|
4324
|
-
r.autoGrow && p.value && g(), r.autofocus && p.value && p.value.focus();
|
|
4324
|
+
r.autoGrow && p.value && requestAnimationFrame(() => g()), r.autofocus && p.value && p.value.focus();
|
|
4325
4325
|
}), t({
|
|
4326
4326
|
focus: () => p.value?.focus(),
|
|
4327
4327
|
blur: () => p.value?.blur(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kungal/ui-vue",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "KunUI Vue 3 component layer — Nuxt-decoupled. Works in any Vue app; pairs with @kungal/ui-nuxt for Nuxt sugar.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"date-fns": "^4.1.0",
|
|
49
49
|
"focus-trap": "^8.2.1",
|
|
50
50
|
"vue-advanced-cropper": "^2.8.9",
|
|
51
|
-
"@kungal/ui-core": "0.4.
|
|
51
|
+
"@kungal/ui-core": "0.4.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"vue": "^3.5.0"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"vite": "^8.0.16",
|
|
61
61
|
"vue": "^3.5.35",
|
|
62
62
|
"vue-tsc": "^3.3.3",
|
|
63
|
-
"@kungal/ui-tokens": "0.4.
|
|
63
|
+
"@kungal/ui-tokens": "0.4.1"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build": "vite build && vue-tsc -p tsconfig.build.json",
|