woodsportal-client-sdk 1.1.4-dev.46 → 1.1.4-dev.47
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/dist/adapters/angular/index.js +3 -3
- package/dist/adapters/react/index.js +3 -3
- package/dist/adapters/vue/index.js +3 -3
- package/dist/auth-utils-EJLWWPCI.js +4 -0
- package/dist/{auth-utils-A4WPJMPK.js.map → auth-utils-EJLWWPCI.js.map} +1 -1
- package/dist/{chunk-SNDHC4EY.js → chunk-33A44CTW.js} +3 -3
- package/dist/{chunk-SNDHC4EY.js.map → chunk-33A44CTW.js.map} +1 -1
- package/dist/{chunk-YLZA5S7A.js → chunk-A3N3Z2XW.js} +4 -4
- package/dist/{chunk-YLZA5S7A.js.map → chunk-A3N3Z2XW.js.map} +1 -1
- package/dist/{chunk-FJC7FWEL.js → chunk-CCN35TPQ.js} +3 -3
- package/dist/{chunk-FJC7FWEL.js.map → chunk-CCN35TPQ.js.map} +1 -1
- package/dist/{chunk-NB7AINV4.js → chunk-T4ORQSB3.js} +12 -5
- package/dist/chunk-T4ORQSB3.js.map +1 -0
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/auth-utils-A4WPJMPK.js +0 -4
- package/dist/chunk-NB7AINV4.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { bindStoreWithActions } from '../../chunk-Y5MRAAGK.js';
|
|
2
|
-
import { createAdapterHooks } from '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
2
|
+
import { createAdapterHooks } from '../../chunk-CCN35TPQ.js';
|
|
3
|
+
import '../../chunk-33A44CTW.js';
|
|
4
|
+
import '../../chunk-T4ORQSB3.js';
|
|
5
5
|
import { inject, DestroyRef, signal } from '@angular/core';
|
|
6
6
|
|
|
7
7
|
function createAngularStoreComposable(store, actions) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { createAdapterHooks } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
1
|
+
import { createAdapterHooks } from '../../chunk-CCN35TPQ.js';
|
|
2
|
+
import '../../chunk-33A44CTW.js';
|
|
3
|
+
import '../../chunk-T4ORQSB3.js';
|
|
4
4
|
import { useSyncExternalStore } from 'react';
|
|
5
5
|
|
|
6
6
|
function createReactStoreComposable(store, actions) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { bindStoreWithActions } from '../../chunk-Y5MRAAGK.js';
|
|
2
|
-
import { createAdapterHooks } from '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
2
|
+
import { createAdapterHooks } from '../../chunk-CCN35TPQ.js';
|
|
3
|
+
import '../../chunk-33A44CTW.js';
|
|
4
|
+
import '../../chunk-T4ORQSB3.js';
|
|
5
5
|
import { reactive, onScopeDispose } from 'vue';
|
|
6
6
|
|
|
7
7
|
function createVueStoreComposable(store, actions) {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { getPortal, getProfile, getRefreshToken, getSubscriptionType, setAccessToken, setLoggedInDetails, setPortal, setRefreshToken, setSubscriptionType } from './chunk-A3N3Z2XW.js';
|
|
2
|
+
import './chunk-T4ORQSB3.js';
|
|
3
|
+
//# sourceMappingURL=auth-utils-EJLWWPCI.js.map
|
|
4
|
+
//# sourceMappingURL=auth-utils-EJLWWPCI.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"auth-utils-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"auth-utils-EJLWWPCI.js"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCookie } from './chunk-
|
|
1
|
+
import { getCookie } from './chunk-T4ORQSB3.js';
|
|
2
2
|
import pako from 'pako';
|
|
3
3
|
import { Base64 } from 'js-base64';
|
|
4
4
|
|
|
@@ -1397,5 +1397,5 @@ var actions6 = {
|
|
|
1397
1397
|
};
|
|
1398
1398
|
|
|
1399
1399
|
export { actions, actions2, actions3, actions4, actions5, actions6, breadcrumbStage, decodeToBase64, emailStore, generatePath, generateUrl, getParam, getParamDetails, getPath, getRouteDetails, getRouteMenu, isMessingParent, isMessingParentLastItem, multiObjectStore, noteStore, resetAllStore, syncStore, tableStore2 as tableStore, uploaderStore, useTable, useUpdateLink };
|
|
1400
|
-
//# sourceMappingURL=chunk-
|
|
1401
|
-
//# sourceMappingURL=chunk-
|
|
1400
|
+
//# sourceMappingURL=chunk-33A44CTW.js.map
|
|
1401
|
+
//# sourceMappingURL=chunk-33A44CTW.js.map
|