@plasmicpkgs/plasmic-rich-components 1.0.141 → 1.0.143
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.
|
@@ -15,9 +15,8 @@ import { createObjectCsvStringifier } from 'csv-writer-browser';
|
|
|
15
15
|
import fastStringify from 'fast-stringify';
|
|
16
16
|
import classNames from 'classnames';
|
|
17
17
|
import groupBy from 'lodash/groupBy';
|
|
18
|
-
import { groupBy as groupBy$1 } from 'lodash';
|
|
19
|
-
import weekday from 'dayjs/plugin/weekday';
|
|
20
18
|
import localeData from 'dayjs/plugin/localeData';
|
|
19
|
+
import weekday from 'dayjs/plugin/weekday';
|
|
21
20
|
|
|
22
21
|
function registerComponentHelper(loader, component, meta) {
|
|
23
22
|
if (loader) {
|
|
@@ -3015,7 +3014,7 @@ function useRoleDefinitions(data, props) {
|
|
|
3015
3014
|
)
|
|
3016
3015
|
];
|
|
3017
3016
|
const roleConfigs = ensure(
|
|
3018
|
-
groupBy
|
|
3017
|
+
groupBy(mergedFieldsWithDefaults, (f) => f.role)
|
|
3019
3018
|
);
|
|
3020
3019
|
const finalRoles = {};
|
|
3021
3020
|
for (const role of roles) {
|