@retailrocketgroup/retailrocket-edit.multicast-vue-email-template-render 7.0.389971 → 8.0.393085
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/.turbo/turbo-build.log +4 -4
- package/dist/assets/index.css +1 -1
- package/dist/assets/index.js +233 -187
- package/package.json +3 -3
- package/publishing-package.edit.multicast.json +3 -3
- package/src/editMulticastEmailTemplate.ts +19 -358
- package/dist/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CreateComponentLibrarySectionModalWindow/multicastComponentSectionItemFactory.d.ts +0 -4
- package/dist/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CreateComponentLibrarySectionModalWindow/multicastEmailComponentFactory.d.ts +0 -4
- package/dist/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CustomComponentLibrary/multicastComponentLibraryFactory.d.ts +0 -4
- package/dist/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CustomComponentLibrary/multicastSectionFactory.d.ts +0 -4
- package/dist/implementation/DataSources/ListDataExpressionSource/multicastEvaluateListExpressionDataSourceFactory.d.ts +0 -8
- package/dist/implementation/DataSources/NumberExpressionDataSource/multicastNumberExpressionDataSourceEvaluatorFactory.d.ts +0 -6
- package/dist/implementation/DataSources/StringExpressionDataSource/multicastEvaluateStringExpressionDataSource.d.ts +0 -9
- package/dist/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/MulticastProductShelfDataSourceExpressionBuilderModal/multicastProductShelfDataSourceExpressionBuilderModalDepsFactory.d.ts +0 -11
- package/dist/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/multicastProductShelfDataSourceExpressionBuilderDepsFactory.d.ts +0 -11
- package/src/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CreateComponentLibrarySectionModalWindow/multicastComponentSectionItemFactory.ts +0 -30
- package/src/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CreateComponentLibrarySectionModalWindow/multicastEmailComponentFactory.ts +0 -26
- package/src/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CustomComponentLibrary/multicastComponentLibraryFactory.ts +0 -29
- package/src/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CustomComponentLibrary/multicastSectionFactory.ts +0 -32
- package/src/implementation/DataSources/ListDataExpressionSource/multicastEvaluateListExpressionDataSourceFactory.ts +0 -137
- package/src/implementation/DataSources/NumberExpressionDataSource/multicastNumberExpressionDataSourceEvaluatorFactory.ts +0 -37
- package/src/implementation/DataSources/StringExpressionDataSource/multicastEvaluateStringExpressionDataSource.ts +0 -57
- package/src/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/MulticastProductShelfDataSourceExpressionBuilderModal/multicastProductShelfDataSourceExpressionBuilderModalDepsFactory.ts +0 -127
- package/src/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/multicastProductShelfDataSourceExpressionBuilderDepsFactory.ts +0 -35
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,19 +7,19 @@
|
|
|
7
7
|
|
|
8
8
|
vite v7.2.7 building client environment for production...
|
|
9
9
|
transforming...
|
|
10
|
-
✓
|
|
10
|
+
✓ 874 modules transformed.
|
|
11
11
|
rendering chunks...
|
|
12
12
|
|
|
13
13
|
[vite:dts] Start generate declaration files...
|
|
14
14
|
computing gzip size...
|
|
15
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
[vite:dts] Declaration files built in 5038ms.
|
|
16
16
|
|
|
17
17
|
dist/index.html 7.48 kB │ gzip: 2.04 kB
|
|
18
18
|
dist/assets/index.css 175.28 kB │ gzip: 27.52 kB
|
|
19
|
-
dist/assets/index.js
|
|
19
|
+
dist/assets/index.js 4,247.36 kB │ gzip: 1,130.30 kB
|
|
20
20
|
|
|
21
21
|
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
22
22
|
- Using dynamic import() to code-split the application
|
|
23
23
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
24
24
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
|
|
25
|
-
✓ built in
|
|
25
|
+
✓ built in 15.00s
|