ca-components 2.0.43 → 2.0.45

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.
@@ -14,6 +14,7 @@ export declare class CaFactoringDropdownComponent implements OnInit {
14
14
  itemsCount: number;
15
15
  set isExportFinished(isExportFinished: boolean);
16
16
  onFactoringExport: EventEmitter<IFactoringExportItem>;
17
+ onFactoringUploadToRts: EventEmitter<IFactoringExportItem>;
17
18
  checkBoxItems: IFactoringCheckboxItem[];
18
19
  factoringDropdownPopover: NgbPopover | null;
19
20
  factoringDropdownForm: UntypedFormGroup;
@@ -28,6 +29,7 @@ export declare class CaFactoringDropdownComponent implements OnInit {
28
29
  eSharedString: typeof eSharedString;
29
30
  ePosition: typeof ePosition;
30
31
  isInProgress: boolean;
32
+ isExportClicked: boolean;
31
33
  constructor(formBuilder: UntypedFormBuilder);
32
34
  ngOnInit(): void;
33
35
  private createForm;
@@ -36,7 +38,7 @@ export declare class CaFactoringDropdownComponent implements OnInit {
36
38
  onCheckboxRowClick(name: string): void;
37
39
  onRadioPdfFormatClick(value: eFactoringPdfFormat, event: MouseEvent): void;
38
40
  onRadioOrganizePdfClick(value: eFactoringPdfOrganize, event: MouseEvent): void;
39
- onExportBatch(): void;
41
+ onExportBatch(isUpload: boolean): void;
40
42
  static ɵfac: i0.ɵɵFactoryDeclaration<CaFactoringDropdownComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<CaFactoringDropdownComponent, "app-ca-factoring-dropdown", never, { "itemsCount": { "alias": "itemsCount"; "required": false; }; "isExportFinished": { "alias": "isExportFinished"; "required": false; }; }, { "onFactoringExport": "onFactoringExport"; }, never, never, true, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaFactoringDropdownComponent, "app-ca-factoring-dropdown", never, { "itemsCount": { "alias": "itemsCount"; "required": false; }; "isExportFinished": { "alias": "isExportFinished"; "required": false; }; }, { "onFactoringExport": "onFactoringExport"; "onFactoringUploadToRts": "onFactoringUploadToRts"; }, never, never, true, never>;
42
44
  }
@@ -6,11 +6,13 @@ export declare class CaProgressBarV2Component {
6
6
  text: string | undefined;
7
7
  tooltipText: string | undefined;
8
8
  isTableColumn: boolean;
9
+ isSmallProgressBar: boolean;
9
10
  colorConfig: IProgressBarColorConfig | undefined;
10
11
  isFocused: boolean;
12
+ isBoldText: boolean;
11
13
  eColor: typeof eColor;
12
14
  ePosition: typeof ePosition;
13
15
  constructor();
14
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CaProgressBarV2Component, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CaProgressBarV2Component, "app-ca-progress-bar-v2", never, { "progressPercentage": { "alias": "progressPercentage"; "required": false; }; "text": { "alias": "text"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "isTableColumn": { "alias": "isTableColumn"; "required": false; }; "colorConfig": { "alias": "colorConfig"; "required": false; }; "isFocused": { "alias": "isFocused"; "required": false; }; }, {}, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaProgressBarV2Component, "app-ca-progress-bar-v2", never, { "progressPercentage": { "alias": "progressPercentage"; "required": false; }; "text": { "alias": "text"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "isTableColumn": { "alias": "isTableColumn"; "required": false; }; "isSmallProgressBar": { "alias": "isSmallProgressBar"; "required": false; }; "colorConfig": { "alias": "colorConfig"; "required": false; }; "isFocused": { "alias": "isFocused"; "required": false; }; "isBoldText": { "alias": "isBoldText"; "required": false; }; }, {}, never, never, true, never>;
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "2.0.43",
3
+ "version": "2.0.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",