@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.
@@ -1053,6 +1053,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1053
1053
  type: Injectable
1054
1054
  }], ctorParameters: function () { return [{ type: i1.ProductsAdminApiService }]; } });
1055
1055
 
1056
+ class CatalogProductsService {
1057
+ constructor() {
1058
+ this.stateSubj$ = new BehaviorSubject(null);
1059
+ this.state$ = this.stateSubj$.asObservable().pipe(filter(isDefined));
1060
+ }
1061
+ get state() {
1062
+ return this.stateSubj$.getValue();
1063
+ }
1064
+ reset() {
1065
+ this.stateSubj$.next(null);
1066
+ }
1067
+ setState(state) {
1068
+ this.stateSubj$.next(state);
1069
+ }
1070
+ }
1071
+ CatalogProductsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1072
+ CatalogProductsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService });
1073
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService, decorators: [{
1074
+ type: Injectable
1075
+ }] });
1076
+
1056
1077
  class ConfigurationService {
1057
1078
  get state$() {
1058
1079
  return this.configurationStateSubj$.asObservable().pipe(filter$1(isDefined));
@@ -1572,27 +1593,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1572
1593
  }]
1573
1594
  }] });
1574
1595
 
1575
- class CatalogProductsService {
1576
- constructor() {
1577
- this.stateSubj$ = new BehaviorSubject(null);
1578
- this.state$ = this.stateSubj$.asObservable().pipe(filter(isDefined));
1579
- }
1580
- get state() {
1581
- return this.stateSubj$.getValue();
1582
- }
1583
- reset() {
1584
- this.stateSubj$.next(null);
1585
- }
1586
- setState(state) {
1587
- this.stateSubj$.next(state);
1588
- }
1589
- }
1590
- CatalogProductsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1591
- CatalogProductsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService });
1592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogProductsService, decorators: [{
1593
- type: Injectable
1594
- }] });
1595
-
1596
1596
  const FORMATTING_SETTINGS_TOKEN = new InjectionToken('Summary of formatting settings for variant types of data, e.g. numbers, text, dates, etc');
1597
1597
 
1598
1598
  const UI_DEFINITION_VERSION = 3;
@@ -1824,5 +1824,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1824
1824
  * Generated bundle index. Do not edit.
1825
1825
  */
1826
1826
 
1827
- 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 };
1827
+ 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 };
1828
1828
  //# sourceMappingURL=veloceapps-sdk-core.mjs.map