@dovetail-v2/refine 0.0.10 → 0.0.11
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.
|
@@ -7,7 +7,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7
7
|
import React, { useCallback, useContext, createContext, useState, useRef, useEffect, useMemo, useLayoutEffect, forwardRef, useImperativeHandle, Suspense } from "react";
|
|
8
8
|
import { ResourceContext, matchResourceFromRoute, useResource, useForm as useForm$1, pickNotDeprecated, useWarnAboutChange, useDelete, useNavigation, useUpdate, useGo, useParsed, useList, useTable, useBreadcrumb, useDeleteMany, useShow, useMenu, Refine } from "@refinedev/core";
|
|
9
9
|
import { parse, stringify } from "qs";
|
|
10
|
-
import { useLocation, useHistory, useParams, matchPath, Link, Route, NavLink,
|
|
10
|
+
import { useLocation, useHistory, useParams, matchPath, Link, Route, NavLink, Router } from "react-router-dom";
|
|
11
11
|
import { useUIKit, Typo, Icon, kitContext } from "@cloudtower/eagle";
|
|
12
12
|
import yaml from "js-yaml";
|
|
13
13
|
import { isObject, get, merge, cloneDeep, set } from "lodash-es";
|
|
@@ -9667,7 +9667,7 @@ const Separator = () => {
|
|
|
9667
9667
|
});
|
|
9668
9668
|
};
|
|
9669
9669
|
const MonacoYamlEditor = React.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
|
|
9670
|
-
const MonacoYamlDiffEditor = React.lazy(() => import("./MonacoYamlDiffEditor.
|
|
9670
|
+
const MonacoYamlDiffEditor = React.lazy(() => import("./MonacoYamlDiffEditor.7f3aa6a3.js"));
|
|
9671
9671
|
const YamlEditorComponent = forwardRef(
|
|
9672
9672
|
function YamlEditorComponent2(props, ref) {
|
|
9673
9673
|
const {
|
|
@@ -11688,7 +11688,7 @@ const Dovetail = (props) => {
|
|
|
11688
11688
|
return resourcesConfig.filter((c) => !c.isCustom);
|
|
11689
11689
|
}, [resourcesConfig]);
|
|
11690
11690
|
const content = useMemo(() => {
|
|
11691
|
-
const _content = /* @__PURE__ */ jsxRuntime.exports.jsxs(
|
|
11691
|
+
const _content = /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, { children: [
|
|
11692
11692
|
/* @__PURE__ */ jsxRuntime.exports.jsx(ResourceCRUD, { configs: notCustomResources, urlPrefix }),
|
|
11693
11693
|
props.children
|
|
11694
11694
|
] });
|
package/dist/refine.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aa, A, ae, B, ag, f, C, e, X, s, w, G, ar, L, ah, af, $, Q, a3, as, a6, D, a8, U, I, ai, am, _, O, K, T, a4, a7, M, a9, N, k, b, o, ac, c, ak, q, P, t, ao, an, Z, at, V, R, E, z, x, ap, y, H, d, aj, a0, S, a2, a1, a5, al, ad, v, W, aq, F, J, Y, l, p, n, m, r, a, h, g, i, ab, u } from "./index.
|
|
1
|
+
import { aa, A, ae, B, ag, f, C, e, X, s, w, G, ar, L, ah, af, $, Q, a3, as, a6, D, a8, U, I, ai, am, _, O, K, T, a4, a7, M, a9, N, k, b, o, ac, c, ak, q, P, t, ao, an, Z, at, V, R, E, z, x, ap, y, H, d, aj, a0, S, a2, a1, a5, al, ad, v, W, aq, F, J, Y, l, p, n, m, r, a, h, g, i, ab, u } from "./index.e18b90a8.js";
|
|
2
2
|
import "@cloudtower/eagle";
|
|
3
3
|
import "@refinedev/core";
|
|
4
4
|
import "js-yaml";
|
package/dist/refine.umd.cjs
CHANGED
|
@@ -11702,7 +11702,7 @@ var __publicField = (obj, key, value) => {
|
|
|
11702
11702
|
return resourcesConfig.filter((c) => !c.isCustom);
|
|
11703
11703
|
}, [resourcesConfig]);
|
|
11704
11704
|
const content = React.useMemo(() => {
|
|
11705
|
-
const _content = /* @__PURE__ */ jsxRuntime.exports.jsxs(
|
|
11705
|
+
const _content = /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, { children: [
|
|
11706
11706
|
/* @__PURE__ */ jsxRuntime.exports.jsx(ResourceCRUD, { configs: notCustomResources, urlPrefix }),
|
|
11707
11707
|
props.children
|
|
11708
11708
|
] });
|