@guillotinaweb/react-gmi 0.33.0 → 0.34.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/README.md +90 -61
- package/dist/css/style.css +336 -334
- package/dist/css/style.css.map +1 -1
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +1821 -30
- package/dist/index.html +44 -0
- package/dist/logo.svg +35 -0
- package/dist/logo512.png +0 -0
- package/dist/manifest.json +25 -0
- package/dist/react-gmi.js +24071 -14066
- package/dist/react-gmi.js.map +1 -1
- package/dist/react-gmi.modern.js +24315 -14176
- package/dist/react-gmi.modern.js.map +1 -1
- package/dist/robots.txt +2 -0
- package/package.json +52 -52
- package/dist/actions/add_item.d.ts +0 -5
- package/dist/actions/change_pass.d.ts +0 -1
- package/dist/actions/copy_item.d.ts +0 -6
- package/dist/actions/copy_items.d.ts +0 -8
- package/dist/actions/index.d.ts +0 -2
- package/dist/actions/move_item.d.ts +0 -6
- package/dist/actions/move_items.d.ts +0 -8
- package/dist/actions/remove_item.d.ts +0 -6
- package/dist/actions/remove_items.d.ts +0 -7
- package/dist/components/Link.d.ts +0 -11
- package/dist/components/TdLink.d.ts +0 -11
- package/dist/components/behavior_view.d.ts +0 -8
- package/dist/components/behaviors/iattachment.d.ts +0 -11
- package/dist/components/behaviors/idublincore.d.ts +0 -10
- package/dist/components/behaviors/iimageattachment.d.ts +0 -9
- package/dist/components/behaviors/imultiattachment.d.ts +0 -11
- package/dist/components/behaviors/imultiimageattachment.d.ts +0 -11
- package/dist/components/behaviors/imultiimageorderedattachment.d.ts +0 -11
- package/dist/components/behaviors/iworkflow.d.ts +0 -1
- package/dist/components/context_toolbar.d.ts +0 -7
- package/dist/components/error_boundary.d.ts +0 -6
- package/dist/components/error_zone.d.ts +0 -16
- package/dist/components/fields/downloadField.d.ts +0 -11
- package/dist/components/fields/editComponent.d.ts +0 -15
- package/dist/components/fields/editableField.d.ts +0 -12
- package/dist/components/fields/renderField.d.ts +0 -34
- package/dist/components/flash.d.ts +0 -1
- package/dist/components/guillotina.d.ts +0 -12
- package/dist/components/index.d.ts +0 -56
- package/dist/components/input/button.d.ts +0 -12
- package/dist/components/input/checkbox.d.ts +0 -18
- package/dist/components/input/dropdown.d.ts +0 -15
- package/dist/components/input/email.d.ts +0 -9
- package/dist/components/input/form.d.ts +0 -13
- package/dist/components/input/form_builder.d.ts +0 -15
- package/dist/components/input/index.d.ts +0 -14
- package/dist/components/input/input.d.ts +0 -26
- package/dist/components/input/input_list.d.ts +0 -9
- package/dist/components/input/password.d.ts +0 -8
- package/dist/components/input/search_input.d.ts +0 -21
- package/dist/components/input/search_input_list.d.ts +0 -21
- package/dist/components/input/select.d.ts +0 -25
- package/dist/components/input/select_vocabulary.d.ts +0 -15
- package/dist/components/input/textarea.d.ts +0 -15
- package/dist/components/input/upload.d.ts +0 -8
- package/dist/components/item.d.ts +0 -22
- package/dist/components/layout.d.ts +0 -9
- package/dist/components/login.d.ts +0 -10
- package/dist/components/modal.d.ts +0 -24
- package/dist/components/notallowed.d.ts +0 -1
- package/dist/components/notfound.d.ts +0 -1
- package/dist/components/pagination.d.ts +0 -8
- package/dist/components/panel/actions.d.ts +0 -1
- package/dist/components/panel/addons.d.ts +0 -1
- package/dist/components/panel/behaviors.d.ts +0 -1
- package/dist/components/panel/index.d.ts +0 -4
- package/dist/components/panel/items.d.ts +0 -1
- package/dist/components/panel/permissions.d.ts +0 -7
- package/dist/components/panel/permissions_prinperm.d.ts +0 -17
- package/dist/components/panel/permissions_prinrole.d.ts +0 -17
- package/dist/components/panel/permissions_roleperm.d.ts +0 -17
- package/dist/components/panel/properties.d.ts +0 -1
- package/dist/components/path.d.ts +0 -1
- package/dist/components/properties_view.d.ts +0 -3
- package/dist/components/search_labels.d.ts +0 -5
- package/dist/components/search_options_labels.d.ts +0 -9
- package/dist/components/search_vocabulary_labels.d.ts +0 -6
- package/dist/components/selected_items_actions.d.ts +0 -49
- package/dist/components/tabs.d.ts +0 -13
- package/dist/components/ui/delete.d.ts +0 -8
- package/dist/components/ui/icon.d.ts +0 -7
- package/dist/components/ui/index.d.ts +0 -6
- package/dist/components/ui/loading.d.ts +0 -6
- package/dist/components/ui/notification.d.ts +0 -7
- package/dist/components/ui/table.d.ts +0 -8
- package/dist/components/ui/tag.d.ts +0 -9
- package/dist/components/widgets/index.d.ts +0 -1
- package/dist/components/widgets/tags.d.ts +0 -13
- package/dist/contexts/index.d.ts +0 -57
- package/dist/forms/base.d.ts +0 -12
- package/dist/forms/required_fields.d.ts +0 -11
- package/dist/forms/users.d.ts +0 -13
- package/dist/hooks/useClickAway.d.ts +0 -2
- package/dist/hooks/useConfig.d.ts +0 -19
- package/dist/hooks/useCrudContext.d.ts +0 -21
- package/dist/hooks/useInput.d.ts +0 -11
- package/dist/hooks/useLocation.d.ts +0 -6
- package/dist/hooks/useMountedState.d.ts +0 -1
- package/dist/hooks/useRegistry.d.ts +0 -90
- package/dist/hooks/useRemoteField.d.ts +0 -2
- package/dist/hooks/useSetState.d.ts +0 -6
- package/dist/hooks/useVocabulary.d.ts +0 -8
- package/dist/lib/auth.d.ts +0 -26
- package/dist/lib/client.d.ts +0 -61
- package/dist/lib/helpers.d.ts +0 -16
- package/dist/lib/processResponse.d.ts +0 -9
- package/dist/lib/rest.d.ts +0 -16
- package/dist/lib/search.d.ts +0 -2
- package/dist/lib/utils.d.ts +0 -5
- package/dist/lib/validators.d.ts +0 -12
- package/dist/locales/generic_messages.d.ts +0 -248
- package/dist/models/index.d.ts +0 -17
- package/dist/models/sharing.d.ts +0 -12
- package/dist/react-gmi.umd.js +0 -14776
- package/dist/react-gmi.umd.js.map +0 -1
- package/dist/reducers/guillotina.d.ts +0 -35
- package/dist/types/global.d.ts +0 -17
- package/dist/types/guillotina.d.ts +0 -279
- package/dist/views/application.d.ts +0 -13
- package/dist/views/base.d.ts +0 -5
- package/dist/views/container.d.ts +0 -1
- package/dist/views/folder.d.ts +0 -1
- package/dist/views/groups.d.ts +0 -3
- package/dist/views/item.d.ts +0 -1
- package/dist/views/users.d.ts +0 -3
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { IndexSignature } from '../types/global';
|
|
2
|
-
import { GuillotinaCommonObject } from '../types/guillotina';
|
|
3
|
-
export interface GuillotinaGlobalState {
|
|
4
|
-
path: string;
|
|
5
|
-
loading: boolean;
|
|
6
|
-
context?: GuillotinaCommonObject;
|
|
7
|
-
flash: {
|
|
8
|
-
message?: string;
|
|
9
|
-
type?: string;
|
|
10
|
-
};
|
|
11
|
-
action: {
|
|
12
|
-
action?: string;
|
|
13
|
-
params?: IndexSignature;
|
|
14
|
-
};
|
|
15
|
-
permissions: IndexSignature;
|
|
16
|
-
errorStatus?: string;
|
|
17
|
-
registry: IndexSignature;
|
|
18
|
-
refresh?: number;
|
|
19
|
-
}
|
|
20
|
-
export declare const initialState: GuillotinaGlobalState;
|
|
21
|
-
export declare enum GuillotinaReducerActionTypes {
|
|
22
|
-
SET_PATH = "SET_PATH",
|
|
23
|
-
SET_CONTEXT = "SET_CONTEXT",
|
|
24
|
-
SET_ERROR = "SET_ERROR",
|
|
25
|
-
SET_FLASH = "SET_FLASH",
|
|
26
|
-
CLEAR_FLASH = "CLEAR_FLASH",
|
|
27
|
-
SET_ACTION = "SET_ACTION",
|
|
28
|
-
CLEAR_ACTION = "CLEAR_ACTION",
|
|
29
|
-
REFRESH = "REFRESH",
|
|
30
|
-
APPLY = "APPLY"
|
|
31
|
-
}
|
|
32
|
-
export declare function guillotinaReducer(state: GuillotinaGlobalState, action: {
|
|
33
|
-
type: GuillotinaReducerActionTypes;
|
|
34
|
-
payload: IndexSignature;
|
|
35
|
-
}): GuillotinaGlobalState;
|
package/dist/types/global.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { GuillotinaFile } from './guillotina';
|
|
2
|
-
export interface LightFile {
|
|
3
|
-
filename: string;
|
|
4
|
-
data: ArrayBuffer | string;
|
|
5
|
-
'content-type': string;
|
|
6
|
-
}
|
|
7
|
-
export interface IndexSignature<T = any> {
|
|
8
|
-
[key: string]: T;
|
|
9
|
-
}
|
|
10
|
-
export type EditableFieldValue = GuillotinaFile | LightFile | IndexSignature | string | string[] | boolean | Date | undefined | null;
|
|
11
|
-
interface FormElements extends HTMLFormControlsCollection {
|
|
12
|
-
filterInput: HTMLInputElement;
|
|
13
|
-
}
|
|
14
|
-
export interface FilterFormElement extends HTMLFormElement {
|
|
15
|
-
readonly elements: FormElements;
|
|
16
|
-
}
|
|
17
|
-
export {};
|
|
@@ -1,279 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ItemModel } from '../models';
|
|
3
|
-
import { IndexSignature } from './global';
|
|
4
|
-
type ItemsPropertyObject = {
|
|
5
|
-
'@id': string;
|
|
6
|
-
'@name': string;
|
|
7
|
-
'@type': string;
|
|
8
|
-
'@uid': string;
|
|
9
|
-
'@absolute_url': string;
|
|
10
|
-
title: string;
|
|
11
|
-
creation_date: string;
|
|
12
|
-
modification_date: string;
|
|
13
|
-
uuid: string;
|
|
14
|
-
type_name: string;
|
|
15
|
-
};
|
|
16
|
-
export type GuillotinaCommonObject = {
|
|
17
|
-
type_name: string;
|
|
18
|
-
uuid: string;
|
|
19
|
-
is_folderish: boolean;
|
|
20
|
-
parent: GuillotinaParentObject;
|
|
21
|
-
length: number;
|
|
22
|
-
__behaviors__?: string[];
|
|
23
|
-
'@static_behaviors': string[];
|
|
24
|
-
'guillotina.behaviors.dublincore.IDublinCore'?: IBehaviorDublinCore;
|
|
25
|
-
'guillotina.contrib.workflows.interfaces.IWorkflowBehavior'?: IWorkflowBehavior;
|
|
26
|
-
'guillotina.behaviors.attachment.IAttachment'?: {
|
|
27
|
-
file: GuillotinaFile;
|
|
28
|
-
};
|
|
29
|
-
'guillotina.behaviors.attachment.IMultiAttachment'?: {
|
|
30
|
-
files: {
|
|
31
|
-
[key: string]: GuillotinaFile;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
'guillotina.contrib.image.behaviors.IImageAttachment'?: {
|
|
35
|
-
image: GuillotinaFile;
|
|
36
|
-
};
|
|
37
|
-
'guillotina.contrib.image.behaviors.IMultiImageAttachment'?: {
|
|
38
|
-
images: {
|
|
39
|
-
[key: string]: GuillotinaFile;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
'guillotina.contrib.image.behaviors.IMultiImageOrderedAttachment'?: {
|
|
43
|
-
images: {
|
|
44
|
-
[key: string]: GuillotinaFile;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
} & ItemsPropertyObject;
|
|
48
|
-
export type SearchItem = {
|
|
49
|
-
id: string;
|
|
50
|
-
parent_uuid: string;
|
|
51
|
-
path: string;
|
|
52
|
-
tid: string;
|
|
53
|
-
depth: number;
|
|
54
|
-
description: string;
|
|
55
|
-
access_roles: string[];
|
|
56
|
-
access_users: string[];
|
|
57
|
-
contributors: string[];
|
|
58
|
-
tags: string[];
|
|
59
|
-
creators: string[];
|
|
60
|
-
} & ItemsPropertyObject;
|
|
61
|
-
export interface IBehaviorDublinCore {
|
|
62
|
-
title: string;
|
|
63
|
-
description: string | null;
|
|
64
|
-
creation_date: string;
|
|
65
|
-
modification_date: string;
|
|
66
|
-
effective_date: string | null;
|
|
67
|
-
expiration_date: string | null;
|
|
68
|
-
creators: string[];
|
|
69
|
-
tags: string[] | null;
|
|
70
|
-
publisher: string | null;
|
|
71
|
-
contributors: string[];
|
|
72
|
-
}
|
|
73
|
-
export interface IWorkflowBehavior {
|
|
74
|
-
review_state: string;
|
|
75
|
-
history: WorkflowHistory[];
|
|
76
|
-
}
|
|
77
|
-
interface GuillotinaParentObject {
|
|
78
|
-
'@id': string;
|
|
79
|
-
'@name': string;
|
|
80
|
-
'@type': string;
|
|
81
|
-
'@uid': string;
|
|
82
|
-
}
|
|
83
|
-
export interface GuillotinaSchema {
|
|
84
|
-
title: string;
|
|
85
|
-
$schema: string;
|
|
86
|
-
type: string;
|
|
87
|
-
required: string[];
|
|
88
|
-
definitions: Definitions;
|
|
89
|
-
properties: GuillotinaSchemaProperties;
|
|
90
|
-
}
|
|
91
|
-
export interface GuillotinaSchemaProperties {
|
|
92
|
-
[key: string]: GuillotinaSchemaProperty | {
|
|
93
|
-
$ref: string;
|
|
94
|
-
}[];
|
|
95
|
-
}
|
|
96
|
-
export interface Definitions {
|
|
97
|
-
[key: string]: {
|
|
98
|
-
type: string;
|
|
99
|
-
properties: GuillotinaSchemaProperties;
|
|
100
|
-
required: string[];
|
|
101
|
-
title: string;
|
|
102
|
-
description: string;
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
export interface GuillotinaSchemaProperty {
|
|
106
|
-
type: string;
|
|
107
|
-
title: string;
|
|
108
|
-
widget?: string;
|
|
109
|
-
readonly?: boolean;
|
|
110
|
-
description?: string;
|
|
111
|
-
vocabularyName?: string;
|
|
112
|
-
vocabulary?: string[];
|
|
113
|
-
items?: GuillotinaSchemaProperty;
|
|
114
|
-
properties?: GuillotinaSchemaProperties;
|
|
115
|
-
additionalProperties?: GuillotinaSchemaProperties;
|
|
116
|
-
typeNameQuery?: string;
|
|
117
|
-
labelProperty?: string;
|
|
118
|
-
enum?: string[];
|
|
119
|
-
queryCondition?: string;
|
|
120
|
-
queryPath?: string;
|
|
121
|
-
}
|
|
122
|
-
export type GuillotinaFile = {
|
|
123
|
-
filename: string;
|
|
124
|
-
content_type: string;
|
|
125
|
-
extension: string;
|
|
126
|
-
size: number;
|
|
127
|
-
md5: string;
|
|
128
|
-
};
|
|
129
|
-
export interface GuillotinaVocabulary {
|
|
130
|
-
'@id': string;
|
|
131
|
-
items: GuillotinaVocabularyItem[];
|
|
132
|
-
items_total: number;
|
|
133
|
-
}
|
|
134
|
-
export interface GuillotinaVocabularyItem {
|
|
135
|
-
title: string;
|
|
136
|
-
token: string;
|
|
137
|
-
}
|
|
138
|
-
export interface GuillotinaSharing {
|
|
139
|
-
local: GuillotinaSharingMap;
|
|
140
|
-
inherit: GuillotinaSharingInheritItem[];
|
|
141
|
-
}
|
|
142
|
-
export interface GuillotinaSharingInheritItem extends GuillotinaSharingMap {
|
|
143
|
-
'@id': string;
|
|
144
|
-
}
|
|
145
|
-
export interface GuillotinaSharingMap {
|
|
146
|
-
roleperm: {
|
|
147
|
-
[key: string]: IndexSignature<string>;
|
|
148
|
-
};
|
|
149
|
-
prinperm: {
|
|
150
|
-
[key: string]: IndexSignature<string>;
|
|
151
|
-
};
|
|
152
|
-
prinrole: {
|
|
153
|
-
[key: string]: IndexSignature<string>;
|
|
154
|
-
};
|
|
155
|
-
}
|
|
156
|
-
export interface GuillotinaBehaviors {
|
|
157
|
-
static: string[];
|
|
158
|
-
dynamic: string[];
|
|
159
|
-
available: string[];
|
|
160
|
-
}
|
|
161
|
-
export interface AllPermissions {
|
|
162
|
-
[key: string]: AllPermissionsItem;
|
|
163
|
-
}
|
|
164
|
-
export interface AllPermissionsItem {
|
|
165
|
-
prinperm?: PrimPerm[];
|
|
166
|
-
prinrole?: Prinrole[];
|
|
167
|
-
roleperm?: Roleperm[];
|
|
168
|
-
perminhe?: Perminhe[];
|
|
169
|
-
}
|
|
170
|
-
export interface Prinrole {
|
|
171
|
-
principal: string;
|
|
172
|
-
role: string;
|
|
173
|
-
setting: Setting;
|
|
174
|
-
}
|
|
175
|
-
export interface Roleperm {
|
|
176
|
-
permission: string;
|
|
177
|
-
role: string;
|
|
178
|
-
setting: Setting;
|
|
179
|
-
}
|
|
180
|
-
export interface PrimPerm {
|
|
181
|
-
principal: string;
|
|
182
|
-
permission: string;
|
|
183
|
-
setting: Setting;
|
|
184
|
-
}
|
|
185
|
-
export interface Perminhe {
|
|
186
|
-
permission: string;
|
|
187
|
-
setting: Setting;
|
|
188
|
-
}
|
|
189
|
-
export declare enum Setting {
|
|
190
|
-
Allow = "Allow",
|
|
191
|
-
AllowSingle = "AllowSingle",
|
|
192
|
-
Deny = "Deny",
|
|
193
|
-
Unset = "Unset"
|
|
194
|
-
}
|
|
195
|
-
export interface Workflow {
|
|
196
|
-
'@id': string;
|
|
197
|
-
history: WorkflowHistory[];
|
|
198
|
-
transitions: Transition[];
|
|
199
|
-
}
|
|
200
|
-
export interface WorkflowHistory {
|
|
201
|
-
actor: string;
|
|
202
|
-
comments: string;
|
|
203
|
-
time: string;
|
|
204
|
-
title: string;
|
|
205
|
-
type: string;
|
|
206
|
-
data: WorkflowHistoryData;
|
|
207
|
-
}
|
|
208
|
-
export interface WorkflowHistoryData {
|
|
209
|
-
action: null;
|
|
210
|
-
review_state: string;
|
|
211
|
-
}
|
|
212
|
-
export interface Transition {
|
|
213
|
-
'@id': string;
|
|
214
|
-
title: string;
|
|
215
|
-
metadata: IndexSignature;
|
|
216
|
-
}
|
|
217
|
-
export interface Addons {
|
|
218
|
-
available: AddonAvailable[];
|
|
219
|
-
installed: string[];
|
|
220
|
-
}
|
|
221
|
-
export interface AddonAvailable {
|
|
222
|
-
id: string;
|
|
223
|
-
title: string;
|
|
224
|
-
dependencies: any[];
|
|
225
|
-
}
|
|
226
|
-
export interface RegistrySchema {
|
|
227
|
-
filters: RegistrySchemaFilter[];
|
|
228
|
-
}
|
|
229
|
-
export interface RegistrySchemaFilter {
|
|
230
|
-
attribute_key: string;
|
|
231
|
-
label: string;
|
|
232
|
-
type: string;
|
|
233
|
-
values?: {
|
|
234
|
-
value: string;
|
|
235
|
-
text: string;
|
|
236
|
-
}[];
|
|
237
|
-
vocabulary?: string;
|
|
238
|
-
input_type?: string;
|
|
239
|
-
}
|
|
240
|
-
export type ReturnSearch<T> = {
|
|
241
|
-
items: T[];
|
|
242
|
-
items_total: number;
|
|
243
|
-
};
|
|
244
|
-
export type ReturnSearchCompatible<T> = {
|
|
245
|
-
member: T[];
|
|
246
|
-
items_count: number;
|
|
247
|
-
items: T[];
|
|
248
|
-
items_total: number;
|
|
249
|
-
};
|
|
250
|
-
export interface ItemColumn<T extends SearchItem | GuillotinaCommonObject = SearchItem | GuillotinaCommonObject> {
|
|
251
|
-
key: string;
|
|
252
|
-
label: string;
|
|
253
|
-
isSortable?: boolean;
|
|
254
|
-
child: ({ model, link, search }: ItemColumnChild<T>) => React.ReactNode;
|
|
255
|
-
}
|
|
256
|
-
export interface ItemColumnChild<T extends SearchItem | GuillotinaCommonObject = SearchItem | GuillotinaCommonObject> {
|
|
257
|
-
model: ItemModel<T>;
|
|
258
|
-
link?: () => void;
|
|
259
|
-
search?: string;
|
|
260
|
-
}
|
|
261
|
-
export type GuillotinaUser = {
|
|
262
|
-
user_roles: string[];
|
|
263
|
-
user_groups: string[];
|
|
264
|
-
user_permissions: string[];
|
|
265
|
-
fullname: string;
|
|
266
|
-
email: string;
|
|
267
|
-
username: string;
|
|
268
|
-
} & GuillotinaCommonObject;
|
|
269
|
-
export type GuillotinaGroup = {
|
|
270
|
-
user_roles: string[];
|
|
271
|
-
users: string[];
|
|
272
|
-
} & GuillotinaCommonObject;
|
|
273
|
-
export type GuillotinaApplication = {
|
|
274
|
-
databases: string[];
|
|
275
|
-
} & GuillotinaCommonObject;
|
|
276
|
-
export type GuillotinaDatabase = {
|
|
277
|
-
containers: string[];
|
|
278
|
-
} & GuillotinaCommonObject;
|
|
279
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare function ApplicationCtx(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export declare function DatabaseCtx(): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export declare function CreateContainer(): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export declare const messages: {
|
|
5
|
-
add_container: {
|
|
6
|
-
id: string;
|
|
7
|
-
defaultMessage: string;
|
|
8
|
-
};
|
|
9
|
-
container_created: {
|
|
10
|
-
id: string;
|
|
11
|
-
defaultMessage: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
package/dist/views/base.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function ContainerCtx(): import("react/jsx-runtime").JSX.Element;
|
package/dist/views/folder.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function FolderCtx(): import("react/jsx-runtime").JSX.Element;
|
package/dist/views/groups.d.ts
DELETED
package/dist/views/item.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function ItemCtx(): import("react/jsx-runtime").JSX.Element;
|
package/dist/views/users.d.ts
DELETED