@ng-formworks/core 19.6.3 → 20.6.3
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 +2 -1
- package/fesm2022/ng-formworks-core.mjs +209 -209
- package/fesm2022/ng-formworks-core.mjs.map +1 -1
- package/index.d.ts +2772 -3
- package/package.json +11 -6
- package/lib/framework-library/framework-library.service.d.ts +0 -53
- package/lib/framework-library/framework.d.ts +0 -13
- package/lib/framework-library/no-framework.component.d.ts +0 -8
- package/lib/framework-library/no-framework.module.d.ts +0 -9
- package/lib/framework-library/no.framework.d.ts +0 -10
- package/lib/json-schema-form.component.d.ts +0 -225
- package/lib/json-schema-form.module.d.ts +0 -11
- package/lib/json-schema-form.service.d.ts +0 -150
- package/lib/locale/de-validation-messages.d.ts +0 -1
- package/lib/locale/en-validation-messages.d.ts +0 -1
- package/lib/locale/es-validation-messages.d.ts +0 -1
- package/lib/locale/fr-validation-messages.d.ts +0 -1
- package/lib/locale/index.d.ts +0 -7
- package/lib/locale/it-validation-messages.d.ts +0 -1
- package/lib/locale/pt-validation-messages.d.ts +0 -1
- package/lib/locale/zh-validation-messages.d.ts +0 -1
- package/lib/shared/convert-schema-to-draft6.function.d.ts +0 -21
- package/lib/shared/form-group.functions.d.ts +0 -128
- package/lib/shared/format-regex.constants.d.ts +0 -20
- package/lib/shared/index.d.ts +0 -9
- package/lib/shared/json-schema.functions.d.ts +0 -214
- package/lib/shared/json.validators.d.ts +0 -441
- package/lib/shared/jsonpointer.functions.d.ts +0 -416
- package/lib/shared/layout.functions.d.ts +0 -83
- package/lib/shared/merge-schemas.function.d.ts +0 -19
- package/lib/shared/utility.functions.d.ts +0 -180
- package/lib/shared/validator.functions.d.ts +0 -364
- package/lib/widget-library/add-reference.component.d.ts +0 -18
- package/lib/widget-library/button.component.d.ts +0 -20
- package/lib/widget-library/checkbox.component.d.ts +0 -23
- package/lib/widget-library/checkboxes.component.d.ts +0 -24
- package/lib/widget-library/element-attribute.directive.d.ts +0 -13
- package/lib/widget-library/file.component.d.ts +0 -20
- package/lib/widget-library/hidden.component.d.ts +0 -18
- package/lib/widget-library/index.d.ts +0 -29
- package/lib/widget-library/input.component.d.ts +0 -22
- package/lib/widget-library/message.component.d.ts +0 -13
- package/lib/widget-library/none.component.d.ts +0 -8
- package/lib/widget-library/number.component.d.ts +0 -27
- package/lib/widget-library/one-of.component.d.ts +0 -21
- package/lib/widget-library/orderable.directive.d.ts +0 -41
- package/lib/widget-library/radios.component.d.ts +0 -22
- package/lib/widget-library/root.component.d.ts +0 -23
- package/lib/widget-library/section.component.d.ts +0 -17
- package/lib/widget-library/select-framework.component.d.ts +0 -15
- package/lib/widget-library/select-widget.component.d.ts +0 -15
- package/lib/widget-library/select.component.d.ts +0 -25
- package/lib/widget-library/selectcheckbox.component.d.ts +0 -55
- package/lib/widget-library/submit.component.d.ts +0 -22
- package/lib/widget-library/tab.component.d.ts +0 -12
- package/lib/widget-library/tabs.component.d.ts +0 -18
- package/lib/widget-library/template.component.d.ts +0 -15
- package/lib/widget-library/textarea.component.d.ts +0 -20
- package/lib/widget-library/widget-library.module.d.ts +0 -34
- package/lib/widget-library/widget-library.service.d.ts +0 -22
- package/public_api.d.ts +0 -9
|
@@ -29,10 +29,10 @@ class Framework {
|
|
|
29
29
|
this.stylesheets = [];
|
|
30
30
|
this.scripts = [];
|
|
31
31
|
}
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
33
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: Framework, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
33
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: Framework }); }
|
|
34
34
|
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: Framework, decorators: [{
|
|
36
36
|
type: Injectable
|
|
37
37
|
}] });
|
|
38
38
|
|
|
@@ -2473,10 +2473,10 @@ class JsonPointer {
|
|
|
2473
2473
|
}
|
|
2474
2474
|
console.error('parseObjectPath error: Input object path must be a string.');
|
|
2475
2475
|
}
|
|
2476
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2477
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2476
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonPointer, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2477
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonPointer }); }
|
|
2478
2478
|
}
|
|
2479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonPointer, decorators: [{
|
|
2480
2480
|
type: Injectable
|
|
2481
2481
|
}] });
|
|
2482
2482
|
|
|
@@ -7818,10 +7818,10 @@ class JsonSchemaFormService {
|
|
|
7818
7818
|
JsonPointer.remove(this.layout, this.getLayoutPointer(ctx));
|
|
7819
7819
|
return true;
|
|
7820
7820
|
}
|
|
7821
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7822
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7821
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7822
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormService }); }
|
|
7823
7823
|
}
|
|
7824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormService, decorators: [{
|
|
7825
7825
|
type: Injectable
|
|
7826
7826
|
}], ctorParameters: () => [] });
|
|
7827
7827
|
|
|
@@ -7829,10 +7829,10 @@ class SelectWidgetComponent {
|
|
|
7829
7829
|
constructor() {
|
|
7830
7830
|
this.jsf = inject(JsonSchemaFormService);
|
|
7831
7831
|
this.newComponent = null;
|
|
7832
|
-
this.layoutNode = input(undefined);
|
|
7833
|
-
this.layoutIndex = input(undefined);
|
|
7834
|
-
this.dataIndex = input(undefined);
|
|
7835
|
-
this.widgetContainer = viewChild('widgetContainer', { read: ViewContainerRef });
|
|
7832
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
7833
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
7834
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
7835
|
+
this.widgetContainer = viewChild('widgetContainer', ...(ngDevMode ? [{ debugName: "widgetContainer", read: ViewContainerRef }] : [{ read: ViewContainerRef }]));
|
|
7836
7836
|
}
|
|
7837
7837
|
ngOnInit() {
|
|
7838
7838
|
this.updateComponent();
|
|
@@ -7851,10 +7851,10 @@ class SelectWidgetComponent {
|
|
|
7851
7851
|
}
|
|
7852
7852
|
}
|
|
7853
7853
|
}
|
|
7854
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7855
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "
|
|
7854
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SelectWidgetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7855
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.6", type: SelectWidgetComponent, isStandalone: false, selector: "select-widget-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "widgetContainer", first: true, predicate: ["widgetContainer"], descendants: true, read: ViewContainerRef, isSignal: true }], usesOnChanges: true, ngImport: i0, template: `<div #widgetContainer></div>`, isInline: true }); }
|
|
7856
7856
|
}
|
|
7857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7857
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SelectWidgetComponent, decorators: [{
|
|
7858
7858
|
type: Component,
|
|
7859
7859
|
args: [{
|
|
7860
7860
|
// tslint:disable-next-line:component-selector
|
|
@@ -7866,14 +7866,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
7866
7866
|
|
|
7867
7867
|
class NoFrameworkComponent {
|
|
7868
7868
|
constructor() {
|
|
7869
|
-
this.layoutNode = input(undefined);
|
|
7870
|
-
this.layoutIndex = input(undefined);
|
|
7871
|
-
this.dataIndex = input(undefined);
|
|
7869
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
7870
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
7871
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
7872
7872
|
}
|
|
7873
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7874
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
7873
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoFrameworkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7874
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: NoFrameworkComponent, isStandalone: false, selector: "no-framework", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<select-widget-widget [dataIndex]=\"dataIndex()\" [layoutIndex]=\"layoutIndex()\" [layoutNode]=\"layoutNode()\">\r\n</select-widget-widget>", dependencies: [{ kind: "component", type: SelectWidgetComponent, selector: "select-widget-widget", inputs: ["layoutNode", "layoutIndex", "dataIndex"] }] }); }
|
|
7875
7875
|
}
|
|
7876
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoFrameworkComponent, decorators: [{
|
|
7877
7877
|
type: Component,
|
|
7878
7878
|
args: [{ selector: 'no-framework', standalone: false, template: "<select-widget-widget [dataIndex]=\"dataIndex()\" [layoutIndex]=\"layoutIndex()\" [layoutNode]=\"layoutNode()\">\r\n</select-widget-widget>" }]
|
|
7879
7879
|
}] });
|
|
@@ -7886,10 +7886,10 @@ class NoFramework extends Framework {
|
|
|
7886
7886
|
this.text = 'None (plain HTML)';
|
|
7887
7887
|
this.framework = NoFrameworkComponent;
|
|
7888
7888
|
}
|
|
7889
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7890
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7889
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoFramework, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7890
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoFramework }); }
|
|
7891
7891
|
}
|
|
7892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoFramework, decorators: [{
|
|
7893
7893
|
type: Injectable
|
|
7894
7894
|
}] });
|
|
7895
7895
|
|
|
@@ -7911,10 +7911,10 @@ class ElementAttributeDirective {
|
|
|
7911
7911
|
}
|
|
7912
7912
|
}
|
|
7913
7913
|
}
|
|
7914
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7915
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
7914
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ElementAttributeDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
7915
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.6", type: ElementAttributeDirective, isStandalone: false, selector: "[attributes]", inputs: { attributes: "attributes" }, usesOnChanges: true, ngImport: i0 }); }
|
|
7916
7916
|
}
|
|
7917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ElementAttributeDirective, decorators: [{
|
|
7918
7918
|
type: Directive,
|
|
7919
7919
|
args: [{
|
|
7920
7920
|
selector: '[attributes]',
|
|
@@ -7927,9 +7927,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
7927
7927
|
class AddReferenceComponent {
|
|
7928
7928
|
constructor() {
|
|
7929
7929
|
this.jsf = inject(JsonSchemaFormService);
|
|
7930
|
-
this.layoutNode = input(undefined);
|
|
7931
|
-
this.layoutIndex = input(undefined);
|
|
7932
|
-
this.dataIndex = input(undefined);
|
|
7930
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
7931
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
7932
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
7933
7933
|
}
|
|
7934
7934
|
ngOnInit() {
|
|
7935
7935
|
this.options = this.layoutNode().options || {};
|
|
@@ -7951,8 +7951,8 @@ class AddReferenceComponent {
|
|
|
7951
7951
|
return parent.layoutNode.add ||
|
|
7952
7952
|
this.jsf.setArrayItemTitle(parent, this.layoutNode(), this.itemCount);
|
|
7953
7953
|
}
|
|
7954
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7955
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
7954
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AddReferenceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7955
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: AddReferenceComponent, isStandalone: false, selector: "add-reference-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
7956
7956
|
<section [class]="options?.htmlClass || ''" align="end">
|
|
7957
7957
|
<button *ngIf="showAddButton"
|
|
7958
7958
|
[class]="options?.fieldHtmlClass || ''" class="sortable-filter sortable-fixed"
|
|
@@ -7963,7 +7963,7 @@ class AddReferenceComponent {
|
|
|
7963
7963
|
</button>
|
|
7964
7964
|
</section>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.Default }); }
|
|
7965
7965
|
}
|
|
7966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AddReferenceComponent, decorators: [{
|
|
7967
7967
|
type: Component,
|
|
7968
7968
|
args: [{
|
|
7969
7969
|
// tslint:disable-next-line:component-selector
|
|
@@ -7988,9 +7988,9 @@ class ButtonComponent {
|
|
|
7988
7988
|
this.jsf = inject(JsonSchemaFormService);
|
|
7989
7989
|
this.controlDisabled = false;
|
|
7990
7990
|
this.boundControl = false;
|
|
7991
|
-
this.layoutNode = input(undefined);
|
|
7992
|
-
this.layoutIndex = input(undefined);
|
|
7993
|
-
this.dataIndex = input(undefined);
|
|
7991
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
7992
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
7993
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
7994
7994
|
}
|
|
7995
7995
|
ngOnInit() {
|
|
7996
7996
|
this.options = this.layoutNode().options || {};
|
|
@@ -8007,8 +8007,8 @@ class ButtonComponent {
|
|
|
8007
8007
|
ngOnDestroy() {
|
|
8008
8008
|
this.jsf.updateValue(this, null);
|
|
8009
8009
|
}
|
|
8010
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8011
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8010
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8011
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: ButtonComponent, isStandalone: false, selector: "button-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
8012
8012
|
<div
|
|
8013
8013
|
[class]="options?.htmlClass || ''">
|
|
8014
8014
|
<button
|
|
@@ -8026,7 +8026,7 @@ class ButtonComponent {
|
|
|
8026
8026
|
</button>
|
|
8027
8027
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
8028
8028
|
}
|
|
8029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
8030
8030
|
type: Component,
|
|
8031
8031
|
args: [{
|
|
8032
8032
|
// tslint:disable-next-line:component-selector
|
|
@@ -8063,9 +8063,9 @@ class CheckboxComponent {
|
|
|
8063
8063
|
this.boundControl = false;
|
|
8064
8064
|
this.trueValue = true;
|
|
8065
8065
|
this.falseValue = false;
|
|
8066
|
-
this.layoutNode = input(undefined);
|
|
8067
|
-
this.layoutIndex = input(undefined);
|
|
8068
|
-
this.dataIndex = input(undefined);
|
|
8066
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8067
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8068
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8069
8069
|
}
|
|
8070
8070
|
ngOnInit() {
|
|
8071
8071
|
this.options = this.layoutNode().options || {};
|
|
@@ -8085,8 +8085,8 @@ class CheckboxComponent {
|
|
|
8085
8085
|
ngOnDestroy() {
|
|
8086
8086
|
this.jsf.updateValue(this, null);
|
|
8087
8087
|
}
|
|
8088
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8089
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8088
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8089
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: CheckboxComponent, isStandalone: false, selector: "checkbox-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
8090
8090
|
<label
|
|
8091
8091
|
[attr.for]="'control' + layoutNode()?._id"
|
|
8092
8092
|
[class]="options?.itemLabelHtmlClass || ''">
|
|
@@ -8118,7 +8118,7 @@ class CheckboxComponent {
|
|
|
8118
8118
|
[innerHTML]="options?.title"></span>
|
|
8119
8119
|
</label>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] }); }
|
|
8120
8120
|
}
|
|
8121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CheckboxComponent, decorators: [{
|
|
8122
8122
|
type: Component,
|
|
8123
8123
|
args: [{
|
|
8124
8124
|
// tslint:disable-next-line:component-selector
|
|
@@ -8164,9 +8164,9 @@ class CheckboxesComponent {
|
|
|
8164
8164
|
this.controlDisabled = false;
|
|
8165
8165
|
this.boundControl = false;
|
|
8166
8166
|
this.checkboxList = [];
|
|
8167
|
-
this.layoutNode = input(undefined);
|
|
8168
|
-
this.layoutIndex = input(undefined);
|
|
8169
|
-
this.dataIndex = input(undefined);
|
|
8167
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8168
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8169
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8170
8170
|
}
|
|
8171
8171
|
ngOnInit() {
|
|
8172
8172
|
this.options = this.layoutNode().options || {};
|
|
@@ -8197,8 +8197,8 @@ class CheckboxesComponent {
|
|
|
8197
8197
|
this.formControl.reset(nullVal);
|
|
8198
8198
|
this.controlValue = null;
|
|
8199
8199
|
}
|
|
8200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8201
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8200
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CheckboxesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8201
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: CheckboxesComponent, isStandalone: false, selector: "checkboxes-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
8202
8202
|
<label *ngIf="options?.title"
|
|
8203
8203
|
[class]="options?.labelHtmlClass || ''"
|
|
8204
8204
|
[style.display]="options?.notitle ? 'none' : ''"
|
|
@@ -8248,7 +8248,7 @@ class CheckboxesComponent {
|
|
|
8248
8248
|
</div>
|
|
8249
8249
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
8250
8250
|
}
|
|
8251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: CheckboxesComponent, decorators: [{
|
|
8252
8252
|
type: Component,
|
|
8253
8253
|
args: [{
|
|
8254
8254
|
// tslint:disable-next-line:component-selector
|
|
@@ -8312,9 +8312,9 @@ class FileComponent {
|
|
|
8312
8312
|
this.jsf = inject(JsonSchemaFormService);
|
|
8313
8313
|
this.controlDisabled = false;
|
|
8314
8314
|
this.boundControl = false;
|
|
8315
|
-
this.layoutNode = input(undefined);
|
|
8316
|
-
this.layoutIndex = input(undefined);
|
|
8317
|
-
this.dataIndex = input(undefined);
|
|
8315
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8316
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8317
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8318
8318
|
}
|
|
8319
8319
|
ngOnInit() {
|
|
8320
8320
|
this.options = this.layoutNode().options || {};
|
|
@@ -8326,10 +8326,10 @@ class FileComponent {
|
|
|
8326
8326
|
ngOnDestroy() {
|
|
8327
8327
|
this.jsf.updateValue(this, null);
|
|
8328
8328
|
}
|
|
8329
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8330
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8329
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8330
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: FileComponent, isStandalone: false, selector: "file-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: ``, isInline: true }); }
|
|
8331
8331
|
}
|
|
8332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FileComponent, decorators: [{
|
|
8333
8333
|
type: Component,
|
|
8334
8334
|
args: [{
|
|
8335
8335
|
// tslint:disable-next-line:component-selector
|
|
@@ -8344,9 +8344,9 @@ class HiddenComponent {
|
|
|
8344
8344
|
this.jsf = inject(JsonSchemaFormService);
|
|
8345
8345
|
this.controlDisabled = false;
|
|
8346
8346
|
this.boundControl = false;
|
|
8347
|
-
this.layoutNode = input(undefined);
|
|
8348
|
-
this.layoutIndex = input(undefined);
|
|
8349
|
-
this.dataIndex = input(undefined);
|
|
8347
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8348
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8349
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8350
8350
|
}
|
|
8351
8351
|
ngOnInit() {
|
|
8352
8352
|
this.jsf.initializeControl(this);
|
|
@@ -8354,8 +8354,8 @@ class HiddenComponent {
|
|
|
8354
8354
|
ngOnDestroy() {
|
|
8355
8355
|
this.jsf.updateValue(this, null);
|
|
8356
8356
|
}
|
|
8357
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8358
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8357
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HiddenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8358
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: HiddenComponent, isStandalone: false, selector: "hidden-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
8359
8359
|
<input *ngIf="boundControl"
|
|
8360
8360
|
[formControl]="formControl"
|
|
8361
8361
|
[id]="'control' + layoutNode()?._id"
|
|
@@ -8368,7 +8368,7 @@ class HiddenComponent {
|
|
|
8368
8368
|
type="hidden"
|
|
8369
8369
|
[value]="controlValue">`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] }); }
|
|
8370
8370
|
}
|
|
8371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: HiddenComponent, decorators: [{
|
|
8372
8372
|
type: Component,
|
|
8373
8373
|
args: [{
|
|
8374
8374
|
// tslint:disable-next-line:component-selector
|
|
@@ -8395,9 +8395,9 @@ class InputComponent {
|
|
|
8395
8395
|
this.controlDisabled = false;
|
|
8396
8396
|
this.boundControl = false;
|
|
8397
8397
|
this.autoCompleteList = [];
|
|
8398
|
-
this.layoutNode = input(undefined);
|
|
8399
|
-
this.layoutIndex = input(undefined);
|
|
8400
|
-
this.dataIndex = input(undefined);
|
|
8398
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8399
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8400
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8401
8401
|
}
|
|
8402
8402
|
//needed as templates don't accept something like [attributes]="options?.['x-inputAttributes']"
|
|
8403
8403
|
get inputAttributes() {
|
|
@@ -8413,8 +8413,8 @@ class InputComponent {
|
|
|
8413
8413
|
ngOnDestroy() {
|
|
8414
8414
|
this.jsf.updateValue(this, null);
|
|
8415
8415
|
}
|
|
8416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8417
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8417
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: InputComponent, isStandalone: false, selector: "input-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
8418
8418
|
<div [class]="options?.htmlClass || ''" class="sortable-filter" >
|
|
8419
8419
|
<label *ngIf="options?.title"
|
|
8420
8420
|
[attr.for]="'control' + layoutNode()?._id"
|
|
@@ -8461,7 +8461,7 @@ class InputComponent {
|
|
|
8461
8461
|
</datalist>
|
|
8462
8462
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: ElementAttributeDirective, selector: "[attributes]", inputs: ["attributes"] }] }); }
|
|
8463
8463
|
}
|
|
8464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: InputComponent, decorators: [{
|
|
8465
8465
|
type: Component,
|
|
8466
8466
|
args: [{
|
|
8467
8467
|
// tslint:disable-next-line:component-selector
|
|
@@ -8520,22 +8520,22 @@ class MessageComponent {
|
|
|
8520
8520
|
constructor() {
|
|
8521
8521
|
this.jsf = inject(JsonSchemaFormService);
|
|
8522
8522
|
this.message = null;
|
|
8523
|
-
this.layoutNode = input(undefined);
|
|
8524
|
-
this.layoutIndex = input(undefined);
|
|
8525
|
-
this.dataIndex = input(undefined);
|
|
8523
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8524
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8525
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8526
8526
|
}
|
|
8527
8527
|
ngOnInit() {
|
|
8528
8528
|
this.options = this.layoutNode().options || {};
|
|
8529
8529
|
this.message = this.options.help || this.options.helpvalue ||
|
|
8530
8530
|
this.options.msg || this.options.message;
|
|
8531
8531
|
}
|
|
8532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8533
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8532
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8533
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: MessageComponent, isStandalone: false, selector: "message-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
8534
8534
|
<span *ngIf="message"
|
|
8535
8535
|
[class]="options?.labelHtmlClass || ''"
|
|
8536
8536
|
[innerHTML]="message"></span>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
8537
8537
|
}
|
|
8538
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: MessageComponent, decorators: [{
|
|
8539
8539
|
type: Component,
|
|
8540
8540
|
args: [{
|
|
8541
8541
|
// tslint:disable-next-line:component-selector
|
|
@@ -8550,14 +8550,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
8550
8550
|
|
|
8551
8551
|
class NoneComponent {
|
|
8552
8552
|
constructor() {
|
|
8553
|
-
this.layoutNode = input(undefined);
|
|
8554
|
-
this.layoutIndex = input(undefined);
|
|
8555
|
-
this.dataIndex = input(undefined);
|
|
8553
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8554
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8555
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8556
8556
|
}
|
|
8557
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8558
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8557
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8558
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: NoneComponent, isStandalone: false, selector: "none-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: ``, isInline: true }); }
|
|
8559
8559
|
}
|
|
8560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoneComponent, decorators: [{
|
|
8561
8561
|
type: Component,
|
|
8562
8562
|
args: [{
|
|
8563
8563
|
// tslint:disable-next-line:component-selector
|
|
@@ -8577,9 +8577,9 @@ class NumberComponent {
|
|
|
8577
8577
|
this.allowDecimal = true;
|
|
8578
8578
|
this.allowExponents = false;
|
|
8579
8579
|
this.lastValidNumber = '';
|
|
8580
|
-
this.layoutNode = input(undefined);
|
|
8581
|
-
this.layoutIndex = input(undefined);
|
|
8582
|
-
this.dataIndex = input(undefined);
|
|
8580
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8581
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8582
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8583
8583
|
}
|
|
8584
8584
|
//needed as templates don't accept something like [attributes]="options?.['x-inputAttributes']"
|
|
8585
8585
|
get inputAttributes() {
|
|
@@ -8598,8 +8598,8 @@ class NumberComponent {
|
|
|
8598
8598
|
ngOnDestroy() {
|
|
8599
8599
|
this.jsf.updateValue(this, null);
|
|
8600
8600
|
}
|
|
8601
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8602
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8601
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NumberComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8602
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: NumberComponent, isStandalone: false, selector: "number-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "inputControl", first: true, predicate: ["inputControl"], descendants: true }, { propertyName: "div", first: true, predicate: ["divElt"], descendants: true }], ngImport: i0, template: `
|
|
8603
8603
|
<div #divElt [class]="options?.htmlClass || ''" class="sortable-filter" >
|
|
8604
8604
|
<label *ngIf="options?.title"
|
|
8605
8605
|
[attr.for]="'control' + layoutNode()?._id"
|
|
@@ -8646,7 +8646,7 @@ class NumberComponent {
|
|
|
8646
8646
|
<span *ngIf="layoutNode()?.type === 'range'" [innerHTML]="controlValue"></span>
|
|
8647
8647
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: ElementAttributeDirective, selector: "[attributes]", inputs: ["attributes"] }] }); }
|
|
8648
8648
|
}
|
|
8649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NumberComponent, decorators: [{
|
|
8650
8650
|
type: Component,
|
|
8651
8651
|
args: [{
|
|
8652
8652
|
// tslint:disable-next-line:component-selector
|
|
@@ -8711,10 +8711,10 @@ class SelectFrameworkComponent {
|
|
|
8711
8711
|
constructor() {
|
|
8712
8712
|
this.jsf = inject(JsonSchemaFormService);
|
|
8713
8713
|
this.newComponent = null;
|
|
8714
|
-
this.layoutNode = input(undefined);
|
|
8715
|
-
this.layoutIndex = input(undefined);
|
|
8716
|
-
this.dataIndex = input(undefined);
|
|
8717
|
-
this.widgetContainer = viewChild('widgetContainer', { read: ViewContainerRef });
|
|
8714
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8715
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8716
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8717
|
+
this.widgetContainer = viewChild('widgetContainer', ...(ngDevMode ? [{ debugName: "widgetContainer", read: ViewContainerRef }] : [{ read: ViewContainerRef }]));
|
|
8718
8718
|
}
|
|
8719
8719
|
ngOnInit() {
|
|
8720
8720
|
this.updateComponent();
|
|
@@ -8735,10 +8735,10 @@ class SelectFrameworkComponent {
|
|
|
8735
8735
|
}
|
|
8736
8736
|
}
|
|
8737
8737
|
}
|
|
8738
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8739
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "
|
|
8738
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SelectFrameworkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8739
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.6", type: SelectFrameworkComponent, isStandalone: false, selector: "select-framework-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "widgetContainer", first: true, predicate: ["widgetContainer"], descendants: true, read: ViewContainerRef, isSignal: true }], usesOnChanges: true, ngImport: i0, template: `<div #widgetContainer></div>`, isInline: true }); }
|
|
8740
8740
|
}
|
|
8741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SelectFrameworkComponent, decorators: [{
|
|
8742
8742
|
type: Component,
|
|
8743
8743
|
args: [{
|
|
8744
8744
|
// tslint:disable-next-line:component-selector
|
|
@@ -8753,9 +8753,9 @@ class TabsComponent {
|
|
|
8753
8753
|
this.jsf = inject(JsonSchemaFormService);
|
|
8754
8754
|
this.selectedItem = 0;
|
|
8755
8755
|
this.showAddTab = true;
|
|
8756
|
-
this.layoutNode = input(undefined);
|
|
8757
|
-
this.layoutIndex = input(undefined);
|
|
8758
|
-
this.dataIndex = input(undefined);
|
|
8756
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8757
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8758
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8759
8759
|
}
|
|
8760
8760
|
ngOnInit() {
|
|
8761
8761
|
this.options = this.layoutNode().options || {};
|
|
@@ -8788,8 +8788,8 @@ class TabsComponent {
|
|
|
8788
8788
|
setTabTitle(item, index) {
|
|
8789
8789
|
return this.jsf.setArrayItemTitle(this, item, index);
|
|
8790
8790
|
}
|
|
8791
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8792
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8791
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8792
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: TabsComponent, isStandalone: false, selector: "tabs-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
8793
8793
|
<ul
|
|
8794
8794
|
[class]="options?.labelHtmlClass || ''">
|
|
8795
8795
|
<li *ngFor="let item of layoutNode()?.items; let i = index"
|
|
@@ -8841,7 +8841,7 @@ class TabsComponent {
|
|
|
8841
8841
|
</ng-container>
|
|
8842
8842
|
</div>`, isInline: true, styles: ["a{cursor:pointer}.ngf-hidden{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: SelectFrameworkComponent, selector: "select-framework-widget", inputs: ["layoutNode", "layoutIndex", "dataIndex"] }] }); }
|
|
8843
8843
|
}
|
|
8844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TabsComponent, decorators: [{
|
|
8845
8845
|
type: Component,
|
|
8846
8846
|
args: [{ selector: 'tabs-widget', template: `
|
|
8847
8847
|
<ul
|
|
@@ -8902,9 +8902,9 @@ class OneOfComponent {
|
|
|
8902
8902
|
this.jsf = inject(JsonSchemaFormService);
|
|
8903
8903
|
this.controlDisabled = false;
|
|
8904
8904
|
this.boundControl = false;
|
|
8905
|
-
this.layoutNode = input(undefined);
|
|
8906
|
-
this.layoutIndex = input(undefined);
|
|
8907
|
-
this.dataIndex = input(undefined);
|
|
8905
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
8906
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
8907
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
8908
8908
|
}
|
|
8909
8909
|
ngOnInit() {
|
|
8910
8910
|
this.options = this.layoutNode().options || {};
|
|
@@ -8985,14 +8985,14 @@ class OneOfComponent {
|
|
|
8985
8985
|
ngOnDestroy() {
|
|
8986
8986
|
//this.jsf.updateValue(this, null);
|
|
8987
8987
|
}
|
|
8988
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8989
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
8988
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OneOfComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8989
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: OneOfComponent, isStandalone: false, selector: "one-of-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `<h4>{{this.options?.description}}</h4>
|
|
8990
8990
|
<tabs-widget #tabs [layoutNode]="layoutNode()"
|
|
8991
8991
|
[layoutIndex]="layoutIndex()"
|
|
8992
8992
|
[dataIndex]="dataIndex()" >
|
|
8993
8993
|
</tabs-widget>`, isInline: true, dependencies: [{ kind: "component", type: TabsComponent, selector: "tabs-widget", inputs: ["layoutNode", "layoutIndex", "dataIndex"] }] }); }
|
|
8994
8994
|
}
|
|
8995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OneOfComponent, decorators: [{
|
|
8996
8996
|
type: Component,
|
|
8997
8997
|
args: [{
|
|
8998
8998
|
// tslint:disable-next-line:component-selector
|
|
@@ -9013,9 +9013,9 @@ class RadiosComponent {
|
|
|
9013
9013
|
this.boundControl = false;
|
|
9014
9014
|
this.layoutOrientation = 'vertical';
|
|
9015
9015
|
this.radiosList = [];
|
|
9016
|
-
this.layoutNode = input(undefined);
|
|
9017
|
-
this.layoutIndex = input(undefined);
|
|
9018
|
-
this.dataIndex = input(undefined);
|
|
9016
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
9017
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
9018
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
9019
9019
|
}
|
|
9020
9020
|
ngOnInit() {
|
|
9021
9021
|
this.options = this.layoutNode().options || {};
|
|
@@ -9033,8 +9033,8 @@ class RadiosComponent {
|
|
|
9033
9033
|
ngOnDestroy() {
|
|
9034
9034
|
this.jsf.updateValue(this, null);
|
|
9035
9035
|
}
|
|
9036
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9037
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
9036
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RadiosComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9037
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: RadiosComponent, isStandalone: false, selector: "radios-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
9038
9038
|
<label *ngIf="options?.title"
|
|
9039
9039
|
[attr.for]="'control' + layoutNode()?._id"
|
|
9040
9040
|
[class]="options?.labelHtmlClass || ''"
|
|
@@ -9091,7 +9091,7 @@ class RadiosComponent {
|
|
|
9091
9091
|
</div>
|
|
9092
9092
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
9093
9093
|
}
|
|
9094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RadiosComponent, decorators: [{
|
|
9095
9095
|
type: Component,
|
|
9096
9096
|
args: [{
|
|
9097
9097
|
// tslint:disable-next-line:component-selector
|
|
@@ -9184,10 +9184,10 @@ class OrderableDirective {
|
|
|
9184
9184
|
this.ngZone = inject(NgZone);
|
|
9185
9185
|
this.overParentElement = false;
|
|
9186
9186
|
this.overChildElement = false;
|
|
9187
|
-
this.orderable = input(undefined);
|
|
9188
|
-
this.layoutNode = input(undefined);
|
|
9189
|
-
this.layoutIndex = input(undefined);
|
|
9190
|
-
this.dataIndex = input(undefined);
|
|
9187
|
+
this.orderable = input(undefined, ...(ngDevMode ? [{ debugName: "orderable" }] : []));
|
|
9188
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
9189
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
9190
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
9191
9191
|
}
|
|
9192
9192
|
ngOnInit() {
|
|
9193
9193
|
const layoutIndex = this.layoutIndex();
|
|
@@ -9271,10 +9271,10 @@ class OrderableDirective {
|
|
|
9271
9271
|
this.draggableStateSubscription.unsubscribe();
|
|
9272
9272
|
}
|
|
9273
9273
|
}
|
|
9274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9275
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
9274
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OrderableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
9275
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.6", type: OrderableDirective, isStandalone: false, selector: "[orderable]", inputs: { orderable: { classPropertyName: "orderable", publicName: "orderable", isSignal: true, isRequired: false, transformFunction: null }, layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
9276
9276
|
}
|
|
9277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: OrderableDirective, decorators: [{
|
|
9278
9278
|
type: Directive,
|
|
9279
9279
|
args: [{
|
|
9280
9280
|
// tslint:disable-next-line:directive-selector
|
|
@@ -9286,11 +9286,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
9286
9286
|
class RootComponent {
|
|
9287
9287
|
constructor() {
|
|
9288
9288
|
this.jsf = inject(JsonSchemaFormService);
|
|
9289
|
-
this.dataIndex = input(undefined);
|
|
9290
|
-
this.layoutIndex = input(undefined);
|
|
9291
|
-
this.layout = input(undefined);
|
|
9292
|
-
this.isOrderable = input(undefined);
|
|
9293
|
-
this.isFlexItem = input(false);
|
|
9289
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
9290
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
9291
|
+
this.layout = input(undefined, ...(ngDevMode ? [{ debugName: "layout" }] : []));
|
|
9292
|
+
this.isOrderable = input(undefined, ...(ngDevMode ? [{ debugName: "isOrderable" }] : []));
|
|
9293
|
+
this.isFlexItem = input(false, ...(ngDevMode ? [{ debugName: "isFlexItem" }] : []));
|
|
9294
9294
|
this.sortableConfig = {
|
|
9295
9295
|
filter: ".sortable-filter", //needed to disable dragging on input range elements, class needs to be added to the element or its parent
|
|
9296
9296
|
preventOnFilter: false, //needed for input range elements slider do still work
|
|
@@ -9426,8 +9426,8 @@ class RootComponent {
|
|
|
9426
9426
|
this.sortableOptionsSubscription.unsubscribe();
|
|
9427
9427
|
}
|
|
9428
9428
|
}
|
|
9429
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9430
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
9429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RootComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9430
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: RootComponent, isStandalone: false, selector: "root-widget", inputs: { dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, layout: { classPropertyName: "layout", publicName: "layout", isSignal: true, isRequired: false, transformFunction: null }, isOrderable: { classPropertyName: "isOrderable", publicName: "isOrderable", isSignal: true, isRequired: false, transformFunction: null }, isFlexItem: { classPropertyName: "isFlexItem", publicName: "isFlexItem", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
9431
9431
|
<div [class.flex-inherit]="true" #sortableContainter [nxtSortablejs]="layout()" [config]="sortableConfig" (init)="sortableInit($event)">
|
|
9432
9432
|
<div *ngFor="let layoutItem of layout(); let i = index"
|
|
9433
9433
|
[class.form-flex-item]="isFlexItem()"
|
|
@@ -9459,7 +9459,7 @@ class RootComponent {
|
|
|
9459
9459
|
</div>
|
|
9460
9460
|
`, isInline: true, styles: ["[draggable=true]{transition:all .15s cubic-bezier(.4,0,.2,1)}[draggable=true]:hover{cursor:move;box-shadow:2px 2px 4px #0003;position:relative;z-index:10;margin:-1px 1px 1px -1px}[draggable=true].drag-target-top{box-shadow:0 -2px #000;position:relative;z-index:20}[draggable=true].drag-target-bottom{box-shadow:0 2px #000;position:relative;z-index:20}.flex-inherit{display:inherit;flex-flow:inherit;flex-wrap:inherit;flex-direction:inherit;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.SortablejsDirective, selector: "[nxtSortablejs]", inputs: ["nxtSortablejs", "sortablejsContainer", "config", "cloneFunction"], outputs: ["init"] }, { kind: "component", type: SelectFrameworkComponent, selector: "select-framework-widget", inputs: ["layoutNode", "layoutIndex", "dataIndex"] }, { kind: "directive", type: OrderableDirective, selector: "[orderable]", inputs: ["orderable", "layoutNode", "layoutIndex", "dataIndex"] }] }); }
|
|
9461
9461
|
}
|
|
9462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: RootComponent, decorators: [{
|
|
9463
9463
|
type: Component,
|
|
9464
9464
|
args: [{ selector: 'root-widget', template: `
|
|
9465
9465
|
<div [class.flex-inherit]="true" #sortableContainter [nxtSortablejs]="layout()" [config]="sortableConfig" (init)="sortableInit($event)">
|
|
@@ -9498,9 +9498,9 @@ class SectionComponent {
|
|
|
9498
9498
|
constructor() {
|
|
9499
9499
|
this.jsf = inject(JsonSchemaFormService);
|
|
9500
9500
|
this.expanded = true;
|
|
9501
|
-
this.layoutNode = input(undefined);
|
|
9502
|
-
this.layoutIndex = input(undefined);
|
|
9503
|
-
this.dataIndex = input(undefined);
|
|
9501
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
9502
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
9503
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
9504
9504
|
}
|
|
9505
9505
|
get sectionTitle() {
|
|
9506
9506
|
return this.options.notitle ? null : this.jsf.setItemTitle(this);
|
|
@@ -9555,8 +9555,8 @@ class SectionComponent {
|
|
|
9555
9555
|
return this.options[attribute];
|
|
9556
9556
|
}
|
|
9557
9557
|
}
|
|
9558
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9559
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
9558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9559
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: SectionComponent, isStandalone: false, selector: "section-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
9560
9560
|
<div *ngIf="containerType === 'div'"
|
|
9561
9561
|
[class]="options?.htmlClass || ''"
|
|
9562
9562
|
[class.expandable]="options?.expandable && !expanded"
|
|
@@ -9619,7 +9619,7 @@ class SectionComponent {
|
|
|
9619
9619
|
</div>
|
|
9620
9620
|
</fieldset>`, isInline: true, styles: [".legend{font-weight:700}.expandable>legend:before,.expandable>label:before{content:\"\\25b6\";padding-right:.3em;font-family:auto}.expanded>legend:before,.expanded>label:before{content:\"\\25bc\";padding-right:.2em}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: RootComponent, selector: "root-widget", inputs: ["dataIndex", "layoutIndex", "layout", "isOrderable", "isFlexItem"] }] }); }
|
|
9621
9621
|
}
|
|
9622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SectionComponent, decorators: [{
|
|
9623
9623
|
type: Component,
|
|
9624
9624
|
args: [{ selector: 'section-widget', template: `
|
|
9625
9625
|
<div *ngIf="containerType === 'div'"
|
|
@@ -9693,9 +9693,9 @@ class SelectComponent {
|
|
|
9693
9693
|
this.selectList = [];
|
|
9694
9694
|
this.selectListFlatGroup = [];
|
|
9695
9695
|
this.isArray = isArray;
|
|
9696
|
-
this.layoutNode = input(undefined);
|
|
9697
|
-
this.layoutIndex = input(undefined);
|
|
9698
|
-
this.dataIndex = input(undefined);
|
|
9696
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
9697
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
9698
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
9699
9699
|
}
|
|
9700
9700
|
ngOnInit() {
|
|
9701
9701
|
this.options = this.layoutNode().options || {};
|
|
@@ -9735,8 +9735,8 @@ class SelectComponent {
|
|
|
9735
9735
|
this.formControl.reset(nullVal);
|
|
9736
9736
|
this.controlValue = null;
|
|
9737
9737
|
}
|
|
9738
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9739
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
9738
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9739
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: SelectComponent, isStandalone: false, selector: "select-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
9740
9740
|
<div
|
|
9741
9741
|
[class]="options?.htmlClass || ''">
|
|
9742
9742
|
<label *ngIf="options?.title"
|
|
@@ -9820,7 +9820,7 @@ class SelectComponent {
|
|
|
9820
9820
|
</select>
|
|
9821
9821
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.SelectMultipleControlValueAccessor, selector: "select[multiple][formControlName],select[multiple][formControl],select[multiple][ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] }); }
|
|
9822
9822
|
}
|
|
9823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SelectComponent, decorators: [{
|
|
9824
9824
|
type: Component,
|
|
9825
9825
|
args: [{
|
|
9826
9826
|
// tslint:disable-next-line:component-selector
|
|
@@ -9917,9 +9917,9 @@ class SubmitComponent {
|
|
|
9917
9917
|
this.jsf = inject(JsonSchemaFormService);
|
|
9918
9918
|
this.controlDisabled = false;
|
|
9919
9919
|
this.boundControl = false;
|
|
9920
|
-
this.layoutNode = input(undefined);
|
|
9921
|
-
this.layoutIndex = input(undefined);
|
|
9922
|
-
this.dataIndex = input(undefined);
|
|
9920
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
9921
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
9922
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
9923
9923
|
}
|
|
9924
9924
|
ngOnDestroy() {
|
|
9925
9925
|
this.isValidChangesSubs?.unsubscribe();
|
|
@@ -9948,8 +9948,8 @@ class SubmitComponent {
|
|
|
9948
9948
|
this.jsf.updateValue(this, event.target.value);
|
|
9949
9949
|
}
|
|
9950
9950
|
}
|
|
9951
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9952
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
9951
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SubmitComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9952
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: SubmitComponent, isStandalone: false, selector: "submit-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
9953
9953
|
<div
|
|
9954
9954
|
[class]="options?.htmlClass || ''">
|
|
9955
9955
|
<input
|
|
@@ -9965,7 +9965,7 @@ class SubmitComponent {
|
|
|
9965
9965
|
(click)="updateValue($event)">
|
|
9966
9966
|
</div>`, isInline: true }); }
|
|
9967
9967
|
}
|
|
9968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SubmitComponent, decorators: [{
|
|
9969
9969
|
type: Component,
|
|
9970
9970
|
args: [{
|
|
9971
9971
|
// tslint:disable-next-line:component-selector
|
|
@@ -9993,10 +9993,10 @@ class TemplateComponent {
|
|
|
9993
9993
|
constructor() {
|
|
9994
9994
|
this.jsf = inject(JsonSchemaFormService);
|
|
9995
9995
|
this.newComponent = null;
|
|
9996
|
-
this.layoutNode = input(undefined);
|
|
9997
|
-
this.layoutIndex = input(undefined);
|
|
9998
|
-
this.dataIndex = input(undefined);
|
|
9999
|
-
this.widgetContainer = viewChild('widgetContainer', { read: ViewContainerRef });
|
|
9996
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
9997
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
9998
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
9999
|
+
this.widgetContainer = viewChild('widgetContainer', ...(ngDevMode ? [{ debugName: "widgetContainer", read: ViewContainerRef }] : [{ read: ViewContainerRef }]));
|
|
10000
10000
|
}
|
|
10001
10001
|
ngOnInit() {
|
|
10002
10002
|
this.updateComponent();
|
|
@@ -10016,10 +10016,10 @@ class TemplateComponent {
|
|
|
10016
10016
|
}
|
|
10017
10017
|
}
|
|
10018
10018
|
}
|
|
10019
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10020
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "
|
|
10019
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10020
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.6", type: TemplateComponent, isStandalone: false, selector: "template-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "widgetContainer", first: true, predicate: ["widgetContainer"], descendants: true, read: ViewContainerRef, isSignal: true }], usesOnChanges: true, ngImport: i0, template: `<div #widgetContainer></div>`, isInline: true }); }
|
|
10021
10021
|
}
|
|
10022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TemplateComponent, decorators: [{
|
|
10023
10023
|
type: Component,
|
|
10024
10024
|
args: [{
|
|
10025
10025
|
// tslint:disable-next-line:component-selector
|
|
@@ -10034,9 +10034,9 @@ class TextareaComponent {
|
|
|
10034
10034
|
this.jsf = inject(JsonSchemaFormService);
|
|
10035
10035
|
this.controlDisabled = false;
|
|
10036
10036
|
this.boundControl = false;
|
|
10037
|
-
this.layoutNode = input(undefined);
|
|
10038
|
-
this.layoutIndex = input(undefined);
|
|
10039
|
-
this.dataIndex = input(undefined);
|
|
10037
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
10038
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
10039
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
10040
10040
|
}
|
|
10041
10041
|
ngOnInit() {
|
|
10042
10042
|
this.options = this.layoutNode().options || {};
|
|
@@ -10048,8 +10048,8 @@ class TextareaComponent {
|
|
|
10048
10048
|
ngOnDestroy() {
|
|
10049
10049
|
this.jsf.updateValue(this, null);
|
|
10050
10050
|
}
|
|
10051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10052
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
10051
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10052
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: TextareaComponent, isStandalone: false, selector: "textarea-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
10053
10053
|
<div
|
|
10054
10054
|
[class]="options?.htmlClass || ''">
|
|
10055
10055
|
<label *ngIf="options?.title"
|
|
@@ -10085,7 +10085,7 @@ class TextareaComponent {
|
|
|
10085
10085
|
(input)="updateValue($event)">{{controlValue}}</textarea>
|
|
10086
10086
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] }); }
|
|
10087
10087
|
}
|
|
10088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TextareaComponent, decorators: [{
|
|
10089
10089
|
type: Component,
|
|
10090
10090
|
args: [{
|
|
10091
10091
|
// tslint:disable-next-line:component-selector
|
|
@@ -10323,10 +10323,10 @@ class WidgetLibraryService {
|
|
|
10323
10323
|
activeWidgets: this.activeWidgets,
|
|
10324
10324
|
};
|
|
10325
10325
|
}
|
|
10326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10327
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WidgetLibraryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10327
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WidgetLibraryService, providedIn: 'root' }); }
|
|
10328
10328
|
}
|
|
10329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WidgetLibraryService, decorators: [{
|
|
10330
10330
|
type: Injectable,
|
|
10331
10331
|
args: [{
|
|
10332
10332
|
providedIn: 'root',
|
|
@@ -10485,10 +10485,10 @@ class FrameworkLibraryService {
|
|
|
10485
10485
|
return actFramework.unregisterTheme(name);
|
|
10486
10486
|
}
|
|
10487
10487
|
}
|
|
10488
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10489
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10488
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FrameworkLibraryService, deps: [{ token: Framework }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10489
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FrameworkLibraryService, providedIn: 'root' }); }
|
|
10490
10490
|
}
|
|
10491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: FrameworkLibraryService, decorators: [{
|
|
10492
10492
|
type: Injectable,
|
|
10493
10493
|
args: [{
|
|
10494
10494
|
providedIn: 'root',
|
|
@@ -10509,9 +10509,9 @@ class SelectCheckboxComponent {
|
|
|
10509
10509
|
this.selectList = [];
|
|
10510
10510
|
this.selectListFlatGroup = [];
|
|
10511
10511
|
this.isArray = isArray;
|
|
10512
|
-
this.layoutNode = input(undefined);
|
|
10513
|
-
this.layoutIndex = input(undefined);
|
|
10514
|
-
this.dataIndex = input(undefined);
|
|
10512
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
10513
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
10514
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
10515
10515
|
this.frameworkStyles = {
|
|
10516
10516
|
daisyui: { selectClass: "select-box", optionClass: "checkbox tw:dui-checkbox", optionChecked: "active", optionUnchecked: "" },
|
|
10517
10517
|
"bootstrap-3": { selectClass: "select-box", optionClass: "bs3-option checkbox display-inline-block", optionChecked: "active", optionUnchecked: "" },
|
|
@@ -10564,8 +10564,8 @@ class SelectCheckboxComponent {
|
|
|
10564
10564
|
this.formControl.reset(nullVal);
|
|
10565
10565
|
this.controlValue = null;
|
|
10566
10566
|
}
|
|
10567
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10568
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
10567
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SelectCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10568
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: SelectCheckboxComponent, isStandalone: false, selector: "selectcheckbox-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
10569
10569
|
<div
|
|
10570
10570
|
[class]="options?.htmlClass || ''">
|
|
10571
10571
|
<select *ngIf="boundControl"
|
|
@@ -10618,7 +10618,7 @@ class SelectCheckboxComponent {
|
|
|
10618
10618
|
|
|
10619
10619
|
</div>`, isInline: true, styles: [".select-box{font-size:16px;border:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;height:25px;overflow:hidden;text-overflow:ellipsis;background-color:#fff;color:#000;background-color:transparent}.select-box:focus{outline:none}.select-option{font-size:20px;color:#000;background-color:#fff;display:inline-block}.unchecked:before{content:\"\\2610\";left:5px;top:50%;transform:translateY(-50%);font-size:30px}.checked:before{content:\"\\2611\";left:5px;top:50%;transform:translateY(-50%);font-size:30px}.select-option:checked{background-image:linear-gradient(0deg,#fff 0% 100%);color:#000}.select-box[multiple]:focus{background-color:transparent;color:#00f;-webkit-text-fill-color:black}.display-inline-block{display:inline-block}.bs4-option,.bs3-option{width:14px;height:14px;border:solid 1px;color:#a9a9a9;min-block-size:auto;border-radius:3px}.bs4-option:checked[type=checkbox],.bs3-option:checked[type=checkbox]{background-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20MIT.%20Made%20by%20jaynewey%3A%20https%3A%2F%2Fgithub.com%2Fjaynewey%2Fcharm-icons%20--%3E%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.5%22%3E%3Cpolyline%20points%3D%224%208.75%2C6.25%2012.25%2C13.25%203.5%22%2F%3E%3C%2Fsvg%3E);background-color:#00ced1}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectMultipleControlValueAccessor, selector: "select[multiple][formControlName],select[multiple][formControl],select[multiple][ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] }); }
|
|
10620
10620
|
}
|
|
10621
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: SelectCheckboxComponent, decorators: [{
|
|
10622
10622
|
type: Component,
|
|
10623
10623
|
args: [{ selector: 'selectcheckbox-widget', template: `
|
|
10624
10624
|
<div
|
|
@@ -10677,15 +10677,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
10677
10677
|
class TabComponent {
|
|
10678
10678
|
constructor() {
|
|
10679
10679
|
this.jsf = inject(JsonSchemaFormService);
|
|
10680
|
-
this.layoutNode = input(undefined);
|
|
10681
|
-
this.layoutIndex = input(undefined);
|
|
10682
|
-
this.dataIndex = input(undefined);
|
|
10680
|
+
this.layoutNode = input(undefined, ...(ngDevMode ? [{ debugName: "layoutNode" }] : []));
|
|
10681
|
+
this.layoutIndex = input(undefined, ...(ngDevMode ? [{ debugName: "layoutIndex" }] : []));
|
|
10682
|
+
this.dataIndex = input(undefined, ...(ngDevMode ? [{ debugName: "dataIndex" }] : []));
|
|
10683
10683
|
}
|
|
10684
10684
|
ngOnInit() {
|
|
10685
10685
|
this.options = this.layoutNode().options || {};
|
|
10686
10686
|
}
|
|
10687
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10688
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
10687
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10688
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: TabComponent, isStandalone: false, selector: "tab-widget", inputs: { layoutNode: { classPropertyName: "layoutNode", publicName: "layoutNode", isSignal: true, isRequired: false, transformFunction: null }, layoutIndex: { classPropertyName: "layoutIndex", publicName: "layoutIndex", isSignal: true, isRequired: false, transformFunction: null }, dataIndex: { classPropertyName: "dataIndex", publicName: "dataIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
10689
10689
|
<div [class]="options?.htmlClass || ''">
|
|
10690
10690
|
<root-widget
|
|
10691
10691
|
[dataIndex]="dataIndex()"
|
|
@@ -10693,7 +10693,7 @@ class TabComponent {
|
|
|
10693
10693
|
[layout]="layoutNode().items"></root-widget>
|
|
10694
10694
|
</div>`, isInline: true, dependencies: [{ kind: "component", type: RootComponent, selector: "root-widget", inputs: ["dataIndex", "layoutIndex", "layout", "isOrderable", "isFlexItem"] }] }); }
|
|
10695
10695
|
}
|
|
10696
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: TabComponent, decorators: [{
|
|
10697
10697
|
type: Component,
|
|
10698
10698
|
args: [{
|
|
10699
10699
|
// tslint:disable-next-line:component-selector
|
|
@@ -10719,9 +10719,9 @@ const BASIC_WIDGETS = [
|
|
|
10719
10719
|
];
|
|
10720
10720
|
|
|
10721
10721
|
class WidgetLibraryModule {
|
|
10722
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10723
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
10724
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
10722
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WidgetLibraryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10723
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: WidgetLibraryModule, declarations: [AddReferenceComponent, OneOfComponent, ButtonComponent, CheckboxComponent, CheckboxesComponent, FileComponent, HiddenComponent, InputComponent, MessageComponent, NoneComponent, NumberComponent, RadiosComponent, RootComponent, SectionComponent, SelectComponent, SelectFrameworkComponent, SelectWidgetComponent, SubmitComponent, TabComponent, TabsComponent, TemplateComponent, TextareaComponent, SelectCheckboxComponent, OrderableDirective, ElementAttributeDirective], imports: [CommonModule, FormsModule, ReactiveFormsModule, i2$1.SortablejsModule], exports: [AddReferenceComponent, OneOfComponent, ButtonComponent, CheckboxComponent, CheckboxesComponent, FileComponent, HiddenComponent, InputComponent, MessageComponent, NoneComponent, NumberComponent, RadiosComponent, RootComponent, SectionComponent, SelectComponent, SelectFrameworkComponent, SelectWidgetComponent, SubmitComponent, TabComponent, TabsComponent, TemplateComponent, TextareaComponent, SelectCheckboxComponent, OrderableDirective, ElementAttributeDirective] }); }
|
|
10724
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WidgetLibraryModule, imports: [CommonModule, FormsModule, ReactiveFormsModule,
|
|
10725
10725
|
SortablejsModule.forRoot({
|
|
10726
10726
|
//disabled:false,
|
|
10727
10727
|
//draggable:".draggableitem",//">:not(.nonsort)",//">.draggable-item",//":not(.nonsort)",//">*",//":not(.nonsort)",//":not(.non-draggable)",
|
|
@@ -10735,7 +10735,7 @@ class WidgetLibraryModule {
|
|
|
10735
10735
|
}
|
|
10736
10736
|
})] }); }
|
|
10737
10737
|
}
|
|
10738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: WidgetLibraryModule, decorators: [{
|
|
10739
10739
|
type: NgModule,
|
|
10740
10740
|
args: [{
|
|
10741
10741
|
imports: [CommonModule, FormsModule, ReactiveFormsModule,
|
|
@@ -10758,13 +10758,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
10758
10758
|
|
|
10759
10759
|
// No framework - plain HTML controls (styles from form layout only)
|
|
10760
10760
|
class NoFrameworkModule {
|
|
10761
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10762
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
10763
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
10761
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoFrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10762
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: NoFrameworkModule, declarations: [NoFrameworkComponent], imports: [CommonModule, WidgetLibraryModule], exports: [NoFrameworkComponent] }); }
|
|
10763
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoFrameworkModule, providers: [
|
|
10764
10764
|
{ provide: Framework, useClass: NoFramework, multi: true }
|
|
10765
10765
|
], imports: [CommonModule, WidgetLibraryModule] }); }
|
|
10766
10766
|
}
|
|
10767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: NoFrameworkModule, decorators: [{
|
|
10768
10768
|
type: NgModule,
|
|
10769
10769
|
args: [{
|
|
10770
10770
|
imports: [CommonModule, WidgetLibraryModule],
|
|
@@ -10832,27 +10832,27 @@ class JsonSchemaFormComponent {
|
|
|
10832
10832
|
formData: null, loadExternalAssets: null, debug: null, ajvOptions: null
|
|
10833
10833
|
};
|
|
10834
10834
|
// Recommended inputs
|
|
10835
|
-
this.schema = input(undefined); // The JSON Schema
|
|
10836
|
-
this.layout = input(undefined); // The form layout
|
|
10837
|
-
this.data = input(undefined); // The form data
|
|
10838
|
-
this.options = input(undefined); // The global form options
|
|
10839
|
-
this.framework = input(undefined); // The framework to load
|
|
10840
|
-
this.widgets = input(undefined); // Any custom widgets to load
|
|
10835
|
+
this.schema = input(undefined, ...(ngDevMode ? [{ debugName: "schema" }] : [])); // The JSON Schema
|
|
10836
|
+
this.layout = input(undefined, ...(ngDevMode ? [{ debugName: "layout" }] : [])); // The form layout
|
|
10837
|
+
this.data = input(undefined, ...(ngDevMode ? [{ debugName: "data" }] : [])); // The form data
|
|
10838
|
+
this.options = input(undefined, ...(ngDevMode ? [{ debugName: "options" }] : [])); // The global form options
|
|
10839
|
+
this.framework = input(undefined, ...(ngDevMode ? [{ debugName: "framework" }] : [])); // The framework to load
|
|
10840
|
+
this.widgets = input(undefined, ...(ngDevMode ? [{ debugName: "widgets" }] : [])); // Any custom widgets to load
|
|
10841
10841
|
// Alternate combined single input
|
|
10842
|
-
this.form = input(undefined); // For testing, and JSON Schema Form API compatibility
|
|
10842
|
+
this.form = input(undefined, ...(ngDevMode ? [{ debugName: "form" }] : [])); // For testing, and JSON Schema Form API compatibility
|
|
10843
10843
|
// Angular Schema Form API compatibility input
|
|
10844
|
-
this.model = input(undefined); // Alternate input for form data
|
|
10844
|
+
this.model = input(undefined, ...(ngDevMode ? [{ debugName: "model" }] : [])); // Alternate input for form data
|
|
10845
10845
|
// React JSON Schema Form API compatibility inputs
|
|
10846
|
-
this.JSONSchema = input(undefined); // Alternate input for JSON Schema
|
|
10847
|
-
this.UISchema = input(undefined); // UI schema - alternate form layout format
|
|
10848
|
-
this.formData = input(undefined); // Alternate input for form data
|
|
10849
|
-
this.ngModel = input(undefined); // Alternate input for Angular forms
|
|
10850
|
-
this.language = input(undefined); // Language
|
|
10846
|
+
this.JSONSchema = input(undefined, ...(ngDevMode ? [{ debugName: "JSONSchema" }] : [])); // Alternate input for JSON Schema
|
|
10847
|
+
this.UISchema = input(undefined, ...(ngDevMode ? [{ debugName: "UISchema" }] : [])); // UI schema - alternate form layout format
|
|
10848
|
+
this.formData = input(undefined, ...(ngDevMode ? [{ debugName: "formData" }] : [])); // Alternate input for form data
|
|
10849
|
+
this.ngModel = input(undefined, ...(ngDevMode ? [{ debugName: "ngModel" }] : [])); // Alternate input for Angular forms
|
|
10850
|
+
this.language = input(undefined, ...(ngDevMode ? [{ debugName: "language" }] : [])); // Language
|
|
10851
10851
|
// Development inputs, for testing and debugging
|
|
10852
|
-
this.loadExternalAssets = input(undefined); // Load external framework assets?
|
|
10853
|
-
this.debug = input(undefined); // Show debug information?
|
|
10854
|
-
this.theme = input(undefined); // Theme
|
|
10855
|
-
this.ajvOptions = input(undefined); // ajvOptions
|
|
10852
|
+
this.loadExternalAssets = input(undefined, ...(ngDevMode ? [{ debugName: "loadExternalAssets" }] : [])); // Load external framework assets?
|
|
10853
|
+
this.debug = input(undefined, ...(ngDevMode ? [{ debugName: "debug" }] : [])); // Show debug information?
|
|
10854
|
+
this.theme = input(undefined, ...(ngDevMode ? [{ debugName: "theme" }] : [])); // Theme
|
|
10855
|
+
this.ajvOptions = input(undefined, ...(ngDevMode ? [{ debugName: "ajvOptions" }] : [])); // ajvOptions
|
|
10856
10856
|
// Outputs
|
|
10857
10857
|
this.onChanges = output(); // Live unvalidated internal form data
|
|
10858
10858
|
this.onSubmit = output(); // Complete validated form data
|
|
@@ -11526,10 +11526,10 @@ class JsonSchemaFormComponent {
|
|
|
11526
11526
|
}
|
|
11527
11527
|
}
|
|
11528
11528
|
}
|
|
11529
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11530
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
11529
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11530
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.6", type: JsonSchemaFormComponent, isStandalone: false, selector: "json-schema-form", inputs: { schema: { classPropertyName: "schema", publicName: "schema", isSignal: true, isRequired: false, transformFunction: null }, layout: { classPropertyName: "layout", publicName: "layout", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, framework: { classPropertyName: "framework", publicName: "framework", isSignal: true, isRequired: false, transformFunction: null }, widgets: { classPropertyName: "widgets", publicName: "widgets", isSignal: true, isRequired: false, transformFunction: null }, form: { classPropertyName: "form", publicName: "form", isSignal: true, isRequired: false, transformFunction: null }, model: { classPropertyName: "model", publicName: "model", isSignal: true, isRequired: false, transformFunction: null }, JSONSchema: { classPropertyName: "JSONSchema", publicName: "JSONSchema", isSignal: true, isRequired: false, transformFunction: null }, UISchema: { classPropertyName: "UISchema", publicName: "UISchema", isSignal: true, isRequired: false, transformFunction: null }, formData: { classPropertyName: "formData", publicName: "formData", isSignal: true, isRequired: false, transformFunction: null }, ngModel: { classPropertyName: "ngModel", publicName: "ngModel", isSignal: true, isRequired: false, transformFunction: null }, language: { classPropertyName: "language", publicName: "language", isSignal: true, isRequired: false, transformFunction: null }, loadExternalAssets: { classPropertyName: "loadExternalAssets", publicName: "loadExternalAssets", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, ajvOptions: { classPropertyName: "ajvOptions", publicName: "ajvOptions", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null } }, outputs: { onChanges: "onChanges", onSubmit: "onSubmit", isValid: "isValid", validationErrors: "validationErrors", formSchema: "formSchema", formLayout: "formLayout", dataChange: "dataChange", modelChange: "modelChange", formDataChange: "formDataChange", ngModelChange: "ngModelChange" }, providers: [JsonSchemaFormService, JSON_SCHEMA_FORM_VALUE_ACCESSOR], usesOnChanges: true, ngImport: i0, template: "<form [autocomplete]=\"jsf?.formOptions?.autocomplete ? 'on' : 'off'\" class=\"json-schema-form\" (ngSubmit)=\"submitForm()\">\r\n <root-widget [layout]=\"jsf?.layout\"></root-widget>\r\n</form>\r\n<div *ngIf=\"debug() || jsf?.formOptions?.debug\">\r\n Debug output:\r\n <pre>{{debugOutput}}</pre>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: RootComponent, selector: "root-widget", inputs: ["dataIndex", "layoutIndex", "layout", "isOrderable", "isFlexItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11531
11531
|
}
|
|
11532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormComponent, decorators: [{
|
|
11533
11533
|
type: Component,
|
|
11534
11534
|
args: [{ selector: 'json-schema-form', changeDetection: ChangeDetectionStrategy.OnPush, providers: [JsonSchemaFormService, JSON_SCHEMA_FORM_VALUE_ACCESSOR], standalone: false, template: "<form [autocomplete]=\"jsf?.formOptions?.autocomplete ? 'on' : 'off'\" class=\"json-schema-form\" (ngSubmit)=\"submitForm()\">\r\n <root-widget [layout]=\"jsf?.layout\"></root-widget>\r\n</form>\r\n<div *ngIf=\"debug() || jsf?.formOptions?.debug\">\r\n Debug output:\r\n <pre>{{debugOutput}}</pre>\r\n</div>" }]
|
|
11535
11535
|
}], propDecorators: { value: [{
|
|
@@ -11537,13 +11537,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
11537
11537
|
}] } });
|
|
11538
11538
|
|
|
11539
11539
|
class JsonSchemaFormModule {
|
|
11540
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11541
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
11540
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11541
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormModule, declarations: [JsonSchemaFormComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule,
|
|
11542
11542
|
WidgetLibraryModule, NoFrameworkModule], exports: [JsonSchemaFormComponent, WidgetLibraryModule] }); }
|
|
11543
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
11543
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormModule, imports: [CommonModule, FormsModule, ReactiveFormsModule,
|
|
11544
11544
|
WidgetLibraryModule, NoFrameworkModule, WidgetLibraryModule] }); }
|
|
11545
11545
|
}
|
|
11546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: JsonSchemaFormModule, decorators: [{
|
|
11547
11547
|
type: NgModule,
|
|
11548
11548
|
args: [{
|
|
11549
11549
|
imports: [
|