@crystaldesign/diva-web-planner-react 26.9.0 → 26.10.0-beta.10
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/build/types/web-planner-react/src/tests/AIState.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/AIState.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ClickToCall.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ClickToCall.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ConfiguratorStructureHandler.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ConfiguratorStructureHandler.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ContentItemWrapper.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ContentItemWrapper.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/PaletteViewHandler.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/PaletteViewHandler.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ProductState.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ProductState.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/SaveAndAppointment.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/SaveAndAppointment.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/ShareViaUrl.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/ShareViaUrl.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/TabGroupState.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/TabGroupState.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/checkoutActions.businessEvents.test.d.ts +2 -0
- package/build/types/web-planner-react/src/tests/checkoutActions.businessEvents.test.d.ts.map +1 -0
- package/build/types/web-planner-react/src/tests/spyLogger.d.ts +8 -0
- package/build/types/web-planner-react/src/tests/spyLogger.d.ts.map +1 -0
- package/build/umd/diva-web-planner-react.umd.min.js +1 -1
- package/build/umd/report.html +1 -1
- package/package.json +8 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AIState.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/AIState.businessEvents.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClickToCall.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ClickToCall.businessEvents.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfiguratorStructureHandler.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ConfiguratorStructureHandler.businessEvents.test.ts"],"names":[],"mappings":""}
|
package/build/types/web-planner-react/src/tests/ContentItemWrapper.businessEvents.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentItemWrapper.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ContentItemWrapper.businessEvents.test.tsx"],"names":[],"mappings":""}
|
package/build/types/web-planner-react/src/tests/PaletteViewHandler.businessEvents.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaletteViewHandler.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/PaletteViewHandler.businessEvents.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductState.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ProductState.businessEvents.test.ts"],"names":[],"mappings":""}
|
package/build/types/web-planner-react/src/tests/SaveAndAppointment.businessEvents.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SaveAndAppointment.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/SaveAndAppointment.businessEvents.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareViaUrl.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/ShareViaUrl.businessEvents.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabGroupState.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/TabGroupState.businessEvents.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkoutActions.businessEvents.test.d.ts","sourceRoot":"","sources":["../../../../../src/tests/checkoutActions.businessEvents.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Registers a spy logger via DivaUtils.setLogger as an import side effect.
|
|
3
|
+
* Modules in this package call DivaUtils.initLog at module scope, which throws
|
|
4
|
+
* unless a logger is registered first — so this file MUST be imported before
|
|
5
|
+
* the module under test (keep it the first import of the test file).
|
|
6
|
+
*/
|
|
7
|
+
export declare const businessEventSpy: jest.Mock<any, any, any>;
|
|
8
|
+
//# sourceMappingURL=spyLogger.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spyLogger.d.ts","sourceRoot":"","sources":["../../../../../src/tests/spyLogger.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,0BAAY,CAAC"}
|