@hiver/connector-admin 0.0.10-beta.8 → 1.0.0
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/app/connectors/index.d.ts +1 -1
- package/app/connectors/index.d.ts.map +1 -1
- package/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts.map +1 -0
- package/app/connectors/pages/api-view/index.d.ts.map +1 -0
- package/app/connectors/pages/api-view/style.d.ts.map +1 -0
- package/app/connectors/pages/auth-success/index.d.ts.map +1 -1
- package/app/connectors/pages/connector-view/agent/styles.d.ts +2 -2
- package/app/connectors/pages/connector-view/agent/styles.d.ts.map +1 -1
- package/app/connectors/pages/connector-view/dashboard/index.d.ts.map +1 -1
- package/app/connectors/pages/connector-view/dashboard/styles.d.ts +1 -16
- package/app/connectors/pages/connector-view/dashboard/styles.d.ts.map +1 -1
- package/app/connectors/pages/connector-view/index.d.ts.map +1 -1
- package/app/connectors/pages/connector-view/style.d.ts +5 -0
- package/app/connectors/pages/connector-view/style.d.ts.map +1 -0
- package/app/connectors/pages/settings/index.d.ts.map +1 -1
- package/app/connectors/pages/settings/styles.d.ts +2 -3
- package/app/connectors/pages/settings/styles.d.ts.map +1 -1
- package/app/connectors/pages/upgrade-page/index.d.ts +7 -0
- package/app/connectors/pages/upgrade-page/index.d.ts.map +1 -0
- package/app/connectors/pages/upgrade-page/style.d.ts +16 -0
- package/app/connectors/pages/upgrade-page/style.d.ts.map +1 -0
- package/app/connectors/provider.d.ts +3 -6
- package/app/connectors/provider.d.ts.map +1 -1
- package/app/connectors/router.d.ts +3 -2
- package/app/connectors/router.d.ts.map +1 -1
- package/app/style.d.ts +5 -0
- package/app/style.d.ts.map +1 -0
- package/components/layouts/sidebar/index.d.ts.map +1 -1
- package/components/layouts/sidebar/styles.d.ts.map +1 -1
- package/components/ui/bread-crumbs/index.d.ts +6 -2
- package/components/ui/bread-crumbs/index.d.ts.map +1 -1
- package/components/ui/bread-crumbs/styles.d.ts.map +1 -1
- package/components/ui/form/index.d.ts +7 -1
- package/components/ui/form/index.d.ts.map +1 -1
- package/components/ui/form/styles.d.ts.map +1 -1
- package/components/ui/form-fields/index.d.ts +4 -0
- package/components/ui/form-fields/index.d.ts.map +1 -1
- package/components/ui/form-fields/styles.d.ts.map +1 -1
- package/constants/bread-crumbs.d.ts +0 -2
- package/constants/bread-crumbs.d.ts.map +1 -1
- package/constants/gainsight.d.ts +23 -0
- package/constants/gainsight.d.ts.map +1 -0
- package/constants/global-constants.d.ts +13 -0
- package/constants/global-constants.d.ts.map +1 -0
- package/constants/modal.d.ts +1 -1
- package/constants/modal.d.ts.map +1 -1
- package/constants/router-paths.d.ts +1 -1
- package/constants/sidebar.d.ts +3 -0
- package/constants/sidebar.d.ts.map +1 -1
- package/context/index.d.ts +5 -2
- package/context/index.d.ts.map +1 -1
- package/context/main-app-provider/index.d.ts +2 -5
- package/context/main-app-provider/index.d.ts.map +1 -1
- package/features/agent/components/agent-landing/index.d.ts +2 -1
- package/features/agent/components/agent-landing/index.d.ts.map +1 -1
- package/features/agent/components/agent-landing/styles.d.ts +4 -4
- package/features/agent/components/agent-landing/styles.d.ts.map +1 -1
- package/features/agent/constants/index.d.ts +2 -0
- package/features/agent/constants/index.d.ts.map +1 -1
- package/features/api-library/components/api-library/index.d.ts +11 -0
- package/features/api-library/components/api-library/index.d.ts.map +1 -0
- package/features/api-library/components/api-library/styles.d.ts +5 -0
- package/features/api-library/components/api-library/styles.d.ts.map +1 -0
- package/features/api-library/components/api-library-skeleton/index.d.ts.map +1 -0
- package/features/{connector-library → api-library}/components/api-library-skeleton/styles.d.ts +3 -1
- package/features/api-library/components/api-library-skeleton/styles.d.ts.map +1 -0
- package/features/api-library/constants/api-library.d.ts +4 -0
- package/features/api-library/constants/api-library.d.ts.map +1 -0
- package/features/auth/api/index.d.ts +0 -1
- package/features/auth/api/index.d.ts.map +1 -1
- package/features/auth/components/api-executor/index.d.ts +3 -1
- package/features/auth/components/api-executor/index.d.ts.map +1 -1
- package/features/auth/components/auth-form/index.d.ts.map +1 -1
- package/features/auth/components/auth-form/styles.d.ts +2 -1
- package/features/auth/components/auth-form/styles.d.ts.map +1 -1
- package/features/auth/components/auth-form-skeleton/index.d.ts +2 -0
- package/features/auth/components/auth-form-skeleton/index.d.ts.map +1 -0
- package/features/auth/constants/api.d.ts +0 -1
- package/features/auth/constants/api.d.ts.map +1 -1
- package/features/auth/constants/form-config.d.ts.map +1 -1
- package/features/auth/constants/index.d.ts +7 -2
- package/features/auth/constants/index.d.ts.map +1 -1
- package/features/auth/store/initial-state.d.ts +0 -3
- package/features/auth/store/initial-state.d.ts.map +1 -1
- package/features/auth/store/selectors.d.ts +0 -3
- package/features/auth/store/selectors.d.ts.map +1 -1
- package/features/auth/store/slice.d.ts +5 -17
- package/features/auth/store/slice.d.ts.map +1 -1
- package/features/auth/types/form.d.ts +2 -1
- package/features/auth/types/form.d.ts.map +1 -1
- package/features/auth/types/request.d.ts +4 -3
- package/features/auth/types/request.d.ts.map +1 -1
- package/features/auth/utils/index.d.ts.map +1 -1
- package/features/connector-library/api/index.d.ts +1 -2
- package/features/connector-library/api/index.d.ts.map +1 -1
- package/features/connector-library/components/custom-connector-card-item/index.d.ts +11 -0
- package/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -0
- package/features/connector-library/components/custom-connector-card-item/styles.d.ts +11 -0
- package/features/connector-library/components/custom-connector-card-item/styles.d.ts.map +1 -0
- package/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.d.ts.map +1 -0
- package/features/connector-library/components/custom-connector-card-list/index.d.ts +3 -0
- package/features/connector-library/components/custom-connector-card-list/index.d.ts.map +1 -0
- package/features/connector-library/components/custom-connector-card-list/style.d.ts.map +1 -0
- package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts +9 -0
- package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts.map +1 -0
- package/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts +5 -0
- package/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts.map +1 -0
- package/features/connector-library/constants/api.d.ts +1 -2
- package/features/connector-library/constants/api.d.ts.map +1 -1
- package/features/connector-library/store/initial-state.d.ts +4 -10
- package/features/connector-library/store/initial-state.d.ts.map +1 -1
- package/features/connector-library/store/selectors.d.ts +2 -8
- package/features/connector-library/store/selectors.d.ts.map +1 -1
- package/features/connector-library/store/slice.d.ts +10 -36
- package/features/connector-library/store/slice.d.ts.map +1 -1
- package/features/request-new-connector/components/request-new-card/index.d.ts.map +1 -1
- package/features/request-new-connector/components/request-new-card/styles.d.ts +0 -11
- package/features/request-new-connector/components/request-new-card/styles.d.ts.map +1 -1
- package/features/request-new-connector/components/request-new-modal/index.d.ts +1 -1
- package/features/request-new-connector/components/request-new-modal/index.d.ts.map +1 -1
- package/features/request-new-connector/components/request-new-modal/request-panel.d.ts +1 -0
- package/features/request-new-connector/components/request-new-modal/request-panel.d.ts.map +1 -1
- package/features/request-new-connector/components/request-new-modal/styles.d.ts +3 -1
- package/features/request-new-connector/components/request-new-modal/styles.d.ts.map +1 -1
- package/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts.map +1 -1
- package/features/request-new-connector/constants/index.d.ts +1 -1
- package/features/request-new-connector/constants/index.d.ts.map +1 -1
- package/features/request-new-connector/types/index.d.ts +2 -2
- package/features/request-new-connector/types/index.d.ts.map +1 -1
- package/features/template-library/api/index.d.ts +7 -0
- package/features/template-library/api/index.d.ts.map +1 -0
- package/features/template-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +1 -0
- package/features/template-library/components/library-card-list/index.d.ts.map +1 -0
- package/features/{connector-library → template-library}/components/library-card-list/styles.d.ts +0 -2
- package/features/template-library/components/library-card-list/styles.d.ts.map +1 -0
- package/features/template-library/components/library-card-skeleton/index.d.ts.map +1 -0
- package/features/template-library/components/library-card-skeleton/styles.d.ts.map +1 -0
- package/features/template-library/components/library-edit-list/index.d.ts.map +1 -0
- package/features/template-library/components/library-edit-list/styles.d.ts.map +1 -0
- package/features/template-library/constants/api.d.ts +3 -0
- package/features/template-library/constants/api.d.ts.map +1 -0
- package/features/template-library/constants/content-page.d.ts.map +1 -0
- package/features/template-library/store/initial-state.d.ts +15 -0
- package/features/template-library/store/initial-state.d.ts.map +1 -0
- package/features/template-library/store/selectors.d.ts +9 -0
- package/features/template-library/store/selectors.d.ts.map +1 -0
- package/features/template-library/store/slice.d.ts +41 -0
- package/features/template-library/store/slice.d.ts.map +1 -0
- package/features/toast-message/constants/toast.d.ts +2 -0
- package/features/toast-message/constants/toast.d.ts.map +1 -1
- package/features/toast-message/showMessage.d.ts.map +1 -1
- package/gainsight-7AZqfBvZ.js +25 -0
- package/hooks-CjAK86gy.js +6 -0
- package/index-BAHDqKss.js +29 -0
- package/index-BluFU4Qp.js +81 -0
- package/{index-m1nx1YPE.js → index-BnVEsSdV.js} +1712 -1532
- package/index-BqGsuBlL.js +31966 -0
- package/index-DKo2NU-Y.js +104 -0
- package/{index-CQYnmtXy.js → index-Dt3uzcNe.js} +1779 -1443
- package/index-iNlSCq_d.js +190 -0
- package/index.es.js +5 -5
- package/index.umd.js +1497 -476
- package/main.d.ts +1 -0
- package/main.d.ts.map +1 -1
- package/package.json +1 -1
- package/selectors-BZXXKPzK.js +9 -0
- package/showMessage-CQ6TNMXe.js +2648 -0
- package/store/hooks.d.ts +2 -0
- package/store/hooks.d.ts.map +1 -1
- package/store/index.d.ts +4 -0
- package/store/index.d.ts.map +1 -1
- package/store/request-connector-api/initial-state.d.ts +1 -1
- package/store/request-connector-api/slice.d.ts +1 -1
- package/testing/mocks/handlers/auth.d.ts.map +1 -1
- package/testing/mocks/handlers/connector-template.d.ts +1 -0
- package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
- package/testing/setup-store.d.ts +2 -0
- package/testing/setup-store.d.ts.map +1 -1
- package/types/common.d.ts +4 -0
- package/types/common.d.ts.map +1 -1
- package/types/connector.d.ts +10 -6
- package/types/connector.d.ts.map +1 -1
- package/types/router.d.ts +18 -0
- package/types/router.d.ts.map +1 -1
- package/utils/index.d.ts +12 -0
- package/utils/index.d.ts.map +1 -1
- package/app/connectors/pages/settings/connector-config/__tests__/connector-config.test.d.ts.map +0 -1
- package/app/connectors/pages/settings/connector-config/index.d.ts.map +0 -1
- package/app/connectors/pages/settings/connector-config/style.d.ts.map +0 -1
- package/features/auth/utils/type-guards.d.ts +0 -8
- package/features/auth/utils/type-guards.d.ts.map +0 -1
- package/features/connector-library/components/api-library/index.d.ts +0 -7
- package/features/connector-library/components/api-library/index.d.ts.map +0 -1
- package/features/connector-library/components/api-library/styles.d.ts +0 -4
- package/features/connector-library/components/api-library/styles.d.ts.map +0 -1
- package/features/connector-library/components/api-library-skeleton/index.d.ts.map +0 -1
- package/features/connector-library/components/api-library-skeleton/styles.d.ts.map +0 -1
- package/features/connector-library/components/connector-enabled-modal/index.d.ts +0 -9
- package/features/connector-library/components/connector-enabled-modal/index.d.ts.map +0 -1
- package/features/connector-library/components/connector-enabled-modal/styles.d.ts +0 -4
- package/features/connector-library/components/connector-enabled-modal/styles.d.ts.map +0 -1
- package/features/connector-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +0 -1
- package/features/connector-library/components/library-card-list/index.d.ts.map +0 -1
- package/features/connector-library/components/library-card-list/styles.d.ts.map +0 -1
- package/features/connector-library/components/library-card-skeleton/index.d.ts.map +0 -1
- package/features/connector-library/components/library-card-skeleton/styles.d.ts.map +0 -1
- package/features/connector-library/components/library-edit-list/index.d.ts.map +0 -1
- package/features/connector-library/components/library-edit-list/styles.d.ts.map +0 -1
- package/features/connector-library/constants/api-library.d.ts +0 -3
- package/features/connector-library/constants/api-library.d.ts.map +0 -1
- package/features/connector-library/constants/content-page.d.ts.map +0 -1
- package/features/connector-library/types/connector.d.ts +0 -13
- package/features/connector-library/types/connector.d.ts.map +0 -1
- package/features/request-new-connector/components/custom-connector-card/__tests__/custom-connector-card.test.d.ts.map +0 -1
- package/features/request-new-connector/components/custom-connector-card/index.d.ts +0 -10
- package/features/request-new-connector/components/custom-connector-card/index.d.ts.map +0 -1
- package/features/request-new-connector/components/custom-connector-card/style.d.ts.map +0 -1
- package/index-B4vTJgTz.js +0 -66
- package/index-BD6d8j8c.js +0 -68
- package/index-EHBDsMzm.js +0 -67
- package/index-X3arshLk.js +0 -711
- package/index-sfSOXkkP.js +0 -30265
- package/styled-ui-components-D4lUYZ75.js +0 -2253
- /package/app/connectors/pages/{settings/connector-config → api-view}/__tests__/connector-config.test.d.ts +0 -0
- /package/app/connectors/pages/{settings/connector-config → api-view}/index.d.ts +0 -0
- /package/app/connectors/pages/{settings/connector-config → api-view}/style.d.ts +0 -0
- /package/features/{connector-library → api-library}/components/api-library-skeleton/index.d.ts +0 -0
- /package/features/{request-new-connector/components/custom-connector-card → connector-library/components/custom-connector-card-list}/__tests__/custom-connector-card.test.d.ts +0 -0
- /package/features/{request-new-connector/components/custom-connector-card → connector-library/components/custom-connector-card-list}/style.d.ts +0 -0
- /package/features/{connector-library → template-library}/components/library-card-list/__tests__/library-card-list.test.d.ts +0 -0
- /package/features/{connector-library → template-library}/components/library-card-list/index.d.ts +0 -0
- /package/features/{connector-library → template-library}/components/library-card-skeleton/index.d.ts +0 -0
- /package/features/{connector-library → template-library}/components/library-card-skeleton/styles.d.ts +0 -0
- /package/features/{connector-library → template-library}/components/library-edit-list/index.d.ts +0 -0
- /package/features/{connector-library → template-library}/components/library-edit-list/styles.d.ts +0 -0
- /package/features/{connector-library → template-library}/constants/content-page.d.ts +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IAppRouter } from '../../types/router';
|
|
2
|
-
export declare const ConnectorsApp: ({ basename, baseUrls }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const ConnectorsApp: ({ basename, baseUrls, extraParams, availableFeatures }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAOjD,eAAO,MAAM,aAAa,2DAAsE,UAAU,4CA6BzG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector-config.test.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/api-view/__tests__/connector-config.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/index.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,eAAe,+CAkD3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/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,CAS3D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/auth-success/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/auth-success/index.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW,+CA8BvB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import {
|
|
3
|
-
export declare const ContentParentWrapper: StyledComponent<
|
|
2
|
+
import { StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const ContentParentWrapper: StyledComponent<StackProps>;
|
|
4
4
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAQ5D,CAAC"}
|
|
@@ -1 +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,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAmC,MAAM,OAAO,CAAC;AAgC5D,eAAO,MAAM,SAAS,EAAE,EA8DvB,CAAC"}
|
|
@@ -1,24 +1,9 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { BoxProps, TypographyProps,
|
|
2
|
+
import { BoxProps, TypographyProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
3
|
export declare const ContentParentWrapper: StyledComponent<BoxProps>;
|
|
4
4
|
export declare const RequestConnectorWrapper: StyledComponent<StackProps>;
|
|
5
5
|
export declare const TitleHeader: StyledComponent<TypographyProps>;
|
|
6
6
|
export declare const DescriptionHeader: StyledComponent<TypographyProps>;
|
|
7
|
-
export declare const IconWrapper: StyledComponent<IconProps>;
|
|
8
|
-
export declare const EnhanceConnectorWrapper: StyledComponent<StackProps>;
|
|
9
7
|
export declare const LibraryText: StyledComponent<TypographyProps>;
|
|
10
8
|
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
9
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +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,
|
|
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,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAG1D,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,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAE/D,CAAC"}
|
|
@@ -1 +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;
|
|
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;AAQ3B,eAAO,MAAM,aAAa,EAAE,EAS3B,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { BoxProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const ConnectorViewWrapper: StyledComponent<StackProps>;
|
|
4
|
+
export declare const OutletWrapper: StyledComponent<BoxProps>;
|
|
5
|
+
//# sourceMappingURL=style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/connector-view/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEhE,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAI5D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAInD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AA8BA,eAAO,MAAM,QAAQ,+CAkJpB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import {
|
|
3
|
-
export declare const SideBarCrumbWrapper: StyledComponent<
|
|
4
|
-
export declare const ContentWrapper: StyledComponent<BoxProps>;
|
|
2
|
+
import { StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const SideBarCrumbWrapper: StyledComponent<StackProps>;
|
|
5
4
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +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,
|
|
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,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAO3D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IAvailableFtr } from '../../../../types/router';
|
|
2
|
+
interface IUpgradeConnectos {
|
|
3
|
+
availableFeatures: IAvailableFtr;
|
|
4
|
+
}
|
|
5
|
+
export declare const UpgradeConnectors: ({ availableFeatures }: IUpgradeConnectos) => 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/app/connectors/pages/upgrade-page/index.tsx"],"names":[],"mappings":"AAiCA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,UAAU,iBAAiB;IACzB,iBAAiB,EAAE,aAAa,CAAC;CAClC;AAED,eAAO,MAAM,iBAAiB,0BAA2B,iBAAiB,4CAqCzE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { BoxProps, TypographyProps, StackProps, ButtonProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const ContentParentWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const FlexWrapper: StyledComponent<StackProps>;
|
|
5
|
+
export declare const ContactUsWrapper: StyledComponent<StackProps>;
|
|
6
|
+
export declare const RequestConnectorWrapper: StyledComponent<StackProps>;
|
|
7
|
+
export declare const StackWrapper: StyledComponent<StackProps>;
|
|
8
|
+
export declare const UpgradeContentWrapper: StyledComponent<BoxProps>;
|
|
9
|
+
export declare const UpgradeImageWrapper: StyledComponent<StackProps>;
|
|
10
|
+
export declare const UpgradeCrownWrapper: StyledComponent<StackProps>;
|
|
11
|
+
export declare const HigherPlanText: StyledComponent<TypographyProps>;
|
|
12
|
+
export declare const UpgradeDescription: StyledComponent<TypographyProps>;
|
|
13
|
+
export declare const UpgradeButton: StyledComponent<ButtonProps>;
|
|
14
|
+
export declare const LearnMoreBtn: StyledComponent<ButtonProps>;
|
|
15
|
+
export declare const ContactUsText: StyledComponent<TypographyProps>;
|
|
16
|
+
//# sourceMappingURL=style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/upgrade-page/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAE9F,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAI1D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAGnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAKxD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAK/D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAOpD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,QAAQ,CAM3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAQ3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAa3D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAS3D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAI/D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAKtD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,WAAW,CAarD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,eAAe,CAE1D,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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 {};
|
|
1
|
+
import { IAppProviderProps } from '../../types/router';
|
|
2
|
+
export declare const BaseProvider: (props: IAppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const AppProvider: (props: IAppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
4
|
//# sourceMappingURL=provider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/provider.tsx"],"names":[],"mappings":"AAOA,
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/provider.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,eAAO,MAAM,YAAY,UAAW,iBAAiB,4CAQpD,CAAC;AAEF,eAAO,MAAM,WAAW,UAAW,iBAAiB,4CAMnD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export declare const AppRouter: ({ basename }: {
|
|
2
|
+
basename?: string;
|
|
3
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
3
4
|
//# sourceMappingURL=router.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/router.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/router.tsx"],"names":[],"mappings":"AA8DA,eAAO,MAAM,SAAS,iBAAwB;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,4CAGlE,CAAC"}
|
package/app/style.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { BoxProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const AppNormaliseWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const ToastifyWrapper: StyledComponent<BoxProps>;
|
|
5
|
+
//# sourceMappingURL=style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/app/style.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,CA+FzD,CAAC;AAguBF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAiDrD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAInD,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,uBAA6B,aAAa,4CA+C7D,CAAC"}
|
|
@@ -1 +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,
|
|
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,CAOhD,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,CAsBpD,CAAC"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { IBreadCrumbItem } from '../../../types/common';
|
|
2
|
+
interface BreadCrumbProps {
|
|
3
|
+
options: IBreadCrumbItem[];
|
|
4
|
+
}
|
|
5
|
+
export declare const BreadCrumbs: ({ options }: BreadCrumbProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
3
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,UAAU,eAAe;IACvB,OAAO,EAAE,eAAe,EAAE,CAAC;CAC5B;AACD,eAAO,MAAM,WAAW,gBAAiB,eAAe,4CAmCvD,CAAC"}
|
|
@@ -1 +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,
|
|
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,CAG5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
|
|
@@ -13,7 +13,13 @@ interface IForm {
|
|
|
13
13
|
selectChangeHandler?: (event: unknown, action: ActionMeta<unknown>) => void;
|
|
14
14
|
onValidationError?: (name: string, error: string | boolean) => void;
|
|
15
15
|
validations?: FormValidation;
|
|
16
|
+
icons?: {
|
|
17
|
+
[key: string]: {
|
|
18
|
+
icon: React.ReactNode;
|
|
19
|
+
toolTipText: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
16
22
|
}
|
|
17
|
-
export declare const Form: ({ formConfig, inputChangeHandler, selectChangeHandler, predicates, values, validations, onValidationError }: IForm) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare const Form: ({ formConfig, inputChangeHandler, icons, selectChangeHandler, predicates, values, validations, onValidationError }: IForm) => import("react/jsx-runtime").JSX.Element;
|
|
18
24
|
export {};
|
|
19
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,KAAK;IACb,UAAU,EAAE,WAAW,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACxC,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACpC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,KAAK;IACb,UAAU,EAAE,WAAW,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACxC,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACpC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;YAAC,WAAW,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC3E;AAED,eAAO,MAAM,IAAI,uHASd,KAAK,4CAwCP,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAKnD,CAAC"}
|
|
@@ -8,6 +8,10 @@ type FormField = FormFieldProps & {
|
|
|
8
8
|
selectChangeHandler?: (event: unknown, action: ActionMeta<unknown>) => void;
|
|
9
9
|
inputChangeHandler?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
10
10
|
onValidationError?: (name: string, error: string | boolean) => void;
|
|
11
|
+
iconData?: {
|
|
12
|
+
icon: React.ReactNode;
|
|
13
|
+
toolTipText: string;
|
|
14
|
+
};
|
|
11
15
|
};
|
|
12
16
|
export declare const FormFields: (props: FormField) => import("react/jsx-runtime").JSX.Element;
|
|
13
17
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtE,KAAK,SAAS,GAAG,cAAc,GAAG;IAChC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtE,KAAK,SAAS,GAAG,cAAc,GAAG;IAChC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,QAAQ,CAAC,EAAE;QAAE,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3D,CAAC;AAEF,eAAO,MAAM,UAAU,UAAW,SAAS,4CA0I1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAExE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,kBAAkB,CAQ7D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAExE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,kBAAkB,CAQ7D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CA6DnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAUhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAclD,CAAC"}
|
|
@@ -1 +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,
|
|
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,QAAQ,EAAE,MAAmB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const GAINSIGHTEVENT: {
|
|
2
|
+
REQUEST_NEW_CLICKED: string;
|
|
3
|
+
TOGGLE_ENABLED: string;
|
|
4
|
+
TOGGLE_DISABLED: string;
|
|
5
|
+
SETTINGS_CLICKED: string;
|
|
6
|
+
ADD_CONNECTOR_CLICKED: string;
|
|
7
|
+
CONNECTOR_BACK_CLICKED: string;
|
|
8
|
+
SAVE_AUTHORIZE_CLICKED: string;
|
|
9
|
+
SEND_TEST_CLICK: string;
|
|
10
|
+
AUTH_UPDATED: string;
|
|
11
|
+
REQUEST_NEW_FEATURE_CLICKED: string;
|
|
12
|
+
REQUEST_NEW_CONNECTOR_SHOWN: string;
|
|
13
|
+
REQUEST_NEW_CONNECTOR_SUBMIT_CLICKED: string;
|
|
14
|
+
REQUEST_NEW_CONNECTOR_CLOSE_CLICKED: string;
|
|
15
|
+
REQUEST_NEW_CONNECTOR_DONE_CLICKED: string;
|
|
16
|
+
REQUEST_NEW_FEATURE_SHOWN: string;
|
|
17
|
+
REQUEST_NEW_FEATURE_SUBMIT_CLICKED: string;
|
|
18
|
+
REQUEST_NEW_FEATURE_CLOSE_CLICKED: string;
|
|
19
|
+
REQUEST_NEW_FEATURE_DONE_CLICKED: string;
|
|
20
|
+
LIBRARY_CARD_CLICKED: string;
|
|
21
|
+
TAB_CLICKED: string;
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=gainsight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../src/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;CAqB1B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const CONNECTORS_RELEASE_FLAG = "rls-connectors-enabled";
|
|
2
|
+
export declare const CONNECTORS_FEATURE_FLAG = "ftr-connectors-enabled";
|
|
3
|
+
export declare const HIGHER_PLAN = "On a higher plan";
|
|
4
|
+
export declare const UPGRADE_DESCRIPTION_TEXT = "Create, authenticate and enable powerful integrations to enhance your team's productivity within Gmail.";
|
|
5
|
+
export declare const UPGRADE = "Upgrade";
|
|
6
|
+
export declare const LEARN_MORE = "Learn more";
|
|
7
|
+
export declare const HAVE_QUESTIONS = "Have any questions?";
|
|
8
|
+
export declare const CONTACT_US = "Contact us";
|
|
9
|
+
export declare const CHAT_CDN_URL = "https://cdn.hiverhq.com/chat-support/hiver-chat.html";
|
|
10
|
+
export declare const HIVER_CHAT_SUPPORT = "Hiver Chat Support";
|
|
11
|
+
export declare const COPY_CLIPBOARD = "Copy";
|
|
12
|
+
export declare const AUTHENTICATION_FAILED_MSG = "Authentication failed";
|
|
13
|
+
//# sourceMappingURL=global-constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAEhE,eAAO,MAAM,WAAW,qBAAqB,CAAC;AAC9C,eAAO,MAAM,wBAAwB,4GAA4G,CAAC;AAClJ,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,cAAc,wBAAwB,CAAC;AACpD,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,YAAY,yDAAyD,CAAC;AACnF,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,cAAc,SAAS,CAAC;AACrC,eAAO,MAAM,yBAAyB,0BAA0B,CAAC"}
|
package/constants/modal.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
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.
|
|
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.";
|
|
3
3
|
export declare const ENABLED_CONNECTOR_MODAL_BUTTON_TEXT = "Got it";
|
|
4
4
|
//# sourceMappingURL=modal.d.ts.map
|
package/constants/modal.d.ts.map
CHANGED
|
@@ -1 +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,
|
|
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,6IACuF,CAAC;AACxI,eAAO,MAAM,mCAAmC,WAAW,CAAC"}
|
package/constants/sidebar.d.ts
CHANGED
|
@@ -4,4 +4,7 @@ export declare const CONNECTORS_DESCRIPTION = "Connectors help you get a better
|
|
|
4
4
|
export declare const CONNECTORS: SidebarItem;
|
|
5
5
|
export declare const AGENT_VIEW: SidebarItem;
|
|
6
6
|
export declare const SIDEBAR_OPTIONS: SidebarList;
|
|
7
|
+
export declare const SIDEBAR_MAPPER: {
|
|
8
|
+
[x: string]: string[];
|
|
9
|
+
};
|
|
7
10
|
//# sourceMappingURL=sidebar.d.ts.map
|
|
@@ -1 +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;
|
|
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;AAGhE,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,4FACwD,CAAC;AAC5F,eAAO,MAAM,UAAU,EAAE,WAAqF,CAAC;AAC/G,eAAO,MAAM,UAAU,EAAE,WAA4E,CAAC;AACtG,eAAO,MAAM,eAAe,EAAE,WAAsC,CAAC;AAErE,eAAO,MAAM,cAAc;;CAS1B,CAAC"}
|
package/context/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IAvailableFtr, ISendTrackingEventData } from '../types/router';
|
|
1
2
|
export interface IConnectorType {
|
|
2
3
|
id: string;
|
|
3
4
|
name: string;
|
|
@@ -12,9 +13,10 @@ interface IMainAppContext {
|
|
|
12
13
|
setCurrentConnector: (str: string) => void;
|
|
13
14
|
setCurrentSideBar: (str: string) => void;
|
|
14
15
|
baseUrls: IBaseUrls;
|
|
15
|
-
|
|
16
|
+
availableFeatures: IAvailableFtr;
|
|
16
17
|
currentAvailableConnectors: Array<IConnectorType>;
|
|
17
18
|
setCurrentAvailableConnectors: (arr: Array<IConnectorType>) => void;
|
|
19
|
+
sendTrackingEvent: (event: string, data?: ISendTrackingEventData) => void;
|
|
18
20
|
}
|
|
19
21
|
export declare const defaultMainAppvalues: {
|
|
20
22
|
currentSideBar: string;
|
|
@@ -24,7 +26,8 @@ export declare const defaultMainAppvalues: {
|
|
|
24
26
|
currentAvailableConnectors: never[];
|
|
25
27
|
setCurrentAvailableConnectors: () => void;
|
|
26
28
|
baseUrls: {};
|
|
27
|
-
|
|
29
|
+
availableFeatures: {};
|
|
30
|
+
sendTrackingEvent: () => void;
|
|
28
31
|
};
|
|
29
32
|
export declare const MainAppContext: import('react').Context<IMainAppContext>;
|
|
30
33
|
export {};
|
package/context/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAGvE,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;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,QAAQ,EAAE,SAAS,CAAC;IACpB,iBAAiB,EAAE,aAAa,CAAC;IACjC,0BAA0B,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClD,6BAA6B,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IACpE,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,sBAAsB,KAAK,IAAI,CAAC;CAC3E;AAGD,eAAO,MAAM,oBAAoB;;;;;;;;;;CAUhC,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAuD,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
}
|
|
5
|
-
declare const MainAppProvider: ({ children }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IAppProviderProps } from '../../types/router';
|
|
2
|
+
declare const MainAppProvider: ({ children, baseUrls, availableFeatures, extraParams }: IAppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
3
|
export default MainAppProvider;
|
|
7
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,QAAA,MAAM,eAAe,2DAA4D,iBAAiB,4CAqBjG,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAA0B,MAAM,OAAO,CAAC;AAmBnD,eAAO,MAAM,YAAY,EAAE,EA6B1B,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { BoxProps } from '@hiver/hiver-ui-kit';
|
|
3
|
-
export declare const AgentWrapper: StyledComponent<
|
|
4
|
-
export declare const ViewWrapper: StyledComponent<
|
|
2
|
+
import { BoxProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const AgentWrapper: StyledComponent<StackProps>;
|
|
4
|
+
export declare const ViewWrapper: StyledComponent<StackProps>;
|
|
5
5
|
export declare const MessageWrapper: StyledComponent<BoxProps>;
|
|
6
6
|
export declare const ImageWrapper: StyledComponent<BoxProps>;
|
|
7
|
-
export declare const Chip: StyledComponent<
|
|
7
|
+
export declare const Chip: StyledComponent<StackProps>;
|
|
8
8
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEhE,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAKnD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAcpD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CASlD,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,UAAU,CAW5C,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export declare const AGENT_PAGE_HEADING = "Customising connectors on the agent\u2019s panel";
|
|
2
2
|
export declare const AGENT_PAGE_DESCRIPTION = "Configure your Connectors in the right panel, add your cards and name them how you want the agents to see and update them.";
|
|
3
3
|
export declare const COMING_SOON = "Coming Soon";
|
|
4
|
+
export declare const HAVE_QUESTIONS = "Have any questions? ";
|
|
5
|
+
export declare const INTERNAL_CHAT_FEATURE_FLAG = "internal-chat";
|
|
4
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/agent/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,qDAAgD,CAAC;AAChF,eAAO,MAAM,sBAAsB,+HAC2F,CAAC;AAC/H,eAAO,MAAM,WAAW,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/agent/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,qDAAgD,CAAC;AAChF,eAAO,MAAM,sBAAsB,+HAC2F,CAAC;AAC/H,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,eAAO,MAAM,cAAc,yBAAyB,CAAC;AACrD,eAAO,MAAM,0BAA0B,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IAPI } from '../../../../types/connector';
|
|
2
|
+
interface IProps {
|
|
3
|
+
isLoading?: boolean;
|
|
4
|
+
apiList: IAPI[];
|
|
5
|
+
connectorName?: string;
|
|
6
|
+
connectorType?: string;
|
|
7
|
+
isEdit?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const APILibrary: ({ connectorName, connectorType, apiList, isLoading, isEdit }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAKzC,UAAU,MAAM;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,IAAI,EAAE,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,iEAAkF,MAAM,4CAsD9G,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ButtonProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
2
|
+
import { StyledComponent } from '@emotion/styled';
|
|
3
|
+
export declare const APILibraryWrapper: StyledComponent<StackProps>;
|
|
4
|
+
export declare const RequestNewApiButton: StyledComponent<ButtonProps>;
|
|
5
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAS,UAAU,EAAiB,MAAM,qBAAqB,CAAC;AAC5F,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,UAAU,CAEzD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,WAAW,CAO5D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library-skeleton/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,+CAe9B,CAAC"}
|
package/features/{connector-library → api-library}/components/api-library-skeleton/styles.d.ts
RENAMED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
2
|
import { StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
-
export declare const SkeletonWrapper: StyledComponent<StackProps
|
|
3
|
+
export declare const SkeletonWrapper: StyledComponent<StackProps & {
|
|
4
|
+
height?: string;
|
|
5
|
+
}>;
|
|
4
6
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library-skeleton/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,UAAU,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAQ7E,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const API_LIB_TITLE = "{{connector}} features";
|
|
2
|
+
export declare const API_LIB_DESCRIPTION = "Following are the list of features that you will find in this connector";
|
|
3
|
+
export declare const REQUEST_NEW_API = "Request new feature";
|
|
4
|
+
//# sourceMappingURL=api-library.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-library.d.ts","sourceRoot":"","sources":["../../../../src/features/api-library/constants/api-library.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,2BAA2B,CAAC;AACtD,eAAO,MAAM,mBAAmB,4EAA4E,CAAC;AAC7G,eAAO,MAAM,eAAe,wBAAwB,CAAC"}
|
|
@@ -3,6 +3,5 @@ import { AuthRequest, EditAuthRequest } from '../types/request';
|
|
|
3
3
|
export declare const postAuthDetailsApi: (data: AuthRequest) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
4
4
|
export declare const patchAuthDetailsApi: (data: EditAuthRequest, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
5
5
|
export declare const testAuthApi: (data: JSONValue, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
6
|
-
export declare const getConnectorDetail: (connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
7
6
|
export declare const postVerifyToken: (data: JSONValue, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
8
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/api/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,eAAO,MAAM,kBAAkB,SAAU,WAAW,iEAMnD,CAAC;AAEF,eAAO,MAAM,mBAAmB,SAAU,eAAe,eAAe,MAAM,iEAO7E,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,SAAS,eAAe,MAAM,iEAO/D,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/api/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,eAAO,MAAM,kBAAkB,SAAU,WAAW,iEAMnD,CAAC;AAEF,eAAO,MAAM,mBAAmB,SAAU,eAAe,eAAe,MAAM,iEAO7E,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,SAAS,eAAe,MAAM,iEAO/D,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,SAAS,eAAe,MAAM,iEAOnE,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { IConnectorDetails } from '../../../../types/connector';
|
|
1
2
|
interface IAPiExecutorProp {
|
|
2
3
|
url?: string;
|
|
3
4
|
disabled?: boolean;
|
|
4
5
|
connectorId: string;
|
|
6
|
+
connectorData?: IConnectorDetails | null;
|
|
5
7
|
}
|
|
6
|
-
export declare const ApiExecutor: ({ url, disabled, connectorId }: IAPiExecutorProp) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const ApiExecutor: ({ url, disabled, connectorId, connectorData }: IAPiExecutorProp) => import("react/jsx-runtime").JSX.Element;
|
|
7
9
|
export {};
|
|
8
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/api-executor/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/api-executor/index.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEtD,UAAU,gBAAgB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC1C;AAED,eAAO,MAAM,WAAW,kDAA2D,gBAAgB,4CAmDlG,CAAC"}
|