infinity-forge 9.0.0 → 9.0.2

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.
Files changed (29) hide show
  1. package/dist/system/hooks/ui/use-table/components/table/actions/index.d.ts +5 -1
  2. package/dist/system/hooks/ui/use-table/components/table/actions/index.js +5 -5
  3. package/dist/system/hooks/ui/use-table/components/table/actions/index.js.map +1 -1
  4. package/dist/system/hooks/ui/use-table/components/table/index.js +1 -1
  5. package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -1
  6. package/dist/system/hooks/ui/use-table/components/table/tr/index.js +5 -3
  7. package/dist/system/hooks/ui/use-table/components/table/tr/index.js.map +1 -1
  8. package/dist/test/index.js +196 -1768
  9. package/dist/test/index.js.map +1 -1
  10. package/dist/ui/utils/form-validator/index.d.ts +8 -0
  11. package/dist/ui/utils/form-validator/index.js +41 -0
  12. package/dist/ui/utils/form-validator/index.js.map +1 -0
  13. package/dist/ui/utils/formatters/formatter.d.ts +14 -0
  14. package/dist/ui/utils/formatters/formatter.js +23 -0
  15. package/dist/ui/utils/formatters/formatter.js.map +1 -0
  16. package/dist/ui/utils/formatters/index.d.ts +2 -0
  17. package/dist/ui/utils/formatters/index.js +2 -0
  18. package/dist/ui/utils/formatters/index.js.map +1 -1
  19. package/dist/ui/utils/formatters/remove-digits.js.map +1 -0
  20. package/dist/ui/utils/index.d.ts +0 -1
  21. package/dist/ui/utils/index.js +0 -1
  22. package/dist/ui/utils/index.js.map +1 -1
  23. package/package.json +1 -1
  24. package/dist/ui/utils/format/index.d.ts +0 -1
  25. package/dist/ui/utils/format/index.js +0 -18
  26. package/dist/ui/utils/format/index.js.map +0 -1
  27. package/dist/ui/utils/format/remove-digits.js.map +0 -1
  28. /package/dist/ui/utils/{format → formatters}/remove-digits.d.ts +0 -0
  29. /package/dist/ui/utils/{format → formatters}/remove-digits.js +0 -0
@@ -1,1789 +1,217 @@
1
1
  "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro = NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro;
4
15
  var jsx_runtime_1 = require("react/jsx-runtime");
5
16
  var system_1 = require("../system/index.js");
17
+ var ui_1 = require("../ui/index.js");
6
18
  function NaoRemoverDaHomeUsadaParaTesteTestarAquiDentro() {
7
- var pages = [
19
+ var _a;
20
+ var pages = (_a = [
8
21
  {
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',
22
+ "menuId": 1,
23
+ "id": 65,
24
+ "ativo": true,
25
+ "excluido": false,
26
+ "destaque": false,
27
+ "ordem": 0,
28
+ "dataCriacao": "2025-04-26T22:24:53.98",
29
+ "dataEdicao": "2025-05-14T01:11:36.1433333",
30
+ "nome": "Blog",
31
+ "route": "/blog",
32
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Blog\",\"pageURL\":\"/blog\",\"entityName\":\"contents\",\"entityRoute\":\"Blog\",\"selectedKeys\":{\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]}},\"AutorId\":{\"active\":false,\"component\":null},\"Categoria\":{\"active\":false,\"component\":null},\"CategoriaId\":{\"active\":true,\"component\":{\"type\":\"Select\",\"props\":{\"label\":\"Categoria\"},\"configurations\":{\"relationTable\":{\"name\":\"Categoria\",\"type\":\"properties\",\"input\":{\"options\":{\"labelKEY\":\"Titulo\",\"valueKEY\":\"Id\"}}}}},\"validation\":{\"type\":[\"required\"]}},\"CategoriaTitle\":{\"active\":false,\"component\":null},\"Data\":{\"active\":false,\"component\":null},\"DataCriacao\":{\"active\":false,\"component\":null},\"Descricao\":{\"active\":true,\"component\":{\"type\":\"TextEditor\",\"props\":{\"label\":\"Descrição\"}},\"validation\":{\"type\":[\"required\"]}},\"Destaque\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Destaque\"}}},\"Ordem\":{\"active\":false,\"component\":null},\"Slug\":{\"active\":false,\"component\":null},\"Subtitulo\":{\"active\":false,\"component\":null},\"Tags\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Tags\"}}},\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\",\"placeholder\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"d3a23679-7ecb-4f01-9ef7-579ce5d07154\",\"colunmId\":\"Ativo\",\"colunmLabel\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}},{\"id_input\":\"2d64bce4-aa77-4063-95db-10c29028018b\",\"colunmLabel\":\"Título\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"},{\"id_input\":\"3308e23c-7d40-408f-8e6a-98493105438f\",\"colunmLabel\":\"URL\",\"colunmId\":\"Url\",\"colunmType\":\"text\"},{\"id_input\":\"80589366-bcde-40ee-858a-bc72a9142c65\",\"colunmType\":\"text\",\"colunmId\":\"Categoria.Titulo\",\"colunmLabel\":\"Categoria\"}]},\"jsonContent\":{\"components\":[\"thumbnail\",\"seo\"],\"validations\":{\"images\":{\"type\":[]},\"thumbnail\":{\"type\":[\"required\"]},\"seo\":{\"type\":[\"required\"]}},\"menu\":{\"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>\",\"role\":[\"Admin\",\"administradorMaster\"]}}},\"templates\":[{\"id\":\"301b2243-1132-4f89-81d2-4c0203110eb4\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"8a747da2-0f83-441a-b566-04423f18c2af\",\"type\":\"tab_item\",\"title\":\"Conteúdo\",\"children\":[{\"id\":\"98595439-3b7c-47bb-adb2-d12317c99fe5\",\"type\":\"section\",\"children\":[{\"id\":\"4a35f139-566d-4ebf-ade4-fb3b6eb20dfe\",\"type\":\"column\",\"width\":8,\"children\":[{\"id\":\"a24185a5-4ba2-4e8c-800b-430190672d41\",\"type\":\"row\",\"children\":[{\"id\":\"16775754-885e-48aa-bb1a-bc29bafbbb87\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"05e48d98-b8d4-440d-b3ed-096a6b1cba07\",\"type\":\"row\",\"children\":[{\"id\":\"43ee1dbb-34a2-4132-b4b8-c0b7566b27d2\",\"active\":true,\"component\":{\"type\":\"TextEditor\",\"props\":{\"label\":\"Descrição\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Descricao\",\"componentType\":\"TextEditor\",\"label\":\"Descricao\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"a6beab44-208b-45b8-aa43-1a9344db3f38\",\"type\":\"row\",\"children\":[{\"id\":\"a3df15a4-ced9-41d5-9336-5c5f77f8bda3\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\",\"placeholder\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"30f8d1ef-8726-497b-9272-82136a36902d\",\"type\":\"row\",\"children\":[{\"id\":\"09657c04-0840-487c-bb2f-212b8791a299\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true},{\"id\":\"b534efa2-7632-4ea1-b7b7-877f1edcd6ac\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Destaque\"}},\"propertyName\":\"Destaque\",\"componentType\":\"InputSwitch\",\"label\":\"Destaque\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]},{\"id\":\"7df89ec1-6e5c-49e0-be8a-752a49cc0268\",\"type\":\"column\",\"width\":4,\"children\":[{\"id\":\"9649afc6-86b3-410e-8f7b-abae9321eb22\",\"type\":\"row\",\"children\":[{\"id\":\"aa863d3b-a65a-4646-adca-5ea4348c0f7e\",\"active\":true,\"component\":{\"type\":\"Select\",\"props\":{\"label\":\"Categoria\"},\"configurations\":{\"relationTable\":{\"name\":\"Categoria\",\"type\":\"properties\",\"input\":{\"options\":{\"labelKEY\":\"Titulo\",\"valueKEY\":\"Id\"}}}}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"CategoriaId\",\"componentType\":\"Select\",\"label\":\"CategoriaId\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"6fa19a6f-5843-4699-902f-fdb56e9277cc\",\"type\":\"row\",\"children\":[{\"id\":\"d566e0c7-aa4d-4f5e-af3d-3abfc12e2121\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Tags\"}},\"propertyName\":\"Tags\",\"componentType\":\"Input\",\"label\":\"Tags\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"6ce19cef-43d8-413c-a31c-a8574aa850e3\",\"type\":\"row\",\"children\":[{\"id\":\"ddb1b7df-ec5f-4979-bec6-0ed032eea1ec\",\"jsonContentType\":\"thumbnail\",\"propertyName\":\"jsonContent.thumbnail\",\"componentType\":\"Input\",\"label\":\"jsonContent.thumbnail\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"b91f2f71-d26b-452a-ae3c-2a2d59cf1e2b\",\"type\":\"row\",\"children\":[{\"id\":\"c01fb8c8-96b1-4734-904f-bf3f3120d027\",\"jsonContentType\":\"seo\",\"propertyName\":\"jsonContent.seo\",\"componentType\":\"Input\",\"label\":\"jsonContent.seo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
33
+ "entityName": "contents",
34
+ "entityRoute": "Blog"
448
35
  },
449
36
  {
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',
37
+ "menuId": 1,
38
+ "id": 66,
39
+ "ativo": true,
40
+ "excluido": false,
41
+ "destaque": false,
42
+ "ordem": 0,
43
+ "dataCriacao": "2025-04-26T22:30:57.5533333",
44
+ "dataEdicao": "2025-05-14T01:14:03.5966667",
45
+ "nome": "Categorias de Blog",
46
+ "route": "/blog/categoria",
47
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Categorias de Blog\",\"pageURL\":\"/blog/categoria\",\"entityName\":\"properties\",\"entityRoute\":\"Categoria\",\"selectedKeys\":{\"Album\":{\"active\":false,\"component\":null},\"Artigo\":{\"active\":false,\"component\":null},\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[\"required\"]}},\"Banner\":{\"active\":false,\"component\":null},\"Blog\":{\"active\":false,\"component\":null},\"Curso\":{\"active\":false,\"component\":null},\"DataCriacao\":{\"active\":false,\"component\":null},\"Depoimento\":{\"active\":false,\"component\":null},\"Descricao\":{\"active\":false,\"component\":null},\"Destaque\":{\"active\":false,\"component\":null},\"EntityKey\":{\"active\":false,\"component\":null},\"Equipe\":{\"active\":false,\"component\":null},\"Faq\":{\"active\":false,\"component\":null},\"Foto\":{\"active\":false,\"component\":null},\"Imagem\":{\"active\":false,\"component\":null},\"ImagemAlt\":{\"active\":false,\"component\":null},\"Marca\":{\"active\":false,\"component\":null},\"MetaDescription\":{\"active\":false,\"component\":null},\"MetaImage\":{\"active\":false,\"component\":null},\"Objeto\":{\"active\":false,\"component\":null},\"Ordem\":{\"active\":false,\"component\":null},\"PageTitle\":{\"active\":false,\"component\":null},\"Pagina\":{\"active\":false,\"component\":null},\"PaginaContent\":{\"active\":false,\"component\":null},\"Portfolio\":{\"active\":false,\"component\":null},\"Produto\":{\"active\":false,\"component\":null},\"Representante\":{\"active\":false,\"component\":null},\"Slug\":{\"active\":false,\"component\":null},\"Subtitulo\":{\"active\":false,\"component\":null},\"Tags\":{\"active\":false,\"component\":null},\"Thumbnail\":{\"active\":false,\"component\":null},\"ThumbnailAlt\":{\"active\":false,\"component\":null},\"TipoCategoria\":{\"active\":false,\"component\":null},\"TipoCategoriaId\":{\"active\":false,\"component\":null},\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}},\"Video\":{\"active\":false,\"component\":null},\"Directory\":{\"active\":false,\"component\":null}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"ff30ee9d-582b-4d39-841b-5b6d112ffd6c\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}},{\"id_input\":\"6ec85474-4b09-4e08-85fc-f78e95072c3b\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"},{\"id_input\":\"ab244fe8-f97f-46bc-bb24-d2faea66275c\",\"colunmLabel\":\"URL\",\"colunmId\":\"Url\",\"colunmType\":\"text\"}]},\"jsonContent\":{\"menu\":{\"father\":\"/blog\",\"role\":[\"Admin\",\"administradorMaster\"]}}},\"templates\":[{\"id\":\"2680d64d-5913-479e-8283-37f59dcd4516\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"483db5ac-ba01-4974-98be-6b1c12cd4176\",\"type\":\"tab_item\",\"title\":\"New Tab\",\"children\":[{\"id\":\"3acfc3c6-711a-4893-ae55-ff8c61da23ee\",\"type\":\"section\",\"children\":[{\"id\":\"95119370-8d46-4ba0-8a82-5a7cc9a03e1a\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"cef84fa2-4147-49c5-8aa1-62c9ae779cbb\",\"type\":\"row\",\"children\":[{\"id\":\"6ec71c8e-b666-47d3-a705-748c88b07f55\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"1dda9323-fa2d-4dbc-81ba-e49e8e7989f1\",\"type\":\"row\",\"children\":[{\"id\":\"374a77d0-3053-4955-909a-b1c706d2809c\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"51e65ca8-e21c-41bf-b0a2-b36866015444\",\"type\":\"row\",\"children\":[{\"id\":\"1dfc3bd6-9b36-4b4f-9909-fc3fa870a2b3\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
48
+ "entityName": "properties",
49
+ "entityRoute": "Categoria"
784
50
  },
785
51
  {
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',
52
+ "menuId": 1,
53
+ "id": 74,
54
+ "ativo": true,
55
+ "excluido": false,
56
+ "destaque": false,
57
+ "ordem": 0,
58
+ "dataCriacao": "2025-05-15T22:42:23.9440653",
59
+ "dataEdicao": "2025-05-16T03:11:46.8586699",
60
+ "nome": "Estilos Gastronomia",
61
+ "route": "/gastronomia/estilos",
62
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Estilos Gastronomia\",\"pageURL\":\"/gastronomia/estilos\",\"entityName\":\"properties\",\"entityRoute\":\"Categoria\",\"jsonContent\":{\"menu\":{\"role\":[\"administradorMaster\",\"Admin\"],\"father\":\"/gastronomia\",\"svg\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"64\\\" height=\\\"64\\\" viewBox=\\\"0 0 64 64\\\" fill=\\\"none\\\">\\n <path d=\\\"M32 10C32 7.79086 30.2091 6 28 6C25.7909 6 24 7.79086 24 10C24 11.6193 24.9464 13.0054 26.3038 13.6816L30.2699 15.6652C30.7237 15.8877 31 16.354 31 16.8613V17.5C31 18.3284 30.3284 19 29.5 19H28C26.3431 19 25 20.3431 25 22C25 23.6569 26.3431 25 28 25H29.5C32.5376 25 35 22.5376 35 19.5V18.8613C35 17.3811 34.1445 16.0362 32.8147 15.3801L28.8486 13.3965C28.3927 13.174 28.1162 12.7076 28.1162 12.2003C28.1162 11.5394 28.6556 11 29.3165 11C29.9773 11 30.5167 11.5394 30.5167 12.2003V12.5C30.5167 12.7761 30.7406 13 31.0167 13H32C33.1046 13 34 12.1046 34 11C34 9.89543 33.1046 9 32 9V10Z\\\"/>\\n <path d=\\\"M12 42L32 30L52 42L32 54L12 42Z\\\" stroke-width=\\\"2\\\"/>\\n <path d=\\\"M32 33L35 39H41L36 43L38 49L32 45L26 49L28 43L23 39H29L32 33Z\\\" stroke-width=\\\"1.5\\\"/>\\n</svg>\"},\"components\":[\"seo\"]},\"type\":\"Component\",\"entityKEY\":\"estilos-gastronomia\",\"undefinedTitulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"undefinedAtivo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"522eb699-7d87-457b-aede-55ac37c9070a\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}},{\"id_input\":\"b42b0926-ccf4-4b4d-9f5b-68999ae76e25\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"}]},\"selectedKeys\":{\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}}},\"Curso\":{\"active\":false,\"component\":null},\"Destaque\":{\"active\":false,\"component\":null,\"validation\":{\"type\":[\"required\"]}},\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}}}},\"templates\":[{\"id\":\"8f585152-f5f8-451a-bb8e-5d643b5e4401\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"62b9acc0-7eff-4925-bcbf-6a091b304193\",\"type\":\"tab_item\",\"title\":\"Conteúdo\",\"children\":[{\"id\":\"e0bc562d-54f6-4bfb-86a1-727406592acf\",\"type\":\"section\",\"children\":[{\"id\":\"c7a704f4-9e77-4835-a19f-3bc879ab2d56\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"a58f7bd3-8dff-4979-8d38-7935f311ce6d\",\"type\":\"row\",\"children\":[{\"id\":\"50061ef0-f138-44c9-9264-eacbd3350aae\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"7152ae44-14e3-4185-a8cf-a892a69d5a2c\",\"type\":\"row\",\"children\":[{\"id\":\"d4b167d3-8dec-424c-9130-1008a1f21063\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"3b009757-dd9f-4db8-bd95-468771c955a1\",\"type\":\"row\",\"children\":[{\"id\":\"fa38fcec-2c9f-45f2-b044-f17cdf8a0aed\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"9fef4b35-533c-4793-9397-d462b2ec6554\",\"type\":\"tab_item\",\"title\":\"SEO\",\"children\":[{\"id\":\"69804c3d-ada5-4d6a-8b78-680494db6ead\",\"type\":\"section\",\"children\":[{\"id\":\"f1afc776-8d6c-4c08-b764-c47f6a16e7bb\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"8d4f7cc8-80be-42b4-825c-be0e7b75f55f\",\"type\":\"row\",\"children\":[{\"id\":\"ab85c473-ede1-43d6-b002-766ca8f5b446\",\"jsonContentType\":\"seo\",\"propertyName\":\"jsonContent.seo\",\"componentType\":\"Input\",\"label\":\"jsonContent.seo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
63
+ "entityName": "properties",
64
+ "entityRoute": "Categoria"
1421
65
  },
1422
66
  {
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',
67
+ "menuId": 1,
68
+ "id": 75,
69
+ "ativo": true,
70
+ "excluido": false,
71
+ "destaque": false,
72
+ "ordem": 0,
73
+ "dataCriacao": "2025-05-16T01:33:47.7404676",
74
+ "dataEdicao": "2025-05-16T09:39:55.3243115",
75
+ "nome": "Gastronomia",
76
+ "route": "/gastronomia",
77
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Gastronomia\",\"pageURL\":\"/gastronomia\",\"entityName\":\"directories\",\"entityRoute\":\"Directory\",\"jsonContent\":{\"menu\":{\"role\":[\"administradorMaster\",\"Admin\"]},\"components\":[\"thumbnail\",\"images\",\"seo\",\"redes_sociais\",\"informations_list\"]},\"type\":\"pagina\",\"entityKEY\":\"gastronomia\",\"selectedKeys\":{\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}},\"Name\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"IsActive\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]}},\"ZipCode\":{\"active\":true,\"component\":{\"type\":\"InputCep\",\"props\":{\"label\":\"Endereço\"}}},\"CategoriaId\":{\"active\":true,\"component\":{\"type\":\"Select\",\"props\":{\"label\":\"Categoria\"},\"configurations\":{\"relationTable\":{\"name\":\"Categoria\",\"type\":\"properties\",\"input\":{\"options\":{\"labelKEY\":\"Titulo\",\"valueKEY\":\"Id\"}}}}},\"validation\":{\"type\":[\"required\"]}},\"Description\":{\"active\":true,\"component\":{\"type\":\"TextEditor\",\"props\":{\"label\":\"Descrição\"}},\"validation\":{\"type\":[\"required\"]}},\"Lat\":{\"active\":false,\"component\":null,\"validation\":{\"type\":[\"required\"]}},\"Lng\":{\"active\":false,\"component\":null,\"validation\":{\"type\":[\"required\"]}},\"Guid\":{\"active\":true,\"component\":{\"type\":\"TextEditor\",\"props\":{\"label\":\"Descrição curta\"}},\"validation\":{\"type\":[\"required\"]}},\"PriceBRL\":{\"active\":true,\"component\":{\"type\":\"Input\"}},\"HasAccessibility\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Possui acessebilidade\"}},\"validation\":{\"type\":[]}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"62228b91-ddcc-49c7-ae81-235abedee936\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Name\",\"colunmType\":\"text\"},{\"id_input\":\"af303245-8d9f-44be-8596-d5a05f39f73e\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"IsActive\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}}]},\"dynamicConfigurations\":[{\"id_input\":\"7e2d6bc9-1bd1-4bd9-92ad-ceb4508a9d2f\",\"id\":\"74\",\"EntityKey\":\"\",\"componentName\":\"checkboxlist\",\"entityComponentName\":\"estilos-gastronomia\"},{\"id_input\":\"8bb92f58-df29-4704-9251-e8cdfe481f5b\",\"entityComponentName\":\"comodidades-gastronomia\",\"componentName\":\"checkboxlist\",\"EntityKey\":\"\",\"id\":\"80\"},{\"id_input\":\"fc101f4c-1675-4737-abc7-b535f059ded1\",\"id\":\"83\",\"entityComponentName\":\"subcategoria-gastronomia\",\"componentName\":\"checkboxlist\"}],\"id\":\"74\"},\"templates\":[{\"id\":\"8710b246-7332-4eae-9509-0712810e7ab1\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"5723f27d-c1c0-42b4-a1a3-615cd037efce\",\"type\":\"tab_item\",\"title\":\"Conteúdo\",\"children\":[{\"id\":\"b1d956aa-6ddf-4cf3-96a7-ccec8b8cf1d9\",\"type\":\"section\",\"children\":[{\"id\":\"f1d4ee44-3892-4348-9425-882e343149c8\",\"type\":\"column\",\"width\":8,\"children\":[{\"id\":\"869ae58a-8ddb-4408-bacb-23a64fb20f17\",\"type\":\"row\",\"children\":[{\"id\":\"5234a8d4-7edc-4ba4-bb12-734eb1c62436\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Name\",\"componentType\":\"Input\",\"label\":\"Name\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"f94e7979-4a86-42db-b8f2-de0052faa32d\",\"type\":\"row\",\"children\":[{\"id\":\"9e00896c-7db7-4b54-a672-bf7492bf8f90\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"020140c9-28dc-4d90-b133-e8d48bfdb630\",\"type\":\"row\",\"children\":[{\"id\":\"47b0da62-8661-4cc7-82a8-e81ce276afe8\",\"active\":true,\"component\":{\"type\":\"TextEditor\",\"props\":{\"label\":\"Descrição\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Description\",\"componentType\":\"TextEditor\",\"label\":\"Description\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"4d5f9d4c-6e91-4ee5-b555-3d2cd68653eb\",\"type\":\"row\",\"children\":[{\"id\":\"dbe742ce-269f-41f1-8436-553ac058c8be\",\"active\":true,\"component\":{\"type\":\"TextEditor\",\"props\":{\"label\":\"Descrição curta\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Guid\",\"componentType\":\"TextEditor\",\"label\":\"Guid\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"365f9a00-96ea-425b-969c-357c515ad191\",\"type\":\"row\",\"children\":[{\"id\":\"8df3ec4b-f933-477f-b3d5-4d4f9dcd5523\",\"active\":true,\"component\":{\"type\":\"InputCep\",\"props\":{\"label\":\"Endereço\"}},\"propertyName\":\"ZipCode\",\"componentType\":\"InputCep\",\"label\":\"ZipCode\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]},{\"id\":\"f75ecbbd-3e22-41a5-a18e-54785b0012b1\",\"type\":\"column\",\"width\":4,\"children\":[{\"id\":\"b74febd6-16c7-45fb-a619-027a38905d23\",\"type\":\"row\",\"children\":[{\"id\":\"cdbf3e62-01c2-45b4-8af8-4507984c4546\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]},\"propertyName\":\"IsActive\",\"componentType\":\"InputSwitch\",\"label\":\"IsActive\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"a8d150bb-025d-4e14-a3ed-dd8ef4b08b02\",\"type\":\"row\",\"children\":[{\"id\":\"95b65878-e45f-4620-a54f-47bfe7313d81\",\"active\":true,\"component\":{\"type\":\"Select\",\"props\":{\"label\":\"Categoria\"},\"configurations\":{\"relationTable\":{\"name\":\"Categoria\",\"type\":\"properties\",\"input\":{\"options\":{\"labelKEY\":\"Titulo\",\"valueKEY\":\"Id\"}}}}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"CategoriaId\",\"componentType\":\"Select\",\"label\":\"CategoriaId\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"d936043c-d14e-466a-b768-9ef8ebfd76f0\",\"type\":\"row\",\"children\":[{\"id\":\"4e7ac420-3e3a-494b-900a-bfbb1ed597df\",\"jsonContentType\":\"redes_sociais\",\"propertyName\":\"jsonContent.redes_sociais\",\"componentType\":\"Input\",\"label\":\"jsonContent.redes_sociais\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"b7de916f-c7dc-4456-8706-871fcc7c7b98\",\"type\":\"row\",\"children\":[{\"id\":\"149ce735-f0ec-47fa-808f-08940c11fc8c\",\"active\":true,\"component\":{\"type\":\"Input\"},\"propertyName\":\"PriceBRL\",\"componentType\":\"Input\",\"label\":\"PriceBRL\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"4cc96796-a6df-4d15-9ac4-8827f43e95eb\",\"type\":\"row\",\"children\":[{\"id\":\"0af73fe2-5a2c-4208-b55f-3e56e518e3c1\",\"jsonContentType\":\"thumbnail\",\"propertyName\":\"jsonContent.thumbnail\",\"componentType\":\"Input\",\"label\":\"jsonContent.thumbnail\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"deecee4d-46f5-4d86-b521-b2c1370dacfa\",\"type\":\"row\",\"children\":[{\"id\":\"e0fef77e-309d-4376-b922-65ba9ce569b0\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Possui acessebilidade\"}},\"validation\":{\"type\":[]},\"propertyName\":\"HasAccessibility\",\"componentType\":\"InputSwitch\",\"label\":\"HasAccessibility\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"247a179d-7110-4547-9164-a9baf3693f00\",\"type\":\"tab_item\",\"title\":\"SEO\",\"children\":[{\"id\":\"410e9b26-37a6-4380-bf79-1153cd2cc291\",\"type\":\"section\",\"children\":[{\"id\":\"46535401-eae9-48fb-9bcb-498caaa013d5\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"17c5adcb-cdef-4f1c-86b7-5f24fdc6f067\",\"type\":\"row\",\"children\":[{\"id\":\"910c2929-3bc4-4f67-90c9-e71dffd75997\",\"jsonContentType\":\"seo\",\"propertyName\":\"jsonContent.seo\",\"componentType\":\"Input\",\"label\":\"jsonContent.seo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"69b027ae-23c3-4988-8ef8-c98b7dde3d4a\",\"type\":\"tab_item\",\"title\":\"Imagens\",\"children\":[{\"id\":\"38adc76e-0322-4496-b7a0-0c437bba04d3\",\"type\":\"section\",\"children\":[{\"id\":\"748436f9-6e72-4382-8ae7-26b16a07e758\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"89d15da0-ee85-44ac-bda3-66ac04b1e489\",\"type\":\"row\",\"children\":[{\"id\":\"f17c3541-b383-4c52-8238-451651e937dc\",\"jsonContentType\":\"images\",\"propertyName\":\"jsonContent.images\",\"componentType\":\"Input\",\"label\":\"jsonContent.images\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"a0be0b05-cec4-457b-b71d-4205dd95f2b3\",\"type\":\"tab_item\",\"title\":\"Detalhes\",\"children\":[{\"id\":\"50ae970d-73b0-4652-870c-a5f7fb4a0e2d\",\"type\":\"section\",\"children\":[{\"id\":\"f9300425-94a2-4479-9acd-47689a97f6f9\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"7f628e5f-44da-48e9-8637-22653b094400\",\"type\":\"row\",\"children\":[{\"id\":\"0d83510d-1c51-401a-af4e-4a834c3c82b7\",\"dynamicComponent\":{\"id_input\":\"7e2d6bc9-1bd1-4bd9-92ad-ceb4508a9d2f\",\"id\":\"74\",\"EntityKey\":\"\",\"componentName\":\"checkboxlist\",\"entityComponentName\":\"estilos-gastronomia\"},\"propertyName\":\"estilos-gastronomia\",\"componentType\":\"Input\",\"label\":\"estilos-gastronomia\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"f82ba421-f1b9-42cc-b177-7ce530e007e6\",\"type\":\"row\",\"children\":[{\"id\":\"162da02f-b05f-4b74-ab86-b97bd2a31d98\",\"dynamicComponent\":{\"id_input\":\"8bb92f58-df29-4704-9251-e8cdfe481f5b\",\"entityComponentName\":\"comodidades-gastronomia\",\"componentName\":\"checkboxlist\",\"EntityKey\":\"\",\"id\":\"80\"},\"propertyName\":\"comodidades-gastronomia\",\"componentType\":\"Input\",\"label\":\"comodidades-gastronomia\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"9a647cce-d210-47ea-ba78-9ccca3f400ce\",\"type\":\"row\",\"children\":[{\"id\":\"183c880d-127e-460d-9e60-99fbfb0dc61c\",\"dynamicComponent\":{\"id_input\":\"fc101f4c-1675-4737-abc7-b535f059ded1\",\"id\":\"83\",\"entityComponentName\":\"subcategoria-gastronomia\",\"componentName\":\"checkboxlist\"},\"propertyName\":\"subcategoria-gastronomia\",\"componentType\":\"Input\",\"label\":\"subcategoria-gastronomia\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"a13d30ec-ee4f-4887-9c9a-2b9fed43662d\",\"type\":\"row\",\"children\":[{\"id\":\"b2d51d0b-ea17-4951-93f1-6c4a1ce2573e\",\"jsonContentType\":\"informations_list\",\"propertyName\":\"jsonContent.informations_list\",\"componentType\":\"Input\",\"label\":\"jsonContent.informations_list\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
78
+ "entityName": "directories",
79
+ "entityRoute": "Directory"
80
+ },
81
+ {
82
+ "menuId": 1,
83
+ "id": 76,
84
+ "ativo": true,
85
+ "excluido": false,
86
+ "destaque": false,
87
+ "ordem": 0,
88
+ "dataCriacao": "2025-05-16T02:32:08.5768984",
89
+ "dataEdicao": "2025-05-16T03:26:31.8041692",
90
+ "nome": "Estilos Hospedagem",
91
+ "route": "/hospedagem/estilos",
92
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Estilos Hospedagem\",\"pageURL\":\"/hospedagem/estilos\",\"entityName\":\"properties\",\"entityRoute\":\"Categoria\",\"jsonContent\":{\"menu\":{\"role\":[\"administradorMaster\",\"Admin\"],\"father\":\"/hospedagem\",\"svg\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"64\\\" height=\\\"64\\\" viewBox=\\\"0 0 64 64\\\" fill=\\\"none\\\">\\n <path d=\\\"M32 10C32 7.79086 30.2091 6 28 6C25.7909 6 24 7.79086 24 10C24 11.6193 24.9464 13.0054 26.3038 13.6816L30.2699 15.6652C30.7237 15.8877 31 16.354 31 16.8613V17.5C31 18.3284 30.3284 19 29.5 19H28C26.3431 19 25 20.3431 25 22C25 23.6569 26.3431 25 28 25H29.5C32.5376 25 35 22.5376 35 19.5V18.8613C35 17.3811 34.1445 16.0362 32.8147 15.3801L28.8486 13.3965C28.3927 13.174 28.1162 12.7076 28.1162 12.2003C28.1162 11.5394 28.6556 11 29.3165 11C29.9773 11 30.5167 11.5394 30.5167 12.2003V12.5C30.5167 12.7761 30.7406 13 31.0167 13H32C33.1046 13 34 12.1046 34 11C34 9.89543 33.1046 9 32 9V10Z\\\"/>\\n <path d=\\\"M12 42L32 30L52 42L32 54L12 42Z\\\" stroke-width=\\\"2\\\"/>\\n <path d=\\\"M32 33L35 39H41L36 43L38 49L32 45L26 49L28 43L23 39H29L32 33Z\\\" stroke-width=\\\"1.5\\\"/>\\n</svg>\"},\"components\":[\"seo\"]},\"type\":\"Component\",\"entityKEY\":\"estilos-hospedagem\",\"undefinedTitulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"undefinedAtivo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"522eb699-7d87-457b-aede-55ac37c9070a\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}},{\"id_input\":\"b42b0926-ccf4-4b4d-9f5b-68999ae76e25\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"}]},\"selectedKeys\":{\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}}},\"Curso\":{\"active\":false,\"component\":null},\"Destaque\":{\"active\":false,\"component\":null,\"validation\":{\"type\":[\"required\"]}},\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}}}},\"templates\":[{\"id\":\"8f585152-f5f8-451a-bb8e-5d643b5e4401\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"62b9acc0-7eff-4925-bcbf-6a091b304193\",\"type\":\"tab_item\",\"title\":\"Conteúdo\",\"children\":[{\"id\":\"e0bc562d-54f6-4bfb-86a1-727406592acf\",\"type\":\"section\",\"children\":[{\"id\":\"c7a704f4-9e77-4835-a19f-3bc879ab2d56\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"a58f7bd3-8dff-4979-8d38-7935f311ce6d\",\"type\":\"row\",\"children\":[{\"id\":\"50061ef0-f138-44c9-9264-eacbd3350aae\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"7152ae44-14e3-4185-a8cf-a892a69d5a2c\",\"type\":\"row\",\"children\":[{\"id\":\"d4b167d3-8dec-424c-9130-1008a1f21063\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"3b009757-dd9f-4db8-bd95-468771c955a1\",\"type\":\"row\",\"children\":[{\"id\":\"fa38fcec-2c9f-45f2-b044-f17cdf8a0aed\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"9fef4b35-533c-4793-9397-d462b2ec6554\",\"type\":\"tab_item\",\"title\":\"SEO\",\"children\":[{\"id\":\"69804c3d-ada5-4d6a-8b78-680494db6ead\",\"type\":\"section\",\"children\":[{\"id\":\"f1afc776-8d6c-4c08-b764-c47f6a16e7bb\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"8d4f7cc8-80be-42b4-825c-be0e7b75f55f\",\"type\":\"row\",\"children\":[{\"id\":\"ab85c473-ede1-43d6-b002-766ca8f5b446\",\"jsonContentType\":\"seo\",\"propertyName\":\"jsonContent.seo\",\"componentType\":\"Input\",\"label\":\"jsonContent.seo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
93
+ "entityName": "properties",
94
+ "entityRoute": "Categoria"
1774
95
  },
1775
- ];
96
+ {
97
+ "menuId": 1,
98
+ "id": 77,
99
+ "ativo": true,
100
+ "excluido": false,
101
+ "destaque": false,
102
+ "ordem": 0,
103
+ "dataCriacao": "2025-05-16T02:32:18.1264961",
104
+ "dataEdicao": "2025-05-16T03:26:46.2290087",
105
+ "nome": "Estilos Agenda Cultural",
106
+ "route": "/agenda-cultural/estilos",
107
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Estilos Agenda Cultural\",\"pageURL\":\"/agenda-cultural/estilos\",\"entityName\":\"properties\",\"entityRoute\":\"Categoria\",\"jsonContent\":{\"menu\":{\"role\":[\"administradorMaster\",\"Admin\"],\"father\":\"/agenda-cultural\",\"svg\":\"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"64\\\" height=\\\"64\\\" viewBox=\\\"0 0 64 64\\\" fill=\\\"none\\\">\\n <path d=\\\"M32 10C32 7.79086 30.2091 6 28 6C25.7909 6 24 7.79086 24 10C24 11.6193 24.9464 13.0054 26.3038 13.6816L30.2699 15.6652C30.7237 15.8877 31 16.354 31 16.8613V17.5C31 18.3284 30.3284 19 29.5 19H28C26.3431 19 25 20.3431 25 22C25 23.6569 26.3431 25 28 25H29.5C32.5376 25 35 22.5376 35 19.5V18.8613C35 17.3811 34.1445 16.0362 32.8147 15.3801L28.8486 13.3965C28.3927 13.174 28.1162 12.7076 28.1162 12.2003C28.1162 11.5394 28.6556 11 29.3165 11C29.9773 11 30.5167 11.5394 30.5167 12.2003V12.5C30.5167 12.7761 30.7406 13 31.0167 13H32C33.1046 13 34 12.1046 34 11C34 9.89543 33.1046 9 32 9V10Z\\\"/>\\n <path d=\\\"M12 42L32 30L52 42L32 54L12 42Z\\\" stroke-width=\\\"2\\\"/>\\n <path d=\\\"M32 33L35 39H41L36 43L38 49L32 45L26 49L28 43L23 39H29L32 33Z\\\" stroke-width=\\\"1.5\\\"/>\\n</svg>\"},\"components\":[\"seo\"]},\"type\":\"Component\",\"entityKEY\":\"estilos-agenda-cultural\",\"undefinedTitulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"undefinedAtivo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"522eb699-7d87-457b-aede-55ac37c9070a\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}},{\"id_input\":\"b42b0926-ccf4-4b4d-9f5b-68999ae76e25\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"}]},\"selectedKeys\":{\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}}},\"Curso\":{\"active\":false,\"component\":null},\"Destaque\":{\"active\":false,\"component\":null,\"validation\":{\"type\":[\"required\"]}},\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}}}},\"templates\":[{\"id\":\"8f585152-f5f8-451a-bb8e-5d643b5e4401\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"62b9acc0-7eff-4925-bcbf-6a091b304193\",\"type\":\"tab_item\",\"title\":\"Conteúdo\",\"children\":[{\"id\":\"e0bc562d-54f6-4bfb-86a1-727406592acf\",\"type\":\"section\",\"children\":[{\"id\":\"c7a704f4-9e77-4835-a19f-3bc879ab2d56\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"a58f7bd3-8dff-4979-8d38-7935f311ce6d\",\"type\":\"row\",\"children\":[{\"id\":\"50061ef0-f138-44c9-9264-eacbd3350aae\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"7152ae44-14e3-4185-a8cf-a892a69d5a2c\",\"type\":\"row\",\"children\":[{\"id\":\"d4b167d3-8dec-424c-9130-1008a1f21063\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"3b009757-dd9f-4db8-bd95-468771c955a1\",\"type\":\"row\",\"children\":[{\"id\":\"fa38fcec-2c9f-45f2-b044-f17cdf8a0aed\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"9fef4b35-533c-4793-9397-d462b2ec6554\",\"type\":\"tab_item\",\"title\":\"SEO\",\"children\":[{\"id\":\"69804c3d-ada5-4d6a-8b78-680494db6ead\",\"type\":\"section\",\"children\":[{\"id\":\"f1afc776-8d6c-4c08-b764-c47f6a16e7bb\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"8d4f7cc8-80be-42b4-825c-be0e7b75f55f\",\"type\":\"row\",\"children\":[{\"id\":\"ab85c473-ede1-43d6-b002-766ca8f5b446\",\"jsonContentType\":\"seo\",\"propertyName\":\"jsonContent.seo\",\"componentType\":\"Input\",\"label\":\"jsonContent.seo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
108
+ "entityName": "properties",
109
+ "entityRoute": "Categoria"
110
+ },
111
+ {
112
+ "menuId": 1,
113
+ "id": 78,
114
+ "ativo": true,
115
+ "excluido": false,
116
+ "destaque": false,
117
+ "ordem": 0,
118
+ "dataCriacao": "2025-05-16T02:35:38.8522047",
119
+ "dataEdicao": "2025-05-16T09:03:44.7643794",
120
+ "nome": "Hospedagem",
121
+ "route": "/hospedagem",
122
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Hospedagem\",\"pageURL\":\"/hospedagem\",\"entityName\":\"directories\",\"entityRoute\":\"Directory\",\"jsonContent\":{\"menu\":{\"role\":[\"administradorMaster\",\"Admin\"]}},\"type\":\"pagina\",\"entityKEY\":\"hospedagem\",\"selectedKeys\":{\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}},\"Name\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"IsActive\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]}},\"ZipCode\":{\"active\":true,\"component\":{\"type\":\"InputCep\",\"props\":{\"label\":\"Endereço\"}}},\"CategoriaId\":{\"active\":true,\"component\":{\"type\":\"Select\",\"props\":{\"label\":\"Categoria\"},\"configurations\":{\"relationTable\":{\"name\":\"Categoria\",\"type\":\"properties\",\"input\":{\"options\":{\"labelKEY\":\"Titulo\",\"valueKEY\":\"Id\"}}}}},\"validation\":{\"type\":[\"required\"]}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"62228b91-ddcc-49c7-ae81-235abedee936\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Name\",\"colunmType\":\"text\"},{\"id_input\":\"af303245-8d9f-44be-8596-d5a05f39f73e\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"IsActive\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}}]},\"dynamicConfigurations\":[{\"id_input\":\"7e2d6bc9-1bd1-4bd9-92ad-ceb4508a9d2f\",\"id\":\"76\",\"EntityKey\":\"\",\"componentName\":\"checkboxlist\",\"entityComponentName\":\"estilos-hospedagem\"},{\"id_input\":\"231732a2-3298-4c54-8b2d-ead13c030e0d\",\"entityComponentName\":\"comodidades-hospedagem\",\"componentName\":\"checkboxlist\",\"id\":\"81\"}],\"id\":81},\"templates\":[{\"id\":\"8710b246-7332-4eae-9509-0712810e7ab1\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"37972665-9c00-490e-b9cc-f2a1f6b76b60\",\"type\":\"tab_item\",\"title\":\"New Tab\",\"children\":[{\"id\":\"7b826d14-c663-4253-904d-98931e0b755d\",\"type\":\"section\",\"children\":[{\"id\":\"bb73e3d6-c0e9-437c-9f58-dc754a1360ec\",\"type\":\"column\",\"width\":8,\"children\":[{\"id\":\"1d5bef3e-a0fb-4ce5-99ac-6fb6d307ccae\",\"type\":\"row\",\"children\":[{\"id\":\"0c98048f-2642-4d63-a3e8-0102716a3367\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Name\",\"componentType\":\"Input\",\"label\":\"Name\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"8ed635dd-9647-4234-ba8f-879ffb456b5a\",\"type\":\"row\",\"children\":[{\"id\":\"1b166e4b-8903-4f36-a999-6e61c6b2c449\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"ca4a73f3-3322-438b-82a3-0bc9338961f4\",\"type\":\"row\",\"children\":[{\"id\":\"bdac8932-9b77-418b-9daf-e0249a7a8aab\",\"active\":true,\"component\":{\"type\":\"InputCep\",\"props\":{\"label\":\"Endereço\"}},\"propertyName\":\"ZipCode\",\"componentType\":\"InputCep\",\"label\":\"ZipCode\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"bb295f03-9525-4249-bca3-37bb808efb82\",\"type\":\"row\",\"children\":[{\"id\":\"2bb8ce5a-902f-4b6e-852a-723b8b323db1\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]},\"propertyName\":\"IsActive\",\"componentType\":\"InputSwitch\",\"label\":\"IsActive\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"48999fe9-f31a-4548-9f07-5e7007d280fd\",\"type\":\"row\",\"children\":[{\"id\":\"26d51eda-83d8-4186-9e99-0d1e5f1b9f70\",\"dynamicComponent\":{\"id_input\":\"7e2d6bc9-1bd1-4bd9-92ad-ceb4508a9d2f\",\"id\":\"76\",\"EntityKey\":\"\",\"componentName\":\"checkboxlist\",\"entityComponentName\":\"estilos-hospedagem\"},\"propertyName\":\"estilos-hospedagem\",\"componentType\":\"Input\",\"label\":\"estilos-hospedagem\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"23c0eebd-3c29-47b5-9cf6-a0c838eba7a6\",\"type\":\"row\",\"children\":[{\"id\":\"3e75c471-bb10-48a1-9634-1ff0fc7fab83\",\"dynamicComponent\":{\"id_input\":\"231732a2-3298-4c54-8b2d-ead13c030e0d\",\"entityComponentName\":\"comodidades-hospedagem\",\"componentName\":\"checkboxlist\",\"id\":\"81\"},\"propertyName\":\"comodidades-hospedagem\",\"componentType\":\"Input\",\"label\":\"comodidades-hospedagem\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]},{\"id\":\"824b8f84-f325-49e0-851a-8226ba2f9f11\",\"type\":\"column\",\"width\":4,\"children\":[{\"id\":\"689cfdef-c383-4c17-9d09-9bbda042060b\",\"type\":\"row\",\"children\":[{\"id\":\"15bbc61b-d8c4-4513-8e6b-898f00ff588c\",\"active\":true,\"component\":{\"type\":\"Select\",\"props\":{\"label\":\"Categoria\"},\"configurations\":{\"relationTable\":{\"name\":\"Categoria\",\"type\":\"properties\",\"input\":{\"options\":{\"labelKEY\":\"Titulo\",\"valueKEY\":\"Id\"}}}}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"CategoriaId\",\"componentType\":\"Select\",\"label\":\"CategoriaId\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
123
+ "entityName": "directories",
124
+ "entityRoute": "Directory"
125
+ },
126
+ {
127
+ "menuId": 1,
128
+ "id": 79,
129
+ "ativo": true,
130
+ "excluido": false,
131
+ "destaque": false,
132
+ "ordem": 0,
133
+ "dataCriacao": "2025-05-16T03:02:37.2010466",
134
+ "dataEdicao": "2025-05-16T09:04:32.7853637",
135
+ "nome": "Agenda Cultural",
136
+ "route": "/agenda-cultural",
137
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Agenda Cultural\",\"pageURL\":\"/agenda-cultural\",\"entityName\":\"directories\",\"entityRoute\":\"Directory\",\"jsonContent\":{\"menu\":{\"role\":[\"administradorMaster\",\"Admin\"]}},\"type\":\"pagina\",\"entityKEY\":\"agendacultural\",\"selectedKeys\":{\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}},\"Name\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"IsActive\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]}},\"ZipCode\":{\"active\":true,\"component\":{\"type\":\"InputCep\",\"props\":{\"label\":\"Endereço\"}}},\"CategoriaId\":{\"active\":true,\"component\":{\"type\":\"Select\",\"props\":{\"label\":\"Categoria\"},\"configurations\":{\"relationTable\":{\"name\":\"Categoria\",\"type\":\"properties\",\"input\":{\"options\":{\"labelKEY\":\"Titulo\",\"valueKEY\":\"Id\"}}}}},\"validation\":{\"type\":[\"required\"]}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"62228b91-ddcc-49c7-ae81-235abedee936\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Name\",\"colunmType\":\"text\"},{\"id_input\":\"af303245-8d9f-44be-8596-d5a05f39f73e\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"IsActive\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}}]},\"dynamicConfigurations\":[{\"id_input\":\"7e2d6bc9-1bd1-4bd9-92ad-ceb4508a9d2f\",\"id\":\"77\",\"EntityKey\":\"\",\"componentName\":\"checkboxlist\",\"entityComponentName\":\"estilos-agenda-cultural\"},{\"id_input\":\"753e0b0f-5234-48b0-80e4-3c858ab785ae\",\"entityComponentName\":\"comodidades-agenda-cultural\",\"componentName\":\"checkboxlist\",\"id\":\"82\"}],\"id\":82},\"templates\":[{\"id\":\"8710b246-7332-4eae-9509-0712810e7ab1\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"37972665-9c00-490e-b9cc-f2a1f6b76b60\",\"type\":\"tab_item\",\"title\":\"New Tab\",\"children\":[{\"id\":\"7b826d14-c663-4253-904d-98931e0b755d\",\"type\":\"section\",\"children\":[{\"id\":\"bb73e3d6-c0e9-437c-9f58-dc754a1360ec\",\"type\":\"column\",\"width\":8,\"children\":[{\"id\":\"1d5bef3e-a0fb-4ce5-99ac-6fb6d307ccae\",\"type\":\"row\",\"children\":[{\"id\":\"0c98048f-2642-4d63-a3e8-0102716a3367\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Name\",\"componentType\":\"Input\",\"label\":\"Name\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"8ed635dd-9647-4234-ba8f-879ffb456b5a\",\"type\":\"row\",\"children\":[{\"id\":\"1b166e4b-8903-4f36-a999-6e61c6b2c449\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"23c0eebd-3c29-47b5-9cf6-a0c838eba7a6\",\"type\":\"row\",\"children\":[{\"id\":\"fdc88d8a-58ca-4f84-b893-5eda980c4059\",\"active\":true,\"component\":{\"type\":\"InputCep\",\"props\":{\"label\":\"Endereço\"}},\"propertyName\":\"ZipCode\",\"componentType\":\"InputCep\",\"label\":\"ZipCode\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"751cf6f2-3d70-41f7-9435-2a03bb4d2cf1\",\"type\":\"row\",\"children\":[{\"id\":\"ba8ef62a-bba3-4c72-9453-dd4eadc92b58\",\"dynamicComponent\":{\"id_input\":\"7e2d6bc9-1bd1-4bd9-92ad-ceb4508a9d2f\",\"id\":\"77\",\"EntityKey\":\"\",\"componentName\":\"checkboxlist\",\"entityComponentName\":\"estilos-agenda-cultural\"},\"propertyName\":\"estilos-agenda-cultural\",\"componentType\":\"Input\",\"label\":\"estilos-agenda-cultural\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"00a6703c-4cc1-4c5b-b854-75087746e779\",\"type\":\"row\",\"children\":[{\"id\":\"15bbc240-3821-4f41-85ff-ecc182526a79\",\"dynamicComponent\":{\"id_input\":\"753e0b0f-5234-48b0-80e4-3c858ab785ae\",\"entityComponentName\":\"comodidades-agenda-cultural\",\"componentName\":\"checkboxlist\",\"id\":\"82\"},\"propertyName\":\"comodidades-agenda-cultural\",\"componentType\":\"Input\",\"label\":\"comodidades-agenda-cultural\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"1471e24d-c59b-4c12-af01-84efeb51f21f\",\"type\":\"row\",\"children\":[{\"id\":\"c8f85fda-ca19-45be-b231-d43185df1165\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]},\"propertyName\":\"IsActive\",\"componentType\":\"InputSwitch\",\"label\":\"IsActive\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]},{\"id\":\"824b8f84-f325-49e0-851a-8226ba2f9f11\",\"type\":\"column\",\"width\":4,\"children\":[{\"id\":\"689cfdef-c383-4c17-9d09-9bbda042060b\",\"type\":\"row\",\"children\":[{\"id\":\"15bbc61b-d8c4-4513-8e6b-898f00ff588c\",\"active\":true,\"component\":{\"type\":\"Select\",\"props\":{\"label\":\"Categoria\"},\"configurations\":{\"relationTable\":{\"name\":\"Categoria\",\"type\":\"properties\",\"input\":{\"options\":{\"labelKEY\":\"Titulo\",\"valueKEY\":\"Id\"}}}}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"CategoriaId\",\"componentType\":\"Select\",\"label\":\"CategoriaId\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
138
+ "entityName": "directories",
139
+ "entityRoute": "Directory"
140
+ },
141
+ {
142
+ "menuId": 1,
143
+ "id": 80,
144
+ "ativo": true,
145
+ "excluido": false,
146
+ "destaque": false,
147
+ "ordem": 0,
148
+ "dataCriacao": "2025-05-16T03:33:41.3026552",
149
+ "dataEdicao": "2025-05-16T03:33:57.1959963",
150
+ "nome": "Comodidades Gastronomia",
151
+ "route": "/gastronomia/comodidades",
152
+ "jsonContent": "{\"inputsConfigurations\":{\"entityName\":\"properties\",\"pageLabel\":\"Comodidades Gastronomia\",\"pageURL\":\"/gastronomia/comodidades\",\"jsonContent\":{\"menu\":{\"father\":\"/gastronomia\",\"role\":[\"administradorMaster\",\"Admin\"]},\"components\":[\"seo\"]},\"entityRoute\":\"Categoria\",\"type\":\"Component\",\"entityKEY\":\"comodidades-gastronomia\",\"selectedKeys\":{\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}},\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"28773af4-d230-4c2e-920c-efc94e081a0c\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}},{\"id_input\":\"647bdb80-7e4b-470f-b757-51b629dea84a\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"}]},\"dynamicConfigurations\":[]},\"templates\":[{\"id\":\"12dc7747-3313-41af-b64b-0200fb1bc331\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"64cc5538-cf61-4194-b70e-70ca26266b6e\",\"type\":\"tab_item\",\"title\":\"Conteúdo\",\"children\":[{\"id\":\"50a929aa-00ce-4464-b2b3-38bd6cd77872\",\"type\":\"section\",\"children\":[{\"id\":\"23540839-b742-4b78-b5dc-d41af855fb23\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"3eaae171-c276-45dd-89aa-f2672d1664f3\",\"type\":\"row\",\"children\":[{\"id\":\"fe877a31-54f8-4739-b87b-046d46196bb5\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"475d754f-07c9-4429-9b0c-2adb2db45d89\",\"type\":\"row\",\"children\":[{\"id\":\"ec1c5800-b749-46f3-9bdb-27b9a928e839\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"59ac7410-291e-4219-9f4b-a2edcb657142\",\"type\":\"row\",\"children\":[{\"id\":\"b0a42c61-64a4-4990-b1d9-31e9364655e0\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"1c4a09cb-bdee-429f-8805-c7a29dbb4421\",\"type\":\"tab_item\",\"title\":\"SEO\",\"children\":[{\"id\":\"c71cb604-b8d5-4c1c-b649-fd3802ae4bc3\",\"type\":\"section\",\"children\":[{\"id\":\"6e873369-9ad2-4149-8255-6e12a9ac7d12\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"f022cb8a-0039-4d7f-9d7d-3309283a1144\",\"type\":\"row\",\"children\":[{\"id\":\"b6b12665-1181-456c-850f-565a1643b6a5\",\"jsonContentType\":\"seo\",\"propertyName\":\"jsonContent.seo\",\"componentType\":\"Input\",\"label\":\"jsonContent.seo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
153
+ "entityName": "properties",
154
+ "entityRoute": "Categoria"
155
+ },
156
+ {
157
+ "menuId": 1,
158
+ "id": 81,
159
+ "ativo": true,
160
+ "excluido": false,
161
+ "destaque": false,
162
+ "ordem": 0,
163
+ "dataCriacao": "2025-05-16T03:34:43.6082424",
164
+ "dataEdicao": "2025-05-16T03:36:33.9769354",
165
+ "nome": "Comodidades Hospedagem",
166
+ "route": "/hospedagem/comodidades",
167
+ "jsonContent": "{\"inputsConfigurations\":{\"entityName\":\"properties\",\"pageLabel\":\"Comodidades Hospedagem\",\"pageURL\":\"/hospedagem/comodidades\",\"jsonContent\":{\"menu\":{\"father\":\"/hospedagem\",\"role\":[\"administradorMaster\",\"Admin\"]},\"components\":[\"seo\"]},\"entityRoute\":\"Categoria\",\"type\":\"Component\",\"entityKEY\":\"comodidades-hospedagem\",\"selectedKeys\":{\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}},\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"28773af4-d230-4c2e-920c-efc94e081a0c\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}},{\"id_input\":\"647bdb80-7e4b-470f-b757-51b629dea84a\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"}]},\"dynamicConfigurations\":[]},\"templates\":[{\"id\":\"12dc7747-3313-41af-b64b-0200fb1bc331\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"64cc5538-cf61-4194-b70e-70ca26266b6e\",\"type\":\"tab_item\",\"title\":\"Conteúdo\",\"children\":[{\"id\":\"50a929aa-00ce-4464-b2b3-38bd6cd77872\",\"type\":\"section\",\"children\":[{\"id\":\"23540839-b742-4b78-b5dc-d41af855fb23\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"3eaae171-c276-45dd-89aa-f2672d1664f3\",\"type\":\"row\",\"children\":[{\"id\":\"fe877a31-54f8-4739-b87b-046d46196bb5\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"475d754f-07c9-4429-9b0c-2adb2db45d89\",\"type\":\"row\",\"children\":[{\"id\":\"ec1c5800-b749-46f3-9bdb-27b9a928e839\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"59ac7410-291e-4219-9f4b-a2edcb657142\",\"type\":\"row\",\"children\":[{\"id\":\"b0a42c61-64a4-4990-b1d9-31e9364655e0\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"1c4a09cb-bdee-429f-8805-c7a29dbb4421\",\"type\":\"tab_item\",\"title\":\"SEO\",\"children\":[{\"id\":\"c71cb604-b8d5-4c1c-b649-fd3802ae4bc3\",\"type\":\"section\",\"children\":[{\"id\":\"6e873369-9ad2-4149-8255-6e12a9ac7d12\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"f022cb8a-0039-4d7f-9d7d-3309283a1144\",\"type\":\"row\",\"children\":[{\"id\":\"b6b12665-1181-456c-850f-565a1643b6a5\",\"jsonContentType\":\"seo\",\"propertyName\":\"jsonContent.seo\",\"componentType\":\"Input\",\"label\":\"jsonContent.seo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
168
+ "entityName": "properties",
169
+ "entityRoute": "Categoria"
170
+ },
171
+ {
172
+ "menuId": 1,
173
+ "id": 82,
174
+ "ativo": true,
175
+ "excluido": false,
176
+ "destaque": false,
177
+ "ordem": 0,
178
+ "dataCriacao": "2025-05-16T03:34:46.5722623",
179
+ "dataEdicao": "2025-05-16T03:38:59.4118385",
180
+ "nome": "Comodidades Agenda Cultural",
181
+ "route": "/agenda-cultural/comodidades",
182
+ "jsonContent": "{\"inputsConfigurations\":{\"entityName\":\"properties\",\"pageLabel\":\"Comodidades Agenda Cultural\",\"pageURL\":\"/agenda-cultural/comodidades\",\"jsonContent\":{\"menu\":{\"father\":\"/agenda-cultural\",\"role\":[\"administradorMaster\",\"Admin\"]},\"components\":[\"seo\"]},\"entityRoute\":\"Categoria\",\"type\":\"Component\",\"entityKEY\":\"comodidades-agenda-cultural\",\"selectedKeys\":{\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}},\"Url\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]}},\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"28773af4-d230-4c2e-920c-efc94e081a0c\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}},{\"id_input\":\"647bdb80-7e4b-470f-b757-51b629dea84a\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"}]},\"dynamicConfigurations\":[]},\"templates\":[{\"id\":\"12dc7747-3313-41af-b64b-0200fb1bc331\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"64cc5538-cf61-4194-b70e-70ca26266b6e\",\"type\":\"tab_item\",\"title\":\"Conteúdo\",\"children\":[{\"id\":\"50a929aa-00ce-4464-b2b3-38bd6cd77872\",\"type\":\"section\",\"children\":[{\"id\":\"23540839-b742-4b78-b5dc-d41af855fb23\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"3eaae171-c276-45dd-89aa-f2672d1664f3\",\"type\":\"row\",\"children\":[{\"id\":\"fe877a31-54f8-4739-b87b-046d46196bb5\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"475d754f-07c9-4429-9b0c-2adb2db45d89\",\"type\":\"row\",\"children\":[{\"id\":\"ec1c5800-b749-46f3-9bdb-27b9a928e839\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"URL\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Url\",\"componentType\":\"Input\",\"label\":\"Url\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"59ac7410-291e-4219-9f4b-a2edcb657142\",\"type\":\"row\",\"children\":[{\"id\":\"b0a42c61-64a4-4990-b1d9-31e9364655e0\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"validation\":{\"type\":[]},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]},{\"id\":\"1c4a09cb-bdee-429f-8805-c7a29dbb4421\",\"type\":\"tab_item\",\"title\":\"SEO\",\"children\":[{\"id\":\"c71cb604-b8d5-4c1c-b649-fd3802ae4bc3\",\"type\":\"section\",\"children\":[{\"id\":\"6e873369-9ad2-4149-8255-6e12a9ac7d12\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"f022cb8a-0039-4d7f-9d7d-3309283a1144\",\"type\":\"row\",\"children\":[{\"id\":\"b6b12665-1181-456c-850f-565a1643b6a5\",\"jsonContentType\":\"seo\",\"propertyName\":\"jsonContent.seo\",\"componentType\":\"Input\",\"label\":\"jsonContent.seo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
183
+ "entityName": "properties",
184
+ "entityRoute": "Categoria"
185
+ },
186
+ {
187
+ "menuId": 1,
188
+ "id": 83,
189
+ "ativo": true,
190
+ "excluido": false,
191
+ "destaque": false,
192
+ "ordem": 0,
193
+ "dataCriacao": "2025-05-16T09:14:51.7962806",
194
+ "dataEdicao": "2025-05-16T09:14:51.7963038",
195
+ "nome": "Subcategoria Gastronomia",
196
+ "route": "/gastronomia/subcategoria",
197
+ "jsonContent": "{\"inputsConfigurations\":{\"pageLabel\":\"Subcategoria Gastronomia\",\"pageURL\":\"/gastronomia/subcategoria\",\"entityName\":\"properties\",\"jsonContent\":{\"menu\":{\"father\":\"/gastronomia\",\"role\":[\"administradorMaster\",\"Admin\"]}},\"entityRoute\":\"Categoria\",\"type\":\"Component\",\"entityKEY\":\"subcategoria-gastronomia\",\"selectedKeys\":{\"Ativo\":{\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}}},\"Titulo\":{\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]}}},\"configurationListTable\":{\"colunms\":[{\"id_input\":\"98dac070-a3ef-477e-8be8-876bcc1e11c8\",\"colunmLabel\":\"Titulo\",\"colunmId\":\"Titulo\",\"colunmType\":\"text\"},{\"id_input\":\"f6d90478-9750-40ad-aa20-b47b17ac4e0c\",\"colunmLabel\":\"Ativo\",\"colunmId\":\"Ativo\",\"colunmType\":\"boolean\",\"boolean\":{\"true\":\"Ativo\",\"false\":\"Inativo\"}}]}},\"templates\":[{\"id\":\"0b8782c9-5c27-4419-9aa8-bebdcb3c14eb\",\"type\":\"tab\",\"title\":\"Tab Padrão\",\"children\":[{\"id\":\"fd4b6c6c-abb8-405d-b759-78f5d6778df8\",\"type\":\"tab_item\",\"title\":\"New Tab\",\"children\":[{\"id\":\"f5e8ffee-cc41-4f84-86e3-a7587136f615\",\"type\":\"section\",\"children\":[{\"id\":\"cc4698a2-2e65-4aa6-99e7-3b0788fa3cd5\",\"type\":\"column\",\"width\":12,\"children\":[{\"id\":\"fb186e10-f8a6-4ba1-ab22-f56ac55ba27e\",\"type\":\"row\",\"children\":[{\"id\":\"ed34983a-4d3b-4351-84a4-4076c03bf6cf\",\"active\":true,\"component\":{\"type\":\"Input\",\"props\":{\"label\":\"Titulo\"}},\"validation\":{\"type\":[\"required\"]},\"propertyName\":\"Titulo\",\"componentType\":\"Input\",\"label\":\"Titulo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]},{\"id\":\"b8159fa6-3d97-4530-8ab7-15a4c9c2ff8c\",\"type\":\"row\",\"children\":[{\"id\":\"45bf663e-c223-43e4-ba3b-a39dbcf76a1a\",\"active\":true,\"component\":{\"type\":\"InputSwitch\",\"props\":{\"label\":\"Ativo\"}},\"propertyName\":\"Ativo\",\"componentType\":\"InputSwitch\",\"label\":\"Ativo\",\"type\":\"property\",\"isNew\":true,\"fromSidebar\":true}]}]}]}]}]}]}",
198
+ "entityName": "properties",
199
+ "entityRoute": "Categoria"
200
+ }
201
+ ]) === null || _a === void 0 ? void 0 : _a.map(function (item) { return (__assign(__assign({}, item), { jsonContent: (0, ui_1.parseJSON)(item.jsonContent) })); });
202
+ console.log({ pages: pages });
1776
203
  var Table = (0, system_1.useTable)({
1777
204
  columnsConfiguration: {
205
+ actions: {
206
+ delete: {},
207
+ create: {},
208
+ detail: function () { return ""; }
209
+ },
1778
210
  columns: [
1779
- { id: "route", label: "Rota" },
1780
- { id: "entityRoute", label: "Entidade (Tabela)" },
1781
- { id: "jsonContent.inputsConfigurations.entityRoute", label: "Tipo (Tabela)", width: 600 },
211
+ { id: "route", label: "A" },
212
+ { id: "entityRoute", label: "B" },
213
+ { id: "jsonContent.inputsConfigurations.entityRoute", label: "C", width: 600 },
1782
214
  ],
1783
- childrens: {
1784
- childrenKey: "jsonContent.inputsConfigurations.jsonContent.dynamicConfigurations",
1785
- columns: [{ id: "EntityKey", label: "Entity Key" }],
1786
- },
1787
215
  },
1788
216
  configs: {
1789
217
  errorMessage: "Nenhuma página cadastrada",