@hiver/connector-admin 1.0.0 → 1.0.1-beta.1
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/components/ui/form-fields/index.d.ts.map +1 -1
- package/features/auth/components/auth-form/index.d.ts.map +1 -1
- package/features/auth/constants/form-config.d.ts +1 -0
- package/features/auth/constants/form-config.d.ts.map +1 -1
- package/features/auth/types/request.d.ts +4 -0
- package/features/auth/types/request.d.ts.map +1 -1
- package/features/auth/utils/index.d.ts +5 -0
- package/features/auth/utils/index.d.ts.map +1 -1
- package/features/connector-library/store/initial-state.d.ts +1 -1
- package/features/connector-library/store/initial-state.d.ts.map +1 -1
- package/features/connector-library/store/selectors.d.ts +1 -1
- package/{hooks-CjAK86gy.js → hooks-B9sabDJ9.js} +1 -1
- package/{index-Dt3uzcNe.js → index-6Z24EmUJ.js} +3 -3
- package/{index-DKo2NU-Y.js → index-BWyFGyG4.js} +4 -4
- package/{index-iNlSCq_d.js → index-BgiRsq1B.js} +4 -4
- package/{index-BluFU4Qp.js → index-CEfJM_GG.js} +1 -1
- package/{index-BnVEsSdV.js → index-CYLU9RBU.js} +1252 -1246
- package/{index-BqGsuBlL.js → index-D-0ALtHa.js} +6 -6
- package/{index-BAHDqKss.js → index-S9R-eHB1.js} +2 -2
- package/index.es.js +1 -1
- package/index.umd.js +197 -197
- package/package.json +1 -1
- package/{showMessage-CQ6TNMXe.js → showMessage-Dm2wmIva.js} +1 -1
- package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
- package/types/connector.d.ts +3 -4
- package/types/connector.d.ts.map +1 -1
- package/types/form.d.ts +4 -1
- package/types/form.d.ts.map +1 -1
|
@@ -30737,21 +30737,21 @@ const SF = $(Jt)`
|
|
|
30737
30737
|
{
|
|
30738
30738
|
path: Yt.BASEPATH,
|
|
30739
30739
|
lazy: async () => {
|
|
30740
|
-
const { ConnectorView: t } = await import("./index-
|
|
30740
|
+
const { ConnectorView: t } = await import("./index-CEfJM_GG.js");
|
|
30741
30741
|
return { Component: t };
|
|
30742
30742
|
},
|
|
30743
30743
|
children: [
|
|
30744
30744
|
{
|
|
30745
30745
|
index: !0,
|
|
30746
30746
|
lazy: async () => {
|
|
30747
|
-
const { Dashboard: t } = await import("./index-
|
|
30747
|
+
const { Dashboard: t } = await import("./index-BgiRsq1B.js");
|
|
30748
30748
|
return { Component: t };
|
|
30749
30749
|
}
|
|
30750
30750
|
},
|
|
30751
30751
|
{
|
|
30752
30752
|
path: Yt.DASHBOARD,
|
|
30753
30753
|
lazy: async () => {
|
|
30754
|
-
const { Dashboard: t } = await import("./index-
|
|
30754
|
+
const { Dashboard: t } = await import("./index-BgiRsq1B.js");
|
|
30755
30755
|
return { Component: t };
|
|
30756
30756
|
}
|
|
30757
30757
|
},
|
|
@@ -30762,7 +30762,7 @@ const SF = $(Jt)`
|
|
|
30762
30762
|
{
|
|
30763
30763
|
path: `${Yt.API_VIEW}/:id`,
|
|
30764
30764
|
lazy: async () => {
|
|
30765
|
-
const { ConnectorConfig: t } = await import("./index-
|
|
30765
|
+
const { ConnectorConfig: t } = await import("./index-BWyFGyG4.js");
|
|
30766
30766
|
return { Component: t };
|
|
30767
30767
|
}
|
|
30768
30768
|
}
|
|
@@ -30771,14 +30771,14 @@ const SF = $(Jt)`
|
|
|
30771
30771
|
{
|
|
30772
30772
|
path: `${Yt.CONNECTOR_SETTINGS}/:id`,
|
|
30773
30773
|
lazy: async () => {
|
|
30774
|
-
const { Settings: t } = await import("./index-
|
|
30774
|
+
const { Settings: t } = await import("./index-CYLU9RBU.js");
|
|
30775
30775
|
return { Component: t };
|
|
30776
30776
|
}
|
|
30777
30777
|
},
|
|
30778
30778
|
{
|
|
30779
30779
|
path: Yt.AUTH_SUCCESS,
|
|
30780
30780
|
lazy: async () => {
|
|
30781
|
-
const { AuthSuccess: t } = await import("./index-
|
|
30781
|
+
const { AuthSuccess: t } = await import("./index-S9R-eHB1.js");
|
|
30782
30782
|
return { Component: t };
|
|
30783
30783
|
}
|
|
30784
30784
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { s as p, B as d, aY as f, aZ as A, a_ as h, A as u, aA as w, aB as l, j as e } from "./index-
|
|
1
|
+
import { s as p, B as d, aY as f, aZ as A, a_ as h, A as u, aA as w, aB as l, j as e } from "./index-D-0ALtHa.js";
|
|
2
2
|
import { useEffect as r } from "react";
|
|
3
|
-
import { u as m, a as c } from "./hooks-
|
|
3
|
+
import { u as m, a as c } from "./hooks-B9sabDJ9.js";
|
|
4
4
|
import { d as S, e as x } from "./selectors-BZXXKPzK.js";
|
|
5
5
|
const T = p(d)`
|
|
6
6
|
position: fixed;
|
package/index.es.js
CHANGED