@genesislcap/foundation-forms 14.194.3 → 14.194.5
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/dist/custom-elements.json +22 -5
- package/dist/dts/filters/filters.d.ts +3 -4
- package/dist/dts/filters/filters.d.ts.map +1 -1
- package/dist/dts/form.d.ts +13 -51
- package/dist/dts/form.d.ts.map +1 -1
- package/dist/dts/types.d.ts +1 -1
- package/dist/dts/types.d.ts.map +1 -1
- package/dist/esm/filters/filters.js +1 -1
- package/dist/esm/form.js +1 -1
- package/dist/foundation-forms.api.json +6 -6
- package/dist/foundation-forms.d.ts +19 -51
- package/docs/api/foundation-forms.filters.md +1 -1
- package/docs/api/foundation-forms.filters.uischema.md +2 -2
- package/docs/api/foundation-forms.form.md +1 -1
- package/docs/api/foundation-forms.form.uischema.md +2 -2
- package/docs/api-report.md +9 -4
- package/package.json +14 -14
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"kind": "field",
|
|
66
66
|
"name": "uischema",
|
|
67
67
|
"type": {
|
|
68
|
-
"text": "
|
|
68
|
+
"text": "UiSchema"
|
|
69
69
|
},
|
|
70
|
-
"description": "UI schema used to define configuration of the layout and elements in the form\nCheck
|
|
70
|
+
"description": "UI schema used to define configuration of the layout and elements in the form\nCheck UiSchema for possible options",
|
|
71
71
|
"privacy": "public"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
@@ -514,7 +514,24 @@
|
|
|
514
514
|
"kind": "javascript-module",
|
|
515
515
|
"path": "src/types.ts",
|
|
516
516
|
"declarations": [],
|
|
517
|
-
"exports": [
|
|
517
|
+
"exports": [
|
|
518
|
+
{
|
|
519
|
+
"kind": "js",
|
|
520
|
+
"name": "Layout",
|
|
521
|
+
"declaration": {
|
|
522
|
+
"name": "Layout",
|
|
523
|
+
"package": "@jsonforms/core"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"kind": "js",
|
|
528
|
+
"name": "UISchemaElement",
|
|
529
|
+
"declaration": {
|
|
530
|
+
"name": "UISchemaElement",
|
|
531
|
+
"package": "@jsonforms/core"
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
]
|
|
518
535
|
},
|
|
519
536
|
{
|
|
520
537
|
"kind": "javascript-module",
|
|
@@ -598,9 +615,9 @@
|
|
|
598
615
|
"kind": "field",
|
|
599
616
|
"name": "uischema",
|
|
600
617
|
"type": {
|
|
601
|
-
"text": "
|
|
618
|
+
"text": "UiSchema"
|
|
602
619
|
},
|
|
603
|
-
"description": "UI schema used to define configuration of the layout and elements in the filters\nCheck
|
|
620
|
+
"description": "UI schema used to define configuration of the layout and elements in the filters\nCheck UiSchema for possible options",
|
|
604
621
|
"privacy": "public"
|
|
605
622
|
},
|
|
606
623
|
{
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UISchemaElement } from '@jsonforms/core';
|
|
2
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
2
|
import { JSONSchema7 } from 'json-schema';
|
|
4
|
-
import { RendererEntry } from '../types';
|
|
3
|
+
import { RendererEntry, UiSchema } from '../types';
|
|
5
4
|
/** @internal */
|
|
6
5
|
export declare const filtersLogger: import("@genesislcap/foundation-logger").Logger;
|
|
7
6
|
/** @public */
|
|
@@ -23,7 +22,7 @@ export declare class Filters extends FoundationElement {
|
|
|
23
22
|
clearFiltersData(): void;
|
|
24
23
|
/**
|
|
25
24
|
* UI schema used to define configuration of the layout and elements in the filters
|
|
26
|
-
* Check {@link
|
|
25
|
+
* Check {@link UiSchema} for possible options
|
|
27
26
|
*
|
|
28
27
|
* @remarks
|
|
29
28
|
* If not provided will be autogenerated based on json schema or initial data
|
|
@@ -59,7 +58,7 @@ export declare class Filters extends FoundationElement {
|
|
|
59
58
|
* ```
|
|
60
59
|
* @public
|
|
61
60
|
*/
|
|
62
|
-
uischema:
|
|
61
|
+
uischema: UiSchema;
|
|
63
62
|
/**
|
|
64
63
|
* Allows to provide set of renderers used by the filters. If not provided it will default to text-field inputs
|
|
65
64
|
* @public
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAY1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAKnD,gBAAgB;AAChB,eAAO,MAAM,aAAa,iDAAqC,CAAC;AAchE,cAAc;AACd,eAAO,MAAM,gBAAgB,OAY5B,CAAC;AACF;;;;;GAKG;AAEH,qBAKa,OAAQ,SAAQ,iBAAiB;IAC5C;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAW1B,gBAAgB;IAKvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAoB;IAC1D;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAE3B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAC3B;;;OAGG;IACS,KAAK,EAAE,MAAM,CAAC;IAC1B,YAAY;IAIZ;;OAEG;IACH,aAAa;IAyBb;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAO3B,oBAAoB;CAKrB"}
|
package/dist/dts/form.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { UISchemaElement } from '@jsonforms/core';
|
|
2
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
2
|
import { JSONSchema7 } from 'json-schema';
|
|
4
|
-
import { RendererEntry } from './types';
|
|
3
|
+
import { RendererEntry, UiSchema } from './types';
|
|
5
4
|
/** @public */
|
|
6
5
|
export declare const renderers: any[];
|
|
7
6
|
declare const Form_base: (new (...args: any[]) => {
|
|
@@ -23,44 +22,7 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
23
22
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
24
23
|
accessKey: string;
|
|
25
24
|
readonly accessKeyLabel: string;
|
|
26
|
-
autocapitalize: string;
|
|
27
|
-
* UI schema used to define configuration of the layout and elements in the form
|
|
28
|
-
* Check {@link UiSchemaElement} for possible options
|
|
29
|
-
*
|
|
30
|
-
* @remarks
|
|
31
|
-
* If not provided will be autogenerated based on json schema or initial data
|
|
32
|
-
*
|
|
33
|
-
* @example
|
|
34
|
-
* Here's a simple example:
|
|
35
|
-
* ```
|
|
36
|
-
* const sampleUISchema = {
|
|
37
|
-
* type: 'VerticalLayout',
|
|
38
|
-
* elements: [
|
|
39
|
-
* {
|
|
40
|
-
* type: 'Control',
|
|
41
|
-
* scope: '#/properties/QUANTITY',
|
|
42
|
-
* label: 'Quantity',
|
|
43
|
-
* },
|
|
44
|
-
* {
|
|
45
|
-
* type: 'Control',
|
|
46
|
-
* scope: '#/properties/INSTRUMENT_ID',
|
|
47
|
-
* options: {
|
|
48
|
-
* allOptionsResourceName: 'INSTRUMENT',
|
|
49
|
-
* valueField: 'INSTRUMENT_ID',
|
|
50
|
-
* labelField: 'INSTRUMENT_ID',
|
|
51
|
-
* },
|
|
52
|
-
* label: 'Instrument',
|
|
53
|
-
* },
|
|
54
|
-
* {
|
|
55
|
-
* type: 'Control',
|
|
56
|
-
* scope: '#/properties/SIDE',
|
|
57
|
-
* label: 'Side',
|
|
58
|
-
* },
|
|
59
|
-
* ],
|
|
60
|
-
* };
|
|
61
|
-
* ```
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
25
|
+
autocapitalize: string;
|
|
64
26
|
dir: string;
|
|
65
27
|
draggable: boolean;
|
|
66
28
|
hidden: boolean;
|
|
@@ -89,7 +51,12 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
89
51
|
readonly clientLeft: number;
|
|
90
52
|
readonly clientTop: number;
|
|
91
53
|
readonly clientWidth: number;
|
|
92
|
-
id: string;
|
|
54
|
+
id: string; /**
|
|
55
|
+
* Represents the combined set of renderer entries that include both the default `renderers` and any `additionalRenderers`.
|
|
56
|
+
* This merged list of renderers is dynamically used by the form to render its components based on the current configuration of renderer settings.
|
|
57
|
+
* Any update to the `renderers` or `additionalRenderers` properties triggers a refresh of this combined list, ensuring it always reflects the most recent state.
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
93
60
|
readonly localName: string;
|
|
94
61
|
readonly namespaceURI: string;
|
|
95
62
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
@@ -134,6 +101,9 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
134
101
|
releasePointerCapture(pointerId: number): void;
|
|
135
102
|
removeAttribute(qualifiedName: string): void;
|
|
136
103
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
137
107
|
removeAttributeNode(attr: Attr): Attr;
|
|
138
108
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
139
109
|
requestPointerLock(): void;
|
|
@@ -142,15 +112,7 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
142
112
|
scrollBy(options?: ScrollToOptions): void;
|
|
143
113
|
scrollBy(x: number, y: number): void;
|
|
144
114
|
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
145
|
-
/**
|
|
146
|
-
* Reset the form state
|
|
147
|
-
* @public
|
|
148
|
-
*/
|
|
149
115
|
scrollTo(options?: ScrollToOptions): void;
|
|
150
|
-
/**
|
|
151
|
-
* Reset the form state
|
|
152
|
-
* @public
|
|
153
|
-
*/
|
|
154
116
|
scrollTo(x: number, y: number): void;
|
|
155
117
|
setAttribute(qualifiedName: string, value: string): void;
|
|
156
118
|
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
@@ -396,7 +358,7 @@ export declare class Form extends Form_base {
|
|
|
396
358
|
private removeDataProperties;
|
|
397
359
|
/**
|
|
398
360
|
* UI schema used to define configuration of the layout and elements in the form
|
|
399
|
-
* Check {@link
|
|
361
|
+
* Check {@link UiSchema} for possible options
|
|
400
362
|
*
|
|
401
363
|
* @remarks
|
|
402
364
|
* If not provided will be autogenerated based on json schema or initial data
|
|
@@ -432,7 +394,7 @@ export declare class Form extends Form_base {
|
|
|
432
394
|
* ```
|
|
433
395
|
* @public
|
|
434
396
|
*/
|
|
435
|
-
uischema:
|
|
397
|
+
uischema: UiSchema;
|
|
436
398
|
/**
|
|
437
399
|
* Allows to provide set of renderers used by the form. If not provided it will default to text-field inputs
|
|
438
400
|
* @public
|
package/dist/dts/form.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAoB1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAelD,cAAc;AACd,eAAO,MAAM,SAAS,OAkBrB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAwHA;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuFH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AArNL;;;;;GAKG;AAEH,qBAKa,IAAK,SAAQ,SAAiC;IACzD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAU;IACrE;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAcjC,OAAO,CAAC,oBAAoB;IA0B5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD,gBAAgB;IAGhB;;;OAGG;IACS,mBAAmB,EAAE,aAAa,EAAE,CAAM;IACtD,0BAA0B;IAG1B;;;;;OAKG;IACS,eAAe,EAAE,aAAa,EAAE,CAAa;IACzD,OAAO,CAAC,qBAAqB;IAI7B;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAEJ,QAAQ,EAAE,OAAO,CAAC;IACe,UAAU,EAAE,OAAO,CAAC;IAEhF;;OAEG;IACG,OAAO;IA2Bb,IAAc,cAAc,YAM3B;IAED;;OAEG;IACM,SAAS,IAAI,IAAI;IAW1B;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,WAAW;IAI7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAQ3B,oBAAoB;IAKpB;;;OAGG;IACH,KAAK,CAAC,SAAS,UAAO;CAMvB"}
|
package/dist/dts/types.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { RuleEffect, SchemaBasedCondition } from '@jsonforms/core';
|
|
|
4
4
|
import { ViewTemplate } from '@microsoft/fast-element';
|
|
5
5
|
import { ErrorObject } from 'ajv';
|
|
6
6
|
import { DispatchRenderer } from './jsonforms/renderers/dispatch-renderer';
|
|
7
|
+
export type { Layout, UISchemaElement } from '@jsonforms/core';
|
|
7
8
|
/**
|
|
8
9
|
* The layouts and control types, which allow you to customize the arrangement of forms.
|
|
9
10
|
* @public
|
|
@@ -209,5 +210,4 @@ export type RendererEntry = {
|
|
|
209
210
|
tester: RankedTester;
|
|
210
211
|
mapper: (state: JsonFormsState, ownProps: OwnPropsOfControl) => StatePropsOfControl;
|
|
211
212
|
};
|
|
212
|
-
export {};
|
|
213
213
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/dts/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,YAAY,EACZ,mBAAmB,EACpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAE3E,YAAY,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAE/D;;;KAGK;AACL,MAAM,MAAM,mBAAmB,GAC3B,SAAS,GACT,gBAAgB,GAChB,wBAAwB,GACxB,gBAAgB,GAChB,OAAO,GACP,SAAS,GACT,kBAAkB,CAAC;AAEvB;;;GAGG;AACH,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG,YAAY,CAAC;AAE/D;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;IACrC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;CACd,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;;OAIG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC;CAC1B,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;;OAGG;IACH,WAAW,CAAC,EAAE,sBAAsB,CAAC;CACtC,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;;OAGG;IACH,aAAa,CAAC,EAAE,QAAQ,EAAE,CAAC;CAC5B,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG,6BAA6B,CAAC;AAEjE;;;GAGG;AACH,MAAM,MAAM,sBAAsB,GAAG,6BAA6B,CAAC;AAEnE;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,WAAW,EAAE,CAAC;IACvE,IAAI,CAAC,EAAE;QACL,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CAAC;CACH,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,sBAAsB,GAC9B,yBAAyB,GACzB,oBAAoB,GACpB,6BAA6B,GAC7B,oBAAoB,GACpB,sBAAsB,GACtB,qBAAqB,GACrB,uBAAuB,CAAC;AAE5B;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;SAGK;IACL,IAAI,EAAE,mBAAmB,CAAC;IAC1B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,sBAAsB,CAAC;IACjC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;CACb,CAAC;AAEF,KAAK,IAAI,GAAG;IACV,SAAS,EAAE,oBAAoB,CAAC;IAChC,MAAM,EAAE,UAAU,CAAC;CACpB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,QAAQ,GAAG;IACrB;;;SAGK;IACL,IAAI,EAAE,mBAAmB,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B;;;OAGG;IACH,OAAO,CAAC,EAAE,yBAAyB,CAAC;CACrC,CAAC;AAEF,cAAc;AACd,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,YAAY,CAAC,gBAAgB,EAAE,GAAG,CAAC,CAAC;IAC9C,MAAM,EAAE,YAAY,CAAC;IACrB,MAAM,EAAE,CAAC,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,KAAK,mBAAmB,CAAC;CACrF,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { __awaiter, __decorate } from "tslib";
|
|
|
2
2
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { CriteriaBuilder, Join } from '@genesislcap/foundation-criteria';
|
|
4
4
|
import { createLogger } from '@genesislcap/foundation-logger';
|
|
5
|
-
import { isControl, isStringControl, mapStateToControlProps, rankWith
|
|
5
|
+
import { isControl, isStringControl, mapStateToControlProps, rankWith } from '@jsonforms/core';
|
|
6
6
|
import { attr, customElement, observable } from '@microsoft/fast-element';
|
|
7
7
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
8
8
|
import { BooleanControlEntry } from '../jsonforms/renderers/BooleanControlRenderer';
|
package/dist/esm/form.js
CHANGED
|
@@ -2,7 +2,7 @@ import { __awaiter, __decorate } from "tslib";
|
|
|
2
2
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
4
4
|
import JsonSchemaDereferencer from '@json-schema-tools/dereferencer';
|
|
5
|
-
import { isControl, isStringControl, mapStateToControlProps, rankWith
|
|
5
|
+
import { isControl, isStringControl, mapStateToControlProps, rankWith } from '@jsonforms/core';
|
|
6
6
|
import { attr, customElement, DOM, observable, volatile } from '@microsoft/fast-element';
|
|
7
7
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
8
8
|
import { foundationFormStyles as styles } from './form.styles';
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
{
|
|
522
522
|
"kind": "Property",
|
|
523
523
|
"canonicalReference": "@genesislcap/foundation-forms!Filters#uischema:member",
|
|
524
|
-
"docComment": "/**\n * UI schema used to define configuration of the layout and elements in the filters Check {@link
|
|
524
|
+
"docComment": "/**\n * UI schema used to define configuration of the layout and elements in the filters Check {@link UiSchema} for possible options\n *\n * @remarks\n *\n * If not provided will be autogenerated based on json schema or initial data\n *\n * @example\n *\n * Here's a simple example:\n * ```\n * const sampleUISchema = {\n * type: 'VerticalLayout',\n * elements: [\n * {\n * type: 'Control',\n * scope: '#/properties/QUANTITY',\n * label: 'Quantity',\n * },\n * {\n * type: 'Control',\n * scope: '#/properties/INSTRUMENT_ID',\n * options: {\n * allOptionsResourceName: 'INSTRUMENT',\n * valueField: 'INSTRUMENT_ID',\n * labelField: 'INSTRUMENT_ID',\n * },\n * label: 'Instrument',\n * },\n * {\n * type: 'Control',\n * scope: '#/properties/SIDE',\n * label: 'Side',\n * },\n * ],\n * };\n * ```\n *\n * @public\n */\n",
|
|
525
525
|
"excerptTokens": [
|
|
526
526
|
{
|
|
527
527
|
"kind": "Content",
|
|
@@ -529,8 +529,8 @@
|
|
|
529
529
|
},
|
|
530
530
|
{
|
|
531
531
|
"kind": "Reference",
|
|
532
|
-
"text": "
|
|
533
|
-
"canonicalReference": "@
|
|
532
|
+
"text": "UiSchema",
|
|
533
|
+
"canonicalReference": "@genesislcap/foundation-forms!UiSchema:type"
|
|
534
534
|
},
|
|
535
535
|
{
|
|
536
536
|
"kind": "Content",
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
{
|
|
1126
1126
|
"kind": "Property",
|
|
1127
1127
|
"canonicalReference": "@genesislcap/foundation-forms!Form#uischema:member",
|
|
1128
|
-
"docComment": "/**\n * UI schema used to define configuration of the layout and elements in the form Check {@link
|
|
1128
|
+
"docComment": "/**\n * UI schema used to define configuration of the layout and elements in the form Check {@link UiSchema} for possible options\n *\n * @remarks\n *\n * If not provided will be autogenerated based on json schema or initial data\n *\n * @example\n *\n * Here's a simple example:\n * ```\n * const sampleUISchema = {\n * type: 'VerticalLayout',\n * elements: [\n * {\n * type: 'Control',\n * scope: '#/properties/QUANTITY',\n * label: 'Quantity',\n * },\n * {\n * type: 'Control',\n * scope: '#/properties/INSTRUMENT_ID',\n * options: {\n * allOptionsResourceName: 'INSTRUMENT',\n * valueField: 'INSTRUMENT_ID',\n * labelField: 'INSTRUMENT_ID',\n * },\n * label: 'Instrument',\n * },\n * {\n * type: 'Control',\n * scope: '#/properties/SIDE',\n * label: 'Side',\n * },\n * ],\n * };\n * ```\n *\n * @public\n */\n",
|
|
1129
1129
|
"excerptTokens": [
|
|
1130
1130
|
{
|
|
1131
1131
|
"kind": "Content",
|
|
@@ -1133,8 +1133,8 @@
|
|
|
1133
1133
|
},
|
|
1134
1134
|
{
|
|
1135
1135
|
"kind": "Reference",
|
|
1136
|
-
"text": "
|
|
1137
|
-
"canonicalReference": "@
|
|
1136
|
+
"text": "UiSchema",
|
|
1137
|
+
"canonicalReference": "@genesislcap/foundation-forms!UiSchema:type"
|
|
1138
1138
|
},
|
|
1139
1139
|
{
|
|
1140
1140
|
"kind": "Content",
|
|
@@ -10,6 +10,7 @@ import { FoundationElement } from '@microsoft/fast-foundation';
|
|
|
10
10
|
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
11
11
|
import { JsonFormsState } from '@jsonforms/core';
|
|
12
12
|
import { JSONSchema7 } from 'json-schema';
|
|
13
|
+
import { Layout } from '@jsonforms/core';
|
|
13
14
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
14
15
|
import { Logger } from '@genesislcap/foundation-logger';
|
|
15
16
|
import { OwnPropsOfControl } from '@jsonforms/core';
|
|
@@ -130,7 +131,7 @@ export declare class Filters extends FoundationElement {
|
|
|
130
131
|
clearFiltersData(): void;
|
|
131
132
|
/**
|
|
132
133
|
* UI schema used to define configuration of the layout and elements in the filters
|
|
133
|
-
* Check {@link
|
|
134
|
+
* Check {@link UiSchema} for possible options
|
|
134
135
|
*
|
|
135
136
|
* @remarks
|
|
136
137
|
* If not provided will be autogenerated based on json schema or initial data
|
|
@@ -166,7 +167,7 @@ export declare class Filters extends FoundationElement {
|
|
|
166
167
|
* ```
|
|
167
168
|
* @public
|
|
168
169
|
*/
|
|
169
|
-
uischema:
|
|
170
|
+
uischema: UiSchema;
|
|
170
171
|
/**
|
|
171
172
|
* Allows to provide set of renderers used by the filters. If not provided it will default to text-field inputs
|
|
172
173
|
* @public
|
|
@@ -231,7 +232,7 @@ export declare class Form extends Form_base {
|
|
|
231
232
|
private removeDataProperties;
|
|
232
233
|
/**
|
|
233
234
|
* UI schema used to define configuration of the layout and elements in the form
|
|
234
|
-
* Check {@link
|
|
235
|
+
* Check {@link UiSchema} for possible options
|
|
235
236
|
*
|
|
236
237
|
* @remarks
|
|
237
238
|
* If not provided will be autogenerated based on json schema or initial data
|
|
@@ -267,7 +268,7 @@ export declare class Form extends Form_base {
|
|
|
267
268
|
* ```
|
|
268
269
|
* @public
|
|
269
270
|
*/
|
|
270
|
-
uischema:
|
|
271
|
+
uischema: UiSchema;
|
|
271
272
|
/**
|
|
272
273
|
* Allows to provide set of renderers used by the form. If not provided it will default to text-field inputs
|
|
273
274
|
* @public
|
|
@@ -357,44 +358,7 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
357
358
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
358
359
|
accessKey: string;
|
|
359
360
|
readonly accessKeyLabel: string;
|
|
360
|
-
autocapitalize: string;
|
|
361
|
-
* UI schema used to define configuration of the layout and elements in the form
|
|
362
|
-
* Check {@link UiSchemaElement} for possible options
|
|
363
|
-
*
|
|
364
|
-
* @remarks
|
|
365
|
-
* If not provided will be autogenerated based on json schema or initial data
|
|
366
|
-
*
|
|
367
|
-
* @example
|
|
368
|
-
* Here's a simple example:
|
|
369
|
-
* ```
|
|
370
|
-
* const sampleUISchema = {
|
|
371
|
-
* type: 'VerticalLayout',
|
|
372
|
-
* elements: [
|
|
373
|
-
* {
|
|
374
|
-
* type: 'Control',
|
|
375
|
-
* scope: '#/properties/QUANTITY',
|
|
376
|
-
* label: 'Quantity',
|
|
377
|
-
* },
|
|
378
|
-
* {
|
|
379
|
-
* type: 'Control',
|
|
380
|
-
* scope: '#/properties/INSTRUMENT_ID',
|
|
381
|
-
* options: {
|
|
382
|
-
* allOptionsResourceName: 'INSTRUMENT',
|
|
383
|
-
* valueField: 'INSTRUMENT_ID',
|
|
384
|
-
* labelField: 'INSTRUMENT_ID',
|
|
385
|
-
* },
|
|
386
|
-
* label: 'Instrument',
|
|
387
|
-
* },
|
|
388
|
-
* {
|
|
389
|
-
* type: 'Control',
|
|
390
|
-
* scope: '#/properties/SIDE',
|
|
391
|
-
* label: 'Side',
|
|
392
|
-
* },
|
|
393
|
-
* ],
|
|
394
|
-
* };
|
|
395
|
-
* ```
|
|
396
|
-
* @public
|
|
397
|
-
*/
|
|
361
|
+
autocapitalize: string;
|
|
398
362
|
dir: string;
|
|
399
363
|
draggable: boolean;
|
|
400
364
|
hidden: boolean;
|
|
@@ -423,7 +387,12 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
423
387
|
readonly clientLeft: number;
|
|
424
388
|
readonly clientTop: number;
|
|
425
389
|
readonly clientWidth: number;
|
|
426
|
-
id: string;
|
|
390
|
+
id: string; /**
|
|
391
|
+
* Represents the combined set of renderer entries that include both the default `renderers` and any `additionalRenderers`.
|
|
392
|
+
* This merged list of renderers is dynamically used by the form to render its components based on the current configuration of renderer settings.
|
|
393
|
+
* Any update to the `renderers` or `additionalRenderers` properties triggers a refresh of this combined list, ensuring it always reflects the most recent state.
|
|
394
|
+
* @public
|
|
395
|
+
*/
|
|
427
396
|
readonly localName: string;
|
|
428
397
|
readonly namespaceURI: string;
|
|
429
398
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
@@ -468,6 +437,9 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
468
437
|
releasePointerCapture(pointerId: number): void;
|
|
469
438
|
removeAttribute(qualifiedName: string): void;
|
|
470
439
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
440
|
+
/**
|
|
441
|
+
* @internal
|
|
442
|
+
*/
|
|
471
443
|
removeAttributeNode(attr: Attr): Attr;
|
|
472
444
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
473
445
|
requestPointerLock(): void;
|
|
@@ -476,15 +448,7 @@ declare const Form_base: (new (...args: any[]) => {
|
|
|
476
448
|
scrollBy(options?: ScrollToOptions): void;
|
|
477
449
|
scrollBy(x: number, y: number): void;
|
|
478
450
|
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
479
|
-
/**
|
|
480
|
-
* Reset the form state
|
|
481
|
-
* @public
|
|
482
|
-
*/
|
|
483
451
|
scrollTo(options?: ScrollToOptions): void;
|
|
484
|
-
/**
|
|
485
|
-
* Reset the form state
|
|
486
|
-
* @public
|
|
487
|
-
*/
|
|
488
452
|
scrollTo(x: number, y: number): void;
|
|
489
453
|
setAttribute(qualifiedName: string, value: string): void;
|
|
490
454
|
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
@@ -746,6 +710,8 @@ export declare const getPrefixedForm: (prefix: any) => ViewTemplate<Form, any>;
|
|
|
746
710
|
*/
|
|
747
711
|
export declare type GroupRendererOptions = CategorizationRendererOptions;
|
|
748
712
|
|
|
713
|
+
export { Layout }
|
|
714
|
+
|
|
749
715
|
/** @internal */
|
|
750
716
|
export declare const logger: Logger;
|
|
751
717
|
|
|
@@ -868,6 +834,8 @@ export declare type UiSchema = {
|
|
|
868
834
|
options?: StepperOrientationOptions;
|
|
869
835
|
};
|
|
870
836
|
|
|
837
|
+
export { UISchemaElement }
|
|
838
|
+
|
|
871
839
|
/**
|
|
872
840
|
* A UiSchemaElement that displays property values in a user interface element.
|
|
873
841
|
* @public
|
|
@@ -24,7 +24,7 @@ export declare class Filters extends FoundationElement
|
|
|
24
24
|
| [jsonSchema](./foundation-forms.filters.jsonschema.md) | | JSONSchema7 | Alternatively to providing [Form.resourceName](./foundation-forms.form.resourcename.md) you can hardcode the JSON schema on the client. |
|
|
25
25
|
| [renderers](./foundation-forms.filters.renderers.md) | | [RendererEntry](./foundation-forms.rendererentry.md)<!-- -->\[\] | Allows to provide set of renderers used by the filters. If not provided it will default to text-field inputs |
|
|
26
26
|
| [resourceName](./foundation-forms.filters.resourcename.md) | | string | Name of the backend resource which will provide metadata used to generate filters |
|
|
27
|
-
| [uischema](./foundation-forms.filters.uischema.md) | |
|
|
27
|
+
| [uischema](./foundation-forms.filters.uischema.md) | | [UiSchema](./foundation-forms.uischema.md) | UI schema used to define configuration of the layout and elements in the filters Check [UiSchema](./foundation-forms.uischema.md) for possible options |
|
|
28
28
|
| [value](./foundation-forms.filters.value.md) | | string | Created criteria based on the given data that can be used to filter the data |
|
|
29
29
|
|
|
30
30
|
## Methods
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## Filters.uischema property
|
|
6
6
|
|
|
7
|
-
UI schema used to define configuration of the layout and elements in the filters Check [
|
|
7
|
+
UI schema used to define configuration of the layout and elements in the filters Check [UiSchema](./foundation-forms.uischema.md) for possible options
|
|
8
8
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
uischema:
|
|
12
|
+
uischema: UiSchema;
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Remarks
|
|
@@ -30,7 +30,7 @@ export declare class Form extends Form_base
|
|
|
30
30
|
| [readonly](./foundation-forms.form.readonly.md) | | boolean | **_(BETA)_** |
|
|
31
31
|
| [renderers](./foundation-forms.form.renderers.md) | | [RendererEntry](./foundation-forms.rendererentry.md)<!-- -->\[\] | Allows to provide set of renderers used by the form. If not provided it will default to text-field inputs |
|
|
32
32
|
| [resourceName](./foundation-forms.form.resourcename.md) | | string | Name of the backend resource which will provide metadata used to generate form and later used for submitting data |
|
|
33
|
-
| [uischema](./foundation-forms.form.uischema.md) | |
|
|
33
|
+
| [uischema](./foundation-forms.form.uischema.md) | | [UiSchema](./foundation-forms.uischema.md) | UI schema used to define configuration of the layout and elements in the form Check [UiSchema](./foundation-forms.uischema.md) for possible options |
|
|
34
34
|
|
|
35
35
|
## Methods
|
|
36
36
|
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## Form.uischema property
|
|
6
6
|
|
|
7
|
-
UI schema used to define configuration of the layout and elements in the form Check [
|
|
7
|
+
UI schema used to define configuration of the layout and elements in the form Check [UiSchema](./foundation-forms.uischema.md) for possible options
|
|
8
8
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
uischema:
|
|
12
|
+
uischema: UiSchema;
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Remarks
|
package/docs/api-report.md
CHANGED
|
@@ -16,6 +16,7 @@ import { FoundationElement } from '@microsoft/fast-foundation';
|
|
|
16
16
|
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
17
17
|
import { JsonFormsState } from '@jsonforms/core';
|
|
18
18
|
import { JSONSchema7 } from 'json-schema';
|
|
19
|
+
import { Layout } from '@jsonforms/core';
|
|
19
20
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
20
21
|
import { Logger } from '@genesislcap/foundation-logger';
|
|
21
22
|
import { OwnPropsOfControl } from '@jsonforms/core';
|
|
@@ -70,7 +71,7 @@ export class Filters extends FoundationElement {
|
|
|
70
71
|
// @internal (undocumented)
|
|
71
72
|
searchFilters(): void;
|
|
72
73
|
// @public
|
|
73
|
-
uischema:
|
|
74
|
+
uischema: UiSchema;
|
|
74
75
|
// @public
|
|
75
76
|
value: string;
|
|
76
77
|
// (undocumented)
|
|
@@ -130,7 +131,7 @@ export class Form extends Form_base {
|
|
|
130
131
|
// @internal (undocumented)
|
|
131
132
|
submitting: boolean;
|
|
132
133
|
// @public
|
|
133
|
-
uischema:
|
|
134
|
+
uischema: UiSchema;
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
// Warning: (ae-internal-missing-underscore) The name "foundationFormStyles" should be prefixed with an underscore because the declaration is marked as @internal
|
|
@@ -182,6 +183,8 @@ export const getPrefixedForm: (prefix: any) => ViewTemplate<Form, any>;
|
|
|
182
183
|
// @public
|
|
183
184
|
export type GroupRendererOptions = CategorizationRendererOptions;
|
|
184
185
|
|
|
186
|
+
export { Layout }
|
|
187
|
+
|
|
185
188
|
// Warning: (ae-internal-missing-underscore) The name "logger" should be prefixed with an underscore because the declaration is marked as @internal
|
|
186
189
|
//
|
|
187
190
|
// @internal (undocumented)
|
|
@@ -240,6 +243,8 @@ export type UiSchema = {
|
|
|
240
243
|
options?: StepperOrientationOptions;
|
|
241
244
|
};
|
|
242
245
|
|
|
246
|
+
export { UISchemaElement }
|
|
247
|
+
|
|
243
248
|
// @public
|
|
244
249
|
export type UiSchemaElement = {
|
|
245
250
|
type: UiSchemaElementType;
|
|
@@ -258,8 +263,8 @@ export type UiSchemaElementType = 'Control' | 'VerticalLayout' | 'LayoutVertical
|
|
|
258
263
|
|
|
259
264
|
// Warnings were encountered during analysis:
|
|
260
265
|
//
|
|
261
|
-
// src/types.ts:
|
|
262
|
-
// src/types.ts:
|
|
266
|
+
// src/types.ts:210:3 - (ae-forgotten-export) The symbol "Rule" needs to be exported by the entry point index.d.ts
|
|
267
|
+
// src/types.ts:244:3 - (ae-forgotten-export) The symbol "DispatchRenderer" needs to be exported by the entry point index.d.ts
|
|
263
268
|
|
|
264
269
|
// (No @packageDocumentation comment for this package)
|
|
265
270
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-forms",
|
|
3
3
|
"description": "Genesis Foundation Forms",
|
|
4
|
-
"version": "14.194.
|
|
4
|
+
"version": "14.194.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -48,22 +48,22 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@genesislcap/foundation-testing": "14.194.
|
|
52
|
-
"@genesislcap/genx": "14.194.
|
|
53
|
-
"@genesislcap/rollup-builder": "14.194.
|
|
54
|
-
"@genesislcap/ts-builder": "14.194.
|
|
55
|
-
"@genesislcap/uvu-playwright-builder": "14.194.
|
|
56
|
-
"@genesislcap/vite-builder": "14.194.
|
|
57
|
-
"@genesislcap/webpack-builder": "14.194.
|
|
51
|
+
"@genesislcap/foundation-testing": "14.194.5",
|
|
52
|
+
"@genesislcap/genx": "14.194.5",
|
|
53
|
+
"@genesislcap/rollup-builder": "14.194.5",
|
|
54
|
+
"@genesislcap/ts-builder": "14.194.5",
|
|
55
|
+
"@genesislcap/uvu-playwright-builder": "14.194.5",
|
|
56
|
+
"@genesislcap/vite-builder": "14.194.5",
|
|
57
|
+
"@genesislcap/webpack-builder": "14.194.5",
|
|
58
58
|
"@types/json-schema": "^7.0.11",
|
|
59
59
|
"rimraf": "^5.0.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@genesislcap/foundation-comms": "14.194.
|
|
63
|
-
"@genesislcap/foundation-criteria": "14.194.
|
|
64
|
-
"@genesislcap/foundation-logger": "14.194.
|
|
65
|
-
"@genesislcap/foundation-ui": "14.194.
|
|
66
|
-
"@genesislcap/foundation-utils": "14.194.
|
|
62
|
+
"@genesislcap/foundation-comms": "14.194.5",
|
|
63
|
+
"@genesislcap/foundation-criteria": "14.194.5",
|
|
64
|
+
"@genesislcap/foundation-logger": "14.194.5",
|
|
65
|
+
"@genesislcap/foundation-ui": "14.194.5",
|
|
66
|
+
"@genesislcap/foundation-utils": "14.194.5",
|
|
67
67
|
"@json-schema-tools/dereferencer": "^1.6.1",
|
|
68
68
|
"@jsonforms/core": "^3.2.1",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
86
|
"customElements": "dist/custom-elements.json",
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "8aea4a0c66bba7965936dc85a795b08dbfdabf1d"
|
|
88
88
|
}
|