vue-string-directives
Advanced tools
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| declare namespace _default { | ||
| function updated(el: any, binding: any): void; | ||
| } | ||
| export default _default; |
| export namespace VueStringDirectives { | ||
| function install(app: any): void; | ||
| } | ||
| import camel from './directives/camel'; | ||
| import capitalize from './directives/capitalize'; | ||
| import flat from './directives/flat'; | ||
| import kebab from './directives/kebab'; | ||
| import lower from './directives/lower'; | ||
| import pad from './directives/pad'; | ||
| import pascal from './directives/pascal'; | ||
| import repeat from './directives/repeat'; | ||
| import replace from './directives/replace'; | ||
| import snake from './directives/snake'; | ||
| import title from './directives/title'; | ||
| import train from './directives/train'; | ||
| import truncate from './directives/truncate'; | ||
| import upper from './directives/upper'; | ||
| import StringDirectivesMixin from './mixins/StringDirectivesMixin'; | ||
| export { camel, capitalize, flat, kebab, lower, pad, pascal, repeat, replace, snake, title, train, truncate, upper, StringDirectivesMixin }; |
| declare namespace _default { | ||
| namespace directives { | ||
| export { camel }; | ||
| export { capitalize }; | ||
| export { flat }; | ||
| export { kebab }; | ||
| export { lower }; | ||
| export { pad }; | ||
| export { pascal }; | ||
| export { repeat }; | ||
| export { replace }; | ||
| export { snake }; | ||
| export { title }; | ||
| export { train }; | ||
| export { truncate }; | ||
| export { upper }; | ||
| } | ||
| } | ||
| export default _default; | ||
| import camel from '../directives/camel'; | ||
| import capitalize from '../directives/capitalize'; | ||
| import flat from '../directives/flat'; | ||
| import kebab from '../directives/kebab'; | ||
| import lower from '../directives/lower'; | ||
| import pad from '../directives/pad'; | ||
| import pascal from '../directives/pascal'; | ||
| import repeat from '../directives/repeat'; | ||
| import replace from '../directives/replace'; | ||
| import snake from '../directives/snake'; | ||
| import title from '../directives/title'; | ||
| import train from '../directives/train'; | ||
| import truncate from '../directives/truncate'; | ||
| import upper from '../directives/upper'; |
| /*! | ||
| * Vue String Directives v1.1.0 | ||
| * Vue String Directives v1.2.0 | ||
| * Homepage (https://tarkhov.github.io/vue-string-directives/) | ||
@@ -4,0 +4,0 @@ * Copyright 2020-2026 Tarkhov |
| /*! | ||
| * Vue String Directives v1.1.0 | ||
| * Vue String Directives v1.2.0 | ||
| * Homepage (https://tarkhov.github.io/vue-string-directives/) | ||
@@ -4,0 +4,0 @@ * Copyright 2020-2026 Tarkhov |
+5
-3
| { | ||
| "name": "vue-string-directives", | ||
| "version": "1.1.0", | ||
| "version": "1.2.0", | ||
| "description": "Vue string directives library can change form input value dynamically.", | ||
@@ -13,2 +13,3 @@ "type": "module", | ||
| ".": { | ||
| "types": "./dist/types/main.d.ts", | ||
| "import": "./dist/vue-string-directives.js", | ||
@@ -60,7 +61,7 @@ "require": "./dist/vue-string-directives.umd.cjs" | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "build": "vite build && tsc", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "string-filters": "^0.3.3", | ||
| "string-filters": "^0.3.5", | ||
| "vue": "^3.5.24" | ||
@@ -70,2 +71,3 @@ }, | ||
| "@vitejs/plugin-vue": "^6.0.1", | ||
| "typescript": "^5.9.3", | ||
| "vite": "^7.2.4", | ||
@@ -72,0 +74,0 @@ "vite-plugin-banner": "^0.8.1" |
+2
-2
@@ -45,6 +45,6 @@ # Vue string directives | ||
| [Download](https://github.com/tarkhov/vue-string-directives/releases/download/v1.0.0/vue-string-directives.zip) package and unpack it or use following commands: | ||
| [Download](https://github.com/tarkhov/vue-string-directives/releases/download/v1.2.0/vue-string-directives.zip) package and unpack it or use following commands: | ||
| ```bash | ||
| wget https://github.com/tarkhov/vue-string-directives/releases/download/v1.0.0/vue-string-directives.zip | ||
| wget https://github.com/tarkhov/vue-string-directives/releases/download/v1.2.0/vue-string-directives.zip | ||
| unzip vue-string-directives.zip | ||
@@ -51,0 +51,0 @@ ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
25416
15.94%21
320%322
50.47%0
-100%4
33.33%Updated