keevo-components 1.8.38 → 1.8.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (215) hide show
  1. package/README.md +24 -24
  2. package/esm2022/keevo-components.mjs +4 -4
  3. package/esm2022/lib/api/base-components/base-component-button.mjs +36 -36
  4. package/esm2022/lib/api/base-components/base-component-chart.mjs +92 -92
  5. package/esm2022/lib/api/base-components/base-component-crud-form.mjs +298 -298
  6. package/esm2022/lib/api/base-components/base-component-crud-list.mjs +78 -78
  7. package/esm2022/lib/api/base-components/base-component-crud.mjs +65 -65
  8. package/esm2022/lib/api/base-components/base-component-dropdown-external.mjs +31 -31
  9. package/esm2022/lib/api/base-components/base-component-dropdown.mjs +169 -169
  10. package/esm2022/lib/api/base-components/base-component-input.mjs +94 -94
  11. package/esm2022/lib/api/base-components/base-component-multi-select.mjs +130 -130
  12. package/esm2022/lib/api/base-components/base-component.mjs +51 -51
  13. package/esm2022/lib/api/components/chart/chart.config.mjs +2 -2
  14. package/esm2022/lib/api/components/chart/chart.model.mjs +2 -2
  15. package/esm2022/lib/api/components/chart/orchart.config.mjs +2 -2
  16. package/esm2022/lib/api/components/chart/orchart.item.mjs +2 -2
  17. package/esm2022/lib/api/components/dropdown/filtro.combo.mjs +2 -2
  18. package/esm2022/lib/api/components/table/action-item.mjs +2 -2
  19. package/esm2022/lib/api/components/table/kv-menuitem.mjs +3 -3
  20. package/esm2022/lib/api/components/table/table-dropdown-control.mjs +2 -2
  21. package/esm2022/lib/api/components/table/table.config.column.mjs +2 -2
  22. package/esm2022/lib/api/components/table/table.config.mjs +2 -2
  23. package/esm2022/lib/api/components/table/table.paginate.mjs +9 -9
  24. package/esm2022/lib/api/components/table/tabledit.config.mjs +2 -2
  25. package/esm2022/lib/api/components/table/tableedit.config.column.mjs +2 -2
  26. package/esm2022/lib/api/directives/template/template.directive.mjs +24 -24
  27. package/esm2022/lib/api/helpers/component-providers.mjs +16 -16
  28. package/esm2022/lib/api/helpers/keevo-validators.mjs +72 -72
  29. package/esm2022/lib/api/helpers/translate-primeng.mjs +23 -23
  30. package/esm2022/lib/api/models/menu/menu.model.mjs +2 -2
  31. package/esm2022/lib/api/models/menu/menucompleto.model.mjs +2 -2
  32. package/esm2022/lib/api/models/menu/sistemamenu.model.mjs +2 -2
  33. package/esm2022/lib/api/modules/primeng.module.mjs +251 -251
  34. package/esm2022/lib/api/pipes/codigofile.pipe.mjs +19 -19
  35. package/esm2022/lib/api/pipes/cpfcnpj.pipe.mjs +25 -25
  36. package/esm2022/lib/api/pipes/mask.pipe.mjs +29 -29
  37. package/esm2022/lib/api/pipes/pipes.module.mjs +39 -39
  38. package/esm2022/lib/api/pipes/telefone.pipe.mjs +45 -45
  39. package/esm2022/lib/api/services/base.api.service.mjs +74 -74
  40. package/esm2022/lib/api/services/breadcrumbs.service.mjs +57 -57
  41. package/esm2022/lib/api/services/component.service.mjs +27 -27
  42. package/esm2022/lib/api/services/form.service.mjs +85 -85
  43. package/esm2022/lib/api/services/imagens.service.mjs +28 -28
  44. package/esm2022/lib/api/services/notification.service.mjs +67 -67
  45. package/esm2022/lib/api/services/object.service.mjs +39 -39
  46. package/esm2022/lib/components/keevo-components.module.mjs +144 -144
  47. package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +78 -78
  48. package/esm2022/lib/components/kv-avatar/kv-avatar.module.mjs +32 -32
  49. package/esm2022/lib/components/kv-buttons/kv-button-personalize/kv-button-personalize.component.mjs +31 -17
  50. package/esm2022/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.mjs +31 -31
  51. package/esm2022/lib/components/kv-buttons/kv-button-secondary/kv-button-secondary.component.mjs +17 -17
  52. package/esm2022/lib/components/kv-buttons/kv-button-success/kv-button-success.component.mjs +17 -17
  53. package/esm2022/lib/components/kv-buttons/kv-button.module.mjs +39 -39
  54. package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +92 -92
  55. package/esm2022/lib/components/kv-carousel/kv-carousel.module.mjs +28 -28
  56. package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +145 -145
  57. package/esm2022/lib/components/kv-chart/kv-chart.module.mjs +32 -0
  58. package/esm2022/lib/components/kv-error/kv-error.component.mjs +26 -26
  59. package/esm2022/lib/components/kv-error/kv-error.module.mjs +35 -35
  60. package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +26 -26
  61. package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +37 -37
  62. package/esm2022/lib/components/kv-inputs/kv-editor/kv-editor.component.mjs +88 -88
  63. package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +89 -89
  64. package/esm2022/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.mjs +29 -29
  65. package/esm2022/lib/components/kv-inputs/kv-input-number/kv-input-number.component.mjs +59 -59
  66. package/esm2022/lib/components/kv-inputs/kv-input-password/kv-input-password.component.mjs +33 -33
  67. package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +21 -21
  68. package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +42 -42
  69. package/esm2022/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.mjs +43 -43
  70. package/esm2022/lib/components/kv-inputs/kv-input-time/kv-input-time.component.mjs +24 -24
  71. package/esm2022/lib/components/kv-inputs/kv-inputs.module.mjs +108 -108
  72. package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +44 -44
  73. package/esm2022/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.mjs +53 -53
  74. package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +34 -34
  75. package/esm2022/lib/components/kv-label/kv-label.component.mjs +15 -15
  76. package/esm2022/lib/components/kv-label/kv-label.module.mjs +24 -24
  77. package/esm2022/lib/components/kv-loader/kv-loader.component.mjs +17 -17
  78. package/esm2022/lib/components/kv-loader/kv-loader.module.mjs +28 -28
  79. package/esm2022/lib/components/kv-loader/kv-loader.service.mjs +29 -29
  80. package/esm2022/lib/components/kv-login/kv-login.component.mjs +52 -52
  81. package/esm2022/lib/components/kv-login/kv-login.module.mjs +47 -47
  82. package/esm2022/lib/components/kv-menu/kv-menu.component.mjs +188 -188
  83. package/esm2022/lib/components/kv-menu/kv-menu.module.mjs +47 -47
  84. package/esm2022/lib/components/kv-modal/kv-modal.component.mjs +67 -67
  85. package/esm2022/lib/components/kv-modal/kv-modal.module.mjs +31 -31
  86. package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +100 -100
  87. package/esm2022/lib/components/kv-orgchart/kv-orgchart.module.mjs +24 -24
  88. package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +147 -147
  89. package/esm2022/lib/components/kv-page-form/kv-page-form.module.mjs +38 -38
  90. package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +48 -48
  91. package/esm2022/lib/components/kv-pick-list/kv-pick-list.module.mjs +32 -32
  92. package/esm2022/lib/components/kv-progress-bar/kv-progress-bar.component.mjs +58 -58
  93. package/esm2022/lib/components/kv-progress-bar/kv-progress-bar.module.mjs +28 -28
  94. package/esm2022/lib/components/kv-table/kv-table.component.mjs +554 -554
  95. package/esm2022/lib/components/kv-table/kv-table.module.mjs +36 -36
  96. package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +567 -567
  97. package/esm2022/lib/components/kv-table-edit/kv-table-edit.module.mjs +34 -34
  98. package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +215 -215
  99. package/esm2022/lib/components/kv-tree-table/kv-tree-table.module.mjs +28 -28
  100. package/esm2022/lib/components/kv-tree-view/kv-tree-view.component.mjs +30 -30
  101. package/esm2022/lib/components/kv-tree-view/kv-tree-view.module.mjs +28 -28
  102. package/esm2022/lib/components/kv-treetable/kv-treetable.component.mjs +371 -371
  103. package/esm2022/lib/components/kv-treetable/kv-treetable.module.mjs +32 -32
  104. package/esm2022/lib/components/kv-workspace/kv-workspace.component.mjs +178 -178
  105. package/esm2022/lib/components/kv-workspace/kv-workspace.module.mjs +51 -51
  106. package/esm2022/public-api.mjs +169 -169
  107. package/fesm2022/keevo-components.mjs +5786 -5772
  108. package/fesm2022/keevo-components.mjs.map +1 -1
  109. package/index.d.ts +5 -5
  110. package/lib/api/base-components/base-component-button.d.ts +14 -14
  111. package/lib/api/base-components/base-component-chart.d.ts +40 -40
  112. package/lib/api/base-components/base-component-crud-form.d.ts +145 -145
  113. package/lib/api/base-components/base-component-crud-list.d.ts +63 -63
  114. package/lib/api/base-components/base-component-crud.d.ts +36 -36
  115. package/lib/api/base-components/base-component-dropdown-external.d.ts +15 -15
  116. package/lib/api/base-components/base-component-dropdown.d.ts +44 -44
  117. package/lib/api/base-components/base-component-input.d.ts +31 -31
  118. package/lib/api/base-components/base-component-multi-select.d.ts +35 -35
  119. package/lib/api/base-components/base-component.d.ts +22 -22
  120. package/lib/api/components/chart/chart.config.d.ts +11 -11
  121. package/lib/api/components/chart/chart.model.d.ts +9 -9
  122. package/lib/api/components/chart/orchart.config.d.ts +35 -35
  123. package/lib/api/components/chart/orchart.item.d.ts +26 -26
  124. package/lib/api/components/dropdown/filtro.combo.d.ts +4 -4
  125. package/lib/api/components/table/action-item.d.ts +11 -9
  126. package/lib/api/components/table/kv-menuitem.d.ts +10 -10
  127. package/lib/api/components/table/table-dropdown-control.d.ts +6 -6
  128. package/lib/api/components/table/table.config.column.d.ts +25 -25
  129. package/lib/api/components/table/table.config.d.ts +19 -19
  130. package/lib/api/components/table/table.paginate.d.ts +6 -6
  131. package/lib/api/components/table/tabledit.config.d.ts +8 -8
  132. package/lib/api/components/table/tableedit.config.column.d.ts +10 -10
  133. package/lib/api/directives/template/template.directive.d.ts +11 -11
  134. package/lib/api/helpers/component-providers.d.ts +2 -2
  135. package/lib/api/helpers/keevo-validators.d.ts +11 -11
  136. package/lib/api/helpers/translate-primeng.d.ts +4 -4
  137. package/lib/api/models/menu/menu.model.d.ts +10 -10
  138. package/lib/api/models/menu/menucompleto.model.d.ts +6 -6
  139. package/lib/api/models/menu/sistemamenu.model.d.ts +8 -8
  140. package/lib/api/modules/primeng.module.d.ts +61 -61
  141. package/lib/api/pipes/codigofile.pipe.d.ts +7 -7
  142. package/lib/api/pipes/cpfcnpj.pipe.d.ts +7 -7
  143. package/lib/api/pipes/mask.pipe.d.ts +7 -7
  144. package/lib/api/pipes/pipes.module.d.ts +11 -11
  145. package/lib/api/pipes/telefone.pipe.d.ts +7 -7
  146. package/lib/api/services/base.api.service.d.ts +25 -25
  147. package/lib/api/services/breadcrumbs.service.d.ts +16 -16
  148. package/lib/api/services/component.service.d.ts +11 -11
  149. package/lib/api/services/form.service.d.ts +28 -28
  150. package/lib/api/services/imagens.service.d.ts +10 -10
  151. package/lib/api/services/notification.service.d.ts +25 -25
  152. package/lib/api/services/object.service.d.ts +9 -9
  153. package/lib/components/keevo-components.module.d.ts +25 -25
  154. package/lib/components/kv-avatar/kv-avatar.component.d.ts +22 -22
  155. package/lib/components/kv-avatar/kv-avatar.module.d.ts +10 -10
  156. package/lib/components/kv-buttons/kv-button-personalize/kv-button-personalize.component.d.ts +13 -7
  157. package/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.d.ts +13 -13
  158. package/lib/components/kv-buttons/kv-button-secondary/kv-button-secondary.component.d.ts +7 -7
  159. package/lib/components/kv-buttons/kv-button-success/kv-button-success.component.d.ts +7 -7
  160. package/lib/components/kv-buttons/kv-button.module.d.ts +11 -11
  161. package/lib/components/kv-carousel/kv-carousel.component.d.ts +16 -16
  162. package/lib/components/kv-carousel/kv-carousel.module.d.ts +9 -9
  163. package/lib/components/kv-chart/kv-chart.component.d.ts +56 -56
  164. package/lib/components/kv-chart/{kvchart.module.d.ts → kv-chart.module.d.ts} +10 -10
  165. package/lib/components/kv-error/kv-error.component.d.ts +12 -12
  166. package/lib/components/kv-error/kv-error.module.d.ts +10 -10
  167. package/lib/components/kv-inputs/kv-check/kv-check.component.d.ts +11 -11
  168. package/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.d.ts +14 -14
  169. package/lib/components/kv-inputs/kv-editor/kv-editor.component.d.ts +36 -36
  170. package/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.d.ts +27 -27
  171. package/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.d.ts +12 -12
  172. package/lib/components/kv-inputs/kv-input-number/kv-input-number.component.d.ts +19 -19
  173. package/lib/components/kv-inputs/kv-input-password/kv-input-password.component.d.ts +13 -13
  174. package/lib/components/kv-inputs/kv-input-text/kv-input-text.component.d.ts +9 -9
  175. package/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.d.ts +16 -16
  176. package/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.d.ts +16 -16
  177. package/lib/components/kv-inputs/kv-input-time/kv-input-time.component.d.ts +10 -10
  178. package/lib/components/kv-inputs/kv-inputs.module.d.ts +25 -25
  179. package/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.d.ts +15 -15
  180. package/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.d.ts +18 -18
  181. package/lib/components/kv-inputs/kv-switch/kv-switch.component.d.ts +14 -14
  182. package/lib/components/kv-label/kv-label.component.d.ts +7 -7
  183. package/lib/components/kv-label/kv-label.module.d.ts +8 -8
  184. package/lib/components/kv-loader/kv-loader.component.d.ts +8 -8
  185. package/lib/components/kv-loader/kv-loader.module.d.ts +9 -9
  186. package/lib/components/kv-loader/kv-loader.service.d.ts +10 -10
  187. package/lib/components/kv-login/kv-login.component.d.ts +30 -30
  188. package/lib/components/kv-login/kv-login.module.d.ts +13 -13
  189. package/lib/components/kv-menu/kv-menu.component.d.ts +61 -61
  190. package/lib/components/kv-menu/kv-menu.module.d.ts +13 -13
  191. package/lib/components/kv-modal/kv-modal.component.d.ts +20 -20
  192. package/lib/components/kv-modal/kv-modal.module.d.ts +10 -10
  193. package/lib/components/kv-orgchart/kv-orgchart.component.d.ts +27 -27
  194. package/lib/components/kv-orgchart/kv-orgchart.module.d.ts +9 -9
  195. package/lib/components/kv-page-form/kv-page-form.component.d.ts +70 -70
  196. package/lib/components/kv-page-form/kv-page-form.module.d.ts +11 -11
  197. package/lib/components/kv-pick-list/kv-pick-list.component.d.ts +20 -20
  198. package/lib/components/kv-pick-list/kv-pick-list.module.d.ts +10 -10
  199. package/lib/components/kv-progress-bar/kv-progress-bar.component.d.ts +67 -67
  200. package/lib/components/kv-progress-bar/kv-progress-bar.module.d.ts +9 -9
  201. package/lib/components/kv-table/kv-table.component.d.ts +113 -113
  202. package/lib/components/kv-table/kv-table.module.d.ts +11 -11
  203. package/lib/components/kv-table-edit/kv-table-edit.component.d.ts +116 -116
  204. package/lib/components/kv-table-edit/kv-table-edit.module.d.ts +12 -12
  205. package/lib/components/kv-tree-table/kv-tree-table.component.d.ts +42 -42
  206. package/lib/components/kv-tree-table/kv-tree-table.module.d.ts +9 -9
  207. package/lib/components/kv-tree-view/kv-tree-view.component.d.ts +14 -14
  208. package/lib/components/kv-tree-view/kv-tree-view.module.d.ts +9 -9
  209. package/lib/components/kv-treetable/kv-treetable.component.d.ts +85 -85
  210. package/lib/components/kv-treetable/kv-treetable.module.d.ts +11 -11
  211. package/lib/components/kv-workspace/kv-workspace.component.d.ts +46 -46
  212. package/lib/components/kv-workspace/kv-workspace.module.d.ts +14 -14
  213. package/package.json +1 -1
  214. package/public-api.d.ts +165 -165
  215. package/esm2022/lib/components/kv-chart/kvchart.module.mjs +0 -32
@@ -1,10 +1,10 @@
1
- import FieldDropDownControl from "./table-dropdown-control";
2
- import { TableConfigColumn } from "./table.config.column";
3
- export interface TableEditConfigColumn extends TableConfigColumn {
4
- required?: boolean;
5
- validator?: any;
6
- mask?: string;
7
- fieldControlType?: 'text' | 'switch' | 'dropdown' | 'multiselect' | 'number' | 'calendar' | 'mask';
8
- fieldDropDownControl?: FieldDropDownControl;
9
- disableEditRowCellFunction?: (rowData: any, rowNode?: any) => boolean;
10
- }
1
+ import FieldDropDownControl from "./table-dropdown-control";
2
+ import { TableConfigColumn } from "./table.config.column";
3
+ export interface TableEditConfigColumn extends TableConfigColumn {
4
+ required?: boolean;
5
+ validator?: any;
6
+ mask?: string;
7
+ fieldControlType?: 'text' | 'switch' | 'dropdown' | 'multiselect' | 'number' | 'calendar' | 'mask';
8
+ fieldDropDownControl?: FieldDropDownControl;
9
+ disableEditRowCellFunction?: (rowData: any, rowNode?: any) => boolean;
10
+ }
@@ -1,11 +1,11 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class TemplateDirective {
4
- template: TemplateRef<any>;
5
- type: string;
6
- name: string;
7
- constructor(template: TemplateRef<any>);
8
- getType(): string;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TemplateDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateDirective, "[cTemplate]", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "cTemplate"; "required": false; }; }, {}, never, never, false, never>;
11
- }
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TemplateDirective {
4
+ template: TemplateRef<any>;
5
+ type: string;
6
+ name: string;
7
+ constructor(template: TemplateRef<any>);
8
+ getType(): string;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TemplateDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateDirective, "[cTemplate]", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "cTemplate"; "required": false; }; }, {}, never, never, false, never>;
11
+ }
@@ -1,2 +1,2 @@
1
- import { Provider } from "@angular/core";
2
- export declare function ComponentProviders(ref: any): Provider[];
1
+ import { Provider } from "@angular/core";
2
+ export declare function ComponentProviders(ref: any): Provider[];
@@ -1,11 +1,11 @@
1
- import { ValidatorFn } from '@angular/forms';
2
- export declare class KeevoValidators {
3
- static required(erroMessage?: string): ValidatorFn;
4
- static dateGreaterThan(startControlName: string, erroMessage?: string): ValidatorFn;
5
- static min(min: number, erroMessage?: string): ValidatorFn;
6
- static max(min: number, erroMessage?: string): ValidatorFn;
7
- static email(erroMessage?: string): ValidatorFn;
8
- static maxLengthArray(max: number): ValidatorFn;
9
- static maxLength(max: number, erroMessage?: string): ValidatorFn;
10
- static nome(): ValidatorFn;
11
- }
1
+ import { ValidatorFn } from '@angular/forms';
2
+ export declare class KeevoValidators {
3
+ static required(erroMessage?: string): ValidatorFn;
4
+ static dateGreaterThan(startControlName: string, erroMessage?: string): ValidatorFn;
5
+ static min(min: number, erroMessage?: string): ValidatorFn;
6
+ static max(min: number, erroMessage?: string): ValidatorFn;
7
+ static email(erroMessage?: string): ValidatorFn;
8
+ static maxLengthArray(max: number): ValidatorFn;
9
+ static maxLength(max: number, erroMessage?: string): ValidatorFn;
10
+ static nome(): ValidatorFn;
11
+ }
@@ -1,4 +1,4 @@
1
- import { PrimeNGConfig } from 'primeng/api';
2
- export declare class TranslatePrimeng {
3
- config(config: PrimeNGConfig): void;
4
- }
1
+ import { PrimeNGConfig } from 'primeng/api';
2
+ export declare class TranslatePrimeng {
3
+ config(config: PrimeNGConfig): void;
4
+ }
@@ -1,10 +1,10 @@
1
- export interface menuModel {
2
- idmenu: number;
3
- idsistema: number;
4
- descricaomenu: string;
5
- idmenupai: number;
6
- link: string | undefined | null;
7
- icone: string;
8
- menupai: boolean;
9
- indpublicado: boolean;
10
- }
1
+ export interface menuModel {
2
+ idmenu: number;
3
+ idsistema: number;
4
+ descricaomenu: string;
5
+ idmenupai: number;
6
+ link: string | undefined | null;
7
+ icone: string;
8
+ menupai: boolean;
9
+ indpublicado: boolean;
10
+ }
@@ -1,6 +1,6 @@
1
- import { menuModel } from "./menu.model";
2
- import { sistemaMenuModel } from "./sistemamenu.model";
3
- export interface menuCompletoModel {
4
- sistema: sistemaMenuModel;
5
- menus: menuModel[];
6
- }
1
+ import { menuModel } from "./menu.model";
2
+ import { sistemaMenuModel } from "./sistemamenu.model";
3
+ export interface menuCompletoModel {
4
+ sistema: sistemaMenuModel;
5
+ menus: menuModel[];
6
+ }
@@ -1,8 +1,8 @@
1
- export interface sistemaMenuModel {
2
- idsistema: number;
3
- nomesistema: string;
4
- descricaosistema: string;
5
- codigosistema: number;
6
- indpublicado: boolean;
7
- indpublicacaogradativa: boolean;
8
- }
1
+ export interface sistemaMenuModel {
2
+ idsistema: number;
3
+ nomesistema: string;
4
+ descricaosistema: string;
5
+ codigosistema: number;
6
+ indpublicado: boolean;
7
+ indpublicacaogradativa: boolean;
8
+ }
@@ -1,61 +1,61 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "primeng/accordion";
3
- import * as i2 from "primeng/autofocus";
4
- import * as i3 from "primeng/badge";
5
- import * as i4 from "primeng/button";
6
- import * as i5 from "primeng/calendar";
7
- import * as i6 from "primeng/card";
8
- import * as i7 from "primeng/carousel";
9
- import * as i8 from "primeng/chart";
10
- import * as i9 from "primeng/checkbox";
11
- import * as i10 from "primeng/chip";
12
- import * as i11 from "primeng/confirmdialog";
13
- import * as i12 from "primeng/contextmenu";
14
- import * as i13 from "primeng/dataview";
15
- import * as i14 from "primeng/dialog";
16
- import * as i15 from "primeng/divider";
17
- import * as i16 from "primeng/dropdown";
18
- import * as i17 from "primeng/dynamicdialog";
19
- import * as i18 from "primeng/editor";
20
- import * as i19 from "primeng/fieldset";
21
- import * as i20 from "primeng/fileupload";
22
- import * as i21 from "primeng/inputmask";
23
- import * as i22 from "primeng/inputnumber";
24
- import * as i23 from "primeng/inputswitch";
25
- import * as i24 from "primeng/inputtext";
26
- import * as i25 from "primeng/inputtextarea";
27
- import * as i26 from "primeng/knob";
28
- import * as i27 from "primeng/menu";
29
- import * as i28 from "primeng/message";
30
- import * as i29 from "primeng/messages";
31
- import * as i30 from "primeng/multiselect";
32
- import * as i31 from "primeng/overlay";
33
- import * as i32 from "primeng/overlaypanel";
34
- import * as i33 from "primeng/panel";
35
- import * as i34 from "primeng/panelmenu";
36
- import * as i35 from "primeng/password";
37
- import * as i36 from "primeng/picklist";
38
- import * as i37 from "primeng/progressbar";
39
- import * as i38 from "primeng/radiobutton";
40
- import * as i39 from "primeng/rating";
41
- import * as i40 from "primeng/ripple";
42
- import * as i41 from "primeng/sidebar";
43
- import * as i42 from "primeng/skeleton";
44
- import * as i43 from "primeng/speeddial";
45
- import * as i44 from "primeng/splitbutton";
46
- import * as i45 from "primeng/steps";
47
- import * as i46 from "primeng/tabview";
48
- import * as i47 from "primeng/table";
49
- import * as i48 from "primeng/toast";
50
- import * as i49 from "primeng/toolbar";
51
- import * as i50 from "primeng/tooltip";
52
- import * as i51 from "primeng/tree";
53
- import * as i52 from "primeng/styleclass";
54
- import * as i53 from "primeng/breadcrumb";
55
- import * as i54 from "primeng/treetable";
56
- import * as i55 from "primeng/image";
57
- export declare class PrimeNgModule {
58
- static ɵfac: i0.ɵɵFactoryDeclaration<PrimeNgModule, never>;
59
- static ɵmod: i0.ɵɵNgModuleDeclaration<PrimeNgModule, never, never, [typeof i1.AccordionModule, typeof i2.AutoFocusModule, typeof i3.BadgeModule, typeof i4.ButtonModule, typeof i5.CalendarModule, typeof i6.CardModule, typeof i7.CarouselModule, typeof i8.ChartModule, typeof i9.CheckboxModule, typeof i10.ChipModule, typeof i11.ConfirmDialogModule, typeof i12.ContextMenuModule, typeof i13.DataViewModule, typeof i14.DialogModule, typeof i15.DividerModule, typeof i16.DropdownModule, typeof i17.DynamicDialogModule, typeof i18.EditorModule, typeof i19.FieldsetModule, typeof i20.FileUploadModule, typeof i21.InputMaskModule, typeof i22.InputNumberModule, typeof i23.InputSwitchModule, typeof i24.InputTextModule, typeof i25.InputTextareaModule, typeof i26.KnobModule, typeof i27.MenuModule, typeof i28.MessageModule, typeof i29.MessagesModule, typeof i30.MultiSelectModule, typeof i31.OverlayModule, typeof i32.OverlayPanelModule, typeof i32.OverlayPanelModule, typeof i33.PanelModule, typeof i34.PanelMenuModule, typeof i35.PasswordModule, typeof i36.PickListModule, typeof i37.ProgressBarModule, typeof i38.RadioButtonModule, typeof i39.RatingModule, typeof i40.RippleModule, typeof i41.SidebarModule, typeof i42.SkeletonModule, typeof i43.SpeedDialModule, typeof i44.SplitButtonModule, typeof i45.StepsModule, typeof i46.TabViewModule, typeof i47.TableModule, typeof i48.ToastModule, typeof i49.ToolbarModule, typeof i50.TooltipModule, typeof i51.TreeModule, typeof i52.StyleClassModule, typeof i53.BreadcrumbModule, typeof i54.TreeTableModule, typeof i55.ImageModule]>;
60
- static ɵinj: i0.ɵɵInjectorDeclaration<PrimeNgModule>;
61
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "primeng/accordion";
3
+ import * as i2 from "primeng/autofocus";
4
+ import * as i3 from "primeng/badge";
5
+ import * as i4 from "primeng/button";
6
+ import * as i5 from "primeng/calendar";
7
+ import * as i6 from "primeng/card";
8
+ import * as i7 from "primeng/carousel";
9
+ import * as i8 from "primeng/chart";
10
+ import * as i9 from "primeng/checkbox";
11
+ import * as i10 from "primeng/chip";
12
+ import * as i11 from "primeng/confirmdialog";
13
+ import * as i12 from "primeng/contextmenu";
14
+ import * as i13 from "primeng/dataview";
15
+ import * as i14 from "primeng/dialog";
16
+ import * as i15 from "primeng/divider";
17
+ import * as i16 from "primeng/dropdown";
18
+ import * as i17 from "primeng/dynamicdialog";
19
+ import * as i18 from "primeng/editor";
20
+ import * as i19 from "primeng/fieldset";
21
+ import * as i20 from "primeng/fileupload";
22
+ import * as i21 from "primeng/inputmask";
23
+ import * as i22 from "primeng/inputnumber";
24
+ import * as i23 from "primeng/inputswitch";
25
+ import * as i24 from "primeng/inputtext";
26
+ import * as i25 from "primeng/inputtextarea";
27
+ import * as i26 from "primeng/knob";
28
+ import * as i27 from "primeng/menu";
29
+ import * as i28 from "primeng/message";
30
+ import * as i29 from "primeng/messages";
31
+ import * as i30 from "primeng/multiselect";
32
+ import * as i31 from "primeng/overlay";
33
+ import * as i32 from "primeng/overlaypanel";
34
+ import * as i33 from "primeng/panel";
35
+ import * as i34 from "primeng/panelmenu";
36
+ import * as i35 from "primeng/password";
37
+ import * as i36 from "primeng/picklist";
38
+ import * as i37 from "primeng/progressbar";
39
+ import * as i38 from "primeng/radiobutton";
40
+ import * as i39 from "primeng/rating";
41
+ import * as i40 from "primeng/ripple";
42
+ import * as i41 from "primeng/sidebar";
43
+ import * as i42 from "primeng/skeleton";
44
+ import * as i43 from "primeng/speeddial";
45
+ import * as i44 from "primeng/splitbutton";
46
+ import * as i45 from "primeng/steps";
47
+ import * as i46 from "primeng/tabview";
48
+ import * as i47 from "primeng/table";
49
+ import * as i48 from "primeng/toast";
50
+ import * as i49 from "primeng/toolbar";
51
+ import * as i50 from "primeng/tooltip";
52
+ import * as i51 from "primeng/tree";
53
+ import * as i52 from "primeng/styleclass";
54
+ import * as i53 from "primeng/breadcrumb";
55
+ import * as i54 from "primeng/treetable";
56
+ import * as i55 from "primeng/image";
57
+ export declare class PrimeNgModule {
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<PrimeNgModule, never>;
59
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PrimeNgModule, never, never, [typeof i1.AccordionModule, typeof i2.AutoFocusModule, typeof i3.BadgeModule, typeof i4.ButtonModule, typeof i5.CalendarModule, typeof i6.CardModule, typeof i7.CarouselModule, typeof i8.ChartModule, typeof i9.CheckboxModule, typeof i10.ChipModule, typeof i11.ConfirmDialogModule, typeof i12.ContextMenuModule, typeof i13.DataViewModule, typeof i14.DialogModule, typeof i15.DividerModule, typeof i16.DropdownModule, typeof i17.DynamicDialogModule, typeof i18.EditorModule, typeof i19.FieldsetModule, typeof i20.FileUploadModule, typeof i21.InputMaskModule, typeof i22.InputNumberModule, typeof i23.InputSwitchModule, typeof i24.InputTextModule, typeof i25.InputTextareaModule, typeof i26.KnobModule, typeof i27.MenuModule, typeof i28.MessageModule, typeof i29.MessagesModule, typeof i30.MultiSelectModule, typeof i31.OverlayModule, typeof i32.OverlayPanelModule, typeof i32.OverlayPanelModule, typeof i33.PanelModule, typeof i34.PanelMenuModule, typeof i35.PasswordModule, typeof i36.PickListModule, typeof i37.ProgressBarModule, typeof i38.RadioButtonModule, typeof i39.RatingModule, typeof i40.RippleModule, typeof i41.SidebarModule, typeof i42.SkeletonModule, typeof i43.SpeedDialModule, typeof i44.SplitButtonModule, typeof i45.StepsModule, typeof i46.TabViewModule, typeof i47.TableModule, typeof i48.ToastModule, typeof i49.ToolbarModule, typeof i50.TooltipModule, typeof i51.TreeModule, typeof i52.StyleClassModule, typeof i53.BreadcrumbModule, typeof i54.TreeTableModule, typeof i55.ImageModule]>;
60
+ static ɵinj: i0.ɵɵInjectorDeclaration<PrimeNgModule>;
61
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CodigoFipePipe implements PipeTransform {
4
- transform(value: string): any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CodigoFipePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<CodigoFipePipe, "codigoFipe", false>;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CodigoFipePipe implements PipeTransform {
4
+ transform(value: string): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CodigoFipePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CodigoFipePipe, "codigoFipe", false>;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CpfCnpjPipe implements PipeTransform {
4
- transform(value: string): string | null;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CpfCnpjPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<CpfCnpjPipe, "cpfCnpj", false>;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CpfCnpjPipe implements PipeTransform {
4
+ transform(value: string): string | null;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CpfCnpjPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CpfCnpjPipe, "cpfCnpj", false>;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MaskPipe implements PipeTransform {
4
- transform(value: string, mask: string): any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MaskPipe, "mask", false>;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MaskPipe implements PipeTransform {
4
+ transform(value: string, mask: string): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaskPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MaskPipe, "mask", false>;
7
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./codigofile.pipe";
3
- import * as i2 from "./cpfcnpj.pipe";
4
- import * as i3 from "./mask.pipe";
5
- import * as i4 from "./telefone.pipe";
6
- import * as i5 from "@angular/common";
7
- export declare class PipesModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, [typeof i1.CodigoFipePipe, typeof i2.CpfCnpjPipe, typeof i3.MaskPipe, typeof i4.TelefonePipe], [typeof i5.CommonModule], [typeof i1.CodigoFipePipe, typeof i2.CpfCnpjPipe, typeof i3.MaskPipe, typeof i4.TelefonePipe]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./codigofile.pipe";
3
+ import * as i2 from "./cpfcnpj.pipe";
4
+ import * as i3 from "./mask.pipe";
5
+ import * as i4 from "./telefone.pipe";
6
+ import * as i5 from "@angular/common";
7
+ export declare class PipesModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, [typeof i1.CodigoFipePipe, typeof i2.CpfCnpjPipe, typeof i3.MaskPipe, typeof i4.TelefonePipe], [typeof i5.CommonModule], [typeof i1.CodigoFipePipe, typeof i2.CpfCnpjPipe, typeof i3.MaskPipe, typeof i4.TelefonePipe]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
11
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class TelefonePipe implements PipeTransform {
4
- transform(tel: string): string | null;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<TelefonePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<TelefonePipe, "Telefone", false>;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TelefonePipe implements PipeTransform {
4
+ transform(tel: string): string | null;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TelefonePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TelefonePipe, "Telefone", false>;
7
+ }
@@ -1,25 +1,25 @@
1
- import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class BaseApiService {
5
- private http;
6
- constructor(http: HttpClient);
7
- delete(baseUrl: string, rota: string): Observable<Object>;
8
- deleteAllBody<T>(baseUrl: string, rota: string, body: T): Observable<T[]>;
9
- deleteAllHeaders<T>(baseUrl: string, rota: string, headers: HttpHeaders): Observable<T>;
10
- get<T>(baseUrl: string, rota: string): Observable<T>;
11
- getHeaders<T>(baseUrl: string, rota: string, headers: HttpHeaders): Observable<T>;
12
- getAll<T>(baseUrl: string, rota: string): Observable<T[]>;
13
- getAllHeaders<T>(baseUrl: string, rota: string, headers: HttpHeaders): Observable<T[]>;
14
- getAllParams<T>(baseUrl: string, rota: string, params?: HttpParams): Observable<T[]>;
15
- getArquivo(baseUrl: string, rota: string, id?: string, paramCabecalho?: {
16
- headers: HttpHeaders;
17
- }): Observable<any>;
18
- getArquivos(baseUrl: string, rota: string, paramCabecalho?: {
19
- headers: HttpHeaders;
20
- }): Observable<any>;
21
- post<T>(baseUrl: string, rota: string, data?: T): Observable<T>;
22
- put<T>(baseUrl: string, rota: string, data: T): Observable<T>;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseApiService, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<BaseApiService>;
25
- }
1
+ import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BaseApiService {
5
+ private http;
6
+ constructor(http: HttpClient);
7
+ delete(baseUrl: string, rota: string): Observable<Object>;
8
+ deleteAllBody<T>(baseUrl: string, rota: string, body: T): Observable<T[]>;
9
+ deleteAllHeaders<T>(baseUrl: string, rota: string, headers: HttpHeaders): Observable<T>;
10
+ get<T>(baseUrl: string, rota: string): Observable<T>;
11
+ getHeaders<T>(baseUrl: string, rota: string, headers: HttpHeaders): Observable<T>;
12
+ getAll<T>(baseUrl: string, rota: string): Observable<T[]>;
13
+ getAllHeaders<T>(baseUrl: string, rota: string, headers: HttpHeaders): Observable<T[]>;
14
+ getAllParams<T>(baseUrl: string, rota: string, params?: HttpParams): Observable<T[]>;
15
+ getArquivo(baseUrl: string, rota: string, id?: string, paramCabecalho?: {
16
+ headers: HttpHeaders;
17
+ }): Observable<any>;
18
+ getArquivos(baseUrl: string, rota: string, paramCabecalho?: {
19
+ headers: HttpHeaders;
20
+ }): Observable<any>;
21
+ post<T>(baseUrl: string, rota: string, data?: T): Observable<T>;
22
+ put<T>(baseUrl: string, rota: string, data: T): Observable<T>;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseApiService, never>;
24
+ static ɵprov: i0.ɵɵInjectableDeclaration<BaseApiService>;
25
+ }
@@ -1,16 +1,16 @@
1
- import { ActivatedRoute, Router } from '@angular/router';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class BreadcrumbsService {
5
- private router;
6
- private activatedRoute;
7
- private breadcrumbsSubject;
8
- breadcrumbs$: Observable<{
9
- label: string;
10
- routerLink: string;
11
- }[]>;
12
- constructor(router: Router, activatedRoute: ActivatedRoute);
13
- private parseRoute;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsService, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbsService>;
16
- }
1
+ import { ActivatedRoute, Router } from '@angular/router';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BreadcrumbsService {
5
+ private router;
6
+ private activatedRoute;
7
+ private breadcrumbsSubject;
8
+ breadcrumbs$: Observable<{
9
+ label: string;
10
+ routerLink: string;
11
+ }[]>;
12
+ constructor(router: Router, activatedRoute: ActivatedRoute);
13
+ private parseRoute;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbsService>;
16
+ }
@@ -1,11 +1,11 @@
1
- import { ChangeDetectorRef, Injector } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class ComponentService {
5
- readonly injector: Injector;
6
- changeDetectorRef: ChangeDetectorRef;
7
- constructor(injector: Injector, changeDetectorRef: ChangeDetectorRef);
8
- getFormControl(): FormControl<any> | undefined;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ComponentService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<ComponentService>;
11
- }
1
+ import { ChangeDetectorRef, Injector } from '@angular/core';
2
+ import { FormControl } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ComponentService {
5
+ readonly injector: Injector;
6
+ changeDetectorRef: ChangeDetectorRef;
7
+ constructor(injector: Injector, changeDetectorRef: ChangeDetectorRef);
8
+ getFormControl(): FormControl<any> | undefined;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComponentService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<ComponentService>;
11
+ }
@@ -1,28 +1,28 @@
1
- import { Type } from '@angular/core';
2
- import { FormGroup, ValidatorFn } from '@angular/forms';
3
- import { DialogService } from 'primeng/dynamicdialog';
4
- import * as i0 from "@angular/core";
5
- export interface paramsDialog {
6
- id?: any;
7
- closable?: boolean;
8
- maximizable?: boolean;
9
- popup?: boolean;
10
- height?: string;
11
- width?: string;
12
- styleClass?: string;
13
- header?: string;
14
- }
15
- export declare class FormService {
16
- static disableControl(formGroup: FormGroup, controName: string): void;
17
- static disableAndClearControl(formGroup: FormGroup, controName: string, value?: any): void;
18
- static enableControl(formGroup: FormGroup, controName: string): void;
19
- static getFormValue<T>(formGroup: FormGroup, controName: string): T;
20
- static hasControlError(formGroup: FormGroup, control: string, errorCode?: string): boolean;
21
- static invalidForm(formGroup: FormGroup, notification?: any): void;
22
- static openDialog(dialogService: DialogService, componentType: Type<any>, callBackFunction: Function, paramsDialog?: paramsDialog): void;
23
- static setControlValue(formGroup: FormGroup, controName: string, value: any): void;
24
- static setValidators(formGroup: FormGroup, controName: string, validators: ValidatorFn | ValidatorFn[] | null): void;
25
- static clearValidators(formGroup: FormGroup, controName: string): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<FormService, never>;
27
- static ɵprov: i0.ɵɵInjectableDeclaration<FormService>;
28
- }
1
+ import { Type } from '@angular/core';
2
+ import { FormGroup, ValidatorFn } from '@angular/forms';
3
+ import { DialogService } from 'primeng/dynamicdialog';
4
+ import * as i0 from "@angular/core";
5
+ export interface paramsDialog {
6
+ id?: any;
7
+ closable?: boolean;
8
+ maximizable?: boolean;
9
+ popup?: boolean;
10
+ height?: string;
11
+ width?: string;
12
+ styleClass?: string;
13
+ header?: string;
14
+ }
15
+ export declare class FormService {
16
+ static disableControl(formGroup: FormGroup, controName: string): void;
17
+ static disableAndClearControl(formGroup: FormGroup, controName: string, value?: any): void;
18
+ static enableControl(formGroup: FormGroup, controName: string): void;
19
+ static getFormValue<T>(formGroup: FormGroup, controName: string): T;
20
+ static hasControlError(formGroup: FormGroup, control: string, errorCode?: string): boolean;
21
+ static invalidForm(formGroup: FormGroup, notification?: any): void;
22
+ static openDialog(dialogService: DialogService, componentType: Type<any>, callBackFunction: Function, paramsDialog?: paramsDialog): void;
23
+ static setControlValue(formGroup: FormGroup, controName: string, value: any): void;
24
+ static setValidators(formGroup: FormGroup, controName: string, validators: ValidatorFn | ValidatorFn[] | null): void;
25
+ static clearValidators(formGroup: FormGroup, controName: string): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormService, never>;
27
+ static ɵprov: i0.ɵɵInjectableDeclaration<FormService>;
28
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ImagensService {
3
- static getPersonagensWorkSpace(): string;
4
- static getLogoKeevo(): string;
5
- static getBackgroundWorkSpace(): string;
6
- static getLogoKeevoCenter(): string;
7
- userDefaultImage(): string;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ImagensService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<ImagensService>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class ImagensService {
3
+ static getPersonagensWorkSpace(): string;
4
+ static getLogoKeevo(): string;
5
+ static getBackgroundWorkSpace(): string;
6
+ static getLogoKeevoCenter(): string;
7
+ userDefaultImage(): string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImagensService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<ImagensService>;
10
+ }
@@ -1,25 +1,25 @@
1
- import { ConfirmationService, MessageService } from "primeng/api";
2
- import * as i0 from "@angular/core";
3
- export interface QuestionConfig {
4
- type?: 'question' | 'alert';
5
- message: string;
6
- accept?: Function;
7
- reject?: Function;
8
- }
9
- export interface DialogConfig {
10
- type: 'info' | 'alert' | 'error';
11
- message: string;
12
- }
13
- export declare class NotificationService {
14
- private readonly confirmationService;
15
- private readonly messageService;
16
- constructor(confirmationService: ConfirmationService, messageService: MessageService);
17
- question(config: QuestionConfig): void;
18
- dialog(config: DialogConfig): void;
19
- toastSuccess(message: string, time?: number): void;
20
- toastInfo(message: string, time?: number): void;
21
- toastWarn(message: string, time?: number): void;
22
- toastError(message: string, time?: number): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>;
25
- }
1
+ import { ConfirmationService, MessageService } from "primeng/api";
2
+ import * as i0 from "@angular/core";
3
+ export interface QuestionConfig {
4
+ type?: 'question' | 'alert';
5
+ message: string;
6
+ accept?: Function;
7
+ reject?: Function;
8
+ }
9
+ export interface DialogConfig {
10
+ type: 'info' | 'alert' | 'error';
11
+ message: string;
12
+ }
13
+ export declare class NotificationService {
14
+ private readonly confirmationService;
15
+ private readonly messageService;
16
+ constructor(confirmationService: ConfirmationService, messageService: MessageService);
17
+ question(config: QuestionConfig): void;
18
+ dialog(config: DialogConfig): void;
19
+ toastSuccess(message: string, time?: number): void;
20
+ toastInfo(message: string, time?: number): void;
21
+ toastWarn(message: string, time?: number): void;
22
+ toastError(message: string, time?: number): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>;
24
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>;
25
+ }
@@ -1,9 +1,9 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ObjectService {
3
- static filterObject(array: any, propertyName: string, value: any): any;
4
- static findObject(array: any, propertyName: string, value: any): any;
5
- static getProperty<T>(obj: T, propertyName: string): T[keyof T];
6
- static objCompare(obj1: any, obj2: any): boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ObjectService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<ObjectService>;
9
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class ObjectService {
3
+ static filterObject(array: any, propertyName: string, value: any): any;
4
+ static findObject(array: any, propertyName: string, value: any): any;
5
+ static getProperty<T>(obj: T, propertyName: string): T[keyof T];
6
+ static objCompare(obj1: any, obj2: any): boolean;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ObjectService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<ObjectService>;
9
+ }