woodsportal-client-sdk 1.1.4-dev.54 → 1.1.4-dev.55
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 +2 -2
- package/dist/adapters/react/index.js +2 -2
- package/dist/adapters/vue/index.js +2 -2
- package/dist/{chunk-7H5USIR7.js → chunk-BF22MF22.js} +5 -3
- package/dist/chunk-BF22MF22.js.map +1 -0
- package/dist/{chunk-TLHEWB3Y.js → chunk-FU5YZ6LI.js} +3 -3
- package/dist/{chunk-TLHEWB3Y.js.map → chunk-FU5YZ6LI.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-7H5USIR7.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { bindStoreWithActions } from '../../chunk-Y5MRAAGK.js';
|
|
2
|
-
import { createAdapterHooks } from '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
2
|
+
import { createAdapterHooks } from '../../chunk-FU5YZ6LI.js';
|
|
3
|
+
import '../../chunk-BF22MF22.js';
|
|
4
4
|
import '../../chunk-24HIDVUO.js';
|
|
5
5
|
import { inject, DestroyRef, signal } from '@angular/core';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createAdapterHooks } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
import { createAdapterHooks } from '../../chunk-FU5YZ6LI.js';
|
|
2
|
+
import '../../chunk-BF22MF22.js';
|
|
3
3
|
import '../../chunk-24HIDVUO.js';
|
|
4
4
|
import { useSyncExternalStore } from 'react';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { bindStoreWithActions } from '../../chunk-Y5MRAAGK.js';
|
|
2
|
-
import { createAdapterHooks } from '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
2
|
+
import { createAdapterHooks } from '../../chunk-FU5YZ6LI.js';
|
|
3
|
+
import '../../chunk-BF22MF22.js';
|
|
4
4
|
import '../../chunk-24HIDVUO.js';
|
|
5
5
|
import { reactive, onScopeDispose } from 'vue';
|
|
6
6
|
|
|
@@ -418,9 +418,11 @@ function getTotalParentLength(data) {
|
|
|
418
418
|
var generatePath = (breadcrumbs, breadcrumb, index) => {
|
|
419
419
|
const bc = convertToBase64(breadcrumbs.slice(0, index + 1));
|
|
420
420
|
if (index === 0) {
|
|
421
|
+
const pathBase = breadcrumb?.pt || `/${breadcrumb?.o_t_id}`;
|
|
422
|
+
const normalizedPath = pathBase.startsWith("/") ? pathBase : `/${pathBase}`;
|
|
421
423
|
return {
|
|
422
424
|
name: breadcrumb?.n,
|
|
423
|
-
path:
|
|
425
|
+
path: `${normalizedPath}?b=${bc}`
|
|
424
426
|
};
|
|
425
427
|
} else if (index === 1) {
|
|
426
428
|
if (breadcrumb?.isHome) {
|
|
@@ -3267,5 +3269,5 @@ var routeParam = {
|
|
|
3267
3269
|
};
|
|
3268
3270
|
|
|
3269
3271
|
export { DEFAULT_HUBSPOT_TIMEZONE, actions2 as actions, actions3 as actions2, actions4 as actions3, actions5 as actions4, actions6 as actions5, actions7 as actions6, api, breadcrumbsDetails, client_exports, emailStore, formatGmtOffset, formatHubSpotActivityDateTime, formatHubSpotActivityDateTimeParts, getCurrentTimeZone, getFieldErrors, getFormErrors, initializeHttpClient, multiObjectStore, normalizeToTimestamp, noteStore, routeParam, store, syncStore, tableStore2 as tableStore, uploaderStore, url };
|
|
3270
|
-
//# sourceMappingURL=chunk-
|
|
3271
|
-
//# sourceMappingURL=chunk-
|
|
3272
|
+
//# sourceMappingURL=chunk-BF22MF22.js.map
|
|
3273
|
+
//# sourceMappingURL=chunk-BF22MF22.js.map
|