@plasmicpkgs/plasmic-rich-components 1.0.142 → 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.
package/dist/index.js
CHANGED
|
@@ -17,9 +17,8 @@ var csvWriterBrowser = require('csv-writer-browser');
|
|
|
17
17
|
var fastStringify = require('fast-stringify');
|
|
18
18
|
var classNames = require('classnames');
|
|
19
19
|
var groupBy = require('lodash/groupBy');
|
|
20
|
-
var lodash = require('lodash');
|
|
21
|
-
var weekday = require('dayjs/plugin/weekday');
|
|
22
20
|
var localeData = require('dayjs/plugin/localeData');
|
|
21
|
+
var weekday = require('dayjs/plugin/weekday');
|
|
23
22
|
|
|
24
23
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
25
24
|
|
|
@@ -30,8 +29,8 @@ var customParseFormat__default = /*#__PURE__*/_interopDefault(customParseFormat)
|
|
|
30
29
|
var fastStringify__default = /*#__PURE__*/_interopDefault(fastStringify);
|
|
31
30
|
var classNames__default = /*#__PURE__*/_interopDefault(classNames);
|
|
32
31
|
var groupBy__default = /*#__PURE__*/_interopDefault(groupBy);
|
|
33
|
-
var weekday__default = /*#__PURE__*/_interopDefault(weekday);
|
|
34
32
|
var localeData__default = /*#__PURE__*/_interopDefault(localeData);
|
|
33
|
+
var weekday__default = /*#__PURE__*/_interopDefault(weekday);
|
|
35
34
|
|
|
36
35
|
function registerComponentHelper(loader, component, meta) {
|
|
37
36
|
if (loader) {
|
|
@@ -3029,7 +3028,7 @@ function useRoleDefinitions(data, props) {
|
|
|
3029
3028
|
)
|
|
3030
3029
|
];
|
|
3031
3030
|
const roleConfigs = ensure(
|
|
3032
|
-
|
|
3031
|
+
groupBy__default.default(mergedFieldsWithDefaults, (f) => f.role)
|
|
3033
3032
|
);
|
|
3034
3033
|
const finalRoles = {};
|
|
3035
3034
|
for (const role of roles) {
|