@visactor/react-vtable 1.6.3-alpha.0 → 1.6.3-alpha.2

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.
@@ -44,4 +44,5 @@ function TagComponent(baseProps, ref) {
44
44
  });
45
45
  }
46
46
 
47
- exports.Tag = react_1.default.forwardRef(TagComponent), exports.Tag.displayName = "Tag";
47
+ exports.Tag = react_1.default.forwardRef(TagComponent), exports.Tag.displayName = "Tag";
48
+ //# sourceMappingURL=tag.js.map
@@ -2,5 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- }), exports.Checkbox = void 0, exports.Checkbox = "checkbox";
6
- //# sourceMappingURL=checkbox.js.map
5
+ }), exports.Checkbox = void 0, exports.Checkbox = "checkbox";
@@ -21,5 +21,4 @@ function withTableInstance(Component) {
21
21
  }
22
22
 
23
23
  TableContext.displayName = "TableContext", exports.withTableInstance = withTableInstance,
24
- exports.default = TableContext;
25
- //# sourceMappingURL=table.js.map
24
+ exports.default = TableContext;
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.6.3-alpha.0";
4
+ export declare const version = "1.6.3-alpha.2";
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.6.3-alpha.0";
21
+ __exportStar(require("./components"), exports), exports.version = "1.6.3-alpha.2";
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,eAAe,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.6.3-alpha.0\";\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,eAAe,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.6.3-alpha.2\";\n"]}
@@ -83,4 +83,5 @@ function isReactElement(obj) {
83
83
  return obj && obj.$$typeof === Symbol.for("react.element");
84
84
  }
85
85
 
86
+ //# sourceMappingURL=base-component.js.map
86
87
  exports.createComponent = createComponent;
@@ -42,4 +42,5 @@ function TagComponent(baseProps, ref) {
42
42
 
43
43
  export const Tag = React.forwardRef(TagComponent);
44
44
 
45
- Tag.displayName = "Tag";
45
+ Tag.displayName = "Tag";
46
+ //# sourceMappingURL=tag.js.map
@@ -1,2 +1 @@
1
- export const Checkbox = "checkbox";
2
- //# sourceMappingURL=checkbox.js.map
1
+ export const Checkbox = "checkbox";
@@ -12,5 +12,4 @@ export function withTableInstance(Component) {
12
12
  return Com.displayName = Component.name, Com;
13
13
  }
14
14
 
15
- export default TableContext;
16
- //# sourceMappingURL=table.js.map
15
+ export default TableContext;
package/es/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.6.3-alpha.0";
4
+ export declare const version = "1.6.3-alpha.2";
package/es/index.js CHANGED
@@ -4,5 +4,5 @@ export * from "./table-components";
4
4
 
5
5
  export * from "./components";
6
6
 
7
- export const version = "1.6.3-alpha.0";
7
+ export const version = "1.6.3-alpha.2";
8
8
  //# sourceMappingURL=index.js.map
package/es/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAE7B,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.6.3-alpha.0\";\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAE7B,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.6.3-alpha.2\";\n"]}
@@ -56,4 +56,5 @@ function parseCustomChildren(children, componentId) {
56
56
 
57
57
  function isReactElement(obj) {
58
58
  return obj && obj.$$typeof === Symbol.for("react.element");
59
- }
59
+ }
60
+ //# sourceMappingURL=base-component.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vtable",
3
- "version": "1.6.3-alpha.0",
3
+ "version": "1.6.3-alpha.2",
4
4
  "description": "The react version of VTable",
5
5
  "keywords": [
6
6
  "react",
@@ -43,7 +43,7 @@
43
43
  "access": "public"
44
44
  },
45
45
  "dependencies": {
46
- "@visactor/vtable": "1.6.3-alpha.0",
46
+ "@visactor/vtable": "1.6.3-alpha.2",
47
47
  "@visactor/vutils": "~0.18.13",
48
48
  "react-is": "^18.2.0",
49
49
  "react-reconciler": "0.29.2"