@cbm-common/cbm-types 0.0.192 → 0.0.193

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.
@@ -17,7 +17,7 @@ import { CbmTreeSelect } from '../tree-select/types';
17
17
  import { TStatus } from './types';
18
18
  import { CbmModalConfirmComponent } from '../modal-confirm/modal-confirm';
19
19
  import { AccountValidatorsDomainService } from '../../domain/services/account-validators.domain.service';
20
- import { IAddProviderModel } from './add-provider.model';
20
+ import { CbmAddProviderModel } from './add-provider.model';
21
21
  export declare class CbmAddProviderComponent {
22
22
  private providerRepository;
23
23
  private providerGroupRepository;
@@ -31,7 +31,7 @@ export declare class CbmAddProviderComponent {
31
31
  confirmationModalRef: import("@angular/core").Signal<ConfirmationModal | undefined>;
32
32
  modalConfirmRef: import("@angular/core").Signal<CbmModalConfirmComponent | undefined>;
33
33
  providerId: import("@angular/core").InputSignal<string | undefined>;
34
- componentConfig: import("@angular/core").InputSignal<IAddProviderModel.ComponentConfig>;
34
+ componentConfig: import("@angular/core").InputSignal<CbmAddProviderModel.ComponentConfig>;
35
35
  cancel: import("@angular/core").OutputEmitterRef<void>;
36
36
  save: import("@angular/core").OutputEmitterRef<any>;
37
37
  update: import("@angular/core").OutputEmitterRef<any>;
@@ -1,4 +1,4 @@
1
- export declare namespace IAddProviderModel {
1
+ export declare namespace CbmAddProviderModel {
2
2
  interface ComponentConfig {
3
3
  visualization: 'component' | 'modal';
4
4
  show_title: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.192",
3
+ "version": "0.0.193",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {
package/public-api.d.ts CHANGED
@@ -256,6 +256,7 @@ export * from './lib/components/add-client/add-client';
256
256
 
257
257
  // #region add provider component
258
258
  export * from './lib/components/add-provider/add-provider';
259
+ export * from './lib/components/add-provider/add-provider.model';
259
260
 
260
261
  // #region additional data modal component
261
262
  export * from './lib/components/additional-data-modal/additional-data-modal';
@@ -529,4 +530,3 @@ export * from './lib/components/excel-import-view/excel-import-view';
529
530
 
530
531
  //#region excel import list
531
532
  export * from './lib/components/excel-import-list/excel-import-list';
532
-