@genesislcap/foundation-forms 14.96.1 → 14.98.0-fui-1562.1

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.
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Filters.clearFiltersData() method
6
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.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  **Signature:**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Filters.disconnectedCallback() method
6
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.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  **Signature:**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Filters class
6
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.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  Foundation filters component for automatically generated filters based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable filters elements using UI schema and set of custom renderers
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Filters.valueChanged() method
6
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.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  **Signature:**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Form.connectedCallback() method
6
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.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  **Signature:**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Form.disconnectedCallback() method
6
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.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  **Signature:**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Form class
6
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.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  Foundation form component for automatically generated forms based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable form elements using UI schema and set of custom renderers
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Form.readonly property
6
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.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  **Signature:**
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.96.1",
4
+ "version": "14.98.0-fui-1562.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,16 +40,16 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.96.1",
44
- "@genesislcap/genx": "14.96.1",
43
+ "@genesislcap/foundation-testing": "14.98.0-fui-1562.1",
44
+ "@genesislcap/genx": "14.98.0-fui-1562.1",
45
45
  "@types/json-schema": "^7.0.11",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
48
  "dependencies": {
49
- "@genesislcap/foundation-comms": "14.96.1",
50
- "@genesislcap/foundation-criteria": "14.96.1",
51
- "@genesislcap/foundation-logger": "14.96.1",
52
- "@genesislcap/foundation-ui": "14.96.1",
49
+ "@genesislcap/foundation-comms": "14.98.0-fui-1562.1",
50
+ "@genesislcap/foundation-criteria": "14.98.0-fui-1562.1",
51
+ "@genesislcap/foundation-logger": "14.98.0-fui-1562.1",
52
+ "@genesislcap/foundation-ui": "14.98.0-fui-1562.1",
53
53
  "@jsonforms/core": "^3.0.0",
54
54
  "@microsoft/fast-components": "^2.21.3",
55
55
  "@microsoft/fast-element": "^1.7.0",
@@ -69,5 +69,5 @@
69
69
  "access": "public"
70
70
  },
71
71
  "customElements": "dist/custom-elements.json",
72
- "gitHead": "48d09fe0db8cfe16fa806a5f098a0fb0405ffcbb"
72
+ "gitHead": "436643224eccacc8e35c5959f72e71f4c89b897b"
73
73
  }