keevo-components 2.0.218 → 2.0.220
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/api/base-components/base-component-button.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-chart.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-crud-form.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-crud-list.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-crud.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-dropdown-external.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-dropdown.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-input.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-multi-select.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component-table.mjs +4 -4
- package/esm2022/lib/api/base-components/base-component.mjs +4 -4
- package/esm2022/lib/api/directives/directives.module.mjs +5 -5
- package/esm2022/lib/api/directives/drag/drag.directive.mjs +4 -4
- package/esm2022/lib/api/directives/stepper/dynamicinput.directive.mjs +4 -4
- package/esm2022/lib/api/directives/template/template.directive.mjs +4 -4
- package/esm2022/lib/api/modules/primeng.module.mjs +5 -5
- package/esm2022/lib/api/pipes/capitalize.pipe.mjs +4 -4
- package/esm2022/lib/api/pipes/cpfcnpj.pipe.mjs +4 -4
- package/esm2022/lib/api/pipes/mask.pipe.mjs +4 -4
- package/esm2022/lib/api/pipes/pipes.module.mjs +5 -5
- package/esm2022/lib/api/pipes/telefone.pipe.mjs +4 -4
- package/esm2022/lib/api/services/base.api.service.mjs +4 -4
- package/esm2022/lib/api/services/breadcrumbs.service.mjs +4 -4
- package/esm2022/lib/api/services/chat.service.mjs +4 -4
- package/esm2022/lib/api/services/component.service.mjs +4 -4
- package/esm2022/lib/api/services/docs.service.mjs +4 -4
- package/esm2022/lib/api/services/enum.utils.service.mjs +13 -0
- package/esm2022/lib/api/services/form.service.mjs +4 -4
- package/esm2022/lib/api/services/image.cutter.service.mjs +7 -7
- package/esm2022/lib/api/services/imagens.service.mjs +4 -4
- package/esm2022/lib/api/services/notification.service.mjs +4 -4
- package/esm2022/lib/api/services/object.service.mjs +4 -4
- package/esm2022/lib/api/services/orgchart.service.mjs +4 -4
- package/esm2022/lib/api/services/pdf.service.mjs +4 -4
- package/esm2022/lib/components/keevo-components.module.mjs +5 -5
- package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +4 -4
- package/esm2022/lib/components/kv-avatar/kv-avatar.module.mjs +5 -5
- package/esm2022/lib/components/kv-button/kv-button.component.mjs +4 -4
- package/esm2022/lib/components/kv-button/kv-button.module.mjs +5 -5
- package/esm2022/lib/components/kv-buttons/kv-button-personalize/kv-button-personalize.component.mjs +4 -4
- package/esm2022/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.mjs +4 -4
- package/esm2022/lib/components/kv-buttons/kv-button-secondary/kv-button-secondary.component.mjs +4 -4
- package/esm2022/lib/components/kv-buttons/kv-button-success/kv-button-success.component.mjs +4 -4
- package/esm2022/lib/components/kv-buttons/kv-button.module.mjs +5 -5
- package/esm2022/lib/components/kv-card-selection/kv-card-selection.component.mjs +4 -4
- package/esm2022/lib/components/kv-card-selection/kv-card-selection.module.mjs +5 -5
- package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +4 -4
- package/esm2022/lib/components/kv-carousel/kv-carousel.module.mjs +5 -5
- package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +4 -4
- package/esm2022/lib/components/kv-chart/kv-chart.module.mjs +5 -5
- package/esm2022/lib/components/kv-confirmation-modal/kv-confirmation-modal.component.mjs +4 -4
- package/esm2022/lib/components/kv-confirmation-modal/kv-confirmation-modal.module.mjs +5 -5
- package/esm2022/lib/components/kv-content-viewer/kv-content-viewer.component.mjs +4 -4
- package/esm2022/lib/components/kv-content-viewer/kv-content-viewer.module.mjs +5 -5
- package/esm2022/lib/components/kv-detailed-list/kv-detailed-list.component.mjs +4 -4
- package/esm2022/lib/components/kv-error/kv-error.component.mjs +4 -4
- package/esm2022/lib/components/kv-error/kv-error.module.mjs +5 -5
- package/esm2022/lib/components/kv-file-upload/kv-file-upload.component.mjs +4 -4
- package/esm2022/lib/components/kv-file-upload/kv-file-upload.module.mjs +5 -5
- package/esm2022/lib/components/kv-file-viewer/kv-file-viewer.component.mjs +4 -4
- package/esm2022/lib/components/kv-file-viewer/kv-file-viewer.module.mjs +5 -5
- package/esm2022/lib/components/kv-file-viewer-novo/kv-file-viewer-novo.component.mjs +4 -4
- package/esm2022/lib/components/kv-file-viewer-novo/kv-file-viewer-novo.module.mjs +5 -5
- package/esm2022/lib/components/kv-filter-card/kv-filter-card.component.mjs +4 -4
- package/esm2022/lib/components/kv-filter-card/kv-filter-card.module.mjs +5 -5
- package/esm2022/lib/components/kv-filter-cards/kv-filter-cards.component.mjs +4 -4
- package/esm2022/lib/components/kv-filter-cards/kv-filter-cards.module.mjs +5 -5
- package/esm2022/lib/components/kv-filter-cards/kv-filter-cards.pipe.mjs +4 -4
- package/esm2022/lib/components/kv-filter-fieldset/kv-filter-fieldset.component.mjs +4 -4
- package/esm2022/lib/components/kv-filter-fieldset/kv-filter-fieldset.module.mjs +5 -5
- package/esm2022/lib/components/kv-g-icon/kv-g-icon.component.mjs +4 -4
- package/esm2022/lib/components/kv-g-icon/kv-g-icon.module.mjs +5 -5
- package/esm2022/lib/components/kv-home-card/kv-home-card.component.mjs +4 -4
- package/esm2022/lib/components/kv-home-card/kv-home-card.module.mjs +5 -5
- package/esm2022/lib/components/kv-icon/kv-icon.component.mjs +4 -4
- package/esm2022/lib/components/kv-icon/kv-icon.module.mjs +5 -5
- package/esm2022/lib/components/kv-image-upload/kv-image-upload.component.mjs +4 -4
- package/esm2022/lib/components/kv-image-upload/kv-image-upload.module.mjs +5 -5
- package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-editor/components/kv-instrucoes-report/kv-instrucoes-report.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-editor/components/kv-report-modal/kv-report-modal.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-editor/kv-editor.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-editor/services/kv-editor-mention.service.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-editor/services/kv-editor-pdf.service.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-editor/services/kv-editor-quill.service.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-editor/services/kv-editor-relatorio.service.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-number/kv-input-number.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-number-addon/kv-input-number-addon.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-password/kv-input-password.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-text-addon/kv-input-text-addon.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-input-time/kv-input-time.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-inputs.module.mjs +5 -5
- package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-select-button/kv-select-button.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-select-buttons/kv-select-buttons.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +4 -4
- package/esm2022/lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component.mjs +5 -5
- package/esm2022/lib/components/kv-label/kv-label.component.mjs +4 -4
- package/esm2022/lib/components/kv-label/kv-label.module.mjs +5 -5
- package/esm2022/lib/components/kv-layout/dropdown-master/dropdown-master.component.mjs +4 -4
- package/esm2022/lib/components/kv-layout/kv-layout.module.mjs +5 -5
- package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +4 -4
- package/esm2022/lib/components/kv-layout/top-icons/top-icons.component.mjs +4 -4
- package/esm2022/lib/components/kv-loader/kv-loader.component.mjs +4 -4
- package/esm2022/lib/components/kv-loader/kv-loader.module.mjs +5 -5
- package/esm2022/lib/components/kv-loader/kv-loader.service.mjs +4 -4
- package/esm2022/lib/components/kv-login/kv-login.component.mjs +4 -4
- package/esm2022/lib/components/kv-login/kv-login.module.mjs +5 -5
- package/esm2022/lib/components/kv-modal/kv-modal.component.mjs +4 -4
- package/esm2022/lib/components/kv-modal/kv-modal.module.mjs +5 -5
- package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +4 -4
- package/esm2022/lib/components/kv-orgchart/kv-orgchart.module.mjs +5 -5
- package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +4 -4
- package/esm2022/lib/components/kv-page-form/kv-page-form.module.mjs +5 -5
- package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.component.mjs +4 -4
- package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.module.mjs +5 -5
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +4 -4
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.module.mjs +5 -5
- package/esm2022/lib/components/kv-progress-bar/kv-progress-bar.component.mjs +4 -4
- package/esm2022/lib/components/kv-progress-bar/kv-progress-bar.module.mjs +5 -5
- package/esm2022/lib/components/kv-progress-bar-alternative/kv-progress-bar-alternative.component.mjs +4 -4
- package/esm2022/lib/components/kv-progress-bar-alternative/kv-progress-bar-alternative.module.mjs +5 -5
- package/esm2022/lib/components/kv-report/kv-report.component.mjs +4 -4
- package/esm2022/lib/components/kv-report/kv-report.module.mjs +5 -5
- package/esm2022/lib/components/kv-stacked-bar-chart/kv-stacked-bar-chart.component.mjs +4 -4
- package/esm2022/lib/components/kv-stepper/kv-stepper.component.mjs +4 -4
- package/esm2022/lib/components/kv-stepper/kv-stepper.module.mjs +5 -5
- package/esm2022/lib/components/kv-steps/kv-steps.component.mjs +4 -4
- package/esm2022/lib/components/kv-table/kv-table.component.mjs +4 -4
- package/esm2022/lib/components/kv-table/kv-table.module.mjs +5 -5
- package/esm2022/lib/components/kv-table-draggable/kv-table-draggable.component.mjs +4 -4
- package/esm2022/lib/components/kv-table-draggable/kv-table-draggable.module.mjs +5 -5
- package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +4 -4
- package/esm2022/lib/components/kv-table-edit/kv-table-edit.module.mjs +5 -5
- package/esm2022/lib/components/kv-table-expandable/kv-table-expandable.component.mjs +4 -4
- package/esm2022/lib/components/kv-table-expandable/kv-table-expandable.module.mjs +5 -5
- package/esm2022/lib/components/kv-table-viewer/components/actions-lote-field/actions-lote-field.component.mjs +4 -4
- package/esm2022/lib/components/kv-table-viewer/components/actions-row-menu/actions-row-menu.component.mjs +4 -4
- package/esm2022/lib/components/kv-table-viewer/kv-table-viewer.component.mjs +4 -4
- package/esm2022/lib/components/kv-tag/kv-tag.component.mjs +4 -4
- package/esm2022/lib/components/kv-tag/kv-tag.module.mjs +5 -5
- package/esm2022/lib/components/kv-tags/kv-tags.component.mjs +4 -4
- package/esm2022/lib/components/kv-tags/kv-tags.module.mjs +5 -5
- package/esm2022/lib/components/kv-timeline/kv-timeline.component.mjs +4 -4
- package/esm2022/lib/components/kv-tree-environment/components/kv-tree-environment/kv-tree-environment.component.mjs +4 -4
- package/esm2022/lib/components/kv-tree-environment/components/no-arvore/no-arvore.component.mjs +4 -4
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +4 -4
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.module.mjs +5 -5
- package/esm2022/lib/components/kv-tree-view/kv-tree-view.component.mjs +4 -4
- package/esm2022/lib/components/kv-tree-view/kv-tree-view.module.mjs +5 -5
- package/esm2022/lib/components/kv-widget-card/kv-widget-card.component.mjs +4 -4
- package/esm2022/lib/components/kv-workspace/empresa/kv-workspace-empresa.component.mjs +4 -4
- package/esm2022/lib/components/kv-workspace/kv-workspace.module.mjs +5 -5
- package/esm2022/lib/components/kv-workspace/logo/kv-workspace-logo.component.mjs +4 -4
- package/esm2022/lib/components/kv-workspace/master/kv-workspace-master.component.mjs +4 -4
- package/esm2022/lib/components/kv-workspace/workspace/kv-workspace.component.mjs +4 -4
- package/esm2022/public-api.mjs +2 -2
- package/fesm2022/keevo-components.mjs +544 -553
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/api/services/{EnumUtils.service.d.ts → enum.utils.service.d.ts} +1 -4
- package/lib/components/kv-button/kv-button.component.d.ts +1 -1
- package/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.d.ts +1 -1
- package/lib/components/kv-filter-cards/kv-filter-cards.component.d.ts +1 -1
- package/lib/components/kv-table/kv-table.component.d.ts +1 -1
- package/lib/components/kv-table-draggable/kv-table-draggable.component.d.ts +1 -1
- package/lib/components/kv-table-expandable/kv-table-expandable.component.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/esm2022/lib/api/services/EnumUtils.service.mjs +0 -24
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { KvSeverity } from '../types/kv-sverity';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export interface KvEnumConfig<ValueType = number> {
|
|
4
3
|
value: ValueType;
|
|
5
4
|
label: string;
|
|
@@ -7,13 +6,11 @@ export interface KvEnumConfig<ValueType = number> {
|
|
|
7
6
|
hexColor?: string;
|
|
8
7
|
}
|
|
9
8
|
export declare class EnumUtils {
|
|
10
|
-
static
|
|
9
|
+
static create<T extends Record<string, number | string>, V extends KvEnumConfig<number | string>>(config: Record<T[keyof T], V>): {
|
|
11
10
|
listar: () => V[];
|
|
12
11
|
getLabel: (value: T[keyof T]) => string;
|
|
13
12
|
getSeverity: (value: T[keyof T]) => KvSeverity;
|
|
14
13
|
getHexColor: (value: T[keyof T]) => string | undefined;
|
|
15
14
|
isValid: (value: unknown) => value is T[keyof T];
|
|
16
15
|
};
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EnumUtils, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EnumUtils>;
|
|
19
16
|
}
|
|
@@ -9,7 +9,7 @@ export declare class KvButtonComponent {
|
|
|
9
9
|
severity: import("@angular/core").InputSignal<"primary" | "secondary" | "tertiary" | "danger">;
|
|
10
10
|
size: import("@angular/core").InputSignal<"small" | "normal" | "large">;
|
|
11
11
|
icon: import("@angular/core").ModelSignal<string>;
|
|
12
|
-
iconPosition: import("@angular/core").InputSignal<"
|
|
12
|
+
iconPosition: import("@angular/core").InputSignal<"right" | "left">;
|
|
13
13
|
label: import("@angular/core").InputSignal<string>;
|
|
14
14
|
disabled: import("@angular/core").InputSignal<boolean>;
|
|
15
15
|
onClick: import("@angular/core").OutputEmitterRef<any>;
|
|
@@ -8,7 +8,7 @@ export declare class KvButtonPopupComponent extends BaseComponentButton {
|
|
|
8
8
|
items: MenuItem[];
|
|
9
9
|
classBtn: string;
|
|
10
10
|
size: import("@angular/core").InputSignal<"small" | "normal" | "large">;
|
|
11
|
-
type: import("@angular/core").InputSignal<"
|
|
11
|
+
type: import("@angular/core").InputSignal<"text" | "normal" | "outline">;
|
|
12
12
|
icon: string;
|
|
13
13
|
constructor();
|
|
14
14
|
handleShow(): void;
|
|
@@ -4,7 +4,7 @@ export declare class KvFilterCardsComponent {
|
|
|
4
4
|
cards: import("@angular/core").InputSignal<KvFilterCardConfig[] | undefined>;
|
|
5
5
|
staticCards: import("@angular/core").InputSignal<boolean>;
|
|
6
6
|
cursorPointer: import("@angular/core").InputSignal<boolean>;
|
|
7
|
-
selectedCards: import("@angular/core").ModelSignal<
|
|
7
|
+
selectedCards: import("@angular/core").ModelSignal<KvFilterCardConfig[] | number[]>;
|
|
8
8
|
selectedCardsTratado: import("@angular/core").Signal<KvFilterCardConfig[]>;
|
|
9
9
|
loadingCards: import("@angular/core").InputSignal<boolean>;
|
|
10
10
|
wrapCards: import("@angular/core").InputSignal<boolean>;
|
|
@@ -144,7 +144,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
|
|
|
144
144
|
onClickEvent(event: any): void;
|
|
145
145
|
styleSetter(style: string, data: string): void;
|
|
146
146
|
checkMenuFiltro(col: TableConfigColumn): void;
|
|
147
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
147
|
+
sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
|
|
148
148
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
149
149
|
checkHideColumns(): void;
|
|
150
150
|
getCustomTemplate(templatename: string): TemplateRef<any>;
|
|
@@ -139,7 +139,7 @@ export declare class KvTableDraggableComponent implements OnInit, DoCheck, After
|
|
|
139
139
|
onClickEvent(event: any): void;
|
|
140
140
|
styleSetter(style: string, data: string): void;
|
|
141
141
|
checkMenuFiltro(col: TableConfigColumn): void;
|
|
142
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
142
|
+
sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
|
|
143
143
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
144
144
|
checkHideColumns(): void;
|
|
145
145
|
getCustomTemplate(templatename: string): TemplateRef<any>;
|
|
@@ -68,7 +68,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
|
|
|
68
68
|
onGlobalFilter(table: Table, event: Event): void;
|
|
69
69
|
executeCollapsed(): void;
|
|
70
70
|
checkMenuFiltro(col: any): void;
|
|
71
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
71
|
+
sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
|
|
72
72
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
73
73
|
dinamicColumnSet(e: any, col: any): void;
|
|
74
74
|
addColumn(field: string): void;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export * from './lib/api/services/notification.service';
|
|
|
43
43
|
export * from './lib/api/services/object.service';
|
|
44
44
|
export * from './lib/api/services/chat.service';
|
|
45
45
|
export * from './lib/api/services/image.cutter.service';
|
|
46
|
-
export * from './lib/api/services/
|
|
46
|
+
export * from './lib/api/services/enum.utils.service';
|
|
47
47
|
/**
|
|
48
48
|
* PrimeNG
|
|
49
49
|
*/
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
;
|
|
4
|
-
export class EnumUtils {
|
|
5
|
-
static createEnumUtils(config) {
|
|
6
|
-
return {
|
|
7
|
-
listar: () => Object.values(config), // Lista todos os valores do enum
|
|
8
|
-
getLabel: (value) => config[value]?.label ?? 'Desconhecido', // Retorna o label do valor
|
|
9
|
-
getSeverity: (value) => config[value]?.severity, // Retorna a severidade do valor
|
|
10
|
-
getHexColor: (value) => config[value]?.hexColor, // Retorna a cor hexadecimal do valor
|
|
11
|
-
isValid: (value) => Object.keys(config).includes(value) // Valida se o valor existe no enum
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
;
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EnumUtils, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EnumUtils, providedIn: 'root' }); }
|
|
17
|
-
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: EnumUtils, decorators: [{
|
|
19
|
-
type: Injectable,
|
|
20
|
-
args: [{
|
|
21
|
-
providedIn: 'root'
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRW51bVV0aWxzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rZWV2by1jb21wb25lbnRzL3NyYy9saWIvYXBpL3NlcnZpY2VzL0VudW1VdGlscy5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUTFDLENBQUM7QUFLRixNQUFNLE9BQU8sU0FBUztJQUVwQixNQUFNLENBQUMsZUFBZSxDQUNyQixNQUE2QjtRQUU1QixPQUFPO1lBQ0wsTUFBTSxFQUFFLEdBQVEsRUFBRSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLEVBQUUsaUNBQWlDO1lBQzNFLFFBQVEsRUFBRSxDQUFDLEtBQWlCLEVBQVUsRUFBRSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRSxLQUFLLElBQUksY0FBYyxFQUFFLDJCQUEyQjtZQUM1RyxXQUFXLEVBQUUsQ0FBQyxLQUFpQixFQUFjLEVBQUUsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLEVBQUUsUUFBc0IsRUFBRSxnQ0FBZ0M7WUFDdkgsV0FBVyxFQUFFLENBQUMsS0FBaUIsRUFBc0IsRUFBRSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRSxRQUFRLEVBQUUscUNBQXFDO1lBQ3RILE9BQU8sRUFBRSxDQUFDLEtBQWMsRUFBdUIsRUFBRSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsUUFBUSxDQUFDLEtBQWUsQ0FBQyxDQUFDLG1DQUFtQztTQUNwSSxDQUFDO0lBQ0osQ0FBQztJQUFBLENBQUM7OEdBWlMsU0FBUztrSEFBVCxTQUFTLGNBRlIsTUFBTTs7MkZBRVAsU0FBUztrQkFIckIsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJcclxuXHJcblxyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEt2U2V2ZXJpdHkgfSBmcm9tICcuLi90eXBlcy9rdi1zdmVyaXR5JztcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgS3ZFbnVtQ29uZmlnPFZhbHVlVHlwZSA9IG51bWJlcj4ge1xyXG4gIHZhbHVlOiBWYWx1ZVR5cGU7ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxyXG4gIGxhYmVsOiBzdHJpbmc7XHJcbiAgc2V2ZXJpdHk/OiBLdlNldmVyaXR5O1xyXG4gIGhleENvbG9yPzogc3RyaW5nO1xyXG59O1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290J1xyXG59KVxyXG5leHBvcnQgY2xhc3MgRW51bVV0aWxzIHtcclxuXHJcbiAgc3RhdGljIGNyZWF0ZUVudW1VdGlsczxUIGV4dGVuZHMgUmVjb3JkPHN0cmluZywgbnVtYmVyIHwgc3RyaW5nPiwgViBleHRlbmRzIEt2RW51bUNvbmZpZzxudW1iZXIgfCBzdHJpbmc+PihcclxuICAgY29uZmlnOiBSZWNvcmQ8VFtrZXlvZiBUXSwgVj5cclxuICApIHtcclxuICAgIHJldHVybiB7XHJcbiAgICAgIGxpc3RhcjogKCk6IFZbXSA9PiBPYmplY3QudmFsdWVzKGNvbmZpZyksIC8vIExpc3RhIHRvZG9zIG9zIHZhbG9yZXMgZG8gZW51bVxyXG4gICAgICBnZXRMYWJlbDogKHZhbHVlOiBUW2tleW9mIFRdKTogc3RyaW5nID0+IGNvbmZpZ1t2YWx1ZV0/LmxhYmVsID8/ICdEZXNjb25oZWNpZG8nLCAvLyBSZXRvcm5hIG8gbGFiZWwgZG8gdmFsb3JcclxuICAgICAgZ2V0U2V2ZXJpdHk6ICh2YWx1ZTogVFtrZXlvZiBUXSk6IEt2U2V2ZXJpdHkgPT4gY29uZmlnW3ZhbHVlXT8uc2V2ZXJpdHkgYXMgS3ZTZXZlcml0eSwgLy8gUmV0b3JuYSBhIHNldmVyaWRhZGUgZG8gdmFsb3JcclxuICAgICAgZ2V0SGV4Q29sb3I6ICh2YWx1ZTogVFtrZXlvZiBUXSk6IHN0cmluZyB8IHVuZGVmaW5lZCA9PiBjb25maWdbdmFsdWVdPy5oZXhDb2xvciwgLy8gUmV0b3JuYSBhIGNvciBoZXhhZGVjaW1hbCBkbyB2YWxvclxyXG4gICAgICBpc1ZhbGlkOiAodmFsdWU6IHVua25vd24pOiB2YWx1ZSBpcyBUW2tleW9mIFRdID0+IE9iamVjdC5rZXlzKGNvbmZpZykuaW5jbHVkZXModmFsdWUgYXMgc3RyaW5nKSAvLyBWYWxpZGEgc2UgbyB2YWxvciBleGlzdGUgbm8gZW51bVxyXG4gICAgfTtcclxuICB9O1xyXG5cclxufVxyXG4iXX0=
|