@dotcms/uve 1.5.5-next.2293 → 1.5.5-next.2294
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/index.esm.js +1 -1
- package/internal.esm.js +1 -1
- package/package.json +1 -1
- package/public.cjs.js +0 -1
- package/public.esm.js +1 -2
package/index.esm.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { b as createContentlet, c as createUVESubscription, e as editContentlet, a as enableBlockEditorInline, g as getUVEState, i as initInlineEditing, d as initUVE, r as reorderMenu, s as sendMessageToUVE, u as updateNavigation } from './public.esm.js';
|
|
2
2
|
import '@dotcms/types';
|
|
3
3
|
import '@dotcms/types/internal';
|
package/internal.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { g as getUVEState, s as sendMessageToUVE } from './public.esm.js';
|
|
2
|
-
export { A as ANALYTICS_ACTIVE_WINDOW_KEY,
|
|
2
|
+
export { A as ANALYTICS_ACTIVE_WINDOW_KEY, l as ANALYTICS_READY_EVENT, C as CUSTOM_NO_COMPONENT, D as DEVELOPMENT_MODE, k as DOT_SECTION_ID_PREFIX, j as EMPTY_CONTAINER_STYLE_ANGULAR, h as EMPTY_CONTAINER_STYLE_REACT, E as END_CLASS, P as PRODUCTION_MODE, S as START_CLASS, T as TEMP_EMPTY_CONTENTLET, m as TEMP_EMPTY_CONTENTLET_TYPE, _ as __UVE_EVENTS__, f as __UVE_EVENT_ERROR_FALLBACK__, x as combineClasses, w as computeScrollIsInBottom, c as createUVESubscription, t as findDotCMSElement, v as findDotCMSVTLData, B as getAnalyticsContentletAttributes, q as getClosestDotCMSContainerData, y as getColumnPositionClasses, G as getContainersData, H as getContentletsInContainer, p as getDotCMSContainerData, o as getDotCMSContentletsBound, n as getDotCMSPageBounds, I as getDotContainerAttributes, z as getDotContentletAttributes, F as isDotAnalyticsActive, L as isValidBlocks, J as readContentletDataset, K as setBounds } from './public.esm.js';
|
|
3
3
|
import { UVE_MODE, DotCMSUVEAction } from '@dotcms/types';
|
|
4
4
|
import '@dotcms/types/internal';
|
|
5
5
|
|
package/package.json
CHANGED
package/public.cjs.js
CHANGED
|
@@ -1128,7 +1128,6 @@ const isValidBlocks = blocks => {
|
|
|
1128
1128
|
};
|
|
1129
1129
|
};
|
|
1130
1130
|
|
|
1131
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
1132
1131
|
/**
|
|
1133
1132
|
* Sets up scroll event handlers for the window to notify the editor about scroll events.
|
|
1134
1133
|
* Adds listeners for both 'scroll' and 'scrollend' events, sending appropriate messages
|
package/public.esm.js
CHANGED
|
@@ -1126,7 +1126,6 @@ const isValidBlocks = blocks => {
|
|
|
1126
1126
|
};
|
|
1127
1127
|
};
|
|
1128
1128
|
|
|
1129
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
1130
1129
|
/**
|
|
1131
1130
|
* Sets up scroll event handlers for the window to notify the editor about scroll events.
|
|
1132
1131
|
* Adds listeners for both 'scroll' and 'scrollend' events, sending appropriate messages
|
|
@@ -1487,4 +1486,4 @@ function initUVE(config = {}) {
|
|
|
1487
1486
|
};
|
|
1488
1487
|
}
|
|
1489
1488
|
|
|
1490
|
-
export { ANALYTICS_ACTIVE_WINDOW_KEY as A,
|
|
1489
|
+
export { ANALYTICS_ACTIVE_WINDOW_KEY as A, getAnalyticsContentletAttributes as B, CUSTOM_NO_COMPONENT as C, DEVELOPMENT_MODE as D, END_CLASS as E, isDotAnalyticsActive as F, getContainersData as G, getContentletsInContainer as H, getDotContainerAttributes as I, readContentletDataset as J, setBounds as K, isValidBlocks as L, PRODUCTION_MODE as P, START_CLASS as S, TEMP_EMPTY_CONTENTLET as T, __UVE_EVENTS__ as _, enableBlockEditorInline as a, createContentlet as b, createUVESubscription as c, initUVE as d, editContentlet as e, __UVE_EVENT_ERROR_FALLBACK__ as f, getUVEState as g, EMPTY_CONTAINER_STYLE_REACT as h, initInlineEditing as i, EMPTY_CONTAINER_STYLE_ANGULAR as j, DOT_SECTION_ID_PREFIX as k, ANALYTICS_READY_EVENT as l, TEMP_EMPTY_CONTENTLET_TYPE as m, getDotCMSPageBounds as n, getDotCMSContentletsBound as o, getDotCMSContainerData as p, getClosestDotCMSContainerData as q, reorderMenu as r, sendMessageToUVE as s, findDotCMSElement as t, updateNavigation as u, findDotCMSVTLData as v, computeScrollIsInBottom as w, combineClasses as x, getColumnPositionClasses as y, getDotContentletAttributes as z };
|