@apipass/schemas 0.1.6-alpha.6 → 0.1.6-alpha.7
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/bundles/apipass-schemas.umd.js +17 -47
- package/bundles/apipass-schemas.umd.js.map +1 -1
- package/bundles/apipass-schemas.umd.min.js +1 -1
- package/bundles/apipass-schemas.umd.min.js.map +1 -1
- package/esm2015/schema-form/schema-input/input-render/input-render.js +21 -44
- package/esm2015/schema-form-render.js +1 -1
- package/fesm2015/apipass-schemas.js +19 -43
- package/fesm2015/apipass-schemas.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,9 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
import * as i1 from "@angular/common";
|
|
5
5
|
import * as i2 from "@angular/forms";
|
|
6
6
|
import * as i3 from "ngx-drag-drop";
|
|
7
|
-
import * as i4 from "
|
|
8
|
-
import * as i5 from "./
|
|
9
|
-
import * as i6 from "
|
|
7
|
+
import * as i4 from "@apipass/inputs";
|
|
8
|
+
import * as i5 from "./number-input/number-input.component";
|
|
9
|
+
import * as i6 from "./boolean-input/boolean-input.component";
|
|
10
|
+
import * as i7 from "@ngx-translate/core";
|
|
10
11
|
const _c0 = function () { return { standalone: true }; };
|
|
11
12
|
function InputRenderComponent_input_1_Template(rf, ctx) { if (rf & 1) {
|
|
12
13
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -18,55 +19,31 @@ function InputRenderComponent_input_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
18
19
|
i0.ɵɵpropertyInterpolate("placeholder", ctx_r0.schema.description);
|
|
19
20
|
i0.ɵɵproperty("type", ctx_r0.schema.type === "password" ? "password" : "text")("ngModel", ctx_r0.value)("ngModelOptions", i0.ɵɵpureFunction0(6, _c0))("id", ctx_r0.inputId)("maxlength", ctx_r0.schema.maxLength);
|
|
20
21
|
} }
|
|
21
|
-
function
|
|
22
|
-
i0.ɵɵ
|
|
23
|
-
i0.ɵɵ
|
|
24
|
-
i0.ɵɵ
|
|
25
|
-
|
|
26
|
-
const ctx_r7 = i0.ɵɵnextContext(2);
|
|
27
|
-
i0.ɵɵproperty("value", undefined);
|
|
28
|
-
i0.ɵɵadvance(1);
|
|
29
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r7.schema.description, " ");
|
|
30
|
-
} }
|
|
31
|
-
function InputRenderComponent_select_2_option_2_Template(rf, ctx) { if (rf & 1) {
|
|
32
|
-
i0.ɵɵelementStart(0, "option", 9);
|
|
33
|
-
i0.ɵɵtext(1);
|
|
22
|
+
function InputRenderComponent_select_box_2_Template(rf, ctx) { if (rf & 1) {
|
|
23
|
+
const _r8 = i0.ɵɵgetCurrentView();
|
|
24
|
+
i0.ɵɵelementStart(0, "select-box", 5);
|
|
25
|
+
i0.ɵɵlistener("ngModelChange", function InputRenderComponent_select_box_2_Template_select_box_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.value = $event; })("ngModelChange", function InputRenderComponent_select_box_2_Template_select_box_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r9 = i0.ɵɵnextContext(); return ctx_r9.onChange($event); });
|
|
26
|
+
i0.ɵɵpipe(1, "translate");
|
|
34
27
|
i0.ɵɵpipe(2, "translate");
|
|
35
|
-
i0.ɵɵ
|
|
36
|
-
} if (rf & 2) {
|
|
37
|
-
const item_r9 = ctx.$implicit;
|
|
38
|
-
i0.ɵɵproperty("value", item_r9.key)("selected", item_r9.selected === true);
|
|
39
|
-
i0.ɵɵadvance(1);
|
|
40
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 3, item_r9.value));
|
|
41
|
-
} }
|
|
42
|
-
function InputRenderComponent_select_2_Template(rf, ctx) { if (rf & 1) {
|
|
43
|
-
const _r11 = i0.ɵɵgetCurrentView();
|
|
44
|
-
i0.ɵɵelementStart(0, "select", 5);
|
|
45
|
-
i0.ɵɵlistener("ngModelChange", function InputRenderComponent_select_2_Template_select_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.value = $event; })("ngModelChange", function InputRenderComponent_select_2_Template_select_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r12 = i0.ɵɵnextContext(); return ctx_r12.onChange($event); });
|
|
46
|
-
i0.ɵɵtemplate(1, InputRenderComponent_select_2_option_1_Template, 2, 2, "option", 6);
|
|
47
|
-
i0.ɵɵtemplate(2, InputRenderComponent_select_2_option_2_Template, 3, 5, "option", 7);
|
|
28
|
+
i0.ɵɵpipe(3, "translate");
|
|
48
29
|
i0.ɵɵelementEnd();
|
|
49
30
|
} if (rf & 2) {
|
|
50
31
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
51
|
-
i0.ɵɵproperty("id", ctx_r1.inputId)("ngModel", ctx_r1.value)("ngModelOptions", i0.ɵɵpureFunction0(
|
|
52
|
-
i0.ɵɵadvance(1);
|
|
53
|
-
i0.ɵɵproperty("ngIf", ctx_r1.schema.description);
|
|
54
|
-
i0.ɵɵadvance(1);
|
|
55
|
-
i0.ɵɵproperty("ngForOf", ctx_r1.schema.options);
|
|
32
|
+
i0.ɵɵproperty("id", ctx_r1.inputId)("ngModel", ctx_r1.value)("ngModelOptions", i0.ɵɵpureFunction0(18, _c0))("placeholder", ctx_r1.schema.description)("searchPlaceHolder", i0.ɵɵpipeBind1(1, 12, "COMPONENTS.SCHEMA.SELECT.SEARCH"))("clearText", i0.ɵɵpipeBind1(2, 14, "COMPONENTS.SCHEMA.SELECT.CLEAR"))("notFoundText", i0.ɵɵpipeBind1(3, 16, "COMPONENTS.SCHEMA.SELECT.NOT_FOUND"))("bindKey", "key")("bindValue", "value")("enabledSearch", true)("limitItens", 30)("data", ctx_r1.schema.options);
|
|
56
33
|
} }
|
|
57
34
|
function InputRenderComponent_number_input_3_Template(rf, ctx) { if (rf & 1) {
|
|
58
|
-
const
|
|
59
|
-
i0.ɵɵelementStart(0, "number-input",
|
|
60
|
-
i0.ɵɵlistener("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(
|
|
35
|
+
const _r11 = i0.ɵɵgetCurrentView();
|
|
36
|
+
i0.ɵɵelementStart(0, "number-input", 6);
|
|
37
|
+
i0.ɵɵlistener("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return ctx_r10.value = $event; })("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r12 = i0.ɵɵnextContext(); return ctx_r12.onChange($event); });
|
|
61
38
|
i0.ɵɵelementEnd();
|
|
62
39
|
} if (rf & 2) {
|
|
63
40
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
64
41
|
i0.ɵɵproperty("model", ctx_r2.value)("inputId", ctx_r2.inputId)("placeholder", ctx_r2.schema.description)("maxLength", ctx_r2.schema.maxLength);
|
|
65
42
|
} }
|
|
66
43
|
function InputRenderComponent_boolean_input_4_Template(rf, ctx) { if (rf & 1) {
|
|
67
|
-
const
|
|
68
|
-
i0.ɵɵelementStart(0, "boolean-input",
|
|
69
|
-
i0.ɵɵlistener("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(
|
|
44
|
+
const _r14 = i0.ɵɵgetCurrentView();
|
|
45
|
+
i0.ɵɵelementStart(0, "boolean-input", 6);
|
|
46
|
+
i0.ɵɵlistener("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(); return ctx_r13.value = $event; })("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r15 = i0.ɵɵnextContext(); return ctx_r15.onChange($event); });
|
|
70
47
|
i0.ɵɵelementEnd();
|
|
71
48
|
} if (rf & 2) {
|
|
72
49
|
const ctx_r3 = i0.ɵɵnextContext();
|
|
@@ -97,10 +74,10 @@ export class InputRenderComponent extends BaseSchemaComponent {
|
|
|
97
74
|
}
|
|
98
75
|
}
|
|
99
76
|
InputRenderComponent.ɵfac = function InputRenderComponent_Factory(t) { return ɵInputRenderComponent_BaseFactory(t || InputRenderComponent); };
|
|
100
|
-
InputRenderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: InputRenderComponent, selectors: [["input-render"]], inputs: { schema: "schema", modelPropertiesPath: "modelPropertiesPath", inputId: "inputId", editing: "editing" }, outputs: { onDropEvent: "onDropEvent" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 4, consts: [[1, "schema-input-container"], ["class", "form-control", "dndDropzone", "", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange", 4, "ngIf"], ["
|
|
77
|
+
InputRenderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: InputRenderComponent, selectors: [["input-render"]], inputs: { schema: "schema", modelPropertiesPath: "modelPropertiesPath", inputId: "inputId", editing: "editing" }, outputs: { onDropEvent: "onDropEvent" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 4, consts: [[1, "schema-input-container"], ["class", "form-control", "dndDropzone", "", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange", 4, "ngIf"], [3, "id", "ngModel", "ngModelOptions", "placeholder", "searchPlaceHolder", "clearText", "notFoundText", "bindKey", "bindValue", "enabledSearch", "limitItens", "data", "ngModelChange", 4, "ngIf"], ["dndDropzone", "", 3, "model", "inputId", "placeholder", "maxLength", "modelChange", 4, "ngIf"], ["dndDropzone", "", 1, "form-control", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange"], [3, "id", "ngModel", "ngModelOptions", "placeholder", "searchPlaceHolder", "clearText", "notFoundText", "bindKey", "bindValue", "enabledSearch", "limitItens", "data", "ngModelChange"], ["dndDropzone", "", 3, "model", "inputId", "placeholder", "maxLength", "modelChange"]], template: function InputRenderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
101
78
|
i0.ɵɵelementStart(0, "div", 0);
|
|
102
79
|
i0.ɵɵtemplate(1, InputRenderComponent_input_1_Template, 1, 7, "input", 1);
|
|
103
|
-
i0.ɵɵtemplate(2,
|
|
80
|
+
i0.ɵɵtemplate(2, InputRenderComponent_select_box_2_Template, 4, 19, "select-box", 2);
|
|
104
81
|
i0.ɵɵtemplate(3, InputRenderComponent_number_input_3_Template, 1, 4, "number-input", 3);
|
|
105
82
|
i0.ɵɵtemplate(4, InputRenderComponent_boolean_input_4_Template, 1, 4, "boolean-input", 3);
|
|
106
83
|
i0.ɵɵelementEnd();
|
|
@@ -113,7 +90,7 @@ InputRenderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: InputRenderComponent
|
|
|
113
90
|
i0.ɵɵproperty("ngIf", ctx.schema.type === "number");
|
|
114
91
|
i0.ɵɵadvance(1);
|
|
115
92
|
i0.ɵɵproperty("ngIf", ctx.schema.type === "boolean");
|
|
116
|
-
} }, directives: [i1.NgIf, i2.DefaultValueAccessor, i3.DndDropzoneDirective, i2.NgControlStatus, i2.NgModel, i2.MaxLengthValidator,
|
|
93
|
+
} }, directives: [i1.NgIf, i2.DefaultValueAccessor, i3.DndDropzoneDirective, i2.NgControlStatus, i2.NgModel, i2.MaxLengthValidator, i4.SelectBoxComponent, i5.NumberInputComponent, i6.BooleanInputComponent], pipes: [i7.TranslatePipe], styles: [""] });
|
|
117
94
|
const ɵInputRenderComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(InputRenderComponent);
|
|
118
95
|
/*@__PURE__*/ (function () { i0.ɵsetClassMetadata(InputRenderComponent, [{
|
|
119
96
|
type: Component,
|
|
@@ -133,4 +110,4 @@ const ɵInputRenderComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFact
|
|
|
133
110
|
}], onDropEvent: [{
|
|
134
111
|
type: Output
|
|
135
112
|
}] }); })();
|
|
136
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
113
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtcmVuZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2NoZW1hcy9zcmMvc2NoZW1hLWZvcm0vc2NoZW1hLWlucHV0L2lucHV0LXJlbmRlci9pbnB1dC1yZW5kZXIudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zY2hlbWFzL3NyYy9zY2hlbWEtZm9ybS9zY2hlbWEtaW5wdXQvaW5wdXQtcmVuZGVyL2lucHV0LXJlbmRlci5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBbUIsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3ZGLE9BQU8sRUFBQyxtQkFBbUIsRUFBQyxNQUFNLGdDQUFnQyxDQUFDOzs7Ozs7Ozs7Ozs7SUNBakUsZ0NBTUE7SUFITyxpTkFBbUIsc01BQUE7SUFIMUIsaUJBTUE7OztJQUxPLGtFQUFvQztJQURmLDhFQUF5RCx5QkFBQSw4Q0FBQSxzQkFBQSxzQ0FBQTs7OztJQU1yRixxQ0FlYTtJQWJYLDJOQUFtQixnTkFBQTs7OztJQWFyQixpQkFBYTs7O0lBZFgsbUNBQWMseUJBQUEsK0NBQUEsMENBQUEsK0VBQUEsc0VBQUEsNkVBQUEsa0JBQUEsc0JBQUEsdUJBQUEsa0JBQUEsK0JBQUE7Ozs7SUFnQmhCLHVDQUc4RDtJQUhoRCw4TkFBaUIsbU5BQUE7SUFHZ0IsaUJBQWU7OztJQUhoRCxvQ0FBaUIsMkJBQUEsMENBQUEsc0NBQUE7Ozs7SUFLL0Isd0NBR2dFO0lBSGpELGdPQUFpQixxTkFBQTtJQUdnQixpQkFBZ0I7OztJQUhqRCxvQ0FBaUIsMkJBQUEsMENBQUEsc0NBQUE7O0FEcEJsQyxNQUFNLE9BQU8sb0JBQXFCLFNBQVEsbUJBQW1CO0lBTDdEOztRQU9rQixXQUFNLEdBQVEsRUFBRSxDQUFDO1FBR2pCLFlBQU8sR0FBRyxLQUFLLENBQUM7UUFFZixnQkFBVyxHQUFHLElBQUksWUFBWSxFQUErQyxDQUFDO0tBcUJoRztJQWpCQyxrQkFBa0I7O1FBQ2hCLElBQUksT0FBQSxJQUFJLENBQUMsTUFBTSwwQ0FBRSxJQUFJLE1BQUssUUFBUSxJQUFJLE9BQUEsSUFBSSxDQUFDLE1BQU0sMENBQUUsSUFBSSxNQUFLLE9BQU8sRUFBRTtZQUNuRSxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sRUFBRTtnQkFDeEMsTUFBTSxNQUFNLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLENBQUMsSUFBUyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxLQUFLLElBQUksQ0FBQyxDQUFDO2dCQUNqRixJQUFJLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRTtvQkFDYixJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQztpQkFDOUI7YUFDRjtZQUNELElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQztTQUN6QjtJQUNILENBQUM7SUFFRCxRQUFRLENBQUMsTUFBVztRQUNsQixJQUFJLENBQUMsS0FBSyxHQUFHLE1BQU0sQ0FBQztRQUNwQixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDcEMsQ0FBQzs7cUhBMUJVLG9CQUFvQjt5REFBcEIsb0JBQW9CO1FDVGpDLDhCQUNFO1FBQUEseUVBTUE7UUFBQSxvRkFlQTtRQUVBLHVGQUcrQztRQUUvQyx5RkFHZ0Q7UUFDbEQsaUJBQU07O1FBOUJHLGVBQW1GO1FBQW5GLDhHQUFtRjtRQVN4RixlQUFrRDtRQUFsRCx5RUFBa0Q7UUFhdEMsZUFBZ0M7UUFBaEMsbURBQWdDO1FBSy9CLGVBQWlDO1FBQWpDLG9EQUFpQzs7aUZEckJyQyxvQkFBb0I7a0RBQXBCLG9CQUFvQjtjQUxoQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLGNBQWM7Z0JBQ3hCLFdBQVcsRUFBRSxtQkFBbUI7Z0JBQ2hDLFNBQVMsRUFBRSxDQUFDLHFCQUFxQixDQUFDO2FBQ25DO2dCQUdpQixNQUFNO2tCQUFyQixLQUFLO1lBQ1UsbUJBQW1CO2tCQUFsQyxLQUFLO1lBQ1UsT0FBTztrQkFBdEIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUs7WUFFVyxXQUFXO2tCQUEzQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtBZnRlckNvbnRlbnRJbml0LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0Jhc2VTY2hlbWFDb21wb25lbnR9IGZyb20gJy4uLy4uLy4uL2Jhc2Utc2NoZW1hLmNvbXBvbmVudCc7XG5pbXBvcnQge0RuZERyb3BFdmVudH0gZnJvbSAnbmd4LWRyYWctZHJvcCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lucHV0LXJlbmRlcicsXG4gIHRlbXBsYXRlVXJsOiAnaW5wdXQtcmVuZGVyLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9pbnB1dC1yZW5kZXIuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIElucHV0UmVuZGVyQ29tcG9uZW50IGV4dGVuZHMgQmFzZVNjaGVtYUNvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQge1xuXG4gIEBJbnB1dCgpIHB1YmxpYyBzY2hlbWE6IGFueSA9IHt9O1xuICBASW5wdXQoKSBwdWJsaWMgbW9kZWxQcm9wZXJ0aWVzUGF0aDogc3RyaW5nIHwgdW5kZWZpbmVkO1xuICBASW5wdXQoKSBwdWJsaWMgaW5wdXRJZDogc3RyaW5nIHwgdW5kZWZpbmVkO1xuICBASW5wdXQoKSBwdWJsaWMgZWRpdGluZyA9IGZhbHNlO1xuXG4gIEBPdXRwdXQoKSBwdWJsaWMgb25Ecm9wRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyPHsgJGV2ZW50OiBEbmREcm9wRXZlbnQsIG1vZGVsRWxlbWVudDogYW55IH0+KCk7XG5cbiAgdmFsdWU6IHN0cmluZyB8IHVuZGVmaW5lZDtcblxuICBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuc2NoZW1hPy50eXBlICE9PSAnb2JqZWN0JyAmJiB0aGlzLnNjaGVtYT8udHlwZSAhPT0gJ2FycmF5Jykge1xuICAgICAgaWYgKCF0aGlzLmVkaXRpbmcgJiYgdGhpcy5zY2hlbWEub3B0aW9ucykge1xuICAgICAgICBjb25zdCAkZXZlbnQgPSB0aGlzLnNjaGVtYS5vcHRpb25zLmZpbHRlcigoaXRlbTogYW55KSA9PiBpdGVtLnNlbGVjdGVkID09PSB0cnVlKTtcbiAgICAgICAgaWYgKCRldmVudFswXSkge1xuICAgICAgICAgIHRoaXMub25DaGFuZ2UoJGV2ZW50WzBdLmtleSk7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIHRoaXMudmFsdWUgPSB0aGlzLm1vZGVsO1xuICAgIH1cbiAgfVxuXG4gIG9uQ2hhbmdlKCRldmVudDogYW55KTogdm9pZCB7XG4gICAgdGhpcy5tb2RlbCA9ICRldmVudDtcbiAgICB0aGlzLm1vZGVsQ2hhbmdlLmVtaXQodGhpcy5tb2RlbCk7XG4gIH1cblxufVxuIiwiPGRpdiBjbGFzcz1cInNjaGVtYS1pbnB1dC1jb250YWluZXJcIj5cbiAgPGlucHV0IGNsYXNzPVwiZm9ybS1jb250cm9sXCIgW3R5cGVdPVwic2NoZW1hLnR5cGUgPT09ICdwYXNzd29yZCcgPyAncGFzc3dvcmQnIDogJ3RleHQnXCJcbiAgICAgICAgIHBsYWNlaG9sZGVyPVwie3tzY2hlbWEuZGVzY3JpcHRpb259fVwiXG4gICAgICAgICAqbmdJZj1cIihzY2hlbWEudHlwZSA9PT0gJ3N0cmluZycgfHwgc2NoZW1hLnR5cGUgPT09ICdwYXNzd29yZCcpICYmICFzY2hlbWEub3B0aW9uc1wiXG4gICAgICAgICBbKG5nTW9kZWwpXT1cInZhbHVlXCIgW25nTW9kZWxPcHRpb25zXT1cIntzdGFuZGFsb25lOiB0cnVlfVwiIChuZ01vZGVsQ2hhbmdlKT1cIm9uQ2hhbmdlKCRldmVudClcIlxuICAgICAgICAgZG5kRHJvcHpvbmUgW2lkXT1cImlucHV0SWRcIiBbbWF4bGVuZ3RoXT1cInNjaGVtYS5tYXhMZW5ndGhcIi8+XG5cbiAgPHNlbGVjdC1ib3hcbiAgICBbaWRdPVwiaW5wdXRJZFwiXG4gICAgWyhuZ01vZGVsKV09XCJ2YWx1ZVwiXG4gICAgKG5nTW9kZWxDaGFuZ2UpPVwib25DaGFuZ2UoJGV2ZW50KVwiXG4gICAgW25nTW9kZWxPcHRpb25zXT1cIntzdGFuZGFsb25lOiB0cnVlfVwiXG4gICAgKm5nSWY9XCJzY2hlbWEudHlwZSA9PT0gJ3N0cmluZycgJiYgc2NoZW1hLm9wdGlvbnNcIlxuICAgIFtwbGFjZWhvbGRlcl09XCJzY2hlbWEuZGVzY3JpcHRpb25cIlxuICAgIFtzZWFyY2hQbGFjZUhvbGRlcl09XCInQ09NUE9ORU5UUy5TQ0hFTUEuU0VMRUNULlNFQVJDSCcgfCB0cmFuc2xhdGVcIlxuICAgIFtjbGVhclRleHRdPVwiJ0NPTVBPTkVOVFMuU0NIRU1BLlNFTEVDVC5DTEVBUicgfCB0cmFuc2xhdGVcIlxuICAgIFtub3RGb3VuZFRleHRdPVwiJ0NPTVBPTkVOVFMuU0NIRU1BLlNFTEVDVC5OT1RfRk9VTkQnIHwgdHJhbnNsYXRlXCJcbiAgICBbYmluZEtleV09XCIna2V5J1wiXG4gICAgW2JpbmRWYWx1ZV09XCIndmFsdWUnXCJcbiAgICBbZW5hYmxlZFNlYXJjaF09XCJ0cnVlXCJcbiAgICBbbGltaXRJdGVuc109XCIzMFwiXG4gICAgW2RhdGFdPVwic2NoZW1hLm9wdGlvbnNcIj5cbiAgPC9zZWxlY3QtYm94PlxuXG4gIDxudW1iZXItaW5wdXQgWyhtb2RlbCldPVwidmFsdWVcIiBbaW5wdXRJZF09XCJpbnB1dElkXCJcbiAgICAgICAgICAgICAgICAqbmdJZj1cInNjaGVtYS50eXBlID09PSAnbnVtYmVyJ1wiIGRuZERyb3B6b25lXG4gICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cInNjaGVtYS5kZXNjcmlwdGlvblwiIFttYXhMZW5ndGhdPVwic2NoZW1hLm1heExlbmd0aFwiXG4gICAgICAgICAgICAgICAgKG1vZGVsQ2hhbmdlKT1cIm9uQ2hhbmdlKCRldmVudClcIj48L251bWJlci1pbnB1dD5cblxuICA8Ym9vbGVhbi1pbnB1dCBbKG1vZGVsKV09XCJ2YWx1ZVwiIFtpbnB1dElkXT1cImlucHV0SWRcIlxuICAgICAgICAgICAgICAgICAqbmdJZj1cInNjaGVtYS50eXBlID09PSAnYm9vbGVhbidcIiBkbmREcm9wem9uZVxuICAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwic2NoZW1hLmRlc2NyaXB0aW9uXCIgW21heExlbmd0aF09XCJzY2hlbWEubWF4TGVuZ3RoXCJcbiAgICAgICAgICAgICAgICAgKG1vZGVsQ2hhbmdlKT1cIm9uQ2hhbmdlKCRldmVudClcIj48L2Jvb2xlYW4taW5wdXQ+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -73,7 +73,7 @@ SchemaFormRenderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: SchemaFormRende
|
|
|
73
73
|
i0.ɵɵtemplate(0, SchemaFormRenderComponent_div_0_Template, 3, 5, "div", 0);
|
|
74
74
|
} if (rf & 2) {
|
|
75
75
|
i0.ɵɵproperty("ngIf", ctx.loaded);
|
|
76
|
-
} }, directives: [i1.NgIf, i2.SchemaFormComponent, i1.NgForOf, i3.SchemaCustomAttributesComponent], pipes: [i4.TranslatePipe], styles: [""] });
|
|
76
|
+
} }, directives: [i1.NgIf, i2.SchemaFormComponent, i1.NgForOf, i3.SchemaCustomAttributesComponent], pipes: [i4.TranslatePipe], styles: [".schema[_ngcontent-%COMP%] .info-label{display:block}.schema[_ngcontent-%COMP%] input.form-control{background:#fff;border:1px solid #ddd;border-radius:3px;padding:11px;width:100%}.schema[_ngcontent-%COMP%] select.form-control{border:1px solid #ddd;border-radius:4px;color:#777;cursor:pointer;padding:11px;width:100%}.schema[_ngcontent-%COMP%] .btn-outline-primary{background:var(--color-primary);border:1px solid var(--color-secondary);border-radius:4px;color:var(--color-secondary);cursor:pointer;padding:5px 15px}.schema[_ngcontent-%COMP%] .btn-outline-primary:hover{background:var(--color-primary-hover)}.schema[_ngcontent-%COMP%] .subsection-item-title, .schema[_ngcontent-%COMP%] array-session .subsection-element{color:var(--color-primary)}"] });
|
|
77
77
|
const ɵSchemaFormRenderComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(SchemaFormRenderComponent);
|
|
78
78
|
/*@__PURE__*/ (function () { i0.ɵsetClassMetadata(SchemaFormRenderComponent, [{
|
|
79
79
|
type: Component,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { EventEmitter, ɵɵdefineComponent, ɵsetClassMetadata, Component, Input, Output, ɵɵgetCurrentView, ɵɵelementStart, ɵɵtext, ɵɵelementEnd, ɵɵlistener, ɵɵrestoreView, ɵɵnextContext, ɵɵadvance, ɵɵproperty, ɵɵpureFunction0, ɵɵelementContainer, ɵɵpipe, ɵɵtemplate, ɵɵtextInterpolate2, ɵɵpipeBind1, ɵɵpureFunction1, ɵɵpureFunction3, ɵɵtextInterpolate, ɵɵcontentQuery, TemplateRef, ɵɵqueryRefresh, ɵɵloadQuery, ɵɵInheritDefinitionFeature, ɵɵgetInheritedFactory, ContentChild, ɵɵelement, ɵɵtextInterpolate1, ɵɵtemplateRefExtractor, ɵɵreference, ɵɵpropertyInterpolate, ɵɵprojectionDef, ɵɵprojection, ɵɵinject, ɵɵdefineInjectable, Injectable, ɵɵdefineNgModule, ɵɵdefineInjector, ɵɵsetNgModuleScope, NgModule, ɵɵsetComponentScope } from '@angular/core';
|
|
2
2
|
import { NgForOf, NgIf, NgTemplateOutlet, NgClass, CommonModule, NgComponentOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase, AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, TitleCasePipe, CurrencyPipe, DatePipe, I18nPluralPipe, I18nSelectPipe, KeyValuePipe } from '@angular/common';
|
|
3
|
-
import { DefaultValueAccessor, NgControlStatus, NgModel, MaxLengthValidator,
|
|
3
|
+
import { DefaultValueAccessor, NgControlStatus, NgModel, MaxLengthValidator, FormsModule, ɵangular_packages_forms_forms_y, NgSelectOption, ɵangular_packages_forms_forms_x, NumberValueAccessor, RangeValueAccessor, CheckboxControlValueAccessor, SelectControlValueAccessor, SelectMultipleControlValueAccessor, RadioControlValueAccessor, NgControlStatusGroup, RequiredValidator, MinLengthValidator, PatternValidator, CheckboxRequiredValidator, EmailValidator, NgModelGroup, NgForm, FormControl, Validators } from '@angular/forms';
|
|
4
4
|
import { TranslatePipe, TranslateService, TranslateModule, TranslateDirective } from '@ngx-translate/core';
|
|
5
5
|
import { MatTooltip, MatTooltipModule, TooltipComponent } from '@angular/material/tooltip';
|
|
6
6
|
import { DndDropzoneDirective, DndModule, DndDraggableDirective, DndHandleDirective, DndPlaceholderRefDirective, DndDragImageRefDirective } from 'ngx-drag-drop';
|
|
7
|
+
import { SelectBoxComponent, InputsModule, SelectEnumComponent, InputTextComponent, InputPasswordComponent, InputAvatarComponent, InputFileComponent, CustomSelectComponent, FieldComponent } from '@apipass/inputs';
|
|
7
8
|
import { __awaiter } from 'tslib';
|
|
8
|
-
import { InputsModule, SelectBoxComponent, SelectEnumComponent, InputTextComponent, InputPasswordComponent, InputAvatarComponent, InputFileComponent, CustomSelectComponent, FieldComponent } from '@apipass/inputs';
|
|
9
9
|
import { Dir } from '@angular/cdk/bidi';
|
|
10
10
|
import { CdkScrollable } from '@angular/cdk/scrolling';
|
|
11
11
|
|
|
@@ -777,55 +777,31 @@ function InputRenderComponent_input_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
777
777
|
ɵɵpropertyInterpolate("placeholder", ctx_r0.schema.description);
|
|
778
778
|
ɵɵproperty("type", ctx_r0.schema.type === "password" ? "password" : "text")("ngModel", ctx_r0.value)("ngModelOptions", ɵɵpureFunction0(6, _c0$6))("id", ctx_r0.inputId)("maxlength", ctx_r0.schema.maxLength);
|
|
779
779
|
} }
|
|
780
|
-
function
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
const ctx_r7 = ɵɵnextContext(2);
|
|
786
|
-
ɵɵproperty("value", undefined);
|
|
787
|
-
ɵɵadvance(1);
|
|
788
|
-
ɵɵtextInterpolate1(" ", ctx_r7.schema.description, " ");
|
|
789
|
-
} }
|
|
790
|
-
function InputRenderComponent_select_2_option_2_Template(rf, ctx) { if (rf & 1) {
|
|
791
|
-
ɵɵelementStart(0, "option", 9);
|
|
792
|
-
ɵɵtext(1);
|
|
780
|
+
function InputRenderComponent_select_box_2_Template(rf, ctx) { if (rf & 1) {
|
|
781
|
+
const _r8 = ɵɵgetCurrentView();
|
|
782
|
+
ɵɵelementStart(0, "select-box", 5);
|
|
783
|
+
ɵɵlistener("ngModelChange", function InputRenderComponent_select_box_2_Template_select_box_ngModelChange_0_listener($event) { ɵɵrestoreView(_r8); const ctx_r7 = ɵɵnextContext(); return ctx_r7.value = $event; })("ngModelChange", function InputRenderComponent_select_box_2_Template_select_box_ngModelChange_0_listener($event) { ɵɵrestoreView(_r8); const ctx_r9 = ɵɵnextContext(); return ctx_r9.onChange($event); });
|
|
784
|
+
ɵɵpipe(1, "translate");
|
|
793
785
|
ɵɵpipe(2, "translate");
|
|
794
|
-
|
|
795
|
-
} if (rf & 2) {
|
|
796
|
-
const item_r9 = ctx.$implicit;
|
|
797
|
-
ɵɵproperty("value", item_r9.key)("selected", item_r9.selected === true);
|
|
798
|
-
ɵɵadvance(1);
|
|
799
|
-
ɵɵtextInterpolate(ɵɵpipeBind1(2, 3, item_r9.value));
|
|
800
|
-
} }
|
|
801
|
-
function InputRenderComponent_select_2_Template(rf, ctx) { if (rf & 1) {
|
|
802
|
-
const _r11 = ɵɵgetCurrentView();
|
|
803
|
-
ɵɵelementStart(0, "select", 5);
|
|
804
|
-
ɵɵlistener("ngModelChange", function InputRenderComponent_select_2_Template_select_ngModelChange_0_listener($event) { ɵɵrestoreView(_r11); const ctx_r10 = ɵɵnextContext(); return ctx_r10.value = $event; })("ngModelChange", function InputRenderComponent_select_2_Template_select_ngModelChange_0_listener($event) { ɵɵrestoreView(_r11); const ctx_r12 = ɵɵnextContext(); return ctx_r12.onChange($event); });
|
|
805
|
-
ɵɵtemplate(1, InputRenderComponent_select_2_option_1_Template, 2, 2, "option", 6);
|
|
806
|
-
ɵɵtemplate(2, InputRenderComponent_select_2_option_2_Template, 3, 5, "option", 7);
|
|
786
|
+
ɵɵpipe(3, "translate");
|
|
807
787
|
ɵɵelementEnd();
|
|
808
788
|
} if (rf & 2) {
|
|
809
789
|
const ctx_r1 = ɵɵnextContext();
|
|
810
|
-
ɵɵproperty("id", ctx_r1.inputId)("ngModel", ctx_r1.value)("ngModelOptions", ɵɵpureFunction0(
|
|
811
|
-
ɵɵadvance(1);
|
|
812
|
-
ɵɵproperty("ngIf", ctx_r1.schema.description);
|
|
813
|
-
ɵɵadvance(1);
|
|
814
|
-
ɵɵproperty("ngForOf", ctx_r1.schema.options);
|
|
790
|
+
ɵɵproperty("id", ctx_r1.inputId)("ngModel", ctx_r1.value)("ngModelOptions", ɵɵpureFunction0(18, _c0$6))("placeholder", ctx_r1.schema.description)("searchPlaceHolder", ɵɵpipeBind1(1, 12, "COMPONENTS.SCHEMA.SELECT.SEARCH"))("clearText", ɵɵpipeBind1(2, 14, "COMPONENTS.SCHEMA.SELECT.CLEAR"))("notFoundText", ɵɵpipeBind1(3, 16, "COMPONENTS.SCHEMA.SELECT.NOT_FOUND"))("bindKey", "key")("bindValue", "value")("enabledSearch", true)("limitItens", 30)("data", ctx_r1.schema.options);
|
|
815
791
|
} }
|
|
816
792
|
function InputRenderComponent_number_input_3_Template(rf, ctx) { if (rf & 1) {
|
|
817
|
-
const
|
|
818
|
-
ɵɵelementStart(0, "number-input",
|
|
819
|
-
ɵɵlistener("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { ɵɵrestoreView(
|
|
793
|
+
const _r11 = ɵɵgetCurrentView();
|
|
794
|
+
ɵɵelementStart(0, "number-input", 6);
|
|
795
|
+
ɵɵlistener("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { ɵɵrestoreView(_r11); const ctx_r10 = ɵɵnextContext(); return ctx_r10.value = $event; })("modelChange", function InputRenderComponent_number_input_3_Template_number_input_modelChange_0_listener($event) { ɵɵrestoreView(_r11); const ctx_r12 = ɵɵnextContext(); return ctx_r12.onChange($event); });
|
|
820
796
|
ɵɵelementEnd();
|
|
821
797
|
} if (rf & 2) {
|
|
822
798
|
const ctx_r2 = ɵɵnextContext();
|
|
823
799
|
ɵɵproperty("model", ctx_r2.value)("inputId", ctx_r2.inputId)("placeholder", ctx_r2.schema.description)("maxLength", ctx_r2.schema.maxLength);
|
|
824
800
|
} }
|
|
825
801
|
function InputRenderComponent_boolean_input_4_Template(rf, ctx) { if (rf & 1) {
|
|
826
|
-
const
|
|
827
|
-
ɵɵelementStart(0, "boolean-input",
|
|
828
|
-
ɵɵlistener("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { ɵɵrestoreView(
|
|
802
|
+
const _r14 = ɵɵgetCurrentView();
|
|
803
|
+
ɵɵelementStart(0, "boolean-input", 6);
|
|
804
|
+
ɵɵlistener("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { ɵɵrestoreView(_r14); const ctx_r13 = ɵɵnextContext(); return ctx_r13.value = $event; })("modelChange", function InputRenderComponent_boolean_input_4_Template_boolean_input_modelChange_0_listener($event) { ɵɵrestoreView(_r14); const ctx_r15 = ɵɵnextContext(); return ctx_r15.onChange($event); });
|
|
829
805
|
ɵɵelementEnd();
|
|
830
806
|
} if (rf & 2) {
|
|
831
807
|
const ctx_r3 = ɵɵnextContext();
|
|
@@ -856,10 +832,10 @@ class InputRenderComponent extends BaseSchemaComponent {
|
|
|
856
832
|
}
|
|
857
833
|
}
|
|
858
834
|
InputRenderComponent.ɵfac = function InputRenderComponent_Factory(t) { return ɵInputRenderComponent_BaseFactory(t || InputRenderComponent); };
|
|
859
|
-
InputRenderComponent.ɵcmp = ɵɵdefineComponent({ type: InputRenderComponent, selectors: [["input-render"]], inputs: { schema: "schema", modelPropertiesPath: "modelPropertiesPath", inputId: "inputId", editing: "editing" }, outputs: { onDropEvent: "onDropEvent" }, features: [ɵɵInheritDefinitionFeature], decls: 5, vars: 4, consts: [[1, "schema-input-container"], ["class", "form-control", "dndDropzone", "", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange", 4, "ngIf"], ["
|
|
835
|
+
InputRenderComponent.ɵcmp = ɵɵdefineComponent({ type: InputRenderComponent, selectors: [["input-render"]], inputs: { schema: "schema", modelPropertiesPath: "modelPropertiesPath", inputId: "inputId", editing: "editing" }, outputs: { onDropEvent: "onDropEvent" }, features: [ɵɵInheritDefinitionFeature], decls: 5, vars: 4, consts: [[1, "schema-input-container"], ["class", "form-control", "dndDropzone", "", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange", 4, "ngIf"], [3, "id", "ngModel", "ngModelOptions", "placeholder", "searchPlaceHolder", "clearText", "notFoundText", "bindKey", "bindValue", "enabledSearch", "limitItens", "data", "ngModelChange", 4, "ngIf"], ["dndDropzone", "", 3, "model", "inputId", "placeholder", "maxLength", "modelChange", 4, "ngIf"], ["dndDropzone", "", 1, "form-control", 3, "type", "placeholder", "ngModel", "ngModelOptions", "id", "maxlength", "ngModelChange"], [3, "id", "ngModel", "ngModelOptions", "placeholder", "searchPlaceHolder", "clearText", "notFoundText", "bindKey", "bindValue", "enabledSearch", "limitItens", "data", "ngModelChange"], ["dndDropzone", "", 3, "model", "inputId", "placeholder", "maxLength", "modelChange"]], template: function InputRenderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
860
836
|
ɵɵelementStart(0, "div", 0);
|
|
861
837
|
ɵɵtemplate(1, InputRenderComponent_input_1_Template, 1, 7, "input", 1);
|
|
862
|
-
ɵɵtemplate(2,
|
|
838
|
+
ɵɵtemplate(2, InputRenderComponent_select_box_2_Template, 4, 19, "select-box", 2);
|
|
863
839
|
ɵɵtemplate(3, InputRenderComponent_number_input_3_Template, 1, 4, "number-input", 3);
|
|
864
840
|
ɵɵtemplate(4, InputRenderComponent_boolean_input_4_Template, 1, 4, "boolean-input", 3);
|
|
865
841
|
ɵɵelementEnd();
|
|
@@ -872,7 +848,7 @@ InputRenderComponent.ɵcmp = ɵɵdefineComponent({ type: InputRenderComponent, s
|
|
|
872
848
|
ɵɵproperty("ngIf", ctx.schema.type === "number");
|
|
873
849
|
ɵɵadvance(1);
|
|
874
850
|
ɵɵproperty("ngIf", ctx.schema.type === "boolean");
|
|
875
|
-
} }, directives: [NgIf, DefaultValueAccessor, DndDropzoneDirective, NgControlStatus, NgModel, MaxLengthValidator,
|
|
851
|
+
} }, directives: [NgIf, DefaultValueAccessor, DndDropzoneDirective, NgControlStatus, NgModel, MaxLengthValidator, SelectBoxComponent, NumberInputComponent, BooleanInputComponent], pipes: [TranslatePipe], styles: [""] });
|
|
876
852
|
const ɵInputRenderComponent_BaseFactory = /*@__PURE__*/ ɵɵgetInheritedFactory(InputRenderComponent);
|
|
877
853
|
/*@__PURE__*/ (function () { ɵsetClassMetadata(InputRenderComponent, [{
|
|
878
854
|
type: Component,
|
|
@@ -1222,7 +1198,7 @@ SchemaFormRenderComponent.ɵcmp = ɵɵdefineComponent({ type: SchemaFormRenderCo
|
|
|
1222
1198
|
ɵɵtemplate(0, SchemaFormRenderComponent_div_0_Template, 3, 5, "div", 0);
|
|
1223
1199
|
} if (rf & 2) {
|
|
1224
1200
|
ɵɵproperty("ngIf", ctx.loaded);
|
|
1225
|
-
} }, directives: [NgIf, SchemaFormComponent, NgForOf, SchemaCustomAttributesComponent], pipes: [TranslatePipe], styles: [""] });
|
|
1201
|
+
} }, directives: [NgIf, SchemaFormComponent, NgForOf, SchemaCustomAttributesComponent], pipes: [TranslatePipe], styles: [".schema[_ngcontent-%COMP%] .info-label{display:block}.schema[_ngcontent-%COMP%] input.form-control{background:#fff;border:1px solid #ddd;border-radius:3px;padding:11px;width:100%}.schema[_ngcontent-%COMP%] select.form-control{border:1px solid #ddd;border-radius:4px;color:#777;cursor:pointer;padding:11px;width:100%}.schema[_ngcontent-%COMP%] .btn-outline-primary{background:var(--color-primary);border:1px solid var(--color-secondary);border-radius:4px;color:var(--color-secondary);cursor:pointer;padding:5px 15px}.schema[_ngcontent-%COMP%] .btn-outline-primary:hover{background:var(--color-primary-hover)}.schema[_ngcontent-%COMP%] .subsection-item-title, .schema[_ngcontent-%COMP%] array-session .subsection-element{color:var(--color-primary)}"] });
|
|
1226
1202
|
const ɵSchemaFormRenderComponent_BaseFactory = /*@__PURE__*/ ɵɵgetInheritedFactory(SchemaFormRenderComponent);
|
|
1227
1203
|
/*@__PURE__*/ (function () { ɵsetClassMetadata(SchemaFormRenderComponent, [{
|
|
1228
1204
|
type: Component,
|