@hiver/connector-admin 0.0.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/README.md +50 -0
- package/dist/Typography-CW9ecUn7.js +174 -0
- package/dist/app/connectors/index.d.ts +3 -0
- package/dist/app/connectors/index.d.ts.map +1 -0
- package/dist/app/connectors/pages/connector-view/agent/index.d.ts +2 -0
- package/dist/app/connectors/pages/connector-view/agent/index.d.ts.map +1 -0
- package/dist/app/connectors/pages/connector-view/dashboard/__tests__/dashboard.test.d.ts +2 -0
- package/dist/app/connectors/pages/connector-view/dashboard/__tests__/dashboard.test.d.ts.map +1 -0
- package/dist/app/connectors/pages/connector-view/dashboard/index.d.ts +3 -0
- package/dist/app/connectors/pages/connector-view/dashboard/index.d.ts.map +1 -0
- package/dist/app/connectors/pages/connector-view/dashboard/styles.d.ts +24 -0
- package/dist/app/connectors/pages/connector-view/dashboard/styles.d.ts.map +1 -0
- package/dist/app/connectors/pages/connector-view/index.d.ts +3 -0
- package/dist/app/connectors/pages/connector-view/index.d.ts.map +1 -0
- package/dist/app/connectors/pages/settings/connector-config/__tests__/connector-config.test.d.ts +2 -0
- package/dist/app/connectors/pages/settings/connector-config/__tests__/connector-config.test.d.ts.map +1 -0
- package/dist/app/connectors/pages/settings/connector-config/index.d.ts +2 -0
- package/dist/app/connectors/pages/settings/connector-config/index.d.ts.map +1 -0
- package/dist/app/connectors/pages/settings/connector-config/style.d.ts +5 -0
- package/dist/app/connectors/pages/settings/connector-config/style.d.ts.map +1 -0
- package/dist/app/connectors/pages/settings/index.d.ts +2 -0
- package/dist/app/connectors/pages/settings/index.d.ts.map +1 -0
- package/dist/app/connectors/pages/settings/styles.d.ts +4 -0
- package/dist/app/connectors/pages/settings/styles.d.ts.map +1 -0
- package/dist/app/connectors/provider.d.ts +7 -0
- package/dist/app/connectors/provider.d.ts.map +1 -0
- package/dist/app/connectors/router.d.ts +3 -0
- package/dist/app/connectors/router.d.ts.map +1 -0
- package/dist/app/index.d.ts +2 -0
- package/dist/app/index.d.ts.map +1 -0
- package/dist/components/layouts/__tests__/sidebar.test.d.ts +2 -0
- package/dist/components/layouts/__tests__/sidebar.test.d.ts.map +1 -0
- package/dist/components/layouts/sidebar/index.d.ts +7 -0
- package/dist/components/layouts/sidebar/index.d.ts.map +1 -0
- package/dist/components/layouts/sidebar/styles.d.ts +7 -0
- package/dist/components/layouts/sidebar/styles.d.ts.map +1 -0
- package/dist/components/ui/bread-crumbs/__tests__/bread-crumb.test.d.ts +2 -0
- package/dist/components/ui/bread-crumbs/__tests__/bread-crumb.test.d.ts.map +1 -0
- package/dist/components/ui/bread-crumbs/index.d.ts +3 -0
- package/dist/components/ui/bread-crumbs/index.d.ts.map +1 -0
- package/dist/components/ui/bread-crumbs/styles.d.ts +6 -0
- package/dist/components/ui/bread-crumbs/styles.d.ts.map +1 -0
- package/dist/components/ui/modal/__tests__/modal.test.d.ts +2 -0
- package/dist/components/ui/modal/__tests__/modal.test.d.ts.map +1 -0
- package/dist/components/ui/modal/index.d.ts +10 -0
- package/dist/components/ui/modal/index.d.ts.map +1 -0
- package/dist/components/ui/styled-ui-components.d.ts +6 -0
- package/dist/components/ui/styled-ui-components.d.ts.map +1 -0
- package/dist/components/ui/text-field/index.d.ts +3 -0
- package/dist/components/ui/text-field/index.d.ts.map +1 -0
- package/dist/constants/api.d.ts +12 -0
- package/dist/constants/api.d.ts.map +1 -0
- package/dist/constants/bread-crumbs.d.ts +5 -0
- package/dist/constants/bread-crumbs.d.ts.map +1 -0
- package/dist/constants/modal.d.ts +4 -0
- package/dist/constants/modal.d.ts.map +1 -0
- package/dist/constants/router-paths.d.ts +9 -0
- package/dist/constants/router-paths.d.ts.map +1 -0
- package/dist/constants/sidebar.d.ts +7 -0
- package/dist/constants/sidebar.d.ts.map +1 -0
- package/dist/context/index.d.ts +24 -0
- package/dist/context/index.d.ts.map +1 -0
- package/dist/context/main-app-provider/index.d.ts +7 -0
- package/dist/context/main-app-provider/index.d.ts.map +1 -0
- package/dist/features/auth/components/auth.d.ts +2 -0
- package/dist/features/auth/components/auth.d.ts.map +1 -0
- package/dist/features/auth/constants/index.d.ts +2 -0
- package/dist/features/auth/constants/index.d.ts.map +1 -0
- package/dist/features/connector-library/api/index.d.ts +9 -0
- package/dist/features/connector-library/api/index.d.ts.map +1 -0
- package/dist/features/connector-library/components/api-library/index.d.ts +7 -0
- package/dist/features/connector-library/components/api-library/index.d.ts.map +1 -0
- package/dist/features/connector-library/components/api-library/styles.d.ts +4 -0
- package/dist/features/connector-library/components/api-library/styles.d.ts.map +1 -0
- package/dist/features/connector-library/components/api-library-skeleton/index.d.ts +2 -0
- package/dist/features/connector-library/components/api-library-skeleton/index.d.ts.map +1 -0
- package/dist/features/connector-library/components/api-library-skeleton/styles.d.ts +4 -0
- package/dist/features/connector-library/components/api-library-skeleton/styles.d.ts.map +1 -0
- package/dist/features/connector-library/components/connector-enabled-modal/index.d.ts +9 -0
- package/dist/features/connector-library/components/connector-enabled-modal/index.d.ts.map +1 -0
- package/dist/features/connector-library/components/connector-enabled-modal/styles.d.ts +4 -0
- package/dist/features/connector-library/components/connector-enabled-modal/styles.d.ts.map +1 -0
- package/dist/features/connector-library/components/library-card-list/__tests__/library-card-list.test.d.ts +2 -0
- package/dist/features/connector-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +1 -0
- package/dist/features/connector-library/components/library-card-list/index.d.ts +3 -0
- package/dist/features/connector-library/components/library-card-list/index.d.ts.map +1 -0
- package/dist/features/connector-library/components/library-card-list/styles.d.ts +10 -0
- package/dist/features/connector-library/components/library-card-list/styles.d.ts.map +1 -0
- package/dist/features/connector-library/components/library-card-skeleton/index.d.ts +2 -0
- package/dist/features/connector-library/components/library-card-skeleton/index.d.ts.map +1 -0
- package/dist/features/connector-library/components/library-card-skeleton/styles.d.ts +4 -0
- package/dist/features/connector-library/components/library-card-skeleton/styles.d.ts.map +1 -0
- package/dist/features/connector-library/components/library-edit-list/index.d.ts +2 -0
- package/dist/features/connector-library/components/library-edit-list/index.d.ts.map +1 -0
- package/dist/features/connector-library/components/library-edit-list/styles.d.ts +2 -0
- package/dist/features/connector-library/components/library-edit-list/styles.d.ts.map +1 -0
- package/dist/features/connector-library/constants/api-library.d.ts +3 -0
- package/dist/features/connector-library/constants/api-library.d.ts.map +1 -0
- package/dist/features/connector-library/constants/api.d.ts +5 -0
- package/dist/features/connector-library/constants/api.d.ts.map +1 -0
- package/dist/features/connector-library/constants/content-page.d.ts +5 -0
- package/dist/features/connector-library/constants/content-page.d.ts.map +1 -0
- package/dist/features/connector-library/store/initial-state.d.ts +22 -0
- package/dist/features/connector-library/store/initial-state.d.ts.map +1 -0
- package/dist/features/connector-library/store/selectors.d.ts +18 -0
- package/dist/features/connector-library/store/selectors.d.ts.map +1 -0
- package/dist/features/connector-library/store/slice.d.ts +78 -0
- package/dist/features/connector-library/store/slice.d.ts.map +1 -0
- package/dist/features/connector-library/types/connector.d.ts +54 -0
- package/dist/features/connector-library/types/connector.d.ts.map +1 -0
- package/dist/features/connector-library/utils/type-guards.d.ts +7 -0
- package/dist/features/connector-library/utils/type-guards.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/custom-connector-card/__tests__/custom-connector-card.test.d.ts +2 -0
- package/dist/features/request-new-connector/components/custom-connector-card/__tests__/custom-connector-card.test.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/custom-connector-card/index.d.ts +9 -0
- package/dist/features/request-new-connector/components/custom-connector-card/index.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/custom-connector-card/style.d.ts +10 -0
- package/dist/features/request-new-connector/components/custom-connector-card/style.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/request-new-card/index.d.ts +7 -0
- package/dist/features/request-new-connector/components/request-new-card/index.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/request-new-card/styles.d.ts +22 -0
- package/dist/features/request-new-connector/components/request-new-card/styles.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.d.ts +2 -0
- package/dist/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/request-new-modal/index.d.ts +8 -0
- package/dist/features/request-new-connector/components/request-new-modal/index.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/request-new-modal/request-panel.d.ts +13 -0
- package/dist/features/request-new-connector/components/request-new-modal/request-panel.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/request-new-modal/styles.d.ts +4 -0
- package/dist/features/request-new-connector/components/request-new-modal/styles.d.ts.map +1 -0
- package/dist/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts +7 -0
- package/dist/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts.map +1 -0
- package/dist/features/request-new-connector/constants/index.d.ts +21 -0
- package/dist/features/request-new-connector/constants/index.d.ts.map +1 -0
- package/dist/features/request-new-connector/types/index.d.ts +5 -0
- package/dist/features/request-new-connector/types/index.d.ts.map +1 -0
- package/dist/features/settings/components/auth/auth.d.ts +2 -0
- package/dist/features/settings/components/auth/auth.d.ts.map +1 -0
- package/dist/features/settings/constants/auth.d.ts +2 -0
- package/dist/features/settings/constants/auth.d.ts.map +1 -0
- package/dist/index-BaRBVtu0.js +39 -0
- package/dist/index-C47HiJVp.js +68 -0
- package/dist/index-CJMPXxRz.js +52 -0
- package/dist/index-DTpk0Iib.js +29155 -0
- package/dist/index-Dji7oatk.js +3356 -0
- package/dist/index-DxrxS1sg.js +5 -0
- package/dist/index-IXLZm0uz.js +2954 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +7 -0
- package/dist/index.umd.js +2549 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/mockServiceWorker.js +280 -0
- package/dist/store/counter/initial-state.d.ts +6 -0
- package/dist/store/counter/initial-state.d.ts.map +1 -0
- package/dist/store/counter/selectors.d.ts +4 -0
- package/dist/store/counter/selectors.d.ts.map +1 -0
- package/dist/store/counter/slice.d.ts +23 -0
- package/dist/store/counter/slice.d.ts.map +1 -0
- package/dist/store/hooks.d.ts +9 -0
- package/dist/store/hooks.d.ts.map +1 -0
- package/dist/store/index.d.ts +22 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/testing/mocks/browser.d.ts +2 -0
- package/dist/testing/mocks/browser.d.ts.map +1 -0
- package/dist/testing/mocks/handlers/bifrost-token.d.ts +2 -0
- package/dist/testing/mocks/handlers/bifrost-token.d.ts.map +1 -0
- package/dist/testing/mocks/handlers/connector-template.d.ts +2 -0
- package/dist/testing/mocks/handlers/connector-template.d.ts.map +1 -0
- package/dist/testing/mocks/handlers/update-connector.d.ts +2 -0
- package/dist/testing/mocks/handlers/update-connector.d.ts.map +1 -0
- package/dist/testing/mocks/handlers.d.ts +2 -0
- package/dist/testing/mocks/handlers.d.ts.map +1 -0
- package/dist/testing/mocks/server.d.ts +2 -0
- package/dist/testing/mocks/server.d.ts.map +1 -0
- package/dist/testing/setup-store.d.ts +11 -0
- package/dist/testing/setup-store.d.ts.map +1 -0
- package/dist/testing/setup-test.d.ts +1 -0
- package/dist/testing/setup-test.d.ts.map +1 -0
- package/dist/testing/test-utils.d.ts +69 -0
- package/dist/testing/test-utils.d.ts.map +1 -0
- package/dist/theme.d.ts +3 -0
- package/dist/theme.d.ts.map +1 -0
- package/dist/types/api.d.ts +2 -0
- package/dist/types/api.d.ts.map +1 -0
- package/dist/types/router.d.ts +4 -0
- package/dist/types/router.d.ts.map +1 -0
- package/dist/types/sidebar.d.ts +8 -0
- package/dist/types/sidebar.d.ts.map +1 -0
- package/dist/utils/index.d.ts +5 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +48 -0
package/README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# React + TypeScript + Vite
|
|
2
|
+
|
|
3
|
+
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
|
|
4
|
+
|
|
5
|
+
Currently, two official plugins are available:
|
|
6
|
+
|
|
7
|
+
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
|
|
8
|
+
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
|
|
9
|
+
|
|
10
|
+
## Expanding the ESLint configuration
|
|
11
|
+
|
|
12
|
+
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
|
|
13
|
+
|
|
14
|
+
- Configure the top-level `parserOptions` property like this:
|
|
15
|
+
|
|
16
|
+
```js
|
|
17
|
+
export default tseslint.config({
|
|
18
|
+
languageOptions: {
|
|
19
|
+
// other options...
|
|
20
|
+
parserOptions: {
|
|
21
|
+
project: ['./tsconfig.node.json', './tsconfig.app.json'],
|
|
22
|
+
tsconfigRootDir: import.meta.dirname,
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
})
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`
|
|
29
|
+
- Optionally add `...tseslint.configs.stylisticTypeChecked`
|
|
30
|
+
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:
|
|
31
|
+
|
|
32
|
+
```js
|
|
33
|
+
// eslint.config.js
|
|
34
|
+
import react from 'eslint-plugin-react'
|
|
35
|
+
|
|
36
|
+
export default tseslint.config({
|
|
37
|
+
// Set the react version
|
|
38
|
+
settings: { react: { version: '18.3' } },
|
|
39
|
+
plugins: {
|
|
40
|
+
// Add the react plugin
|
|
41
|
+
react,
|
|
42
|
+
},
|
|
43
|
+
rules: {
|
|
44
|
+
// other rules...
|
|
45
|
+
// Enable its recommended rules
|
|
46
|
+
...react.configs.recommended.rules,
|
|
47
|
+
...react.configs['jsx-runtime'].rules,
|
|
48
|
+
},
|
|
49
|
+
})
|
|
50
|
+
```
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import { g as B, f as W, s as j, h as f, _ as p, i as C, am as M, k as O, j as P, l as R, P as t, m as N } from "./index-DTpk0Iib.js";
|
|
2
|
+
import * as _ from "react";
|
|
3
|
+
function U(a) {
|
|
4
|
+
return B("MuiTypography", a);
|
|
5
|
+
}
|
|
6
|
+
W("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
|
|
7
|
+
const D = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"], E = (a) => {
|
|
8
|
+
const {
|
|
9
|
+
align: o,
|
|
10
|
+
gutterBottom: r,
|
|
11
|
+
noWrap: e,
|
|
12
|
+
paragraph: i,
|
|
13
|
+
variant: n,
|
|
14
|
+
classes: h
|
|
15
|
+
} = a, s = {
|
|
16
|
+
root: ["root", n, a.align !== "inherit" && `align${f(o)}`, r && "gutterBottom", e && "noWrap", i && "paragraph"]
|
|
17
|
+
};
|
|
18
|
+
return N(s, U, h);
|
|
19
|
+
}, L = j("span", {
|
|
20
|
+
name: "MuiTypography",
|
|
21
|
+
slot: "Root",
|
|
22
|
+
overridesResolver: (a, o) => {
|
|
23
|
+
const {
|
|
24
|
+
ownerState: r
|
|
25
|
+
} = a;
|
|
26
|
+
return [o.root, r.variant && o[r.variant], r.align !== "inherit" && o[`align${f(r.align)}`], r.noWrap && o.noWrap, r.gutterBottom && o.gutterBottom, r.paragraph && o.paragraph];
|
|
27
|
+
}
|
|
28
|
+
})(({
|
|
29
|
+
theme: a,
|
|
30
|
+
ownerState: o
|
|
31
|
+
}) => p({
|
|
32
|
+
margin: 0
|
|
33
|
+
}, o.variant === "inherit" && {
|
|
34
|
+
// Some elements, like <button> on Chrome have default font that doesn't inherit, reset this.
|
|
35
|
+
font: "inherit"
|
|
36
|
+
}, o.variant !== "inherit" && a.typography[o.variant], o.align !== "inherit" && {
|
|
37
|
+
textAlign: o.align
|
|
38
|
+
}, o.noWrap && {
|
|
39
|
+
overflow: "hidden",
|
|
40
|
+
textOverflow: "ellipsis",
|
|
41
|
+
whiteSpace: "nowrap"
|
|
42
|
+
}, o.gutterBottom && {
|
|
43
|
+
marginBottom: "0.35em"
|
|
44
|
+
}, o.paragraph && {
|
|
45
|
+
marginBottom: 16
|
|
46
|
+
})), u = {
|
|
47
|
+
h1: "h1",
|
|
48
|
+
h2: "h2",
|
|
49
|
+
h3: "h3",
|
|
50
|
+
h4: "h4",
|
|
51
|
+
h5: "h5",
|
|
52
|
+
h6: "h6",
|
|
53
|
+
subtitle1: "h6",
|
|
54
|
+
subtitle2: "h6",
|
|
55
|
+
body1: "p",
|
|
56
|
+
body2: "p",
|
|
57
|
+
inherit: "p"
|
|
58
|
+
}, V = {
|
|
59
|
+
primary: "primary.main",
|
|
60
|
+
textPrimary: "text.primary",
|
|
61
|
+
secondary: "secondary.main",
|
|
62
|
+
textSecondary: "text.secondary",
|
|
63
|
+
error: "error.main"
|
|
64
|
+
}, $ = (a) => V[a] || a, k = /* @__PURE__ */ _.forwardRef(function(o, r) {
|
|
65
|
+
const e = C({
|
|
66
|
+
props: o,
|
|
67
|
+
name: "MuiTypography"
|
|
68
|
+
}), i = $(e.color), n = M(p({}, e, {
|
|
69
|
+
color: i
|
|
70
|
+
})), {
|
|
71
|
+
align: h = "inherit",
|
|
72
|
+
className: s,
|
|
73
|
+
component: g,
|
|
74
|
+
gutterBottom: d = !1,
|
|
75
|
+
noWrap: b = !1,
|
|
76
|
+
paragraph: c = !1,
|
|
77
|
+
variant: l = "body1",
|
|
78
|
+
variantMapping: m = u
|
|
79
|
+
} = n, v = O(n, D), y = p({}, n, {
|
|
80
|
+
align: h,
|
|
81
|
+
color: i,
|
|
82
|
+
className: s,
|
|
83
|
+
component: g,
|
|
84
|
+
gutterBottom: d,
|
|
85
|
+
noWrap: b,
|
|
86
|
+
paragraph: c,
|
|
87
|
+
variant: l,
|
|
88
|
+
variantMapping: m
|
|
89
|
+
}), x = g || (c ? "p" : m[l] || u[l]) || "span", T = E(y);
|
|
90
|
+
return /* @__PURE__ */ P.jsx(L, p({
|
|
91
|
+
as: x,
|
|
92
|
+
ref: r,
|
|
93
|
+
ownerState: y,
|
|
94
|
+
className: R(T.root, s)
|
|
95
|
+
}, v));
|
|
96
|
+
});
|
|
97
|
+
process.env.NODE_ENV !== "production" && (k.propTypes = {
|
|
98
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
99
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
100
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
101
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
102
|
+
/**
|
|
103
|
+
* Set the text-align on the component.
|
|
104
|
+
* @default 'inherit'
|
|
105
|
+
*/
|
|
106
|
+
align: t.oneOf(["center", "inherit", "justify", "left", "right"]),
|
|
107
|
+
/**
|
|
108
|
+
* The content of the component.
|
|
109
|
+
*/
|
|
110
|
+
children: t.node,
|
|
111
|
+
/**
|
|
112
|
+
* Override or extend the styles applied to the component.
|
|
113
|
+
*/
|
|
114
|
+
classes: t.object,
|
|
115
|
+
/**
|
|
116
|
+
* @ignore
|
|
117
|
+
*/
|
|
118
|
+
className: t.string,
|
|
119
|
+
/**
|
|
120
|
+
* The component used for the root node.
|
|
121
|
+
* Either a string to use a HTML element or a component.
|
|
122
|
+
*/
|
|
123
|
+
component: t.elementType,
|
|
124
|
+
/**
|
|
125
|
+
* If `true`, the text will have a bottom margin.
|
|
126
|
+
* @default false
|
|
127
|
+
*/
|
|
128
|
+
gutterBottom: t.bool,
|
|
129
|
+
/**
|
|
130
|
+
* If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
|
|
131
|
+
*
|
|
132
|
+
* Note that text overflow can only happen with block or inline-block level elements
|
|
133
|
+
* (the element needs to have a width in order to overflow).
|
|
134
|
+
* @default false
|
|
135
|
+
*/
|
|
136
|
+
noWrap: t.bool,
|
|
137
|
+
/**
|
|
138
|
+
* If `true`, the element will be a paragraph element.
|
|
139
|
+
* @default false
|
|
140
|
+
*/
|
|
141
|
+
paragraph: t.bool,
|
|
142
|
+
/**
|
|
143
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
144
|
+
*/
|
|
145
|
+
sx: t.oneOfType([t.arrayOf(t.oneOfType([t.func, t.object, t.bool])), t.func, t.object]),
|
|
146
|
+
/**
|
|
147
|
+
* Applies the theme typography styles.
|
|
148
|
+
* @default 'body1'
|
|
149
|
+
*/
|
|
150
|
+
variant: t.oneOfType([t.oneOf(["body1", "body2", "button", "caption", "h1", "h2", "h3", "h4", "h5", "h6", "inherit", "overline", "subtitle1", "subtitle2"]), t.string]),
|
|
151
|
+
/**
|
|
152
|
+
* The component maps the variant prop to a range of different HTML element types.
|
|
153
|
+
* For instance, subtitle1 to `<h6>`.
|
|
154
|
+
* If you wish to change that mapping, you can provide your own.
|
|
155
|
+
* Alternatively, you can use the `component` prop.
|
|
156
|
+
* @default {
|
|
157
|
+
* h1: 'h1',
|
|
158
|
+
* h2: 'h2',
|
|
159
|
+
* h3: 'h3',
|
|
160
|
+
* h4: 'h4',
|
|
161
|
+
* h5: 'h5',
|
|
162
|
+
* h6: 'h6',
|
|
163
|
+
* subtitle1: 'h6',
|
|
164
|
+
* subtitle2: 'h6',
|
|
165
|
+
* body1: 'p',
|
|
166
|
+
* body2: 'p',
|
|
167
|
+
* inherit: 'p',
|
|
168
|
+
* }
|
|
169
|
+
*/
|
|
170
|
+
variantMapping: t.object
|
|
171
|
+
});
|
|
172
|
+
export {
|
|
173
|
+
k as T
|
|
174
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,eAAO,MAAM,aAAa,iBAAkB,UAAU,4CAMrD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,+CAEjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/connectors/pages/connector-view/dashboard/__tests__/dashboard.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AA4BhD,eAAO,MAAM,SAAS,EAAE,EAqDvB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { BoxProps, TypographyProps, IconProps, StackProps, ButtonProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const ContentParentWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const RequestConnectorWrapper: StyledComponent<StackProps>;
|
|
5
|
+
export declare const TitleHeader: StyledComponent<TypographyProps>;
|
|
6
|
+
export declare const DescriptionHeader: StyledComponent<TypographyProps>;
|
|
7
|
+
export declare const IconWrapper: StyledComponent<IconProps>;
|
|
8
|
+
export declare const EnhanceConnectorWrapper: StyledComponent<StackProps>;
|
|
9
|
+
export declare const LibraryText: StyledComponent<TypographyProps>;
|
|
10
|
+
export declare const LibraryDescription: StyledComponent<TypographyProps>;
|
|
11
|
+
export declare const LibraryCardWrapper: StyledComponent<BoxProps>;
|
|
12
|
+
export declare const LibraryCard: StyledComponent<BoxProps>;
|
|
13
|
+
export declare const CardIconWrapper: StyledComponent<IconProps>;
|
|
14
|
+
export declare const EnhanceContent: StyledComponent<BoxProps>;
|
|
15
|
+
export declare const EnhanceText: StyledComponent<TypographyProps>;
|
|
16
|
+
export declare const LibraryCardDescription: StyledComponent<TypographyProps>;
|
|
17
|
+
export declare const EnhanceTextDescripion: StyledComponent<TypographyProps>;
|
|
18
|
+
export declare const ButtonWrapper: StyledComponent<StackProps>;
|
|
19
|
+
export declare const RequestNewButton: StyledComponent<ButtonProps>;
|
|
20
|
+
export declare const CreateOwnButton: StyledComponent<ButtonProps>;
|
|
21
|
+
export declare const BreadCrumbsWrapper: StyledComponent<StackProps>;
|
|
22
|
+
export declare const BreadCrumbsText: StyledComponent<TypographyProps>;
|
|
23
|
+
export declare const ArrowWrapper: StyledComponent<StackProps>;
|
|
24
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEzG,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAK1D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAI/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,eAAe,CAK9D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,SAAS,CAGlD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAQ/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAE/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,QAAQ,CAKxD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAWjD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,SAAS,CAMtD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAKpD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC,eAAe,CASnE,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,eAAe,CAKlE,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAGrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,WAAW,CASzD,CAAC;AACF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,WAAW,CAOxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAK5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/connector-view/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAO3B,eAAO,MAAM,aAAa,EAAE,EAO3B,CAAC"}
|
package/dist/app/connectors/pages/settings/connector-config/__tests__/connector-config.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-config.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/connectors/pages/settings/connector-config/__tests__/connector-config.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/settings/connector-config/index.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,eAAe,+CAoB3B,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { IconButtonProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const ConfigSettingsWrapper: StyledComponent<StackProps>;
|
|
4
|
+
export declare const IconBtnWrapper: StyledComponent<IconButtonProps>;
|
|
5
|
+
//# sourceMappingURL=style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/settings/connector-config/style.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,UAAU,CAG7D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAQ3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ,+CAKpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,QAAQ,CAGzD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type AppProviderProps = {
|
|
2
|
+
children: React.ReactNode;
|
|
3
|
+
};
|
|
4
|
+
export declare const BaseProvider: ({ children }: AppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const AppProvider: ({ children }: AppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/provider.tsx"],"names":[],"mappings":"AAOA,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,YAAY,iBAAkB,gBAAgB,4CAQ1D,CAAC;AAEF,eAAO,MAAM,WAAW,iBAAkB,gBAAgB,4CAMzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/router.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAsEjD,eAAO,MAAM,SAAS,iBAAwB,UAAU,4CAGvD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/app/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar.test.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/__tests__/sidebar.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SidebarList } from '../../../types/sidebar';
|
|
2
|
+
interface ISideBarProps {
|
|
3
|
+
sidebarOptions: SidebarList;
|
|
4
|
+
}
|
|
5
|
+
export declare const SideBar: ({ sidebarOptions }: ISideBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGnD,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,uBAA6B,aAAa,4CAyB7D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { BoxProps, TypographyProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const BoxWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const SideBarWrapper: StyledComponent<BoxProps>;
|
|
5
|
+
export declare const CustomConnectorText: StyledComponent<TypographyProps>;
|
|
6
|
+
export declare const NavLinkWrapper: StyledComponent<BoxProps>;
|
|
7
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErE,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAGhD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAMpD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,eAAe,CAGhE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAqBpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bread-crumb.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/bread-crumbs/__tests__/bread-crumb.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,eAAO,MAAM,WAAW,EAAE,EAsBzB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { TypographyProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const BreadCrumbsWrapper: StyledComponent<StackProps>;
|
|
4
|
+
export declare const BreadCrumbsText: StyledComponent<TypographyProps>;
|
|
5
|
+
export declare const ArrowWrapper: StyledComponent<StackProps>;
|
|
6
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAK5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/modal/__tests__/modal.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
interface IModalProps {
|
|
3
|
+
shown: boolean;
|
|
4
|
+
setShown: (value: boolean) => void;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
showCloseButton?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const Modal: React.FC<IModalProps>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIzC,UAAU,WAAW;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA6BvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styled-ui-components.d.ts","sourceRoot":"","sources":["../../../src/components/ui/styled-ui-components.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,aAAa,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAG/E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/text-field/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAEhE,eAAO,MAAM,eAAe,UAAW,cAAc,4CAGpD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ApiStatus } from '../types/api';
|
|
2
|
+
export declare const API_METHODS: {
|
|
3
|
+
GET: string;
|
|
4
|
+
POST: string;
|
|
5
|
+
DELETE: string;
|
|
6
|
+
PATCH: string;
|
|
7
|
+
PUT: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const API_STATUS: {
|
|
10
|
+
[key: string]: ApiStatus;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/constants/api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAA;CAIlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bread-crumbs.d.ts","sourceRoot":"","sources":["../../src/constants/bread-crumbs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,EAAE,MAA4B,CAAC;AAC7D,eAAO,MAAM,oBAAoB,EAAE,MAAmC,CAAC;AACvE,eAAO,MAAM,QAAQ,EAAE,MAAmB,CAAC;AAC3C,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAuD,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const ENABLED_CONNECTOR_MODAL_TITLE = "Connector enabled";
|
|
2
|
+
export declare const ENABLED_CONNECTOR_MODAL_DESCRIPTION = "Access and manage the information from the connector directly from Hiver\u2019s right panel for seamless integration and easy reference. Learn more";
|
|
3
|
+
export declare const ENABLED_CONNECTOR_MODAL_BUTTON_TEXT = "Got it";
|
|
4
|
+
//# sourceMappingURL=modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/constants/modal.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B,sBAAsB,CAAC;AACjE,eAAO,MAAM,mCAAmC,wJACkG,CAAC;AACnJ,eAAO,MAAM,mCAAmC,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router-paths.d.ts","sourceRoot":"","sources":["../../src/constants/router-paths.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;CAOlB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SidebarList, SidebarItem } from '../types/sidebar';
|
|
2
|
+
export declare const CUSTOM_CONNECTORS = "Custom Connectors";
|
|
3
|
+
export declare const CONNECTORS_DESCRIPTION = "Connectors help you get a better customer context and key actions right into your inbox";
|
|
4
|
+
export declare const CONNECTORS: SidebarItem;
|
|
5
|
+
export declare const AGENT_VIEW: SidebarItem;
|
|
6
|
+
export declare const SIDEBAR_OPTIONS: SidebarList;
|
|
7
|
+
//# sourceMappingURL=sidebar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../src/constants/sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEhE,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,4FACwD,CAAC;AAC5F,eAAO,MAAM,UAAU,EAAE,WAA4E,CAAC;AACtG,eAAO,MAAM,UAAU,EAAE,WAAuE,CAAC;AACjG,eAAO,MAAM,eAAe,EAAE,WAAsC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface IConnectorType {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
isEnabled: boolean;
|
|
5
|
+
}
|
|
6
|
+
interface IMainAppContext {
|
|
7
|
+
currentSideBar: string;
|
|
8
|
+
currentConnector: string;
|
|
9
|
+
setCurrentConnector: (str: string) => void;
|
|
10
|
+
setCurrentSideBar: (str: string) => void;
|
|
11
|
+
currentAvailableConnectors: Array<IConnectorType>;
|
|
12
|
+
setCurrentAvailableConnectors: (arr: Array<IConnectorType>) => void;
|
|
13
|
+
}
|
|
14
|
+
export declare const defaultMainAppvalues: {
|
|
15
|
+
currentSideBar: string;
|
|
16
|
+
setCurrentSideBar: () => void;
|
|
17
|
+
currentConnector: string;
|
|
18
|
+
setCurrentConnector: () => void;
|
|
19
|
+
currentAvailableConnectors: never[];
|
|
20
|
+
setCurrentAvailableConnectors: () => void;
|
|
21
|
+
};
|
|
22
|
+
export declare const MainAppContext: import('react').Context<IMainAppContext>;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,UAAU,eAAe;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,0BAA0B,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClD,6BAA6B,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACrE;AAGD,eAAO,MAAM,oBAAoB;;;;;;;CAOhC,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAuD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAK5C,UAAU,MAAM;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,eAAe,iBAAkB,MAAM,4CAkB5C,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/components/auth.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface IUpdateConnectorDetails {
|
|
2
|
+
id: string;
|
|
3
|
+
enabled: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const getConnectorTempelates: () => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
6
|
+
export declare const getConnectors: () => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
7
|
+
export declare const getConnectorTemplateDetails: (templateId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
8
|
+
export declare const updateConnectorDetails: ({ id, enabled }: IUpdateConnectorDetails) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|