@gct-paas/v-ben 0.1.5-test.0 → 0.1.5-test.2

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.
@@ -29,11 +29,11 @@ export declare const Button: {
29
29
  default: null;
30
30
  };
31
31
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
32
- disabled: boolean;
33
- onClick: Fn<any, any>;
34
- loading: boolean;
35
32
  color: string;
33
+ loading: boolean;
34
+ disabled: boolean;
36
35
  iconSize: number;
36
+ onClick: Fn<any, any>;
37
37
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
38
38
  P: {};
39
39
  B: {};
@@ -68,11 +68,11 @@ export declare const Button: {
68
68
  default: null;
69
69
  };
70
70
  }>> & Readonly<{}>, {}, {}, {}, {}, {
71
- disabled: boolean;
72
- onClick: Fn<any, any>;
73
- loading: boolean;
74
71
  color: string;
72
+ loading: boolean;
73
+ disabled: boolean;
75
74
  iconSize: number;
75
+ onClick: Fn<any, any>;
76
76
  }>;
77
77
  __isFragment?: never;
78
78
  __isTeleport?: never;
@@ -104,11 +104,11 @@ export declare const Button: {
104
104
  default: null;
105
105
  };
106
106
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
107
- disabled: boolean;
108
- onClick: Fn<any, any>;
109
- loading: boolean;
110
107
  color: string;
108
+ loading: boolean;
109
+ disabled: boolean;
111
110
  iconSize: number;
111
+ onClick: Fn<any, any>;
112
112
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
113
113
  $slots: {
114
114
  default?(_: any): any;
@@ -60,11 +60,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
60
60
  default: null;
61
61
  };
62
62
  }>> & Readonly<{}>, {
63
- disabled: boolean;
64
- onClick: Fn<any, any>;
65
- loading: boolean;
66
63
  color: string;
64
+ loading: boolean;
65
+ disabled: boolean;
67
66
  iconSize: number;
67
+ onClick: Fn<any, any>;
68
68
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
69
69
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
70
70
  export default _default;
@@ -19,8 +19,8 @@ export declare const Dropdown: {
19
19
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
20
  menuEvent: (...args: any[]) => void;
21
21
  }, import('vue').PublicProps, {
22
- trigger: ("hover" | "click" | "contextmenu")[];
23
22
  popconfirm: boolean;
23
+ trigger: ("click" | "contextmenu" | "hover")[];
24
24
  dropMenuList: (import('.').DropMenu & IObject)[];
25
25
  selectedKeys: string[];
26
26
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -47,8 +47,8 @@ export declare const Dropdown: {
47
47
  }>> & Readonly<{
48
48
  onMenuEvent?: ((...args: any[]) => any) | undefined;
49
49
  }>, {}, {}, {}, {}, {
50
- trigger: ("hover" | "click" | "contextmenu")[];
51
50
  popconfirm: boolean;
51
+ trigger: ("click" | "contextmenu" | "hover")[];
52
52
  dropMenuList: (import('.').DropMenu & IObject)[];
53
53
  selectedKeys: string[];
54
54
  }>;
@@ -74,8 +74,8 @@ export declare const Dropdown: {
74
74
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
75
75
  menuEvent: (...args: any[]) => void;
76
76
  }, string, {
77
- trigger: ("hover" | "click" | "contextmenu")[];
78
77
  popconfirm: boolean;
78
+ trigger: ("click" | "contextmenu" | "hover")[];
79
79
  dropMenuList: (import('.').DropMenu & IObject)[];
80
80
  selectedKeys: string[];
81
81
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -52,8 +52,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
52
52
  }>> & Readonly<{
53
53
  onMenuEvent?: ((...args: any[]) => any) | undefined;
54
54
  }>, {
55
- trigger: ("hover" | "click" | "contextmenu")[];
56
55
  popconfirm: boolean;
56
+ trigger: ("click" | "contextmenu" | "hover")[];
57
57
  dropMenuList: (DropMenu & IObject)[];
58
58
  selectedKeys: string[];
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -342,7 +342,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
342
342
  }>> & Readonly<{
343
343
  onChange?: ((...args: any[]) => any) | undefined;
344
344
  }>, {
345
- title: string | ((data: Recordable) => string);
346
345
  clickToRowSelect: boolean;
347
346
  isTreeTable: boolean;
348
347
  tableSetting: import('./types/table').TableSetting;
@@ -374,6 +373,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
374
373
  clearSelectOnPageChange: boolean;
375
374
  resizeHeightOffset: number;
376
375
  rowSelection: import('./types/table').TableRowSelection<unknown> | null;
376
+ title: string | ((data: Recordable) => string);
377
377
  dataSource: Recordable<unknown>[];
378
378
  rowKey: string | ((record: Recordable) => string);
379
379
  bordered: boolean;
@@ -395,9 +395,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
395
395
  default: () => {};
396
396
  };
397
397
  }>, {
398
- getTitle: import('vue').ComputedRef<string | number | boolean | void | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
399
- [key: string]: any;
400
- }> | import('vue').VNodeArrayChildren | ((props: import('ant-design-vue/lib/table/interface').ColumnTitleProps<Recordable<unknown>>) => import('ant-design-vue/lib/_util/type').VueNode) | null>;
398
+ getTitle: import('vue').ComputedRef<void | string | number | boolean | JSX.Element | import('vue').VNodeArrayChildren | ((props: import('ant-design-vue/lib/table/interface').ColumnTitleProps<Recordable<unknown>>) => import('ant-design-vue/lib/_util/type').VueNode) | null>;
401
399
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
402
400
  column: {
403
401
  type: import('vue').PropType<import('./types/table').BasicColumn>;
@@ -6,9 +6,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6
6
  default: () => {};
7
7
  };
8
8
  }>, {
9
- getTitle: import('vue').ComputedRef<string | number | boolean | void | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
10
- [key: string]: any;
11
- }> | import('vue').VNodeArrayChildren | ((props: import('ant-design-vue/lib/table/interface').ColumnTitleProps<Recordable<unknown>>) => import('ant-design-vue/lib/_util/type').VueNode) | null>;
9
+ getTitle: import('vue').ComputedRef<void | string | number | boolean | JSX.Element | import('vue').VNodeArrayChildren | ((props: import('ant-design-vue/lib/table/interface').ColumnTitleProps<Recordable<unknown>>) => import('ant-design-vue/lib/_util/type').VueNode) | null>;
12
10
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
11
  column: {
14
12
  type: PropType<BasicColumn>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/v-ben",
3
- "version": "0.1.5-test.0",
3
+ "version": "0.1.5-test.2",
4
4
  "type": "module",
5
5
  "description": "paas 平台历史 v-ben 内容",
6
6
  "loader": "dist/loader.esm.min.js",
@@ -32,7 +32,7 @@
32
32
  "author": "gct",
33
33
  "dependencies": {
34
34
  "@ant-design/icons-vue": "^6.1.0",
35
- "@gct-paas/api": "^0.1.3",
35
+ "@gct-paas/api": "0.1.4-test.0",
36
36
  "@gct-paas/platform-icons": "^0.0.2",
37
37
  "@icon-park/vue-next": "^1.4.2",
38
38
  "@vueuse/core": "^14.1.0",
@@ -41,14 +41,14 @@
41
41
  "sortablejs": "^1.15.7",
42
42
  "vue": "^3.5.30",
43
43
  "vue-types": "^6.0.0",
44
- "@gct-paas/core": "0.1.5-test.0",
45
- "@gct-paas/scss": "0.1.5-test.0"
44
+ "@gct-paas/core": "0.1.5-test.2",
45
+ "@gct-paas/scss": "0.1.5-test.2"
46
46
  },
47
47
  "peerDependencies": {
48
- "@gct-paas/api": "^0.1.3",
48
+ "@gct-paas/api": "0.1.4-test.0",
49
49
  "vue": ">=3",
50
- "@gct-paas/core": "0.1.5-test.0",
51
- "@gct-paas/scss": "0.1.5-test.0"
50
+ "@gct-paas/core": "0.1.5-test.2",
51
+ "@gct-paas/scss": "0.1.5-test.2"
52
52
  },
53
53
  "scripts": {
54
54
  "dev": "cross-env NODE_ENV=development vite build --watch --config vite.dev.config.ts",