@genesislcap/rapid-design-system 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.
|
@@ -10691,6 +10691,7 @@
|
|
|
10691
10691
|
"type": {
|
|
10692
10692
|
"text": "Styles | undefined"
|
|
10693
10693
|
},
|
|
10694
|
+
"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.",
|
|
10694
10695
|
"default": "{\n customElements: rapidElementTags,\n customStyles: rapidExpressionBuilderStyles,\n }",
|
|
10695
10696
|
"inheritedFrom": {
|
|
10696
10697
|
"name": "ExpressionBuilder",
|
|
@@ -10703,6 +10704,7 @@
|
|
|
10703
10704
|
"type": {
|
|
10704
10705
|
"text": "Config"
|
|
10705
10706
|
},
|
|
10707
|
+
"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.",
|
|
10706
10708
|
"inheritedFrom": {
|
|
10707
10709
|
"name": "ExpressionBuilder",
|
|
10708
10710
|
"module": "src/main/expression-builder.ts"
|
|
@@ -10715,6 +10717,7 @@
|
|
|
10715
10717
|
"text": "ModelGroup | null"
|
|
10716
10718
|
},
|
|
10717
10719
|
"default": "null",
|
|
10720
|
+
"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.",
|
|
10718
10721
|
"inheritedFrom": {
|
|
10719
10722
|
"name": "ExpressionBuilder",
|
|
10720
10723
|
"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,gBAAgB,EAAE,sBAAsB,CAAC,cAWrD,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,gBAAgB,EAAE,sBAAsB,CAAC,cAWrD,CAAC;AA0FF,eAAO,MAAM,4BAA4B,EAAE,sBAAsB,CAAC,MAAM,CAAC,cAAc,CAMtF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid 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",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
36
|
-
"@genesislcap/genx": "14.260.
|
|
37
|
-
"@genesislcap/rollup-builder": "14.260.
|
|
38
|
-
"@genesislcap/ts-builder": "14.260.
|
|
39
|
-
"@genesislcap/uvu-playwright-builder": "14.260.
|
|
40
|
-
"@genesislcap/vite-builder": "14.260.
|
|
41
|
-
"@genesislcap/webpack-builder": "14.260.
|
|
36
|
+
"@genesislcap/genx": "14.260.2",
|
|
37
|
+
"@genesislcap/rollup-builder": "14.260.2",
|
|
38
|
+
"@genesislcap/ts-builder": "14.260.2",
|
|
39
|
+
"@genesislcap/uvu-playwright-builder": "14.260.2",
|
|
40
|
+
"@genesislcap/vite-builder": "14.260.2",
|
|
41
|
+
"@genesislcap/webpack-builder": "14.260.2",
|
|
42
42
|
"rimraf": "^5.0.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@genesislcap/foundation-logger": "14.260.
|
|
46
|
-
"@genesislcap/foundation-ui": "14.260.
|
|
47
|
-
"@genesislcap/foundation-utils": "14.260.
|
|
45
|
+
"@genesislcap/foundation-logger": "14.260.2",
|
|
46
|
+
"@genesislcap/foundation-ui": "14.260.2",
|
|
47
|
+
"@genesislcap/foundation-utils": "14.260.2",
|
|
48
48
|
"@microsoft/fast-colors": "5.3.1",
|
|
49
49
|
"@microsoft/fast-components": "2.30.6",
|
|
50
50
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "74542c54a01f7e6bfc1902d5d26ea8475dffe0cb"
|
|
66
66
|
}
|