@rolatech/angular-product 20.2.8-beta.10 → 20.2.8-beta.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-product",
3
- "version": "20.2.8-beta.10",
3
+ "version": "20.2.8-beta.12",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -13,11 +13,11 @@
13
13
  "lodash": "^4.17.21"
14
14
  },
15
15
  "dependencies": {
16
- "@rolatech/angular-common": "20.2.8-beta.10",
17
- "@rolatech/angular-components": "20.2.8-beta.10",
18
- "@rolatech/angular-services": "20.2.8-beta.10",
19
- "@rolatech/angular-auth": "20.2.8-beta.10",
20
- "@rolatech/angular-comment": "20.2.8-beta.10",
16
+ "@rolatech/angular-common": "20.2.8-beta.12",
17
+ "@rolatech/angular-components": "20.2.8-beta.12",
18
+ "@rolatech/angular-services": "20.2.8-beta.12",
19
+ "@rolatech/angular-auth": "20.2.8-beta.12",
20
+ "@rolatech/angular-comment": "20.2.8-beta.12",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "sideEffects": false,
@@ -239,7 +239,7 @@ declare class ProductManageOptionAddComponent implements DoCheck {
239
239
  option: ProductOption;
240
240
  addOnBlur: boolean;
241
241
  readonly separatorKeysCodes: readonly [13, 188];
242
- cancel: _angular_core.OutputEmitterRef<void>;
242
+ cancelAdd: _angular_core.OutputEmitterRef<void>;
243
243
  save: _angular_core.OutputEmitterRef<ProductOption>;
244
244
  action: boolean;
245
245
  output: _angular_core.OutputEmitterRef<any>;
@@ -249,7 +249,7 @@ declare class ProductManageOptionAddComponent implements DoCheck {
249
249
  removeValue(value: any): void;
250
250
  ngDoCheck(): void;
251
251
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ProductManageOptionAddComponent, never>;
252
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ProductManageOptionAddComponent, "rolatech-product-manage-option-add", never, {}, { "cancel": "cancel"; "save": "save"; "output": "output"; }, never, never, true, never>;
252
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ProductManageOptionAddComponent, "rolatech-product-manage-option-add", never, {}, { "cancelAdd": "cancelAdd"; "save": "save"; "output": "output"; }, never, never, true, never>;
253
253
  }
254
254
 
255
255
  declare class ProductManageOptionItemComponent {