@win2win/shared-ui 0.2.19 → 0.2.20

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,978 @@
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
+ };
46
+ PUBLICO: boolean;
47
+ PRECIO: string;
48
+ FECHA_ALTA: string;
49
+ FECHA_CREADO: string;
50
+ UBICACION: null;
51
+ DETALLE_PACK: {
52
+ ID_PRODUCTO_DETALLE_PACK: number;
53
+ ID_PRODUCTO_PACK: number;
54
+ ID_PRODUCTO_DETALLE: number;
55
+ CANTIDAD: number;
56
+ DESCUENTO: string;
57
+ PROPS: {
58
+ alto: string;
59
+ ancho: string;
60
+ };
61
+ PRINCIPAL: boolean;
62
+ DETALLE: {
63
+ ID_PRODUCTO: number;
64
+ NOMBRE: string;
65
+ };
66
+ }[];
67
+ R_GAMA: {
68
+ ID_GAMA: number;
69
+ NOMBRE: string;
70
+ PROPS: ({
71
+ id: string;
72
+ code: string;
73
+ image: null;
74
+ label: string;
75
+ prefix: string;
76
+ suffix: string;
77
+ options: {
78
+ image: null;
79
+ label: string;
80
+ value: string;
81
+ condition: string;
82
+ exclusive: boolean;
83
+ }[];
84
+ multiple: boolean;
85
+ structure: never[];
86
+ validators: {
87
+ param: string;
88
+ validator: string;
89
+ }[];
90
+ visibility: {
91
+ form: boolean;
92
+ roles: never[];
93
+ detail: boolean;
94
+ public: boolean;
95
+ summary: boolean;
96
+ condition?: undefined;
97
+ };
98
+ controlType: string;
99
+ } | {
100
+ id: string;
101
+ code: string;
102
+ image: null;
103
+ label: string;
104
+ prefix: string;
105
+ suffix: string;
106
+ options: {
107
+ image: null;
108
+ label: string;
109
+ value: string;
110
+ condition: string;
111
+ exclusive: boolean;
112
+ }[];
113
+ multiple: boolean;
114
+ structure: never[];
115
+ validators: {
116
+ param: string;
117
+ validator: string;
118
+ }[];
119
+ visibility: {
120
+ form: boolean;
121
+ roles: never[];
122
+ detail: boolean;
123
+ public: boolean;
124
+ summary: boolean;
125
+ condition: string;
126
+ };
127
+ controlType: string;
128
+ } | {
129
+ id: string;
130
+ code: string;
131
+ image: null;
132
+ label: string;
133
+ prefix: string;
134
+ suffix: string;
135
+ options: {
136
+ image: null;
137
+ label: string;
138
+ value: string;
139
+ exclusive: boolean;
140
+ }[];
141
+ multiple: boolean;
142
+ structure: never[];
143
+ validators: never[];
144
+ visibility: {
145
+ form: boolean;
146
+ roles: never[];
147
+ detail: boolean;
148
+ public: boolean;
149
+ summary: boolean;
150
+ condition: string;
151
+ };
152
+ controlType: string;
153
+ })[];
154
+ };
155
+ R_IMG: ({
156
+ ID_ARCHIVO: number;
157
+ LOCATION: string;
158
+ FILETYPE: string;
159
+ PUBLICO: boolean;
160
+ PRINCIPAL: boolean;
161
+ POSICION: null;
162
+ } | {
163
+ ID_ARCHIVO: number;
164
+ LOCATION: string;
165
+ FILETYPE: string;
166
+ PUBLICO: boolean;
167
+ PRINCIPAL: boolean;
168
+ POSICION: number;
169
+ })[];
170
+ R_ESTADO: {
171
+ ID_ESTADO: string;
172
+ NAME: string;
173
+ COLOR: string;
174
+ CODE: string;
175
+ };
176
+ PROVEEDORES: never[];
177
+ } | {
178
+ ID_PRODUCTO: number;
179
+ COD_ART_MVX: string;
180
+ NOMBRE: string;
181
+ DESCRIPCION: string;
182
+ ESTADO: string;
183
+ PROPS: {
184
+ gama: string;
185
+ subgama: string;
186
+ ubicacion: string;
187
+ usos_habituales: never[];
188
+ colores_disponibles: never[];
189
+ propositos_generales: never[];
190
+ controladoras_compatibles: never[];
191
+ gob?: undefined;
192
+ sku?: undefined;
193
+ alto?: undefined;
194
+ ancho?: undefined;
195
+ marca?: undefined;
196
+ pitch?: undefined;
197
+ brillo?: undefined;
198
+ modelo?: undefined;
199
+ tamano?: undefined;
200
+ peso_kg?: undefined;
201
+ a_medida?: undefined;
202
+ material?: undefined;
203
+ uso_final?: undefined;
204
+ doble_cara?: undefined;
205
+ resolucion?: undefined;
206
+ subfamilia?: undefined;
207
+ interactivo?: undefined;
208
+ profundidad?: undefined;
209
+ proteccion_ip?: undefined;
210
+ tipo_servicio?: undefined;
211
+ consumo_medio_w?: undefined;
212
+ tipo_de_montaje?: undefined;
213
+ consumo_maximo_w?: undefined;
214
+ tipo_de_servicio?: undefined;
215
+ tipo_instalacion?: undefined;
216
+ sistema_operativo?: undefined;
217
+ tasa_de_refresco_hz?: undefined;
218
+ tipo_de_instalacion?: undefined;
219
+ aplicacion_recomendada?: undefined;
220
+ compatible_videowall?: undefined;
221
+ };
222
+ PUBLICO: boolean;
223
+ PRECIO: string;
224
+ FECHA_ALTA: string;
225
+ FECHA_CREADO: string;
226
+ UBICACION: null;
227
+ DETALLE_PACK: never[];
228
+ R_GAMA: {
229
+ ID_GAMA: number;
230
+ NOMBRE: string;
231
+ PROPS: ({
232
+ id: string;
233
+ code: string;
234
+ image: null;
235
+ label: string;
236
+ prefix: string;
237
+ suffix: string;
238
+ options: {
239
+ image: null;
240
+ label: string;
241
+ value: string;
242
+ condition: string;
243
+ exclusive: boolean;
244
+ }[];
245
+ multiple: boolean;
246
+ structure: never[];
247
+ validators: {
248
+ param: string;
249
+ validator: string;
250
+ }[];
251
+ visibility: {
252
+ form: boolean;
253
+ roles: never[];
254
+ detail: boolean;
255
+ public: boolean;
256
+ summary: boolean;
257
+ condition?: undefined;
258
+ };
259
+ controlType: string;
260
+ } | {
261
+ id: string;
262
+ code: string;
263
+ image: null;
264
+ label: string;
265
+ prefix: string;
266
+ suffix: string;
267
+ options: {
268
+ image: null;
269
+ label: string;
270
+ value: string;
271
+ condition: string;
272
+ exclusive: boolean;
273
+ }[];
274
+ multiple: boolean;
275
+ structure: never[];
276
+ validators: {
277
+ param: string;
278
+ validator: string;
279
+ }[];
280
+ visibility: {
281
+ form: boolean;
282
+ roles: never[];
283
+ detail: boolean;
284
+ public: boolean;
285
+ summary: boolean;
286
+ condition: string;
287
+ };
288
+ controlType: string;
289
+ } | {
290
+ id: string;
291
+ code: string;
292
+ image: null;
293
+ label: string;
294
+ prefix: string;
295
+ suffix: string;
296
+ options: {
297
+ image: null;
298
+ label: string;
299
+ value: string;
300
+ exclusive: boolean;
301
+ }[];
302
+ multiple: boolean;
303
+ structure: never[];
304
+ validators: never[];
305
+ visibility: {
306
+ form: boolean;
307
+ roles: never[];
308
+ detail: boolean;
309
+ public: boolean;
310
+ summary: boolean;
311
+ condition: string;
312
+ };
313
+ controlType: string;
314
+ })[];
315
+ };
316
+ R_IMG: never[];
317
+ R_ESTADO: {
318
+ ID_ESTADO: string;
319
+ NAME: string;
320
+ COLOR: string;
321
+ CODE: string;
322
+ };
323
+ PROVEEDORES: never[];
324
+ } | {
325
+ ID_PRODUCTO: number;
326
+ COD_ART_MVX: string;
327
+ NOMBRE: string;
328
+ DESCRIPCION: string;
329
+ ESTADO: string;
330
+ PROPS: {
331
+ gob?: undefined;
332
+ sku?: undefined;
333
+ alto?: undefined;
334
+ gama?: undefined;
335
+ ancho?: undefined;
336
+ marca?: undefined;
337
+ pitch?: undefined;
338
+ brillo?: undefined;
339
+ modelo?: undefined;
340
+ tamano?: undefined;
341
+ peso_kg?: undefined;
342
+ subgama?: undefined;
343
+ a_medida?: undefined;
344
+ material?: undefined;
345
+ ubicacion?: undefined;
346
+ uso_final?: undefined;
347
+ doble_cara?: undefined;
348
+ resolucion?: undefined;
349
+ subfamilia?: undefined;
350
+ interactivo?: undefined;
351
+ profundidad?: undefined;
352
+ proteccion_ip?: undefined;
353
+ tipo_servicio?: undefined;
354
+ consumo_medio_w?: undefined;
355
+ tipo_de_montaje?: undefined;
356
+ usos_habituales?: undefined;
357
+ consumo_maximo_w?: undefined;
358
+ tipo_de_servicio?: undefined;
359
+ tipo_instalacion?: undefined;
360
+ sistema_operativo?: undefined;
361
+ colores_disponibles?: undefined;
362
+ tasa_de_refresco_hz?: undefined;
363
+ tipo_de_instalacion?: undefined;
364
+ propositos_generales?: undefined;
365
+ aplicacion_recomendada?: undefined;
366
+ controladoras_compatibles?: undefined;
367
+ compatible_videowall?: undefined;
368
+ };
369
+ PUBLICO: boolean;
370
+ PRECIO: string;
371
+ FECHA_ALTA: string;
372
+ FECHA_CREADO: string;
373
+ UBICACION: null;
374
+ DETALLE_PACK: never[];
375
+ R_GAMA: {
376
+ ID_GAMA: number;
377
+ NOMBRE: string;
378
+ PROPS: ({
379
+ id: string;
380
+ code: string;
381
+ image: null;
382
+ label: string;
383
+ prefix: string;
384
+ suffix: string;
385
+ options: {
386
+ image: null;
387
+ label: string;
388
+ value: string;
389
+ condition: string;
390
+ exclusive: boolean;
391
+ }[];
392
+ multiple: boolean;
393
+ structure: never[];
394
+ validators: {
395
+ param: string;
396
+ validator: string;
397
+ }[];
398
+ visibility: {
399
+ form: boolean;
400
+ roles: never[];
401
+ detail: boolean;
402
+ public: boolean;
403
+ summary: boolean;
404
+ condition?: undefined;
405
+ };
406
+ controlType: string;
407
+ } | {
408
+ id: string;
409
+ code: string;
410
+ image: null;
411
+ label: string;
412
+ prefix: string;
413
+ suffix: string;
414
+ options: {
415
+ image: null;
416
+ label: string;
417
+ value: string;
418
+ condition: string;
419
+ exclusive: boolean;
420
+ }[];
421
+ multiple: boolean;
422
+ structure: never[];
423
+ validators: {
424
+ param: string;
425
+ validator: string;
426
+ }[];
427
+ visibility: {
428
+ form: boolean;
429
+ roles: never[];
430
+ detail: boolean;
431
+ public: boolean;
432
+ summary: boolean;
433
+ condition: string;
434
+ };
435
+ controlType: string;
436
+ } | {
437
+ id: string;
438
+ code: string;
439
+ image: null;
440
+ label: string;
441
+ prefix: string;
442
+ suffix: string;
443
+ options: {
444
+ image: null;
445
+ label: string;
446
+ value: string;
447
+ exclusive: boolean;
448
+ }[];
449
+ multiple: boolean;
450
+ structure: never[];
451
+ validators: never[];
452
+ visibility: {
453
+ form: boolean;
454
+ roles: never[];
455
+ detail: boolean;
456
+ public: boolean;
457
+ summary: boolean;
458
+ condition: string;
459
+ };
460
+ controlType: string;
461
+ })[];
462
+ };
463
+ R_IMG: ({
464
+ ID_ARCHIVO: number;
465
+ LOCATION: string;
466
+ FILETYPE: string;
467
+ PUBLICO: boolean;
468
+ PRINCIPAL: boolean;
469
+ POSICION: number;
470
+ } | {
471
+ ID_ARCHIVO: number;
472
+ LOCATION: string;
473
+ FILETYPE: string;
474
+ PUBLICO: boolean;
475
+ PRINCIPAL: boolean;
476
+ POSICION: null;
477
+ })[];
478
+ R_ESTADO: {
479
+ ID_ESTADO: string;
480
+ NAME: string;
481
+ COLOR: string;
482
+ CODE: string;
483
+ };
484
+ PROVEEDORES: never[];
485
+ } | {
486
+ ID_PRODUCTO: number;
487
+ COD_ART_MVX: string;
488
+ NOMBRE: string;
489
+ DESCRIPCION: string;
490
+ ESTADO: string;
491
+ PROPS: {
492
+ gama: string;
493
+ subgama: string;
494
+ doble_cara: boolean;
495
+ usos_habituales: never[];
496
+ colores_disponibles: never[];
497
+ propositos_generales: never[];
498
+ controladoras_compatibles: never[];
499
+ gob?: undefined;
500
+ sku?: undefined;
501
+ alto?: undefined;
502
+ ancho?: undefined;
503
+ marca?: undefined;
504
+ pitch?: undefined;
505
+ brillo?: undefined;
506
+ modelo?: undefined;
507
+ tamano?: undefined;
508
+ peso_kg?: undefined;
509
+ a_medida?: undefined;
510
+ material?: undefined;
511
+ ubicacion?: undefined;
512
+ uso_final?: undefined;
513
+ resolucion?: undefined;
514
+ subfamilia?: undefined;
515
+ interactivo?: undefined;
516
+ profundidad?: undefined;
517
+ proteccion_ip?: undefined;
518
+ tipo_servicio?: undefined;
519
+ consumo_medio_w?: undefined;
520
+ tipo_de_montaje?: undefined;
521
+ consumo_maximo_w?: undefined;
522
+ tipo_de_servicio?: undefined;
523
+ tipo_instalacion?: undefined;
524
+ sistema_operativo?: undefined;
525
+ tasa_de_refresco_hz?: undefined;
526
+ tipo_de_instalacion?: undefined;
527
+ aplicacion_recomendada?: undefined;
528
+ compatible_videowall?: undefined;
529
+ };
530
+ PUBLICO: boolean;
531
+ PRECIO: string;
532
+ FECHA_ALTA: string;
533
+ FECHA_CREADO: string;
534
+ UBICACION: null;
535
+ DETALLE_PACK: never[];
536
+ R_GAMA: {
537
+ ID_GAMA: number;
538
+ NOMBRE: string;
539
+ PROPS: ({
540
+ id: string;
541
+ code: string;
542
+ image: null;
543
+ label: string;
544
+ prefix: string;
545
+ suffix: string;
546
+ options: {
547
+ image: null;
548
+ label: string;
549
+ value: string;
550
+ condition: string;
551
+ exclusive: boolean;
552
+ }[];
553
+ multiple: boolean;
554
+ structure: never[];
555
+ validators: {
556
+ param: string;
557
+ validator: string;
558
+ }[];
559
+ visibility: {
560
+ form: boolean;
561
+ roles: never[];
562
+ detail: boolean;
563
+ public: boolean;
564
+ summary: boolean;
565
+ condition?: undefined;
566
+ };
567
+ controlType: string;
568
+ } | {
569
+ id: string;
570
+ code: string;
571
+ image: null;
572
+ label: string;
573
+ prefix: string;
574
+ suffix: string;
575
+ options: {
576
+ image: null;
577
+ label: string;
578
+ value: string;
579
+ condition: string;
580
+ exclusive: boolean;
581
+ }[];
582
+ multiple: boolean;
583
+ structure: never[];
584
+ validators: {
585
+ param: string;
586
+ validator: string;
587
+ }[];
588
+ visibility: {
589
+ form: boolean;
590
+ roles: never[];
591
+ detail: boolean;
592
+ public: boolean;
593
+ summary: boolean;
594
+ condition: string;
595
+ };
596
+ controlType: string;
597
+ } | {
598
+ id: string;
599
+ code: string;
600
+ image: null;
601
+ label: string;
602
+ prefix: string;
603
+ suffix: string;
604
+ options: {
605
+ image: null;
606
+ label: string;
607
+ value: string;
608
+ exclusive: boolean;
609
+ }[];
610
+ multiple: boolean;
611
+ structure: never[];
612
+ validators: never[];
613
+ visibility: {
614
+ form: boolean;
615
+ roles: never[];
616
+ detail: boolean;
617
+ public: boolean;
618
+ summary: boolean;
619
+ condition: string;
620
+ };
621
+ controlType: string;
622
+ })[];
623
+ };
624
+ R_IMG: {
625
+ ID_ARCHIVO: number;
626
+ LOCATION: string;
627
+ FILETYPE: string;
628
+ PUBLICO: boolean;
629
+ PRINCIPAL: boolean;
630
+ POSICION: number;
631
+ }[];
632
+ R_ESTADO: {
633
+ ID_ESTADO: string;
634
+ NAME: string;
635
+ COLOR: string;
636
+ CODE: string;
637
+ };
638
+ PROVEEDORES: never[];
639
+ } | {
640
+ ID_PRODUCTO: number;
641
+ COD_ART_MVX: string;
642
+ NOMBRE: string;
643
+ DESCRIPCION: string;
644
+ ESTADO: string;
645
+ PROPS: {
646
+ gob: string;
647
+ sku: string;
648
+ alto: string;
649
+ gama: string;
650
+ ancho: string;
651
+ marca: string;
652
+ pitch: string;
653
+ brillo: string;
654
+ modelo: string;
655
+ tamano: null;
656
+ peso_kg: string;
657
+ subgama: string;
658
+ a_medida: boolean;
659
+ material: string;
660
+ uso_final: string;
661
+ doble_cara: null;
662
+ resolucion: null;
663
+ subfamilia: string;
664
+ interactivo: string;
665
+ profundidad: string;
666
+ proteccion_ip: string;
667
+ tipo_servicio: null;
668
+ consumo_medio_w: string;
669
+ tipo_de_montaje: string;
670
+ usos_habituales: never[];
671
+ consumo_maximo_w: string;
672
+ tipo_de_servicio: string;
673
+ sistema_operativo: string;
674
+ colores_disponibles: string[];
675
+ tasa_de_refresco_hz: string;
676
+ tipo_de_instalacion: string;
677
+ compatible_videowall: boolean;
678
+ propositos_generales: never[];
679
+ aplicacion_recomendada: string[];
680
+ controladoras_compatibles: string[];
681
+ ubicacion?: undefined;
682
+ tipo_instalacion?: undefined;
683
+ };
684
+ PUBLICO: boolean;
685
+ PRECIO: string;
686
+ FECHA_ALTA: null;
687
+ FECHA_CREADO: string;
688
+ UBICACION: null;
689
+ DETALLE_PACK: {
690
+ ID_PRODUCTO_DETALLE_PACK: number;
691
+ ID_PRODUCTO_PACK: number;
692
+ ID_PRODUCTO_DETALLE: number;
693
+ CANTIDAD: number;
694
+ DESCUENTO: string;
695
+ PROPS: {
696
+ alto: string;
697
+ ancho: string;
698
+ };
699
+ PRINCIPAL: boolean;
700
+ DETALLE: {
701
+ ID_PRODUCTO: number;
702
+ NOMBRE: string;
703
+ };
704
+ }[];
705
+ R_GAMA: {
706
+ ID_GAMA: number;
707
+ NOMBRE: string;
708
+ PROPS: ({
709
+ id: string;
710
+ code: string;
711
+ image: null;
712
+ label: string;
713
+ prefix: string;
714
+ suffix: string;
715
+ options: {
716
+ image: null;
717
+ label: string;
718
+ value: string;
719
+ condition: string;
720
+ exclusive: boolean;
721
+ }[];
722
+ multiple: boolean;
723
+ structure: never[];
724
+ validators: {
725
+ param: string;
726
+ validator: string;
727
+ }[];
728
+ visibility: {
729
+ form: boolean;
730
+ roles: never[];
731
+ detail: boolean;
732
+ public: boolean;
733
+ summary: boolean;
734
+ condition?: undefined;
735
+ };
736
+ controlType: string;
737
+ } | {
738
+ id: string;
739
+ code: string;
740
+ image: null;
741
+ label: string;
742
+ prefix: string;
743
+ suffix: string;
744
+ options: {
745
+ image: null;
746
+ label: string;
747
+ value: string;
748
+ condition: string;
749
+ exclusive: boolean;
750
+ }[];
751
+ multiple: boolean;
752
+ structure: never[];
753
+ validators: {
754
+ param: string;
755
+ validator: string;
756
+ }[];
757
+ visibility: {
758
+ form: boolean;
759
+ roles: never[];
760
+ detail: boolean;
761
+ public: boolean;
762
+ summary: boolean;
763
+ condition: string;
764
+ };
765
+ controlType: string;
766
+ } | {
767
+ id: string;
768
+ code: string;
769
+ image: null;
770
+ label: string;
771
+ prefix: string;
772
+ suffix: string;
773
+ options: {
774
+ image: null;
775
+ label: string;
776
+ value: string;
777
+ exclusive: boolean;
778
+ }[];
779
+ multiple: boolean;
780
+ structure: never[];
781
+ validators: never[];
782
+ visibility: {
783
+ form: boolean;
784
+ roles: never[];
785
+ detail: boolean;
786
+ public: boolean;
787
+ summary: boolean;
788
+ condition: string;
789
+ };
790
+ controlType: string;
791
+ })[];
792
+ };
793
+ R_IMG: {
794
+ ID_ARCHIVO: number;
795
+ LOCATION: string;
796
+ FILETYPE: string;
797
+ PUBLICO: boolean;
798
+ PRINCIPAL: boolean;
799
+ POSICION: number;
800
+ }[];
801
+ R_ESTADO: {
802
+ ID_ESTADO: string;
803
+ NAME: string;
804
+ COLOR: string;
805
+ CODE: string;
806
+ };
807
+ PROVEEDORES: never[];
808
+ } | {
809
+ ID_PRODUCTO: number;
810
+ COD_ART_MVX: string;
811
+ NOMBRE: string;
812
+ DESCRIPCION: string;
813
+ ESTADO: string;
814
+ PROPS: {
815
+ gob: string;
816
+ sku: string;
817
+ alto: null;
818
+ gama: string;
819
+ ancho: null;
820
+ marca: string;
821
+ pitch: string;
822
+ brillo: string;
823
+ modelo: string;
824
+ tamano: null;
825
+ peso_kg: string;
826
+ subgama: string;
827
+ a_medida: boolean;
828
+ material: string;
829
+ ubicacion: string;
830
+ uso_final: string;
831
+ doble_cara: boolean;
832
+ resolucion: null;
833
+ subfamilia: string;
834
+ interactivo: null;
835
+ profundidad: null;
836
+ proteccion_ip: string;
837
+ tipo_servicio: string;
838
+ consumo_medio_w: string;
839
+ tipo_de_montaje: string;
840
+ usos_habituales: never[];
841
+ consumo_maximo_w: string;
842
+ tipo_de_servicio: string;
843
+ tipo_instalacion: string;
844
+ sistema_operativo: string;
845
+ colores_disponibles: string[];
846
+ tasa_de_refresco_hz: string;
847
+ tipo_de_instalacion: string;
848
+ propositos_generales: string[];
849
+ aplicacion_recomendada: string[];
850
+ controladoras_compatibles: string[];
851
+ compatible_videowall?: undefined;
852
+ };
853
+ PUBLICO: boolean;
854
+ PRECIO: string;
855
+ FECHA_ALTA: null;
856
+ FECHA_CREADO: string;
857
+ UBICACION: null;
858
+ DETALLE_PACK: {
859
+ ID_PRODUCTO_DETALLE_PACK: number;
860
+ ID_PRODUCTO_PACK: number;
861
+ ID_PRODUCTO_DETALLE: number;
862
+ CANTIDAD: number;
863
+ DESCUENTO: string;
864
+ PROPS: {
865
+ alto: string;
866
+ ancho: string;
867
+ };
868
+ PRINCIPAL: boolean;
869
+ DETALLE: {
870
+ ID_PRODUCTO: number;
871
+ NOMBRE: string;
872
+ };
873
+ }[];
874
+ R_GAMA: {
875
+ ID_GAMA: number;
876
+ NOMBRE: string;
877
+ PROPS: ({
878
+ id: string;
879
+ code: string;
880
+ image: null;
881
+ label: string;
882
+ prefix: string;
883
+ suffix: string;
884
+ options: {
885
+ image: null;
886
+ label: string;
887
+ value: string;
888
+ condition: string;
889
+ exclusive: boolean;
890
+ }[];
891
+ multiple: boolean;
892
+ structure: never[];
893
+ validators: {
894
+ param: string;
895
+ validator: string;
896
+ }[];
897
+ visibility: {
898
+ form: boolean;
899
+ roles: never[];
900
+ detail: boolean;
901
+ public: boolean;
902
+ summary: boolean;
903
+ condition?: undefined;
904
+ };
905
+ controlType: string;
906
+ } | {
907
+ id: string;
908
+ code: string;
909
+ image: null;
910
+ label: string;
911
+ prefix: string;
912
+ suffix: string;
913
+ options: {
914
+ image: null;
915
+ label: string;
916
+ value: string;
917
+ condition: string;
918
+ exclusive: boolean;
919
+ }[];
920
+ multiple: boolean;
921
+ structure: never[];
922
+ validators: {
923
+ param: string;
924
+ validator: string;
925
+ }[];
926
+ visibility: {
927
+ form: boolean;
928
+ roles: never[];
929
+ detail: boolean;
930
+ public: boolean;
931
+ summary: boolean;
932
+ condition: string;
933
+ };
934
+ controlType: string;
935
+ } | {
936
+ id: string;
937
+ code: string;
938
+ image: null;
939
+ label: string;
940
+ prefix: string;
941
+ suffix: string;
942
+ options: {
943
+ image: null;
944
+ label: string;
945
+ value: string;
946
+ exclusive: boolean;
947
+ }[];
948
+ multiple: boolean;
949
+ structure: never[];
950
+ validators: never[];
951
+ visibility: {
952
+ form: boolean;
953
+ roles: never[];
954
+ detail: boolean;
955
+ public: boolean;
956
+ summary: boolean;
957
+ condition: string;
958
+ };
959
+ controlType: string;
960
+ })[];
961
+ };
962
+ R_IMG: {
963
+ ID_ARCHIVO: number;
964
+ LOCATION: string;
965
+ FILETYPE: string;
966
+ PUBLICO: boolean;
967
+ PRINCIPAL: boolean;
968
+ POSICION: number;
969
+ }[];
970
+ R_ESTADO: {
971
+ ID_ESTADO: string;
972
+ NAME: string;
973
+ COLOR: string;
974
+ CODE: string;
975
+ };
976
+ PROVEEDORES: never[];
977
+ })[];
978
+ //# sourceMappingURL=mock-products.d.ts.map