@veloceapps/sdk 11.0.0-38 → 11.0.0-39

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.
@@ -1161,6 +1161,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1161
1161
  type: Injectable
1162
1162
  }], ctorParameters: function () { return [{ type: i1.ProductsAdminApiService }]; } });
1163
1163
 
1164
+ class CatalogProductsService {
1165
+ constructor() {
1166
+ this.stateSubj$ = new BehaviorSubject(null);
1167
+ this.state$ = this.stateSubj$.asObservable().pipe(filter(isDefined));
1168
+ }
1169
+ get state() {
1170
+ return this.stateSubj$.getValue();
1171
+ }
1172
+ reset() {
1173
+ this.stateSubj$.next(null);
1174
+ }
1175
+ setState(state) {
1176
+ this.stateSubj$.next(state);
1177
+ }
1178
+ }
1179
+ CatalogProductsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1180
+ CatalogProductsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService });
1181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService, decorators: [{
1182
+ type: Injectable
1183
+ }] });
1184
+
1164
1185
  class ConfigurationStateService {
1165
1186
  constructor(configurationRuntimeService, configurationService, flowStateService, flowInfoService, flowConfigurationService, flowStateApiService, salesTransactionService, salesTransactionApiService, toastService) {
1166
1187
  this.configurationRuntimeService = configurationRuntimeService;
@@ -1547,27 +1568,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1547
1568
  }]
1548
1569
  }] });
1549
1570
 
1550
- class CatalogProductsService {
1551
- constructor() {
1552
- this.stateSubj$ = new BehaviorSubject(null);
1553
- this.state$ = this.stateSubj$.asObservable().pipe(filter(isDefined));
1554
- }
1555
- get state() {
1556
- return this.stateSubj$.getValue();
1557
- }
1558
- reset() {
1559
- this.stateSubj$.next(null);
1560
- }
1561
- setState(state) {
1562
- this.stateSubj$.next(state);
1563
- }
1564
- }
1565
- CatalogProductsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1566
- CatalogProductsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService });
1567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService, decorators: [{
1568
- type: Injectable
1569
- }] });
1570
-
1571
1571
  const FORMATTING_SETTINGS_TOKEN = new InjectionToken('Summary of formatting settings for variant types of data, e.g. numbers, text, dates, etc');
1572
1572
 
1573
1573
  const UI_DEFINITION_VERSION = 3;
@@ -1789,5 +1789,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1789
1789
  * Generated bundle index. Do not edit.
1790
1790
  */
1791
1791
 
1792
- export { ActionCodePipe, CalendarDirective, ConfigurationRuntimeService, ConfigurationService, ConfigurationStateService, DEFAULT_FORMATTING_SETTINGS, DatePipe, FLOW_CUSTOMIZATION, FORMATTING_SETTINGS_TOKEN, FlowConfigurationService, FlowInfoService, FlowStateConfigurationService, FlowStateService, IntegrationState, NumberPipe, PricePipe, ProductImagesService, RuntimeSettingsService, SalesTransactionService, SdkCoreModule, SdkDirectivesModule, SdkPipesModule, TestModeConfigurationService, TransactionItemWorker, UI_DEFINITION_VERSION, extractMetadata, filterSuccessfulExecute, findTransactionItem, findTransactionItemWithComparator, generateTransactionItem, insertTransactionItem, removeTransactionItem, replaceTransactionItem };
1792
+ export { ActionCodePipe, CalendarDirective, CatalogProductsService, ConfigurationRuntimeService, ConfigurationService, ConfigurationStateService, DEFAULT_FORMATTING_SETTINGS, DatePipe, FLOW_CUSTOMIZATION, FORMATTING_SETTINGS_TOKEN, FlowConfigurationService, FlowInfoService, FlowStateConfigurationService, FlowStateService, IntegrationState, NumberPipe, PricePipe, ProductImagesService, RuntimeSettingsService, SalesTransactionService, SdkCoreModule, SdkDirectivesModule, SdkPipesModule, TestModeConfigurationService, TransactionItemWorker, UI_DEFINITION_VERSION, extractMetadata, filterSuccessfulExecute, findTransactionItem, findTransactionItemWithComparator, generateTransactionItem, insertTransactionItem, removeTransactionItem, replaceTransactionItem };
1793
1793
  //# sourceMappingURL=veloceapps-sdk-core.mjs.map