@genesislcap/foundation-forms 14.25.0-bny.1 → 14.25.0-bny.2

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.
@@ -336,6 +336,22 @@
336
336
  "package": "./form"
337
337
  }
338
338
  },
339
+ {
340
+ "kind": "js",
341
+ "name": "*",
342
+ "declaration": {
343
+ "name": "*",
344
+ "package": "./form.styles"
345
+ }
346
+ },
347
+ {
348
+ "kind": "js",
349
+ "name": "*",
350
+ "declaration": {
351
+ "name": "*",
352
+ "package": "./form.template"
353
+ }
354
+ },
339
355
  {
340
356
  "kind": "js",
341
357
  "name": "*",
@@ -1,2 +1,3 @@
1
+ /** @beta */
1
2
  export declare const foundationFormStyles: import("@microsoft/fast-element").ElementStyles;
2
3
  //# sourceMappingURL=form.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.styles.d.ts","sourceRoot":"","sources":["../../src/form.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB,iDAoDhC,CAAC"}
1
+ {"version":3,"file":"form.styles.d.ts","sourceRoot":"","sources":["../../src/form.styles.ts"],"names":[],"mappings":"AAKA,YAAY;AACZ,eAAO,MAAM,oBAAoB,iDAoDhC,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { Form } from './form';
2
+ /** @beta */
2
3
  export declare const foundationFormTemplate: import("@microsoft/fast-element").ViewTemplate<Form, any>;
3
4
  //# sourceMappingURL=form.template.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.template.d.ts","sourceRoot":"","sources":["../../src/form.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAanC,eAAO,MAAM,sBAAsB,2DA2BlC,CAAC"}
1
+ {"version":3,"file":"form.template.d.ts","sourceRoot":"","sources":["../../src/form.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAanC,YAAY;AACZ,eAAO,MAAM,sBAAsB,2DA2BlC,CAAC"}
@@ -1,5 +1,7 @@
1
1
  export * from './filters';
2
2
  export * from './form';
3
+ export * from './form.styles';
4
+ export * from './form.template';
3
5
  export * from './types';
4
6
  export * from './utils';
5
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
@@ -2,6 +2,7 @@ import { controlCornerRadius, designUnit, strokeWidth } from '@microsoft/fast-co
2
2
  import { css } from '@microsoft/fast-element';
3
3
  import { forcedColorsStylesheetBehavior } from '@microsoft/fast-foundation';
4
4
  import { SystemColors } from '@microsoft/fast-web-utilities';
5
+ /** @beta */
5
6
  export const foundationFormStyles = css `
6
7
  :host {
7
8
  border: calc(${strokeWidth} * 1px) solid transparent;
@@ -9,6 +9,7 @@ ArrayListWrapper;
9
9
  CategorizationWrapper;
10
10
  ControlWrapper;
11
11
  DispatchRenderer;
12
+ /** @beta */
12
13
  export const foundationFormTemplate = html `
13
14
  <template>
14
15
  <json-forms
package/dist/esm/index.js CHANGED
@@ -1,4 +1,6 @@
1
1
  export * from './filters';
2
2
  export * from './form';
3
+ export * from './form.styles';
4
+ export * from './form.template';
3
5
  export * from './types';
4
6
  export * from './utils';
@@ -816,6 +816,75 @@
816
816
  },
817
817
  "implementsTokenRanges": []
818
818
  },
819
+ {
820
+ "kind": "Variable",
821
+ "canonicalReference": "@genesislcap/foundation-forms!foundationFormStyles:var",
822
+ "docComment": "/**\n * @beta\n */\n",
823
+ "excerptTokens": [
824
+ {
825
+ "kind": "Content",
826
+ "text": "foundationFormStyles: "
827
+ },
828
+ {
829
+ "kind": "Content",
830
+ "text": "import(\"@microsoft/fast-element\")."
831
+ },
832
+ {
833
+ "kind": "Reference",
834
+ "text": "ElementStyles",
835
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
836
+ }
837
+ ],
838
+ "fileUrlPath": "src/form.styles.ts",
839
+ "isReadonly": true,
840
+ "releaseTag": "Beta",
841
+ "name": "foundationFormStyles",
842
+ "variableTypeTokenRange": {
843
+ "startIndex": 1,
844
+ "endIndex": 3
845
+ }
846
+ },
847
+ {
848
+ "kind": "Variable",
849
+ "canonicalReference": "@genesislcap/foundation-forms!foundationFormTemplate:var",
850
+ "docComment": "/**\n * @beta\n */\n",
851
+ "excerptTokens": [
852
+ {
853
+ "kind": "Content",
854
+ "text": "foundationFormTemplate: "
855
+ },
856
+ {
857
+ "kind": "Content",
858
+ "text": "import(\"@microsoft/fast-element\")."
859
+ },
860
+ {
861
+ "kind": "Reference",
862
+ "text": "ViewTemplate",
863
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
864
+ },
865
+ {
866
+ "kind": "Content",
867
+ "text": "<"
868
+ },
869
+ {
870
+ "kind": "Reference",
871
+ "text": "Form",
872
+ "canonicalReference": "@genesislcap/foundation-forms!Form:class"
873
+ },
874
+ {
875
+ "kind": "Content",
876
+ "text": ", any>"
877
+ }
878
+ ],
879
+ "fileUrlPath": "src/form.template.ts",
880
+ "isReadonly": true,
881
+ "releaseTag": "Beta",
882
+ "name": "foundationFormTemplate",
883
+ "variableTypeTokenRange": {
884
+ "startIndex": 1,
885
+ "endIndex": 6
886
+ }
887
+ },
819
888
  {
820
889
  "kind": "Variable",
821
890
  "canonicalReference": "@genesislcap/foundation-forms!genesisErrorTranslator:var",
@@ -1,4 +1,5 @@
1
1
  import { DatasourceOptions } from '@genesislcap/foundation-comms';
2
+ import { ElementStyles } from '@microsoft/fast-element';
2
3
  import { ErrorObject } from 'ajv';
3
4
  import { ErrorTranslator } from '@jsonforms/core';
4
5
  import { Expression } from '@genesislcap/foundation-criteria';
@@ -234,6 +235,12 @@ export declare class Form extends FoundationElement {
234
235
  reset(): void;
235
236
  }
236
237
 
238
+ /** @beta */
239
+ export declare const foundationFormStyles: ElementStyles;
240
+
241
+ /** @beta */
242
+ export declare const foundationFormTemplate: ViewTemplate<Form, any>;
243
+
237
244
  /** @public */
238
245
  export declare const genesisErrorTranslator: ErrorTranslator;
239
246
 
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-forms](./foundation-forms.md) &gt; [foundationFormStyles](./foundation-forms.foundationformstyles.md)
4
+
5
+ ## foundationFormStyles variable
6
+
7
+ > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+
11
+ **Signature:**
12
+
13
+ ```typescript
14
+ foundationFormStyles: import("@microsoft/fast-element").ElementStyles
15
+ ```
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-forms](./foundation-forms.md) &gt; [foundationFormTemplate](./foundation-forms.foundationformtemplate.md)
4
+
5
+ ## foundationFormTemplate variable
6
+
7
+ > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+
11
+ **Signature:**
12
+
13
+ ```typescript
14
+ foundationFormTemplate: import("@microsoft/fast-element").ViewTemplate<Form, any>
15
+ ```
@@ -17,6 +17,8 @@
17
17
  | --- | --- |
18
18
  | [createExpressions](./foundation-forms.createexpressions.md) | Creates a expressions/criteria from given payload |
19
19
  | [filtersRenderers](./foundation-forms.filtersrenderers.md) | |
20
+ | [foundationFormStyles](./foundation-forms.foundationformstyles.md) | **_(BETA)_** |
21
+ | [foundationFormTemplate](./foundation-forms.foundationformtemplate.md) | **_(BETA)_** |
20
22
  | [genesisErrorTranslator](./foundation-forms.genesiserrortranslator.md) | |
21
23
  | [mustMatch](./foundation-forms.mustmatch.md) | Ensures the value of the current field (the one the validator is on) matches the one of the target field. |
22
24
  | [renderers](./foundation-forms.renderers.md) | |
@@ -5,6 +5,7 @@
5
5
  ```ts
6
6
 
7
7
  import { DatasourceOptions } from '@genesislcap/foundation-comms';
8
+ import { ElementStyles } from '@microsoft/fast-element';
8
9
  import { ErrorObject } from 'ajv';
9
10
  import { ErrorTranslator } from '@jsonforms/core';
10
11
  import { Expression } from '@genesislcap/foundation-criteria';
@@ -86,6 +87,12 @@ export class Form extends FoundationElement {
86
87
  uischema: UISchemaElement;
87
88
  }
88
89
 
90
+ // @beta (undocumented)
91
+ export const foundationFormStyles: ElementStyles;
92
+
93
+ // @beta (undocumented)
94
+ export const foundationFormTemplate: ViewTemplate<Form, any>;
95
+
89
96
  // @public (undocumented)
90
97
  export const genesisErrorTranslator: ErrorTranslator;
91
98
 
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.25.0-bny.1",
4
+ "version": "14.25.0-bny.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,8 +43,8 @@
43
43
  "test:unit:watch": "watchlist src test -- npm run test:unit"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.25.0-bny.1",
47
- "@genesislcap/genx": "14.25.0-bny.1",
46
+ "@genesislcap/foundation-testing": "14.25.0-bny.2",
47
+ "@genesislcap/genx": "14.25.0-bny.2",
48
48
  "@playwright/test": "^1.18.1",
49
49
  "@types/json-schema": "^7.0.11",
50
50
  "@types/ua-parser-js": "^0.7.36",
@@ -59,9 +59,9 @@
59
59
  "watchlist": "^0.3.1"
60
60
  },
61
61
  "dependencies": {
62
- "@genesislcap/foundation-comms": "14.25.0-bny.1",
63
- "@genesislcap/foundation-criteria": "14.25.0-bny.1",
64
- "@genesislcap/foundation-utils": "14.25.0-bny.1",
62
+ "@genesislcap/foundation-comms": "14.25.0-bny.2",
63
+ "@genesislcap/foundation-criteria": "14.25.0-bny.2",
64
+ "@genesislcap/foundation-utils": "14.25.0-bny.2",
65
65
  "@jsonforms/core": "^3.0.0",
66
66
  "@microsoft/fast-components": "^2.21.3",
67
67
  "@microsoft/fast-element": "^1.7.0",
@@ -82,5 +82,5 @@
82
82
  "access": "public"
83
83
  },
84
84
  "customElements": "dist/custom-elements.json",
85
- "gitHead": "c7f39e366136f5fbf2276855d9468052cca04536"
85
+ "gitHead": "7b641c5cd4607901def78b3bf4b0448edf20e591"
86
86
  }