@visactor/react-vtable 1.11.6-alpha.3 → 1.11.6-alpha.5

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.11.6-alpha.3";
4
+ export declare const version = "1.11.6-alpha.5";
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.11.6-alpha.3";
21
+ __exportStar(require("./components"), exports), exports.version = "1.11.6-alpha.5";
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.11.6-alpha.3\";\n"]}
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.11.6-alpha.5\";\n"]}
@@ -11110,7 +11110,7 @@
11110
11110
  function createImageElement(src) {
11111
11111
  let isSvg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : !1;
11112
11112
  const img = document.createElement("img");
11113
- if (img.crossOrigin = "anonymous", isSvg) {
11113
+ if (application.global.isImageAnonymous && (img.crossOrigin = "anonymous"), isSvg) {
11114
11114
  const data = new Blob([src], {
11115
11115
  type: "image/svg+xml"
11116
11116
  });
@@ -19207,7 +19207,7 @@
19207
19207
  const Checkbox = React.forwardRef(CheckboxComponent);
19208
19208
  Checkbox.displayName = 'Checkbox';
19209
19209
 
19210
- const version = "1.11.6-alpha.3";
19210
+ const version = "1.11.6-alpha.5";
19211
19211
 
19212
19212
  Object.defineProperty(exports, 'register', {
19213
19213
  enumerable: true,