@king-one/antdv 1.0.4 → 1.0.5
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/CHANGELOG.md +7 -0
- package/antdv/package.json +29 -0
- package/components/base/style/index.ts +8 -0
- package/components/form/component/form.ts +21 -0
- package/components/form/component/form.vue +24 -0
- package/components/form/index.ts +6 -0
- package/components/form-item/component/form-item.vue +106 -0
- package/components/form-item/index.ts +0 -0
- package/components/index.ts +10 -0
- package/components/scroll-bar/index.ts +7 -0
- package/components/scroll-bar/src/scroll-bar.tsx +211 -0
- package/components/scroll-bar/src/types.ts +7 -0
- package/components/scroll-bar/style/index.ts +2 -0
- package/components/utils/install.ts +30 -0
- package/components/virtual-list/index.ts +6 -0
- package/components/virtual-list/src/types.ts +29 -0
- package/components/virtual-list/src/virtual-list.vue +47 -0
- package/hooks/use-namespace/index.ts +93 -0
- package/index.ts +4 -0
- package/installer.ts +19 -0
- package/package.json +3 -3
- package/es/components/base/style/index.d.ts +0 -1
- package/es/components/scroll-bar/style/index.d.ts +0 -2
- package/lib/components/base/style/index.d.ts +0 -1
- package/lib/components/scroll-bar/style/index.d.ts +0 -2
- /package/{cdn → antdv/cdn}/index.cdn.js +0 -0
- /package/{cdn → antdv/cdn}/index.cdn.js.map +0 -0
- /package/{cdn → antdv/cdn}/index.cdn.mjs +0 -0
- /package/{cdn → antdv/cdn}/index.cdn.mjs.map +0 -0
- /package/{cdn → antdv/cdn}/index.css +0 -0
- /package/{es → antdv/es}/components/base/style/index.mjs +0 -0
- /package/{es → antdv/es}/components/base/style/index.mjs.map +0 -0
- /package/{es → antdv/es}/components/form/component/form.d.ts +0 -0
- /package/{es → antdv/es}/components/form/component/form.mjs +0 -0
- /package/{es → antdv/es}/components/form/component/form.mjs.map +0 -0
- /package/{es → antdv/es}/components/form/component/form.vue.d.ts +0 -0
- /package/{es → antdv/es}/components/form/component/form.vue.mjs +0 -0
- /package/{es → antdv/es}/components/form/component/form.vue.mjs.map +0 -0
- /package/{es → antdv/es}/components/form/component/form.vue2.mjs +0 -0
- /package/{es → antdv/es}/components/form/component/form.vue2.mjs.map +0 -0
- /package/{es → antdv/es}/components/form/index.d.ts +0 -0
- /package/{es → antdv/es}/components/form/index.mjs +0 -0
- /package/{es → antdv/es}/components/form/index.mjs.map +0 -0
- /package/{es → antdv/es}/components/form-item/component/form-item.vue.d.ts +0 -0
- /package/{es → antdv/es}/components/form-item/component/form-item.vue.mjs +0 -0
- /package/{es → antdv/es}/components/form-item/component/form-item.vue.mjs.map +0 -0
- /package/{es → antdv/es}/components/form-item/component/form-item.vue2.mjs +0 -0
- /package/{es → antdv/es}/components/form-item/component/form-item.vue2.mjs.map +0 -0
- /package/{es → antdv/es}/components/form-item/index.d.ts +0 -0
- /package/{es → antdv/es}/components/form-item/index.mjs +0 -0
- /package/{es → antdv/es}/components/form-item/index.mjs.map +0 -0
- /package/{es → antdv/es}/components/index.d.ts +0 -0
- /package/{es → antdv/es}/components/index.mjs +0 -0
- /package/{es → antdv/es}/components/index.mjs.map +0 -0
- /package/{es → antdv/es}/components/scroll-bar/index.d.ts +0 -0
- /package/{es → antdv/es}/components/scroll-bar/index.mjs +0 -0
- /package/{es → antdv/es}/components/scroll-bar/index.mjs.map +0 -0
- /package/{es → antdv/es}/components/scroll-bar/src/scroll-bar.d.ts +0 -0
- /package/{es → antdv/es}/components/scroll-bar/src/scroll-bar.mjs +0 -0
- /package/{es → antdv/es}/components/scroll-bar/src/scroll-bar.mjs.map +0 -0
- /package/{es → antdv/es}/components/scroll-bar/src/types.d.ts +0 -0
- /package/{es → antdv/es}/components/scroll-bar/src/types.mjs +0 -0
- /package/{es → antdv/es}/components/scroll-bar/src/types.mjs.map +0 -0
- /package/{es → antdv/es}/components/scroll-bar/style/index.mjs +0 -0
- /package/{es → antdv/es}/components/scroll-bar/style/index.mjs.map +0 -0
- /package/{es → antdv/es}/components/utils/install.d.ts +0 -0
- /package/{es → antdv/es}/components/utils/install.mjs +0 -0
- /package/{es → antdv/es}/components/utils/install.mjs.map +0 -0
- /package/{es → antdv/es}/components/virtual-list/index.d.ts +0 -0
- /package/{es → antdv/es}/components/virtual-list/index.mjs +0 -0
- /package/{es → antdv/es}/components/virtual-list/index.mjs.map +0 -0
- /package/{es → antdv/es}/components/virtual-list/src/types.d.ts +0 -0
- /package/{es → antdv/es}/components/virtual-list/src/types.mjs +0 -0
- /package/{es → antdv/es}/components/virtual-list/src/types.mjs.map +0 -0
- /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue.d.ts +0 -0
- /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue.mjs +0 -0
- /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue.mjs.map +0 -0
- /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue2.mjs +0 -0
- /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue2.mjs.map +0 -0
- /package/{es → antdv/es}/hooks/use-namespace/index.d.ts +0 -0
- /package/{es → antdv/es}/hooks/use-namespace/index.mjs +0 -0
- /package/{es → antdv/es}/hooks/use-namespace/index.mjs.map +0 -0
- /package/{es → antdv/es}/index.d.ts +0 -0
- /package/{es → antdv/es}/index.mjs +0 -0
- /package/{es → antdv/es}/index.mjs.map +0 -0
- /package/{es → antdv/es}/installer.d.ts +0 -0
- /package/{es → antdv/es}/installer.mjs +0 -0
- /package/{es → antdv/es}/installer.mjs.map +0 -0
- /package/{lib → antdv/lib}/components/base/style/index.js +0 -0
- /package/{lib → antdv/lib}/components/base/style/index.js.map +0 -0
- /package/{lib → antdv/lib}/components/form/component/form.d.ts +0 -0
- /package/{lib → antdv/lib}/components/form/component/form.js +0 -0
- /package/{lib → antdv/lib}/components/form/component/form.js.map +0 -0
- /package/{lib → antdv/lib}/components/form/component/form.vue.d.ts +0 -0
- /package/{lib → antdv/lib}/components/form/component/form.vue.js +0 -0
- /package/{lib → antdv/lib}/components/form/component/form.vue.js.map +0 -0
- /package/{lib → antdv/lib}/components/form/component/form.vue2.js +0 -0
- /package/{lib → antdv/lib}/components/form/component/form.vue2.js.map +0 -0
- /package/{lib → antdv/lib}/components/form/index.d.ts +0 -0
- /package/{lib → antdv/lib}/components/form/index.js +0 -0
- /package/{lib → antdv/lib}/components/form/index.js.map +0 -0
- /package/{lib → antdv/lib}/components/form-item/component/form-item.vue.d.ts +0 -0
- /package/{lib → antdv/lib}/components/form-item/component/form-item.vue.js +0 -0
- /package/{lib → antdv/lib}/components/form-item/component/form-item.vue.js.map +0 -0
- /package/{lib → antdv/lib}/components/form-item/component/form-item.vue2.js +0 -0
- /package/{lib → antdv/lib}/components/form-item/component/form-item.vue2.js.map +0 -0
- /package/{lib → antdv/lib}/components/form-item/index.d.ts +0 -0
- /package/{lib → antdv/lib}/components/form-item/index.js +0 -0
- /package/{lib → antdv/lib}/components/form-item/index.js.map +0 -0
- /package/{lib → antdv/lib}/components/index.d.ts +0 -0
- /package/{lib → antdv/lib}/components/index.js +0 -0
- /package/{lib → antdv/lib}/components/index.js.map +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/index.d.ts +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/index.js +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/index.js.map +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/src/scroll-bar.d.ts +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/src/scroll-bar.js +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/src/scroll-bar.js.map +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/src/types.d.ts +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/src/types.js +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/src/types.js.map +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/style/index.js +0 -0
- /package/{lib → antdv/lib}/components/scroll-bar/style/index.js.map +0 -0
- /package/{lib → antdv/lib}/components/utils/install.d.ts +0 -0
- /package/{lib → antdv/lib}/components/utils/install.js +0 -0
- /package/{lib → antdv/lib}/components/utils/install.js.map +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/index.d.ts +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/index.js +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/index.js.map +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/src/types.d.ts +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/src/types.js +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/src/types.js.map +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue.d.ts +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue.js +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue.js.map +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue2.js +0 -0
- /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue2.js.map +0 -0
- /package/{lib → antdv/lib}/hooks/use-namespace/index.d.ts +0 -0
- /package/{lib → antdv/lib}/hooks/use-namespace/index.js +0 -0
- /package/{lib → antdv/lib}/hooks/use-namespace/index.js.map +0 -0
- /package/{lib → antdv/lib}/index.d.ts +0 -0
- /package/{lib → antdv/lib}/index.js +0 -0
- /package/{lib → antdv/lib}/index.js.map +0 -0
- /package/{lib → antdv/lib}/installer.d.ts +0 -0
- /package/{lib → antdv/lib}/installer.js +0 -0
- /package/{lib → antdv/lib}/installer.js.map +0 -0
- /package/{theme-chalk → antdv/theme-chalk}/base.css +0 -0
- /package/{theme-chalk → antdv/theme-chalk}/buttons.css +0 -0
- /package/{theme-chalk → antdv/theme-chalk}/index.css +0 -0
- /package/{theme-chalk → antdv/theme-chalk}/reset.css +0 -0
- /package/{theme-chalk → antdv/theme-chalk}/scroll-bar.css +0 -0
- /package/{theme-chalk → antdv/theme-chalk}/var.css +0 -0
package/installer.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @Description:
|
|
3
|
+
* @Version: 2.0
|
|
4
|
+
* @Autor: caohao
|
|
5
|
+
* @Date: 2024-09-16 23:00:22
|
|
6
|
+
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
|
|
7
|
+
* @LastEditTime: 2024-10-18 13:49:00
|
|
8
|
+
*/
|
|
9
|
+
import type { App, Plugin } from 'vue'
|
|
10
|
+
import { KForm, KVirtualList } from './components'
|
|
11
|
+
|
|
12
|
+
const component = [KForm, KVirtualList] as Plugin[]
|
|
13
|
+
export function install(app: App): any {
|
|
14
|
+
component.forEach(i => app.use(i))
|
|
15
|
+
}
|
|
16
|
+
const plugin = {
|
|
17
|
+
install
|
|
18
|
+
}
|
|
19
|
+
export default plugin
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@king-one/antdv",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.5",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "",
|
|
7
7
|
"license": "ISC",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"registry": "https://registry.npmjs.org/"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@king-one/utils": "^1.0.12",
|
|
23
22
|
"evtd": "^0.2.4",
|
|
24
|
-
"vueuc": "^0.4.64"
|
|
23
|
+
"vueuc": "^0.4.64",
|
|
24
|
+
"@king-one/utils": "^1.0.12"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@king-one/antdv/theme-chalk/src/base.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@king-one/antdv/theme-chalk/src/base.css';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|