@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.
Files changed (152) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/antdv/package.json +29 -0
  3. package/components/base/style/index.ts +8 -0
  4. package/components/form/component/form.ts +21 -0
  5. package/components/form/component/form.vue +24 -0
  6. package/components/form/index.ts +6 -0
  7. package/components/form-item/component/form-item.vue +106 -0
  8. package/components/form-item/index.ts +0 -0
  9. package/components/index.ts +10 -0
  10. package/components/scroll-bar/index.ts +7 -0
  11. package/components/scroll-bar/src/scroll-bar.tsx +211 -0
  12. package/components/scroll-bar/src/types.ts +7 -0
  13. package/components/scroll-bar/style/index.ts +2 -0
  14. package/components/utils/install.ts +30 -0
  15. package/components/virtual-list/index.ts +6 -0
  16. package/components/virtual-list/src/types.ts +29 -0
  17. package/components/virtual-list/src/virtual-list.vue +47 -0
  18. package/hooks/use-namespace/index.ts +93 -0
  19. package/index.ts +4 -0
  20. package/installer.ts +19 -0
  21. package/package.json +3 -3
  22. package/es/components/base/style/index.d.ts +0 -1
  23. package/es/components/scroll-bar/style/index.d.ts +0 -2
  24. package/lib/components/base/style/index.d.ts +0 -1
  25. package/lib/components/scroll-bar/style/index.d.ts +0 -2
  26. /package/{cdn → antdv/cdn}/index.cdn.js +0 -0
  27. /package/{cdn → antdv/cdn}/index.cdn.js.map +0 -0
  28. /package/{cdn → antdv/cdn}/index.cdn.mjs +0 -0
  29. /package/{cdn → antdv/cdn}/index.cdn.mjs.map +0 -0
  30. /package/{cdn → antdv/cdn}/index.css +0 -0
  31. /package/{es → antdv/es}/components/base/style/index.mjs +0 -0
  32. /package/{es → antdv/es}/components/base/style/index.mjs.map +0 -0
  33. /package/{es → antdv/es}/components/form/component/form.d.ts +0 -0
  34. /package/{es → antdv/es}/components/form/component/form.mjs +0 -0
  35. /package/{es → antdv/es}/components/form/component/form.mjs.map +0 -0
  36. /package/{es → antdv/es}/components/form/component/form.vue.d.ts +0 -0
  37. /package/{es → antdv/es}/components/form/component/form.vue.mjs +0 -0
  38. /package/{es → antdv/es}/components/form/component/form.vue.mjs.map +0 -0
  39. /package/{es → antdv/es}/components/form/component/form.vue2.mjs +0 -0
  40. /package/{es → antdv/es}/components/form/component/form.vue2.mjs.map +0 -0
  41. /package/{es → antdv/es}/components/form/index.d.ts +0 -0
  42. /package/{es → antdv/es}/components/form/index.mjs +0 -0
  43. /package/{es → antdv/es}/components/form/index.mjs.map +0 -0
  44. /package/{es → antdv/es}/components/form-item/component/form-item.vue.d.ts +0 -0
  45. /package/{es → antdv/es}/components/form-item/component/form-item.vue.mjs +0 -0
  46. /package/{es → antdv/es}/components/form-item/component/form-item.vue.mjs.map +0 -0
  47. /package/{es → antdv/es}/components/form-item/component/form-item.vue2.mjs +0 -0
  48. /package/{es → antdv/es}/components/form-item/component/form-item.vue2.mjs.map +0 -0
  49. /package/{es → antdv/es}/components/form-item/index.d.ts +0 -0
  50. /package/{es → antdv/es}/components/form-item/index.mjs +0 -0
  51. /package/{es → antdv/es}/components/form-item/index.mjs.map +0 -0
  52. /package/{es → antdv/es}/components/index.d.ts +0 -0
  53. /package/{es → antdv/es}/components/index.mjs +0 -0
  54. /package/{es → antdv/es}/components/index.mjs.map +0 -0
  55. /package/{es → antdv/es}/components/scroll-bar/index.d.ts +0 -0
  56. /package/{es → antdv/es}/components/scroll-bar/index.mjs +0 -0
  57. /package/{es → antdv/es}/components/scroll-bar/index.mjs.map +0 -0
  58. /package/{es → antdv/es}/components/scroll-bar/src/scroll-bar.d.ts +0 -0
  59. /package/{es → antdv/es}/components/scroll-bar/src/scroll-bar.mjs +0 -0
  60. /package/{es → antdv/es}/components/scroll-bar/src/scroll-bar.mjs.map +0 -0
  61. /package/{es → antdv/es}/components/scroll-bar/src/types.d.ts +0 -0
  62. /package/{es → antdv/es}/components/scroll-bar/src/types.mjs +0 -0
  63. /package/{es → antdv/es}/components/scroll-bar/src/types.mjs.map +0 -0
  64. /package/{es → antdv/es}/components/scroll-bar/style/index.mjs +0 -0
  65. /package/{es → antdv/es}/components/scroll-bar/style/index.mjs.map +0 -0
  66. /package/{es → antdv/es}/components/utils/install.d.ts +0 -0
  67. /package/{es → antdv/es}/components/utils/install.mjs +0 -0
  68. /package/{es → antdv/es}/components/utils/install.mjs.map +0 -0
  69. /package/{es → antdv/es}/components/virtual-list/index.d.ts +0 -0
  70. /package/{es → antdv/es}/components/virtual-list/index.mjs +0 -0
  71. /package/{es → antdv/es}/components/virtual-list/index.mjs.map +0 -0
  72. /package/{es → antdv/es}/components/virtual-list/src/types.d.ts +0 -0
  73. /package/{es → antdv/es}/components/virtual-list/src/types.mjs +0 -0
  74. /package/{es → antdv/es}/components/virtual-list/src/types.mjs.map +0 -0
  75. /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue.d.ts +0 -0
  76. /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue.mjs +0 -0
  77. /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue.mjs.map +0 -0
  78. /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue2.mjs +0 -0
  79. /package/{es → antdv/es}/components/virtual-list/src/virtual-list.vue2.mjs.map +0 -0
  80. /package/{es → antdv/es}/hooks/use-namespace/index.d.ts +0 -0
  81. /package/{es → antdv/es}/hooks/use-namespace/index.mjs +0 -0
  82. /package/{es → antdv/es}/hooks/use-namespace/index.mjs.map +0 -0
  83. /package/{es → antdv/es}/index.d.ts +0 -0
  84. /package/{es → antdv/es}/index.mjs +0 -0
  85. /package/{es → antdv/es}/index.mjs.map +0 -0
  86. /package/{es → antdv/es}/installer.d.ts +0 -0
  87. /package/{es → antdv/es}/installer.mjs +0 -0
  88. /package/{es → antdv/es}/installer.mjs.map +0 -0
  89. /package/{lib → antdv/lib}/components/base/style/index.js +0 -0
  90. /package/{lib → antdv/lib}/components/base/style/index.js.map +0 -0
  91. /package/{lib → antdv/lib}/components/form/component/form.d.ts +0 -0
  92. /package/{lib → antdv/lib}/components/form/component/form.js +0 -0
  93. /package/{lib → antdv/lib}/components/form/component/form.js.map +0 -0
  94. /package/{lib → antdv/lib}/components/form/component/form.vue.d.ts +0 -0
  95. /package/{lib → antdv/lib}/components/form/component/form.vue.js +0 -0
  96. /package/{lib → antdv/lib}/components/form/component/form.vue.js.map +0 -0
  97. /package/{lib → antdv/lib}/components/form/component/form.vue2.js +0 -0
  98. /package/{lib → antdv/lib}/components/form/component/form.vue2.js.map +0 -0
  99. /package/{lib → antdv/lib}/components/form/index.d.ts +0 -0
  100. /package/{lib → antdv/lib}/components/form/index.js +0 -0
  101. /package/{lib → antdv/lib}/components/form/index.js.map +0 -0
  102. /package/{lib → antdv/lib}/components/form-item/component/form-item.vue.d.ts +0 -0
  103. /package/{lib → antdv/lib}/components/form-item/component/form-item.vue.js +0 -0
  104. /package/{lib → antdv/lib}/components/form-item/component/form-item.vue.js.map +0 -0
  105. /package/{lib → antdv/lib}/components/form-item/component/form-item.vue2.js +0 -0
  106. /package/{lib → antdv/lib}/components/form-item/component/form-item.vue2.js.map +0 -0
  107. /package/{lib → antdv/lib}/components/form-item/index.d.ts +0 -0
  108. /package/{lib → antdv/lib}/components/form-item/index.js +0 -0
  109. /package/{lib → antdv/lib}/components/form-item/index.js.map +0 -0
  110. /package/{lib → antdv/lib}/components/index.d.ts +0 -0
  111. /package/{lib → antdv/lib}/components/index.js +0 -0
  112. /package/{lib → antdv/lib}/components/index.js.map +0 -0
  113. /package/{lib → antdv/lib}/components/scroll-bar/index.d.ts +0 -0
  114. /package/{lib → antdv/lib}/components/scroll-bar/index.js +0 -0
  115. /package/{lib → antdv/lib}/components/scroll-bar/index.js.map +0 -0
  116. /package/{lib → antdv/lib}/components/scroll-bar/src/scroll-bar.d.ts +0 -0
  117. /package/{lib → antdv/lib}/components/scroll-bar/src/scroll-bar.js +0 -0
  118. /package/{lib → antdv/lib}/components/scroll-bar/src/scroll-bar.js.map +0 -0
  119. /package/{lib → antdv/lib}/components/scroll-bar/src/types.d.ts +0 -0
  120. /package/{lib → antdv/lib}/components/scroll-bar/src/types.js +0 -0
  121. /package/{lib → antdv/lib}/components/scroll-bar/src/types.js.map +0 -0
  122. /package/{lib → antdv/lib}/components/scroll-bar/style/index.js +0 -0
  123. /package/{lib → antdv/lib}/components/scroll-bar/style/index.js.map +0 -0
  124. /package/{lib → antdv/lib}/components/utils/install.d.ts +0 -0
  125. /package/{lib → antdv/lib}/components/utils/install.js +0 -0
  126. /package/{lib → antdv/lib}/components/utils/install.js.map +0 -0
  127. /package/{lib → antdv/lib}/components/virtual-list/index.d.ts +0 -0
  128. /package/{lib → antdv/lib}/components/virtual-list/index.js +0 -0
  129. /package/{lib → antdv/lib}/components/virtual-list/index.js.map +0 -0
  130. /package/{lib → antdv/lib}/components/virtual-list/src/types.d.ts +0 -0
  131. /package/{lib → antdv/lib}/components/virtual-list/src/types.js +0 -0
  132. /package/{lib → antdv/lib}/components/virtual-list/src/types.js.map +0 -0
  133. /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue.d.ts +0 -0
  134. /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue.js +0 -0
  135. /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue.js.map +0 -0
  136. /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue2.js +0 -0
  137. /package/{lib → antdv/lib}/components/virtual-list/src/virtual-list.vue2.js.map +0 -0
  138. /package/{lib → antdv/lib}/hooks/use-namespace/index.d.ts +0 -0
  139. /package/{lib → antdv/lib}/hooks/use-namespace/index.js +0 -0
  140. /package/{lib → antdv/lib}/hooks/use-namespace/index.js.map +0 -0
  141. /package/{lib → antdv/lib}/index.d.ts +0 -0
  142. /package/{lib → antdv/lib}/index.js +0 -0
  143. /package/{lib → antdv/lib}/index.js.map +0 -0
  144. /package/{lib → antdv/lib}/installer.d.ts +0 -0
  145. /package/{lib → antdv/lib}/installer.js +0 -0
  146. /package/{lib → antdv/lib}/installer.js.map +0 -0
  147. /package/{theme-chalk → antdv/theme-chalk}/base.css +0 -0
  148. /package/{theme-chalk → antdv/theme-chalk}/buttons.css +0 -0
  149. /package/{theme-chalk → antdv/theme-chalk}/index.css +0 -0
  150. /package/{theme-chalk → antdv/theme-chalk}/reset.css +0 -0
  151. /package/{theme-chalk → antdv/theme-chalk}/scroll-bar.css +0 -0
  152. /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",
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,2 +0,0 @@
1
- import '@king-one/antdv/es/components/base/style';
2
- import '@king-one/antdv/theme-chalk/src/scroll-bar.css';
@@ -1 +0,0 @@
1
- import '@king-one/antdv/theme-chalk/src/base.css';
@@ -1,2 +0,0 @@
1
- import '@king-one/antdv/es/components/base/style';
2
- import '@king-one/antdv/theme-chalk/src/scroll-bar.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