@tmagic/table 1.0.0-rc.6 → 1.0.0-rc.7

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.
@@ -7,7 +7,7 @@ import { datetimeFormatter } from '@tmagic/utils';
7
7
  const _hoisted_1$1 = /* @__PURE__ */ createTextVNode("\u4FDD\u5B58");
8
8
  const _hoisted_2$1 = /* @__PURE__ */ createTextVNode("\u53D6\u6D88");
9
9
  const _sfc_main$4 = /* @__PURE__ */ defineComponent({
10
- name: "ActionsColumn",
10
+ __name: "ActionsColumn",
11
11
  props: {
12
12
  columns: {
13
13
  type: Array,
@@ -404,7 +404,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
404
404
  }
405
405
  var TextColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
406
406
 
407
- var Table_vue_vue_type_style_index_0_lang = '';
407
+ var Table_vue_vue_type_style_index_0_lang = /* #__PURE__ */ (() => ".m-table .el-button.action-btn + .el-button.action-btn {\n margin-left: 0;\n}\n.m-table .keep-all {\n word-break: keep-all;\n}\n.m-table .el-table .cell > div {\n display: inline-block;\n vertical-align: middle;\n}\n.m-table .el-table__row.el-table__row--level-1 {\n color: #999;\n}")();
408
408
 
409
409
  const _sfc_main = defineComponent({
410
410
  name: "m-table",
@@ -7,7 +7,7 @@
7
7
  const _hoisted_1$1 = /* @__PURE__ */ vue.createTextVNode("\u4FDD\u5B58");
8
8
  const _hoisted_2$1 = /* @__PURE__ */ vue.createTextVNode("\u53D6\u6D88");
9
9
  const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
10
- name: "ActionsColumn",
10
+ __name: "ActionsColumn",
11
11
  props: {
12
12
  columns: {
13
13
  type: Array,
@@ -404,7 +404,7 @@
404
404
  }
405
405
  var TextColumn = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
406
406
 
407
- var Table_vue_vue_type_style_index_0_lang = '';
407
+ var Table_vue_vue_type_style_index_0_lang = /* #__PURE__ */ (() => ".m-table .el-button.action-btn + .el-button.action-btn {\n margin-left: 0;\n}\n.m-table .keep-all {\n word-break: keep-all;\n}\n.m-table .el-table .cell > div {\n display: inline-block;\n vertical-align: middle;\n}\n.m-table .el-table__row.el-table__row--level-1 {\n color: #999;\n}")();
408
408
 
409
409
  const _sfc_main = vue.defineComponent({
410
410
  name: "m-table",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-rc.6",
2
+ "version": "1.0.0-rc.7",
3
3
  "name": "@tmagic/table",
4
4
  "sideEffects": [
5
5
  "dist/*"
@@ -30,13 +30,13 @@
30
30
  "url": "https://github.com/Tencent/tmagic-editor.git"
31
31
  },
32
32
  "dependencies": {
33
- "@tmagic/form": "^1.0.0-rc.6",
33
+ "@tmagic/form": "1.0.0-rc.7",
34
34
  "element-plus": "^2.2.0",
35
35
  "lodash-es": "^4.17.21",
36
36
  "vue": "^3.2.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@tmagic/form": "^1.0.0-rc.1",
39
+ "@tmagic/form": "1.0.0-rc.7",
40
40
  "element-plus": "^2.2.0",
41
41
  "vue": "^3.2.0"
42
42
  },
@@ -46,12 +46,11 @@
46
46
  "@types/node": "^15.12.4",
47
47
  "@vitejs/plugin-vue": "^1.2.3",
48
48
  "@vue/compiler-sfc": "^3.2.0",
49
- "@vue/test-utils": "^2.0.0-rc.20",
49
+ "@vue/test-utils": "^2.0.0",
50
50
  "sass": "^1.35.1",
51
51
  "typescript": "^4.3.4",
52
52
  "vite": "^2.3.7",
53
53
  "vite-plugin-dts": "^0.9.6",
54
54
  "vue-tsc": "^0.0.24"
55
- },
56
- "gitHead": "a93928e56d73b7924991e899a4dfaf9614cd357c"
55
+ }
57
56
  }