@visactor/react-vtable 1.22.12-alpha.1 → 1.22.12-alpha.3

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.
@@ -64,4 +64,5 @@ function RadioComponent(baseProps, ref) {
64
64
  }, rest));
65
65
  }
66
66
 
67
- exports.Radio = react_1.default.forwardRef(RadioComponent), exports.Radio.displayName = "Radio";
67
+ exports.Radio = react_1.default.forwardRef(RadioComponent), exports.Radio.displayName = "Radio";
68
+ //# sourceMappingURL=radio.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";
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.22.12-alpha.1";
4
+ export declare const version = "1.22.12-alpha.3";
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.22.12-alpha.1";
21
+ __exportStar(require("./components"), exports), exports.version = "1.22.12-alpha.3";
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,iBAAiB,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.22.12-alpha.1\";\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,iBAAiB,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.22.12-alpha.3\";\n"]}
@@ -6812,6 +6812,7 @@
6812
6812
  var _a;
6813
6813
  if (!states.length) return void this.clearStates(hasAnimation);
6814
6814
  if (!((null === (_a = this.currentStates) || void 0 === _a ? void 0 : _a.length) !== states.length || states.some((stateName, index) => this.currentStates[index] !== stateName))) return;
6815
+ this.stateSort && (states = states.sort(this.stateSort));
6815
6816
  const stateAttrs = {};
6816
6817
  states.forEach(stateName => {
6817
6818
  var _a;
@@ -19659,7 +19660,7 @@
19659
19660
  const Checkbox = React.forwardRef(CheckboxComponent);
19660
19661
  Checkbox.displayName = 'Checkbox';
19661
19662
 
19662
- const version = "1.22.12-alpha.1";
19663
+ const version = "1.22.12-alpha.3";
19663
19664
 
19664
19665
  Object.defineProperty(exports, 'register', {
19665
19666
  enumerable: true,