@retailrocketgroup/retailrocket-edit.product-still-out-of-stock-vue-email-template-render 3.0.381747 → 5.0.384530
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 +25 -0
- package/dist/assets/index.css +1 -0
- package/dist/assets/index.js +379 -0
- package/dist/assets/index.js.map +1 -0
- package/dist/editProductStillOutOfStockEmailTemplate.d.ts +0 -0
- package/dist/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CreateComponentLibrarySectionModalWindow/productStillOutOfStockComponentSectionItemFactory.d.ts +4 -0
- package/dist/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CreateComponentLibrarySectionModalWindow/productStillOutOfStockEmailComponentFactory.d.ts +4 -0
- package/dist/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CustomComponentLibrary/productStillOutOfStockComponentLibraryFactory.d.ts +4 -0
- package/dist/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CustomComponentLibrary/productStillOutOfStockSectionFactory.d.ts +4 -0
- package/dist/implementation/DataSources/ListDataExpressionSource/productStillOutOfStockEvaluateListExpressionDataSourceFactory.d.ts +8 -0
- package/dist/implementation/DataSources/NumberExpressionDataSource/productStillOutOfStockEvaluateNumberExpressionDataSourceFactory.d.ts +2 -0
- package/dist/implementation/DataSources/StringExpressionDataSource/productStillOutOfStockEvaluateStringExpressionDataSource.d.ts +9 -0
- package/dist/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/ProductStillOutOfStockProductShelfDataSourceExpressionBuilderModal/ShelfBuilders/alternativeProductsForProductStillOutOfStockProductListShelfBuilderDepsFactory.d.ts +8 -0
- package/dist/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/ProductStillOutOfStockProductShelfDataSourceExpressionBuilderModal/ShelfBuilders/productStillOutOfStockProductListShelfBuilderDepsFactory.d.ts +8 -0
- package/dist/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/ProductStillOutOfStockProductShelfDataSourceExpressionBuilderModal/ShelfBuilders/relatedProductsForProductStillOutOfStockProductListShelfBuilderDepsFactory.d.ts +8 -0
- package/dist/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/ProductStillOutOfStockProductShelfDataSourceExpressionBuilderModal/productStillOutOfStockProductShelfDataSourceExpressionBuilderModalDepsFactory.d.ts +11 -0
- package/dist/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/productStillOutOfStockProductShelfDataSourceExpressionBuilderDepsFactory.d.ts +11 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.html +35 -0
- package/env.d.ts +1 -0
- package/index.html +1 -2
- package/package.json +1 -1
- package/src/editProductStillOutOfStockEmailTemplate.ts +407 -0
- package/src/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CreateComponentLibrarySectionModalWindow/productStillOutOfStockComponentSectionItemFactory.ts +30 -0
- package/src/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CreateComponentLibrarySectionModalWindow/productStillOutOfStockEmailComponentFactory.ts +26 -0
- package/src/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CustomComponentLibrary/productStillOutOfStockComponentLibraryFactory.ts +29 -0
- package/src/implementation/Apps/components/WysiwygTemplateEditor/AsideMenu/ComponentLibrary/CustomComponentLibrary/productStillOutOfStockSectionFactory.ts +33 -0
- package/src/implementation/DataSources/ListDataExpressionSource/productStillOutOfStockEvaluateListExpressionDataSourceFactory.ts +134 -0
- package/src/implementation/DataSources/NumberExpressionDataSource/productStillOutOfStockEvaluateNumberExpressionDataSourceFactory.ts +10 -0
- package/src/implementation/DataSources/StringExpressionDataSource/productStillOutOfStockEvaluateStringExpressionDataSource.ts +56 -0
- package/src/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/ProductStillOutOfStockProductShelfDataSourceExpressionBuilderModal/ShelfBuilders/alternativeProductsForProductStillOutOfStockProductListShelfBuilderDepsFactory.ts +33 -0
- package/src/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/ProductStillOutOfStockProductShelfDataSourceExpressionBuilderModal/ShelfBuilders/productStillOutOfStockProductListShelfBuilderDepsFactory.ts +33 -0
- package/src/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/ProductStillOutOfStockProductShelfDataSourceExpressionBuilderModal/ShelfBuilders/relatedProductsForProductStillOutOfStockProductListShelfBuilderDepsFactory.ts +33 -0
- package/src/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/ProductStillOutOfStockProductShelfDataSourceExpressionBuilderModal/productStillOutOfStockProductShelfDataSourceExpressionBuilderModalDepsFactory.ts +149 -0
- package/src/implementation/EmailComponentSettingsModifierPlugin/ProductShelfDataSourceExpressionBuilder/productStillOutOfStockProductShelfDataSourceExpressionBuilderDepsFactory.ts +33 -0
- package/src/index.ts +0 -0
- package/tsconfig.app.json +19 -0
- package/tsconfig.json +14 -0
- package/tsconfig.node.json +11 -0
- package/tsconfig.test.json +11 -0
- package/vite.config.ts +36 -0
- package/assets/main.css +0 -1
- package/assets/main.js +0 -217
- package/favicon.ico +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.