keli-ui 0.2.9 → 0.2.11

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,3 +1,2 @@
1
1
  import FormSelectClient from './FormSelectClient.vue';
2
- import FormSelectMobile from './FormSelectMobile.vue';
3
- export { FormSelectClient, FormSelectMobile };
2
+ export { FormSelectClient };
@@ -1,3 +1,2 @@
1
1
  import FormSelectAsyncClient from './FormSelectAsyncClient.vue';
2
- import FormSelectAsyncMobile from './FormSelectAsyncMobile.vue';
3
- export { FormSelectAsyncClient, FormSelectAsyncMobile };
2
+ export { FormSelectAsyncClient };
@@ -1,2 +1,2 @@
1
- import KeliQueryBar from './QueryBarProxy.vue';
1
+ import KeliQueryBar from './QueryBarClient.vue';
2
2
  export default KeliQueryBar;
@@ -1,2 +1,2 @@
1
- import KeTableCardRender from './TableCardRenderProxy.vue';
1
+ import KeTableCardRender from './TableCardRenderClient.vue';
2
2
  export default KeTableCardRender;
@@ -1,4 +1,2 @@
1
1
  import TableRenderClient from './TableRenderClient.vue';
2
- import TableRenderMobile from './TableRenderMobile.vue';
3
- export { TableRenderClient, TableRenderMobile };
4
2
  export default TableRenderClient;
@@ -1,3 +1,2 @@
1
- import ToolBarClient from './ToolBarClient.vue';
2
- import ToolBarMobile from './ToolBarMobile.vue';
3
- export { ToolBarClient, ToolBarMobile };
1
+ import ToolBar from './ToolBarClient.vue';
2
+ export { ToolBar };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "keli-ui",
3
3
  "private": false,
4
- "version": "0.2.9",
4
+ "version": "0.2.11",
5
5
  "author": "Luv Letter",
6
6
  "description": "配置化组件库",
7
7
  "type": "module",
@@ -32,7 +32,6 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "solarday2lunarday": "^1.12.1",
35
- "vant": "^4.9.19",
36
35
  "vue-draggable-plus": "^0.6.0",
37
36
  "vxe-pc-ui": "^4.5.34",
38
37
  "vxe-table": "^4.13.15"
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,12 +0,0 @@
1
- declare var __VLS_6: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_6) => any;
4
- };
5
- declare const __VLS_component: any;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
- export default _default;
8
- type __VLS_WithSlots<T, S> = T & {
9
- new (): {
10
- $slots: S;
11
- };
12
- };
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,12 +0,0 @@
1
- declare var __VLS_6: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_6) => any;
4
- };
5
- declare const __VLS_component: any;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
- export default _default;
8
- type __VLS_WithSlots<T, S> = T & {
9
- new (): {
10
- $slots: S;
11
- };
12
- };
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,12 +0,0 @@
1
- declare var __VLS_1: {};
2
- type __VLS_Slots = {} & {
3
- 'custom-button'?: (props: typeof __VLS_1) => any;
4
- };
5
- declare const __VLS_component: any;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
- export default _default;
8
- type __VLS_WithSlots<T, S> = T & {
9
- new (): {
10
- $slots: S;
11
- };
12
- };
@@ -1,12 +0,0 @@
1
- declare var __VLS_7: number, __VLS_8: any;
2
- type __VLS_Slots = {} & {
3
- [K in NonNullable<typeof __VLS_7>]?: (props: typeof __VLS_8) => any;
4
- };
5
- declare const __VLS_component: any;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
- export default _default;
8
- type __VLS_WithSlots<T, S> = T & {
9
- new (): {
10
- $slots: S;
11
- };
12
- };