@sdata/web-vue 1.1.0 → 1.2.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 -5
- package/es/_utils/date.js +15 -15
- package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
- package/es/statistic/statistic.vue_vue_type_script_lang.js +2 -2
- package/json/vetur-attributes.json +1279 -1279
- package/json/vetur-tags.json +552 -552
- package/json/web-types.json +2932 -2932
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sdata/web-vue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "SD Design Vue: A Vue.js 3 UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sd",
|
|
@@ -101,7 +101,6 @@
|
|
|
101
101
|
"scripts": {
|
|
102
102
|
"init": "pnpm run icongen && pnpm run lessgen && sd-vue-scripts build:component",
|
|
103
103
|
"start": "sd-vue-scripts dev:component",
|
|
104
|
-
"docgen": "sd-vue-scripts docgen",
|
|
105
104
|
"icongen": "sd-vue-scripts icongen && pnpm run dtsgen:icon",
|
|
106
105
|
"lessgen": "sd-vue-scripts lessgen",
|
|
107
106
|
"jsongen": "sd-vue-scripts jsongen",
|