keevo-components 1.5.224 → 1.6.1

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.
Files changed (135) hide show
  1. package/{esm2020 → esm2022}/lib/api/base-components/base-component-button.mjs +4 -4
  2. package/{esm2020 → esm2022}/lib/api/base-components/base-component-chart.mjs +4 -4
  3. package/{esm2020 → esm2022}/lib/api/base-components/base-component-crud-form.mjs +4 -4
  4. package/{esm2020 → esm2022}/lib/api/base-components/base-component-crud-list.mjs +4 -4
  5. package/{esm2020 → esm2022}/lib/api/base-components/base-component-crud.mjs +4 -4
  6. package/{esm2020 → esm2022}/lib/api/base-components/base-component-dropdown-new.mjs +6 -6
  7. package/{esm2020 → esm2022}/lib/api/base-components/base-component-dropdown.mjs +4 -4
  8. package/{esm2020 → esm2022}/lib/api/base-components/base-component-input.mjs +4 -4
  9. package/{esm2020 → esm2022}/lib/api/base-components/base-component-multi-select.mjs +4 -4
  10. package/{esm2020 → esm2022}/lib/api/base-components/base-component.mjs +4 -4
  11. package/{esm2020 → esm2022}/lib/api/components/error/error.component.mjs +4 -4
  12. package/{esm2020 → esm2022}/lib/api/components/error/kverror.module.mjs +11 -11
  13. package/{esm2020 → esm2022}/lib/api/modules/primeng.module.mjs +121 -121
  14. package/{esm2020 → esm2022}/lib/api/services/base.api.service.mjs +4 -4
  15. package/{esm2020 → esm2022}/lib/api/services/breadcrumbs.service.mjs +4 -4
  16. package/{esm2020 → esm2022}/lib/api/services/component.service.mjs +4 -4
  17. package/{esm2020 → esm2022}/lib/api/services/form.service.mjs +4 -4
  18. package/{esm2020 → esm2022}/lib/api/services/imagens.service.mjs +4 -4
  19. package/{esm2020 → esm2022}/lib/api/services/notification.service.mjs +4 -4
  20. package/{esm2020 → esm2022}/lib/api/services/object.service.mjs +4 -4
  21. package/{esm2020 → esm2022}/lib/avatar/avatar.component.mjs +4 -4
  22. package/{esm2020 → esm2022}/lib/avatar/kv-avatar.module.mjs +5 -5
  23. package/{esm2020 → esm2022}/lib/buttons/button-personalize/button-personalize.component.mjs +4 -4
  24. package/{esm2020 → esm2022}/lib/buttons/button-popup/button-popup.component.mjs +4 -4
  25. package/{esm2020 → esm2022}/lib/buttons/button-secondary/button-secondary.component.mjs +4 -4
  26. package/{esm2020 → esm2022}/lib/buttons/button-success/button-success.component.mjs +4 -4
  27. package/{esm2020 → esm2022}/lib/buttons/kvbutton.module.mjs +11 -11
  28. package/{esm2020 → esm2022}/lib/chart/chart.component.mjs +4 -4
  29. package/{esm2020 → esm2022}/lib/chart/kvchart.module.mjs +9 -9
  30. package/{esm2020 → esm2022}/lib/directives/template.directive.mjs +4 -4
  31. package/{esm2020 → esm2022}/lib/inputs/check/check.component.mjs +4 -4
  32. package/{esm2020 → esm2022}/lib/inputs/dropdown/dropdown.component.mjs +4 -4
  33. package/{esm2020 → esm2022}/lib/inputs/editor/editor.component.mjs +4 -4
  34. package/{esm2020 → esm2022}/lib/inputs/input-calendar/input-calendar.component.mjs +4 -4
  35. package/{esm2020 → esm2022}/lib/inputs/input-mask/input-mask.component.mjs +4 -4
  36. package/{esm2020 → esm2022}/lib/inputs/input-number/input-number.component.mjs +4 -4
  37. package/{esm2020 → esm2022}/lib/inputs/input-password/input-password.component.mjs +4 -4
  38. package/{esm2020 → esm2022}/lib/inputs/input-text/input-text.component.mjs +4 -4
  39. package/{esm2020 → esm2022}/lib/inputs/input-text-checkbox/input-text-checkbox.component.mjs +4 -4
  40. package/{esm2020 → esm2022}/lib/inputs/input-textarea/input-textarea.component.mjs +4 -4
  41. package/{esm2020 → esm2022}/lib/inputs/input-time/input-time.component.mjs +4 -4
  42. package/{esm2020 → esm2022}/lib/inputs/kvinputs.module.mjs +41 -41
  43. package/{esm2020 → esm2022}/lib/inputs/multi-select/multi-select.component.mjs +4 -4
  44. package/{esm2020 → esm2022}/lib/inputs/radio-group/radio-group.component.mjs +4 -4
  45. package/{esm2020 → esm2022}/lib/inputs/switch/switch.component.mjs +4 -4
  46. package/{esm2020 → esm2022}/lib/keevo-components.module.mjs +57 -57
  47. package/{esm2020 → esm2022}/lib/label/label.component.mjs +4 -4
  48. package/{esm2020 → esm2022}/lib/label/label.module.mjs +5 -5
  49. package/esm2022/lib/loader/kvloader.module.mjs +28 -0
  50. package/{esm2020 → esm2022}/lib/loader/loader.component.mjs +4 -4
  51. package/esm2022/lib/loader/loader.service.mjs +29 -0
  52. package/{esm2020 → esm2022}/lib/login/kvlogin.module.mjs +17 -17
  53. package/{esm2020 → esm2022}/lib/login/login.component.mjs +4 -4
  54. package/{esm2020 → esm2022}/lib/menu/kvmenu.module.mjs +15 -15
  55. package/{esm2020 → esm2022}/lib/menu/menu.component.mjs +7 -7
  56. package/{esm2020 → esm2022}/lib/orgchart/orgchart.component.mjs +4 -4
  57. package/{esm2020 → esm2022}/lib/orgchart/orgchart.module.mjs +7 -7
  58. package/{esm2020 → esm2022}/lib/page-form/kv-page-form.module.mjs +13 -13
  59. package/{esm2020 → esm2022}/lib/page-form/page-form.component.mjs +4 -4
  60. package/{esm2020 → esm2022}/lib/picklist/kvpicklist.module.mjs +9 -9
  61. package/{esm2020 → esm2022}/lib/picklist/picklist.component.mjs +4 -4
  62. package/{esm2020 → esm2022}/lib/pipes/codigofile.pipe.mjs +4 -4
  63. package/{esm2020 → esm2022}/lib/pipes/cpfcnpj.pipe.mjs +4 -4
  64. package/{esm2020 → esm2022}/lib/pipes/pipes.module.mjs +9 -9
  65. package/{esm2020 → esm2022}/lib/pipes/telefone.pipe.mjs +4 -4
  66. package/{esm2020 → esm2022}/lib/table/kvtable.module.mjs +9 -9
  67. package/esm2022/lib/table/table.component.mjs +499 -0
  68. package/esm2022/lib/tree-table/kv-treetable.component.mjs +371 -0
  69. package/{esm2020 → esm2022}/lib/tree-table/kv-treetable.module.mjs +11 -11
  70. package/{esm2020 → esm2022}/lib/tree-view/kvtree-view.module.mjs +7 -7
  71. package/esm2022/lib/tree-view/tree-view.component.mjs +30 -0
  72. package/{esm2020 → esm2022}/lib/workspace/kvworkspace.module.mjs +17 -17
  73. package/{esm2020 → esm2022}/lib/workspace/workspace.component.mjs +5 -5
  74. package/{fesm2020 → fesm2022}/keevo-components.mjs +538 -534
  75. package/fesm2022/keevo-components.mjs.map +1 -0
  76. package/lib/api/base-components/base-component-button.d.ts +1 -1
  77. package/lib/api/base-components/base-component-dropdown-new.d.ts +1 -1
  78. package/lib/api/base-components/base-component-dropdown.d.ts +1 -1
  79. package/lib/api/base-components/base-component-input.d.ts +2 -2
  80. package/lib/api/base-components/base-component-multi-select.d.ts +3 -3
  81. package/lib/api/base-components/base-component.d.ts +1 -1
  82. package/lib/api/components/error/error.component.d.ts +1 -1
  83. package/lib/avatar/avatar.component.d.ts +1 -1
  84. package/lib/buttons/button-popup/button-popup.component.d.ts +1 -1
  85. package/lib/chart/chart.component.d.ts +1 -1
  86. package/lib/directives/template.directive.d.ts +1 -1
  87. package/lib/inputs/dropdown/dropdown.component.d.ts +1 -1
  88. package/lib/inputs/editor/editor.component.d.ts +1 -1
  89. package/lib/inputs/input-calendar/input-calendar.component.d.ts +1 -1
  90. package/lib/inputs/input-mask/input-mask.component.d.ts +1 -1
  91. package/lib/inputs/input-number/input-number.component.d.ts +1 -1
  92. package/lib/inputs/input-password/input-password.component.d.ts +1 -1
  93. package/lib/inputs/input-text-checkbox/input-text-checkbox.component.d.ts +1 -1
  94. package/lib/inputs/input-textarea/input-textarea.component.d.ts +1 -1
  95. package/lib/inputs/input-time/input-time.component.d.ts +1 -1
  96. package/lib/inputs/multi-select/multi-select.component.d.ts +1 -1
  97. package/lib/inputs/radio-group/radio-group.component.d.ts +1 -1
  98. package/lib/inputs/switch/switch.component.d.ts +1 -1
  99. package/lib/label/label.component.d.ts +1 -1
  100. package/lib/login/login.component.d.ts +1 -1
  101. package/lib/menu/menu.component.d.ts +1 -1
  102. package/lib/orgchart/orgchart.component.d.ts +1 -1
  103. package/lib/page-form/page-form.component.d.ts +1 -1
  104. package/lib/picklist/picklist.component.d.ts +1 -1
  105. package/lib/table/table.component.d.ts +3 -1
  106. package/lib/tree-table/kv-treetable.component.d.ts +4 -3
  107. package/lib/tree-view/tree-view.component.d.ts +3 -3
  108. package/lib/workspace/workspace.component.d.ts +1 -1
  109. package/package.json +7 -13
  110. package/esm2020/lib/loader/kvloader.module.mjs +0 -28
  111. package/esm2020/lib/loader/loader.service.mjs +0 -29
  112. package/esm2020/lib/table/table.component.mjs +0 -499
  113. package/esm2020/lib/tree-table/kv-treetable.component.mjs +0 -371
  114. package/esm2020/lib/tree-view/tree-view.component.mjs +0 -29
  115. package/fesm2015/keevo-components.mjs +0 -4839
  116. package/fesm2015/keevo-components.mjs.map +0 -1
  117. package/fesm2020/keevo-components.mjs.map +0 -1
  118. /package/{esm2020 → esm2022}/keevo-components.mjs +0 -0
  119. /package/{esm2020 → esm2022}/lib/api/components/chart/chart.config.mjs +0 -0
  120. /package/{esm2020 → esm2022}/lib/api/components/chart/chart.model.mjs +0 -0
  121. /package/{esm2020 → esm2022}/lib/api/components/chart/orchart.config.mjs +0 -0
  122. /package/{esm2020 → esm2022}/lib/api/components/chart/orchart.item.mjs +0 -0
  123. /package/{esm2020 → esm2022}/lib/api/components/dropdown/filtro.combo.mjs +0 -0
  124. /package/{esm2020 → esm2022}/lib/api/components/table/action-item.mjs +0 -0
  125. /package/{esm2020 → esm2022}/lib/api/components/table/kv-menuitem.mjs +0 -0
  126. /package/{esm2020 → esm2022}/lib/api/components/table/table.config.column.mjs +0 -0
  127. /package/{esm2020 → esm2022}/lib/api/components/table/table.config.mjs +0 -0
  128. /package/{esm2020 → esm2022}/lib/api/components/table/table.paginate.mjs +0 -0
  129. /package/{esm2020 → esm2022}/lib/api/helpers/component-providers.mjs +0 -0
  130. /package/{esm2020 → esm2022}/lib/api/helpers/keevo-validators.mjs +0 -0
  131. /package/{esm2020 → esm2022}/lib/api/helpers/translate-primeng.mjs +0 -0
  132. /package/{esm2020 → esm2022}/lib/api/models/menu/menu.model.mjs +0 -0
  133. /package/{esm2020 → esm2022}/lib/api/models/menu/menucompleto.model.mjs +0 -0
  134. /package/{esm2020 → esm2022}/lib/api/models/menu/sistemamenu.model.mjs +0 -0
  135. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
@@ -10,5 +10,5 @@ export declare class BaseComponentButton {
10
10
  constructor();
11
11
  click(event: any): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentButton, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentButton, "ng-component", never, { "icon": "icon"; "label": "label"; "loading": "loading"; "disabled": "disabled"; "color": "color"; }, { "onClick": "onClick"; }, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentButton, "ng-component", never, { "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>;
14
14
  }
@@ -10,5 +10,5 @@ export declare class BaseComponentDropdownNew extends BaseComponentDropDown {
10
10
  selectedItemTemplate: TemplateRef<any>;
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentDropdownNew, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentDropdownNew, "app-base-dropdown", never, { "formGroup": "formGroup"; "formControlName": "formControlName"; "dropDowValue": "dropDowValue"; "itemTemplate": "itemTemplate"; "selectedItemTemplate": "selectedItemTemplate"; }, {}, never, ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentDropdownNew, "app-base-dropdown", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "dropDowValue": { "alias": "dropDowValue"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedItemTemplate": { "alias": "selectedItemTemplate"; "required": false; }; }, {}, never, ["*"], true, never>;
14
14
  }
@@ -38,5 +38,5 @@ export declare abstract class BaseComponentDropDown extends BaseComponentInput<a
38
38
  onInputFilter(event: any): void;
39
39
  writeValue(value: any): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentDropDown, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentDropDown, "ng-component", never, { "filteredOptions": "filteredOptions"; "options": "options"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "optionDisabled": "optionDisabled"; "group": "group"; "optionGroupLabel": "optionGroupLabel"; "optionGroupChildren": "optionGroupChildren"; "filter": "filter"; "lazy": "lazy"; "showAddButton": "showAddButton"; "showClear": "showClear"; "widthField": "widthField"; }, { "onAddClick": "onAddClick"; "onClick": "onClick"; "onSelectionChange": "onSelectionChange"; "onSelectionValue": "onSelectionValue"; "requestComplete": "requestComplete"; }, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentDropDown, "ng-component", never, { "filteredOptions": { "alias": "filteredOptions"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "optionDisabled": { "alias": "optionDisabled"; "required": false; }; "group": { "alias": "group"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "optionGroupChildren": { "alias": "optionGroupChildren"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "widthField": { "alias": "widthField"; "required": false; }; }, { "onAddClick": "onAddClick"; "onClick": "onClick"; "onSelectionChange": "onSelectionChange"; "onSelectionValue": "onSelectionValue"; "requestComplete": "requestComplete"; }, never, never, false, never>;
42
42
  }
@@ -23,9 +23,9 @@ export declare abstract class BaseComponentInput<T> extends BaseComponent<T> imp
23
23
  ngAfterContentInit(): void;
24
24
  ngOnInit(): void;
25
25
  onInputBlur(event: Event): void;
26
- onInputClose(event: Event): void;
26
+ onInputClose(event: any): void;
27
27
  onInputInput(event: Event): void;
28
28
  protected setPlaceHolder(p: string): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentInput<any>, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentInput<any>, "ng-component", never, { "placeholder": "placeholder"; }, { "onBlur": "onBlur"; "onInput": "onInput"; "onClose": "onClose"; }, ["contentErrors"], never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentInput<any>, "ng-component", never, { "placeholder": { "alias": "placeholder"; "required": false; }; }, { "onBlur": "onBlur"; "onInput": "onInput"; "onClose": "onClose"; }, ["contentErrors"], never, false, never>;
31
31
  }
@@ -26,10 +26,10 @@ export declare abstract class BaseComponentMultiSelect extends BaseComponentInpu
26
26
  onInputFilter(event: any): void;
27
27
  protected listar(): any;
28
28
  protected listarCombo(value: any): any;
29
- panelHide(event: Event): void;
29
+ panelHide(event: any): void;
30
30
  get baseInputClass(): string;
31
- selectionChange(event: Event): void;
31
+ selectionChange(event: any): void;
32
32
  requestCompleted(): boolean;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentMultiSelect, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentMultiSelect, "ng-component", never, { "options": "options"; "optionLabel": "optionLabel"; "optionValue": "optionValue"; "filter": "filter"; "showClear": "showClear"; "lazy": "lazy"; "filteredOptions": "filteredOptions"; }, { "onSelectionChange": "onSelectionChange"; "onPanelHide": "onPanelHide"; "onSelectionValue": "onSelectionValue"; "onClick": "onClick"; }, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentMultiSelect, "ng-component", never, { "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "filteredOptions": { "alias": "filteredOptions"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; "onPanelHide": "onPanelHide"; "onSelectionValue": "onSelectionValue"; "onClick": "onClick"; }, never, never, false, never>;
35
35
  }
@@ -17,5 +17,5 @@ export declare abstract class BaseComponent<T> implements ControlValueAccessor {
17
17
  setDisabledState?(isDisabled: boolean): void;
18
18
  writeValue(value: T): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent<any>, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent<any>, "ng-component", never, { "isRequired": "required"; "componentId": "componentId"; "label": "label"; "disabled": "disabled"; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent<any>, "ng-component", never, { "isRequired": { "alias": "required"; "required": false; }; "componentId": { "alias": "componentId"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
21
21
  }
@@ -8,5 +8,5 @@ export declare class ErrorComponent {
8
8
  emitError: EventEmitter<boolean>;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "kv-error", never, { "formControl": "formControl"; "setHasError": "hasError"; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "kv-error", never, { "formControl": { "alias": "formControl"; "required": false; }; "setHasError": { "alias": "hasError"; "required": false; }; }, {}, never, ["*"], false, never>;
12
12
  }
@@ -10,5 +10,5 @@ export declare class AvatarComponent {
10
10
  getImageSrc(): string;
11
11
  handleImageError(event: any): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "kv-avatar", never, { "imageUrl": "imageUrl"; "borderColor": "borderColor"; "width": "width"; "height": "height"; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "kv-avatar", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, false, never>;
14
14
  }
@@ -9,5 +9,5 @@ export declare class ButtonPopupComponent extends BaseComponentButton {
9
9
  handleHide(): void;
10
10
  rotate(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonPopupComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonPopupComponent, "kv-button-popup", never, { "items": "items"; }, {}, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonPopupComponent, "kv-button-popup", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
13
13
  }
@@ -52,5 +52,5 @@ export declare class ChartComponent implements OnInit {
52
52
  reInit(config: any): void;
53
53
  protected selectionValue(event: any): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "kv-chart", never, { "title": "title"; "type": "type"; "indexAxis": "indexAxis"; "displayLegend": "displayLegend"; "showDatas": "showDatas"; "showMenu": "showMenu"; "selectedData": "selectedData"; "enablePeriodos": "enablePeriodos"; }, { "onPrintReport": "onPrintReport"; "onSelectionValue": "onSelectionValue"; }, never, never, false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "kv-chart", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "indexAxis": { "alias": "indexAxis"; "required": false; }; "displayLegend": { "alias": "displayLegend"; "required": false; }; "showDatas": { "alias": "showDatas"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; "selectedData": { "alias": "selectedData"; "required": false; }; "enablePeriodos": { "alias": "enablePeriodos"; "required": false; }; }, { "onPrintReport": "onPrintReport"; "onSelectionValue": "onSelectionValue"; }, never, never, false, never>;
56
56
  }
@@ -7,5 +7,5 @@ export declare class TemplateDirective {
7
7
  constructor(template: TemplateRef<any>);
8
8
  getType(): string;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplateDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateDirective, "[cTemplate]", never, { "type": "type"; "name": "cTemplate"; }, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateDirective, "[cTemplate]", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "cTemplate"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
@@ -10,5 +10,5 @@ export declare class DropdownComponent extends BaseComponentDropDown implements
10
10
  selectedItemTemplate: TemplateRef<any>;
11
11
  ngOnInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "kv-dropdown", never, { "dropDowValue": "dropDowValue"; "itemTemplate": "itemTemplate"; "selectedItemTemplate": "selectedItemTemplate"; }, {}, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "kv-dropdown", never, { "dropDowValue": { "alias": "dropDowValue"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedItemTemplate": { "alias": "selectedItemTemplate"; "required": false; }; }, {}, never, ["*"], false, never>;
14
14
  }
@@ -32,5 +32,5 @@ export declare class EditorComponent extends BaseComponentInput<string> {
32
32
  quill: Quill;
33
33
  ngOnInit(): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "kv-editor", never, { "readonly": "readonly"; "canvaHeigth": "canvaHeigth"; "debug": "debug"; }, { "onTextChange": "onTextChange"; "onSelectionChange": "onSelectionChange"; }, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "kv-editor", never, { "readonly": { "alias": "readonly"; "required": false; }; "canvaHeigth": { "alias": "canvaHeigth"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; }, { "onTextChange": "onTextChange"; "onSelectionChange": "onSelectionChange"; }, never, never, false, never>;
36
36
  }
@@ -23,5 +23,5 @@ export declare class InputCalendarComponent extends BaseComponentInput<Date> imp
23
23
  protected onInputChange(event: any): void;
24
24
  hideOnRangeMode(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<InputCalendarComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<InputCalendarComponent, "kv-input-calendar", never, { "isYear": "isYear"; "isMonthYear": "isMonthYear"; "minDate": "minDate"; "maxDate": "maxDate"; "showButtonBar": "showButtonBar"; "showIcon": "showIcon"; "showTime": "showTime"; "selectionMode": "selectionMode"; }, { "onSelectionChange": "onSelectionChange"; "onSelectionValue": "onSelectionValue"; }, never, ["*"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputCalendarComponent, "kv-input-calendar", never, { "isYear": { "alias": "isYear"; "required": false; }; "isMonthYear": { "alias": "isMonthYear"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "showButtonBar": { "alias": "showButtonBar"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; "onSelectionValue": "onSelectionValue"; }, never, ["*"], false, never>;
27
27
  }
@@ -6,5 +6,5 @@ export declare class InputMaskComponent extends BaseComponentInput<string> imple
6
6
  mask: string;
7
7
  constructor(componentService: ComponentService);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<InputMaskComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<InputMaskComponent, "kv-input-mask", never, { "mask": "mask"; }, {}, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputMaskComponent, "kv-input-mask", never, { "mask": { "alias": "mask"; "required": false; }; }, {}, never, ["*"], false, never>;
10
10
  }
@@ -15,5 +15,5 @@ export declare class InputNumberComponent extends BaseComponentInput<string> imp
15
15
  private configDecimal;
16
16
  private configCurrency;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<InputNumberComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<InputNumberComponent, "kv-input-number", never, { "mode": "mode"; "digits": "digits"; "min": "min"; "max": "max"; "suffix": "suffix"; }, {}, never, ["*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputNumberComponent, "kv-input-number", never, { "mode": { "alias": "mode"; "required": false; }; "digits": { "alias": "digits"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; }, {}, never, ["*"], false, never>;
19
19
  }
@@ -9,5 +9,5 @@ export declare class InputPasswordComponent extends BaseComponentInput<string> i
9
9
  toggleMask: boolean;
10
10
  constructor(componentService: ComponentService);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<InputPasswordComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<InputPasswordComponent, "kv-input-password", never, { "feedback": "feedback"; "mediumRegex": "mediumRegex"; "strongRegex": "strongRegex"; "toggleMask": "toggleMask"; }, {}, never, ["*"], false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputPasswordComponent, "kv-input-password", never, { "feedback": { "alias": "feedback"; "required": false; }; "mediumRegex": { "alias": "mediumRegex"; "required": false; }; "strongRegex": { "alias": "strongRegex"; "required": false; }; "toggleMask": { "alias": "toggleMask"; "required": false; }; }, {}, never, ["*"], false, never>;
13
13
  }
@@ -11,5 +11,5 @@ export declare class InputTextCheckboxComponent extends BaseComponentInput<strin
11
11
  get checkBoxValue(): boolean;
12
12
  emitCheckBoxValue(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<InputTextCheckboxComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<InputTextCheckboxComponent, "kv-input-text-checkbox", never, { "tooltipCheckbox": "tooltipCheckbox"; }, { "checkBoxEmit": "checkBoxEmit"; }, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputTextCheckboxComponent, "kv-input-text-checkbox", never, { "tooltipCheckbox": { "alias": "tooltipCheckbox"; "required": false; }; }, { "checkBoxEmit": "checkBoxEmit"; }, never, never, false, never>;
15
15
  }
@@ -12,5 +12,5 @@ export declare class InputTextareaComponent extends BaseComponentInput<string> i
12
12
  constructor(componentService: ComponentService);
13
13
  ngOnInit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<InputTextareaComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<InputTextareaComponent, "kv-input-textarea", never, { "multiline": "multiline"; "rows": "rows"; "cols": "cols"; "autoResize": "autoResize"; "maxValueLength": "maxValueLength"; }, {}, never, ["*"], false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputTextareaComponent, "kv-input-textarea", never, { "multiline": { "alias": "multiline"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "cols": { "alias": "cols"; "required": false; }; "autoResize": { "alias": "autoResize"; "required": false; }; "maxValueLength": { "alias": "maxValueLength"; "required": false; }; }, {}, never, ["*"], false, never>;
16
16
  }
@@ -6,5 +6,5 @@ export declare class InputTimeComponent extends BaseComponentInput<string> imple
6
6
  showIcon: boolean;
7
7
  constructor(componentService: ComponentService);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<InputTimeComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<InputTimeComponent, "kv-input-time", never, { "showIcon": "showIcon"; }, {}, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputTimeComponent, "kv-input-time", never, { "showIcon": { "alias": "showIcon"; "required": false; }; }, {}, never, ["*"], false, never>;
10
10
  }
@@ -10,5 +10,5 @@ export declare class MultiSelectComponent extends BaseComponentMultiSelect {
10
10
  ngOnInit(): void;
11
11
  constructor(componentService: ComponentService);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "kv-multi-select", never, { "optionInactive": "optionInactive"; "group": "group"; "itemTemplate": "itemTemplate"; }, {}, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "kv-multi-select", never, { "optionInactive": { "alias": "optionInactive"; "required": false; }; "group": { "alias": "group"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; }, {}, never, ["*"], false, never>;
14
14
  }
@@ -14,5 +14,5 @@ export declare class RadioGroupComponent extends BaseComponentInput<any> impleme
14
14
  selectedDefault(): void;
15
15
  selectedOption(event: any): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "kv-radio-group", never, { "options": "options"; "optionValueDefault": "optionValueDefault"; "vertical": "vertical"; }, { "onSelectedOption": "onSelectedOption"; }, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioGroupComponent, "kv-radio-group", never, { "options": { "alias": "options"; "required": false; }; "optionValueDefault": { "alias": "optionValueDefault"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, { "onSelectedOption": "onSelectedOption"; }, never, never, false, never>;
18
18
  }
@@ -9,5 +9,5 @@ export declare class SwitchComponent extends BaseComponentInput<boolean> impleme
9
9
  ngOnInit(): void;
10
10
  emitOnSwitchChange(event: any): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "kv-switch", never, { "switchValue": "switchValue"; }, { "onSwitchChange": "onSwitchChange"; }, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "kv-switch", never, { "switchValue": { "alias": "switchValue"; "required": false; }; }, { "onSwitchChange": "onSwitchChange"; }, never, never, false, never>;
13
13
  }
@@ -3,5 +3,5 @@ export declare class LabelComponent {
3
3
  componentId: string;
4
4
  label: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "kv-label", never, { "componentId": "componentId"; "label": "label"; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "kv-label", never, { "componentId": { "alias": "componentId"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
7
7
  }
@@ -26,5 +26,5 @@ export declare class LoginComponent extends BaseComponentCrudForm {
26
26
  loadForm(id: any): void;
27
27
  save(): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "kv-login", never, { "Background": "Background"; "SystemLogo": "SystemLogo"; "SystemColorPrimary": "SystemColorPrimary"; "SystemColorSecondary": "SystemColorSecondary"; }, { "onLogin": "onLogin"; }, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "kv-login", never, { "Background": { "alias": "Background"; "required": false; }; "SystemLogo": { "alias": "SystemLogo"; "required": false; }; "SystemColorPrimary": { "alias": "SystemColorPrimary"; "required": false; }; "SystemColorSecondary": { "alias": "SystemColorSecondary"; "required": false; }; }, { "onLogin": "onLogin"; }, never, never, false, never>;
30
30
  }
@@ -69,5 +69,5 @@ export declare class MenuComponent implements OnInit {
69
69
  onMouseFilhoEnter(index: number): void;
70
70
  onMouseLeave(): void;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "kv-menu", never, { "menuCompleto": "menuCompleto"; "licencas": "licencas"; "licencaSelecionada": "licencaSelecionada"; "logoImage": "logoImage"; "nomeUsuario": "nomeUsuario"; "breadCrumbItems": "breadCrumbItems"; }, { "licencaChange": "licencaChange"; "gerenciarKeePassEvent": "gerenciarKeePassEvent"; "sairEvent": "sairEvent"; "expandMenuEmit": "expandMenuEmit"; "trocarLicencaEmit": "trocarLicencaEmit"; }, never, ["*"], false, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "kv-menu", never, { "menuCompleto": { "alias": "menuCompleto"; "required": false; }; "licencas": { "alias": "licencas"; "required": false; }; "licencaSelecionada": { "alias": "licencaSelecionada"; "required": false; }; "logoImage": { "alias": "logoImage"; "required": false; }; "nomeUsuario": { "alias": "nomeUsuario"; "required": false; }; "breadCrumbItems": { "alias": "breadCrumbItems"; "required": false; }; }, { "licencaChange": "licencaChange"; "gerenciarKeePassEvent": "gerenciarKeePassEvent"; "sairEvent": "sairEvent"; "expandMenuEmit": "expandMenuEmit"; "trocarLicencaEmit": "trocarLicencaEmit"; }, never, ["*"], false, never>;
73
73
  }
@@ -23,5 +23,5 @@ export declare class OrgchartComponent implements OnInit {
23
23
  stringToTemplateLiteral(string: string): string;
24
24
  compactSwap(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<OrgchartComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<OrgchartComponent, "kv-orgchart", never, { "dataSource": "dataSource"; "config": "config"; "template": "template"; "nodeTemplate": "nodeTemplate"; "generateTemplate": "generateTemplate"; "templateFuncion": "templateFuncion"; "corDeFundo": "corDeFundo"; }, {}, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<OrgchartComponent, "kv-orgchart", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "config": { "alias": "config"; "required": false; }; "template": { "alias": "template"; "required": false; }; "nodeTemplate": { "alias": "nodeTemplate"; "required": false; }; "generateTemplate": { "alias": "generateTemplate"; "required": false; }; "templateFuncion": { "alias": "templateFuncion"; "required": false; }; "corDeFundo": { "alias": "corDeFundo"; "required": false; }; }, {}, never, never, false, never>;
27
27
  }
@@ -65,5 +65,5 @@ export declare class PageFormComponent implements OnInit {
65
65
  */
66
66
  setPageFormContainerAttributes(): void;
67
67
  static ɵfac: i0.ɵɵFactoryDeclaration<PageFormComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<PageFormComponent, "kv-page-form", never, { "formGroup": "formGroup"; "TituloForm": "TituloForm"; "SubTituloForm": "SubTituloForm"; "isSaveLoading": "isSaveLoading"; "popup": "popup"; "locationUseComponent": "locationUseComponent"; "iconBtnCancel": "iconBtnCancel"; "showBtnCancel": "showBtnCancel"; "txtBtnCancel": "txtBtnCancel"; "iconBtnSave": "iconBtnSave"; "showBtnSave": "showBtnSave"; "txtBtnSave": "txtBtnSave"; "actions": "actions"; "iconBtnSaveToogle": "iconBtnSaveToogle"; "showBtnSaveToogle": "showBtnSaveToogle"; "txtBtnSaveToogle": "txtBtnSaveToogle"; "disableBtnSair": "disableBtnSair"; }, { "onSave": "onSave"; "onCancel": "onCancel"; }, never, ["*"], false, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageFormComponent, "kv-page-form", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "TituloForm": { "alias": "TituloForm"; "required": false; }; "SubTituloForm": { "alias": "SubTituloForm"; "required": false; }; "isSaveLoading": { "alias": "isSaveLoading"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; "locationUseComponent": { "alias": "locationUseComponent"; "required": false; }; "iconBtnCancel": { "alias": "iconBtnCancel"; "required": false; }; "showBtnCancel": { "alias": "showBtnCancel"; "required": false; }; "txtBtnCancel": { "alias": "txtBtnCancel"; "required": false; }; "iconBtnSave": { "alias": "iconBtnSave"; "required": false; }; "showBtnSave": { "alias": "showBtnSave"; "required": false; }; "txtBtnSave": { "alias": "txtBtnSave"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "iconBtnSaveToogle": { "alias": "iconBtnSaveToogle"; "required": false; }; "showBtnSaveToogle": { "alias": "showBtnSaveToogle"; "required": false; }; "txtBtnSaveToogle": { "alias": "txtBtnSaveToogle"; "required": false; }; "disableBtnSair": { "alias": "disableBtnSair"; "required": false; }; }, { "onSave": "onSave"; "onCancel": "onCancel"; }, never, ["*"], false, never>;
69
69
  }
@@ -16,5 +16,5 @@ export declare class PickListComponent implements OnInit {
16
16
  constructor();
17
17
  ngOnInit(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<PickListComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<PickListComponent, "kv-picklist", never, { "source": "source"; "sourceHeader": "sourceHeader"; "sourceStyle": "sourceStyle"; "target": "target"; "targetHeader": "targetHeader"; "targetStyle": "targetStyle"; "dragdrop": "dragdrop"; "responsive": "responsive"; "filterBy": "filterBy"; "breakpoint": "breakpoint"; "stripedRows": "stripedRows"; "itemTemplate": "itemTemplate"; }, {}, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<PickListComponent, "kv-picklist", never, { "source": { "alias": "source"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; "sourceStyle": { "alias": "sourceStyle"; "required": false; }; "target": { "alias": "target"; "required": false; }; "targetHeader": { "alias": "targetHeader"; "required": false; }; "targetStyle": { "alias": "targetStyle"; "required": false; }; "dragdrop": { "alias": "dragdrop"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "stripedRows": { "alias": "stripedRows"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; }, {}, never, never, false, never>;
20
20
  }
@@ -7,6 +7,7 @@ import { CodigoFipePipe } from '../pipes/codigofile.pipe';
7
7
  import { CpfCnpjPipe } from '../pipes/cpfcnpj.pipe';
8
8
  import { TelefonePipe } from '../pipes/telefone.pipe';
9
9
  import { KvMenuItem } from '../api/components/table/kv-menuitem';
10
+ import { MenuItemCommandEvent } from 'primeng/api';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class TableComponent implements OnInit {
12
13
  private readonly datePipe;
@@ -29,6 +30,7 @@ export declare class TableComponent implements OnInit {
29
30
  checkboxClicked: boolean;
30
31
  showFiltrosAvancados: boolean;
31
32
  collapsed: boolean;
33
+ commandEvent: MenuItemCommandEvent;
32
34
  templates: QueryList<any>;
33
35
  _templates: any;
34
36
  table: Table;
@@ -98,5 +100,5 @@ export declare class TableComponent implements OnInit {
98
100
  getCustomTemplate(templatename: string): TemplateRef<any>;
99
101
  filtrosAvancadosEvent(e: any): void;
100
102
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
101
- static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "kv-table", never, { "_templates": "templates"; "setConfig": "config"; "dataSource": "dataSource"; "selectedItems": "selectedItems"; "totalRecords": "totalRecords"; "paginator": "paginator"; "rowsPerPageOptions": "rowsPerPageOptions"; "rows": "rows"; "pageLinksOptions": "pageLinksOptions"; "showFirstLastIcon": "showFirstLastIcon"; "tableSize": "tableSize"; "applyStyle": "applyStyle"; "acoesLinhaTabela": "acoesLinhaTabela"; "filterColumnsBtn": "filterColumnsBtn"; "filtrosAvancados": "filtrosAvancados"; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "filtrosAvancadosEmit": "filtrosAvancadosEmit"; }, ["templates"], ["*"], false, never>;
103
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "kv-table", never, { "_templates": { "alias": "templates"; "required": false; }; "setConfig": { "alias": "config"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "acoesLinhaTabela": { "alias": "acoesLinhaTabela"; "required": false; }; "filterColumnsBtn": { "alias": "filterColumnsBtn"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "filtrosAvancadosEmit": "filtrosAvancadosEmit"; }, ["templates"], ["*"], false, never>;
102
104
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter, OnInit, QueryList, TemplateRef } from '@angular/core';
2
- import { TreeNode } from 'primeng/api';
2
+ import { MenuItemCommandEvent, TreeNode } from 'primeng/api';
3
3
  import { CodigoFipePipe, CpfCnpjPipe, KvMenuItem, TableConfig, TableConfigColumn, TelefonePipe } from '../../public-api';
4
4
  import { Table } from 'primeng/table';
5
5
  import { TreeTable } from 'primeng/treetable';
@@ -13,7 +13,7 @@ export declare class TreeTableComponent implements OnInit {
13
13
  private readonly telefonePipe;
14
14
  config: TableConfig;
15
15
  dataSource: TreeNode[];
16
- selectedItems: any[];
16
+ selectedItems: any;
17
17
  acoesLinhaTabela: boolean;
18
18
  espacamentoPai: string;
19
19
  espacamentoLateral: boolean;
@@ -44,6 +44,7 @@ export declare class TreeTableComponent implements OnInit {
44
44
  menuItems: KvMenuItem[];
45
45
  imgDefault: string;
46
46
  isExpanded: boolean;
47
+ commandEvent: MenuItemCommandEvent;
47
48
  constructor(datePipe: DatePipe, decimalPipe: DecimalPipe, codigoFipePipe: CodigoFipePipe, cpfCnpjPipe: CpfCnpjPipe, telefonePipe: TelefonePipe);
48
49
  ngOnInit(): void;
49
50
  onGlobalFilter(table: TreeTable, event: Event): void;
@@ -80,5 +81,5 @@ export declare class TreeTableComponent implements OnInit {
80
81
  doubleClick(e: any, rowData: any, rowNode: any): void;
81
82
  isDisabledCheckbox(rowData: any, rowNode: any): boolean;
82
83
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeTableComponent, never>;
83
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeTableComponent, "kv-treetable", never, { "config": "config"; "dataSource": "dataSource"; "selectedItems": "selectedItems"; "acoesLinhaTabela": "acoesLinhaTabela"; "espacamentoPai": "espacamentoPai"; "espacamentoLateral": "espacamentoLateral"; "tamanhoTotalTree": "tamanhoTotalTree"; "rowsPerPageOptions": "rowsPerPageOptions"; "rows": "rows"; "tableSize": "tableSize"; "paginator": "paginator"; "showFirstLastIcon": "showFirstLastIcon"; "rightCollapse": "rightCollapse"; "applyStyle": "applyStyle"; "_templates": "templates"; "colorButtonToggleNodes": "colorButtonToggleNodes"; }, { "onFilter": "onFilter"; "onPaginate": "onPaginate"; "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "doubleClickEvent": "doubleClickEvent"; }, ["templates"], never, false, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeTableComponent, "kv-treetable", never, { "config": { "alias": "config"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "acoesLinhaTabela": { "alias": "acoesLinhaTabela"; "required": false; }; "espacamentoPai": { "alias": "espacamentoPai"; "required": false; }; "espacamentoLateral": { "alias": "espacamentoLateral"; "required": false; }; "tamanhoTotalTree": { "alias": "tamanhoTotalTree"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "rightCollapse": { "alias": "rightCollapse"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "_templates": { "alias": "templates"; "required": false; }; "colorButtonToggleNodes": { "alias": "colorButtonToggleNodes"; "required": false; }; }, { "onFilter": "onFilter"; "onPaginate": "onPaginate"; "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "doubleClickEvent": "doubleClickEvent"; }, ["templates"], never, false, never>;
84
85
  }
@@ -2,13 +2,13 @@ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { TreeNode } from 'primeng/api';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TreeViewComponent implements OnInit {
5
- selectedFiles: TreeNode[] | undefined;
6
- selectionMode: string;
5
+ selectedFiles: any;
6
+ selectionMode: any;
7
7
  treeViewData: TreeNode[];
8
8
  selectedItems: EventEmitter<any>;
9
9
  constructor();
10
10
  ngOnInit(): void;
11
11
  onSelectionChange(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewComponent, "kv-tree-view", never, { "selectedFiles": "selectedFiles"; "selectionMode": "selectionMode"; "treeViewData": "treeViewData"; }, { "selectedItems": "selectedItems"; }, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewComponent, "kv-tree-view", never, { "selectedFiles": { "alias": "selectedFiles"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "treeViewData": { "alias": "treeViewData"; "required": false; }; }, { "selectedItems": "selectedItems"; }, never, never, false, never>;
14
14
  }
@@ -24,5 +24,5 @@ export declare class WorkspaceComponent implements OnInit {
24
24
  voltar(): void;
25
25
  filtrarEmpresa(event: any): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceComponent, "kv-workspace", never, { "nomeSistema": "nomeSistema"; "nomeUsuario": "nomeUsuario"; "masters": "masters"; "somenteMaster": "somenteMaster"; }, { "onGetMasterSelecionada": "onGetMasterSelecionada"; "onGetEmpresaSelecionada": "onGetEmpresaSelecionada"; }, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceComponent, "kv-workspace", never, { "nomeSistema": { "alias": "nomeSistema"; "required": false; }; "nomeUsuario": { "alias": "nomeUsuario"; "required": false; }; "masters": { "alias": "masters"; "required": false; }; "somenteMaster": { "alias": "somenteMaster"; "required": false; }; }, { "onGetMasterSelecionada": "onGetMasterSelecionada"; "onGetEmpresaSelecionada": "onGetEmpresaSelecionada"; }, never, never, false, never>;
28
28
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.5.224",
3
+ "version": "1.6.1",
4
4
  "peerDependencies": {
5
- "@angular/common": "^15.2.0",
6
- "@angular/core": "^15.2.0",
5
+ "@angular/common": "^16.2.12",
6
+ "@angular/core": "^16.2.12",
7
7
  "@types/d3": "^7.4.3",
8
8
  "@types/d3-org-chart": "^3.1.2",
9
9
  "@types/quill": "^2.0.14",
@@ -25,11 +25,7 @@
25
25
  "keywords": [
26
26
  "keevo components library"
27
27
  ],
28
- "module": "fesm2015/keevo-components.mjs",
29
- "es2020": "fesm2020/keevo-components.mjs",
30
- "esm2020": "esm2020/keevo-components.mjs",
31
- "fesm2020": "fesm2020/keevo-components.mjs",
32
- "fesm2015": "fesm2015/keevo-components.mjs",
28
+ "module": "fesm2022/keevo-components.mjs",
33
29
  "typings": "index.d.ts",
34
30
  "exports": {
35
31
  "./package.json": {
@@ -37,11 +33,9 @@
37
33
  },
38
34
  ".": {
39
35
  "types": "./index.d.ts",
40
- "esm2020": "./esm2020/keevo-components.mjs",
41
- "es2020": "./fesm2020/keevo-components.mjs",
42
- "es2015": "./fesm2015/keevo-components.mjs",
43
- "node": "./fesm2015/keevo-components.mjs",
44
- "default": "./fesm2020/keevo-components.mjs"
36
+ "esm2022": "./esm2022/keevo-components.mjs",
37
+ "esm": "./esm2022/keevo-components.mjs",
38
+ "default": "./fesm2022/keevo-components.mjs"
45
39
  }
46
40
  }
47
41
  }
@@ -1,28 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { NgxLoadingModule } from 'ngx-loading';
4
- import { LoaderComponent } from './loader.component';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "ngx-loading";
7
- export class KvLoaderModule {
8
- }
9
- KvLoaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: KvLoaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- KvLoaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: KvLoaderModule, declarations: [LoaderComponent], imports: [CommonModule, i1.NgxLoadingModule], exports: [LoaderComponent] });
11
- KvLoaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: KvLoaderModule, imports: [CommonModule,
12
- NgxLoadingModule.forRoot({
13
- fullScreenBackdrop: true
14
- })] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: KvLoaderModule, decorators: [{
16
- type: NgModule,
17
- args: [{
18
- declarations: [LoaderComponent],
19
- exports: [LoaderComponent],
20
- imports: [
21
- CommonModule,
22
- NgxLoadingModule.forRoot({
23
- fullScreenBackdrop: true
24
- })
25
- ]
26
- }]
27
- }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia3Zsb2FkZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2Vldm8tY29tcG9uZW50cy9zcmMvbGliL2xvYWRlci9rdmxvYWRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sYUFBYSxDQUFDO0FBRS9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQzs7O0FBWXJELE1BQU0sT0FBTyxjQUFjOzsyR0FBZCxjQUFjOzRHQUFkLGNBQWMsaUJBVFYsZUFBZSxhQUc1QixZQUFZLGtDQUZKLGVBQWU7NEdBUWQsY0FBYyxZQU52QixZQUFZO1FBQ1osZ0JBQWdCLENBQUMsT0FBTyxDQUFDO1lBQ3ZCLGtCQUFrQixFQUFFLElBQUk7U0FDekIsQ0FBQzsyRkFHTyxjQUFjO2tCQVYxQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGVBQWUsQ0FBQztvQkFDL0IsT0FBTyxFQUFFLENBQUMsZUFBZSxDQUFDO29CQUMxQixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixnQkFBZ0IsQ0FBQyxPQUFPLENBQUM7NEJBQ3ZCLGtCQUFrQixFQUFFLElBQUk7eUJBQ3pCLENBQUM7cUJBQ0g7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOZ3hMb2FkaW5nTW9kdWxlIH0gZnJvbSAnbmd4LWxvYWRpbmcnO1xyXG5cclxuaW1wb3J0IHsgTG9hZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9sb2FkZXIuY29tcG9uZW50JztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbTG9hZGVyQ29tcG9uZW50XSxcclxuICBleHBvcnRzOiBbTG9hZGVyQ29tcG9uZW50XSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBOZ3hMb2FkaW5nTW9kdWxlLmZvclJvb3Qoe1xyXG4gICAgICBmdWxsU2NyZWVuQmFja2Ryb3A6IHRydWVcclxuICAgIH0pXHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgS3ZMb2FkZXJNb2R1bGUgeyB9XHJcbiJdfQ==
@@ -1,29 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { Subject, finalize } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export class LoaderService {
5
- static show() {
6
- this.isLoading.next(true);
7
- }
8
- static hide() {
9
- this.isLoading.next(false);
10
- }
11
- }
12
- LoaderService.isLoading = new Subject();
13
- LoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14
- LoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoaderService, providedIn: 'root' });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LoaderService, decorators: [{
16
- type: Injectable,
17
- args: [{
18
- providedIn: 'root'
19
- }]
20
- }] });
21
- export const loading = () => {
22
- return (src) => {
23
- LoaderService.show();
24
- return src.pipe(finalize(() => {
25
- LoaderService.hide();
26
- }));
27
- };
28
- };
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGVyLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rZWV2by1jb21wb25lbnRzL3NyYy9saWIvbG9hZGVyL2xvYWRlci5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFjLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBS3JELE1BQU0sT0FBTyxhQUFhO0lBR3hCLE1BQU0sQ0FBQyxJQUFJO1FBQ1QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUIsQ0FBQztJQUVELE1BQU0sQ0FBQyxJQUFJO1FBQ1QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDN0IsQ0FBQzs7QUFSYSx1QkFBUyxHQUFHLElBQUksT0FBTyxFQUFXLENBQUM7MEdBRHRDLGFBQWE7OEdBQWIsYUFBYSxjQUZaLE1BQU07MkZBRVAsYUFBYTtrQkFIekIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkI7O0FBYUQsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLEdBQVEsRUFBRTtJQUMvQixPQUFPLENBQUMsR0FBb0IsRUFBRSxFQUFFO1FBQzlCLGFBQWEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNyQixPQUFPLEdBQUcsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsRUFBRTtZQUM1QixhQUFhLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDdkIsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUNOLENBQUMsQ0FBQztBQUNKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgU3ViamVjdCwgZmluYWxpemUgfSBmcm9tICdyeGpzJztcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCdcclxufSlcclxuZXhwb3J0IGNsYXNzIExvYWRlclNlcnZpY2Uge1xyXG4gIHB1YmxpYyBzdGF0aWMgaXNMb2FkaW5nID0gbmV3IFN1YmplY3Q8Ym9vbGVhbj4oKTtcclxuXHJcbiAgc3RhdGljIHNob3coKSB7XHJcbiAgICB0aGlzLmlzTG9hZGluZy5uZXh0KHRydWUpO1xyXG4gIH1cclxuXHJcbiAgc3RhdGljIGhpZGUoKSB7XHJcbiAgICB0aGlzLmlzTG9hZGluZy5uZXh0KGZhbHNlKTtcclxuICB9XHJcbn1cclxuXHJcbmV4cG9ydCBjb25zdCBsb2FkaW5nID0gKCk6IGFueSA9PiB7XHJcbiAgcmV0dXJuIChzcmM6IE9ic2VydmFibGU8YW55PikgPT4ge1xyXG4gICAgTG9hZGVyU2VydmljZS5zaG93KCk7XHJcbiAgICByZXR1cm4gc3JjLnBpcGUoZmluYWxpemUoKCkgPT4ge1xyXG4gICAgICBMb2FkZXJTZXJ2aWNlLmhpZGUoKTtcclxuICAgIH0pKTtcclxuICB9O1xyXG59OyJdfQ==