@tmagic/table 1.7.14-beta.1 → 1.7.14-beta.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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/types/index.d.ts +4 -5
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.7.14-beta.1",
2
+ "version": "1.7.14-beta.2",
3
3
  "name": "@tmagic/table",
4
4
  "type": "module",
5
5
  "sideEffects": [
@@ -43,11 +43,11 @@
43
43
  "@types/lodash-es": "^4.17.4"
44
44
  },
45
45
  "peerDependencies": {
46
- "vue": "^3.5.33",
46
+ "vue": "^3.5.34",
47
47
  "typescript": "^6.0.3",
48
- "@tmagic/design": "1.7.14-beta.1",
49
- "@tmagic/utils": "1.7.14-beta.1",
50
- "@tmagic/form": "1.7.14-beta.1"
48
+ "@tmagic/design": "1.7.14-beta.2",
49
+ "@tmagic/form": "1.7.14-beta.2",
50
+ "@tmagic/utils": "1.7.14-beta.2"
51
51
  },
52
52
  "peerDependenciesMeta": {
53
53
  "typescript": {
package/types/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { App } from "vue";
2
- import * as _$_vue_runtime_core0 from "@vue/runtime-core";
3
2
  import { FormConfig, FormValue } from "@tmagic/form";
4
3
 
5
4
  //#region temp/packages/table/src/schema.d.ts
@@ -86,11 +85,11 @@ type __VLS_Props = {
86
85
  rowkeyName?: string; /** 是否带有纵向边框 */
87
86
  border?: boolean;
88
87
  };
89
- declare const __VLS_export: _$_vue_runtime_core0.DefineComponent<__VLS_Props, {
88
+ declare const __VLS_export: import("@vue/runtime-core").DefineComponent<__VLS_Props, {
90
89
  toggleRowSelection: (row: any, selected: boolean) => void;
91
90
  toggleRowExpansion: (row: any, expanded: boolean) => void;
92
91
  clearSelection: () => void;
93
- }, {}, {}, {}, _$_vue_runtime_core0.ComponentOptionsMixin, _$_vue_runtime_core0.ComponentOptionsMixin, {
92
+ }, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
94
93
  select: (...args: any[]) => void;
95
94
  "sort-change": (...args: any[]) => void;
96
95
  "expand-change": (...args: any[]) => void;
@@ -99,7 +98,7 @@ declare const __VLS_export: _$_vue_runtime_core0.DefineComponent<__VLS_Props, {
99
98
  "after-action-cancel": (...args: any[]) => void;
100
99
  "select-all": (...args: any[]) => void;
101
100
  "selection-change": (...args: any[]) => void;
102
- }, string, _$_vue_runtime_core0.PublicProps, Readonly<__VLS_Props> & Readonly<{
101
+ }, string, import("@vue/runtime-core").PublicProps, Readonly<__VLS_Props> & Readonly<{
103
102
  onSelect?: ((...args: any[]) => any) | undefined;
104
103
  "onSort-change"?: ((...args: any[]) => any) | undefined;
105
104
  "onExpand-change"?: ((...args: any[]) => any) | undefined;
@@ -114,7 +113,7 @@ declare const __VLS_export: _$_vue_runtime_core0.DefineComponent<__VLS_Props, {
114
113
  border: boolean;
115
114
  defaultExpandAll: boolean;
116
115
  showHeader: boolean;
117
- }, {}, {}, {}, string, _$_vue_runtime_core0.ComponentProvideOptions, false, {}, any>;
116
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
118
117
  declare const _default: typeof __VLS_export;
119
118
  //#endregion
120
119
  //#region temp/packages/table/src/utils.d.ts