master-components-react-ts 2.10.15 → 2.10.16
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/dist/index.js +6 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3661,8 +3661,12 @@ const Ma = (l) => {
|
|
|
3661
3661
|
document.removeEventListener("click", b);
|
|
3662
3662
|
};
|
|
3663
3663
|
}, [E]), /* @__PURE__ */ g("div", { className: le.tableContainer, children: [
|
|
3664
|
-
(v || x) && /* @__PURE__ */ g("div", { className: le.gridHeader,
|
|
3665
|
-
|
|
3664
|
+
(v || x) && /* @__PURE__ */ g("div", { className: le.gridHeader, style: {
|
|
3665
|
+
width: "100%"
|
|
3666
|
+
}, children: [
|
|
3667
|
+
/* @__PURE__ */ t("div", { style: {
|
|
3668
|
+
width: "100%"
|
|
3669
|
+
}, children: v }),
|
|
3666
3670
|
x && /* @__PURE__ */ g("div", { className: le.columnConfiguration, children: [
|
|
3667
3671
|
/* @__PURE__ */ t("div", { className: le.columnConfigurationIcon, ref: Y, onClick: () => X((b) => !b), children: /* @__PURE__ */ t($l, {}) }),
|
|
3668
3672
|
E && /* @__PURE__ */ t("ul", { className: le.columnConfigurationDropdown, ref: j, children: ge.map((b, P) => /* @__PURE__ */ g("li", { className: `${le.columnConfigurationItem} ${A === P ? le.dragging : ""} ${Ce === P ? le.dragOver : ""}`, draggable: !0, onDragStart: (F) => He(F, P), onDragOver: (F) => Me(F, P), onDragLeave: De, onDrop: (F) => qe(F, P), onDragEnd: Ve, children: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "master-components-react-ts",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.10.
|
|
4
|
+
"version": "2.10.16",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"build:analyze": "vite build --mode analyze",
|
|
30
30
|
"preview": "vite preview --port 3737 --strictPort",
|
|
31
31
|
"lint": "eslint .",
|
|
32
|
-
"release": "standard-version && npm run format-changelog && npm run sync-changelog",
|
|
32
|
+
"release": "standard-version --skip.bump && npm run format-changelog && npm run sync-changelog",
|
|
33
33
|
"release:minor": "standard-version --release-as minor && npm run format-changelog && npm run sync-changelog",
|
|
34
34
|
"release:major": "standard-version --release-as major && npm run format-changelog && npm run sync-changelog",
|
|
35
35
|
"release:patch": "standard-version --release-as patch && npm run format-changelog && npm run sync-changelog",
|