comand-component-library 4.1.70 → 4.1.71

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.
@@ -1292,7 +1292,8 @@ const jl = {
1292
1292
  required: !0
1293
1293
  },
1294
1294
  allowEditComponent: {
1295
- type: Boolean
1295
+ type: Boolean,
1296
+ default: !0
1296
1297
  },
1297
1298
  allowAddComponent: {
1298
1299
  type: Boolean
@@ -18559,7 +18560,7 @@ function c1(e, n, t, s, i, o) {
18559
18560
  })
18560
18561
  ], 64);
18561
18562
  }
18562
- const bo = /* @__PURE__ */ P(e1, [["render", c1]]), u1 = "comand-component-library", m1 = "4.1.70", h1 = "GPL-3.0-only", p1 = "CoManD-UI", f1 = "module", g1 = {
18563
+ const bo = /* @__PURE__ */ P(e1, [["render", c1]]), u1 = "comand-component-library", m1 = "4.1.71", h1 = "GPL-3.0-only", p1 = "CoManD-UI", f1 = "module", g1 = {
18563
18564
  prepublishOnly: "npm run build-lib",
18564
18565
  dev: "vite",
18565
18566
  build: "vite build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.70",
3
+ "version": "4.1.71",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -178,7 +178,8 @@ export default {
178
178
  required: true
179
179
  },
180
180
  allowEditComponent: {
181
- type: Boolean
181
+ type: Boolean,
182
+ default: true
182
183
  },
183
184
  allowAddComponent: {
184
185
  type: Boolean