@win2win/shared-ui 0.2.19 → 0.2.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2435 @@
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
+ PROVEEDORES: never[];
181
+ ID_GAMA?: undefined;
182
+ TAGS?: 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
+ ID_GAMA?: undefined;
340
+ TAGS?: 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
+ ID_GAMA?: undefined;
512
+ TAGS?: 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
+ ID_GAMA?: undefined;
677
+ TAGS?: 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: string;
693
+ gama: string;
694
+ ancho: string;
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
+ uso_final: string;
705
+ doble_cara: null;
706
+ resolucion: null;
707
+ subfamilia: string;
708
+ interactivo: string;
709
+ profundidad: string;
710
+ proteccion_ip: string;
711
+ tipo_servicio: null;
712
+ consumo_medio_w: string;
713
+ tipo_de_montaje: string;
714
+ usos_habituales: never[];
715
+ consumo_maximo_w: string;
716
+ tipo_de_servicio: string;
717
+ sistema_operativo: string;
718
+ colores_disponibles: string[];
719
+ tasa_de_refresco_hz: string;
720
+ tipo_de_instalacion: string;
721
+ compatible_videowall: boolean;
722
+ propositos_generales: never[];
723
+ aplicacion_recomendada: string[];
724
+ controladoras_compatibles: string[];
725
+ ubicacion?: undefined;
726
+ tipo_instalacion?: 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: null;
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
+ ID_GAMA?: undefined;
857
+ TAGS?: 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: null;
873
+ gama: string;
874
+ ancho: null;
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
+ ubicacion: string;
885
+ uso_final: string;
886
+ doble_cara: boolean;
887
+ resolucion: null;
888
+ subfamilia: string;
889
+ interactivo: null;
890
+ profundidad: null;
891
+ proteccion_ip: string;
892
+ tipo_servicio: string;
893
+ consumo_medio_w: string;
894
+ tipo_de_montaje: string;
895
+ usos_habituales: never[];
896
+ consumo_maximo_w: string;
897
+ tipo_de_servicio: string;
898
+ tipo_instalacion: string;
899
+ sistema_operativo: string;
900
+ colores_disponibles: string[];
901
+ tasa_de_refresco_hz: string;
902
+ tipo_de_instalacion: string;
903
+ propositos_generales: string[];
904
+ aplicacion_recomendada: string[];
905
+ controladoras_compatibles: string[];
906
+ compatible_videowall?: 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
+ ID_GAMA?: undefined;
1037
+ TAGS?: undefined;
1038
+ PACK?: undefined;
1039
+ GRUPO?: undefined;
1040
+ PAQUETE?: undefined;
1041
+ ID_PRODUCTOS_PAQUETE?: undefined;
1042
+ PRECIOS?: undefined;
1043
+ } | {
1044
+ ID_PRODUCTO: number;
1045
+ NOMBRE: string;
1046
+ DESCRIPCION: string;
1047
+ ID_GAMA: number;
1048
+ TAGS: null;
1049
+ PROPS: string;
1050
+ PACK: boolean;
1051
+ GRUPO: null;
1052
+ PAQUETE: boolean;
1053
+ ID_PRODUCTOS_PAQUETE: null;
1054
+ PRECIO: string;
1055
+ PRECIOS: null;
1056
+ FECHA_ALTA: null;
1057
+ R_GAMA: {
1058
+ PROPS: ({
1059
+ id: string;
1060
+ code: string;
1061
+ image: null;
1062
+ label: string;
1063
+ prefix: string;
1064
+ suffix: string;
1065
+ options: {
1066
+ image: null;
1067
+ label: string;
1068
+ value: string;
1069
+ condition: string;
1070
+ exclusive: boolean;
1071
+ }[];
1072
+ multiple: boolean;
1073
+ structure: never[];
1074
+ validators: {
1075
+ param: string;
1076
+ validator: string;
1077
+ }[];
1078
+ visibility: {
1079
+ form: boolean;
1080
+ roles: never[];
1081
+ detail: boolean;
1082
+ public: boolean;
1083
+ summary: boolean;
1084
+ condition?: undefined;
1085
+ };
1086
+ controlType: string;
1087
+ } | {
1088
+ id: string;
1089
+ code: string;
1090
+ image: null;
1091
+ label: string;
1092
+ prefix: string;
1093
+ suffix: string;
1094
+ options: {
1095
+ image: null;
1096
+ label: string;
1097
+ value: string;
1098
+ condition: string;
1099
+ exclusive: boolean;
1100
+ }[];
1101
+ multiple: boolean;
1102
+ structure: never[];
1103
+ validators: {
1104
+ param: string;
1105
+ validator: string;
1106
+ }[];
1107
+ visibility: {
1108
+ form: boolean;
1109
+ roles: never[];
1110
+ detail: boolean;
1111
+ public: boolean;
1112
+ summary: boolean;
1113
+ condition: string;
1114
+ };
1115
+ controlType: string;
1116
+ } | {
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
+ exclusive: boolean;
1128
+ }[];
1129
+ multiple: boolean;
1130
+ structure: never[];
1131
+ validators: never[];
1132
+ visibility: {
1133
+ form: boolean;
1134
+ roles: never[];
1135
+ detail: boolean;
1136
+ public: boolean;
1137
+ summary: boolean;
1138
+ condition: string;
1139
+ };
1140
+ controlType: string;
1141
+ })[];
1142
+ ID_GAMA?: undefined;
1143
+ NOMBRE?: undefined;
1144
+ };
1145
+ R_IMG: never[];
1146
+ COD_ART_MVX?: undefined;
1147
+ ESTADO?: undefined;
1148
+ PUBLICO?: undefined;
1149
+ FECHA_CREADO?: undefined;
1150
+ UBICACION?: undefined;
1151
+ DETALLE_PACK?: undefined;
1152
+ R_ESTADO?: undefined;
1153
+ PROVEEDORES?: undefined;
1154
+ } | {
1155
+ ID_PRODUCTO: number;
1156
+ NOMBRE: null;
1157
+ DESCRIPCION: null;
1158
+ ID_GAMA: null;
1159
+ TAGS: null;
1160
+ PROPS: null;
1161
+ PACK: boolean;
1162
+ GRUPO: null;
1163
+ PAQUETE: boolean;
1164
+ ID_PRODUCTOS_PAQUETE: null;
1165
+ PRECIO: null;
1166
+ PRECIOS: null;
1167
+ FECHA_ALTA: null;
1168
+ R_GAMA: null;
1169
+ R_IMG: never[];
1170
+ COD_ART_MVX?: undefined;
1171
+ ESTADO?: undefined;
1172
+ PUBLICO?: undefined;
1173
+ FECHA_CREADO?: undefined;
1174
+ UBICACION?: undefined;
1175
+ DETALLE_PACK?: undefined;
1176
+ R_ESTADO?: undefined;
1177
+ PROVEEDORES?: undefined;
1178
+ } | {
1179
+ ID_PRODUCTO: number;
1180
+ NOMBRE: string;
1181
+ DESCRIPCION: string;
1182
+ ID_GAMA: number;
1183
+ TAGS: null;
1184
+ PROPS: {
1185
+ colores_disponibles: never[];
1186
+ aplicacion_recomendada: never[];
1187
+ controladoras_compatibles: never[];
1188
+ gob?: undefined;
1189
+ sku?: undefined;
1190
+ alto?: undefined;
1191
+ gama?: undefined;
1192
+ ancho?: undefined;
1193
+ marca?: undefined;
1194
+ pitch?: undefined;
1195
+ brillo?: undefined;
1196
+ modelo?: undefined;
1197
+ tamano?: undefined;
1198
+ peso_kg?: undefined;
1199
+ subgama?: undefined;
1200
+ a_medida?: undefined;
1201
+ material?: undefined;
1202
+ ubicacion?: undefined;
1203
+ uso_final?: undefined;
1204
+ doble_cara?: undefined;
1205
+ resolucion?: undefined;
1206
+ subfamilia?: undefined;
1207
+ interactivo?: undefined;
1208
+ profundidad?: undefined;
1209
+ proteccion_ip?: undefined;
1210
+ tipo_servicio?: undefined;
1211
+ consumo_medio_w?: undefined;
1212
+ tipo_de_montaje?: undefined;
1213
+ usos_habituales?: undefined;
1214
+ consumo_maximo_w?: undefined;
1215
+ tipo_de_servicio?: undefined;
1216
+ tipo_instalacion?: undefined;
1217
+ sistema_operativo?: undefined;
1218
+ tasa_de_refresco_hz?: undefined;
1219
+ tipo_de_instalacion?: undefined;
1220
+ propositos_generales?: undefined;
1221
+ compatible_videowall?: undefined;
1222
+ familia?: undefined;
1223
+ descripcion_gob?: undefined;
1224
+ solucion_para_vista_cliente?: undefined;
1225
+ colores?: undefined;
1226
+ };
1227
+ PACK: boolean;
1228
+ GRUPO: null;
1229
+ PAQUETE: boolean;
1230
+ ID_PRODUCTOS_PAQUETE: null;
1231
+ PRECIO: string;
1232
+ PRECIOS: null;
1233
+ FECHA_ALTA: null;
1234
+ R_GAMA: {
1235
+ PROPS: ({
1236
+ id: string;
1237
+ code: string;
1238
+ image: null;
1239
+ label: string;
1240
+ prefix: string;
1241
+ suffix: string;
1242
+ options: {
1243
+ image: null;
1244
+ label: string;
1245
+ value: string;
1246
+ condition: string;
1247
+ exclusive: boolean;
1248
+ }[];
1249
+ multiple: boolean;
1250
+ structure: never[];
1251
+ validators: {
1252
+ param: string;
1253
+ validator: string;
1254
+ }[];
1255
+ visibility: {
1256
+ form: boolean;
1257
+ roles: never[];
1258
+ detail: boolean;
1259
+ public: boolean;
1260
+ summary: boolean;
1261
+ condition?: undefined;
1262
+ };
1263
+ controlType: string;
1264
+ } | {
1265
+ id: string;
1266
+ code: string;
1267
+ image: null;
1268
+ label: string;
1269
+ prefix: string;
1270
+ suffix: string;
1271
+ options: {
1272
+ image: null;
1273
+ label: string;
1274
+ value: string;
1275
+ condition: string;
1276
+ exclusive: boolean;
1277
+ }[];
1278
+ multiple: boolean;
1279
+ structure: never[];
1280
+ validators: {
1281
+ param: string;
1282
+ validator: string;
1283
+ }[];
1284
+ visibility: {
1285
+ form: boolean;
1286
+ roles: never[];
1287
+ detail: boolean;
1288
+ public: boolean;
1289
+ summary: boolean;
1290
+ condition: string;
1291
+ };
1292
+ controlType: string;
1293
+ } | {
1294
+ id: string;
1295
+ code: string;
1296
+ image: null;
1297
+ label: string;
1298
+ prefix: string;
1299
+ suffix: string;
1300
+ options: {
1301
+ image: null;
1302
+ label: string;
1303
+ value: string;
1304
+ exclusive: boolean;
1305
+ }[];
1306
+ multiple: boolean;
1307
+ structure: never[];
1308
+ validators: never[];
1309
+ visibility: {
1310
+ form: boolean;
1311
+ roles: never[];
1312
+ detail: boolean;
1313
+ public: boolean;
1314
+ summary: boolean;
1315
+ condition: string;
1316
+ };
1317
+ controlType: string;
1318
+ })[];
1319
+ ID_GAMA?: undefined;
1320
+ NOMBRE?: undefined;
1321
+ };
1322
+ R_IMG: never[];
1323
+ COD_ART_MVX?: undefined;
1324
+ ESTADO?: undefined;
1325
+ PUBLICO?: undefined;
1326
+ FECHA_CREADO?: undefined;
1327
+ UBICACION?: undefined;
1328
+ DETALLE_PACK?: undefined;
1329
+ R_ESTADO?: undefined;
1330
+ PROVEEDORES?: undefined;
1331
+ } | {
1332
+ ID_PRODUCTO: number;
1333
+ NOMBRE: string;
1334
+ DESCRIPCION: string;
1335
+ ID_GAMA: number;
1336
+ TAGS: null;
1337
+ PROPS: {
1338
+ gob: string;
1339
+ sku: string;
1340
+ brillo: string;
1341
+ tamano: string;
1342
+ familia: string;
1343
+ uso_final: string;
1344
+ resolucion: string;
1345
+ subfamilia: string;
1346
+ tipo_de_servicio: string;
1347
+ controladoras_compatibles: string[];
1348
+ alto?: undefined;
1349
+ gama?: undefined;
1350
+ ancho?: undefined;
1351
+ marca?: undefined;
1352
+ pitch?: undefined;
1353
+ modelo?: undefined;
1354
+ peso_kg?: undefined;
1355
+ subgama?: undefined;
1356
+ a_medida?: undefined;
1357
+ material?: undefined;
1358
+ ubicacion?: undefined;
1359
+ doble_cara?: undefined;
1360
+ interactivo?: undefined;
1361
+ profundidad?: undefined;
1362
+ proteccion_ip?: undefined;
1363
+ tipo_servicio?: undefined;
1364
+ consumo_medio_w?: undefined;
1365
+ tipo_de_montaje?: undefined;
1366
+ usos_habituales?: undefined;
1367
+ consumo_maximo_w?: undefined;
1368
+ tipo_instalacion?: undefined;
1369
+ sistema_operativo?: undefined;
1370
+ colores_disponibles?: undefined;
1371
+ tasa_de_refresco_hz?: undefined;
1372
+ tipo_de_instalacion?: undefined;
1373
+ propositos_generales?: undefined;
1374
+ aplicacion_recomendada?: undefined;
1375
+ compatible_videowall?: undefined;
1376
+ descripcion_gob?: undefined;
1377
+ solucion_para_vista_cliente?: undefined;
1378
+ colores?: undefined;
1379
+ };
1380
+ PACK: boolean;
1381
+ GRUPO: null;
1382
+ PAQUETE: boolean;
1383
+ ID_PRODUCTOS_PAQUETE: null;
1384
+ PRECIO: string;
1385
+ PRECIOS: null;
1386
+ FECHA_ALTA: null;
1387
+ R_GAMA: {
1388
+ PROPS: ({
1389
+ id: string;
1390
+ code: string;
1391
+ image: null;
1392
+ label: string;
1393
+ prefix: string;
1394
+ suffix: string;
1395
+ options: {
1396
+ image: null;
1397
+ label: string;
1398
+ value: string;
1399
+ condition: string;
1400
+ exclusive: boolean;
1401
+ }[];
1402
+ multiple: boolean;
1403
+ structure: never[];
1404
+ validators: {
1405
+ param: string;
1406
+ validator: string;
1407
+ }[];
1408
+ visibility: {
1409
+ form: boolean;
1410
+ roles: never[];
1411
+ detail: boolean;
1412
+ public: boolean;
1413
+ summary: boolean;
1414
+ condition?: undefined;
1415
+ };
1416
+ controlType: string;
1417
+ } | {
1418
+ id: string;
1419
+ code: string;
1420
+ image: null;
1421
+ label: string;
1422
+ prefix: string;
1423
+ suffix: string;
1424
+ options: {
1425
+ image: null;
1426
+ label: string;
1427
+ value: string;
1428
+ condition: string;
1429
+ exclusive: boolean;
1430
+ }[];
1431
+ multiple: boolean;
1432
+ structure: never[];
1433
+ validators: {
1434
+ param: string;
1435
+ validator: string;
1436
+ }[];
1437
+ visibility: {
1438
+ form: boolean;
1439
+ roles: never[];
1440
+ detail: boolean;
1441
+ public: boolean;
1442
+ summary: boolean;
1443
+ condition: string;
1444
+ };
1445
+ controlType: string;
1446
+ } | {
1447
+ id: string;
1448
+ code: string;
1449
+ image: null;
1450
+ label: string;
1451
+ prefix: string;
1452
+ suffix: string;
1453
+ options: {
1454
+ image: null;
1455
+ label: string;
1456
+ value: string;
1457
+ exclusive: boolean;
1458
+ }[];
1459
+ multiple: boolean;
1460
+ structure: never[];
1461
+ validators: never[];
1462
+ visibility: {
1463
+ form: boolean;
1464
+ roles: never[];
1465
+ detail: boolean;
1466
+ public: boolean;
1467
+ summary: boolean;
1468
+ condition: string;
1469
+ };
1470
+ controlType: string;
1471
+ })[];
1472
+ ID_GAMA?: undefined;
1473
+ NOMBRE?: undefined;
1474
+ };
1475
+ R_IMG: {
1476
+ ID_ARCHIVO: number;
1477
+ LOCATION: string;
1478
+ FILETYPE: string;
1479
+ }[];
1480
+ COD_ART_MVX?: undefined;
1481
+ ESTADO?: undefined;
1482
+ PUBLICO?: undefined;
1483
+ FECHA_CREADO?: undefined;
1484
+ UBICACION?: undefined;
1485
+ DETALLE_PACK?: undefined;
1486
+ R_ESTADO?: undefined;
1487
+ PROVEEDORES?: undefined;
1488
+ } | {
1489
+ ID_PRODUCTO: number;
1490
+ NOMBRE: string;
1491
+ DESCRIPCION: string;
1492
+ ID_GAMA: number;
1493
+ TAGS: null;
1494
+ PROPS: {
1495
+ gob: string;
1496
+ sku: string;
1497
+ alto: string;
1498
+ gama: string;
1499
+ ancho: string;
1500
+ marca: string;
1501
+ pitch: string;
1502
+ brillo: string;
1503
+ modelo: string;
1504
+ tamano: null;
1505
+ peso_kg: string;
1506
+ subgama: string;
1507
+ a_medida: boolean;
1508
+ material: string;
1509
+ uso_final: string;
1510
+ doble_cara: null;
1511
+ resolucion: null;
1512
+ subfamilia: string;
1513
+ interactivo: string;
1514
+ profundidad: string;
1515
+ proteccion_ip: string;
1516
+ tipo_servicio: null;
1517
+ consumo_medio_w: string;
1518
+ tipo_de_montaje: string;
1519
+ usos_habituales: never[];
1520
+ consumo_maximo_w: string;
1521
+ tipo_de_servicio: string;
1522
+ sistema_operativo: string;
1523
+ colores_disponibles: string[];
1524
+ tasa_de_refresco_hz: string;
1525
+ tipo_de_instalacion: string;
1526
+ compatible_videowall: boolean;
1527
+ propositos_generales: never[];
1528
+ aplicacion_recomendada: string[];
1529
+ controladoras_compatibles: string[];
1530
+ ubicacion?: undefined;
1531
+ tipo_instalacion?: undefined;
1532
+ familia?: undefined;
1533
+ descripcion_gob?: undefined;
1534
+ solucion_para_vista_cliente?: undefined;
1535
+ colores?: undefined;
1536
+ };
1537
+ PACK: boolean;
1538
+ GRUPO: null;
1539
+ PAQUETE: boolean;
1540
+ ID_PRODUCTOS_PAQUETE: null;
1541
+ PRECIO: string;
1542
+ PRECIOS: null;
1543
+ FECHA_ALTA: null;
1544
+ R_GAMA: {
1545
+ PROPS: ({
1546
+ id: string;
1547
+ code: string;
1548
+ image: null;
1549
+ label: string;
1550
+ prefix: string;
1551
+ suffix: string;
1552
+ options: {
1553
+ image: null;
1554
+ label: string;
1555
+ value: string;
1556
+ condition: string;
1557
+ exclusive: boolean;
1558
+ }[];
1559
+ multiple: boolean;
1560
+ structure: never[];
1561
+ validators: {
1562
+ param: string;
1563
+ validator: string;
1564
+ }[];
1565
+ visibility: {
1566
+ form: boolean;
1567
+ roles: never[];
1568
+ detail: boolean;
1569
+ public: boolean;
1570
+ summary: boolean;
1571
+ condition?: undefined;
1572
+ };
1573
+ controlType: string;
1574
+ } | {
1575
+ id: string;
1576
+ code: string;
1577
+ image: null;
1578
+ label: string;
1579
+ prefix: string;
1580
+ suffix: string;
1581
+ options: {
1582
+ image: null;
1583
+ label: string;
1584
+ value: string;
1585
+ condition: string;
1586
+ exclusive: boolean;
1587
+ }[];
1588
+ multiple: boolean;
1589
+ structure: never[];
1590
+ validators: {
1591
+ param: string;
1592
+ validator: string;
1593
+ }[];
1594
+ visibility: {
1595
+ form: boolean;
1596
+ roles: never[];
1597
+ detail: boolean;
1598
+ public: boolean;
1599
+ summary: boolean;
1600
+ condition: string;
1601
+ };
1602
+ controlType: string;
1603
+ } | {
1604
+ id: string;
1605
+ code: string;
1606
+ image: null;
1607
+ label: string;
1608
+ prefix: string;
1609
+ suffix: string;
1610
+ options: {
1611
+ image: null;
1612
+ label: string;
1613
+ value: string;
1614
+ exclusive: boolean;
1615
+ }[];
1616
+ multiple: boolean;
1617
+ structure: never[];
1618
+ validators: never[];
1619
+ visibility: {
1620
+ form: boolean;
1621
+ roles: never[];
1622
+ detail: boolean;
1623
+ public: boolean;
1624
+ summary: boolean;
1625
+ condition: string;
1626
+ };
1627
+ controlType: string;
1628
+ })[];
1629
+ ID_GAMA?: undefined;
1630
+ NOMBRE?: undefined;
1631
+ };
1632
+ R_IMG: {
1633
+ ID_ARCHIVO: number;
1634
+ LOCATION: string;
1635
+ FILETYPE: string;
1636
+ }[];
1637
+ COD_ART_MVX?: undefined;
1638
+ ESTADO?: undefined;
1639
+ PUBLICO?: undefined;
1640
+ FECHA_CREADO?: undefined;
1641
+ UBICACION?: undefined;
1642
+ DETALLE_PACK?: undefined;
1643
+ R_ESTADO?: undefined;
1644
+ PROVEEDORES?: undefined;
1645
+ } | {
1646
+ ID_PRODUCTO: number;
1647
+ NOMBRE: string;
1648
+ DESCRIPCION: string;
1649
+ ID_GAMA: number;
1650
+ TAGS: null;
1651
+ PROPS: {
1652
+ gob: string;
1653
+ sku: string;
1654
+ alto: null;
1655
+ gama: string;
1656
+ ancho: null;
1657
+ marca: string;
1658
+ pitch: string;
1659
+ brillo: string;
1660
+ modelo: string;
1661
+ tamano: null;
1662
+ peso_kg: string;
1663
+ subgama: string;
1664
+ a_medida: boolean;
1665
+ material: string;
1666
+ ubicacion: string;
1667
+ uso_final: string;
1668
+ doble_cara: boolean;
1669
+ resolucion: null;
1670
+ subfamilia: string;
1671
+ interactivo: null;
1672
+ profundidad: null;
1673
+ proteccion_ip: string;
1674
+ tipo_servicio: string;
1675
+ consumo_medio_w: string;
1676
+ tipo_de_montaje: string;
1677
+ usos_habituales: never[];
1678
+ consumo_maximo_w: string;
1679
+ tipo_de_servicio: string;
1680
+ tipo_instalacion: string;
1681
+ sistema_operativo: string;
1682
+ colores_disponibles: string[];
1683
+ tasa_de_refresco_hz: string;
1684
+ tipo_de_instalacion: string;
1685
+ propositos_generales: string[];
1686
+ aplicacion_recomendada: string[];
1687
+ controladoras_compatibles: string[];
1688
+ compatible_videowall?: undefined;
1689
+ familia?: undefined;
1690
+ descripcion_gob?: undefined;
1691
+ solucion_para_vista_cliente?: undefined;
1692
+ colores?: undefined;
1693
+ };
1694
+ PACK: boolean;
1695
+ GRUPO: null;
1696
+ PAQUETE: boolean;
1697
+ ID_PRODUCTOS_PAQUETE: null;
1698
+ PRECIO: string;
1699
+ PRECIOS: null;
1700
+ FECHA_ALTA: null;
1701
+ R_GAMA: {
1702
+ PROPS: ({
1703
+ id: string;
1704
+ code: string;
1705
+ image: null;
1706
+ label: string;
1707
+ prefix: string;
1708
+ suffix: string;
1709
+ options: {
1710
+ image: null;
1711
+ label: string;
1712
+ value: string;
1713
+ condition: string;
1714
+ exclusive: boolean;
1715
+ }[];
1716
+ multiple: boolean;
1717
+ structure: never[];
1718
+ validators: {
1719
+ param: string;
1720
+ validator: string;
1721
+ }[];
1722
+ visibility: {
1723
+ form: boolean;
1724
+ roles: never[];
1725
+ detail: boolean;
1726
+ public: boolean;
1727
+ summary: boolean;
1728
+ condition?: undefined;
1729
+ };
1730
+ controlType: string;
1731
+ } | {
1732
+ id: string;
1733
+ code: string;
1734
+ image: null;
1735
+ label: string;
1736
+ prefix: string;
1737
+ suffix: string;
1738
+ options: {
1739
+ image: null;
1740
+ label: string;
1741
+ value: string;
1742
+ condition: string;
1743
+ exclusive: boolean;
1744
+ }[];
1745
+ multiple: boolean;
1746
+ structure: never[];
1747
+ validators: {
1748
+ param: string;
1749
+ validator: string;
1750
+ }[];
1751
+ visibility: {
1752
+ form: boolean;
1753
+ roles: never[];
1754
+ detail: boolean;
1755
+ public: boolean;
1756
+ summary: boolean;
1757
+ condition: string;
1758
+ };
1759
+ controlType: string;
1760
+ } | {
1761
+ id: string;
1762
+ code: string;
1763
+ image: null;
1764
+ label: string;
1765
+ prefix: string;
1766
+ suffix: string;
1767
+ options: {
1768
+ image: null;
1769
+ label: string;
1770
+ value: string;
1771
+ exclusive: boolean;
1772
+ }[];
1773
+ multiple: boolean;
1774
+ structure: never[];
1775
+ validators: never[];
1776
+ visibility: {
1777
+ form: boolean;
1778
+ roles: never[];
1779
+ detail: boolean;
1780
+ public: boolean;
1781
+ summary: boolean;
1782
+ condition: string;
1783
+ };
1784
+ controlType: string;
1785
+ })[];
1786
+ ID_GAMA?: undefined;
1787
+ NOMBRE?: undefined;
1788
+ };
1789
+ R_IMG: {
1790
+ ID_ARCHIVO: number;
1791
+ LOCATION: string;
1792
+ FILETYPE: string;
1793
+ }[];
1794
+ COD_ART_MVX?: undefined;
1795
+ ESTADO?: undefined;
1796
+ PUBLICO?: undefined;
1797
+ FECHA_CREADO?: undefined;
1798
+ UBICACION?: undefined;
1799
+ DETALLE_PACK?: undefined;
1800
+ R_ESTADO?: undefined;
1801
+ PROVEEDORES?: undefined;
1802
+ } | {
1803
+ ID_PRODUCTO: number;
1804
+ NOMBRE: string;
1805
+ DESCRIPCION: string;
1806
+ ID_GAMA: number;
1807
+ TAGS: null;
1808
+ PROPS: {
1809
+ gob?: undefined;
1810
+ sku?: undefined;
1811
+ alto?: undefined;
1812
+ gama?: undefined;
1813
+ ancho?: undefined;
1814
+ marca?: undefined;
1815
+ pitch?: undefined;
1816
+ brillo?: undefined;
1817
+ modelo?: undefined;
1818
+ tamano?: undefined;
1819
+ peso_kg?: undefined;
1820
+ subgama?: undefined;
1821
+ a_medida?: undefined;
1822
+ material?: undefined;
1823
+ ubicacion?: undefined;
1824
+ uso_final?: undefined;
1825
+ doble_cara?: undefined;
1826
+ resolucion?: undefined;
1827
+ subfamilia?: undefined;
1828
+ interactivo?: undefined;
1829
+ profundidad?: undefined;
1830
+ proteccion_ip?: undefined;
1831
+ tipo_servicio?: undefined;
1832
+ consumo_medio_w?: undefined;
1833
+ tipo_de_montaje?: undefined;
1834
+ usos_habituales?: undefined;
1835
+ consumo_maximo_w?: undefined;
1836
+ tipo_de_servicio?: undefined;
1837
+ tipo_instalacion?: undefined;
1838
+ sistema_operativo?: undefined;
1839
+ colores_disponibles?: undefined;
1840
+ tasa_de_refresco_hz?: undefined;
1841
+ tipo_de_instalacion?: undefined;
1842
+ propositos_generales?: undefined;
1843
+ aplicacion_recomendada?: undefined;
1844
+ controladoras_compatibles?: undefined;
1845
+ compatible_videowall?: undefined;
1846
+ familia?: undefined;
1847
+ descripcion_gob?: undefined;
1848
+ solucion_para_vista_cliente?: undefined;
1849
+ colores?: undefined;
1850
+ };
1851
+ PACK: boolean;
1852
+ GRUPO: null;
1853
+ PAQUETE: boolean;
1854
+ ID_PRODUCTOS_PAQUETE: null;
1855
+ PRECIO: string;
1856
+ PRECIOS: null;
1857
+ FECHA_ALTA: null;
1858
+ R_GAMA: {
1859
+ PROPS: ({
1860
+ id: string;
1861
+ code: string;
1862
+ image: null;
1863
+ label: string;
1864
+ prefix: string;
1865
+ suffix: string;
1866
+ options: {
1867
+ image: null;
1868
+ label: string;
1869
+ value: string;
1870
+ condition: string;
1871
+ exclusive: boolean;
1872
+ }[];
1873
+ multiple: boolean;
1874
+ structure: never[];
1875
+ validators: {
1876
+ param: string;
1877
+ validator: string;
1878
+ }[];
1879
+ visibility: {
1880
+ form: boolean;
1881
+ roles: never[];
1882
+ detail: boolean;
1883
+ public: boolean;
1884
+ summary: boolean;
1885
+ condition?: undefined;
1886
+ };
1887
+ controlType: string;
1888
+ } | {
1889
+ id: string;
1890
+ code: string;
1891
+ image: null;
1892
+ label: string;
1893
+ prefix: string;
1894
+ suffix: string;
1895
+ options: {
1896
+ image: null;
1897
+ label: string;
1898
+ value: string;
1899
+ condition: string;
1900
+ exclusive: boolean;
1901
+ }[];
1902
+ multiple: boolean;
1903
+ structure: never[];
1904
+ validators: {
1905
+ param: string;
1906
+ validator: string;
1907
+ }[];
1908
+ visibility: {
1909
+ form: boolean;
1910
+ roles: never[];
1911
+ detail: boolean;
1912
+ public: boolean;
1913
+ summary: boolean;
1914
+ condition: string;
1915
+ };
1916
+ controlType: string;
1917
+ } | {
1918
+ id: string;
1919
+ code: string;
1920
+ image: null;
1921
+ label: string;
1922
+ prefix: string;
1923
+ suffix: string;
1924
+ options: {
1925
+ image: null;
1926
+ label: string;
1927
+ value: string;
1928
+ exclusive: boolean;
1929
+ }[];
1930
+ multiple: boolean;
1931
+ structure: never[];
1932
+ validators: never[];
1933
+ visibility: {
1934
+ form: boolean;
1935
+ roles: never[];
1936
+ detail: boolean;
1937
+ public: boolean;
1938
+ summary: boolean;
1939
+ condition: string;
1940
+ };
1941
+ controlType: string;
1942
+ })[];
1943
+ ID_GAMA?: undefined;
1944
+ NOMBRE?: undefined;
1945
+ };
1946
+ R_IMG: ({
1947
+ ID_ARCHIVO: number;
1948
+ LOCATION: string;
1949
+ FILETYPE: string;
1950
+ } | {
1951
+ ID_ARCHIVO: number;
1952
+ LOCATION: null;
1953
+ FILETYPE: string;
1954
+ })[];
1955
+ COD_ART_MVX?: undefined;
1956
+ ESTADO?: undefined;
1957
+ PUBLICO?: undefined;
1958
+ FECHA_CREADO?: undefined;
1959
+ UBICACION?: undefined;
1960
+ DETALLE_PACK?: undefined;
1961
+ R_ESTADO?: undefined;
1962
+ PROVEEDORES?: undefined;
1963
+ } | {
1964
+ ID_PRODUCTO: number;
1965
+ NOMBRE: string;
1966
+ DESCRIPCION: string;
1967
+ ID_GAMA: number;
1968
+ TAGS: null;
1969
+ PROPS: {
1970
+ familia: string;
1971
+ resolucion: string;
1972
+ subfamilia: string;
1973
+ colores_disponibles: never[];
1974
+ aplicacion_recomendada: never[];
1975
+ controladoras_compatibles: never[];
1976
+ gob?: undefined;
1977
+ sku?: undefined;
1978
+ alto?: undefined;
1979
+ gama?: undefined;
1980
+ ancho?: undefined;
1981
+ marca?: undefined;
1982
+ pitch?: undefined;
1983
+ brillo?: undefined;
1984
+ modelo?: undefined;
1985
+ tamano?: undefined;
1986
+ peso_kg?: undefined;
1987
+ subgama?: undefined;
1988
+ a_medida?: undefined;
1989
+ material?: undefined;
1990
+ ubicacion?: undefined;
1991
+ uso_final?: undefined;
1992
+ doble_cara?: undefined;
1993
+ interactivo?: undefined;
1994
+ profundidad?: undefined;
1995
+ proteccion_ip?: undefined;
1996
+ tipo_servicio?: undefined;
1997
+ consumo_medio_w?: undefined;
1998
+ tipo_de_montaje?: undefined;
1999
+ usos_habituales?: undefined;
2000
+ consumo_maximo_w?: undefined;
2001
+ tipo_de_servicio?: undefined;
2002
+ tipo_instalacion?: undefined;
2003
+ sistema_operativo?: undefined;
2004
+ tasa_de_refresco_hz?: undefined;
2005
+ tipo_de_instalacion?: undefined;
2006
+ propositos_generales?: undefined;
2007
+ compatible_videowall?: undefined;
2008
+ descripcion_gob?: undefined;
2009
+ solucion_para_vista_cliente?: undefined;
2010
+ colores?: undefined;
2011
+ };
2012
+ PACK: boolean;
2013
+ GRUPO: null;
2014
+ PAQUETE: boolean;
2015
+ ID_PRODUCTOS_PAQUETE: null;
2016
+ PRECIO: string;
2017
+ PRECIOS: null;
2018
+ FECHA_ALTA: null;
2019
+ R_GAMA: {
2020
+ PROPS: ({
2021
+ id: string;
2022
+ code: string;
2023
+ image: null;
2024
+ label: string;
2025
+ prefix: string;
2026
+ suffix: string;
2027
+ options: {
2028
+ image: null;
2029
+ label: string;
2030
+ value: string;
2031
+ condition: string;
2032
+ exclusive: boolean;
2033
+ }[];
2034
+ multiple: boolean;
2035
+ structure: never[];
2036
+ validators: {
2037
+ param: string;
2038
+ validator: string;
2039
+ }[];
2040
+ visibility: {
2041
+ form: boolean;
2042
+ roles: never[];
2043
+ detail: boolean;
2044
+ public: boolean;
2045
+ summary: boolean;
2046
+ condition?: undefined;
2047
+ };
2048
+ controlType: string;
2049
+ } | {
2050
+ id: string;
2051
+ code: string;
2052
+ image: null;
2053
+ label: string;
2054
+ prefix: string;
2055
+ suffix: string;
2056
+ options: {
2057
+ image: null;
2058
+ label: string;
2059
+ value: string;
2060
+ condition: string;
2061
+ exclusive: boolean;
2062
+ }[];
2063
+ multiple: boolean;
2064
+ structure: never[];
2065
+ validators: {
2066
+ param: string;
2067
+ validator: string;
2068
+ }[];
2069
+ visibility: {
2070
+ form: boolean;
2071
+ roles: never[];
2072
+ detail: boolean;
2073
+ public: boolean;
2074
+ summary: boolean;
2075
+ condition: string;
2076
+ };
2077
+ controlType: string;
2078
+ } | {
2079
+ id: string;
2080
+ code: string;
2081
+ image: null;
2082
+ label: string;
2083
+ prefix: string;
2084
+ suffix: string;
2085
+ options: {
2086
+ image: null;
2087
+ label: string;
2088
+ value: string;
2089
+ exclusive: boolean;
2090
+ }[];
2091
+ multiple: boolean;
2092
+ structure: never[];
2093
+ validators: never[];
2094
+ visibility: {
2095
+ form: boolean;
2096
+ roles: never[];
2097
+ detail: boolean;
2098
+ public: boolean;
2099
+ summary: boolean;
2100
+ condition: string;
2101
+ };
2102
+ controlType: string;
2103
+ })[];
2104
+ ID_GAMA?: undefined;
2105
+ NOMBRE?: undefined;
2106
+ };
2107
+ R_IMG: {
2108
+ ID_ARCHIVO: number;
2109
+ LOCATION: string;
2110
+ FILETYPE: string;
2111
+ }[];
2112
+ COD_ART_MVX?: undefined;
2113
+ ESTADO?: undefined;
2114
+ PUBLICO?: undefined;
2115
+ FECHA_CREADO?: undefined;
2116
+ UBICACION?: undefined;
2117
+ DETALLE_PACK?: undefined;
2118
+ R_ESTADO?: undefined;
2119
+ PROVEEDORES?: undefined;
2120
+ } | {
2121
+ ID_PRODUCTO: number;
2122
+ NOMBRE: string;
2123
+ DESCRIPCION: string;
2124
+ ID_GAMA: number;
2125
+ TAGS: null;
2126
+ PROPS: {
2127
+ gob: string;
2128
+ sku: string;
2129
+ brillo: string;
2130
+ tamano: string;
2131
+ familia: string;
2132
+ uso_final: string;
2133
+ resolucion: string;
2134
+ subfamilia: string;
2135
+ descripcion_gob: string;
2136
+ tipo_de_servicio: string;
2137
+ colores_disponibles: string[];
2138
+ tipo_de_instalacion: string;
2139
+ aplicacion_recomendada: string[];
2140
+ controladoras_compatibles: string[];
2141
+ solucion_para_vista_cliente: string;
2142
+ alto?: undefined;
2143
+ gama?: undefined;
2144
+ ancho?: undefined;
2145
+ marca?: undefined;
2146
+ pitch?: undefined;
2147
+ modelo?: undefined;
2148
+ peso_kg?: undefined;
2149
+ subgama?: undefined;
2150
+ a_medida?: undefined;
2151
+ material?: undefined;
2152
+ ubicacion?: undefined;
2153
+ doble_cara?: undefined;
2154
+ interactivo?: undefined;
2155
+ profundidad?: undefined;
2156
+ proteccion_ip?: undefined;
2157
+ tipo_servicio?: undefined;
2158
+ consumo_medio_w?: undefined;
2159
+ tipo_de_montaje?: undefined;
2160
+ usos_habituales?: undefined;
2161
+ consumo_maximo_w?: undefined;
2162
+ tipo_instalacion?: undefined;
2163
+ sistema_operativo?: undefined;
2164
+ tasa_de_refresco_hz?: undefined;
2165
+ propositos_generales?: undefined;
2166
+ compatible_videowall?: undefined;
2167
+ colores?: undefined;
2168
+ };
2169
+ PACK: boolean;
2170
+ GRUPO: null;
2171
+ PAQUETE: boolean;
2172
+ ID_PRODUCTOS_PAQUETE: null;
2173
+ PRECIO: string;
2174
+ PRECIOS: null;
2175
+ FECHA_ALTA: null;
2176
+ R_GAMA: {
2177
+ PROPS: ({
2178
+ id: string;
2179
+ code: string;
2180
+ image: null;
2181
+ label: string;
2182
+ prefix: string;
2183
+ suffix: string;
2184
+ options: {
2185
+ image: null;
2186
+ label: string;
2187
+ value: string;
2188
+ condition: string;
2189
+ exclusive: boolean;
2190
+ }[];
2191
+ multiple: boolean;
2192
+ structure: never[];
2193
+ validators: {
2194
+ param: string;
2195
+ validator: string;
2196
+ }[];
2197
+ visibility: {
2198
+ form: boolean;
2199
+ roles: never[];
2200
+ detail: boolean;
2201
+ public: boolean;
2202
+ summary: boolean;
2203
+ condition?: undefined;
2204
+ };
2205
+ controlType: string;
2206
+ } | {
2207
+ id: string;
2208
+ code: string;
2209
+ image: null;
2210
+ label: string;
2211
+ prefix: string;
2212
+ suffix: string;
2213
+ options: {
2214
+ image: null;
2215
+ label: string;
2216
+ value: string;
2217
+ condition: string;
2218
+ exclusive: boolean;
2219
+ }[];
2220
+ multiple: boolean;
2221
+ structure: never[];
2222
+ validators: {
2223
+ param: string;
2224
+ validator: string;
2225
+ }[];
2226
+ visibility: {
2227
+ form: boolean;
2228
+ roles: never[];
2229
+ detail: boolean;
2230
+ public: boolean;
2231
+ summary: boolean;
2232
+ condition: string;
2233
+ };
2234
+ controlType: string;
2235
+ } | {
2236
+ id: string;
2237
+ code: string;
2238
+ image: null;
2239
+ label: string;
2240
+ prefix: string;
2241
+ suffix: string;
2242
+ options: {
2243
+ image: null;
2244
+ label: string;
2245
+ value: string;
2246
+ exclusive: boolean;
2247
+ }[];
2248
+ multiple: boolean;
2249
+ structure: never[];
2250
+ validators: never[];
2251
+ visibility: {
2252
+ form: boolean;
2253
+ roles: never[];
2254
+ detail: boolean;
2255
+ public: boolean;
2256
+ summary: boolean;
2257
+ condition: string;
2258
+ };
2259
+ controlType: string;
2260
+ })[];
2261
+ ID_GAMA?: undefined;
2262
+ NOMBRE?: undefined;
2263
+ };
2264
+ R_IMG: {
2265
+ ID_ARCHIVO: number;
2266
+ LOCATION: string;
2267
+ FILETYPE: string;
2268
+ }[];
2269
+ COD_ART_MVX?: undefined;
2270
+ ESTADO?: undefined;
2271
+ PUBLICO?: undefined;
2272
+ FECHA_CREADO?: undefined;
2273
+ UBICACION?: undefined;
2274
+ DETALLE_PACK?: undefined;
2275
+ R_ESTADO?: undefined;
2276
+ PROVEEDORES?: undefined;
2277
+ } | {
2278
+ ID_PRODUCTO: number;
2279
+ NOMBRE: string;
2280
+ DESCRIPCION: string;
2281
+ ID_GAMA: number;
2282
+ TAGS: null;
2283
+ PROPS: {
2284
+ gob: string;
2285
+ sku: string;
2286
+ brillo: string;
2287
+ tamano: string;
2288
+ colores: never[];
2289
+ familia: string;
2290
+ uso_final: string;
2291
+ resolucion: string;
2292
+ subfamilia: string;
2293
+ tipo_de_servicio: string;
2294
+ colores_disponibles: never[];
2295
+ aplicacion_recomendada: never[];
2296
+ controladoras_compatibles: string[];
2297
+ alto?: undefined;
2298
+ gama?: undefined;
2299
+ ancho?: undefined;
2300
+ marca?: undefined;
2301
+ pitch?: undefined;
2302
+ modelo?: undefined;
2303
+ peso_kg?: undefined;
2304
+ subgama?: undefined;
2305
+ a_medida?: undefined;
2306
+ material?: undefined;
2307
+ ubicacion?: undefined;
2308
+ doble_cara?: undefined;
2309
+ interactivo?: undefined;
2310
+ profundidad?: undefined;
2311
+ proteccion_ip?: undefined;
2312
+ tipo_servicio?: undefined;
2313
+ consumo_medio_w?: undefined;
2314
+ tipo_de_montaje?: undefined;
2315
+ usos_habituales?: undefined;
2316
+ consumo_maximo_w?: undefined;
2317
+ tipo_instalacion?: undefined;
2318
+ sistema_operativo?: undefined;
2319
+ tasa_de_refresco_hz?: undefined;
2320
+ tipo_de_instalacion?: undefined;
2321
+ propositos_generales?: undefined;
2322
+ compatible_videowall?: undefined;
2323
+ descripcion_gob?: undefined;
2324
+ solucion_para_vista_cliente?: undefined;
2325
+ };
2326
+ PACK: boolean;
2327
+ GRUPO: null;
2328
+ PAQUETE: boolean;
2329
+ ID_PRODUCTOS_PAQUETE: null;
2330
+ PRECIO: string;
2331
+ PRECIOS: null;
2332
+ FECHA_ALTA: null;
2333
+ R_GAMA: {
2334
+ PROPS: ({
2335
+ id: string;
2336
+ code: string;
2337
+ image: null;
2338
+ label: string;
2339
+ prefix: string;
2340
+ suffix: string;
2341
+ options: {
2342
+ image: null;
2343
+ label: string;
2344
+ value: string;
2345
+ condition: string;
2346
+ exclusive: boolean;
2347
+ }[];
2348
+ multiple: boolean;
2349
+ structure: never[];
2350
+ validators: {
2351
+ param: string;
2352
+ validator: string;
2353
+ }[];
2354
+ visibility: {
2355
+ form: boolean;
2356
+ roles: never[];
2357
+ detail: boolean;
2358
+ public: boolean;
2359
+ summary: boolean;
2360
+ condition?: undefined;
2361
+ };
2362
+ controlType: string;
2363
+ } | {
2364
+ id: string;
2365
+ code: string;
2366
+ image: null;
2367
+ label: string;
2368
+ prefix: string;
2369
+ suffix: string;
2370
+ options: {
2371
+ image: null;
2372
+ label: string;
2373
+ value: string;
2374
+ condition: string;
2375
+ exclusive: boolean;
2376
+ }[];
2377
+ multiple: boolean;
2378
+ structure: never[];
2379
+ validators: {
2380
+ param: string;
2381
+ validator: string;
2382
+ }[];
2383
+ visibility: {
2384
+ form: boolean;
2385
+ roles: never[];
2386
+ detail: boolean;
2387
+ public: boolean;
2388
+ summary: boolean;
2389
+ condition: string;
2390
+ };
2391
+ controlType: string;
2392
+ } | {
2393
+ id: string;
2394
+ code: string;
2395
+ image: null;
2396
+ label: string;
2397
+ prefix: string;
2398
+ suffix: string;
2399
+ options: {
2400
+ image: null;
2401
+ label: string;
2402
+ value: string;
2403
+ exclusive: boolean;
2404
+ }[];
2405
+ multiple: boolean;
2406
+ structure: never[];
2407
+ validators: never[];
2408
+ visibility: {
2409
+ form: boolean;
2410
+ roles: never[];
2411
+ detail: boolean;
2412
+ public: boolean;
2413
+ summary: boolean;
2414
+ condition: string;
2415
+ };
2416
+ controlType: string;
2417
+ })[];
2418
+ ID_GAMA?: undefined;
2419
+ NOMBRE?: undefined;
2420
+ };
2421
+ R_IMG: {
2422
+ ID_ARCHIVO: number;
2423
+ LOCATION: string;
2424
+ FILETYPE: string;
2425
+ }[];
2426
+ COD_ART_MVX?: undefined;
2427
+ ESTADO?: undefined;
2428
+ PUBLICO?: undefined;
2429
+ FECHA_CREADO?: undefined;
2430
+ UBICACION?: undefined;
2431
+ DETALLE_PACK?: undefined;
2432
+ R_ESTADO?: undefined;
2433
+ PROVEEDORES?: undefined;
2434
+ })[];
2435
+ //# sourceMappingURL=mock-products.d.ts.map