@visactor/react-vtable 1.22.8-alpha.2 → 1.22.8-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,5 +64,4 @@ function RadioComponent(baseProps, ref) {
64
64
  }, rest));
65
65
  }
66
66
 
67
- exports.Radio = react_1.default.forwardRef(RadioComponent), exports.Radio.displayName = "Radio";
68
- //# sourceMappingURL=radio.js.map
67
+ exports.Radio = react_1.default.forwardRef(RadioComponent), exports.Radio.displayName = "Radio";
@@ -44,4 +44,5 @@ function TagComponent(baseProps, ref) {
44
44
  }, rest));
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
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.8-alpha.2";
4
+ export declare const version = "1.22.8-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.8-alpha.2";
21
+ __exportStar(require("./components"), exports), exports.version = "1.22.8-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,gBAAgB,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.22.8-alpha.2\";\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.22.8-alpha.3\";\n"]}
@@ -6972,6 +6972,7 @@
6972
6972
  var _a;
6973
6973
  if (!states.length) return void this.clearStates(hasAnimation);
6974
6974
  if (!((null === (_a = this.currentStates) || void 0 === _a ? void 0 : _a.length) !== states.length || states.some((stateName, index) => this.currentStates[index] !== stateName))) return;
6975
+ this.stateSort && (states = states.sort(this.stateSort));
6975
6976
  const stateAttrs = {};
6976
6977
  states.forEach(stateName => {
6977
6978
  var _a;
@@ -7155,7 +7156,7 @@
7155
7156
  });
7156
7157
  }
7157
7158
  release() {
7158
- this.releaseStatus = "released", this.stopAnimates(), application.graphicService.onRelease(this);
7159
+ this.releaseStatus = "released", this.stopAnimates(), application.graphicService.onRelease(this), super.release();
7159
7160
  }
7160
7161
  _emitCustomEvent(type, context) {
7161
7162
  var _a, _b;
@@ -19818,7 +19819,7 @@
19818
19819
  const Checkbox = React.forwardRef(CheckboxComponent);
19819
19820
  Checkbox.displayName = 'Checkbox';
19820
19821
 
19821
- const version = "1.22.8-alpha.2";
19822
+ const version = "1.22.8-alpha.3";
19822
19823
 
19823
19824
  Object.defineProperty(exports, 'register', {
19824
19825
  enumerable: true,