@vidispine/vdt-materialui 26.2.0-pre.3 → 26.2.1
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/cjs/entity/EntityAccessAdd.js +1 -1
- package/dist/es/entity/EntityAccessAdd.js +112 -110
- package/package.json +11 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),d=require("react"),p=require("@material-ui/core"),E=require("@material-ui/lab"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),d=require("react"),p=require("@material-ui/core"),E=require("@material-ui/lab"),b=require("@vidispine/vdt-api"),c={GROUP:"group",USER:"user"},D={ALL:"ALL",WRITE:"WRITE",READ:"READ",NONE:"NONE"},H=e=>({root:{},recipientRoot:{display:"flex",width:"100%"},recipientType:{flexGrow:1},actions:{display:"flex",alignItems:"center",padding:e.spacing(2),justifyContent:"flex-end",flex:"0 0 auto","& > :not(:first-child)":{marginLeft:e.spacing(2)}},actionsSubmit:{}}),M=(e,n)=>{switch(n.type){case"CHANGE_PERMISSION":return{...e,permission:n.value};case"CHANGE_RECIPIENT":return e[c.USER]!==void 0?{...e,[c.USER]:n.value}:e[c.GROUP]!==void 0?{...e,[c.GROUP]:n.value}:e;case"CHANGE_RECIPIENTTYPE":{const{[c.USER]:r,[c.GROUP]:o,...s}=e;return{...s,[n.value]:null}}default:throw new Error(`Unhandled action type: ${n.type}`)}},k=e=>{const[n,r]=d.useReducer(M,e),o=d.useCallback(a=>r({value:a,type:"CHANGE_PERMISSION"}),[]),s=d.useCallback(a=>r({value:a,type:"CHANGE_RECIPIENT"}),[]),i=d.useCallback(a=>r({value:a,type:"CHANGE_RECIPIENTTYPE"}),[]);return{accessControlDocument:n,onChangePermission:o,onChangeRecipient:s,onChangeRecipientType:i}};async function B({searchText:e,hideDefaultGroups:n,searchOperator:r}){const{data:{group:o=[]}}=await b.group.searchGroup({groupSearchDocument:{field:[{name:"groupname",value:e}],...r?{operator:r}:{}},queryParams:{number:100,role:!n}});return n?o.map(s=>({groupName:s.groupName})).filter(s=>!s.groupName.startsWith("_")):o.map(s=>({groupName:s.groupName}))}async function F({searchText:e,displayRealName:n=!0}){const{data:{user:r=[]}}=await b.user.searchUser({userSearchDocument:{operator:{field:[{name:"username",value:e},{name:"realname",value:e}],operation:"OR"}},queryParams:{number:100,ignoreCase:!0}});return r.map(o=>({userName:o.userName,...n&&{realName:o.realName}}))}function A({onSearch:e,onChange:n,displayRealName:r=!0,label:o,hideDefaultGroups:s,searchOperator:i}){const[a,f]=d.useState([]),[R,v]=d.useState(""),[C,x]=d.useState(null),h=d.useCallback(u=>{e({searchText:u,hideDefaultGroups:s,displayRealName:r,searchOperator:i}).then(f)},[e,s,r,i]),j=(u,l,m)=>{v(l),m==="input"&&h(l)},N=(u,l)=>{const{groupName:m,userName:P}=l||{};x(l),n(l?P||m:null)};d.useEffect(()=>{h("")},[h]);const y=E.createFilterOptions({stringify:u=>u.groupName?u.groupName:u.realName+u.userName});return t.jsx(E.Autocomplete,{value:C,inputValue:R,options:a,filterOptions:y,onChange:N,onInputChange:j,renderInput:u=>t.jsx(p.TextField,{...u,label:o,variant:"outlined"}),getOptionLabel:({realName:u,userName:l,groupName:m})=>r&&u||l||m})}function W({value:e,label:n,onChange:r,choices:o=D,selected:s}){return t.jsxs(p.FormControl,{margin:"normal",fullWidth:!0,children:[t.jsx(p.FormLabel,{children:n}),t.jsx(p.RadioGroup,{value:e,onChange:i=>r(i.target.value),children:Object.entries(o).map(([i,a])=>t.jsx(p.FormControlLabel,{value:i,control:t.jsx(p.Radio,{}),label:a,disabled:!s},i))})]})}function Y({onChange:e,value:n,userText:r,groupText:o}){const s=(i,a)=>{a!==null&&e(a)};return t.jsxs(E.ToggleButtonGroup,{value:n,exclusive:!0,onChange:s,children:[t.jsx(E.ToggleButton,{value:c.USER,children:r}),t.jsx(E.ToggleButton,{value:c.GROUP,children:o})]})}function V({classes:e,entityType:n,entityId:r,onSuccess:o=()=>{},onError:s=()=>{},onSubmit:i=b.access.createEntityAccess,onCancel:a,initialAccessControlDocument:f={user:null},UserPickerComponent:R=A,UserPickerProps:v={},GroupPickerComponent:C=A,GroupPickerProps:x={},PermissionPickerComponent:h=W,PermissionPickerProps:j,RecipientTypePickerComponent:N=Y,RecipientTypePickerProps:y,permissionText:u="Permission",grantAccessText:l="Grant Access",userText:m="User",groupText:P="Group",searchText:I="Search",cancelText:G="Cancel",hideDefaultGroups:T=!0}){const{accessControlDocument:g,onChangePermission:_,onChangeRecipient:O,onChangeRecipientType:L}=k(f),q=()=>Promise.resolve(i({entityType:n,entityId:r,accessControlDocument:g})).then(o).catch(s),{permission:U=""}=g,S=d.useMemo(()=>{if(g[c.USER]!==void 0)return c.USER;if(g[c.GROUP]!==void 0)return c.GROUP},[g]),[w]=Object.values(g);return t.jsxs("div",{className:e.root,children:[t.jsxs("div",{className:e.recipientRoot,children:[N?t.jsx(N,{value:S,onChange:L,userText:m,groupText:P,...y}):null,t.jsxs("div",{className:e.recipientType,children:[R&&S===c.USER?t.jsx(R,{onSearch:F,onChange:O,label:I,...v}):null,C&&S===c.GROUP?t.jsx(C,{onSearch:B,onChange:O,label:I,...x,hideDefaultGroups:T}):null]})]}),h?t.jsx(h,{value:U,onChange:_,selected:w,label:u,...j}):null,t.jsxs("div",{className:e.actions,children:[a?t.jsx(p.Button,{className:e.actionsCancel,onClick:a,children:G}):null,t.jsx(p.Button,{className:e.actionsSubmit,onClick:q,disabled:!g[S]||!U,variant:"outlined",color:"primary",children:l})]})]})}const $=p.withStyles(H,{name:"VdtEntityAccessEdit"})(V);exports.default=$;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useMemo as F, useReducer as M, useCallback as
|
|
3
|
-
import { withStyles as $, Button as
|
|
4
|
-
import { createFilterOptions as J, Autocomplete as K, ToggleButtonGroup as Q, ToggleButton as
|
|
1
|
+
import { jsxs as h, jsx as u } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo as F, useReducer as M, useCallback as N, useState as U, useEffect as W } from "react";
|
|
3
|
+
import { withStyles as $, Button as A, TextField as B, FormControl as Y, FormLabel as k, RadioGroup as q, FormControlLabel as V, Radio as z } from "@material-ui/core";
|
|
4
|
+
import { createFilterOptions as J, Autocomplete as K, ToggleButtonGroup as Q, ToggleButton as T } from "@material-ui/lab";
|
|
5
5
|
import { access as X, group as Z, user as ee } from "@vidispine/vdt-api";
|
|
6
6
|
const c = {
|
|
7
7
|
GROUP: "group",
|
|
@@ -11,7 +11,7 @@ const c = {
|
|
|
11
11
|
WRITE: "WRITE",
|
|
12
12
|
READ: "READ",
|
|
13
13
|
NONE: "NONE"
|
|
14
|
-
},
|
|
14
|
+
}, te = (e) => ({
|
|
15
15
|
root: {},
|
|
16
16
|
recipientRoot: {
|
|
17
17
|
display: "flex",
|
|
@@ -31,52 +31,53 @@ const c = {
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
actionsSubmit: {}
|
|
34
|
-
}),
|
|
34
|
+
}), re = (e, n) => {
|
|
35
35
|
switch (n.type) {
|
|
36
36
|
case "CHANGE_PERMISSION":
|
|
37
37
|
return { ...e, permission: n.value };
|
|
38
38
|
case "CHANGE_RECIPIENT":
|
|
39
39
|
return e[c.USER] !== void 0 ? { ...e, [c.USER]: n.value } : e[c.GROUP] !== void 0 ? { ...e, [c.GROUP]: n.value } : e;
|
|
40
40
|
case "CHANGE_RECIPIENTTYPE": {
|
|
41
|
-
const { [c.USER]:
|
|
42
|
-
return { ...
|
|
41
|
+
const { [c.USER]: t, [c.GROUP]: o, ...r } = e;
|
|
42
|
+
return { ...r, [n.value]: null };
|
|
43
43
|
}
|
|
44
44
|
default:
|
|
45
45
|
throw new Error(`Unhandled action type: ${n.type}`);
|
|
46
46
|
}
|
|
47
47
|
}, oe = (e) => {
|
|
48
|
-
const [n,
|
|
49
|
-
(
|
|
48
|
+
const [n, t] = M(re, e), o = N(
|
|
49
|
+
(a) => t({ value: a, type: "CHANGE_PERMISSION" }),
|
|
50
50
|
[]
|
|
51
|
-
),
|
|
52
|
-
(
|
|
51
|
+
), r = N(
|
|
52
|
+
(a) => t({ value: a, type: "CHANGE_RECIPIENT" }),
|
|
53
53
|
[]
|
|
54
|
-
), s =
|
|
55
|
-
(
|
|
54
|
+
), s = N(
|
|
55
|
+
(a) => t({ value: a, type: "CHANGE_RECIPIENTTYPE" }),
|
|
56
56
|
[]
|
|
57
57
|
);
|
|
58
58
|
return {
|
|
59
59
|
accessControlDocument: n,
|
|
60
|
-
onChangePermission:
|
|
61
|
-
onChangeRecipient:
|
|
60
|
+
onChangePermission: o,
|
|
61
|
+
onChangeRecipient: r,
|
|
62
62
|
onChangeRecipientType: s
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
|
-
async function ae({ searchText: e, hideDefaultGroups: n }) {
|
|
65
|
+
async function ae({ searchText: e, hideDefaultGroups: n, searchOperator: t }) {
|
|
66
66
|
const {
|
|
67
|
-
data: { group:
|
|
67
|
+
data: { group: o = [] }
|
|
68
68
|
} = await Z.searchGroup({
|
|
69
69
|
groupSearchDocument: {
|
|
70
|
-
field: [{ name: "groupname", value: e }]
|
|
70
|
+
field: [{ name: "groupname", value: e }],
|
|
71
|
+
...t ? { operator: t } : {}
|
|
71
72
|
},
|
|
72
73
|
// Doesn't have ignoreCase param
|
|
73
74
|
queryParams: { number: 100, role: !n }
|
|
74
75
|
});
|
|
75
|
-
return n ?
|
|
76
|
+
return n ? o.map((r) => ({ groupName: r.groupName })).filter((r) => !r.groupName.startsWith("_")) : o.map((r) => ({ groupName: r.groupName }));
|
|
76
77
|
}
|
|
77
78
|
async function ie({ searchText: e, displayRealName: n = !0 }) {
|
|
78
79
|
const {
|
|
79
|
-
data: { user:
|
|
80
|
+
data: { user: t = [] }
|
|
80
81
|
} = await ee.searchUser({
|
|
81
82
|
userSearchDocument: {
|
|
82
83
|
operator: {
|
|
@@ -95,172 +96,173 @@ async function ie({ searchText: e, displayRealName: n = !0 }) {
|
|
|
95
96
|
},
|
|
96
97
|
queryParams: { number: 100, ignoreCase: !0 }
|
|
97
98
|
});
|
|
98
|
-
return
|
|
99
|
-
userName:
|
|
100
|
-
...n && { realName:
|
|
99
|
+
return t.map((o) => ({
|
|
100
|
+
userName: o.userName,
|
|
101
|
+
...n && { realName: o.realName }
|
|
101
102
|
}));
|
|
102
103
|
}
|
|
103
|
-
function
|
|
104
|
+
function _({
|
|
104
105
|
onSearch: e,
|
|
105
106
|
onChange: n,
|
|
106
|
-
displayRealName:
|
|
107
|
-
label:
|
|
108
|
-
hideDefaultGroups:
|
|
107
|
+
displayRealName: t = !0,
|
|
108
|
+
label: o,
|
|
109
|
+
hideDefaultGroups: r,
|
|
110
|
+
searchOperator: s
|
|
109
111
|
}) {
|
|
110
|
-
const [
|
|
111
|
-
(
|
|
112
|
-
e({ searchText:
|
|
112
|
+
const [a, f] = U([]), [g, S] = U(""), [E, v] = U(null), d = N(
|
|
113
|
+
(i) => {
|
|
114
|
+
e({ searchText: i, hideDefaultGroups: r, displayRealName: t, searchOperator: s }).then(f);
|
|
113
115
|
},
|
|
114
|
-
[e,
|
|
115
|
-
),
|
|
116
|
-
|
|
117
|
-
},
|
|
118
|
-
const { groupName: m, userName:
|
|
119
|
-
|
|
116
|
+
[e, r, t, s]
|
|
117
|
+
), y = (i, l, m) => {
|
|
118
|
+
S(l), m === "input" && d(l);
|
|
119
|
+
}, R = (i, l) => {
|
|
120
|
+
const { groupName: m, userName: I } = l || {};
|
|
121
|
+
v(l), n(l ? I || m : null);
|
|
120
122
|
};
|
|
121
123
|
W(() => {
|
|
122
|
-
|
|
123
|
-
}, [
|
|
124
|
-
const
|
|
125
|
-
stringify: (
|
|
124
|
+
d("");
|
|
125
|
+
}, [d]);
|
|
126
|
+
const P = J({
|
|
127
|
+
stringify: (i) => i.groupName ? i.groupName : i.realName + i.userName
|
|
126
128
|
});
|
|
127
|
-
return /* @__PURE__ */
|
|
129
|
+
return /* @__PURE__ */ u(
|
|
128
130
|
K,
|
|
129
131
|
{
|
|
130
|
-
value:
|
|
131
|
-
inputValue:
|
|
132
|
-
options:
|
|
133
|
-
filterOptions:
|
|
134
|
-
onChange:
|
|
135
|
-
onInputChange:
|
|
136
|
-
renderInput: (
|
|
137
|
-
getOptionLabel: ({ realName:
|
|
132
|
+
value: E,
|
|
133
|
+
inputValue: g,
|
|
134
|
+
options: a,
|
|
135
|
+
filterOptions: P,
|
|
136
|
+
onChange: R,
|
|
137
|
+
onInputChange: y,
|
|
138
|
+
renderInput: (i) => /* @__PURE__ */ u(B, { ...i, label: o, variant: "outlined" }),
|
|
139
|
+
getOptionLabel: ({ realName: i, userName: l, groupName: m }) => t && i || l || m
|
|
138
140
|
}
|
|
139
141
|
);
|
|
140
142
|
}
|
|
141
|
-
function
|
|
142
|
-
return /* @__PURE__ */
|
|
143
|
-
/* @__PURE__ */
|
|
144
|
-
/* @__PURE__ */
|
|
143
|
+
function ue({ value: e, label: n, onChange: t, choices: o = ne, selected: r }) {
|
|
144
|
+
return /* @__PURE__ */ h(Y, { margin: "normal", fullWidth: !0, children: [
|
|
145
|
+
/* @__PURE__ */ u(k, { children: n }),
|
|
146
|
+
/* @__PURE__ */ u(q, { value: e, onChange: (s) => t(s.target.value), children: Object.entries(o).map(([s, a]) => /* @__PURE__ */ u(
|
|
145
147
|
V,
|
|
146
148
|
{
|
|
147
149
|
value: s,
|
|
148
|
-
control: /* @__PURE__ */
|
|
149
|
-
label:
|
|
150
|
-
disabled: !
|
|
150
|
+
control: /* @__PURE__ */ u(z, {}),
|
|
151
|
+
label: a,
|
|
152
|
+
disabled: !r
|
|
151
153
|
},
|
|
152
154
|
s
|
|
153
155
|
)) })
|
|
154
156
|
] });
|
|
155
157
|
}
|
|
156
|
-
function
|
|
157
|
-
return /* @__PURE__ */
|
|
158
|
-
|
|
158
|
+
function ce({ onChange: e, value: n, userText: t, groupText: o }) {
|
|
159
|
+
return /* @__PURE__ */ h(Q, { value: n, exclusive: !0, onChange: (s, a) => {
|
|
160
|
+
a !== null && e(a);
|
|
159
161
|
}, children: [
|
|
160
|
-
/* @__PURE__ */
|
|
161
|
-
/* @__PURE__ */
|
|
162
|
+
/* @__PURE__ */ u(T, { value: c.USER, children: t }),
|
|
163
|
+
/* @__PURE__ */ u(T, { value: c.GROUP, children: o })
|
|
162
164
|
] });
|
|
163
165
|
}
|
|
164
166
|
function se({
|
|
165
167
|
classes: e,
|
|
166
168
|
entityType: n,
|
|
167
|
-
entityId:
|
|
168
|
-
onSuccess:
|
|
169
|
+
entityId: t,
|
|
170
|
+
onSuccess: o = () => {
|
|
169
171
|
},
|
|
170
|
-
onError:
|
|
172
|
+
onError: r = () => {
|
|
171
173
|
},
|
|
172
174
|
onSubmit: s = X.createEntityAccess,
|
|
173
|
-
onCancel:
|
|
174
|
-
initialAccessControlDocument:
|
|
175
|
-
UserPickerComponent: g =
|
|
176
|
-
UserPickerProps:
|
|
177
|
-
GroupPickerComponent: E =
|
|
178
|
-
GroupPickerProps:
|
|
179
|
-
PermissionPickerComponent:
|
|
175
|
+
onCancel: a,
|
|
176
|
+
initialAccessControlDocument: f = { user: null },
|
|
177
|
+
UserPickerComponent: g = _,
|
|
178
|
+
UserPickerProps: S = {},
|
|
179
|
+
GroupPickerComponent: E = _,
|
|
180
|
+
GroupPickerProps: v = {},
|
|
181
|
+
PermissionPickerComponent: d = ue,
|
|
180
182
|
PermissionPickerProps: y,
|
|
181
|
-
RecipientTypePickerComponent:
|
|
182
|
-
RecipientTypePickerProps:
|
|
183
|
-
permissionText:
|
|
184
|
-
grantAccessText:
|
|
185
|
-
userText:
|
|
186
|
-
groupText:
|
|
187
|
-
searchText:
|
|
183
|
+
RecipientTypePickerComponent: R = ce,
|
|
184
|
+
RecipientTypePickerProps: P,
|
|
185
|
+
permissionText: i = "Permission",
|
|
186
|
+
grantAccessText: l = "Grant Access",
|
|
187
|
+
userText: m = "User",
|
|
188
|
+
groupText: I = "Group",
|
|
189
|
+
searchText: G = "Search",
|
|
188
190
|
cancelText: x = "Cancel",
|
|
189
191
|
hideDefaultGroups: L = !0
|
|
190
192
|
}) {
|
|
191
|
-
const { accessControlDocument: p, onChangePermission: w, onChangeRecipient:
|
|
193
|
+
const { accessControlDocument: p, onChangePermission: w, onChangeRecipient: O, onChangeRecipientType: D } = oe(f), H = () => Promise.resolve(
|
|
192
194
|
s({
|
|
193
195
|
entityType: n,
|
|
194
|
-
entityId:
|
|
196
|
+
entityId: t,
|
|
195
197
|
accessControlDocument: p
|
|
196
198
|
})
|
|
197
|
-
).then(
|
|
199
|
+
).then(o).catch(r), { permission: b = "" } = p, C = F(() => {
|
|
198
200
|
if (p[c.USER] !== void 0)
|
|
199
201
|
return c.USER;
|
|
200
202
|
if (p[c.GROUP] !== void 0)
|
|
201
203
|
return c.GROUP;
|
|
202
204
|
}, [p]), [j] = Object.values(p);
|
|
203
|
-
return /* @__PURE__ */
|
|
204
|
-
/* @__PURE__ */
|
|
205
|
-
|
|
206
|
-
|
|
205
|
+
return /* @__PURE__ */ h("div", { className: e.root, children: [
|
|
206
|
+
/* @__PURE__ */ h("div", { className: e.recipientRoot, children: [
|
|
207
|
+
R ? /* @__PURE__ */ u(
|
|
208
|
+
R,
|
|
207
209
|
{
|
|
208
|
-
value:
|
|
210
|
+
value: C,
|
|
209
211
|
onChange: D,
|
|
210
|
-
userText:
|
|
211
|
-
groupText:
|
|
212
|
-
...
|
|
212
|
+
userText: m,
|
|
213
|
+
groupText: I,
|
|
214
|
+
...P
|
|
213
215
|
}
|
|
214
216
|
) : null,
|
|
215
|
-
/* @__PURE__ */
|
|
216
|
-
g &&
|
|
217
|
+
/* @__PURE__ */ h("div", { className: e.recipientType, children: [
|
|
218
|
+
g && C === c.USER ? /* @__PURE__ */ u(
|
|
217
219
|
g,
|
|
218
220
|
{
|
|
219
221
|
onSearch: ie,
|
|
220
|
-
onChange:
|
|
221
|
-
label:
|
|
222
|
-
...
|
|
222
|
+
onChange: O,
|
|
223
|
+
label: G,
|
|
224
|
+
...S
|
|
223
225
|
}
|
|
224
226
|
) : null,
|
|
225
|
-
E &&
|
|
227
|
+
E && C === c.GROUP ? /* @__PURE__ */ u(
|
|
226
228
|
E,
|
|
227
229
|
{
|
|
228
230
|
onSearch: ae,
|
|
229
|
-
onChange:
|
|
230
|
-
label:
|
|
231
|
-
...
|
|
231
|
+
onChange: O,
|
|
232
|
+
label: G,
|
|
233
|
+
...v,
|
|
232
234
|
hideDefaultGroups: L
|
|
233
235
|
}
|
|
234
236
|
) : null
|
|
235
237
|
] })
|
|
236
238
|
] }),
|
|
237
|
-
|
|
238
|
-
|
|
239
|
+
d ? /* @__PURE__ */ u(
|
|
240
|
+
d,
|
|
239
241
|
{
|
|
240
|
-
value:
|
|
242
|
+
value: b,
|
|
241
243
|
onChange: w,
|
|
242
244
|
selected: j,
|
|
243
|
-
label:
|
|
245
|
+
label: i,
|
|
244
246
|
...y
|
|
245
247
|
}
|
|
246
248
|
) : null,
|
|
247
|
-
/* @__PURE__ */
|
|
248
|
-
|
|
249
|
-
/* @__PURE__ */
|
|
250
|
-
|
|
249
|
+
/* @__PURE__ */ h("div", { className: e.actions, children: [
|
|
250
|
+
a ? /* @__PURE__ */ u(A, { className: e.actionsCancel, onClick: a, children: x }) : null,
|
|
251
|
+
/* @__PURE__ */ u(
|
|
252
|
+
A,
|
|
251
253
|
{
|
|
252
254
|
className: e.actionsSubmit,
|
|
253
255
|
onClick: H,
|
|
254
|
-
disabled: !p[
|
|
256
|
+
disabled: !p[C] || !b,
|
|
255
257
|
variant: "outlined",
|
|
256
258
|
color: "primary",
|
|
257
|
-
children:
|
|
259
|
+
children: l
|
|
258
260
|
}
|
|
259
261
|
)
|
|
260
262
|
] })
|
|
261
263
|
] });
|
|
262
264
|
}
|
|
263
|
-
const ge = $(
|
|
265
|
+
const ge = $(te, { name: "VdtEntityAccessEdit" })(se);
|
|
264
266
|
export {
|
|
265
267
|
ge as default
|
|
266
268
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-materialui",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "7.26.10",
|
|
39
|
-
"@vidispine/proptypes": "26.2.
|
|
40
|
-
"@vidispine/vdt-api": "26.2.
|
|
41
|
-
"@vidispine/vdt-js": "26.2.
|
|
42
|
-
"@vidispine/vdt-react": "26.2.
|
|
43
|
-
"@vidispine/vdt-videojs-react": "26.2.
|
|
39
|
+
"@vidispine/proptypes": "26.2.1",
|
|
40
|
+
"@vidispine/vdt-api": "26.2.1",
|
|
41
|
+
"@vidispine/vdt-js": "26.2.1",
|
|
42
|
+
"@vidispine/vdt-react": "26.2.1",
|
|
43
|
+
"@vidispine/vdt-videojs-react": "26.2.1",
|
|
44
44
|
"clsx": "1.2.1",
|
|
45
45
|
"filesize": "10.1.0",
|
|
46
46
|
"final-form": "4.20.10",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"@material-ui/icons": "4.11.3",
|
|
75
75
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
76
76
|
"@types/jest": "29.5.11",
|
|
77
|
-
"@vidispine/eslint-config-mdx": "26.2.
|
|
78
|
-
"@vidispine/eslint-config-react": "26.2.
|
|
79
|
-
"@vidispine/eslint-config-storybook": "26.2.
|
|
80
|
-
"@vidispine/prettier-config": "26.2.
|
|
81
|
-
"@vidispine/proptypes": "26.2.
|
|
77
|
+
"@vidispine/eslint-config-mdx": "26.2.1",
|
|
78
|
+
"@vidispine/eslint-config-react": "26.2.1",
|
|
79
|
+
"@vidispine/eslint-config-storybook": "26.2.1",
|
|
80
|
+
"@vidispine/prettier-config": "26.2.1",
|
|
81
|
+
"@vidispine/proptypes": "26.2.1",
|
|
82
82
|
"@vitejs/plugin-react": "4.2.1",
|
|
83
83
|
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
|
|
84
84
|
"axios": "1.13.5",
|