@genesislcap/foundation-zero 14.260.1 → 14.260.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.
|
@@ -13232,6 +13232,7 @@
|
|
|
13232
13232
|
"type": {
|
|
13233
13233
|
"text": "Styles | undefined"
|
|
13234
13234
|
},
|
|
13235
|
+
"description": "styles - `Types.Styles` optional configuration which allows you to set custom element tag names to be used, as well as\ncustom css to be inserted into the shadow DOM.",
|
|
13235
13236
|
"default": "{\n customElements: zeroElementTags,\n customStyles: zeroExpressionBuilderStyles,\n }",
|
|
13236
13237
|
"inheritedFrom": {
|
|
13237
13238
|
"name": "ExpressionBuilder",
|
|
@@ -13244,6 +13245,7 @@
|
|
|
13244
13245
|
"type": {
|
|
13245
13246
|
"text": "Config"
|
|
13246
13247
|
},
|
|
13248
|
+
"description": "config - `Types.Config` the configuration which is required to be set for the expression builder. All properties are\ndefined under this single object to enforce that they're kept in sync with one another.\n\nIf you want to set the expression of the expression builder you should do it via the `model` property on this object.\n\nIf you're using a child class of this component with a specific model implementation you likely *don't* want to set this\nproperty directly. See example 3.",
|
|
13247
13249
|
"inheritedFrom": {
|
|
13248
13250
|
"name": "ExpressionBuilder",
|
|
13249
13251
|
"module": "src/main/expression-builder.ts"
|
|
@@ -13256,6 +13258,7 @@
|
|
|
13256
13258
|
"text": "ModelGroup | null"
|
|
13257
13259
|
},
|
|
13258
13260
|
"default": "null",
|
|
13261
|
+
"description": "model - `Types.Group` the current model which completely describes the state of the component.\n\n*IMPORTANT* you should not set this yourself via this property directly, you should always set it via the model property on the ExpressionBuilder.config block.\n\nYou may want to read from this variable to get the most up to date state, for example if you create a child component which\nhas a model which isn't valid for every single state (e.g. requires a complete rule) you can check this underlying model to\nverify what field or operator is selected.",
|
|
13259
13262
|
"inheritedFrom": {
|
|
13260
13263
|
"name": "ExpressionBuilder",
|
|
13261
13264
|
"module": "src/main/expression-builder.ts"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,eAAe,EAAE,sBAAsB,CAAC,cAWpD,CAAC;
|
|
1
|
+
{"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,eAAe,EAAE,sBAAsB,CAAC,cAWpD,CAAC;AA0FF,eAAO,MAAM,2BAA2B,EAAE,sBAAsB,CAAC,MAAM,CAAC,cAAc,CAMrF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.260.
|
|
4
|
+
"version": "14.260.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,19 +71,19 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.260.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.260.
|
|
76
|
-
"@genesislcap/ts-builder": "14.260.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.260.
|
|
78
|
-
"@genesislcap/vite-builder": "14.260.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.260.
|
|
74
|
+
"@genesislcap/genx": "14.260.2",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.260.2",
|
|
76
|
+
"@genesislcap/ts-builder": "14.260.2",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.260.2",
|
|
78
|
+
"@genesislcap/vite-builder": "14.260.2",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.260.2",
|
|
80
80
|
"rimraf": "^5.0.0"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@genesislcap/foundation-comms": "14.260.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.260.
|
|
85
|
-
"@genesislcap/foundation-ui": "14.260.
|
|
86
|
-
"@genesislcap/foundation-utils": "14.260.
|
|
83
|
+
"@genesislcap/foundation-comms": "14.260.2",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.260.2",
|
|
85
|
+
"@genesislcap/foundation-ui": "14.260.2",
|
|
86
|
+
"@genesislcap/foundation-utils": "14.260.2",
|
|
87
87
|
"@microsoft/fast-colors": "5.3.1",
|
|
88
88
|
"@microsoft/fast-components": "2.30.6",
|
|
89
89
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "74542c54a01f7e6bfc1902d5d26ea8475dffe0cb"
|
|
104
104
|
}
|