elab_components 0.13.43 → 0.13.49

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.
@@ -1,5 +1,5 @@
1
1
  declare const props: () => {
2
- activeRangeEnd: "end" | "start";
2
+ activeRangeEnd: "start" | "end";
3
3
  allowReverse: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
4
4
  bottomView: "month" | "year" | "decade" | "century";
5
5
  defaultActiveView: "month" | "year" | "decade" | "century";
package/dist/index.esm.js CHANGED
@@ -33648,7 +33648,7 @@ var OkGrid = function (_a) {
33648
33648
  return "".concat(width + 40, "px");
33649
33649
  }, []);
33650
33650
  var ProductNameHeader = function (props) {
33651
- return (React__default.createElement("td", null,
33651
+ return (React__default.createElement("th", __assign({}, props === null || props === void 0 ? void 0 : props.thProps),
33652
33652
  React__default.createElement("a", { className: 'k-link', onClick: props.onClick },
33653
33653
  React__default.createElement("span", { title: props.title }, props.title))));
33654
33654
  };
package/dist/index.js CHANGED
@@ -33676,7 +33676,7 @@ var OkGrid = function (_a) {
33676
33676
  return "".concat(width + 40, "px");
33677
33677
  }, []);
33678
33678
  var ProductNameHeader = function (props) {
33679
- return (React__default["default"].createElement("td", null,
33679
+ return (React__default["default"].createElement("th", __assign({}, props === null || props === void 0 ? void 0 : props.thProps),
33680
33680
  React__default["default"].createElement("a", { className: 'k-link', onClick: props.onClick },
33681
33681
  React__default["default"].createElement("span", { title: props.title }, props.title))));
33682
33682
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.13.43",
3
+ "version": "0.13.49",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",