@dovetail-v2/refine 0.1.15 → 0.1.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.
@@ -1,4 +1,4 @@
1
- import { j as jsxRuntimeExports } from "./index-9c0a49f4.js";
1
+ import { j as jsxRuntimeExports } from "./index-c5295550.js";
2
2
  import * as monaco from "monaco-editor";
3
3
  import { useRef, useEffect } from "react";
4
4
  import "i18next";
@@ -35936,7 +35936,8 @@ function ListPage(props) {
35936
35936
  children: [/* @__PURE__ */ jsxRuntimeExports.jsx(TableToolBar, {
35937
35937
  selectedKeys,
35938
35938
  title: config == null ? void 0 : config.displayName,
35939
- description: config == null ? void 0 : config.description
35939
+ description: config == null ? void 0 : config.description,
35940
+ hideCreate: config == null ? void 0 : config.hideCreate
35940
35941
  }), /* @__PURE__ */ jsxRuntimeExports.jsx(Divider, {
35941
35942
  style: {
35942
35943
  margin: 0,
@@ -38408,7 +38409,7 @@ const Separator = () => {
38408
38409
  });
38409
38410
  };
38410
38411
  const MonacoYamlEditor = React__default.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
38411
- const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-93fa7132.js"));
38412
+ const MonacoYamlDiffEditor = React__default.lazy(() => import("./MonacoYamlDiffEditor-4fb3ff3b.js"));
38412
38413
  const YamlEditorComponent = forwardRef(
38413
38414
  function YamlEditorComponent2(props, ref) {
38414
38415
  const {
package/dist/refine.js CHANGED
@@ -1,4 +1,4 @@
1
- import { bN, cC, A, aW, aY, aF, ca, bk, a1, co, cc, aQ, T, C, i, cG, aI, bp, ac, cI, ai, ap, cR, ax, cd, cb, cU, aM, bw, w, aD, bD, cT, cD, bG, D, b1, as, bJ, ar, at, a0, c9, c8, cS, bi, aU, ad, bQ, cF, cH, cm, aG, aj, s, q, cJ, I, bt, aT, t, M, be, bg, ce, cL, aL, bs, aq, ay, az, a8, aA, aX, aE, bE, bH, a9, d2, cn, cx, bM, N, a2, e, aV, a6, bP, by, bx, cK, b$, cZ, g, cY, aJ, bq, cg, L, ba, bb, bo, H, bc, J, bd, B, b5, cA, z, b4, G, b8, E, b6, F, b7, K, c0, b9, cz, aa, d0, c$, P, bm, v, ae, ah, b_, bj, cP, cO, a$, bu, c6, c5, p, aK, bl, x, bv, b0, d1, y, cq, cE, bK, bR, bS, d4, aH, R, ag, an, am, bL, ak, cQ, c2, al, cB, c7, bh, bA, au, h, Q, O, bf, ct, cw, cs, cr, cu, cv, cp, ch, ck, cl, cj, ci, cf, cy, bT, aN, br, aB, m, bW, l, aZ, cX, o, bX, a_, n, aS, bn, k, cW, aP, aR, c4, bC, bB, c3, aO, S, bF, cV, c_, b2, b3, bz, bI, c1, bY, bZ, ab, $, cN, af, W, cM, ao, aw, av, f, aC, bU, U, a3, d, d7, d6, d9, d3, a7, da, d5, d8, a5, a4, r, a, c, X, V, Y, Z, u, bO, _, bV, b } from "./index-9c0a49f4.js";
1
+ import { bN, cC, A, aW, aY, aF, ca, bk, a1, co, cc, aQ, T, C, i, cG, aI, bp, ac, cI, ai, ap, cR, ax, cd, cb, cU, aM, bw, w, aD, bD, cT, cD, bG, D, b1, as, bJ, ar, at, a0, c9, c8, cS, bi, aU, ad, bQ, cF, cH, cm, aG, aj, s, q, cJ, I, bt, aT, t, M, be, bg, ce, cL, aL, bs, aq, ay, az, a8, aA, aX, aE, bE, bH, a9, d2, cn, cx, bM, N, a2, e, aV, a6, bP, by, bx, cK, b$, cZ, g, cY, aJ, bq, cg, L, ba, bb, bo, H, bc, J, bd, B, b5, cA, z, b4, G, b8, E, b6, F, b7, K, c0, b9, cz, aa, d0, c$, P, bm, v, ae, ah, b_, bj, cP, cO, a$, bu, c6, c5, p, aK, bl, x, bv, b0, d1, y, cq, cE, bK, bR, bS, d4, aH, R, ag, an, am, bL, ak, cQ, c2, al, cB, c7, bh, bA, au, h, Q, O, bf, ct, cw, cs, cr, cu, cv, cp, ch, ck, cl, cj, ci, cf, cy, bT, aN, br, aB, m, bW, l, aZ, cX, o, bX, a_, n, aS, bn, k, cW, aP, aR, c4, bC, bB, c3, aO, S, bF, cV, c_, b2, b3, bz, bI, c1, bY, bZ, ab, $, cN, af, W, cM, ao, aw, av, f, aC, bU, U, a3, d, d7, d6, d9, d3, a7, da, d5, d8, a5, a4, r, a, c, X, V, Y, Z, u, bO, _, bV, b } from "./index-c5295550.js";
2
2
  import "@cloudtower/eagle";
3
3
  import "@refinedev/core";
4
4
  import "react";
@@ -35942,7 +35942,8 @@ WARNING: This link could potentially be dangerous`)) {
35942
35942
  children: [/* @__PURE__ */ jsxRuntimeExports.jsx(TableToolBar, {
35943
35943
  selectedKeys,
35944
35944
  title: config == null ? void 0 : config.displayName,
35945
- description: config == null ? void 0 : config.description
35945
+ description: config == null ? void 0 : config.description,
35946
+ hideCreate: config == null ? void 0 : config.hideCreate
35946
35947
  }), /* @__PURE__ */ jsxRuntimeExports.jsx(eagle.Divider, {
35947
35948
  style: {
35948
35949
  margin: 0,
@@ -31,6 +31,7 @@ export type ResourceConfig<Model extends ResourceModel = ResourceModel> = {
31
31
  hideListToolBar?: boolean;
32
32
  hideNamespacesFilter?: boolean;
33
33
  hideEdit?: boolean;
34
+ hideCreate?: boolean;
34
35
  description?: string;
35
36
  parent?: RESOURCE_GROUP;
36
37
  formatter?: (v: Model) => Model;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dovetail-v2/refine",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",