@plasmicpkgs/plasmic-rich-components 1.0.105 → 1.0.107
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.
|
@@ -2502,15 +2502,6 @@ function useRoleDefinitions(data, props) {
|
|
|
2502
2502
|
(f) => f.role && f.role !== "unset" && !props[f.role]
|
|
2503
2503
|
)
|
|
2504
2504
|
];
|
|
2505
|
-
console.log("!!derived", {
|
|
2506
|
-
minimalFullLengthFieldsWithDefaults,
|
|
2507
|
-
minimalFullLengthFields,
|
|
2508
|
-
defaultMinimalFullLengthFields,
|
|
2509
|
-
mergedFieldsWithDefaults,
|
|
2510
|
-
mergedFields,
|
|
2511
|
-
defaultMergedFields,
|
|
2512
|
-
props
|
|
2513
|
-
});
|
|
2514
2505
|
const roleConfigs = ensure(
|
|
2515
2506
|
groupBy(mergedFieldsWithDefaults, (f) => f.role)
|
|
2516
2507
|
);
|
|
@@ -2591,6 +2582,7 @@ const richListMeta = {
|
|
|
2591
2582
|
padding: "16px",
|
|
2592
2583
|
maxHeight: "100%"
|
|
2593
2584
|
},
|
|
2585
|
+
defaultDisplay: "block",
|
|
2594
2586
|
props: __spreadValues({
|
|
2595
2587
|
data: dataProp(),
|
|
2596
2588
|
type: {
|