@visactor/openinula-vtable 1.22.7-alpha.9 → 1.22.8-alpha.12

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.
@@ -51,4 +51,5 @@ const openinula_1 = __importStar(require("openinula")), vutils_1 = require("@vis
51
51
  }), Comp;
52
52
  };
53
53
 
54
- exports.createComponent = createComponent;
54
+ exports.createComponent = createComponent;
55
+ //# sourceMappingURL=base-component.js.map
package/cjs/index.d.ts CHANGED
@@ -2,4 +2,4 @@ import * as VTable from '@visactor/vtable';
2
2
  export * from './tables';
3
3
  export * from './components';
4
4
  export { VTable };
5
- export declare const version = "1.22.7-alpha.9";
5
+ export declare const version = "1.22.8-alpha.12";
package/cjs/index.js CHANGED
@@ -34,5 +34,5 @@ Object.defineProperty(exports, "__esModule", {
34
34
  const VTable = __importStar(require("@visactor/vtable"));
35
35
 
36
36
  exports.VTable = VTable, __exportStar(require("./tables"), exports), __exportStar(require("./components"), exports),
37
- exports.version = "1.22.7-alpha.9";
37
+ exports.version = "1.22.8-alpha.12";
38
38
  //# sourceMappingURL=index.js.map
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yDAA2C;AAIlC,wBAAM;AAFf,2CAAyB;AACzB,+CAA6B;AAGhB,QAAA,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["import * as VTable from '@visactor/vtable';\n\nexport * from './tables';\nexport * from './components';\nexport { VTable };\n\nexport const version = \"1.22.7-alpha.9\";\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yDAA2C;AAIlC,wBAAM;AAFf,2CAAyB;AACzB,+CAA6B;AAGhB,QAAA,OAAO,GAAG,iBAAiB,CAAC","file":"index.js","sourcesContent":["import * as VTable from '@visactor/vtable';\n\nexport * from './tables';\nexport * from './components';\nexport { VTable };\n\nexport const version = \"1.22.8-alpha.12\";\n"]}
@@ -123,5 +123,4 @@ const VTable = __importStar(require("@visactor/vtable")), openinula_1 = __import
123
123
  return Com.displayName = componentName, Com;
124
124
  };
125
125
 
126
- exports.createTable = createTable;
127
- //# sourceMappingURL=base-table.js.map
126
+ exports.createTable = createTable;
@@ -22,4 +22,5 @@ export const createComponent = (componentName, optionName, supportedEvents, isSi
22
22
  optionName: optionName,
23
23
  isSingle: isSingle
24
24
  }), Comp;
25
- };
25
+ };
26
+ //# sourceMappingURL=base-component.js.map
package/es/index.d.ts CHANGED
@@ -2,4 +2,4 @@ import * as VTable from '@visactor/vtable';
2
2
  export * from './tables';
3
3
  export * from './components';
4
4
  export { VTable };
5
- export declare const version = "1.22.7-alpha.9";
5
+ export declare const version = "1.22.8-alpha.12";
package/es/index.js CHANGED
@@ -6,5 +6,5 @@ export * from "./components";
6
6
 
7
7
  export { VTable };
8
8
 
9
- export const version = "1.22.7-alpha.9";
9
+ export const version = "1.22.8-alpha.12";
10
10
  //# sourceMappingURL=index.js.map
package/es/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAE3C,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["import * as VTable from '@visactor/vtable';\n\nexport * from './tables';\nexport * from './components';\nexport { VTable };\n\nexport const version = \"1.22.7-alpha.9\";\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAE3C,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,MAAM,CAAC,MAAM,OAAO,GAAG,iBAAiB,CAAC","file":"index.js","sourcesContent":["import * as VTable from '@visactor/vtable';\n\nexport * from './tables';\nexport * from './components';\nexport { VTable };\n\nexport const version = \"1.22.8-alpha.12\";\n"]}
@@ -99,5 +99,4 @@ export const createTable = (componentName, type, callback) => {
99
99
  type: type
100
100
  }) : props)));
101
101
  return Com.displayName = componentName, Com;
102
- };
103
- //# sourceMappingURL=base-table.js.map
102
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/openinula-vtable",
3
- "version": "1.22.7-alpha.9",
3
+ "version": "1.22.8-alpha.12",
4
4
  "description": "The openinula version of VTable",
5
5
  "keywords": [
6
6
  "openinula",
@@ -43,13 +43,13 @@
43
43
  "access": "public"
44
44
  },
45
45
  "dependencies": {
46
- "@visactor/vtable": "1.22.7-alpha.9",
46
+ "@visactor/vtable": "1.22.8-alpha.12",
47
47
  "@visactor/vutils": "~0.19.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "cross-env": "^7.0.3",
51
51
  "increase-memory-limit": "^1.0.7",
52
- "@visactor/vchart": "2.0.8-alpha.5",
52
+ "@visactor/vchart": "2.0.11-alpha.3",
53
53
  "@rushstack/eslint-patch": "~1.1.4",
54
54
  "eslint": "~8.18.0",
55
55
  "vite": "3.2.6",
@@ -84,9 +84,9 @@
84
84
  "form-data": "~4.0.0",
85
85
  "axios": "^1.4.0",
86
86
  "openinula": "~0.1.2-SNAPSHOT",
87
- "@internal/ts-config": "0.0.1",
88
87
  "@internal/bundler": "0.0.1",
89
- "@internal/eslint-config": "0.0.1"
88
+ "@internal/eslint-config": "0.0.1",
89
+ "@internal/ts-config": "0.0.1"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "openinula": "~0.1.2-SNAPSHOT"