@ws-ui/shared 1.10.4-rc1 → 1.10.4-rc2
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/declarations/datasources/datasource.d.ts +390 -390
- package/dist/declarations/datasources/methods.d.ts +96 -96
- package/dist/declarations/index.d.ts +11 -11
- package/dist/declarations/webform/webform.d.ts +289 -289
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/utils/roles.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -24997,11 +24997,12 @@ export {
|
|
|
24997
24997
|
e9 as renameFolder,
|
|
24998
24998
|
OF as renamePrivilege,
|
|
24999
24999
|
MF as resetResources,
|
|
25000
|
-
|
|
25000
|
+
RF as rolesToAPI,
|
|
25001
25001
|
Ap as sanitizeContent,
|
|
25002
25002
|
wF as sanitizeNameCY,
|
|
25003
25003
|
Tz as sanitizePermissions,
|
|
25004
25004
|
kz as sanitizePrivileges,
|
|
25005
|
+
TF as sanitizeRoles,
|
|
25005
25006
|
w9 as saveContent,
|
|
25006
25007
|
FF as saveRole,
|
|
25007
25008
|
g9 as setCraftedComponents,
|
|
@@ -25012,7 +25013,6 @@ export {
|
|
|
25012
25013
|
xz as stringifyAttributes,
|
|
25013
25014
|
L4 as tabEventsSubject,
|
|
25014
25015
|
H4 as tasksManagerSubject,
|
|
25015
|
-
RF as toAPI,
|
|
25016
25016
|
nz as toastSubject,
|
|
25017
25017
|
$F as togglePermission,
|
|
25018
25018
|
S9 as trackEvent,
|