@win2win/shared-ui 0.2.29 → 0.2.31

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 (75) hide show
  1. package/dist/components/Common/DynamicCarousel.vue.d.ts +1 -1
  2. package/dist/components/Common/DynamicCarousel.vue.d.ts.map +1 -1
  3. package/dist/components/widgets/index.d.ts +13 -5
  4. package/dist/components/widgets/index.d.ts.map +1 -1
  5. package/dist/components/widgets/interfaces.d.ts +3 -1
  6. package/dist/components/widgets/interfaces.d.ts.map +1 -1
  7. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts +2 -2
  8. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts.map +1 -1
  9. package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue.d.ts +1 -1
  10. package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue.d.ts.map +1 -1
  11. package/dist/components/widgets/linvermedia-product-card/index.d.ts +3 -2
  12. package/dist/components/widgets/linvermedia-product-card/index.d.ts.map +1 -1
  13. package/dist/components/widgets/linvermedia-product-card/mock-data.d.ts +4 -0
  14. package/dist/components/widgets/linvermedia-product-card/mock-data.d.ts.map +1 -0
  15. package/dist/components/widgets/linvermedia-product-card/mock-props.d.ts +2 -1
  16. package/dist/components/widgets/linvermedia-product-card/mock-props.d.ts.map +1 -1
  17. package/dist/components/widgets/linvermedia-product-card/schema.d.ts +24 -19
  18. package/dist/components/widgets/linvermedia-product-card/schema.d.ts.map +1 -1
  19. package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.d.ts +17 -0
  20. package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.d.ts.map +1 -0
  21. package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue.d.ts +3 -0
  22. package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue.d.ts.map +1 -0
  23. package/dist/components/widgets/linvermedia-product-detail/components/ProductAvailableColors.vue.d.ts +3 -0
  24. package/dist/components/widgets/linvermedia-product-detail/components/ProductAvailableColors.vue.d.ts.map +1 -0
  25. package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue.d.ts +8 -0
  26. package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue.d.ts.map +1 -0
  27. package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue.d.ts +3 -0
  28. package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue.d.ts.map +1 -0
  29. package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue.d.ts +3 -0
  30. package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue.d.ts.map +1 -0
  31. package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue.d.ts +3 -0
  32. package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue.d.ts.map +1 -0
  33. package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue.d.ts +3 -0
  34. package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue.d.ts.map +1 -0
  35. package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue.d.ts +3 -0
  36. package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue.d.ts.map +1 -0
  37. package/dist/components/widgets/linvermedia-product-detail/index.d.ts +6 -0
  38. package/dist/components/widgets/linvermedia-product-detail/index.d.ts.map +1 -0
  39. package/dist/components/widgets/linvermedia-product-detail/mock-data.d.ts +4 -0
  40. package/dist/components/widgets/linvermedia-product-detail/mock-data.d.ts.map +1 -0
  41. package/dist/components/widgets/linvermedia-product-detail/mock-props.d.ts +4 -0
  42. package/dist/components/widgets/linvermedia-product-detail/mock-props.d.ts.map +1 -0
  43. package/dist/components/widgets/linvermedia-product-detail/schema.d.ts +77 -0
  44. package/dist/components/widgets/linvermedia-product-detail/schema.d.ts.map +1 -0
  45. package/dist/components/widgets/linvermedia-product-detail/useContext.d.ts +21 -0
  46. package/dist/components/widgets/linvermedia-product-detail/useContext.d.ts.map +1 -0
  47. package/dist/components/widgets/shared/ProductPrice.vue.d.ts.map +1 -0
  48. package/dist/components/widgets/{linvermedia-product-card/components → shared}/ProductProps.vue.d.ts +2 -1
  49. package/dist/components/widgets/shared/ProductProps.vue.d.ts.map +1 -0
  50. package/dist/components/widgets/shared/ProductTag.vue.d.ts.map +1 -0
  51. package/dist/components/widgets/{linvermedia-product-card → shared}/helpers.d.ts +3 -0
  52. package/dist/components/widgets/shared/helpers.d.ts.map +1 -0
  53. package/dist/components/widgets/shared/schema.d.ts +24 -0
  54. package/dist/components/widgets/shared/schema.d.ts.map +1 -0
  55. package/dist/components/widgets/shared/useWidgetEvent.d.ts +5 -0
  56. package/dist/components/widgets/shared/useWidgetEvent.d.ts.map +1 -0
  57. package/dist/composables/index.d.ts +2 -0
  58. package/dist/composables/index.d.ts.map +1 -0
  59. package/dist/composables/useDragAndDrop.d.ts +13 -0
  60. package/dist/composables/useDragAndDrop.d.ts.map +1 -0
  61. package/dist/index.d.ts +2 -3
  62. package/dist/index.d.ts.map +1 -1
  63. package/dist/placeholder.webp +0 -0
  64. package/dist/style.css +1 -1
  65. package/dist/w2w-shared-ui.js +23560 -10450
  66. package/dist/w2w-shared-ui.umd.cjs +74 -23
  67. package/package.json +3 -3
  68. package/dist/components/widgets/linvermedia-product-card/components/ProductPrice.vue.d.ts.map +0 -1
  69. package/dist/components/widgets/linvermedia-product-card/components/ProductProps.vue.d.ts.map +0 -1
  70. package/dist/components/widgets/linvermedia-product-card/components/ProductTag.vue.d.ts.map +0 -1
  71. package/dist/components/widgets/linvermedia-product-card/helpers.d.ts.map +0 -1
  72. package/dist/components/widgets/linvermedia-product-card/mock-products.d.ts +0 -2615
  73. package/dist/components/widgets/linvermedia-product-card/mock-products.d.ts.map +0 -1
  74. /package/dist/components/widgets/{linvermedia-product-card/components → shared}/ProductPrice.vue.d.ts +0 -0
  75. /package/dist/components/widgets/{linvermedia-product-card/components → shared}/ProductTag.vue.d.ts +0 -0
@@ -1,2615 +0,0 @@
1
- export declare const MOCK_PRODUCTS: readonly ({
2
- ID_PRODUCTO: number;
3
- COD_ART_MVX: string;
4
- NOMBRE: string;
5
- DESCRIPCION: string;
6
- ESTADO: string;
7
- PROPS: {
8
- gob: string;
9
- sku: string;
10
- alto: null;
11
- gama: string;
12
- ancho: null;
13
- marca: string;
14
- pitch: string;
15
- brillo: string;
16
- modelo: string;
17
- tamano: null;
18
- peso_kg: string;
19
- subgama: string;
20
- a_medida: boolean;
21
- material: string;
22
- ubicacion: string;
23
- uso_final: string;
24
- doble_cara: boolean;
25
- resolucion: null;
26
- subfamilia: string;
27
- interactivo: null;
28
- profundidad: null;
29
- proteccion_ip: string;
30
- tipo_servicio: string;
31
- consumo_medio_w: string;
32
- tipo_de_montaje: string;
33
- usos_habituales: never[];
34
- consumo_maximo_w: string;
35
- tipo_de_servicio: string;
36
- tipo_instalacion: string;
37
- sistema_operativo: string;
38
- colores_disponibles: string[];
39
- tasa_de_refresco_hz: string;
40
- tipo_de_instalacion: string;
41
- propositos_generales: string[];
42
- aplicacion_recomendada: string[];
43
- controladoras_compatibles: string[];
44
- compatible_videowall?: undefined;
45
- familia?: undefined;
46
- descripcion_gob?: undefined;
47
- solucion_para_vista_cliente?: undefined;
48
- colores?: undefined;
49
- };
50
- PUBLICO: boolean;
51
- PRECIO: string;
52
- FECHA_ALTA: string;
53
- FECHA_CREADO: string;
54
- UBICACION: null;
55
- DETALLE_PACK: {
56
- ID_PRODUCTO_DETALLE_PACK: number;
57
- ID_PRODUCTO_PACK: number;
58
- ID_PRODUCTO_DETALLE: number;
59
- CANTIDAD: number;
60
- DESCUENTO: string;
61
- PROPS: {
62
- alto: string;
63
- ancho: string;
64
- };
65
- PRINCIPAL: boolean;
66
- DETALLE: {
67
- ID_PRODUCTO: number;
68
- NOMBRE: string;
69
- };
70
- }[];
71
- R_GAMA: {
72
- ID_GAMA: number;
73
- NOMBRE: string;
74
- PROPS: ({
75
- id: string;
76
- code: string;
77
- image: null;
78
- label: string;
79
- prefix: string;
80
- suffix: string;
81
- options: {
82
- image: null;
83
- label: string;
84
- value: string;
85
- condition: string;
86
- exclusive: boolean;
87
- }[];
88
- multiple: boolean;
89
- structure: never[];
90
- validators: {
91
- param: string;
92
- validator: string;
93
- }[];
94
- visibility: {
95
- form: boolean;
96
- roles: never[];
97
- detail: boolean;
98
- public: boolean;
99
- summary: boolean;
100
- condition?: undefined;
101
- };
102
- controlType: string;
103
- } | {
104
- id: string;
105
- code: string;
106
- image: null;
107
- label: string;
108
- prefix: string;
109
- suffix: string;
110
- options: {
111
- image: null;
112
- label: string;
113
- value: string;
114
- condition: string;
115
- exclusive: boolean;
116
- }[];
117
- multiple: boolean;
118
- structure: never[];
119
- validators: {
120
- param: string;
121
- validator: string;
122
- }[];
123
- visibility: {
124
- form: boolean;
125
- roles: never[];
126
- detail: boolean;
127
- public: boolean;
128
- summary: boolean;
129
- condition: string;
130
- };
131
- controlType: string;
132
- } | {
133
- id: string;
134
- code: string;
135
- image: null;
136
- label: string;
137
- prefix: string;
138
- suffix: string;
139
- options: {
140
- image: null;
141
- label: string;
142
- value: string;
143
- exclusive: boolean;
144
- }[];
145
- multiple: boolean;
146
- structure: never[];
147
- validators: never[];
148
- visibility: {
149
- form: boolean;
150
- roles: never[];
151
- detail: boolean;
152
- public: boolean;
153
- summary: boolean;
154
- condition: string;
155
- };
156
- controlType: string;
157
- })[];
158
- };
159
- R_IMG: ({
160
- ID_ARCHIVO: number;
161
- LOCATION: string;
162
- FILETYPE: string;
163
- PUBLICO: boolean;
164
- PRINCIPAL: boolean;
165
- POSICION: null;
166
- } | {
167
- ID_ARCHIVO: number;
168
- LOCATION: string;
169
- FILETYPE: string;
170
- PUBLICO: boolean;
171
- PRINCIPAL: boolean;
172
- POSICION: number;
173
- })[];
174
- R_ESTADO: {
175
- ID_ESTADO: string;
176
- NAME: string;
177
- COLOR: string;
178
- CODE: string;
179
- };
180
- TAGS: string;
181
- PROVEEDORES: never[];
182
- ID_GAMA?: undefined;
183
- PACK?: undefined;
184
- GRUPO?: undefined;
185
- PAQUETE?: undefined;
186
- ID_PRODUCTOS_PAQUETE?: undefined;
187
- PRECIOS?: undefined;
188
- } | {
189
- ID_PRODUCTO: number;
190
- COD_ART_MVX: string;
191
- NOMBRE: string;
192
- DESCRIPCION: string;
193
- ESTADO: string;
194
- PROPS: {
195
- gama: string;
196
- subgama: string;
197
- ubicacion: string;
198
- usos_habituales: never[];
199
- colores_disponibles: never[];
200
- propositos_generales: never[];
201
- controladoras_compatibles: never[];
202
- gob?: undefined;
203
- sku?: undefined;
204
- alto?: undefined;
205
- ancho?: undefined;
206
- marca?: undefined;
207
- pitch?: undefined;
208
- brillo?: undefined;
209
- modelo?: undefined;
210
- tamano?: undefined;
211
- peso_kg?: undefined;
212
- a_medida?: undefined;
213
- material?: undefined;
214
- uso_final?: undefined;
215
- doble_cara?: undefined;
216
- resolucion?: undefined;
217
- subfamilia?: undefined;
218
- interactivo?: undefined;
219
- profundidad?: undefined;
220
- proteccion_ip?: undefined;
221
- tipo_servicio?: undefined;
222
- consumo_medio_w?: undefined;
223
- tipo_de_montaje?: undefined;
224
- consumo_maximo_w?: undefined;
225
- tipo_de_servicio?: undefined;
226
- tipo_instalacion?: undefined;
227
- sistema_operativo?: undefined;
228
- tasa_de_refresco_hz?: undefined;
229
- tipo_de_instalacion?: undefined;
230
- aplicacion_recomendada?: undefined;
231
- compatible_videowall?: undefined;
232
- familia?: undefined;
233
- descripcion_gob?: undefined;
234
- solucion_para_vista_cliente?: undefined;
235
- colores?: undefined;
236
- };
237
- PUBLICO: boolean;
238
- PRECIO: string;
239
- FECHA_ALTA: string;
240
- FECHA_CREADO: string;
241
- UBICACION: null;
242
- DETALLE_PACK: never[];
243
- R_GAMA: {
244
- ID_GAMA: number;
245
- NOMBRE: string;
246
- PROPS: ({
247
- id: string;
248
- code: string;
249
- image: null;
250
- label: string;
251
- prefix: string;
252
- suffix: string;
253
- options: {
254
- image: null;
255
- label: string;
256
- value: string;
257
- condition: string;
258
- exclusive: boolean;
259
- }[];
260
- multiple: boolean;
261
- structure: never[];
262
- validators: {
263
- param: string;
264
- validator: string;
265
- }[];
266
- visibility: {
267
- form: boolean;
268
- roles: never[];
269
- detail: boolean;
270
- public: boolean;
271
- summary: boolean;
272
- condition?: undefined;
273
- };
274
- controlType: string;
275
- } | {
276
- id: string;
277
- code: string;
278
- image: null;
279
- label: string;
280
- prefix: string;
281
- suffix: string;
282
- options: {
283
- image: null;
284
- label: string;
285
- value: string;
286
- condition: string;
287
- exclusive: boolean;
288
- }[];
289
- multiple: boolean;
290
- structure: never[];
291
- validators: {
292
- param: string;
293
- validator: string;
294
- }[];
295
- visibility: {
296
- form: boolean;
297
- roles: never[];
298
- detail: boolean;
299
- public: boolean;
300
- summary: boolean;
301
- condition: string;
302
- };
303
- controlType: string;
304
- } | {
305
- id: string;
306
- code: string;
307
- image: null;
308
- label: string;
309
- prefix: string;
310
- suffix: string;
311
- options: {
312
- image: null;
313
- label: string;
314
- value: string;
315
- exclusive: boolean;
316
- }[];
317
- multiple: boolean;
318
- structure: never[];
319
- validators: never[];
320
- visibility: {
321
- form: boolean;
322
- roles: never[];
323
- detail: boolean;
324
- public: boolean;
325
- summary: boolean;
326
- condition: string;
327
- };
328
- controlType: string;
329
- })[];
330
- };
331
- R_IMG: never[];
332
- R_ESTADO: {
333
- ID_ESTADO: string;
334
- NAME: string;
335
- COLOR: string;
336
- CODE: string;
337
- };
338
- PROVEEDORES: never[];
339
- TAGS?: undefined;
340
- ID_GAMA?: undefined;
341
- PACK?: undefined;
342
- GRUPO?: undefined;
343
- PAQUETE?: undefined;
344
- ID_PRODUCTOS_PAQUETE?: undefined;
345
- PRECIOS?: undefined;
346
- } | {
347
- ID_PRODUCTO: number;
348
- COD_ART_MVX: string;
349
- NOMBRE: string;
350
- DESCRIPCION: string;
351
- ESTADO: string;
352
- PROPS: {
353
- gob?: undefined;
354
- sku?: undefined;
355
- alto?: undefined;
356
- gama?: undefined;
357
- ancho?: undefined;
358
- marca?: undefined;
359
- pitch?: undefined;
360
- brillo?: undefined;
361
- modelo?: undefined;
362
- tamano?: undefined;
363
- peso_kg?: undefined;
364
- subgama?: undefined;
365
- a_medida?: undefined;
366
- material?: undefined;
367
- ubicacion?: undefined;
368
- uso_final?: undefined;
369
- doble_cara?: undefined;
370
- resolucion?: undefined;
371
- subfamilia?: undefined;
372
- interactivo?: undefined;
373
- profundidad?: undefined;
374
- proteccion_ip?: undefined;
375
- tipo_servicio?: undefined;
376
- consumo_medio_w?: undefined;
377
- tipo_de_montaje?: undefined;
378
- usos_habituales?: undefined;
379
- consumo_maximo_w?: undefined;
380
- tipo_de_servicio?: undefined;
381
- tipo_instalacion?: undefined;
382
- sistema_operativo?: undefined;
383
- colores_disponibles?: undefined;
384
- tasa_de_refresco_hz?: undefined;
385
- tipo_de_instalacion?: undefined;
386
- propositos_generales?: undefined;
387
- aplicacion_recomendada?: undefined;
388
- controladoras_compatibles?: undefined;
389
- compatible_videowall?: undefined;
390
- familia?: undefined;
391
- descripcion_gob?: undefined;
392
- solucion_para_vista_cliente?: undefined;
393
- colores?: undefined;
394
- };
395
- PUBLICO: boolean;
396
- PRECIO: string;
397
- FECHA_ALTA: string;
398
- FECHA_CREADO: string;
399
- UBICACION: null;
400
- DETALLE_PACK: never[];
401
- R_GAMA: {
402
- ID_GAMA: number;
403
- NOMBRE: string;
404
- PROPS: ({
405
- id: string;
406
- code: string;
407
- image: null;
408
- label: string;
409
- prefix: string;
410
- suffix: string;
411
- options: {
412
- image: null;
413
- label: string;
414
- value: string;
415
- condition: string;
416
- exclusive: boolean;
417
- }[];
418
- multiple: boolean;
419
- structure: never[];
420
- validators: {
421
- param: string;
422
- validator: string;
423
- }[];
424
- visibility: {
425
- form: boolean;
426
- roles: never[];
427
- detail: boolean;
428
- public: boolean;
429
- summary: boolean;
430
- condition?: undefined;
431
- };
432
- controlType: string;
433
- } | {
434
- id: string;
435
- code: string;
436
- image: null;
437
- label: string;
438
- prefix: string;
439
- suffix: string;
440
- options: {
441
- image: null;
442
- label: string;
443
- value: string;
444
- condition: string;
445
- exclusive: boolean;
446
- }[];
447
- multiple: boolean;
448
- structure: never[];
449
- validators: {
450
- param: string;
451
- validator: string;
452
- }[];
453
- visibility: {
454
- form: boolean;
455
- roles: never[];
456
- detail: boolean;
457
- public: boolean;
458
- summary: boolean;
459
- condition: string;
460
- };
461
- controlType: string;
462
- } | {
463
- id: string;
464
- code: string;
465
- image: null;
466
- label: string;
467
- prefix: string;
468
- suffix: string;
469
- options: {
470
- image: null;
471
- label: string;
472
- value: string;
473
- exclusive: boolean;
474
- }[];
475
- multiple: boolean;
476
- structure: never[];
477
- validators: never[];
478
- visibility: {
479
- form: boolean;
480
- roles: never[];
481
- detail: boolean;
482
- public: boolean;
483
- summary: boolean;
484
- condition: string;
485
- };
486
- controlType: string;
487
- })[];
488
- };
489
- R_IMG: ({
490
- ID_ARCHIVO: number;
491
- LOCATION: string;
492
- FILETYPE: string;
493
- PUBLICO: boolean;
494
- PRINCIPAL: boolean;
495
- POSICION: number;
496
- } | {
497
- ID_ARCHIVO: number;
498
- LOCATION: string;
499
- FILETYPE: string;
500
- PUBLICO: boolean;
501
- PRINCIPAL: boolean;
502
- POSICION: null;
503
- })[];
504
- R_ESTADO: {
505
- ID_ESTADO: string;
506
- NAME: string;
507
- COLOR: string;
508
- CODE: string;
509
- };
510
- PROVEEDORES: never[];
511
- TAGS?: undefined;
512
- ID_GAMA?: undefined;
513
- PACK?: undefined;
514
- GRUPO?: undefined;
515
- PAQUETE?: undefined;
516
- ID_PRODUCTOS_PAQUETE?: undefined;
517
- PRECIOS?: undefined;
518
- } | {
519
- ID_PRODUCTO: number;
520
- COD_ART_MVX: string;
521
- NOMBRE: string;
522
- DESCRIPCION: string;
523
- ESTADO: string;
524
- PROPS: {
525
- gama: string;
526
- subgama: string;
527
- doble_cara: boolean;
528
- usos_habituales: never[];
529
- colores_disponibles: never[];
530
- propositos_generales: never[];
531
- controladoras_compatibles: never[];
532
- gob?: undefined;
533
- sku?: undefined;
534
- alto?: undefined;
535
- ancho?: undefined;
536
- marca?: undefined;
537
- pitch?: undefined;
538
- brillo?: undefined;
539
- modelo?: undefined;
540
- tamano?: undefined;
541
- peso_kg?: undefined;
542
- a_medida?: undefined;
543
- material?: undefined;
544
- ubicacion?: undefined;
545
- uso_final?: undefined;
546
- resolucion?: undefined;
547
- subfamilia?: undefined;
548
- interactivo?: undefined;
549
- profundidad?: undefined;
550
- proteccion_ip?: undefined;
551
- tipo_servicio?: undefined;
552
- consumo_medio_w?: undefined;
553
- tipo_de_montaje?: undefined;
554
- consumo_maximo_w?: undefined;
555
- tipo_de_servicio?: undefined;
556
- tipo_instalacion?: undefined;
557
- sistema_operativo?: undefined;
558
- tasa_de_refresco_hz?: undefined;
559
- tipo_de_instalacion?: undefined;
560
- aplicacion_recomendada?: undefined;
561
- compatible_videowall?: undefined;
562
- familia?: undefined;
563
- descripcion_gob?: undefined;
564
- solucion_para_vista_cliente?: undefined;
565
- colores?: undefined;
566
- };
567
- PUBLICO: boolean;
568
- PRECIO: string;
569
- FECHA_ALTA: string;
570
- FECHA_CREADO: string;
571
- UBICACION: null;
572
- DETALLE_PACK: never[];
573
- R_GAMA: {
574
- ID_GAMA: number;
575
- NOMBRE: string;
576
- PROPS: ({
577
- id: string;
578
- code: string;
579
- image: null;
580
- label: string;
581
- prefix: string;
582
- suffix: string;
583
- options: {
584
- image: null;
585
- label: string;
586
- value: string;
587
- condition: string;
588
- exclusive: boolean;
589
- }[];
590
- multiple: boolean;
591
- structure: never[];
592
- validators: {
593
- param: string;
594
- validator: string;
595
- }[];
596
- visibility: {
597
- form: boolean;
598
- roles: never[];
599
- detail: boolean;
600
- public: boolean;
601
- summary: boolean;
602
- condition?: undefined;
603
- };
604
- controlType: string;
605
- } | {
606
- id: string;
607
- code: string;
608
- image: null;
609
- label: string;
610
- prefix: string;
611
- suffix: string;
612
- options: {
613
- image: null;
614
- label: string;
615
- value: string;
616
- condition: string;
617
- exclusive: boolean;
618
- }[];
619
- multiple: boolean;
620
- structure: never[];
621
- validators: {
622
- param: string;
623
- validator: string;
624
- }[];
625
- visibility: {
626
- form: boolean;
627
- roles: never[];
628
- detail: boolean;
629
- public: boolean;
630
- summary: boolean;
631
- condition: string;
632
- };
633
- controlType: string;
634
- } | {
635
- id: string;
636
- code: string;
637
- image: null;
638
- label: string;
639
- prefix: string;
640
- suffix: string;
641
- options: {
642
- image: null;
643
- label: string;
644
- value: string;
645
- exclusive: boolean;
646
- }[];
647
- multiple: boolean;
648
- structure: never[];
649
- validators: never[];
650
- visibility: {
651
- form: boolean;
652
- roles: never[];
653
- detail: boolean;
654
- public: boolean;
655
- summary: boolean;
656
- condition: string;
657
- };
658
- controlType: string;
659
- })[];
660
- };
661
- R_IMG: {
662
- ID_ARCHIVO: number;
663
- LOCATION: string;
664
- FILETYPE: string;
665
- PUBLICO: boolean;
666
- PRINCIPAL: boolean;
667
- POSICION: number;
668
- }[];
669
- R_ESTADO: {
670
- ID_ESTADO: string;
671
- NAME: string;
672
- COLOR: string;
673
- CODE: string;
674
- };
675
- PROVEEDORES: never[];
676
- TAGS?: undefined;
677
- ID_GAMA?: undefined;
678
- PACK?: undefined;
679
- GRUPO?: undefined;
680
- PAQUETE?: undefined;
681
- ID_PRODUCTOS_PAQUETE?: undefined;
682
- PRECIOS?: undefined;
683
- } | {
684
- ID_PRODUCTO: number;
685
- COD_ART_MVX: string;
686
- NOMBRE: string;
687
- DESCRIPCION: string;
688
- ESTADO: string;
689
- PROPS: {
690
- gob: string;
691
- sku: string;
692
- alto: null;
693
- gama: string;
694
- ancho: null;
695
- marca: string;
696
- pitch: string;
697
- brillo: string;
698
- modelo: string;
699
- tamano: null;
700
- peso_kg: string;
701
- subgama: string;
702
- a_medida: boolean;
703
- material: string;
704
- ubicacion: string;
705
- uso_final: string;
706
- doble_cara: boolean;
707
- resolucion: null;
708
- subfamilia: string;
709
- interactivo: null;
710
- profundidad: null;
711
- proteccion_ip: string;
712
- tipo_servicio: string;
713
- consumo_medio_w: string;
714
- tipo_de_montaje: string;
715
- usos_habituales: never[];
716
- consumo_maximo_w: string;
717
- tipo_de_servicio: string;
718
- tipo_instalacion: string;
719
- sistema_operativo: string;
720
- colores_disponibles: string[];
721
- tasa_de_refresco_hz: string;
722
- tipo_de_instalacion: string;
723
- propositos_generales: string[];
724
- aplicacion_recomendada: string[];
725
- controladoras_compatibles: string[];
726
- compatible_videowall?: undefined;
727
- familia?: undefined;
728
- descripcion_gob?: undefined;
729
- solucion_para_vista_cliente?: undefined;
730
- colores?: undefined;
731
- };
732
- PUBLICO: boolean;
733
- PRECIO: string;
734
- FECHA_ALTA: string;
735
- FECHA_CREADO: string;
736
- UBICACION: null;
737
- DETALLE_PACK: {
738
- ID_PRODUCTO_DETALLE_PACK: number;
739
- ID_PRODUCTO_PACK: number;
740
- ID_PRODUCTO_DETALLE: number;
741
- CANTIDAD: number;
742
- DESCUENTO: string;
743
- PROPS: {
744
- alto: string;
745
- ancho: string;
746
- };
747
- PRINCIPAL: boolean;
748
- DETALLE: {
749
- ID_PRODUCTO: number;
750
- NOMBRE: string;
751
- };
752
- }[];
753
- R_GAMA: {
754
- ID_GAMA: number;
755
- NOMBRE: string;
756
- PROPS: ({
757
- id: string;
758
- code: string;
759
- image: null;
760
- label: string;
761
- prefix: string;
762
- suffix: string;
763
- options: {
764
- image: null;
765
- label: string;
766
- value: string;
767
- condition: string;
768
- exclusive: boolean;
769
- }[];
770
- multiple: boolean;
771
- structure: never[];
772
- validators: {
773
- param: string;
774
- validator: string;
775
- }[];
776
- visibility: {
777
- form: boolean;
778
- roles: never[];
779
- detail: boolean;
780
- public: boolean;
781
- summary: boolean;
782
- condition?: undefined;
783
- };
784
- controlType: string;
785
- } | {
786
- id: string;
787
- code: string;
788
- image: null;
789
- label: string;
790
- prefix: string;
791
- suffix: string;
792
- options: {
793
- image: null;
794
- label: string;
795
- value: string;
796
- condition: string;
797
- exclusive: boolean;
798
- }[];
799
- multiple: boolean;
800
- structure: never[];
801
- validators: {
802
- param: string;
803
- validator: string;
804
- }[];
805
- visibility: {
806
- form: boolean;
807
- roles: never[];
808
- detail: boolean;
809
- public: boolean;
810
- summary: boolean;
811
- condition: string;
812
- };
813
- controlType: string;
814
- } | {
815
- id: string;
816
- code: string;
817
- image: null;
818
- label: string;
819
- prefix: string;
820
- suffix: string;
821
- options: {
822
- image: null;
823
- label: string;
824
- value: string;
825
- exclusive: boolean;
826
- }[];
827
- multiple: boolean;
828
- structure: never[];
829
- validators: never[];
830
- visibility: {
831
- form: boolean;
832
- roles: never[];
833
- detail: boolean;
834
- public: boolean;
835
- summary: boolean;
836
- condition: string;
837
- };
838
- controlType: string;
839
- })[];
840
- };
841
- R_IMG: {
842
- ID_ARCHIVO: number;
843
- LOCATION: string;
844
- FILETYPE: string;
845
- PUBLICO: boolean;
846
- PRINCIPAL: boolean;
847
- POSICION: number;
848
- }[];
849
- R_ESTADO: {
850
- ID_ESTADO: string;
851
- NAME: string;
852
- COLOR: string;
853
- CODE: string;
854
- };
855
- PROVEEDORES: never[];
856
- TAGS?: undefined;
857
- ID_GAMA?: undefined;
858
- PACK?: undefined;
859
- GRUPO?: undefined;
860
- PAQUETE?: undefined;
861
- ID_PRODUCTOS_PAQUETE?: undefined;
862
- PRECIOS?: undefined;
863
- } | {
864
- ID_PRODUCTO: number;
865
- COD_ART_MVX: string;
866
- NOMBRE: string;
867
- DESCRIPCION: string;
868
- ESTADO: string;
869
- PROPS: {
870
- gob: string;
871
- sku: string;
872
- alto: string;
873
- gama: string;
874
- ancho: string;
875
- marca: string;
876
- pitch: string;
877
- brillo: string;
878
- modelo: string;
879
- tamano: null;
880
- peso_kg: string;
881
- subgama: string;
882
- a_medida: boolean;
883
- material: string;
884
- uso_final: string;
885
- doble_cara: null;
886
- resolucion: null;
887
- subfamilia: string;
888
- interactivo: string;
889
- profundidad: string;
890
- proteccion_ip: string;
891
- tipo_servicio: null;
892
- consumo_medio_w: string;
893
- tipo_de_montaje: string;
894
- usos_habituales: never[];
895
- consumo_maximo_w: string;
896
- tipo_de_servicio: string;
897
- sistema_operativo: string;
898
- colores_disponibles: string[];
899
- tasa_de_refresco_hz: string;
900
- tipo_de_instalacion: string;
901
- compatible_videowall: boolean;
902
- propositos_generales: never[];
903
- aplicacion_recomendada: string[];
904
- controladoras_compatibles: string[];
905
- ubicacion?: undefined;
906
- tipo_instalacion?: undefined;
907
- familia?: undefined;
908
- descripcion_gob?: undefined;
909
- solucion_para_vista_cliente?: undefined;
910
- colores?: undefined;
911
- };
912
- PUBLICO: boolean;
913
- PRECIO: string;
914
- FECHA_ALTA: null;
915
- FECHA_CREADO: string;
916
- UBICACION: null;
917
- DETALLE_PACK: {
918
- ID_PRODUCTO_DETALLE_PACK: number;
919
- ID_PRODUCTO_PACK: number;
920
- ID_PRODUCTO_DETALLE: number;
921
- CANTIDAD: number;
922
- DESCUENTO: string;
923
- PROPS: {
924
- alto: string;
925
- ancho: string;
926
- };
927
- PRINCIPAL: boolean;
928
- DETALLE: {
929
- ID_PRODUCTO: number;
930
- NOMBRE: string;
931
- };
932
- }[];
933
- R_GAMA: {
934
- ID_GAMA: number;
935
- NOMBRE: string;
936
- PROPS: ({
937
- id: string;
938
- code: string;
939
- image: null;
940
- label: string;
941
- prefix: string;
942
- suffix: string;
943
- options: {
944
- image: null;
945
- label: string;
946
- value: string;
947
- condition: string;
948
- exclusive: boolean;
949
- }[];
950
- multiple: boolean;
951
- structure: never[];
952
- validators: {
953
- param: string;
954
- validator: string;
955
- }[];
956
- visibility: {
957
- form: boolean;
958
- roles: never[];
959
- detail: boolean;
960
- public: boolean;
961
- summary: boolean;
962
- condition?: undefined;
963
- };
964
- controlType: string;
965
- } | {
966
- id: string;
967
- code: string;
968
- image: null;
969
- label: string;
970
- prefix: string;
971
- suffix: string;
972
- options: {
973
- image: null;
974
- label: string;
975
- value: string;
976
- condition: string;
977
- exclusive: boolean;
978
- }[];
979
- multiple: boolean;
980
- structure: never[];
981
- validators: {
982
- param: string;
983
- validator: string;
984
- }[];
985
- visibility: {
986
- form: boolean;
987
- roles: never[];
988
- detail: boolean;
989
- public: boolean;
990
- summary: boolean;
991
- condition: string;
992
- };
993
- controlType: string;
994
- } | {
995
- id: string;
996
- code: string;
997
- image: null;
998
- label: string;
999
- prefix: string;
1000
- suffix: string;
1001
- options: {
1002
- image: null;
1003
- label: string;
1004
- value: string;
1005
- exclusive: boolean;
1006
- }[];
1007
- multiple: boolean;
1008
- structure: never[];
1009
- validators: never[];
1010
- visibility: {
1011
- form: boolean;
1012
- roles: never[];
1013
- detail: boolean;
1014
- public: boolean;
1015
- summary: boolean;
1016
- condition: string;
1017
- };
1018
- controlType: string;
1019
- })[];
1020
- };
1021
- R_IMG: {
1022
- ID_ARCHIVO: number;
1023
- LOCATION: string;
1024
- FILETYPE: string;
1025
- PUBLICO: boolean;
1026
- PRINCIPAL: boolean;
1027
- POSICION: number;
1028
- }[];
1029
- R_ESTADO: {
1030
- ID_ESTADO: string;
1031
- NAME: string;
1032
- COLOR: string;
1033
- CODE: string;
1034
- };
1035
- PROVEEDORES: never[];
1036
- TAGS?: undefined;
1037
- ID_GAMA?: undefined;
1038
- PACK?: undefined;
1039
- GRUPO?: undefined;
1040
- PAQUETE?: undefined;
1041
- ID_PRODUCTOS_PAQUETE?: undefined;
1042
- PRECIOS?: undefined;
1043
- } | {
1044
- ID_PRODUCTO: number;
1045
- COD_ART_MVX: string;
1046
- NOMBRE: string;
1047
- DESCRIPCION: string;
1048
- ESTADO: string;
1049
- PROPS: {
1050
- gob: string;
1051
- sku: string;
1052
- alto: null;
1053
- gama: string;
1054
- ancho: null;
1055
- marca: string;
1056
- pitch: string;
1057
- brillo: string;
1058
- modelo: string;
1059
- tamano: null;
1060
- peso_kg: string;
1061
- subgama: string;
1062
- a_medida: boolean;
1063
- material: string;
1064
- ubicacion: string;
1065
- uso_final: string;
1066
- doble_cara: boolean;
1067
- resolucion: null;
1068
- subfamilia: string;
1069
- interactivo: null;
1070
- profundidad: null;
1071
- proteccion_ip: string;
1072
- tipo_servicio: string;
1073
- consumo_medio_w: string;
1074
- tipo_de_montaje: string;
1075
- usos_habituales: never[];
1076
- consumo_maximo_w: string;
1077
- tipo_de_servicio: string;
1078
- tipo_instalacion: string;
1079
- sistema_operativo: string;
1080
- colores_disponibles: string[];
1081
- tasa_de_refresco_hz: string;
1082
- tipo_de_instalacion: string;
1083
- propositos_generales: string[];
1084
- aplicacion_recomendada: string[];
1085
- controladoras_compatibles: string[];
1086
- compatible_videowall?: undefined;
1087
- familia?: undefined;
1088
- descripcion_gob?: undefined;
1089
- solucion_para_vista_cliente?: undefined;
1090
- colores?: undefined;
1091
- };
1092
- PUBLICO: boolean;
1093
- PRECIO: string;
1094
- FECHA_ALTA: null;
1095
- FECHA_CREADO: string;
1096
- UBICACION: null;
1097
- DETALLE_PACK: {
1098
- ID_PRODUCTO_DETALLE_PACK: number;
1099
- ID_PRODUCTO_PACK: number;
1100
- ID_PRODUCTO_DETALLE: number;
1101
- CANTIDAD: number;
1102
- DESCUENTO: string;
1103
- PROPS: {
1104
- alto: string;
1105
- ancho: string;
1106
- };
1107
- PRINCIPAL: boolean;
1108
- DETALLE: {
1109
- ID_PRODUCTO: number;
1110
- NOMBRE: string;
1111
- };
1112
- }[];
1113
- R_GAMA: {
1114
- ID_GAMA: number;
1115
- NOMBRE: string;
1116
- PROPS: ({
1117
- id: string;
1118
- code: string;
1119
- image: null;
1120
- label: string;
1121
- prefix: string;
1122
- suffix: string;
1123
- options: {
1124
- image: null;
1125
- label: string;
1126
- value: string;
1127
- condition: string;
1128
- exclusive: boolean;
1129
- }[];
1130
- multiple: boolean;
1131
- structure: never[];
1132
- validators: {
1133
- param: string;
1134
- validator: string;
1135
- }[];
1136
- visibility: {
1137
- form: boolean;
1138
- roles: never[];
1139
- detail: boolean;
1140
- public: boolean;
1141
- summary: boolean;
1142
- condition?: undefined;
1143
- };
1144
- controlType: string;
1145
- } | {
1146
- id: string;
1147
- code: string;
1148
- image: null;
1149
- label: string;
1150
- prefix: string;
1151
- suffix: string;
1152
- options: {
1153
- image: null;
1154
- label: string;
1155
- value: string;
1156
- condition: string;
1157
- exclusive: boolean;
1158
- }[];
1159
- multiple: boolean;
1160
- structure: never[];
1161
- validators: {
1162
- param: string;
1163
- validator: string;
1164
- }[];
1165
- visibility: {
1166
- form: boolean;
1167
- roles: never[];
1168
- detail: boolean;
1169
- public: boolean;
1170
- summary: boolean;
1171
- condition: string;
1172
- };
1173
- controlType: string;
1174
- } | {
1175
- id: string;
1176
- code: string;
1177
- image: null;
1178
- label: string;
1179
- prefix: string;
1180
- suffix: string;
1181
- options: {
1182
- image: null;
1183
- label: string;
1184
- value: string;
1185
- exclusive: boolean;
1186
- }[];
1187
- multiple: boolean;
1188
- structure: never[];
1189
- validators: never[];
1190
- visibility: {
1191
- form: boolean;
1192
- roles: never[];
1193
- detail: boolean;
1194
- public: boolean;
1195
- summary: boolean;
1196
- condition: string;
1197
- };
1198
- controlType: string;
1199
- })[];
1200
- };
1201
- R_IMG: {
1202
- ID_ARCHIVO: number;
1203
- LOCATION: string;
1204
- FILETYPE: string;
1205
- PUBLICO: boolean;
1206
- PRINCIPAL: boolean;
1207
- POSICION: number;
1208
- }[];
1209
- R_ESTADO: {
1210
- ID_ESTADO: string;
1211
- NAME: string;
1212
- COLOR: string;
1213
- CODE: string;
1214
- };
1215
- PROVEEDORES: never[];
1216
- TAGS?: undefined;
1217
- ID_GAMA?: undefined;
1218
- PACK?: undefined;
1219
- GRUPO?: undefined;
1220
- PAQUETE?: undefined;
1221
- ID_PRODUCTOS_PAQUETE?: undefined;
1222
- PRECIOS?: undefined;
1223
- } | {
1224
- ID_PRODUCTO: number;
1225
- NOMBRE: string;
1226
- DESCRIPCION: string;
1227
- ID_GAMA: number;
1228
- TAGS: null;
1229
- PROPS: string;
1230
- PACK: boolean;
1231
- GRUPO: null;
1232
- PAQUETE: boolean;
1233
- ID_PRODUCTOS_PAQUETE: null;
1234
- PRECIO: string;
1235
- PRECIOS: null;
1236
- FECHA_ALTA: null;
1237
- R_GAMA: {
1238
- PROPS: ({
1239
- id: string;
1240
- code: string;
1241
- image: null;
1242
- label: string;
1243
- prefix: string;
1244
- suffix: string;
1245
- options: {
1246
- image: null;
1247
- label: string;
1248
- value: string;
1249
- condition: string;
1250
- exclusive: boolean;
1251
- }[];
1252
- multiple: boolean;
1253
- structure: never[];
1254
- validators: {
1255
- param: string;
1256
- validator: string;
1257
- }[];
1258
- visibility: {
1259
- form: boolean;
1260
- roles: never[];
1261
- detail: boolean;
1262
- public: boolean;
1263
- summary: boolean;
1264
- condition?: undefined;
1265
- };
1266
- controlType: string;
1267
- } | {
1268
- id: string;
1269
- code: string;
1270
- image: null;
1271
- label: string;
1272
- prefix: string;
1273
- suffix: string;
1274
- options: {
1275
- image: null;
1276
- label: string;
1277
- value: string;
1278
- condition: string;
1279
- exclusive: boolean;
1280
- }[];
1281
- multiple: boolean;
1282
- structure: never[];
1283
- validators: {
1284
- param: string;
1285
- validator: string;
1286
- }[];
1287
- visibility: {
1288
- form: boolean;
1289
- roles: never[];
1290
- detail: boolean;
1291
- public: boolean;
1292
- summary: boolean;
1293
- condition: string;
1294
- };
1295
- controlType: string;
1296
- } | {
1297
- id: string;
1298
- code: string;
1299
- image: null;
1300
- label: string;
1301
- prefix: string;
1302
- suffix: string;
1303
- options: {
1304
- image: null;
1305
- label: string;
1306
- value: string;
1307
- exclusive: boolean;
1308
- }[];
1309
- multiple: boolean;
1310
- structure: never[];
1311
- validators: never[];
1312
- visibility: {
1313
- form: boolean;
1314
- roles: never[];
1315
- detail: boolean;
1316
- public: boolean;
1317
- summary: boolean;
1318
- condition: string;
1319
- };
1320
- controlType: string;
1321
- })[];
1322
- ID_GAMA?: undefined;
1323
- NOMBRE?: undefined;
1324
- };
1325
- R_IMG: never[];
1326
- COD_ART_MVX?: undefined;
1327
- ESTADO?: undefined;
1328
- PUBLICO?: undefined;
1329
- FECHA_CREADO?: undefined;
1330
- UBICACION?: undefined;
1331
- DETALLE_PACK?: undefined;
1332
- R_ESTADO?: undefined;
1333
- PROVEEDORES?: undefined;
1334
- } | {
1335
- ID_PRODUCTO: number;
1336
- NOMBRE: null;
1337
- DESCRIPCION: null;
1338
- ID_GAMA: null;
1339
- TAGS: null;
1340
- PROPS: null;
1341
- PACK: boolean;
1342
- GRUPO: null;
1343
- PAQUETE: boolean;
1344
- ID_PRODUCTOS_PAQUETE: null;
1345
- PRECIO: null;
1346
- PRECIOS: null;
1347
- FECHA_ALTA: null;
1348
- R_GAMA: null;
1349
- R_IMG: never[];
1350
- COD_ART_MVX?: undefined;
1351
- ESTADO?: undefined;
1352
- PUBLICO?: undefined;
1353
- FECHA_CREADO?: undefined;
1354
- UBICACION?: undefined;
1355
- DETALLE_PACK?: undefined;
1356
- R_ESTADO?: undefined;
1357
- PROVEEDORES?: undefined;
1358
- } | {
1359
- ID_PRODUCTO: number;
1360
- NOMBRE: string;
1361
- DESCRIPCION: string;
1362
- ID_GAMA: number;
1363
- TAGS: null;
1364
- PROPS: {
1365
- colores_disponibles: never[];
1366
- aplicacion_recomendada: never[];
1367
- controladoras_compatibles: never[];
1368
- gob?: undefined;
1369
- sku?: undefined;
1370
- alto?: undefined;
1371
- gama?: undefined;
1372
- ancho?: undefined;
1373
- marca?: undefined;
1374
- pitch?: undefined;
1375
- brillo?: undefined;
1376
- modelo?: undefined;
1377
- tamano?: undefined;
1378
- peso_kg?: undefined;
1379
- subgama?: undefined;
1380
- a_medida?: undefined;
1381
- material?: undefined;
1382
- ubicacion?: undefined;
1383
- uso_final?: undefined;
1384
- doble_cara?: undefined;
1385
- resolucion?: undefined;
1386
- subfamilia?: undefined;
1387
- interactivo?: undefined;
1388
- profundidad?: undefined;
1389
- proteccion_ip?: undefined;
1390
- tipo_servicio?: undefined;
1391
- consumo_medio_w?: undefined;
1392
- tipo_de_montaje?: undefined;
1393
- usos_habituales?: undefined;
1394
- consumo_maximo_w?: undefined;
1395
- tipo_de_servicio?: undefined;
1396
- tipo_instalacion?: undefined;
1397
- sistema_operativo?: undefined;
1398
- tasa_de_refresco_hz?: undefined;
1399
- tipo_de_instalacion?: undefined;
1400
- propositos_generales?: undefined;
1401
- compatible_videowall?: undefined;
1402
- familia?: undefined;
1403
- descripcion_gob?: undefined;
1404
- solucion_para_vista_cliente?: undefined;
1405
- colores?: undefined;
1406
- };
1407
- PACK: boolean;
1408
- GRUPO: null;
1409
- PAQUETE: boolean;
1410
- ID_PRODUCTOS_PAQUETE: null;
1411
- PRECIO: string;
1412
- PRECIOS: null;
1413
- FECHA_ALTA: null;
1414
- R_GAMA: {
1415
- PROPS: ({
1416
- id: string;
1417
- code: string;
1418
- image: null;
1419
- label: string;
1420
- prefix: string;
1421
- suffix: string;
1422
- options: {
1423
- image: null;
1424
- label: string;
1425
- value: string;
1426
- condition: string;
1427
- exclusive: boolean;
1428
- }[];
1429
- multiple: boolean;
1430
- structure: never[];
1431
- validators: {
1432
- param: string;
1433
- validator: string;
1434
- }[];
1435
- visibility: {
1436
- form: boolean;
1437
- roles: never[];
1438
- detail: boolean;
1439
- public: boolean;
1440
- summary: boolean;
1441
- condition?: undefined;
1442
- };
1443
- controlType: string;
1444
- } | {
1445
- id: string;
1446
- code: string;
1447
- image: null;
1448
- label: string;
1449
- prefix: string;
1450
- suffix: string;
1451
- options: {
1452
- image: null;
1453
- label: string;
1454
- value: string;
1455
- condition: string;
1456
- exclusive: boolean;
1457
- }[];
1458
- multiple: boolean;
1459
- structure: never[];
1460
- validators: {
1461
- param: string;
1462
- validator: string;
1463
- }[];
1464
- visibility: {
1465
- form: boolean;
1466
- roles: never[];
1467
- detail: boolean;
1468
- public: boolean;
1469
- summary: boolean;
1470
- condition: string;
1471
- };
1472
- controlType: string;
1473
- } | {
1474
- id: string;
1475
- code: string;
1476
- image: null;
1477
- label: string;
1478
- prefix: string;
1479
- suffix: string;
1480
- options: {
1481
- image: null;
1482
- label: string;
1483
- value: string;
1484
- exclusive: boolean;
1485
- }[];
1486
- multiple: boolean;
1487
- structure: never[];
1488
- validators: never[];
1489
- visibility: {
1490
- form: boolean;
1491
- roles: never[];
1492
- detail: boolean;
1493
- public: boolean;
1494
- summary: boolean;
1495
- condition: string;
1496
- };
1497
- controlType: string;
1498
- })[];
1499
- ID_GAMA?: undefined;
1500
- NOMBRE?: undefined;
1501
- };
1502
- R_IMG: never[];
1503
- COD_ART_MVX?: undefined;
1504
- ESTADO?: undefined;
1505
- PUBLICO?: undefined;
1506
- FECHA_CREADO?: undefined;
1507
- UBICACION?: undefined;
1508
- DETALLE_PACK?: undefined;
1509
- R_ESTADO?: undefined;
1510
- PROVEEDORES?: undefined;
1511
- } | {
1512
- ID_PRODUCTO: number;
1513
- NOMBRE: string;
1514
- DESCRIPCION: string;
1515
- ID_GAMA: number;
1516
- TAGS: null;
1517
- PROPS: {
1518
- gob: string;
1519
- sku: string;
1520
- brillo: string;
1521
- tamano: string;
1522
- familia: string;
1523
- uso_final: string;
1524
- resolucion: string;
1525
- subfamilia: string;
1526
- tipo_de_servicio: string;
1527
- controladoras_compatibles: string[];
1528
- alto?: undefined;
1529
- gama?: undefined;
1530
- ancho?: undefined;
1531
- marca?: undefined;
1532
- pitch?: undefined;
1533
- modelo?: undefined;
1534
- peso_kg?: undefined;
1535
- subgama?: undefined;
1536
- a_medida?: undefined;
1537
- material?: undefined;
1538
- ubicacion?: undefined;
1539
- doble_cara?: undefined;
1540
- interactivo?: undefined;
1541
- profundidad?: undefined;
1542
- proteccion_ip?: undefined;
1543
- tipo_servicio?: undefined;
1544
- consumo_medio_w?: undefined;
1545
- tipo_de_montaje?: undefined;
1546
- usos_habituales?: undefined;
1547
- consumo_maximo_w?: undefined;
1548
- tipo_instalacion?: undefined;
1549
- sistema_operativo?: undefined;
1550
- colores_disponibles?: undefined;
1551
- tasa_de_refresco_hz?: undefined;
1552
- tipo_de_instalacion?: undefined;
1553
- propositos_generales?: undefined;
1554
- aplicacion_recomendada?: undefined;
1555
- compatible_videowall?: undefined;
1556
- descripcion_gob?: undefined;
1557
- solucion_para_vista_cliente?: undefined;
1558
- colores?: undefined;
1559
- };
1560
- PACK: boolean;
1561
- GRUPO: null;
1562
- PAQUETE: boolean;
1563
- ID_PRODUCTOS_PAQUETE: null;
1564
- PRECIO: string;
1565
- PRECIOS: null;
1566
- FECHA_ALTA: null;
1567
- R_GAMA: {
1568
- PROPS: ({
1569
- id: string;
1570
- code: string;
1571
- image: null;
1572
- label: string;
1573
- prefix: string;
1574
- suffix: string;
1575
- options: {
1576
- image: null;
1577
- label: string;
1578
- value: string;
1579
- condition: string;
1580
- exclusive: boolean;
1581
- }[];
1582
- multiple: boolean;
1583
- structure: never[];
1584
- validators: {
1585
- param: string;
1586
- validator: string;
1587
- }[];
1588
- visibility: {
1589
- form: boolean;
1590
- roles: never[];
1591
- detail: boolean;
1592
- public: boolean;
1593
- summary: boolean;
1594
- condition?: undefined;
1595
- };
1596
- controlType: string;
1597
- } | {
1598
- id: string;
1599
- code: string;
1600
- image: null;
1601
- label: string;
1602
- prefix: string;
1603
- suffix: string;
1604
- options: {
1605
- image: null;
1606
- label: string;
1607
- value: string;
1608
- condition: string;
1609
- exclusive: boolean;
1610
- }[];
1611
- multiple: boolean;
1612
- structure: never[];
1613
- validators: {
1614
- param: string;
1615
- validator: string;
1616
- }[];
1617
- visibility: {
1618
- form: boolean;
1619
- roles: never[];
1620
- detail: boolean;
1621
- public: boolean;
1622
- summary: boolean;
1623
- condition: string;
1624
- };
1625
- controlType: string;
1626
- } | {
1627
- id: string;
1628
- code: string;
1629
- image: null;
1630
- label: string;
1631
- prefix: string;
1632
- suffix: string;
1633
- options: {
1634
- image: null;
1635
- label: string;
1636
- value: string;
1637
- exclusive: boolean;
1638
- }[];
1639
- multiple: boolean;
1640
- structure: never[];
1641
- validators: never[];
1642
- visibility: {
1643
- form: boolean;
1644
- roles: never[];
1645
- detail: boolean;
1646
- public: boolean;
1647
- summary: boolean;
1648
- condition: string;
1649
- };
1650
- controlType: string;
1651
- })[];
1652
- ID_GAMA?: undefined;
1653
- NOMBRE?: undefined;
1654
- };
1655
- R_IMG: {
1656
- ID_ARCHIVO: number;
1657
- LOCATION: string;
1658
- FILETYPE: string;
1659
- }[];
1660
- COD_ART_MVX?: undefined;
1661
- ESTADO?: undefined;
1662
- PUBLICO?: undefined;
1663
- FECHA_CREADO?: undefined;
1664
- UBICACION?: undefined;
1665
- DETALLE_PACK?: undefined;
1666
- R_ESTADO?: undefined;
1667
- PROVEEDORES?: undefined;
1668
- } | {
1669
- ID_PRODUCTO: number;
1670
- NOMBRE: string;
1671
- DESCRIPCION: string;
1672
- ID_GAMA: number;
1673
- TAGS: null;
1674
- PROPS: {
1675
- gob: string;
1676
- sku: string;
1677
- alto: string;
1678
- gama: string;
1679
- ancho: string;
1680
- marca: string;
1681
- pitch: string;
1682
- brillo: string;
1683
- modelo: string;
1684
- tamano: null;
1685
- peso_kg: string;
1686
- subgama: string;
1687
- a_medida: boolean;
1688
- material: string;
1689
- uso_final: string;
1690
- doble_cara: null;
1691
- resolucion: null;
1692
- subfamilia: string;
1693
- interactivo: string;
1694
- profundidad: string;
1695
- proteccion_ip: string;
1696
- tipo_servicio: null;
1697
- consumo_medio_w: string;
1698
- tipo_de_montaje: string;
1699
- usos_habituales: never[];
1700
- consumo_maximo_w: string;
1701
- tipo_de_servicio: string;
1702
- sistema_operativo: string;
1703
- colores_disponibles: string[];
1704
- tasa_de_refresco_hz: string;
1705
- tipo_de_instalacion: string;
1706
- compatible_videowall: boolean;
1707
- propositos_generales: never[];
1708
- aplicacion_recomendada: string[];
1709
- controladoras_compatibles: string[];
1710
- ubicacion?: undefined;
1711
- tipo_instalacion?: undefined;
1712
- familia?: undefined;
1713
- descripcion_gob?: undefined;
1714
- solucion_para_vista_cliente?: undefined;
1715
- colores?: undefined;
1716
- };
1717
- PACK: boolean;
1718
- GRUPO: null;
1719
- PAQUETE: boolean;
1720
- ID_PRODUCTOS_PAQUETE: null;
1721
- PRECIO: string;
1722
- PRECIOS: null;
1723
- FECHA_ALTA: null;
1724
- R_GAMA: {
1725
- PROPS: ({
1726
- id: string;
1727
- code: string;
1728
- image: null;
1729
- label: string;
1730
- prefix: string;
1731
- suffix: string;
1732
- options: {
1733
- image: null;
1734
- label: string;
1735
- value: string;
1736
- condition: string;
1737
- exclusive: boolean;
1738
- }[];
1739
- multiple: boolean;
1740
- structure: never[];
1741
- validators: {
1742
- param: string;
1743
- validator: string;
1744
- }[];
1745
- visibility: {
1746
- form: boolean;
1747
- roles: never[];
1748
- detail: boolean;
1749
- public: boolean;
1750
- summary: boolean;
1751
- condition?: undefined;
1752
- };
1753
- controlType: string;
1754
- } | {
1755
- id: string;
1756
- code: string;
1757
- image: null;
1758
- label: string;
1759
- prefix: string;
1760
- suffix: string;
1761
- options: {
1762
- image: null;
1763
- label: string;
1764
- value: string;
1765
- condition: string;
1766
- exclusive: boolean;
1767
- }[];
1768
- multiple: boolean;
1769
- structure: never[];
1770
- validators: {
1771
- param: string;
1772
- validator: string;
1773
- }[];
1774
- visibility: {
1775
- form: boolean;
1776
- roles: never[];
1777
- detail: boolean;
1778
- public: boolean;
1779
- summary: boolean;
1780
- condition: string;
1781
- };
1782
- controlType: string;
1783
- } | {
1784
- id: string;
1785
- code: string;
1786
- image: null;
1787
- label: string;
1788
- prefix: string;
1789
- suffix: string;
1790
- options: {
1791
- image: null;
1792
- label: string;
1793
- value: string;
1794
- exclusive: boolean;
1795
- }[];
1796
- multiple: boolean;
1797
- structure: never[];
1798
- validators: never[];
1799
- visibility: {
1800
- form: boolean;
1801
- roles: never[];
1802
- detail: boolean;
1803
- public: boolean;
1804
- summary: boolean;
1805
- condition: string;
1806
- };
1807
- controlType: string;
1808
- })[];
1809
- ID_GAMA?: undefined;
1810
- NOMBRE?: undefined;
1811
- };
1812
- R_IMG: {
1813
- ID_ARCHIVO: number;
1814
- LOCATION: string;
1815
- FILETYPE: string;
1816
- }[];
1817
- COD_ART_MVX?: undefined;
1818
- ESTADO?: undefined;
1819
- PUBLICO?: undefined;
1820
- FECHA_CREADO?: undefined;
1821
- UBICACION?: undefined;
1822
- DETALLE_PACK?: undefined;
1823
- R_ESTADO?: undefined;
1824
- PROVEEDORES?: undefined;
1825
- } | {
1826
- ID_PRODUCTO: number;
1827
- NOMBRE: string;
1828
- DESCRIPCION: string;
1829
- ID_GAMA: number;
1830
- TAGS: null;
1831
- PROPS: {
1832
- gob: string;
1833
- sku: string;
1834
- alto: null;
1835
- gama: string;
1836
- ancho: null;
1837
- marca: string;
1838
- pitch: string;
1839
- brillo: string;
1840
- modelo: string;
1841
- tamano: null;
1842
- peso_kg: string;
1843
- subgama: string;
1844
- a_medida: boolean;
1845
- material: string;
1846
- ubicacion: string;
1847
- uso_final: string;
1848
- doble_cara: boolean;
1849
- resolucion: null;
1850
- subfamilia: string;
1851
- interactivo: null;
1852
- profundidad: null;
1853
- proteccion_ip: string;
1854
- tipo_servicio: string;
1855
- consumo_medio_w: string;
1856
- tipo_de_montaje: string;
1857
- usos_habituales: never[];
1858
- consumo_maximo_w: string;
1859
- tipo_de_servicio: string;
1860
- tipo_instalacion: string;
1861
- sistema_operativo: string;
1862
- colores_disponibles: string[];
1863
- tasa_de_refresco_hz: string;
1864
- tipo_de_instalacion: string;
1865
- propositos_generales: string[];
1866
- aplicacion_recomendada: string[];
1867
- controladoras_compatibles: string[];
1868
- compatible_videowall?: undefined;
1869
- familia?: undefined;
1870
- descripcion_gob?: undefined;
1871
- solucion_para_vista_cliente?: undefined;
1872
- colores?: undefined;
1873
- };
1874
- PACK: boolean;
1875
- GRUPO: null;
1876
- PAQUETE: boolean;
1877
- ID_PRODUCTOS_PAQUETE: null;
1878
- PRECIO: string;
1879
- PRECIOS: null;
1880
- FECHA_ALTA: null;
1881
- R_GAMA: {
1882
- PROPS: ({
1883
- id: string;
1884
- code: string;
1885
- image: null;
1886
- label: string;
1887
- prefix: string;
1888
- suffix: string;
1889
- options: {
1890
- image: null;
1891
- label: string;
1892
- value: string;
1893
- condition: string;
1894
- exclusive: boolean;
1895
- }[];
1896
- multiple: boolean;
1897
- structure: never[];
1898
- validators: {
1899
- param: string;
1900
- validator: string;
1901
- }[];
1902
- visibility: {
1903
- form: boolean;
1904
- roles: never[];
1905
- detail: boolean;
1906
- public: boolean;
1907
- summary: boolean;
1908
- condition?: undefined;
1909
- };
1910
- controlType: string;
1911
- } | {
1912
- id: string;
1913
- code: string;
1914
- image: null;
1915
- label: string;
1916
- prefix: string;
1917
- suffix: string;
1918
- options: {
1919
- image: null;
1920
- label: string;
1921
- value: string;
1922
- condition: string;
1923
- exclusive: boolean;
1924
- }[];
1925
- multiple: boolean;
1926
- structure: never[];
1927
- validators: {
1928
- param: string;
1929
- validator: string;
1930
- }[];
1931
- visibility: {
1932
- form: boolean;
1933
- roles: never[];
1934
- detail: boolean;
1935
- public: boolean;
1936
- summary: boolean;
1937
- condition: string;
1938
- };
1939
- controlType: string;
1940
- } | {
1941
- id: string;
1942
- code: string;
1943
- image: null;
1944
- label: string;
1945
- prefix: string;
1946
- suffix: string;
1947
- options: {
1948
- image: null;
1949
- label: string;
1950
- value: string;
1951
- exclusive: boolean;
1952
- }[];
1953
- multiple: boolean;
1954
- structure: never[];
1955
- validators: never[];
1956
- visibility: {
1957
- form: boolean;
1958
- roles: never[];
1959
- detail: boolean;
1960
- public: boolean;
1961
- summary: boolean;
1962
- condition: string;
1963
- };
1964
- controlType: string;
1965
- })[];
1966
- ID_GAMA?: undefined;
1967
- NOMBRE?: undefined;
1968
- };
1969
- R_IMG: {
1970
- ID_ARCHIVO: number;
1971
- LOCATION: string;
1972
- FILETYPE: string;
1973
- }[];
1974
- COD_ART_MVX?: undefined;
1975
- ESTADO?: undefined;
1976
- PUBLICO?: undefined;
1977
- FECHA_CREADO?: undefined;
1978
- UBICACION?: undefined;
1979
- DETALLE_PACK?: undefined;
1980
- R_ESTADO?: undefined;
1981
- PROVEEDORES?: undefined;
1982
- } | {
1983
- ID_PRODUCTO: number;
1984
- NOMBRE: string;
1985
- DESCRIPCION: string;
1986
- ID_GAMA: number;
1987
- TAGS: null;
1988
- PROPS: {
1989
- gob?: undefined;
1990
- sku?: undefined;
1991
- alto?: undefined;
1992
- gama?: undefined;
1993
- ancho?: undefined;
1994
- marca?: undefined;
1995
- pitch?: undefined;
1996
- brillo?: undefined;
1997
- modelo?: undefined;
1998
- tamano?: undefined;
1999
- peso_kg?: undefined;
2000
- subgama?: undefined;
2001
- a_medida?: undefined;
2002
- material?: undefined;
2003
- ubicacion?: undefined;
2004
- uso_final?: undefined;
2005
- doble_cara?: undefined;
2006
- resolucion?: undefined;
2007
- subfamilia?: undefined;
2008
- interactivo?: undefined;
2009
- profundidad?: undefined;
2010
- proteccion_ip?: undefined;
2011
- tipo_servicio?: undefined;
2012
- consumo_medio_w?: undefined;
2013
- tipo_de_montaje?: undefined;
2014
- usos_habituales?: undefined;
2015
- consumo_maximo_w?: undefined;
2016
- tipo_de_servicio?: undefined;
2017
- tipo_instalacion?: undefined;
2018
- sistema_operativo?: undefined;
2019
- colores_disponibles?: undefined;
2020
- tasa_de_refresco_hz?: undefined;
2021
- tipo_de_instalacion?: undefined;
2022
- propositos_generales?: undefined;
2023
- aplicacion_recomendada?: undefined;
2024
- controladoras_compatibles?: undefined;
2025
- compatible_videowall?: undefined;
2026
- familia?: undefined;
2027
- descripcion_gob?: undefined;
2028
- solucion_para_vista_cliente?: undefined;
2029
- colores?: undefined;
2030
- };
2031
- PACK: boolean;
2032
- GRUPO: null;
2033
- PAQUETE: boolean;
2034
- ID_PRODUCTOS_PAQUETE: null;
2035
- PRECIO: string;
2036
- PRECIOS: null;
2037
- FECHA_ALTA: null;
2038
- R_GAMA: {
2039
- PROPS: ({
2040
- id: string;
2041
- code: string;
2042
- image: null;
2043
- label: string;
2044
- prefix: string;
2045
- suffix: string;
2046
- options: {
2047
- image: null;
2048
- label: string;
2049
- value: string;
2050
- condition: string;
2051
- exclusive: boolean;
2052
- }[];
2053
- multiple: boolean;
2054
- structure: never[];
2055
- validators: {
2056
- param: string;
2057
- validator: string;
2058
- }[];
2059
- visibility: {
2060
- form: boolean;
2061
- roles: never[];
2062
- detail: boolean;
2063
- public: boolean;
2064
- summary: boolean;
2065
- condition?: undefined;
2066
- };
2067
- controlType: string;
2068
- } | {
2069
- id: string;
2070
- code: string;
2071
- image: null;
2072
- label: string;
2073
- prefix: string;
2074
- suffix: string;
2075
- options: {
2076
- image: null;
2077
- label: string;
2078
- value: string;
2079
- condition: string;
2080
- exclusive: boolean;
2081
- }[];
2082
- multiple: boolean;
2083
- structure: never[];
2084
- validators: {
2085
- param: string;
2086
- validator: string;
2087
- }[];
2088
- visibility: {
2089
- form: boolean;
2090
- roles: never[];
2091
- detail: boolean;
2092
- public: boolean;
2093
- summary: boolean;
2094
- condition: string;
2095
- };
2096
- controlType: string;
2097
- } | {
2098
- id: string;
2099
- code: string;
2100
- image: null;
2101
- label: string;
2102
- prefix: string;
2103
- suffix: string;
2104
- options: {
2105
- image: null;
2106
- label: string;
2107
- value: string;
2108
- exclusive: boolean;
2109
- }[];
2110
- multiple: boolean;
2111
- structure: never[];
2112
- validators: never[];
2113
- visibility: {
2114
- form: boolean;
2115
- roles: never[];
2116
- detail: boolean;
2117
- public: boolean;
2118
- summary: boolean;
2119
- condition: string;
2120
- };
2121
- controlType: string;
2122
- })[];
2123
- ID_GAMA?: undefined;
2124
- NOMBRE?: undefined;
2125
- };
2126
- R_IMG: ({
2127
- ID_ARCHIVO: number;
2128
- LOCATION: string;
2129
- FILETYPE: string;
2130
- } | {
2131
- ID_ARCHIVO: number;
2132
- LOCATION: null;
2133
- FILETYPE: string;
2134
- })[];
2135
- COD_ART_MVX?: undefined;
2136
- ESTADO?: undefined;
2137
- PUBLICO?: undefined;
2138
- FECHA_CREADO?: undefined;
2139
- UBICACION?: undefined;
2140
- DETALLE_PACK?: undefined;
2141
- R_ESTADO?: undefined;
2142
- PROVEEDORES?: undefined;
2143
- } | {
2144
- ID_PRODUCTO: number;
2145
- NOMBRE: string;
2146
- DESCRIPCION: string;
2147
- ID_GAMA: number;
2148
- TAGS: null;
2149
- PROPS: {
2150
- familia: string;
2151
- resolucion: string;
2152
- subfamilia: string;
2153
- colores_disponibles: never[];
2154
- aplicacion_recomendada: never[];
2155
- controladoras_compatibles: never[];
2156
- gob?: undefined;
2157
- sku?: undefined;
2158
- alto?: undefined;
2159
- gama?: undefined;
2160
- ancho?: undefined;
2161
- marca?: undefined;
2162
- pitch?: undefined;
2163
- brillo?: undefined;
2164
- modelo?: undefined;
2165
- tamano?: undefined;
2166
- peso_kg?: undefined;
2167
- subgama?: undefined;
2168
- a_medida?: undefined;
2169
- material?: undefined;
2170
- ubicacion?: undefined;
2171
- uso_final?: undefined;
2172
- doble_cara?: undefined;
2173
- interactivo?: undefined;
2174
- profundidad?: undefined;
2175
- proteccion_ip?: undefined;
2176
- tipo_servicio?: undefined;
2177
- consumo_medio_w?: undefined;
2178
- tipo_de_montaje?: undefined;
2179
- usos_habituales?: undefined;
2180
- consumo_maximo_w?: undefined;
2181
- tipo_de_servicio?: undefined;
2182
- tipo_instalacion?: undefined;
2183
- sistema_operativo?: undefined;
2184
- tasa_de_refresco_hz?: undefined;
2185
- tipo_de_instalacion?: undefined;
2186
- propositos_generales?: undefined;
2187
- compatible_videowall?: undefined;
2188
- descripcion_gob?: undefined;
2189
- solucion_para_vista_cliente?: undefined;
2190
- colores?: undefined;
2191
- };
2192
- PACK: boolean;
2193
- GRUPO: null;
2194
- PAQUETE: boolean;
2195
- ID_PRODUCTOS_PAQUETE: null;
2196
- PRECIO: string;
2197
- PRECIOS: null;
2198
- FECHA_ALTA: null;
2199
- R_GAMA: {
2200
- PROPS: ({
2201
- id: string;
2202
- code: string;
2203
- image: null;
2204
- label: string;
2205
- prefix: string;
2206
- suffix: string;
2207
- options: {
2208
- image: null;
2209
- label: string;
2210
- value: string;
2211
- condition: string;
2212
- exclusive: boolean;
2213
- }[];
2214
- multiple: boolean;
2215
- structure: never[];
2216
- validators: {
2217
- param: string;
2218
- validator: string;
2219
- }[];
2220
- visibility: {
2221
- form: boolean;
2222
- roles: never[];
2223
- detail: boolean;
2224
- public: boolean;
2225
- summary: boolean;
2226
- condition?: undefined;
2227
- };
2228
- controlType: string;
2229
- } | {
2230
- id: string;
2231
- code: string;
2232
- image: null;
2233
- label: string;
2234
- prefix: string;
2235
- suffix: string;
2236
- options: {
2237
- image: null;
2238
- label: string;
2239
- value: string;
2240
- condition: string;
2241
- exclusive: boolean;
2242
- }[];
2243
- multiple: boolean;
2244
- structure: never[];
2245
- validators: {
2246
- param: string;
2247
- validator: string;
2248
- }[];
2249
- visibility: {
2250
- form: boolean;
2251
- roles: never[];
2252
- detail: boolean;
2253
- public: boolean;
2254
- summary: boolean;
2255
- condition: string;
2256
- };
2257
- controlType: string;
2258
- } | {
2259
- id: string;
2260
- code: string;
2261
- image: null;
2262
- label: string;
2263
- prefix: string;
2264
- suffix: string;
2265
- options: {
2266
- image: null;
2267
- label: string;
2268
- value: string;
2269
- exclusive: boolean;
2270
- }[];
2271
- multiple: boolean;
2272
- structure: never[];
2273
- validators: never[];
2274
- visibility: {
2275
- form: boolean;
2276
- roles: never[];
2277
- detail: boolean;
2278
- public: boolean;
2279
- summary: boolean;
2280
- condition: string;
2281
- };
2282
- controlType: string;
2283
- })[];
2284
- ID_GAMA?: undefined;
2285
- NOMBRE?: undefined;
2286
- };
2287
- R_IMG: {
2288
- ID_ARCHIVO: number;
2289
- LOCATION: string;
2290
- FILETYPE: string;
2291
- }[];
2292
- COD_ART_MVX?: undefined;
2293
- ESTADO?: undefined;
2294
- PUBLICO?: undefined;
2295
- FECHA_CREADO?: undefined;
2296
- UBICACION?: undefined;
2297
- DETALLE_PACK?: undefined;
2298
- R_ESTADO?: undefined;
2299
- PROVEEDORES?: undefined;
2300
- } | {
2301
- ID_PRODUCTO: number;
2302
- NOMBRE: string;
2303
- DESCRIPCION: string;
2304
- ID_GAMA: number;
2305
- TAGS: null;
2306
- PROPS: {
2307
- gob: string;
2308
- sku: string;
2309
- brillo: string;
2310
- tamano: string;
2311
- familia: string;
2312
- uso_final: string;
2313
- resolucion: string;
2314
- subfamilia: string;
2315
- descripcion_gob: string;
2316
- tipo_de_servicio: string;
2317
- colores_disponibles: string[];
2318
- tipo_de_instalacion: string;
2319
- aplicacion_recomendada: string[];
2320
- controladoras_compatibles: string[];
2321
- solucion_para_vista_cliente: string;
2322
- alto?: undefined;
2323
- gama?: undefined;
2324
- ancho?: undefined;
2325
- marca?: undefined;
2326
- pitch?: undefined;
2327
- modelo?: undefined;
2328
- peso_kg?: undefined;
2329
- subgama?: undefined;
2330
- a_medida?: undefined;
2331
- material?: undefined;
2332
- ubicacion?: undefined;
2333
- doble_cara?: undefined;
2334
- interactivo?: undefined;
2335
- profundidad?: undefined;
2336
- proteccion_ip?: undefined;
2337
- tipo_servicio?: undefined;
2338
- consumo_medio_w?: undefined;
2339
- tipo_de_montaje?: undefined;
2340
- usos_habituales?: undefined;
2341
- consumo_maximo_w?: undefined;
2342
- tipo_instalacion?: undefined;
2343
- sistema_operativo?: undefined;
2344
- tasa_de_refresco_hz?: undefined;
2345
- propositos_generales?: undefined;
2346
- compatible_videowall?: undefined;
2347
- colores?: undefined;
2348
- };
2349
- PACK: boolean;
2350
- GRUPO: null;
2351
- PAQUETE: boolean;
2352
- ID_PRODUCTOS_PAQUETE: null;
2353
- PRECIO: string;
2354
- PRECIOS: null;
2355
- FECHA_ALTA: null;
2356
- R_GAMA: {
2357
- PROPS: ({
2358
- id: string;
2359
- code: string;
2360
- image: null;
2361
- label: string;
2362
- prefix: string;
2363
- suffix: string;
2364
- options: {
2365
- image: null;
2366
- label: string;
2367
- value: string;
2368
- condition: string;
2369
- exclusive: boolean;
2370
- }[];
2371
- multiple: boolean;
2372
- structure: never[];
2373
- validators: {
2374
- param: string;
2375
- validator: string;
2376
- }[];
2377
- visibility: {
2378
- form: boolean;
2379
- roles: never[];
2380
- detail: boolean;
2381
- public: boolean;
2382
- summary: boolean;
2383
- condition?: undefined;
2384
- };
2385
- controlType: string;
2386
- } | {
2387
- id: string;
2388
- code: string;
2389
- image: null;
2390
- label: string;
2391
- prefix: string;
2392
- suffix: string;
2393
- options: {
2394
- image: null;
2395
- label: string;
2396
- value: string;
2397
- condition: string;
2398
- exclusive: boolean;
2399
- }[];
2400
- multiple: boolean;
2401
- structure: never[];
2402
- validators: {
2403
- param: string;
2404
- validator: string;
2405
- }[];
2406
- visibility: {
2407
- form: boolean;
2408
- roles: never[];
2409
- detail: boolean;
2410
- public: boolean;
2411
- summary: boolean;
2412
- condition: string;
2413
- };
2414
- controlType: string;
2415
- } | {
2416
- id: string;
2417
- code: string;
2418
- image: null;
2419
- label: string;
2420
- prefix: string;
2421
- suffix: string;
2422
- options: {
2423
- image: null;
2424
- label: string;
2425
- value: string;
2426
- exclusive: boolean;
2427
- }[];
2428
- multiple: boolean;
2429
- structure: never[];
2430
- validators: never[];
2431
- visibility: {
2432
- form: boolean;
2433
- roles: never[];
2434
- detail: boolean;
2435
- public: boolean;
2436
- summary: boolean;
2437
- condition: string;
2438
- };
2439
- controlType: string;
2440
- })[];
2441
- ID_GAMA?: undefined;
2442
- NOMBRE?: undefined;
2443
- };
2444
- R_IMG: {
2445
- ID_ARCHIVO: number;
2446
- LOCATION: string;
2447
- FILETYPE: string;
2448
- }[];
2449
- COD_ART_MVX?: undefined;
2450
- ESTADO?: undefined;
2451
- PUBLICO?: undefined;
2452
- FECHA_CREADO?: undefined;
2453
- UBICACION?: undefined;
2454
- DETALLE_PACK?: undefined;
2455
- R_ESTADO?: undefined;
2456
- PROVEEDORES?: undefined;
2457
- } | {
2458
- ID_PRODUCTO: number;
2459
- NOMBRE: string;
2460
- DESCRIPCION: string;
2461
- ID_GAMA: number;
2462
- TAGS: null;
2463
- PROPS: {
2464
- gob: string;
2465
- sku: string;
2466
- brillo: string;
2467
- tamano: string;
2468
- colores: never[];
2469
- familia: string;
2470
- uso_final: string;
2471
- resolucion: string;
2472
- subfamilia: string;
2473
- tipo_de_servicio: string;
2474
- colores_disponibles: never[];
2475
- aplicacion_recomendada: never[];
2476
- controladoras_compatibles: string[];
2477
- alto?: undefined;
2478
- gama?: undefined;
2479
- ancho?: undefined;
2480
- marca?: undefined;
2481
- pitch?: undefined;
2482
- modelo?: undefined;
2483
- peso_kg?: undefined;
2484
- subgama?: undefined;
2485
- a_medida?: undefined;
2486
- material?: undefined;
2487
- ubicacion?: undefined;
2488
- doble_cara?: undefined;
2489
- interactivo?: undefined;
2490
- profundidad?: undefined;
2491
- proteccion_ip?: undefined;
2492
- tipo_servicio?: undefined;
2493
- consumo_medio_w?: undefined;
2494
- tipo_de_montaje?: undefined;
2495
- usos_habituales?: undefined;
2496
- consumo_maximo_w?: undefined;
2497
- tipo_instalacion?: undefined;
2498
- sistema_operativo?: undefined;
2499
- tasa_de_refresco_hz?: undefined;
2500
- tipo_de_instalacion?: undefined;
2501
- propositos_generales?: undefined;
2502
- compatible_videowall?: undefined;
2503
- descripcion_gob?: undefined;
2504
- solucion_para_vista_cliente?: undefined;
2505
- };
2506
- PACK: boolean;
2507
- GRUPO: null;
2508
- PAQUETE: boolean;
2509
- ID_PRODUCTOS_PAQUETE: null;
2510
- PRECIO: string;
2511
- PRECIOS: null;
2512
- FECHA_ALTA: null;
2513
- R_GAMA: {
2514
- PROPS: ({
2515
- id: string;
2516
- code: string;
2517
- image: null;
2518
- label: string;
2519
- prefix: string;
2520
- suffix: string;
2521
- options: {
2522
- image: null;
2523
- label: string;
2524
- value: string;
2525
- condition: string;
2526
- exclusive: boolean;
2527
- }[];
2528
- multiple: boolean;
2529
- structure: never[];
2530
- validators: {
2531
- param: string;
2532
- validator: string;
2533
- }[];
2534
- visibility: {
2535
- form: boolean;
2536
- roles: never[];
2537
- detail: boolean;
2538
- public: boolean;
2539
- summary: boolean;
2540
- condition?: undefined;
2541
- };
2542
- controlType: string;
2543
- } | {
2544
- id: string;
2545
- code: string;
2546
- image: null;
2547
- label: string;
2548
- prefix: string;
2549
- suffix: string;
2550
- options: {
2551
- image: null;
2552
- label: string;
2553
- value: string;
2554
- condition: string;
2555
- exclusive: boolean;
2556
- }[];
2557
- multiple: boolean;
2558
- structure: never[];
2559
- validators: {
2560
- param: string;
2561
- validator: string;
2562
- }[];
2563
- visibility: {
2564
- form: boolean;
2565
- roles: never[];
2566
- detail: boolean;
2567
- public: boolean;
2568
- summary: boolean;
2569
- condition: string;
2570
- };
2571
- controlType: string;
2572
- } | {
2573
- id: string;
2574
- code: string;
2575
- image: null;
2576
- label: string;
2577
- prefix: string;
2578
- suffix: string;
2579
- options: {
2580
- image: null;
2581
- label: string;
2582
- value: string;
2583
- exclusive: boolean;
2584
- }[];
2585
- multiple: boolean;
2586
- structure: never[];
2587
- validators: never[];
2588
- visibility: {
2589
- form: boolean;
2590
- roles: never[];
2591
- detail: boolean;
2592
- public: boolean;
2593
- summary: boolean;
2594
- condition: string;
2595
- };
2596
- controlType: string;
2597
- })[];
2598
- ID_GAMA?: undefined;
2599
- NOMBRE?: undefined;
2600
- };
2601
- R_IMG: {
2602
- ID_ARCHIVO: number;
2603
- LOCATION: string;
2604
- FILETYPE: string;
2605
- }[];
2606
- COD_ART_MVX?: undefined;
2607
- ESTADO?: undefined;
2608
- PUBLICO?: undefined;
2609
- FECHA_CREADO?: undefined;
2610
- UBICACION?: undefined;
2611
- DETALLE_PACK?: undefined;
2612
- R_ESTADO?: undefined;
2613
- PROVEEDORES?: undefined;
2614
- })[];
2615
- //# sourceMappingURL=mock-products.d.ts.map