@abdellatifui/react 3.1.18 → 3.1.21
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/nextgen.js +377 -379
- package/dist/types/components/Contextmenu/ContextMenuNG/Components/MenuBox.d.ts.map +1 -1
- package/dist/types/components/Contextmenu/ContextMenuNG/Components/MenuItems.d.ts.map +1 -1
- package/dist/types/components/playground-data/ContextmenuItems.d.ts +55 -55
- package/dist/types/components/playground-data/ContextmenuItems.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuBox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Contextmenu/ContextMenuNG/Components/MenuBox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmD,MAAM,OAAO,CAAA;AAkDvE,eAAO,MAAM,OAAO,+
|
|
1
|
+
{"version":3,"file":"MenuBox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Contextmenu/ContextMenuNG/Components/MenuBox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmD,MAAM,OAAO,CAAA;AAkDvE,eAAO,MAAM,OAAO,+DA8GlB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuItems.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Contextmenu/ContextMenuNG/Components/MenuItems.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"MenuItems.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Contextmenu/ContextMenuNG/Components/MenuItems.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkE,MAAM,OAAO,CAAA;AAoOtF,eAAO,MAAM,QAAQ,oCAwCnB,CAAC;AAEH,eAAO,MAAM,cAAc,oCAsCzB,CAAC"}
|
|
@@ -91,61 +91,6 @@ export declare const data: ({
|
|
|
91
91
|
content?: undefined;
|
|
92
92
|
onChange?: undefined;
|
|
93
93
|
group?: undefined;
|
|
94
|
-
} | {
|
|
95
|
-
label: string;
|
|
96
|
-
icon: import("react/jsx-runtime").JSX.Element;
|
|
97
|
-
action: () => void;
|
|
98
|
-
seperator: boolean;
|
|
99
|
-
size: string;
|
|
100
|
-
type: string;
|
|
101
|
-
shortcut: {
|
|
102
|
-
ctrl: boolean;
|
|
103
|
-
key: string;
|
|
104
|
-
alt: boolean;
|
|
105
|
-
shift: boolean;
|
|
106
|
-
};
|
|
107
|
-
subItems: ({
|
|
108
|
-
label: string;
|
|
109
|
-
action: () => void;
|
|
110
|
-
seperator: boolean;
|
|
111
|
-
size: string;
|
|
112
|
-
type: string;
|
|
113
|
-
shortcut: {
|
|
114
|
-
ctrl: boolean;
|
|
115
|
-
key: string;
|
|
116
|
-
alt: boolean;
|
|
117
|
-
shift: boolean;
|
|
118
|
-
};
|
|
119
|
-
subItems: {
|
|
120
|
-
label: string;
|
|
121
|
-
action: () => void;
|
|
122
|
-
shortcut: {
|
|
123
|
-
ctrl: boolean;
|
|
124
|
-
alt: boolean;
|
|
125
|
-
key: string;
|
|
126
|
-
};
|
|
127
|
-
}[];
|
|
128
|
-
danger?: undefined;
|
|
129
|
-
defaultChecked?: undefined;
|
|
130
|
-
} | {
|
|
131
|
-
label: string;
|
|
132
|
-
action: () => void;
|
|
133
|
-
danger: boolean;
|
|
134
|
-
seperator: boolean;
|
|
135
|
-
size: string;
|
|
136
|
-
type: string;
|
|
137
|
-
defaultChecked: boolean;
|
|
138
|
-
shortcut?: undefined;
|
|
139
|
-
subItems?: undefined;
|
|
140
|
-
})[];
|
|
141
|
-
pinned?: undefined;
|
|
142
|
-
disabled?: undefined;
|
|
143
|
-
danger?: undefined;
|
|
144
|
-
defaultChecked?: undefined;
|
|
145
|
-
defaultOpen?: undefined;
|
|
146
|
-
content?: undefined;
|
|
147
|
-
onChange?: undefined;
|
|
148
|
-
group?: undefined;
|
|
149
94
|
} | {
|
|
150
95
|
label: string;
|
|
151
96
|
icon: import("react/jsx-runtime").JSX.Element;
|
|
@@ -219,6 +164,61 @@ export declare const data: ({
|
|
|
219
164
|
content?: undefined;
|
|
220
165
|
onChange?: undefined;
|
|
221
166
|
group?: undefined;
|
|
167
|
+
} | {
|
|
168
|
+
label: string;
|
|
169
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
170
|
+
action: () => void;
|
|
171
|
+
seperator: boolean;
|
|
172
|
+
size: string;
|
|
173
|
+
type: string;
|
|
174
|
+
shortcut: {
|
|
175
|
+
ctrl: boolean;
|
|
176
|
+
key: string;
|
|
177
|
+
alt: boolean;
|
|
178
|
+
shift: boolean;
|
|
179
|
+
};
|
|
180
|
+
subItems: ({
|
|
181
|
+
label: string;
|
|
182
|
+
action: () => void;
|
|
183
|
+
seperator: boolean;
|
|
184
|
+
size: string;
|
|
185
|
+
type: string;
|
|
186
|
+
shortcut: {
|
|
187
|
+
ctrl: boolean;
|
|
188
|
+
key: string;
|
|
189
|
+
alt: boolean;
|
|
190
|
+
shift: boolean;
|
|
191
|
+
};
|
|
192
|
+
subItems: {
|
|
193
|
+
label: string;
|
|
194
|
+
action: () => void;
|
|
195
|
+
shortcut: {
|
|
196
|
+
ctrl: boolean;
|
|
197
|
+
alt: boolean;
|
|
198
|
+
key: string;
|
|
199
|
+
};
|
|
200
|
+
}[];
|
|
201
|
+
danger?: undefined;
|
|
202
|
+
defaultChecked?: undefined;
|
|
203
|
+
} | {
|
|
204
|
+
label: string;
|
|
205
|
+
action: () => void;
|
|
206
|
+
danger: boolean;
|
|
207
|
+
seperator: boolean;
|
|
208
|
+
size: string;
|
|
209
|
+
type: string;
|
|
210
|
+
defaultChecked: boolean;
|
|
211
|
+
shortcut?: undefined;
|
|
212
|
+
subItems?: undefined;
|
|
213
|
+
})[];
|
|
214
|
+
pinned?: undefined;
|
|
215
|
+
disabled?: undefined;
|
|
216
|
+
danger?: undefined;
|
|
217
|
+
defaultChecked?: undefined;
|
|
218
|
+
defaultOpen?: undefined;
|
|
219
|
+
content?: undefined;
|
|
220
|
+
onChange?: undefined;
|
|
221
|
+
group?: undefined;
|
|
222
222
|
} | {
|
|
223
223
|
label: string;
|
|
224
224
|
action: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextmenuItems.d.ts","sourceRoot":"","sources":["../../../../src/components/playground-data/ContextmenuItems.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ContextmenuItems.d.ts","sourceRoot":"","sources":["../../../../src/components/playground-data/ContextmenuItems.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+NhB,CAAC"}
|