@antv/s2-vue 1.6.0-alpha.1 → 1.6.0
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.
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/esm/index.d.ts +322 -157
- package/esm/index.js +4 -3
- package/esm/index.js.map +1 -1
- package/lib/index.js +4 -2
- package/lib/index.js.map +1 -1
- package/package.json +8 -6
package/lib/index.js
CHANGED
|
@@ -49,7 +49,7 @@ const EN_US = {
|
|
|
49
49
|
\u53EF\u9009\u5B57\u6BB5: "Fields",
|
|
50
50
|
"\u6309\u4EE5\u4E0B\u89C4\u5219\u8FDB\u884C\u6392\u5E8F\uFF08\u4F18\u5148\u7EA7\u7531\u4F4E\u5230\u9AD8\uFF09": "Order according to the following rules (from low to high priority)",
|
|
51
51
|
\u6309: "By",
|
|
52
|
-
\u8BF4\u660E: "Description",
|
|
52
|
+
\u8BF4\u660E: "Description: ",
|
|
53
53
|
\u590D\u5236\u539F\u59CB\u6570\u636E: "Copy raw data",
|
|
54
54
|
\u590D\u5236\u683C\u5F0F\u5316\u6570\u636E: "Copy formatted data",
|
|
55
55
|
\u4E0B\u8F7D\u539F\u59CB\u6570\u636E: "Download raw data",
|
|
@@ -87,7 +87,7 @@ const ZH_CN = {
|
|
|
87
87
|
\u53EF\u9009\u5B57\u6BB5: "\u53EF\u9009\u5B57\u6BB5",
|
|
88
88
|
"\u6309\u4EE5\u4E0B\u89C4\u5219\u8FDB\u884C\u6392\u5E8F\uFF08\u4F18\u5148\u7EA7\u7531\u4F4E\u5230\u9AD8\uFF09": "\u6309\u4EE5\u4E0B\u89C4\u5219\u8FDB\u884C\u6392\u5E8F\uFF08\u4F18\u5148\u7EA7\u7531\u4F4E\u5230\u9AD8\uFF09",
|
|
89
89
|
\u6309: "\u6309",
|
|
90
|
-
\u8BF4\u660E: "\u8BF4\u660E",
|
|
90
|
+
\u8BF4\u660E: "\u8BF4\u660E\uFF1A",
|
|
91
91
|
\u590D\u5236\u539F\u59CB\u6570\u636E: "\u590D\u5236\u539F\u59CB\u6570\u636E",
|
|
92
92
|
\u590D\u5236\u683C\u5F0F\u5316\u6570\u636E: "\u590D\u5236\u683C\u5F0F\u5316\u6570\u636E",
|
|
93
93
|
\u4E0B\u8F7D\u539F\u59CB\u6570\u636E: "\u4E0B\u8F7D\u539F\u59CB\u6570\u636E",
|
|
@@ -3109,10 +3109,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3109
3109
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.sheetType), { ref: "s2Ref" }, null, 512);
|
|
3110
3110
|
}
|
|
3111
3111
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
3112
|
+
const version = "@antv/s2-vue-v1.6.0";
|
|
3112
3113
|
exports.BaseSheet = BaseSheet;
|
|
3113
3114
|
exports.CustomTooltip = CustomTooltip;
|
|
3114
3115
|
exports.PivotSheet = PivotSheet;
|
|
3115
3116
|
exports.SheetComponent = index;
|
|
3116
3117
|
exports.TableSheet = TableSheet;
|
|
3117
3118
|
exports.useExpose = useExpose;
|
|
3119
|
+
exports.version = version;
|
|
3118
3120
|
//# sourceMappingURL=index.js.map
|