@visactor/react-vtable 1.20.0-alpha.3 → 1.20.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/cjs/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from './tables';
2
2
  export * from './table-components';
3
3
  export * from './components';
4
- export declare const version = "1.20.0-alpha.3";
4
+ export declare const version = "1.20.0";
package/cjs/index.js CHANGED
@@ -18,5 +18,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), exports.version = void 0, __exportStar(require("./tables"), exports), __exportStar(require("./table-components"), exports),
21
- __exportStar(require("./components"), exports), exports.version = "1.20.0-alpha.3";
21
+ __exportStar(require("./components"), exports), exports.version = "1.20.0";
22
22
  //# sourceMappingURL=index.js.map
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.20.0-alpha.3\";\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,QAAQ,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.20.0\";\n"]}
@@ -1381,7 +1381,15 @@
1381
1381
  const EnvContribution = Symbol.for("EnvContribution");
1382
1382
  const DEFAULT_TEXT_FONT_FAMILY$1 = "PingFang SC,Helvetica Neue,Microsoft Yahei,system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol";
1383
1383
 
1384
- class Application {}
1384
+ const container = new Container();
1385
+
1386
+ const RenderService = Symbol.for("RenderService");
1387
+
1388
+ class Application {
1389
+ get renderService() {
1390
+ return this._renderService || (this._renderService = container.get(RenderService)), this._renderService;
1391
+ }
1392
+ }
1385
1393
  const application = new Application();
1386
1394
 
1387
1395
  var MeasureModeEnum;
@@ -4253,8 +4261,6 @@
4253
4261
  return result.width += space, result;
4254
4262
  }
4255
4263
 
4256
- const container = new Container();
4257
-
4258
4264
  const CanvasFactory = Symbol.for("CanvasFactory");
4259
4265
 
4260
4266
  function wrapCanvas(params) {
@@ -19810,7 +19816,7 @@
19810
19816
  const Checkbox = React.forwardRef(CheckboxComponent);
19811
19817
  Checkbox.displayName = 'Checkbox';
19812
19818
 
19813
- const version = "1.20.0-alpha.3";
19819
+ const version = "1.20.0";
19814
19820
 
19815
19821
  Object.defineProperty(exports, 'register', {
19816
19822
  enumerable: true,