infinity-forge 8.9.9 → 9.0.0
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/system/hooks/ui/use-table/components/table/tr/index.js +4 -2
- package/dist/system/hooks/ui/use-table/components/table/tr/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/interfaces.d.ts +2 -2
- package/dist/system/hooks/ui/use-table/interfaces.js.map +1 -1
- package/dist/test/index.js +1788 -1
- package/dist/test/index.js.map +1 -1
- package/package.json +1 -1
package/dist/test/index.js
CHANGED
|
@@ -2,7 +2,1794 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro = NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro;
|
|
4
4
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
var system_1 = require("../system/index.js");
|
|
5
6
|
function NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro() {
|
|
6
|
-
|
|
7
|
+
var pages = [
|
|
8
|
+
{
|
|
9
|
+
menuId: 1,
|
|
10
|
+
id: 65,
|
|
11
|
+
ativo: true,
|
|
12
|
+
excluido: false,
|
|
13
|
+
destaque: false,
|
|
14
|
+
ordem: 0,
|
|
15
|
+
dataCriacao: '2025-04-26T22:24:53.98',
|
|
16
|
+
dataEdicao: '2025-05-14T01:11:36.1433333',
|
|
17
|
+
nome: 'Blog',
|
|
18
|
+
route: '/blog',
|
|
19
|
+
jsonContent: {
|
|
20
|
+
inputsConfigurations: {
|
|
21
|
+
pageLabel: 'Blog',
|
|
22
|
+
pageURL: '/blog',
|
|
23
|
+
entityName: 'contents',
|
|
24
|
+
entityRoute: 'Blog',
|
|
25
|
+
selectedKeys: {
|
|
26
|
+
Ativo: {
|
|
27
|
+
active: true,
|
|
28
|
+
component: {
|
|
29
|
+
type: 'InputSwitch',
|
|
30
|
+
props: {
|
|
31
|
+
label: 'Ativo',
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
validation: {
|
|
35
|
+
type: [],
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
AutorId: {
|
|
39
|
+
active: false,
|
|
40
|
+
component: null,
|
|
41
|
+
},
|
|
42
|
+
Categoria: {
|
|
43
|
+
active: false,
|
|
44
|
+
component: null,
|
|
45
|
+
},
|
|
46
|
+
CategoriaId: {
|
|
47
|
+
active: true,
|
|
48
|
+
component: {
|
|
49
|
+
type: 'Select',
|
|
50
|
+
props: {
|
|
51
|
+
label: 'Categoria',
|
|
52
|
+
},
|
|
53
|
+
configurations: {
|
|
54
|
+
relationTable: {
|
|
55
|
+
name: 'Categoria',
|
|
56
|
+
type: 'properties',
|
|
57
|
+
input: {
|
|
58
|
+
options: {
|
|
59
|
+
labelKEY: 'Titulo',
|
|
60
|
+
valueKEY: 'Id',
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
validation: {
|
|
67
|
+
type: ['required'],
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
CategoriaTitle: {
|
|
71
|
+
active: false,
|
|
72
|
+
component: null,
|
|
73
|
+
},
|
|
74
|
+
Data: {
|
|
75
|
+
active: false,
|
|
76
|
+
component: null,
|
|
77
|
+
},
|
|
78
|
+
DataCriacao: {
|
|
79
|
+
active: false,
|
|
80
|
+
component: null,
|
|
81
|
+
},
|
|
82
|
+
Descricao: {
|
|
83
|
+
active: true,
|
|
84
|
+
component: {
|
|
85
|
+
type: 'TextEditor',
|
|
86
|
+
props: {
|
|
87
|
+
label: 'Descrição',
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
validation: {
|
|
91
|
+
type: ['required'],
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
Destaque: {
|
|
95
|
+
active: true,
|
|
96
|
+
component: {
|
|
97
|
+
type: 'InputSwitch',
|
|
98
|
+
props: {
|
|
99
|
+
label: 'Destaque',
|
|
100
|
+
},
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
Ordem: {
|
|
104
|
+
active: false,
|
|
105
|
+
component: null,
|
|
106
|
+
},
|
|
107
|
+
Slug: {
|
|
108
|
+
active: false,
|
|
109
|
+
component: null,
|
|
110
|
+
},
|
|
111
|
+
Subtitulo: {
|
|
112
|
+
active: false,
|
|
113
|
+
component: null,
|
|
114
|
+
},
|
|
115
|
+
Tags: {
|
|
116
|
+
active: true,
|
|
117
|
+
component: {
|
|
118
|
+
type: 'Input',
|
|
119
|
+
props: {
|
|
120
|
+
label: 'Tags',
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
Titulo: {
|
|
125
|
+
active: true,
|
|
126
|
+
component: {
|
|
127
|
+
type: 'Input',
|
|
128
|
+
props: {
|
|
129
|
+
label: 'Titulo',
|
|
130
|
+
},
|
|
131
|
+
},
|
|
132
|
+
validation: {
|
|
133
|
+
type: ['required'],
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
Url: {
|
|
137
|
+
active: true,
|
|
138
|
+
component: {
|
|
139
|
+
type: 'Input',
|
|
140
|
+
props: {
|
|
141
|
+
label: 'URL',
|
|
142
|
+
placeholder: 'URL',
|
|
143
|
+
},
|
|
144
|
+
},
|
|
145
|
+
validation: {
|
|
146
|
+
type: ['required'],
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
configurationListTable: {
|
|
151
|
+
colunms: [
|
|
152
|
+
{
|
|
153
|
+
id_input: 'd3a23679-7ecb-4f01-9ef7-579ce5d07154',
|
|
154
|
+
colunmId: 'Ativo',
|
|
155
|
+
colunmLabel: 'Ativo',
|
|
156
|
+
colunmType: 'boolean',
|
|
157
|
+
boolean: {
|
|
158
|
+
true: 'Ativo',
|
|
159
|
+
false: 'Inativo',
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
id_input: '2d64bce4-aa77-4063-95db-10c29028018b',
|
|
164
|
+
colunmLabel: 'Título',
|
|
165
|
+
colunmId: 'Titulo',
|
|
166
|
+
colunmType: 'text',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
id_input: '3308e23c-7d40-408f-8e6a-98493105438f',
|
|
170
|
+
colunmLabel: 'URL',
|
|
171
|
+
colunmId: 'Url',
|
|
172
|
+
colunmType: 'text',
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
id_input: '80589366-bcde-40ee-858a-bc72a9142c65',
|
|
176
|
+
colunmType: 'text',
|
|
177
|
+
colunmId: 'Categoria.Titulo',
|
|
178
|
+
colunmLabel: 'Categoria',
|
|
179
|
+
},
|
|
180
|
+
],
|
|
181
|
+
},
|
|
182
|
+
jsonContent: {
|
|
183
|
+
components: ['thumbnail', 'seo'],
|
|
184
|
+
validations: {
|
|
185
|
+
images: {
|
|
186
|
+
type: [],
|
|
187
|
+
},
|
|
188
|
+
thumbnail: {
|
|
189
|
+
type: ['required'],
|
|
190
|
+
},
|
|
191
|
+
seo: {
|
|
192
|
+
type: ['required'],
|
|
193
|
+
},
|
|
194
|
+
},
|
|
195
|
+
menu: {
|
|
196
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="enable-background:new 0 0 50 50;" version="1.1" viewBox="0 0 50 50" xml:space="preserve"><g id="Layer_1"><path d="M9,13H1v31c0,2.757,2.243,5,5,5h38c2.757,0,5-2.243,5-5V1H9V13z M3,44V15h6v29c0,1.654-1.346,3-3,3S3,45.654,3,44z M11,3 h36v41c0,1.654-1.346,3-3,3H9.998c0.03-0.039,0.051-0.084,0.079-0.124c0.057-0.081,0.107-0.166,0.159-0.251 c0.106-0.17,0.202-0.345,0.287-0.528c0.045-0.096,0.088-0.193,0.126-0.292c0.075-0.194,0.135-0.393,0.186-0.598 c0.023-0.094,0.052-0.184,0.07-0.28C10.963,44.626,11,44.318,11,44V13V3z"/><rect height="2" width="28" x="15" y="8"/><rect height="2" width="20" x="19" y="13"/><rect height="2" width="12" x="31" y="21"/><rect height="2" width="12" x="31" y="26"/><path d="M27,21H15v12h12V21z M25,31h-8v-8h8V31z"/><rect height="2" width="12" x="31" y="31"/><rect height="2" width="12" x="15" y="36"/><rect height="2" width="12" x="31" y="36"/><rect height="2" width="12" x="15" y="41"/><rect height="2" width="12" x="31" y="41"/></g><g/></svg>',
|
|
197
|
+
role: ['Admin', 'administradorMaster'],
|
|
198
|
+
},
|
|
199
|
+
},
|
|
200
|
+
},
|
|
201
|
+
templates: [
|
|
202
|
+
{
|
|
203
|
+
id: '301b2243-1132-4f89-81d2-4c0203110eb4',
|
|
204
|
+
type: 'tab',
|
|
205
|
+
title: 'Tab Padrão',
|
|
206
|
+
children: [
|
|
207
|
+
{
|
|
208
|
+
id: '8a747da2-0f83-441a-b566-04423f18c2af',
|
|
209
|
+
type: 'tab_item',
|
|
210
|
+
title: 'Conteúdo',
|
|
211
|
+
children: [
|
|
212
|
+
{
|
|
213
|
+
id: '98595439-3b7c-47bb-adb2-d12317c99fe5',
|
|
214
|
+
type: 'section',
|
|
215
|
+
children: [
|
|
216
|
+
{
|
|
217
|
+
id: '4a35f139-566d-4ebf-ade4-fb3b6eb20dfe',
|
|
218
|
+
type: 'column',
|
|
219
|
+
width: 8,
|
|
220
|
+
children: [
|
|
221
|
+
{
|
|
222
|
+
id: 'a24185a5-4ba2-4e8c-800b-430190672d41',
|
|
223
|
+
type: 'row',
|
|
224
|
+
children: [
|
|
225
|
+
{
|
|
226
|
+
id: '16775754-885e-48aa-bb1a-bc29bafbbb87',
|
|
227
|
+
active: true,
|
|
228
|
+
component: {
|
|
229
|
+
type: 'Input',
|
|
230
|
+
props: {
|
|
231
|
+
label: 'Titulo',
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
validation: {
|
|
235
|
+
type: ['required'],
|
|
236
|
+
},
|
|
237
|
+
propertyName: 'Titulo',
|
|
238
|
+
componentType: 'Input',
|
|
239
|
+
label: 'Titulo',
|
|
240
|
+
type: 'property',
|
|
241
|
+
isNew: true,
|
|
242
|
+
fromSidebar: true,
|
|
243
|
+
},
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
id: '05e48d98-b8d4-440d-b3ed-096a6b1cba07',
|
|
248
|
+
type: 'row',
|
|
249
|
+
children: [
|
|
250
|
+
{
|
|
251
|
+
id: '43ee1dbb-34a2-4132-b4b8-c0b7566b27d2',
|
|
252
|
+
active: true,
|
|
253
|
+
component: {
|
|
254
|
+
type: 'TextEditor',
|
|
255
|
+
props: {
|
|
256
|
+
label: 'Descrição',
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
validation: {
|
|
260
|
+
type: ['required'],
|
|
261
|
+
},
|
|
262
|
+
propertyName: 'Descricao',
|
|
263
|
+
componentType: 'TextEditor',
|
|
264
|
+
label: 'Descricao',
|
|
265
|
+
type: 'property',
|
|
266
|
+
isNew: true,
|
|
267
|
+
fromSidebar: true,
|
|
268
|
+
},
|
|
269
|
+
],
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
id: 'a6beab44-208b-45b8-aa43-1a9344db3f38',
|
|
273
|
+
type: 'row',
|
|
274
|
+
children: [
|
|
275
|
+
{
|
|
276
|
+
id: 'a3df15a4-ced9-41d5-9336-5c5f77f8bda3',
|
|
277
|
+
active: true,
|
|
278
|
+
component: {
|
|
279
|
+
type: 'Input',
|
|
280
|
+
props: {
|
|
281
|
+
label: 'URL',
|
|
282
|
+
placeholder: 'URL',
|
|
283
|
+
},
|
|
284
|
+
},
|
|
285
|
+
validation: {
|
|
286
|
+
type: ['required'],
|
|
287
|
+
},
|
|
288
|
+
propertyName: 'Url',
|
|
289
|
+
componentType: 'Input',
|
|
290
|
+
label: 'Url',
|
|
291
|
+
type: 'property',
|
|
292
|
+
isNew: true,
|
|
293
|
+
fromSidebar: true,
|
|
294
|
+
},
|
|
295
|
+
],
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
id: '30f8d1ef-8726-497b-9272-82136a36902d',
|
|
299
|
+
type: 'row',
|
|
300
|
+
children: [
|
|
301
|
+
{
|
|
302
|
+
id: '09657c04-0840-487c-bb2f-212b8791a299',
|
|
303
|
+
active: true,
|
|
304
|
+
component: {
|
|
305
|
+
type: 'InputSwitch',
|
|
306
|
+
props: {
|
|
307
|
+
label: 'Ativo',
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
validation: {
|
|
311
|
+
type: [],
|
|
312
|
+
},
|
|
313
|
+
propertyName: 'Ativo',
|
|
314
|
+
componentType: 'InputSwitch',
|
|
315
|
+
label: 'Ativo',
|
|
316
|
+
type: 'property',
|
|
317
|
+
isNew: true,
|
|
318
|
+
fromSidebar: true,
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
id: 'b534efa2-7632-4ea1-b7b7-877f1edcd6ac',
|
|
322
|
+
active: true,
|
|
323
|
+
component: {
|
|
324
|
+
type: 'InputSwitch',
|
|
325
|
+
props: {
|
|
326
|
+
label: 'Destaque',
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
propertyName: 'Destaque',
|
|
330
|
+
componentType: 'InputSwitch',
|
|
331
|
+
label: 'Destaque',
|
|
332
|
+
type: 'property',
|
|
333
|
+
isNew: true,
|
|
334
|
+
fromSidebar: true,
|
|
335
|
+
},
|
|
336
|
+
],
|
|
337
|
+
},
|
|
338
|
+
],
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
id: '7df89ec1-6e5c-49e0-be8a-752a49cc0268',
|
|
342
|
+
type: 'column',
|
|
343
|
+
width: 4,
|
|
344
|
+
children: [
|
|
345
|
+
{
|
|
346
|
+
id: '9649afc6-86b3-410e-8f7b-abae9321eb22',
|
|
347
|
+
type: 'row',
|
|
348
|
+
children: [
|
|
349
|
+
{
|
|
350
|
+
id: 'aa863d3b-a65a-4646-adca-5ea4348c0f7e',
|
|
351
|
+
active: true,
|
|
352
|
+
component: {
|
|
353
|
+
type: 'Select',
|
|
354
|
+
props: {
|
|
355
|
+
label: 'Categoria',
|
|
356
|
+
},
|
|
357
|
+
configurations: {
|
|
358
|
+
relationTable: {
|
|
359
|
+
name: 'Categoria',
|
|
360
|
+
type: 'properties',
|
|
361
|
+
input: {
|
|
362
|
+
options: {
|
|
363
|
+
labelKEY: 'Titulo',
|
|
364
|
+
valueKEY: 'Id',
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
},
|
|
370
|
+
validation: {
|
|
371
|
+
type: ['required'],
|
|
372
|
+
},
|
|
373
|
+
propertyName: 'CategoriaId',
|
|
374
|
+
componentType: 'Select',
|
|
375
|
+
label: 'CategoriaId',
|
|
376
|
+
type: 'property',
|
|
377
|
+
isNew: true,
|
|
378
|
+
fromSidebar: true,
|
|
379
|
+
},
|
|
380
|
+
],
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
id: '6fa19a6f-5843-4699-902f-fdb56e9277cc',
|
|
384
|
+
type: 'row',
|
|
385
|
+
children: [
|
|
386
|
+
{
|
|
387
|
+
id: 'd566e0c7-aa4d-4f5e-af3d-3abfc12e2121',
|
|
388
|
+
active: true,
|
|
389
|
+
component: {
|
|
390
|
+
type: 'Input',
|
|
391
|
+
props: {
|
|
392
|
+
label: 'Tags',
|
|
393
|
+
},
|
|
394
|
+
},
|
|
395
|
+
propertyName: 'Tags',
|
|
396
|
+
componentType: 'Input',
|
|
397
|
+
label: 'Tags',
|
|
398
|
+
type: 'property',
|
|
399
|
+
isNew: true,
|
|
400
|
+
fromSidebar: true,
|
|
401
|
+
},
|
|
402
|
+
],
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
id: '6ce19cef-43d8-413c-a31c-a8574aa850e3',
|
|
406
|
+
type: 'row',
|
|
407
|
+
children: [
|
|
408
|
+
{
|
|
409
|
+
id: 'ddb1b7df-ec5f-4979-bec6-0ed032eea1ec',
|
|
410
|
+
jsonContentType: 'thumbnail',
|
|
411
|
+
propertyName: 'jsonContent.thumbnail',
|
|
412
|
+
componentType: 'Input',
|
|
413
|
+
label: 'jsonContent.thumbnail',
|
|
414
|
+
type: 'property',
|
|
415
|
+
isNew: true,
|
|
416
|
+
fromSidebar: true,
|
|
417
|
+
},
|
|
418
|
+
],
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
id: 'b91f2f71-d26b-452a-ae3c-2a2d59cf1e2b',
|
|
422
|
+
type: 'row',
|
|
423
|
+
children: [
|
|
424
|
+
{
|
|
425
|
+
id: 'c01fb8c8-96b1-4734-904f-bf3f3120d027',
|
|
426
|
+
jsonContentType: 'seo',
|
|
427
|
+
propertyName: 'jsonContent.seo',
|
|
428
|
+
componentType: 'Input',
|
|
429
|
+
label: 'jsonContent.seo',
|
|
430
|
+
type: 'property',
|
|
431
|
+
isNew: true,
|
|
432
|
+
fromSidebar: true,
|
|
433
|
+
},
|
|
434
|
+
],
|
|
435
|
+
},
|
|
436
|
+
],
|
|
437
|
+
},
|
|
438
|
+
],
|
|
439
|
+
},
|
|
440
|
+
],
|
|
441
|
+
},
|
|
442
|
+
],
|
|
443
|
+
},
|
|
444
|
+
],
|
|
445
|
+
},
|
|
446
|
+
entityName: 'contents',
|
|
447
|
+
entityRoute: 'Blog',
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
menuId: 1,
|
|
451
|
+
id: 66,
|
|
452
|
+
ativo: true,
|
|
453
|
+
excluido: false,
|
|
454
|
+
destaque: false,
|
|
455
|
+
ordem: 0,
|
|
456
|
+
dataCriacao: '2025-04-26T22:30:57.5533333',
|
|
457
|
+
dataEdicao: '2025-05-14T01:14:03.5966667',
|
|
458
|
+
nome: 'Categorias de Blog',
|
|
459
|
+
route: '/blog/categoria',
|
|
460
|
+
jsonContent: {
|
|
461
|
+
inputsConfigurations: {
|
|
462
|
+
pageLabel: 'Categorias de Blog',
|
|
463
|
+
pageURL: '/blog/categoria',
|
|
464
|
+
entityName: 'properties',
|
|
465
|
+
entityRoute: 'Categoria',
|
|
466
|
+
selectedKeys: {
|
|
467
|
+
Album: {
|
|
468
|
+
active: false,
|
|
469
|
+
component: null,
|
|
470
|
+
},
|
|
471
|
+
Artigo: {
|
|
472
|
+
active: false,
|
|
473
|
+
component: null,
|
|
474
|
+
},
|
|
475
|
+
Ativo: {
|
|
476
|
+
active: true,
|
|
477
|
+
component: {
|
|
478
|
+
type: 'InputSwitch',
|
|
479
|
+
props: {
|
|
480
|
+
label: 'Ativo',
|
|
481
|
+
},
|
|
482
|
+
},
|
|
483
|
+
validation: {
|
|
484
|
+
type: ['required'],
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
Banner: {
|
|
488
|
+
active: false,
|
|
489
|
+
component: null,
|
|
490
|
+
},
|
|
491
|
+
Blog: {
|
|
492
|
+
active: false,
|
|
493
|
+
component: null,
|
|
494
|
+
},
|
|
495
|
+
Curso: {
|
|
496
|
+
active: false,
|
|
497
|
+
component: null,
|
|
498
|
+
},
|
|
499
|
+
DataCriacao: {
|
|
500
|
+
active: false,
|
|
501
|
+
component: null,
|
|
502
|
+
},
|
|
503
|
+
Depoimento: {
|
|
504
|
+
active: false,
|
|
505
|
+
component: null,
|
|
506
|
+
},
|
|
507
|
+
Descricao: {
|
|
508
|
+
active: false,
|
|
509
|
+
component: null,
|
|
510
|
+
},
|
|
511
|
+
Destaque: {
|
|
512
|
+
active: false,
|
|
513
|
+
component: null,
|
|
514
|
+
},
|
|
515
|
+
EntityKey: {
|
|
516
|
+
active: false,
|
|
517
|
+
component: null,
|
|
518
|
+
},
|
|
519
|
+
Equipe: {
|
|
520
|
+
active: false,
|
|
521
|
+
component: null,
|
|
522
|
+
},
|
|
523
|
+
Faq: {
|
|
524
|
+
active: false,
|
|
525
|
+
component: null,
|
|
526
|
+
},
|
|
527
|
+
Foto: {
|
|
528
|
+
active: false,
|
|
529
|
+
component: null,
|
|
530
|
+
},
|
|
531
|
+
Imagem: {
|
|
532
|
+
active: false,
|
|
533
|
+
component: null,
|
|
534
|
+
},
|
|
535
|
+
ImagemAlt: {
|
|
536
|
+
active: false,
|
|
537
|
+
component: null,
|
|
538
|
+
},
|
|
539
|
+
Marca: {
|
|
540
|
+
active: false,
|
|
541
|
+
component: null,
|
|
542
|
+
},
|
|
543
|
+
MetaDescription: {
|
|
544
|
+
active: false,
|
|
545
|
+
component: null,
|
|
546
|
+
},
|
|
547
|
+
MetaImage: {
|
|
548
|
+
active: false,
|
|
549
|
+
component: null,
|
|
550
|
+
},
|
|
551
|
+
Objeto: {
|
|
552
|
+
active: false,
|
|
553
|
+
component: null,
|
|
554
|
+
},
|
|
555
|
+
Ordem: {
|
|
556
|
+
active: false,
|
|
557
|
+
component: null,
|
|
558
|
+
},
|
|
559
|
+
PageTitle: {
|
|
560
|
+
active: false,
|
|
561
|
+
component: null,
|
|
562
|
+
},
|
|
563
|
+
Pagina: {
|
|
564
|
+
active: false,
|
|
565
|
+
component: null,
|
|
566
|
+
},
|
|
567
|
+
PaginaContent: {
|
|
568
|
+
active: false,
|
|
569
|
+
component: null,
|
|
570
|
+
},
|
|
571
|
+
Portfolio: {
|
|
572
|
+
active: false,
|
|
573
|
+
component: null,
|
|
574
|
+
},
|
|
575
|
+
Produto: {
|
|
576
|
+
active: false,
|
|
577
|
+
component: null,
|
|
578
|
+
},
|
|
579
|
+
Representante: {
|
|
580
|
+
active: false,
|
|
581
|
+
component: null,
|
|
582
|
+
},
|
|
583
|
+
Slug: {
|
|
584
|
+
active: false,
|
|
585
|
+
component: null,
|
|
586
|
+
},
|
|
587
|
+
Subtitulo: {
|
|
588
|
+
active: false,
|
|
589
|
+
component: null,
|
|
590
|
+
},
|
|
591
|
+
Tags: {
|
|
592
|
+
active: false,
|
|
593
|
+
component: null,
|
|
594
|
+
},
|
|
595
|
+
Thumbnail: {
|
|
596
|
+
active: false,
|
|
597
|
+
component: null,
|
|
598
|
+
},
|
|
599
|
+
ThumbnailAlt: {
|
|
600
|
+
active: false,
|
|
601
|
+
component: null,
|
|
602
|
+
},
|
|
603
|
+
TipoCategoria: {
|
|
604
|
+
active: false,
|
|
605
|
+
component: null,
|
|
606
|
+
},
|
|
607
|
+
TipoCategoriaId: {
|
|
608
|
+
active: false,
|
|
609
|
+
component: null,
|
|
610
|
+
},
|
|
611
|
+
Titulo: {
|
|
612
|
+
active: true,
|
|
613
|
+
component: {
|
|
614
|
+
type: 'Input',
|
|
615
|
+
props: {
|
|
616
|
+
label: 'Titulo',
|
|
617
|
+
},
|
|
618
|
+
},
|
|
619
|
+
validation: {
|
|
620
|
+
type: ['required'],
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
Url: {
|
|
624
|
+
active: true,
|
|
625
|
+
component: {
|
|
626
|
+
type: 'Input',
|
|
627
|
+
props: {
|
|
628
|
+
label: 'URL',
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
|
+
validation: {
|
|
632
|
+
type: ['required'],
|
|
633
|
+
},
|
|
634
|
+
},
|
|
635
|
+
Video: {
|
|
636
|
+
active: false,
|
|
637
|
+
component: null,
|
|
638
|
+
},
|
|
639
|
+
Directory: {
|
|
640
|
+
active: false,
|
|
641
|
+
component: null,
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
configurationListTable: {
|
|
645
|
+
colunms: [
|
|
646
|
+
{
|
|
647
|
+
id_input: 'ff30ee9d-582b-4d39-841b-5b6d112ffd6c',
|
|
648
|
+
colunmLabel: 'Ativo',
|
|
649
|
+
colunmId: 'Ativo',
|
|
650
|
+
colunmType: 'boolean',
|
|
651
|
+
boolean: {
|
|
652
|
+
true: 'Ativo',
|
|
653
|
+
false: 'Inativo',
|
|
654
|
+
},
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
id_input: '6ec85474-4b09-4e08-85fc-f78e95072c3b',
|
|
658
|
+
colunmLabel: 'Titulo',
|
|
659
|
+
colunmId: 'Titulo',
|
|
660
|
+
colunmType: 'text',
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
id_input: 'ab244fe8-f97f-46bc-bb24-d2faea66275c',
|
|
664
|
+
colunmLabel: 'URL',
|
|
665
|
+
colunmId: 'Url',
|
|
666
|
+
colunmType: 'text',
|
|
667
|
+
},
|
|
668
|
+
],
|
|
669
|
+
},
|
|
670
|
+
jsonContent: {
|
|
671
|
+
menu: {
|
|
672
|
+
father: '/blog',
|
|
673
|
+
role: ['Admin', 'administradorMaster'],
|
|
674
|
+
},
|
|
675
|
+
},
|
|
676
|
+
},
|
|
677
|
+
templates: [
|
|
678
|
+
{
|
|
679
|
+
id: '2680d64d-5913-479e-8283-37f59dcd4516',
|
|
680
|
+
type: 'tab',
|
|
681
|
+
title: 'Tab Padrão',
|
|
682
|
+
children: [
|
|
683
|
+
{
|
|
684
|
+
id: '483db5ac-ba01-4974-98be-6b1c12cd4176',
|
|
685
|
+
type: 'tab_item',
|
|
686
|
+
title: 'New Tab',
|
|
687
|
+
children: [
|
|
688
|
+
{
|
|
689
|
+
id: '3acfc3c6-711a-4893-ae55-ff8c61da23ee',
|
|
690
|
+
type: 'section',
|
|
691
|
+
children: [
|
|
692
|
+
{
|
|
693
|
+
id: '95119370-8d46-4ba0-8a82-5a7cc9a03e1a',
|
|
694
|
+
type: 'column',
|
|
695
|
+
width: 12,
|
|
696
|
+
children: [
|
|
697
|
+
{
|
|
698
|
+
id: 'cef84fa2-4147-49c5-8aa1-62c9ae779cbb',
|
|
699
|
+
type: 'row',
|
|
700
|
+
children: [
|
|
701
|
+
{
|
|
702
|
+
id: '6ec71c8e-b666-47d3-a705-748c88b07f55',
|
|
703
|
+
active: true,
|
|
704
|
+
component: {
|
|
705
|
+
type: 'Input',
|
|
706
|
+
props: {
|
|
707
|
+
label: 'Titulo',
|
|
708
|
+
},
|
|
709
|
+
},
|
|
710
|
+
validation: {
|
|
711
|
+
type: ['required'],
|
|
712
|
+
},
|
|
713
|
+
propertyName: 'Titulo',
|
|
714
|
+
componentType: 'Input',
|
|
715
|
+
label: 'Titulo',
|
|
716
|
+
type: 'property',
|
|
717
|
+
isNew: true,
|
|
718
|
+
fromSidebar: true,
|
|
719
|
+
},
|
|
720
|
+
],
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
id: '1dda9323-fa2d-4dbc-81ba-e49e8e7989f1',
|
|
724
|
+
type: 'row',
|
|
725
|
+
children: [
|
|
726
|
+
{
|
|
727
|
+
id: '374a77d0-3053-4955-909a-b1c706d2809c',
|
|
728
|
+
active: true,
|
|
729
|
+
component: {
|
|
730
|
+
type: 'Input',
|
|
731
|
+
props: {
|
|
732
|
+
label: 'URL',
|
|
733
|
+
},
|
|
734
|
+
},
|
|
735
|
+
validation: {
|
|
736
|
+
type: ['required'],
|
|
737
|
+
},
|
|
738
|
+
propertyName: 'Url',
|
|
739
|
+
componentType: 'Input',
|
|
740
|
+
label: 'Url',
|
|
741
|
+
type: 'property',
|
|
742
|
+
isNew: true,
|
|
743
|
+
fromSidebar: true,
|
|
744
|
+
},
|
|
745
|
+
],
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
id: '51e65ca8-e21c-41bf-b0a2-b36866015444',
|
|
749
|
+
type: 'row',
|
|
750
|
+
children: [
|
|
751
|
+
{
|
|
752
|
+
id: '1dfc3bd6-9b36-4b4f-9909-fc3fa870a2b3',
|
|
753
|
+
active: true,
|
|
754
|
+
component: {
|
|
755
|
+
type: 'InputSwitch',
|
|
756
|
+
props: {
|
|
757
|
+
label: 'Ativo',
|
|
758
|
+
},
|
|
759
|
+
},
|
|
760
|
+
validation: {
|
|
761
|
+
type: ['required'],
|
|
762
|
+
},
|
|
763
|
+
propertyName: 'Ativo',
|
|
764
|
+
componentType: 'InputSwitch',
|
|
765
|
+
label: 'Ativo',
|
|
766
|
+
type: 'property',
|
|
767
|
+
isNew: true,
|
|
768
|
+
fromSidebar: true,
|
|
769
|
+
},
|
|
770
|
+
],
|
|
771
|
+
},
|
|
772
|
+
],
|
|
773
|
+
},
|
|
774
|
+
],
|
|
775
|
+
},
|
|
776
|
+
],
|
|
777
|
+
},
|
|
778
|
+
],
|
|
779
|
+
},
|
|
780
|
+
],
|
|
781
|
+
},
|
|
782
|
+
entityName: 'properties',
|
|
783
|
+
entityRoute: 'Categoria',
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
menuId: 1,
|
|
787
|
+
id: 67,
|
|
788
|
+
ativo: true,
|
|
789
|
+
excluido: false,
|
|
790
|
+
destaque: false,
|
|
791
|
+
ordem: 0,
|
|
792
|
+
dataCriacao: '2025-04-27T03:42:19.0066667',
|
|
793
|
+
dataEdicao: '2025-05-15T21:16:43.4354567',
|
|
794
|
+
nome: 'Diretórios',
|
|
795
|
+
route: '/diretorio',
|
|
796
|
+
jsonContent: {
|
|
797
|
+
inputsConfigurations: {
|
|
798
|
+
entityRoute: 'Directory',
|
|
799
|
+
selectedKeys: {
|
|
800
|
+
AddressCity: {
|
|
801
|
+
active: false,
|
|
802
|
+
component: null,
|
|
803
|
+
},
|
|
804
|
+
AddressCountry: {
|
|
805
|
+
active: false,
|
|
806
|
+
component: null,
|
|
807
|
+
},
|
|
808
|
+
AddressCounty: {
|
|
809
|
+
active: false,
|
|
810
|
+
component: null,
|
|
811
|
+
},
|
|
812
|
+
AddressLine1: {
|
|
813
|
+
active: false,
|
|
814
|
+
component: null,
|
|
815
|
+
},
|
|
816
|
+
AddressLine2: {
|
|
817
|
+
active: false,
|
|
818
|
+
component: null,
|
|
819
|
+
},
|
|
820
|
+
AddressState: {
|
|
821
|
+
active: false,
|
|
822
|
+
component: null,
|
|
823
|
+
},
|
|
824
|
+
AddressStreet: {
|
|
825
|
+
active: false,
|
|
826
|
+
component: null,
|
|
827
|
+
},
|
|
828
|
+
AddressStreetNumber: {
|
|
829
|
+
active: false,
|
|
830
|
+
component: null,
|
|
831
|
+
},
|
|
832
|
+
AddressZipcode: {
|
|
833
|
+
active: false,
|
|
834
|
+
component: null,
|
|
835
|
+
},
|
|
836
|
+
Bairro: {
|
|
837
|
+
active: false,
|
|
838
|
+
component: null,
|
|
839
|
+
},
|
|
840
|
+
Categoria: {
|
|
841
|
+
active: false,
|
|
842
|
+
component: null,
|
|
843
|
+
validation: {
|
|
844
|
+
type: [],
|
|
845
|
+
},
|
|
846
|
+
},
|
|
847
|
+
CategoriaId: {
|
|
848
|
+
active: true,
|
|
849
|
+
component: {
|
|
850
|
+
type: 'Select',
|
|
851
|
+
props: {
|
|
852
|
+
label: 'Categoria',
|
|
853
|
+
},
|
|
854
|
+
configurations: {
|
|
855
|
+
relationTable: {
|
|
856
|
+
name: 'Categoria',
|
|
857
|
+
type: 'properties',
|
|
858
|
+
input: {
|
|
859
|
+
options: {
|
|
860
|
+
labelKEY: 'Titulo',
|
|
861
|
+
valueKEY: 'Id',
|
|
862
|
+
},
|
|
863
|
+
},
|
|
864
|
+
},
|
|
865
|
+
},
|
|
866
|
+
},
|
|
867
|
+
validation: {
|
|
868
|
+
type: ['required'],
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
Complemento: {
|
|
872
|
+
active: false,
|
|
873
|
+
component: null,
|
|
874
|
+
},
|
|
875
|
+
CreatedAt: {
|
|
876
|
+
active: false,
|
|
877
|
+
component: null,
|
|
878
|
+
},
|
|
879
|
+
Description: {
|
|
880
|
+
active: true,
|
|
881
|
+
component: {
|
|
882
|
+
type: 'TextEditor',
|
|
883
|
+
props: {
|
|
884
|
+
label: 'Descrição',
|
|
885
|
+
},
|
|
886
|
+
},
|
|
887
|
+
validation: {
|
|
888
|
+
type: ['required'],
|
|
889
|
+
},
|
|
890
|
+
},
|
|
891
|
+
DirectoryAddress: {
|
|
892
|
+
active: false,
|
|
893
|
+
component: null,
|
|
894
|
+
},
|
|
895
|
+
DirectoryCategoryRelation: {
|
|
896
|
+
active: false,
|
|
897
|
+
component: null,
|
|
898
|
+
},
|
|
899
|
+
DirectoryCommodity: {
|
|
900
|
+
active: false,
|
|
901
|
+
component: null,
|
|
902
|
+
},
|
|
903
|
+
DirectoryContactInfo: {
|
|
904
|
+
active: false,
|
|
905
|
+
component: null,
|
|
906
|
+
},
|
|
907
|
+
DirectoryDetail: {
|
|
908
|
+
active: false,
|
|
909
|
+
component: null,
|
|
910
|
+
},
|
|
911
|
+
DirectoryImage: {
|
|
912
|
+
active: false,
|
|
913
|
+
component: null,
|
|
914
|
+
},
|
|
915
|
+
EntityKey: {
|
|
916
|
+
active: false,
|
|
917
|
+
component: null,
|
|
918
|
+
},
|
|
919
|
+
Guid: {
|
|
920
|
+
active: false,
|
|
921
|
+
component: null,
|
|
922
|
+
},
|
|
923
|
+
HasAccessibility: {
|
|
924
|
+
active: false,
|
|
925
|
+
component: null,
|
|
926
|
+
},
|
|
927
|
+
IsActive: {
|
|
928
|
+
active: true,
|
|
929
|
+
component: {
|
|
930
|
+
type: 'InputSwitch',
|
|
931
|
+
props: {
|
|
932
|
+
label: 'Ativo',
|
|
933
|
+
},
|
|
934
|
+
},
|
|
935
|
+
},
|
|
936
|
+
IsDeleted: {
|
|
937
|
+
active: false,
|
|
938
|
+
component: null,
|
|
939
|
+
},
|
|
940
|
+
IsHighlighted: {
|
|
941
|
+
active: true,
|
|
942
|
+
component: {
|
|
943
|
+
type: 'InputSwitch',
|
|
944
|
+
props: {
|
|
945
|
+
label: 'Destaque',
|
|
946
|
+
},
|
|
947
|
+
},
|
|
948
|
+
},
|
|
949
|
+
IsOnHold: {
|
|
950
|
+
active: false,
|
|
951
|
+
component: null,
|
|
952
|
+
},
|
|
953
|
+
Lat: {
|
|
954
|
+
active: false,
|
|
955
|
+
component: null,
|
|
956
|
+
},
|
|
957
|
+
Lng: {
|
|
958
|
+
active: false,
|
|
959
|
+
component: null,
|
|
960
|
+
},
|
|
961
|
+
Localidade: {
|
|
962
|
+
active: false,
|
|
963
|
+
component: null,
|
|
964
|
+
},
|
|
965
|
+
Logradouro: {
|
|
966
|
+
active: false,
|
|
967
|
+
component: null,
|
|
968
|
+
},
|
|
969
|
+
Name: {
|
|
970
|
+
active: true,
|
|
971
|
+
component: {
|
|
972
|
+
type: 'Input',
|
|
973
|
+
props: {
|
|
974
|
+
label: 'Titulo',
|
|
975
|
+
},
|
|
976
|
+
},
|
|
977
|
+
validation: {
|
|
978
|
+
type: ['required'],
|
|
979
|
+
},
|
|
980
|
+
},
|
|
981
|
+
Numero: {
|
|
982
|
+
active: false,
|
|
983
|
+
component: null,
|
|
984
|
+
},
|
|
985
|
+
PageTitle: {
|
|
986
|
+
active: false,
|
|
987
|
+
component: null,
|
|
988
|
+
},
|
|
989
|
+
Position: {
|
|
990
|
+
active: false,
|
|
991
|
+
component: null,
|
|
992
|
+
},
|
|
993
|
+
PriceBRL: {
|
|
994
|
+
active: true,
|
|
995
|
+
component: {
|
|
996
|
+
type: 'Input',
|
|
997
|
+
props: {
|
|
998
|
+
label: 'Preço',
|
|
999
|
+
placeholder: 'Digite o preço',
|
|
1000
|
+
},
|
|
1001
|
+
},
|
|
1002
|
+
validation: {
|
|
1003
|
+
type: ['required'],
|
|
1004
|
+
},
|
|
1005
|
+
},
|
|
1006
|
+
PriceIndicator: {
|
|
1007
|
+
active: false,
|
|
1008
|
+
component: null,
|
|
1009
|
+
},
|
|
1010
|
+
SKU: {
|
|
1011
|
+
active: false,
|
|
1012
|
+
component: null,
|
|
1013
|
+
},
|
|
1014
|
+
StarCount: {
|
|
1015
|
+
active: false,
|
|
1016
|
+
component: null,
|
|
1017
|
+
},
|
|
1018
|
+
Tags: {
|
|
1019
|
+
active: false,
|
|
1020
|
+
component: null,
|
|
1021
|
+
},
|
|
1022
|
+
Uf: {
|
|
1023
|
+
active: false,
|
|
1024
|
+
component: null,
|
|
1025
|
+
},
|
|
1026
|
+
UpdatedAt: {
|
|
1027
|
+
active: false,
|
|
1028
|
+
component: null,
|
|
1029
|
+
},
|
|
1030
|
+
Url: {
|
|
1031
|
+
active: true,
|
|
1032
|
+
component: {
|
|
1033
|
+
type: 'Input',
|
|
1034
|
+
props: {
|
|
1035
|
+
label: 'URL',
|
|
1036
|
+
},
|
|
1037
|
+
},
|
|
1038
|
+
validation: {
|
|
1039
|
+
type: ['required'],
|
|
1040
|
+
},
|
|
1041
|
+
},
|
|
1042
|
+
UsuarioDirectory: {
|
|
1043
|
+
active: false,
|
|
1044
|
+
component: null,
|
|
1045
|
+
},
|
|
1046
|
+
ZipCode: {
|
|
1047
|
+
active: true,
|
|
1048
|
+
component: {
|
|
1049
|
+
type: 'InputCep',
|
|
1050
|
+
props: {
|
|
1051
|
+
label: 'Cep',
|
|
1052
|
+
},
|
|
1053
|
+
},
|
|
1054
|
+
validation: {
|
|
1055
|
+
type: [],
|
|
1056
|
+
},
|
|
1057
|
+
},
|
|
1058
|
+
},
|
|
1059
|
+
pageLabel: 'Diretórios',
|
|
1060
|
+
pageURL: '/diretorio',
|
|
1061
|
+
jsonContent: {
|
|
1062
|
+
menu: {
|
|
1063
|
+
role: ['Admin', 'administradorMaster'],
|
|
1064
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 100 100" height="100px" id="Layer_1" version="1.1" viewBox="0 0 100 100" width="100px" xml:space="preserve"><g><defs><rect height="100" id="SVGID_1_" width="100"/></defs><path d="M79.535,27.4c-0.32-1.201-0.971-2.48-1.452-3.6C72.324,9.96,59.741,5,49.581,5 C35.98,5,21,14.12,19,32.919v3.841c0,0.16,0.055,1.6,0.134,2.32c1.121,8.959,8.19,18.48,13.47,27.439 c5.68,9.599,11.574,19.041,17.415,28.479c3.6-6.159,7.188-12.399,10.707-18.399c0.959-1.761,2.071-3.521,3.031-5.201 c0.64-1.119,1.862-2.238,2.421-3.279C71.857,57.722,81,47.24,81,36.92v-4.24C81,31.561,79.613,27.641,79.535,27.4 M49.83,46.68 c-3.998,0-8.374-1.999-10.534-7.52C38.974,38.281,39,36.52,39,36.359v-2.48c0-7.038,5.976-10.239,11.175-10.239 c6.4,0,11.351,5.121,11.351,11.521S56.23,46.68,49.83,46.68"/></g></svg>',
|
|
1065
|
+
},
|
|
1066
|
+
components: ['thumbnail', 'seo', 'redes_sociais'],
|
|
1067
|
+
validations: {
|
|
1068
|
+
thumbnail: {
|
|
1069
|
+
type: ['required'],
|
|
1070
|
+
},
|
|
1071
|
+
seo: {
|
|
1072
|
+
type: ['required'],
|
|
1073
|
+
},
|
|
1074
|
+
redes_sociais: {
|
|
1075
|
+
type: ['required'],
|
|
1076
|
+
},
|
|
1077
|
+
informations_list: {
|
|
1078
|
+
type: ['required'],
|
|
1079
|
+
},
|
|
1080
|
+
},
|
|
1081
|
+
dynamicConfigurations: [
|
|
1082
|
+
{
|
|
1083
|
+
id_input: '683c57ac-fb6f-4dd2-afb6-617be4a29674',
|
|
1084
|
+
SourceTable: 72,
|
|
1085
|
+
component: {
|
|
1086
|
+
id: 72,
|
|
1087
|
+
},
|
|
1088
|
+
EntityKey: 'EstiloDiretorio',
|
|
1089
|
+
},
|
|
1090
|
+
],
|
|
1091
|
+
},
|
|
1092
|
+
configurationListTable: {
|
|
1093
|
+
colunms: [
|
|
1094
|
+
{
|
|
1095
|
+
id_input: 'fe425fe1-d9fd-4f4d-b397-6f089f8c7020',
|
|
1096
|
+
colunmLabel: 'Ativo',
|
|
1097
|
+
colunmId: 'IsActive',
|
|
1098
|
+
colunmType: 'boolean',
|
|
1099
|
+
boolean: {
|
|
1100
|
+
true: 'Ativo',
|
|
1101
|
+
false: 'Inativo',
|
|
1102
|
+
},
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
id_input: '10ed346d-d079-4025-94f2-014f3d265b0e',
|
|
1106
|
+
colunmLabel: 'Nome',
|
|
1107
|
+
colunmId: 'Name',
|
|
1108
|
+
colunmType: 'text',
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
id_input: 'ffdd4e87-70a6-4e7e-8a06-9eaf3bd1ecb2',
|
|
1112
|
+
colunmLabel: 'Categoria',
|
|
1113
|
+
colunmId: 'Categoria.Titulo',
|
|
1114
|
+
colunmType: 'text',
|
|
1115
|
+
},
|
|
1116
|
+
],
|
|
1117
|
+
},
|
|
1118
|
+
entityName: 'directories',
|
|
1119
|
+
},
|
|
1120
|
+
templates: [
|
|
1121
|
+
{
|
|
1122
|
+
id: '6b06ea9a-181b-4dd2-995c-e49c14dd9df6',
|
|
1123
|
+
type: 'tab',
|
|
1124
|
+
title: 'Tab Padrão',
|
|
1125
|
+
children: [
|
|
1126
|
+
{
|
|
1127
|
+
id: 'be1baff4-c14b-4952-8388-f032d3bea2b5',
|
|
1128
|
+
type: 'tab_item',
|
|
1129
|
+
title: 'Conteúdo',
|
|
1130
|
+
children: [
|
|
1131
|
+
{
|
|
1132
|
+
id: '87334a3b-4589-4eef-bc34-e7b389399904',
|
|
1133
|
+
type: 'section',
|
|
1134
|
+
children: [
|
|
1135
|
+
{
|
|
1136
|
+
id: '83b3a781-c2d2-4f9f-8641-cfe1d7236212',
|
|
1137
|
+
type: 'column',
|
|
1138
|
+
width: 8,
|
|
1139
|
+
children: [
|
|
1140
|
+
{
|
|
1141
|
+
id: 'e57e253a-7f68-48e3-8cf9-aee9be9bd503',
|
|
1142
|
+
type: 'row',
|
|
1143
|
+
children: [
|
|
1144
|
+
{
|
|
1145
|
+
id: 'b36d8d5e-ba27-40aa-ba3e-4998a259c69d',
|
|
1146
|
+
active: true,
|
|
1147
|
+
component: {
|
|
1148
|
+
type: 'Input',
|
|
1149
|
+
props: {
|
|
1150
|
+
label: 'Titulo',
|
|
1151
|
+
},
|
|
1152
|
+
},
|
|
1153
|
+
validation: {
|
|
1154
|
+
type: ['required'],
|
|
1155
|
+
},
|
|
1156
|
+
propertyName: 'Name',
|
|
1157
|
+
componentType: 'Input',
|
|
1158
|
+
label: 'Name',
|
|
1159
|
+
type: 'property',
|
|
1160
|
+
isNew: true,
|
|
1161
|
+
fromSidebar: true,
|
|
1162
|
+
},
|
|
1163
|
+
],
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
id: '565fcd59-22cb-466f-bea9-2d02cb600e0a',
|
|
1167
|
+
type: 'row',
|
|
1168
|
+
children: [
|
|
1169
|
+
{
|
|
1170
|
+
id: '1429884c-00b1-48b8-aa98-65a7fd059f79',
|
|
1171
|
+
active: true,
|
|
1172
|
+
component: {
|
|
1173
|
+
type: 'TextEditor',
|
|
1174
|
+
props: {
|
|
1175
|
+
label: 'Descrição',
|
|
1176
|
+
},
|
|
1177
|
+
},
|
|
1178
|
+
validation: {
|
|
1179
|
+
type: ['required'],
|
|
1180
|
+
},
|
|
1181
|
+
propertyName: 'Description',
|
|
1182
|
+
componentType: 'TextEditor',
|
|
1183
|
+
label: 'Description',
|
|
1184
|
+
type: 'property',
|
|
1185
|
+
isNew: true,
|
|
1186
|
+
fromSidebar: true,
|
|
1187
|
+
},
|
|
1188
|
+
],
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
id: 'b965b4a2-1b05-425e-9b69-943cf611638c',
|
|
1192
|
+
type: 'row',
|
|
1193
|
+
children: [
|
|
1194
|
+
{
|
|
1195
|
+
id: 'af52d7d9-4d5a-4e1e-93c3-00f00139c18a',
|
|
1196
|
+
active: true,
|
|
1197
|
+
component: {
|
|
1198
|
+
type: 'InputSwitch',
|
|
1199
|
+
props: {
|
|
1200
|
+
label: 'Destaque',
|
|
1201
|
+
},
|
|
1202
|
+
},
|
|
1203
|
+
propertyName: 'IsHighlighted',
|
|
1204
|
+
componentType: 'InputSwitch',
|
|
1205
|
+
label: 'IsHighlighted',
|
|
1206
|
+
type: 'property',
|
|
1207
|
+
isNew: true,
|
|
1208
|
+
fromSidebar: true,
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
id: '04801f26-8bfc-448a-b53d-019b4b896265',
|
|
1212
|
+
active: true,
|
|
1213
|
+
component: {
|
|
1214
|
+
type: 'InputSwitch',
|
|
1215
|
+
props: {
|
|
1216
|
+
label: 'Ativo',
|
|
1217
|
+
},
|
|
1218
|
+
},
|
|
1219
|
+
propertyName: 'IsActive',
|
|
1220
|
+
componentType: 'InputSwitch',
|
|
1221
|
+
label: 'IsActive',
|
|
1222
|
+
type: 'property',
|
|
1223
|
+
isNew: true,
|
|
1224
|
+
fromSidebar: true,
|
|
1225
|
+
},
|
|
1226
|
+
],
|
|
1227
|
+
},
|
|
1228
|
+
],
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
id: '40682a0e-2883-453b-ad72-383414e0b962',
|
|
1232
|
+
type: 'column',
|
|
1233
|
+
width: 4,
|
|
1234
|
+
children: [
|
|
1235
|
+
{
|
|
1236
|
+
id: '0aed248a-e4af-4fe3-867a-2be542b9b48e',
|
|
1237
|
+
type: 'row',
|
|
1238
|
+
children: [
|
|
1239
|
+
{
|
|
1240
|
+
id: 'b158f8ac-0d8a-41da-b597-43416e5573ad',
|
|
1241
|
+
jsonContentType: 'thumbnail',
|
|
1242
|
+
propertyName: 'jsonContent.thumbnail',
|
|
1243
|
+
componentType: 'Input',
|
|
1244
|
+
label: 'jsonContent.thumbnail',
|
|
1245
|
+
type: 'property',
|
|
1246
|
+
isNew: true,
|
|
1247
|
+
fromSidebar: true,
|
|
1248
|
+
},
|
|
1249
|
+
],
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
id: 'a109bf9c-3874-4c87-aca7-5268b3d8d627',
|
|
1253
|
+
type: 'row',
|
|
1254
|
+
children: [
|
|
1255
|
+
{
|
|
1256
|
+
id: '954ba32f-5696-4f11-bfdc-b7a3eb62ac84',
|
|
1257
|
+
active: true,
|
|
1258
|
+
component: {
|
|
1259
|
+
type: 'Input',
|
|
1260
|
+
props: {
|
|
1261
|
+
label: 'Preço',
|
|
1262
|
+
placeholder: 'Digite o preço',
|
|
1263
|
+
},
|
|
1264
|
+
},
|
|
1265
|
+
validation: {
|
|
1266
|
+
type: ['required'],
|
|
1267
|
+
},
|
|
1268
|
+
propertyName: 'PriceBRL',
|
|
1269
|
+
componentType: 'Input',
|
|
1270
|
+
label: 'PriceBRL',
|
|
1271
|
+
type: 'property',
|
|
1272
|
+
isNew: true,
|
|
1273
|
+
fromSidebar: true,
|
|
1274
|
+
},
|
|
1275
|
+
],
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
id: 'feefaadd-a91a-46ac-93cf-ad3abe7979a1',
|
|
1279
|
+
type: 'row',
|
|
1280
|
+
children: [
|
|
1281
|
+
{
|
|
1282
|
+
id: '2de00486-3613-49e0-9f3f-0fde8df1c711',
|
|
1283
|
+
jsonContentType: 'redes_sociais',
|
|
1284
|
+
propertyName: 'jsonContent.redes_sociais',
|
|
1285
|
+
componentType: 'Input',
|
|
1286
|
+
label: 'jsonContent.redes_sociais',
|
|
1287
|
+
type: 'property',
|
|
1288
|
+
isNew: true,
|
|
1289
|
+
fromSidebar: true,
|
|
1290
|
+
},
|
|
1291
|
+
],
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
id: 'efbdec33-7afd-4be9-ada7-a75c58915da2',
|
|
1295
|
+
type: 'row',
|
|
1296
|
+
children: [
|
|
1297
|
+
{
|
|
1298
|
+
id: 'ac0054b6-b4df-4eac-bbaa-af1c1c39a355',
|
|
1299
|
+
active: true,
|
|
1300
|
+
component: {
|
|
1301
|
+
type: 'Select',
|
|
1302
|
+
props: {
|
|
1303
|
+
label: 'Categoria',
|
|
1304
|
+
},
|
|
1305
|
+
configurations: {
|
|
1306
|
+
relationTable: {
|
|
1307
|
+
name: 'Categoria',
|
|
1308
|
+
type: 'properties',
|
|
1309
|
+
input: {
|
|
1310
|
+
options: {
|
|
1311
|
+
labelKEY: 'Titulo',
|
|
1312
|
+
valueKEY: 'Id',
|
|
1313
|
+
},
|
|
1314
|
+
},
|
|
1315
|
+
},
|
|
1316
|
+
},
|
|
1317
|
+
},
|
|
1318
|
+
validation: {
|
|
1319
|
+
type: ['required'],
|
|
1320
|
+
},
|
|
1321
|
+
propertyName: 'CategoriaId',
|
|
1322
|
+
componentType: 'Select',
|
|
1323
|
+
label: 'CategoriaId',
|
|
1324
|
+
type: 'property',
|
|
1325
|
+
isNew: true,
|
|
1326
|
+
fromSidebar: true,
|
|
1327
|
+
},
|
|
1328
|
+
],
|
|
1329
|
+
},
|
|
1330
|
+
],
|
|
1331
|
+
},
|
|
1332
|
+
],
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
id: '86a5d4ae-fdb3-4364-8412-3da53d0cc7df',
|
|
1336
|
+
type: 'section',
|
|
1337
|
+
children: [
|
|
1338
|
+
{
|
|
1339
|
+
id: '46d958f3-f03d-47d8-b34f-b88c20806d4b',
|
|
1340
|
+
type: 'column',
|
|
1341
|
+
width: 12,
|
|
1342
|
+
children: [
|
|
1343
|
+
{
|
|
1344
|
+
id: '515532de-73a2-4615-9daf-fe732039818c',
|
|
1345
|
+
type: 'row',
|
|
1346
|
+
children: [
|
|
1347
|
+
{
|
|
1348
|
+
id: 'b4492705-b2f6-43bc-9f31-ea77f73f7d27',
|
|
1349
|
+
active: true,
|
|
1350
|
+
component: {
|
|
1351
|
+
type: 'InputCep',
|
|
1352
|
+
props: {
|
|
1353
|
+
label: 'Cep',
|
|
1354
|
+
},
|
|
1355
|
+
},
|
|
1356
|
+
validation: {
|
|
1357
|
+
type: [],
|
|
1358
|
+
},
|
|
1359
|
+
propertyName: 'ZipCode',
|
|
1360
|
+
componentType: 'InputCep',
|
|
1361
|
+
label: 'ZipCode',
|
|
1362
|
+
type: 'property',
|
|
1363
|
+
isNew: true,
|
|
1364
|
+
fromSidebar: true,
|
|
1365
|
+
},
|
|
1366
|
+
],
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
id: 'd0e51dbe-ef1b-4cbd-b0d4-c19555e4aa9a',
|
|
1370
|
+
type: 'row',
|
|
1371
|
+
children: [
|
|
1372
|
+
{
|
|
1373
|
+
id: 'b12df68c-4c09-41d6-9e70-729f8b38f3cc',
|
|
1374
|
+
jsonContentType: 'seo',
|
|
1375
|
+
propertyName: 'jsonContent.seo',
|
|
1376
|
+
componentType: 'Input',
|
|
1377
|
+
label: 'jsonContent.seo',
|
|
1378
|
+
type: 'property',
|
|
1379
|
+
isNew: true,
|
|
1380
|
+
fromSidebar: true,
|
|
1381
|
+
},
|
|
1382
|
+
],
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
id: 'c6ed80e9-6133-4f27-9cdc-a200a172dd73',
|
|
1386
|
+
type: 'row',
|
|
1387
|
+
children: [
|
|
1388
|
+
{
|
|
1389
|
+
id: '877cb2fa-fecd-4a24-b8bc-73a59ad68fb6',
|
|
1390
|
+
active: true,
|
|
1391
|
+
component: {
|
|
1392
|
+
type: 'Input',
|
|
1393
|
+
props: {
|
|
1394
|
+
label: 'URL',
|
|
1395
|
+
},
|
|
1396
|
+
},
|
|
1397
|
+
validation: {
|
|
1398
|
+
type: ['required'],
|
|
1399
|
+
},
|
|
1400
|
+
propertyName: 'Url',
|
|
1401
|
+
componentType: 'Input',
|
|
1402
|
+
label: 'Url',
|
|
1403
|
+
type: 'property',
|
|
1404
|
+
isNew: true,
|
|
1405
|
+
fromSidebar: true,
|
|
1406
|
+
},
|
|
1407
|
+
],
|
|
1408
|
+
},
|
|
1409
|
+
],
|
|
1410
|
+
},
|
|
1411
|
+
],
|
|
1412
|
+
},
|
|
1413
|
+
],
|
|
1414
|
+
},
|
|
1415
|
+
],
|
|
1416
|
+
},
|
|
1417
|
+
],
|
|
1418
|
+
},
|
|
1419
|
+
entityName: 'directories',
|
|
1420
|
+
entityRoute: 'Directory',
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
menuId: 1,
|
|
1424
|
+
id: 68,
|
|
1425
|
+
ativo: true,
|
|
1426
|
+
excluido: false,
|
|
1427
|
+
destaque: false,
|
|
1428
|
+
ordem: 0,
|
|
1429
|
+
dataCriacao: '2025-04-28T19:05:29.0033333',
|
|
1430
|
+
dataEdicao: '2025-05-14T01:14:42.3066667',
|
|
1431
|
+
nome: 'Categorias de Diretório',
|
|
1432
|
+
route: '/diretorio/categoria',
|
|
1433
|
+
jsonContent: {
|
|
1434
|
+
inputsConfigurations: {
|
|
1435
|
+
pageLabel: 'Categorias de Diretório',
|
|
1436
|
+
pageURL: '/diretorio/categoria',
|
|
1437
|
+
entityName: 'properties',
|
|
1438
|
+
jsonContent: {
|
|
1439
|
+
menu: {
|
|
1440
|
+
role: ['Admin', 'administradorMaster'],
|
|
1441
|
+
svg: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" enable-background="new 0 0 32 32" height="32px" id="svg2" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve"><g id="background"><rect fill="none" height="32" width="32"/></g><g id="category"><polygon points="20,20 20,12 12,12 12,14 8,14 8,10 10,10 10,2 2,2 2,10 6,10 6,26 12,26 12,30 20,30 20,22 12,22 12,24.001 8,24 8,16 12,16 12,20 "/></g></svg>',
|
|
1442
|
+
father: '/diretorio',
|
|
1443
|
+
},
|
|
1444
|
+
components: ['informations_list'],
|
|
1445
|
+
validations: {
|
|
1446
|
+
informations_list: {
|
|
1447
|
+
type: [],
|
|
1448
|
+
},
|
|
1449
|
+
},
|
|
1450
|
+
},
|
|
1451
|
+
entityRoute: 'Categoria',
|
|
1452
|
+
selectedKeys: {
|
|
1453
|
+
Album: {
|
|
1454
|
+
active: false,
|
|
1455
|
+
component: null,
|
|
1456
|
+
},
|
|
1457
|
+
Artigo: {
|
|
1458
|
+
active: false,
|
|
1459
|
+
component: null,
|
|
1460
|
+
},
|
|
1461
|
+
Ativo: {
|
|
1462
|
+
active: true,
|
|
1463
|
+
component: {
|
|
1464
|
+
type: 'InputSwitch',
|
|
1465
|
+
props: {
|
|
1466
|
+
label: 'Ativo',
|
|
1467
|
+
},
|
|
1468
|
+
},
|
|
1469
|
+
},
|
|
1470
|
+
Banner: {
|
|
1471
|
+
active: false,
|
|
1472
|
+
component: null,
|
|
1473
|
+
},
|
|
1474
|
+
Blog: {
|
|
1475
|
+
active: false,
|
|
1476
|
+
component: null,
|
|
1477
|
+
},
|
|
1478
|
+
Curso: {
|
|
1479
|
+
active: false,
|
|
1480
|
+
component: null,
|
|
1481
|
+
},
|
|
1482
|
+
DataCriacao: {
|
|
1483
|
+
active: false,
|
|
1484
|
+
component: null,
|
|
1485
|
+
},
|
|
1486
|
+
Depoimento: {
|
|
1487
|
+
active: false,
|
|
1488
|
+
component: null,
|
|
1489
|
+
},
|
|
1490
|
+
Descricao: {
|
|
1491
|
+
active: false,
|
|
1492
|
+
component: null,
|
|
1493
|
+
},
|
|
1494
|
+
Destaque: {
|
|
1495
|
+
active: false,
|
|
1496
|
+
component: null,
|
|
1497
|
+
},
|
|
1498
|
+
Directory: {
|
|
1499
|
+
active: false,
|
|
1500
|
+
component: null,
|
|
1501
|
+
},
|
|
1502
|
+
EntityKey: {
|
|
1503
|
+
active: false,
|
|
1504
|
+
component: null,
|
|
1505
|
+
},
|
|
1506
|
+
Equipe: {
|
|
1507
|
+
active: false,
|
|
1508
|
+
component: null,
|
|
1509
|
+
},
|
|
1510
|
+
Faq: {
|
|
1511
|
+
active: false,
|
|
1512
|
+
component: null,
|
|
1513
|
+
},
|
|
1514
|
+
Foto: {
|
|
1515
|
+
active: false,
|
|
1516
|
+
component: null,
|
|
1517
|
+
},
|
|
1518
|
+
Imagem: {
|
|
1519
|
+
active: false,
|
|
1520
|
+
component: null,
|
|
1521
|
+
},
|
|
1522
|
+
ImagemAlt: {
|
|
1523
|
+
active: false,
|
|
1524
|
+
component: null,
|
|
1525
|
+
},
|
|
1526
|
+
Marca: {
|
|
1527
|
+
active: false,
|
|
1528
|
+
component: null,
|
|
1529
|
+
},
|
|
1530
|
+
MetaDescription: {
|
|
1531
|
+
active: false,
|
|
1532
|
+
component: null,
|
|
1533
|
+
},
|
|
1534
|
+
MetaImage: {
|
|
1535
|
+
active: false,
|
|
1536
|
+
component: null,
|
|
1537
|
+
},
|
|
1538
|
+
Objeto: {
|
|
1539
|
+
active: false,
|
|
1540
|
+
component: null,
|
|
1541
|
+
},
|
|
1542
|
+
Ordem: {
|
|
1543
|
+
active: false,
|
|
1544
|
+
component: null,
|
|
1545
|
+
},
|
|
1546
|
+
PageTitle: {
|
|
1547
|
+
active: false,
|
|
1548
|
+
component: null,
|
|
1549
|
+
},
|
|
1550
|
+
Pagina: {
|
|
1551
|
+
active: false,
|
|
1552
|
+
component: null,
|
|
1553
|
+
},
|
|
1554
|
+
PaginaContent: {
|
|
1555
|
+
active: false,
|
|
1556
|
+
component: null,
|
|
1557
|
+
},
|
|
1558
|
+
Portfolio: {
|
|
1559
|
+
active: false,
|
|
1560
|
+
component: null,
|
|
1561
|
+
},
|
|
1562
|
+
Produto: {
|
|
1563
|
+
active: false,
|
|
1564
|
+
component: null,
|
|
1565
|
+
},
|
|
1566
|
+
Representante: {
|
|
1567
|
+
active: false,
|
|
1568
|
+
component: null,
|
|
1569
|
+
},
|
|
1570
|
+
Slug: {
|
|
1571
|
+
active: false,
|
|
1572
|
+
component: null,
|
|
1573
|
+
},
|
|
1574
|
+
Subtitulo: {
|
|
1575
|
+
active: false,
|
|
1576
|
+
component: null,
|
|
1577
|
+
},
|
|
1578
|
+
Tags: {
|
|
1579
|
+
active: false,
|
|
1580
|
+
component: null,
|
|
1581
|
+
},
|
|
1582
|
+
Thumbnail: {
|
|
1583
|
+
active: false,
|
|
1584
|
+
component: null,
|
|
1585
|
+
},
|
|
1586
|
+
ThumbnailAlt: {
|
|
1587
|
+
active: false,
|
|
1588
|
+
component: null,
|
|
1589
|
+
},
|
|
1590
|
+
TipoCategoria: {
|
|
1591
|
+
active: false,
|
|
1592
|
+
component: null,
|
|
1593
|
+
},
|
|
1594
|
+
TipoCategoriaId: {
|
|
1595
|
+
active: false,
|
|
1596
|
+
component: null,
|
|
1597
|
+
},
|
|
1598
|
+
Titulo: {
|
|
1599
|
+
active: true,
|
|
1600
|
+
component: {
|
|
1601
|
+
type: 'Input',
|
|
1602
|
+
props: {
|
|
1603
|
+
label: 'Título',
|
|
1604
|
+
},
|
|
1605
|
+
},
|
|
1606
|
+
validation: {
|
|
1607
|
+
type: ['required'],
|
|
1608
|
+
},
|
|
1609
|
+
},
|
|
1610
|
+
Url: {
|
|
1611
|
+
active: true,
|
|
1612
|
+
component: {
|
|
1613
|
+
type: 'Input',
|
|
1614
|
+
props: {
|
|
1615
|
+
label: 'Url',
|
|
1616
|
+
},
|
|
1617
|
+
},
|
|
1618
|
+
validation: {
|
|
1619
|
+
type: ['required'],
|
|
1620
|
+
},
|
|
1621
|
+
},
|
|
1622
|
+
Video: {
|
|
1623
|
+
active: false,
|
|
1624
|
+
component: null,
|
|
1625
|
+
},
|
|
1626
|
+
},
|
|
1627
|
+
configurationListTable: {
|
|
1628
|
+
colunms: [
|
|
1629
|
+
{
|
|
1630
|
+
id_input: 'b1ae082b-665c-4a67-bd39-f56c483c60ab',
|
|
1631
|
+
colunmLabel: 'Ativo',
|
|
1632
|
+
colunmId: 'Ativo',
|
|
1633
|
+
colunmType: 'boolean',
|
|
1634
|
+
boolean: {
|
|
1635
|
+
true: 'Ativo',
|
|
1636
|
+
false: 'Inativo',
|
|
1637
|
+
},
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
id_input: 'f9cf54dd-7fa4-4ffd-98d7-e7c424f70671',
|
|
1641
|
+
colunmLabel: 'Título',
|
|
1642
|
+
colunmId: 'Titulo',
|
|
1643
|
+
colunmType: 'text',
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
id_input: '041fd29a-56f6-410d-8358-3755512a56df',
|
|
1647
|
+
colunmLabel: 'URL',
|
|
1648
|
+
colunmId: 'Url',
|
|
1649
|
+
colunmType: 'text',
|
|
1650
|
+
},
|
|
1651
|
+
],
|
|
1652
|
+
},
|
|
1653
|
+
},
|
|
1654
|
+
templates: [
|
|
1655
|
+
{
|
|
1656
|
+
id: '9d173bdf-2848-4604-b049-5d656d5af920',
|
|
1657
|
+
type: 'tab',
|
|
1658
|
+
title: 'Tab Padrão',
|
|
1659
|
+
children: [
|
|
1660
|
+
{
|
|
1661
|
+
id: 'aeb3b55f-abd1-455e-a2cc-72dc1dcdfbad',
|
|
1662
|
+
type: 'tab_item',
|
|
1663
|
+
title: 'New Tab',
|
|
1664
|
+
children: [
|
|
1665
|
+
{
|
|
1666
|
+
id: '9e8b101b-04c1-473a-8e72-058317bc7ac8',
|
|
1667
|
+
type: 'section',
|
|
1668
|
+
children: [
|
|
1669
|
+
{
|
|
1670
|
+
id: '813f4e58-26db-4fc0-b6e3-861be9d988de',
|
|
1671
|
+
type: 'column',
|
|
1672
|
+
width: 12,
|
|
1673
|
+
children: [
|
|
1674
|
+
{
|
|
1675
|
+
id: 'ccd193ce-bb17-4af7-a850-c67a22215b6c',
|
|
1676
|
+
type: 'row',
|
|
1677
|
+
children: [
|
|
1678
|
+
{
|
|
1679
|
+
id: '830060ca-bcbc-43b4-b47e-978d81a5fee0',
|
|
1680
|
+
active: true,
|
|
1681
|
+
component: {
|
|
1682
|
+
type: 'Input',
|
|
1683
|
+
props: {
|
|
1684
|
+
label: 'Título',
|
|
1685
|
+
},
|
|
1686
|
+
},
|
|
1687
|
+
validation: {
|
|
1688
|
+
type: ['required'],
|
|
1689
|
+
},
|
|
1690
|
+
propertyName: 'Titulo',
|
|
1691
|
+
componentType: 'Input',
|
|
1692
|
+
label: 'Titulo',
|
|
1693
|
+
type: 'property',
|
|
1694
|
+
isNew: true,
|
|
1695
|
+
fromSidebar: true,
|
|
1696
|
+
},
|
|
1697
|
+
],
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
id: 'e5f657de-ded0-44e8-b6d5-2a4147e97789',
|
|
1701
|
+
type: 'row',
|
|
1702
|
+
children: [
|
|
1703
|
+
{
|
|
1704
|
+
id: '4e4dfed4-c966-43eb-9e1c-fe83777d0394',
|
|
1705
|
+
active: true,
|
|
1706
|
+
component: {
|
|
1707
|
+
type: 'Input',
|
|
1708
|
+
props: {
|
|
1709
|
+
label: 'Url',
|
|
1710
|
+
},
|
|
1711
|
+
},
|
|
1712
|
+
validation: {
|
|
1713
|
+
type: ['required'],
|
|
1714
|
+
},
|
|
1715
|
+
propertyName: 'Url',
|
|
1716
|
+
componentType: 'Input',
|
|
1717
|
+
label: 'Url',
|
|
1718
|
+
type: 'property',
|
|
1719
|
+
isNew: true,
|
|
1720
|
+
fromSidebar: true,
|
|
1721
|
+
},
|
|
1722
|
+
],
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
id: '3e4185c3-c1e6-4186-9d9e-ca45521475bb',
|
|
1726
|
+
type: 'row',
|
|
1727
|
+
children: [
|
|
1728
|
+
{
|
|
1729
|
+
id: '519a3191-4e6f-4b00-9dbd-b9c090a80850',
|
|
1730
|
+
active: true,
|
|
1731
|
+
component: {
|
|
1732
|
+
type: 'InputSwitch',
|
|
1733
|
+
props: {
|
|
1734
|
+
label: 'Ativo',
|
|
1735
|
+
},
|
|
1736
|
+
},
|
|
1737
|
+
propertyName: 'Ativo',
|
|
1738
|
+
componentType: 'InputSwitch',
|
|
1739
|
+
label: 'Ativo',
|
|
1740
|
+
type: 'property',
|
|
1741
|
+
isNew: true,
|
|
1742
|
+
fromSidebar: true,
|
|
1743
|
+
},
|
|
1744
|
+
],
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
id: '23aecc8e-71b2-40fa-9616-eddc66dfa355',
|
|
1748
|
+
type: 'row',
|
|
1749
|
+
children: [
|
|
1750
|
+
{
|
|
1751
|
+
id: '2ac3184e-ae14-4f4a-9083-ed0b6254c555',
|
|
1752
|
+
jsonContentType: 'informations_list',
|
|
1753
|
+
propertyName: 'jsonContent.informations_list',
|
|
1754
|
+
componentType: 'Input',
|
|
1755
|
+
label: 'jsonContent.informations_list',
|
|
1756
|
+
type: 'property',
|
|
1757
|
+
isNew: true,
|
|
1758
|
+
fromSidebar: true,
|
|
1759
|
+
},
|
|
1760
|
+
],
|
|
1761
|
+
},
|
|
1762
|
+
],
|
|
1763
|
+
},
|
|
1764
|
+
],
|
|
1765
|
+
},
|
|
1766
|
+
],
|
|
1767
|
+
},
|
|
1768
|
+
],
|
|
1769
|
+
},
|
|
1770
|
+
],
|
|
1771
|
+
},
|
|
1772
|
+
entityName: 'properties',
|
|
1773
|
+
entityRoute: 'Categoria',
|
|
1774
|
+
},
|
|
1775
|
+
];
|
|
1776
|
+
var Table = (0, system_1.useTable)({
|
|
1777
|
+
columnsConfiguration: {
|
|
1778
|
+
columns: [
|
|
1779
|
+
{ id: "route", label: "Rota" },
|
|
1780
|
+
{ id: "entityRoute", label: "Entidade (Tabela)" },
|
|
1781
|
+
{ id: "jsonContent.inputsConfigurations.entityRoute", label: "Tipo (Tabela)", width: 600 },
|
|
1782
|
+
],
|
|
1783
|
+
childrens: {
|
|
1784
|
+
childrenKey: "jsonContent.inputsConfigurations.jsonContent.dynamicConfigurations",
|
|
1785
|
+
columns: [{ id: "EntityKey", label: "Entity Key" }],
|
|
1786
|
+
},
|
|
1787
|
+
},
|
|
1788
|
+
configs: {
|
|
1789
|
+
errorMessage: "Nenhuma página cadastrada",
|
|
1790
|
+
tableData: pages || [],
|
|
1791
|
+
},
|
|
1792
|
+
}).Table;
|
|
1793
|
+
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: Table });
|
|
7
1794
|
}
|
|
8
1795
|
//# sourceMappingURL=index.js.map
|