@wix/bex-utils 2.68.0 → 2.70.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/@wix/bex-bundled-mini-essentials/CHANGELOG.md +8 -0
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +15 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +3 -0
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +15 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js +3 -0
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +3 -0
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +3 -0
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +3 -0
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +3 -0
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +3 -0
- package/@wix/bi-logger-os-data/src/testkit/common.ts +18 -0
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +3 -0
- package/@wix/bi-logger-os-data/src/types.ts +6 -0
- package/@wix/bi-logger-os-data/src/v2/index.ts +3 -0
- package/package.json +3 -3
|
@@ -43,6 +43,9 @@ exports.dummyNameSrc96Evid12200 = exports.dummyNameSrc96Evid11900 = exports.dcAp
|
|
|
43
43
|
* @property {string} panel_name - the name of the panel
|
|
44
44
|
* @property {string} builderType - builder type - relevant for BM over editor
|
|
45
45
|
* @property {boolean} isAiSiteCreation - true - user created site using AI Site Creation flow; false- site was created by templates flow
|
|
46
|
+
* @property {string} inputMethod - Defines how the user performed the action (mouse / keyboard)
|
|
47
|
+
* @property {string} resolvedComponentId - Populated only for events firing in InternalContainer context. Equals the component_id that would be emitted if the event was fired directly on that section/header/footer.
|
|
48
|
+
* @property {string} resolvedComponentType - Description: Populated only for events firing in InternalContainer context. Equals the component_type that would be emitted if the event was fired directly on that section/header/footer.
|
|
46
49
|
* @return {LogObject<bmOverEditorPanelClickSrc110Evid122Params>} LogObject<bmOverEditorPanelClickSrc110Evid122Params>
|
|
47
50
|
*/
|
|
48
51
|
function bmOverEditorPanelClickSrc110Evid122(params) {
|