@hiver/connector-agent 4.9.0-splitApps-beta.8 → 4.9.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/connector-cards.d.ts.map +1 -1
- package/app/index.d.ts +0 -3
- package/app/index.d.ts.map +1 -1
- package/app/provider.d.ts +1 -5
- package/app/provider.d.ts.map +1 -1
- package/components/ui/layover/styles.d.ts +1 -0
- package/components/ui/layover/styles.d.ts.map +1 -1
- package/components/ui/layover/view.d.ts +10 -0
- package/components/ui/layover/view.d.ts.map +1 -0
- package/constants/global-constants.d.ts +2 -0
- package/constants/global-constants.d.ts.map +1 -1
- package/constants/storage-keys.d.ts +2 -0
- package/constants/storage-keys.d.ts.map +1 -0
- package/constants/tracking-events.d.ts +2 -0
- package/constants/tracking-events.d.ts.map +1 -1
- package/context/index.d.ts +3 -5
- package/context/index.d.ts.map +1 -1
- package/context/main-app-provider/index.d.ts +4 -6
- package/context/main-app-provider/index.d.ts.map +1 -1
- package/features/connector-cards/api/index.d.ts +1 -2
- package/features/connector-cards/api/index.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/Card.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/card-content-value.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/style.d.ts.map +1 -1
- package/features/connector-cards/store/slice.d.ts +0 -1
- package/features/connector-cards/store/slice.d.ts.map +1 -1
- package/features/feedback/index.d.ts.map +1 -1
- package/features/write-form/api/getFormDefaultValues.d.ts +181 -0
- package/features/write-form/api/getFormDefaultValues.d.ts.map +1 -0
- package/features/write-form/api/getFormDefaults.d.ts +172 -0
- package/features/write-form/api/getFormDefaults.d.ts.map +1 -0
- package/features/write-form/api/index.d.ts +1 -2
- package/features/write-form/api/index.d.ts.map +1 -1
- package/features/write-form/api/putFormDefaults.d.ts +13 -0
- package/features/write-form/api/putFormDefaults.d.ts.map +1 -0
- package/features/write-form/components/auto-fill/button.d.ts +10 -0
- package/features/write-form/components/auto-fill/button.d.ts.map +1 -0
- package/features/write-form/components/auto-fill/prompt.d.ts +5 -0
- package/features/write-form/components/auto-fill/prompt.d.ts.map +1 -0
- package/features/write-form/components/auto-fill/styles.d.ts +8 -0
- package/features/write-form/components/auto-fill/styles.d.ts.map +1 -0
- package/features/write-form/components/map-form-defaults/index.d.ts +18 -0
- package/features/write-form/components/map-form-defaults/index.d.ts.map +1 -0
- package/features/write-form/components/write-form/index.d.ts +7 -1
- package/features/write-form/components/write-form/index.d.ts.map +1 -1
- package/features/write-form/components/write-form/styles.d.ts +1 -0
- package/features/write-form/components/write-form/styles.d.ts.map +1 -1
- package/features/write-form/constants/api.d.ts +2 -0
- package/features/write-form/constants/api.d.ts.map +1 -1
- package/features/write-form/constants/index.d.ts +2 -0
- package/features/write-form/constants/index.d.ts.map +1 -1
- package/features/write-form/store/slice.d.ts +0 -1
- package/features/write-form/store/slice.d.ts.map +1 -1
- package/features/write-form/utils/index.d.ts +1 -0
- package/features/write-form/utils/index.d.ts.map +1 -1
- package/hooks/useFormHandlers.d.ts +2 -1
- package/hooks/useFormHandlers.d.ts.map +1 -1
- package/hooks/useFormReducer.d.ts +1 -0
- package/hooks/useFormReducer.d.ts.map +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.es.js +9326 -7796
- package/index.umd.js +616 -340
- package/main-dev.d.ts +2 -0
- package/main-dev.d.ts.map +1 -0
- package/main.d.ts.map +1 -1
- package/package.json +2 -2
- package/testing/mocks/handlers/write-capability.d.ts +1 -0
- package/testing/mocks/handlers/write-capability.d.ts.map +1 -1
- package/types/form.d.ts +1 -1
- package/store/appStore.d.ts +0 -4
- package/store/appStore.d.ts.map +0 -1
- package/types/store.d.ts +0 -9
- package/types/store.d.ts.map +0 -1
package/main-dev.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main-dev.d.ts","sourceRoot":"","sources":["../src/main-dev.tsx"],"names":[],"mappings":"AA+GA,eAAO,MAAM,OAAO,+CA0EnB,CAAC"}
|
package/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.tsx"],"names":[],"mappings":"AAyBA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QAEd,MAAM,EAAE,GAAG,CAAC;KACb;CACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiver/connector-agent",
|
|
3
|
-
"version": "4.9.0
|
|
3
|
+
"version": "4.9.0",
|
|
4
4
|
"main": "index.es.js",
|
|
5
5
|
"module": "index.es.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"react-dom": "^18.3.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@hiver/hiver-ui-kit": "
|
|
17
|
+
"@hiver/hiver-ui-kit": "4.7.0",
|
|
18
18
|
"react": "^18.0.0",
|
|
19
19
|
"react-dom": "^18.0.0"
|
|
20
20
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"AAcA,OAAO,EAAuC,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAExF,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAowB9B,eAAO,MAAM,eAAe,2BAQ1B,CAAC;AAEH,eAAO,MAAM,QAAQ,6BAapB,CAAC"}
|
package/types/form.d.ts
CHANGED
package/store/appStore.d.ts
DELETED
package/store/appStore.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"appStore.d.ts","sourceRoot":"","sources":["../../src/store/appStore.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAiB,KAAK,EAAe,MAAM,kBAAkB,CAAC;AAC1E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AA+BhD,eAAO,MAAM,cAAc,QAAO,KAAK,CAAC,UAAU,CAiFjD,CAAC"}
|
package/types/store.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Connector, ConnectorTabs } from '@connector/utils';
|
|
2
|
-
export type StoreState = Partial<{
|
|
3
|
-
connectorId: string;
|
|
4
|
-
sideBarTabs: number;
|
|
5
|
-
inboxIds: (string | number)[];
|
|
6
|
-
connectors: Connector[];
|
|
7
|
-
connectorTabs: ConnectorTabs[];
|
|
8
|
-
}>;
|
|
9
|
-
//# sourceMappingURL=store.d.ts.map
|
package/types/store.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/types/store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAC9B,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,aAAa,EAAE,aAAa,EAAE,CAAC;CAChC,CAAC,CAAC"}
|