keevo-components 1.5.199 → 1.5.200
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/README.md +24 -24
- package/esm2020/keevo-components.mjs +4 -4
- package/esm2020/lib/api/base-components/base-component-button.mjs +36 -36
- package/esm2020/lib/api/base-components/base-component-chart.mjs +92 -92
- package/esm2020/lib/api/base-components/base-component-crud-form.mjs +279 -279
- package/esm2020/lib/api/base-components/base-component-crud-list.mjs +68 -68
- package/esm2020/lib/api/base-components/base-component-crud.mjs +65 -65
- package/esm2020/lib/api/base-components/base-component-dropdown-new.mjs +211 -211
- package/esm2020/lib/api/base-components/base-component-dropdown.mjs +161 -161
- package/esm2020/lib/api/base-components/base-component-input.mjs +94 -94
- package/esm2020/lib/api/base-components/base-component-multi-select.mjs +128 -128
- package/esm2020/lib/api/base-components/base-component.mjs +49 -49
- package/esm2020/lib/api/components/chart/chart.config.mjs +2 -2
- package/esm2020/lib/api/components/chart/chart.model.mjs +2 -2
- package/esm2020/lib/api/components/chart/orchart.config.mjs +2 -2
- package/esm2020/lib/api/components/chart/orchart.item.mjs +2 -2
- package/esm2020/lib/api/components/dropdown/filtro.combo.mjs +2 -2
- package/esm2020/lib/api/components/error/error.component.mjs +26 -26
- package/esm2020/lib/api/components/error/kverror.module.mjs +35 -35
- package/esm2020/lib/api/components/table/action-item.mjs +2 -2
- package/esm2020/lib/api/components/table/kv-menuitem.mjs +3 -3
- package/esm2020/lib/api/components/table/table.config.column.mjs +2 -2
- package/esm2020/lib/api/components/table/table.config.mjs +2 -2
- package/esm2020/lib/api/components/table/table.paginate.mjs +9 -9
- package/esm2020/lib/api/helpers/component-providers.mjs +16 -16
- package/esm2020/lib/api/helpers/keevo-validators.mjs +64 -64
- package/esm2020/lib/api/helpers/translate-primeng.mjs +23 -23
- package/esm2020/lib/api/models/menu/menu.model.mjs +2 -2
- package/esm2020/lib/api/models/menu/menucompleto.model.mjs +2 -2
- package/esm2020/lib/api/models/menu/sistemamenu.model.mjs +2 -2
- package/esm2020/lib/api/modules/primeng.module.mjs +247 -247
- package/esm2020/lib/api/services/base.api.service.mjs +74 -74
- package/esm2020/lib/api/services/component.service.mjs +27 -27
- package/esm2020/lib/api/services/form.service.mjs +84 -84
- package/esm2020/lib/api/services/imagens.service.mjs +22 -22
- package/esm2020/lib/api/services/notification.service.mjs +67 -67
- package/esm2020/lib/api/services/object.service.mjs +26 -26
- package/esm2020/lib/buttons/button-personalize/button-personalize.component.mjs +17 -17
- package/esm2020/lib/buttons/button-popup/button-popup.component.mjs +31 -31
- package/esm2020/lib/buttons/button-secondary/button-secondary.component.mjs +17 -17
- package/esm2020/lib/buttons/button-success/button-success.component.mjs +17 -17
- package/esm2020/lib/buttons/kvbutton.module.mjs +39 -39
- package/esm2020/lib/chart/chart.component.mjs +145 -145
- package/esm2020/lib/chart/kvchart.module.mjs +32 -32
- package/esm2020/lib/directives/template.directive.mjs +24 -24
- package/esm2020/lib/inputs/check/check.component.mjs +26 -26
- package/esm2020/lib/inputs/dropdown/dropdown.component.mjs +37 -37
- package/esm2020/lib/inputs/editor/editor.component.mjs +70 -70
- package/esm2020/lib/inputs/input-calendar/input-calendar.component.mjs +89 -89
- package/esm2020/lib/inputs/input-mask/input-mask.component.mjs +23 -23
- package/esm2020/lib/inputs/input-number/input-number.component.mjs +59 -59
- package/esm2020/lib/inputs/input-password/input-password.component.mjs +33 -33
- package/esm2020/lib/inputs/input-text/input-text.component.mjs +21 -21
- package/esm2020/lib/inputs/input-text-checkbox/input-text-checkbox.component.mjs +37 -37
- package/esm2020/lib/inputs/input-textarea/input-textarea.component.mjs +43 -43
- package/esm2020/lib/inputs/input-time/input-time.component.mjs +24 -24
- package/esm2020/lib/inputs/kvinputs.module.mjs +108 -108
- package/esm2020/lib/inputs/multi-select/multi-select.component.mjs +38 -38
- package/esm2020/lib/inputs/radio-group/radio-group.component.mjs +53 -53
- package/esm2020/lib/inputs/switch/switch.component.mjs +32 -32
- package/esm2020/lib/keevo-components.module.mjs +105 -105
- package/esm2020/lib/label/label.component.mjs +14 -14
- package/esm2020/lib/label/label.module.mjs +23 -23
- package/esm2020/lib/loader/kvloader.module.mjs +28 -28
- package/esm2020/lib/loader/loader.component.mjs +17 -17
- package/esm2020/lib/loader/loader.service.mjs +29 -29
- package/esm2020/lib/login/kvlogin.module.mjs +47 -47
- package/esm2020/lib/login/login.component.mjs +52 -52
- package/esm2020/lib/menu/kvmenu.module.mjs +43 -43
- package/esm2020/lib/menu/menu.component.mjs +237 -237
- package/esm2020/lib/orgchart/orgchart.component.mjs +100 -100
- package/esm2020/lib/orgchart/orgchart.module.mjs +24 -24
- package/esm2020/lib/page-form/kv-page-form.module.mjs +38 -38
- package/esm2020/lib/page-form/page-form.component.mjs +144 -144
- package/esm2020/lib/picklist/kvpicklist.module.mjs +32 -32
- package/esm2020/lib/picklist/picklist.component.mjs +48 -48
- package/esm2020/lib/pipes/codigofile.pipe.mjs +19 -19
- package/esm2020/lib/pipes/cpfcnpj.pipe.mjs +25 -25
- package/esm2020/lib/pipes/pipes.module.mjs +34 -34
- package/esm2020/lib/pipes/telefone.pipe.mjs +45 -45
- package/esm2020/lib/table/kvtable.module.mjs +32 -32
- package/esm2020/lib/table/table.component.mjs +505 -500
- package/esm2020/lib/tree-table/kv-treetable.component.mjs +371 -371
- package/esm2020/lib/tree-table/kv-treetable.module.mjs +32 -32
- package/esm2020/lib/tree-view/kvtree-view.module.mjs +28 -28
- package/esm2020/lib/tree-view/tree-view.component.mjs +29 -29
- package/esm2020/lib/workspace/kvworkspace.module.mjs +47 -47
- package/esm2020/lib/workspace/workspace.component.mjs +77 -77
- package/esm2020/public-api.mjs +138 -138
- package/fesm2015/keevo-components.mjs +4459 -4454
- package/fesm2015/keevo-components.mjs.map +1 -1
- package/fesm2020/keevo-components.mjs +4448 -4443
- package/fesm2020/keevo-components.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/api/base-components/base-component-button.d.ts +14 -14
- package/lib/api/base-components/base-component-chart.d.ts +40 -40
- package/lib/api/base-components/base-component-crud-form.d.ts +138 -138
- package/lib/api/base-components/base-component-crud-list.d.ts +63 -63
- package/lib/api/base-components/base-component-crud.d.ts +36 -36
- package/lib/api/base-components/base-component-dropdown-new.d.ts +14 -14
- package/lib/api/base-components/base-component-dropdown.d.ts +42 -42
- package/lib/api/base-components/base-component-input.d.ts +31 -31
- package/lib/api/base-components/base-component-multi-select.d.ts +35 -35
- package/lib/api/base-components/base-component.d.ts +21 -21
- package/lib/api/components/chart/chart.config.d.ts +11 -11
- package/lib/api/components/chart/chart.model.d.ts +9 -9
- package/lib/api/components/chart/orchart.config.d.ts +35 -35
- package/lib/api/components/chart/orchart.item.d.ts +26 -26
- package/lib/api/components/dropdown/filtro.combo.d.ts +4 -4
- package/lib/api/components/error/error.component.d.ts +12 -12
- package/lib/api/components/error/kverror.module.d.ts +10 -10
- package/lib/api/components/table/action-item.d.ts +5 -5
- package/lib/api/components/table/kv-menuitem.d.ts +9 -9
- package/lib/api/components/table/table.config.column.d.ts +21 -21
- package/lib/api/components/table/table.config.d.ts +17 -17
- package/lib/api/components/table/table.paginate.d.ts +6 -6
- package/lib/api/helpers/component-providers.d.ts +2 -2
- package/lib/api/helpers/keevo-validators.d.ts +10 -10
- package/lib/api/helpers/translate-primeng.d.ts +4 -4
- package/lib/api/models/menu/menu.model.d.ts +10 -10
- package/lib/api/models/menu/menucompleto.model.d.ts +6 -6
- package/lib/api/models/menu/sistemamenu.model.d.ts +8 -8
- package/lib/api/modules/primeng.module.d.ts +60 -60
- package/lib/api/services/base.api.service.d.ts +25 -25
- package/lib/api/services/component.service.d.ts +11 -11
- package/lib/api/services/form.service.d.ts +27 -27
- package/lib/api/services/imagens.service.d.ts +8 -8
- package/lib/api/services/notification.service.d.ts +25 -25
- package/lib/api/services/object.service.d.ts +8 -8
- package/lib/buttons/button-personalize/button-personalize.component.d.ts +7 -7
- package/lib/buttons/button-popup/button-popup.component.d.ts +13 -13
- package/lib/buttons/button-secondary/button-secondary.component.d.ts +7 -7
- package/lib/buttons/button-success/button-success.component.d.ts +7 -7
- package/lib/buttons/kvbutton.module.d.ts +11 -11
- package/lib/chart/chart.component.d.ts +56 -56
- package/lib/chart/kvchart.module.d.ts +10 -10
- package/lib/directives/template.directive.d.ts +11 -11
- package/lib/inputs/check/check.component.d.ts +11 -11
- package/lib/inputs/dropdown/dropdown.component.d.ts +14 -14
- package/lib/inputs/editor/editor.component.d.ts +39 -39
- package/lib/inputs/input-calendar/input-calendar.component.d.ts +27 -27
- package/lib/inputs/input-mask/input-mask.component.d.ts +10 -10
- package/lib/inputs/input-number/input-number.component.d.ts +19 -19
- package/lib/inputs/input-password/input-password.component.d.ts +13 -13
- package/lib/inputs/input-text/input-text.component.d.ts +9 -9
- package/lib/inputs/input-text-checkbox/input-text-checkbox.component.d.ts +15 -15
- package/lib/inputs/input-textarea/input-textarea.component.d.ts +16 -16
- package/lib/inputs/input-time/input-time.component.d.ts +10 -10
- package/lib/inputs/kvinputs.module.d.ts +25 -25
- package/lib/inputs/multi-select/multi-select.component.d.ts +12 -12
- package/lib/inputs/radio-group/radio-group.component.d.ts +18 -18
- package/lib/inputs/switch/switch.component.d.ts +13 -13
- package/lib/keevo-components.module.d.ts +19 -19
- package/lib/label/label.component.d.ts +7 -7
- package/lib/label/label.module.d.ts +8 -8
- package/lib/loader/kvloader.module.d.ts +9 -9
- package/lib/loader/loader.component.d.ts +8 -8
- package/lib/loader/loader.service.d.ts +10 -10
- package/lib/login/kvlogin.module.d.ts +13 -13
- package/lib/login/login.component.d.ts +30 -30
- package/lib/menu/kvmenu.module.d.ts +12 -12
- package/lib/menu/menu.component.d.ts +74 -74
- package/lib/orgchart/orgchart.component.d.ts +27 -27
- package/lib/orgchart/orgchart.module.d.ts +9 -9
- package/lib/page-form/kv-page-form.module.d.ts +11 -11
- package/lib/page-form/page-form.component.d.ts +69 -69
- package/lib/picklist/kvpicklist.module.d.ts +10 -10
- package/lib/picklist/picklist.component.d.ts +20 -20
- package/lib/pipes/codigofile.pipe.d.ts +7 -7
- package/lib/pipes/cpfcnpj.pipe.d.ts +7 -7
- package/lib/pipes/pipes.module.d.ts +10 -10
- package/lib/pipes/telefone.pipe.d.ts +7 -7
- package/lib/table/kvtable.module.d.ts +10 -10
- package/lib/table/table.component.d.ts +106 -105
- package/lib/tree-table/kv-treetable.component.d.ts +84 -84
- package/lib/tree-table/kv-treetable.module.d.ts +11 -11
- package/lib/tree-view/kvtree-view.module.d.ts +9 -9
- package/lib/tree-view/tree-view.component.d.ts +14 -14
- package/lib/workspace/kvworkspace.module.d.ts +13 -13
- package/lib/workspace/workspace.component.d.ts +28 -28
- package/package.json +1 -1
- package/public-api.d.ts +134 -134
|
@@ -1,211 +1,211 @@
|
|
|
1
|
-
import { Component, Input } from "@angular/core";
|
|
2
|
-
import { BaseComponentDropDown } from "./base-component-dropdown";
|
|
3
|
-
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
|
4
|
-
import { KeevoComponentsModule } from "../../keevo-components.module";
|
|
5
|
-
import { PrimeNgModule } from "../modules/primeng.module";
|
|
6
|
-
import { LabelModule } from "../../label/label.module";
|
|
7
|
-
import { kvErrorModule } from "../components/error/kverror.module";
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@angular/forms";
|
|
10
|
-
import * as i2 from "primeng/api";
|
|
11
|
-
import * as i3 from "primeng/button";
|
|
12
|
-
import * as i4 from "@angular/common";
|
|
13
|
-
import * as i5 from "primeng/tooltip";
|
|
14
|
-
import * as i6 from "primeng/divider";
|
|
15
|
-
import * as i7 from "primeng/dropdown";
|
|
16
|
-
import * as i8 from "../../label/label.component";
|
|
17
|
-
import * as i9 from "../components/error/error.component";
|
|
18
|
-
export class BaseComponentDropdownNew extends BaseComponentDropDown {
|
|
19
|
-
ngOnInit() {
|
|
20
|
-
if (this.dropDowValue)
|
|
21
|
-
this.value = this.dropDowValue;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
BaseComponentDropdownNew.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BaseComponentDropdownNew, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
-
BaseComponentDropdownNew.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: BaseComponentDropdownNew, isStandalone: true, selector: "app-base-dropdown", inputs: { formGroup: "formGroup", formControlName: "formControlName", dropDowValue: "dropDowValue", itemTemplate: "itemTemplate", selectedItemTemplate: "selectedItemTemplate" }, usesInheritance: true, ngImport: i0, template: `
|
|
26
|
-
<span>
|
|
27
|
-
<kv-label
|
|
28
|
-
[componentId]="componentId"
|
|
29
|
-
[label]="label"
|
|
30
|
-
/>
|
|
31
|
-
<p-dropdown
|
|
32
|
-
appendTo="body"
|
|
33
|
-
[class]="baseInputClass"
|
|
34
|
-
[disabled]="disabled"
|
|
35
|
-
[filter]="filter"
|
|
36
|
-
[inputId]="componentId"
|
|
37
|
-
[(ngModel)]="value"
|
|
38
|
-
[options]="filteredOptions"
|
|
39
|
-
[optionLabel]="optionLabel"
|
|
40
|
-
[optionValue]="optionValue"
|
|
41
|
-
[optionDisabled]="optionDisabled"
|
|
42
|
-
[group]="group"
|
|
43
|
-
[optionGroupLabel]="optionGroupLabel"
|
|
44
|
-
[optionGroupChildren]="optionGroupChildren"
|
|
45
|
-
[showClear]="showClear"
|
|
46
|
-
[lazy]="lazy"
|
|
47
|
-
scrollHeight="250px"
|
|
48
|
-
(onBlur)="onInputBlur($event)"
|
|
49
|
-
(onClick)="onInputClick($event)"
|
|
50
|
-
(onChange)="onInputChange($event)"
|
|
51
|
-
(onFilter)="onInputFilter($event)"
|
|
52
|
-
[style]="{'width':widthField}"
|
|
53
|
-
[panelStyle]="{ width: widthField, overflow: 'auto' }"
|
|
54
|
-
styleClass="inputs"
|
|
55
|
-
>
|
|
56
|
-
|
|
57
|
-
<ng-template
|
|
58
|
-
*ngIf="showAddButton"
|
|
59
|
-
pTemplate="footer"
|
|
60
|
-
>
|
|
61
|
-
<p-divider></p-divider>
|
|
62
|
-
<div class="flex flex-wrap card-container p-1">
|
|
63
|
-
<div class="flex justify-content-center">
|
|
64
|
-
<button
|
|
65
|
-
pButton
|
|
66
|
-
label="Incluir"
|
|
67
|
-
pTooltip="Clique aqui para incluir um novo registro"
|
|
68
|
-
tooltipPosition="bottom"
|
|
69
|
-
icon="pi pi-plus"
|
|
70
|
-
class="p-button-rounded p-button-success mr-2"
|
|
71
|
-
(click)="addClick($event)"
|
|
72
|
-
></button>
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</ng-template>
|
|
76
|
-
|
|
77
|
-
<ng-template
|
|
78
|
-
let-selectedItem
|
|
79
|
-
pTemplate="item"
|
|
80
|
-
*ngIf="itemTemplate"
|
|
81
|
-
>
|
|
82
|
-
<ng-container
|
|
83
|
-
[ngTemplateOutlet]="itemTemplate"
|
|
84
|
-
[ngTemplateOutletContext]="{ $implicit: selectedItem }"
|
|
85
|
-
>
|
|
86
|
-
</ng-container>
|
|
87
|
-
</ng-template>
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
<ng-template
|
|
91
|
-
let-item
|
|
92
|
-
pTemplate="selectedItem"
|
|
93
|
-
*ngIf="selectedItemTemplate"
|
|
94
|
-
>
|
|
95
|
-
<ng-container
|
|
96
|
-
[ngTemplateOutlet]="selectedItemTemplate"
|
|
97
|
-
[ngTemplateOutletContext]="{ $implicit: item }"
|
|
98
|
-
>
|
|
99
|
-
|
|
100
|
-
</ng-container>
|
|
101
|
-
</ng-template>
|
|
102
|
-
|
|
103
|
-
</p-dropdown>
|
|
104
|
-
|
|
105
|
-
<kv-error [hasError]="hasControlError()">{{ erroMessage() }}</kv-error>
|
|
106
|
-
</span>
|
|
107
|
-
<ng-content></ng-content>
|
|
108
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: KeevoComponentsModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: PrimeNgModule }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i5.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "component", type: i6.Divider, selector: "p-divider", inputs: ["styleClass", "style", "layout", "type", "align"] }, { kind: "component", type: i7.Dropdown, selector: "p-dropdown", inputs: ["scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "filterPlaceholder", "filterLocale", "inputId", "selectId", "dataKey", "filterBy", "autofocus", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "overlayDirection", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "options", "filterValue"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: LabelModule }, { kind: "component", type: i8.LabelComponent, selector: "kv-label", inputs: ["componentId", "label"] }, { kind: "ngmodule", type: kvErrorModule }, { kind: "component", type: i9.ErrorComponent, selector: "kv-error", inputs: ["formControl", "hasError"] }] });
|
|
109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BaseComponentDropdownNew, decorators: [{
|
|
110
|
-
type: Component,
|
|
111
|
-
args: [{
|
|
112
|
-
selector: 'app-base-dropdown',
|
|
113
|
-
template: `
|
|
114
|
-
<span>
|
|
115
|
-
<kv-label
|
|
116
|
-
[componentId]="componentId"
|
|
117
|
-
[label]="label"
|
|
118
|
-
/>
|
|
119
|
-
<p-dropdown
|
|
120
|
-
appendTo="body"
|
|
121
|
-
[class]="baseInputClass"
|
|
122
|
-
[disabled]="disabled"
|
|
123
|
-
[filter]="filter"
|
|
124
|
-
[inputId]="componentId"
|
|
125
|
-
[(ngModel)]="value"
|
|
126
|
-
[options]="filteredOptions"
|
|
127
|
-
[optionLabel]="optionLabel"
|
|
128
|
-
[optionValue]="optionValue"
|
|
129
|
-
[optionDisabled]="optionDisabled"
|
|
130
|
-
[group]="group"
|
|
131
|
-
[optionGroupLabel]="optionGroupLabel"
|
|
132
|
-
[optionGroupChildren]="optionGroupChildren"
|
|
133
|
-
[showClear]="showClear"
|
|
134
|
-
[lazy]="lazy"
|
|
135
|
-
scrollHeight="250px"
|
|
136
|
-
(onBlur)="onInputBlur($event)"
|
|
137
|
-
(onClick)="onInputClick($event)"
|
|
138
|
-
(onChange)="onInputChange($event)"
|
|
139
|
-
(onFilter)="onInputFilter($event)"
|
|
140
|
-
[style]="{'width':widthField}"
|
|
141
|
-
[panelStyle]="{ width: widthField, overflow: 'auto' }"
|
|
142
|
-
styleClass="inputs"
|
|
143
|
-
>
|
|
144
|
-
|
|
145
|
-
<ng-template
|
|
146
|
-
*ngIf="showAddButton"
|
|
147
|
-
pTemplate="footer"
|
|
148
|
-
>
|
|
149
|
-
<p-divider></p-divider>
|
|
150
|
-
<div class="flex flex-wrap card-container p-1">
|
|
151
|
-
<div class="flex justify-content-center">
|
|
152
|
-
<button
|
|
153
|
-
pButton
|
|
154
|
-
label="Incluir"
|
|
155
|
-
pTooltip="Clique aqui para incluir um novo registro"
|
|
156
|
-
tooltipPosition="bottom"
|
|
157
|
-
icon="pi pi-plus"
|
|
158
|
-
class="p-button-rounded p-button-success mr-2"
|
|
159
|
-
(click)="addClick($event)"
|
|
160
|
-
></button>
|
|
161
|
-
</div>
|
|
162
|
-
</div>
|
|
163
|
-
</ng-template>
|
|
164
|
-
|
|
165
|
-
<ng-template
|
|
166
|
-
let-selectedItem
|
|
167
|
-
pTemplate="item"
|
|
168
|
-
*ngIf="itemTemplate"
|
|
169
|
-
>
|
|
170
|
-
<ng-container
|
|
171
|
-
[ngTemplateOutlet]="itemTemplate"
|
|
172
|
-
[ngTemplateOutletContext]="{ $implicit: selectedItem }"
|
|
173
|
-
>
|
|
174
|
-
</ng-container>
|
|
175
|
-
</ng-template>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<ng-template
|
|
179
|
-
let-item
|
|
180
|
-
pTemplate="selectedItem"
|
|
181
|
-
*ngIf="selectedItemTemplate"
|
|
182
|
-
>
|
|
183
|
-
<ng-container
|
|
184
|
-
[ngTemplateOutlet]="selectedItemTemplate"
|
|
185
|
-
[ngTemplateOutletContext]="{ $implicit: item }"
|
|
186
|
-
>
|
|
187
|
-
|
|
188
|
-
</ng-container>
|
|
189
|
-
</ng-template>
|
|
190
|
-
|
|
191
|
-
</p-dropdown>
|
|
192
|
-
|
|
193
|
-
<kv-error [hasError]="hasControlError()">{{ erroMessage() }}</kv-error>
|
|
194
|
-
</span>
|
|
195
|
-
<ng-content></ng-content>
|
|
196
|
-
`,
|
|
197
|
-
standalone: true,
|
|
198
|
-
imports: [KeevoComponentsModule, ReactiveFormsModule, FormsModule, PrimeNgModule, LabelModule, kvErrorModule]
|
|
199
|
-
}]
|
|
200
|
-
}], propDecorators: { formGroup: [{
|
|
201
|
-
type: Input
|
|
202
|
-
}], formControlName: [{
|
|
203
|
-
type: Input
|
|
204
|
-
}], dropDowValue: [{
|
|
205
|
-
type: Input
|
|
206
|
-
}], itemTemplate: [{
|
|
207
|
-
type: Input
|
|
208
|
-
}], selectedItemTemplate: [{
|
|
209
|
-
type: Input
|
|
210
|
-
}] } });
|
|
211
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, Input } from "@angular/core";
|
|
2
|
+
import { BaseComponentDropDown } from "./base-component-dropdown";
|
|
3
|
+
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
|
4
|
+
import { KeevoComponentsModule } from "../../keevo-components.module";
|
|
5
|
+
import { PrimeNgModule } from "../modules/primeng.module";
|
|
6
|
+
import { LabelModule } from "../../label/label.module";
|
|
7
|
+
import { kvErrorModule } from "../components/error/kverror.module";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
import * as i1 from "@angular/forms";
|
|
10
|
+
import * as i2 from "primeng/api";
|
|
11
|
+
import * as i3 from "primeng/button";
|
|
12
|
+
import * as i4 from "@angular/common";
|
|
13
|
+
import * as i5 from "primeng/tooltip";
|
|
14
|
+
import * as i6 from "primeng/divider";
|
|
15
|
+
import * as i7 from "primeng/dropdown";
|
|
16
|
+
import * as i8 from "../../label/label.component";
|
|
17
|
+
import * as i9 from "../components/error/error.component";
|
|
18
|
+
export class BaseComponentDropdownNew extends BaseComponentDropDown {
|
|
19
|
+
ngOnInit() {
|
|
20
|
+
if (this.dropDowValue)
|
|
21
|
+
this.value = this.dropDowValue;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
BaseComponentDropdownNew.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BaseComponentDropdownNew, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
+
BaseComponentDropdownNew.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: BaseComponentDropdownNew, isStandalone: true, selector: "app-base-dropdown", inputs: { formGroup: "formGroup", formControlName: "formControlName", dropDowValue: "dropDowValue", itemTemplate: "itemTemplate", selectedItemTemplate: "selectedItemTemplate" }, usesInheritance: true, ngImport: i0, template: `
|
|
26
|
+
<span>
|
|
27
|
+
<kv-label
|
|
28
|
+
[componentId]="componentId"
|
|
29
|
+
[label]="label"
|
|
30
|
+
/>
|
|
31
|
+
<p-dropdown
|
|
32
|
+
appendTo="body"
|
|
33
|
+
[class]="baseInputClass"
|
|
34
|
+
[disabled]="disabled"
|
|
35
|
+
[filter]="filter"
|
|
36
|
+
[inputId]="componentId"
|
|
37
|
+
[(ngModel)]="value"
|
|
38
|
+
[options]="filteredOptions"
|
|
39
|
+
[optionLabel]="optionLabel"
|
|
40
|
+
[optionValue]="optionValue"
|
|
41
|
+
[optionDisabled]="optionDisabled"
|
|
42
|
+
[group]="group"
|
|
43
|
+
[optionGroupLabel]="optionGroupLabel"
|
|
44
|
+
[optionGroupChildren]="optionGroupChildren"
|
|
45
|
+
[showClear]="showClear"
|
|
46
|
+
[lazy]="lazy"
|
|
47
|
+
scrollHeight="250px"
|
|
48
|
+
(onBlur)="onInputBlur($event)"
|
|
49
|
+
(onClick)="onInputClick($event)"
|
|
50
|
+
(onChange)="onInputChange($event)"
|
|
51
|
+
(onFilter)="onInputFilter($event)"
|
|
52
|
+
[style]="{'width':widthField}"
|
|
53
|
+
[panelStyle]="{ width: widthField, overflow: 'auto' }"
|
|
54
|
+
styleClass="inputs"
|
|
55
|
+
>
|
|
56
|
+
|
|
57
|
+
<ng-template
|
|
58
|
+
*ngIf="showAddButton"
|
|
59
|
+
pTemplate="footer"
|
|
60
|
+
>
|
|
61
|
+
<p-divider></p-divider>
|
|
62
|
+
<div class="flex flex-wrap card-container p-1">
|
|
63
|
+
<div class="flex justify-content-center">
|
|
64
|
+
<button
|
|
65
|
+
pButton
|
|
66
|
+
label="Incluir"
|
|
67
|
+
pTooltip="Clique aqui para incluir um novo registro"
|
|
68
|
+
tooltipPosition="bottom"
|
|
69
|
+
icon="pi pi-plus"
|
|
70
|
+
class="p-button-rounded p-button-success mr-2"
|
|
71
|
+
(click)="addClick($event)"
|
|
72
|
+
></button>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
</ng-template>
|
|
76
|
+
|
|
77
|
+
<ng-template
|
|
78
|
+
let-selectedItem
|
|
79
|
+
pTemplate="item"
|
|
80
|
+
*ngIf="itemTemplate"
|
|
81
|
+
>
|
|
82
|
+
<ng-container
|
|
83
|
+
[ngTemplateOutlet]="itemTemplate"
|
|
84
|
+
[ngTemplateOutletContext]="{ $implicit: selectedItem }"
|
|
85
|
+
>
|
|
86
|
+
</ng-container>
|
|
87
|
+
</ng-template>
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
<ng-template
|
|
91
|
+
let-item
|
|
92
|
+
pTemplate="selectedItem"
|
|
93
|
+
*ngIf="selectedItemTemplate"
|
|
94
|
+
>
|
|
95
|
+
<ng-container
|
|
96
|
+
[ngTemplateOutlet]="selectedItemTemplate"
|
|
97
|
+
[ngTemplateOutletContext]="{ $implicit: item }"
|
|
98
|
+
>
|
|
99
|
+
|
|
100
|
+
</ng-container>
|
|
101
|
+
</ng-template>
|
|
102
|
+
|
|
103
|
+
</p-dropdown>
|
|
104
|
+
|
|
105
|
+
<kv-error [hasError]="hasControlError()">{{ erroMessage() }}</kv-error>
|
|
106
|
+
</span>
|
|
107
|
+
<ng-content></ng-content>
|
|
108
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: KeevoComponentsModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: PrimeNgModule }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i5.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "component", type: i6.Divider, selector: "p-divider", inputs: ["styleClass", "style", "layout", "type", "align"] }, { kind: "component", type: i7.Dropdown, selector: "p-dropdown", inputs: ["scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "filterPlaceholder", "filterLocale", "inputId", "selectId", "dataKey", "filterBy", "autofocus", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "autofocusFilter", "overlayDirection", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "options", "filterValue"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: LabelModule }, { kind: "component", type: i8.LabelComponent, selector: "kv-label", inputs: ["componentId", "label"] }, { kind: "ngmodule", type: kvErrorModule }, { kind: "component", type: i9.ErrorComponent, selector: "kv-error", inputs: ["formControl", "hasError"] }] });
|
|
109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: BaseComponentDropdownNew, decorators: [{
|
|
110
|
+
type: Component,
|
|
111
|
+
args: [{
|
|
112
|
+
selector: 'app-base-dropdown',
|
|
113
|
+
template: `
|
|
114
|
+
<span>
|
|
115
|
+
<kv-label
|
|
116
|
+
[componentId]="componentId"
|
|
117
|
+
[label]="label"
|
|
118
|
+
/>
|
|
119
|
+
<p-dropdown
|
|
120
|
+
appendTo="body"
|
|
121
|
+
[class]="baseInputClass"
|
|
122
|
+
[disabled]="disabled"
|
|
123
|
+
[filter]="filter"
|
|
124
|
+
[inputId]="componentId"
|
|
125
|
+
[(ngModel)]="value"
|
|
126
|
+
[options]="filteredOptions"
|
|
127
|
+
[optionLabel]="optionLabel"
|
|
128
|
+
[optionValue]="optionValue"
|
|
129
|
+
[optionDisabled]="optionDisabled"
|
|
130
|
+
[group]="group"
|
|
131
|
+
[optionGroupLabel]="optionGroupLabel"
|
|
132
|
+
[optionGroupChildren]="optionGroupChildren"
|
|
133
|
+
[showClear]="showClear"
|
|
134
|
+
[lazy]="lazy"
|
|
135
|
+
scrollHeight="250px"
|
|
136
|
+
(onBlur)="onInputBlur($event)"
|
|
137
|
+
(onClick)="onInputClick($event)"
|
|
138
|
+
(onChange)="onInputChange($event)"
|
|
139
|
+
(onFilter)="onInputFilter($event)"
|
|
140
|
+
[style]="{'width':widthField}"
|
|
141
|
+
[panelStyle]="{ width: widthField, overflow: 'auto' }"
|
|
142
|
+
styleClass="inputs"
|
|
143
|
+
>
|
|
144
|
+
|
|
145
|
+
<ng-template
|
|
146
|
+
*ngIf="showAddButton"
|
|
147
|
+
pTemplate="footer"
|
|
148
|
+
>
|
|
149
|
+
<p-divider></p-divider>
|
|
150
|
+
<div class="flex flex-wrap card-container p-1">
|
|
151
|
+
<div class="flex justify-content-center">
|
|
152
|
+
<button
|
|
153
|
+
pButton
|
|
154
|
+
label="Incluir"
|
|
155
|
+
pTooltip="Clique aqui para incluir um novo registro"
|
|
156
|
+
tooltipPosition="bottom"
|
|
157
|
+
icon="pi pi-plus"
|
|
158
|
+
class="p-button-rounded p-button-success mr-2"
|
|
159
|
+
(click)="addClick($event)"
|
|
160
|
+
></button>
|
|
161
|
+
</div>
|
|
162
|
+
</div>
|
|
163
|
+
</ng-template>
|
|
164
|
+
|
|
165
|
+
<ng-template
|
|
166
|
+
let-selectedItem
|
|
167
|
+
pTemplate="item"
|
|
168
|
+
*ngIf="itemTemplate"
|
|
169
|
+
>
|
|
170
|
+
<ng-container
|
|
171
|
+
[ngTemplateOutlet]="itemTemplate"
|
|
172
|
+
[ngTemplateOutletContext]="{ $implicit: selectedItem }"
|
|
173
|
+
>
|
|
174
|
+
</ng-container>
|
|
175
|
+
</ng-template>
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
<ng-template
|
|
179
|
+
let-item
|
|
180
|
+
pTemplate="selectedItem"
|
|
181
|
+
*ngIf="selectedItemTemplate"
|
|
182
|
+
>
|
|
183
|
+
<ng-container
|
|
184
|
+
[ngTemplateOutlet]="selectedItemTemplate"
|
|
185
|
+
[ngTemplateOutletContext]="{ $implicit: item }"
|
|
186
|
+
>
|
|
187
|
+
|
|
188
|
+
</ng-container>
|
|
189
|
+
</ng-template>
|
|
190
|
+
|
|
191
|
+
</p-dropdown>
|
|
192
|
+
|
|
193
|
+
<kv-error [hasError]="hasControlError()">{{ erroMessage() }}</kv-error>
|
|
194
|
+
</span>
|
|
195
|
+
<ng-content></ng-content>
|
|
196
|
+
`,
|
|
197
|
+
standalone: true,
|
|
198
|
+
imports: [KeevoComponentsModule, ReactiveFormsModule, FormsModule, PrimeNgModule, LabelModule, kvErrorModule]
|
|
199
|
+
}]
|
|
200
|
+
}], propDecorators: { formGroup: [{
|
|
201
|
+
type: Input
|
|
202
|
+
}], formControlName: [{
|
|
203
|
+
type: Input
|
|
204
|
+
}], dropDowValue: [{
|
|
205
|
+
type: Input
|
|
206
|
+
}], itemTemplate: [{
|
|
207
|
+
type: Input
|
|
208
|
+
}], selectedItemTemplate: [{
|
|
209
|
+
type: Input
|
|
210
|
+
}] } });
|
|
211
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS1jb21wb25lbnQtZHJvcGRvd24tbmV3LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2Vldm8tY29tcG9uZW50cy9zcmMvbGliL2FwaS9iYXNlLWNvbXBvbmVudHMvYmFzZS1jb21wb25lbnQtZHJvcGRvd24tbmV3LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFlLE1BQU0sZUFBZSxDQUFDO0FBQzlELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFBO0FBQ2pFLE9BQU8sRUFBYSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN0RSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDMUQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQzs7Ozs7Ozs7Ozs7QUEyRm5FLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxxQkFBcUI7SUFTdEQsUUFBUTtRQUNiLElBQUksSUFBSSxDQUFDLFlBQVk7WUFDakIsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDO0lBQ3ZDLENBQUM7O3FIQVpRLHdCQUF3Qjt5R0FBeEIsd0JBQXdCLHNSQXZGdkI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0tBbUZULDJEQUVTLHFCQUFxQiw4QkFBRSxtQkFBbUIsc0lBQUUsV0FBVyxzUEFBRSxhQUFhLDRoRUFBRSxXQUFXLHNJQUFFLGFBQWE7MkZBRW5HLHdCQUF3QjtrQkF6RnBDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtvQkFDN0IsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztLQW1GVDtvQkFDRCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsT0FBTyxFQUFFLENBQUMscUJBQXFCLEVBQUUsbUJBQW1CLEVBQUUsV0FBVyxFQUFFLGFBQWEsRUFBRSxXQUFXLEVBQUUsYUFBYSxDQUFDO2lCQUNoSDs4QkFHWSxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBRUcsWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLG9CQUFvQjtzQkFBNUIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFRlbXBsYXRlUmVmIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgQmFzZUNvbXBvbmVudERyb3BEb3duIH0gZnJvbSBcIi4vYmFzZS1jb21wb25lbnQtZHJvcGRvd25cIlxyXG5pbXBvcnQgeyBGb3JtR3JvdXAsIEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XHJcbmltcG9ydCB7IEtlZXZvQ29tcG9uZW50c01vZHVsZSB9IGZyb20gXCIuLi8uLi9rZWV2by1jb21wb25lbnRzLm1vZHVsZVwiO1xyXG5pbXBvcnQgeyBQcmltZU5nTW9kdWxlIH0gZnJvbSBcIi4uL21vZHVsZXMvcHJpbWVuZy5tb2R1bGVcIjtcclxuaW1wb3J0IHsgTGFiZWxNb2R1bGUgfSBmcm9tIFwiLi4vLi4vbGFiZWwvbGFiZWwubW9kdWxlXCI7XHJcbmltcG9ydCB7IGt2RXJyb3JNb2R1bGUgfSBmcm9tIFwiLi4vY29tcG9uZW50cy9lcnJvci9rdmVycm9yLm1vZHVsZVwiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2FwcC1iYXNlLWRyb3Bkb3duJyxcclxuICAgIHRlbXBsYXRlOiBgXHJcbiAgICA8c3Bhbj5cclxuICAgICAgPGt2LWxhYmVsXHJcbiAgICAgICAgW2NvbXBvbmVudElkXT1cImNvbXBvbmVudElkXCJcclxuICAgICAgICBbbGFiZWxdPVwibGFiZWxcIlxyXG4gICAgICAvPlxyXG4gICAgICA8cC1kcm9wZG93blxyXG4gICAgICAgIGFwcGVuZFRvPVwiYm9keVwiXHJcbiAgICAgICAgW2NsYXNzXT1cImJhc2VJbnB1dENsYXNzXCJcclxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxyXG4gICAgICAgIFtmaWx0ZXJdPVwiZmlsdGVyXCJcclxuICAgICAgICBbaW5wdXRJZF09XCJjb21wb25lbnRJZFwiXHJcbiAgICAgICAgWyhuZ01vZGVsKV09XCJ2YWx1ZVwiXHJcbiAgICAgICAgW29wdGlvbnNdPVwiZmlsdGVyZWRPcHRpb25zXCJcclxuICAgICAgICBbb3B0aW9uTGFiZWxdPVwib3B0aW9uTGFiZWxcIlxyXG4gICAgICAgIFtvcHRpb25WYWx1ZV09XCJvcHRpb25WYWx1ZVwiXHJcbiAgICAgICAgW29wdGlvbkRpc2FibGVkXT1cIm9wdGlvbkRpc2FibGVkXCJcclxuICAgICAgICBbZ3JvdXBdPVwiZ3JvdXBcIlxyXG4gICAgICAgIFtvcHRpb25Hcm91cExhYmVsXT1cIm9wdGlvbkdyb3VwTGFiZWxcIlxyXG4gICAgICAgIFtvcHRpb25Hcm91cENoaWxkcmVuXT1cIm9wdGlvbkdyb3VwQ2hpbGRyZW5cIlxyXG4gICAgICAgIFtzaG93Q2xlYXJdPVwic2hvd0NsZWFyXCJcclxuICAgICAgICBbbGF6eV09XCJsYXp5XCJcclxuICAgICAgICBzY3JvbGxIZWlnaHQ9XCIyNTBweFwiXHJcbiAgICAgICAgKG9uQmx1cik9XCJvbklucHV0Qmx1cigkZXZlbnQpXCJcclxuICAgICAgICAob25DbGljayk9XCJvbklucHV0Q2xpY2soJGV2ZW50KVwiXHJcbiAgICAgICAgKG9uQ2hhbmdlKT1cIm9uSW5wdXRDaGFuZ2UoJGV2ZW50KVwiXHJcbiAgICAgICAgKG9uRmlsdGVyKT1cIm9uSW5wdXRGaWx0ZXIoJGV2ZW50KVwiXHJcbiAgICAgICAgW3N0eWxlXT1cInsnd2lkdGgnOndpZHRoRmllbGR9XCJcclxuICAgICAgICBbcGFuZWxTdHlsZV09XCJ7IHdpZHRoOiB3aWR0aEZpZWxkLCBvdmVyZmxvdzogJ2F1dG8nIH1cIlxyXG4gICAgICAgIHN0eWxlQ2xhc3M9XCJpbnB1dHNcIlxyXG4gICAgICA+XHJcblxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZVxyXG4gICAgICAgICAgKm5nSWY9XCJzaG93QWRkQnV0dG9uXCJcclxuICAgICAgICAgIHBUZW1wbGF0ZT1cImZvb3RlclwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPHAtZGl2aWRlcj48L3AtZGl2aWRlcj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJmbGV4IGZsZXgtd3JhcCBjYXJkLWNvbnRhaW5lciBwLTFcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsZXgganVzdGlmeS1jb250ZW50LWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAgIHBCdXR0b25cclxuICAgICAgICAgICAgICAgIGxhYmVsPVwiSW5jbHVpclwiXHJcbiAgICAgICAgICAgICAgICBwVG9vbHRpcD1cIkNsaXF1ZSBhcXVpIHBhcmEgaW5jbHVpciB1bSBub3ZvIHJlZ2lzdHJvXCJcclxuICAgICAgICAgICAgICAgIHRvb2x0aXBQb3NpdGlvbj1cImJvdHRvbVwiXHJcbiAgICAgICAgICAgICAgICBpY29uPVwicGkgcGktcGx1c1wiXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cInAtYnV0dG9uLXJvdW5kZWQgcC1idXR0b24tc3VjY2VzcyBtci0yXCJcclxuICAgICAgICAgICAgICAgIChjbGljayk9XCJhZGRDbGljaygkZXZlbnQpXCJcclxuICAgICAgICAgICAgICA+PC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcbiAgICAgICAgPG5nLXRlbXBsYXRlXHJcbiAgICAgICAgICBsZXQtc2VsZWN0ZWRJdGVtXHJcbiAgICAgICAgICBwVGVtcGxhdGU9XCJpdGVtXCJcclxuICAgICAgICAgICpuZ0lmPVwiaXRlbVRlbXBsYXRlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8bmctY29udGFpbmVyXHJcbiAgICAgICAgICAgIFtuZ1RlbXBsYXRlT3V0bGV0XT1cIml0ZW1UZW1wbGF0ZVwiXHJcbiAgICAgICAgICAgIFtuZ1RlbXBsYXRlT3V0bGV0Q29udGV4dF09XCJ7ICRpbXBsaWNpdDogc2VsZWN0ZWRJdGVtIH1cIlxyXG4gICAgICAgICAgPlxyXG4gICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuXHJcblxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZVxyXG4gICAgICAgICAgbGV0LWl0ZW1cclxuICAgICAgICAgIHBUZW1wbGF0ZT1cInNlbGVjdGVkSXRlbVwiXHJcbiAgICAgICAgICAqbmdJZj1cInNlbGVjdGVkSXRlbVRlbXBsYXRlXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8bmctY29udGFpbmVyXHJcbiAgICAgICAgICAgIFtuZ1RlbXBsYXRlT3V0bGV0XT1cInNlbGVjdGVkSXRlbVRlbXBsYXRlXCJcclxuICAgICAgICAgICAgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cInsgJGltcGxpY2l0OiBpdGVtIH1cIlxyXG4gICAgICAgICAgPlxyXG5cclxuICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+XHJcblxyXG4gICAgICA8L3AtZHJvcGRvd24+XHJcblxyXG4gICAgICA8a3YtZXJyb3IgW2hhc0Vycm9yXT1cImhhc0NvbnRyb2xFcnJvcigpXCI+e3sgZXJyb01lc3NhZ2UoKSB9fTwva3YtZXJyb3I+XHJcbiAgICA8L3NwYW4+XHJcbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgICBgLFxyXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICAgIGltcG9ydHM6IFtLZWV2b0NvbXBvbmVudHNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUsIEZvcm1zTW9kdWxlLCBQcmltZU5nTW9kdWxlLCBMYWJlbE1vZHVsZSwga3ZFcnJvck1vZHVsZV1cclxufSlcclxuZXhwb3J0IGNsYXNzIEJhc2VDb21wb25lbnREcm9wZG93bk5ldyBleHRlbmRzIEJhc2VDb21wb25lbnREcm9wRG93biB7XHJcblxyXG4gICAgQElucHV0KCkgZm9ybUdyb3VwITogRm9ybUdyb3VwO1xyXG4gICAgQElucHV0KCkgZm9ybUNvbnRyb2xOYW1lITogc3RyaW5nO1xyXG5cclxuICAgIEBJbnB1dCgpIGRyb3BEb3dWYWx1ZSE6IGFueTtcclxuICAgIEBJbnB1dCgpIGl0ZW1UZW1wbGF0ZSE6IFRlbXBsYXRlUmVmPGFueT47XHJcbiAgICBASW5wdXQoKSBzZWxlY3RlZEl0ZW1UZW1wbGF0ZSE6IFRlbXBsYXRlUmVmPGFueT47XHJcblxyXG4gICAgb3ZlcnJpZGUgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICAgICAgaWYgKHRoaXMuZHJvcERvd1ZhbHVlKVxyXG4gICAgICAgICAgICB0aGlzLnZhbHVlID0gdGhpcy5kcm9wRG93VmFsdWU7XHJcbiAgICB9XHJcblxyXG59Il19
|