@win2win/shared-ui 0.3.238 → 0.3.239

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 (302) hide show
  1. package/dist/_virtual/ProductPrice.js +4 -0
  2. package/dist/_virtual/_commonjsHelpers.js +4 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  4. package/dist/_virtual/archivo.js +4 -0
  5. package/dist/_virtual/canal-props.js +4 -0
  6. package/dist/_virtual/captacion.js +4 -0
  7. package/dist/_virtual/captacion2.js +4 -0
  8. package/dist/_virtual/comision.js +4 -0
  9. package/dist/_virtual/conditions.js +4 -0
  10. package/dist/_virtual/control-types.js +4 -0
  11. package/dist/_virtual/countries.js +4 -0
  12. package/dist/_virtual/estado-effect.js +4 -0
  13. package/dist/_virtual/estado-rule.js +4 -0
  14. package/dist/_virtual/estado.js +4 -0
  15. package/dist/_virtual/flag.js +4 -0
  16. package/dist/_virtual/formatters.js +4 -0
  17. package/dist/_virtual/gama.js +4 -0
  18. package/dist/_virtual/garantia.js +4 -0
  19. package/dist/_virtual/iban.js +4 -0
  20. package/dist/_virtual/id.js +4 -0
  21. package/dist/_virtual/import_schema.js +4 -0
  22. package/dist/_virtual/importacion.js +4 -0
  23. package/dist/_virtual/index.js +4 -0
  24. package/dist/_virtual/index10.js +4 -0
  25. package/dist/_virtual/index11.js +4 -0
  26. package/dist/_virtual/index12.js +4 -0
  27. package/dist/_virtual/index13.js +4 -0
  28. package/dist/_virtual/index14.js +4 -0
  29. package/dist/_virtual/index15.js +4 -0
  30. package/dist/_virtual/index16.js +4 -0
  31. package/dist/_virtual/index17.js +4 -0
  32. package/dist/_virtual/index18.js +4 -0
  33. package/dist/_virtual/index2.js +4 -0
  34. package/dist/_virtual/index3.js +4 -0
  35. package/dist/_virtual/index4.js +4 -0
  36. package/dist/_virtual/index5.js +4 -0
  37. package/dist/_virtual/index6.js +4 -0
  38. package/dist/_virtual/index7.js +4 -0
  39. package/dist/_virtual/index8.js +4 -0
  40. package/dist/_virtual/index9.js +4 -0
  41. package/dist/_virtual/item-liquidable.js +4 -0
  42. package/dist/_virtual/landing.js +4 -0
  43. package/dist/_virtual/languages.js +4 -0
  44. package/dist/_virtual/layout.js +4 -0
  45. package/dist/_virtual/layout2.js +4 -0
  46. package/dist/_virtual/liquidacion.js +4 -0
  47. package/dist/_virtual/liquidaciones.js +4 -0
  48. package/dist/_virtual/llamada.js +4 -0
  49. package/dist/_virtual/lodash.js +4 -0
  50. package/dist/_virtual/mappers.js +4 -0
  51. package/dist/_virtual/notificacion.js +4 -0
  52. package/dist/_virtual/options.js +4 -0
  53. package/dist/_virtual/page_sections.js +4 -0
  54. package/dist/_virtual/partner.js +4 -0
  55. package/dist/_virtual/pedido.js +4 -0
  56. package/dist/_virtual/perfiles.js +4 -0
  57. package/dist/_virtual/permisos.js +4 -0
  58. package/dist/_virtual/producto.js +4 -0
  59. package/dist/_virtual/producto2.js +4 -0
  60. package/dist/_virtual/query-params.js +4 -0
  61. package/dist/_virtual/regla.js +4 -0
  62. package/dist/_virtual/resultado.js +4 -0
  63. package/dist/_virtual/seguimiento.js +4 -0
  64. package/dist/_virtual/shared-types.js +4 -0
  65. package/dist/_virtual/shared.js +4 -0
  66. package/dist/_virtual/timestamp.js +4 -0
  67. package/dist/_virtual/validators.js +4 -0
  68. package/dist/_virtual/validators2.js +4 -0
  69. package/dist/_virtual/visibility.js +4 -0
  70. package/dist/components/Common/Button.vue.js +52 -0
  71. package/dist/components/Common/Button.vue2.js +4 -0
  72. package/dist/components/Common/Card.vue.js +7 -0
  73. package/dist/components/Common/Card.vue2.js +66 -0
  74. package/dist/components/Common/DynamicCarousel.vue.js +102 -0
  75. package/dist/components/Common/DynamicCarousel.vue3.js +5 -0
  76. package/dist/components/Common/FlagsIcons.vue.js +7 -0
  77. package/dist/components/Common/FlagsIcons.vue2.js +45 -0
  78. package/dist/components/Common/GeneratingError.vue.js +25 -0
  79. package/dist/components/Common/GeneratingError.vue2.js +4 -0
  80. package/dist/components/Common/GeneratingLoader.vue.js +25 -0
  81. package/dist/components/Common/GeneratingLoader.vue2.js +4 -0
  82. package/dist/components/Common/IconButton.vue.js +7 -0
  83. package/dist/components/Common/IconButton.vue2.js +97 -0
  84. package/dist/components/Common/IndicatorColor.vue.js +7 -0
  85. package/dist/components/Common/IndicatorColor.vue2.js +20 -0
  86. package/dist/components/Common/MenuButton.vue.js +91 -0
  87. package/dist/components/Common/MenuButton.vue2.js +4 -0
  88. package/dist/components/Common/SectionSpinner.vue.js +7 -0
  89. package/dist/components/Common/SectionSpinner.vue2.js +36 -0
  90. package/dist/components/Common/StateIndicator.vue.js +7 -0
  91. package/dist/components/Common/StateIndicator.vue2.js +41 -0
  92. package/dist/components/index.d.ts +16 -0
  93. package/dist/components/index.d.ts.map +1 -0
  94. package/dist/components/pdf/DomSection.vue.js +19 -0
  95. package/dist/components/pdf/DomSection.vue2.js +4 -0
  96. package/dist/components/pdf/PdfContainer.vue.js +7 -0
  97. package/dist/components/pdf/PdfContainer.vue2.js +102 -0
  98. package/dist/components/pdf/SectionWrapper.vue.js +33 -0
  99. package/dist/components/pdf/SectionWrapper.vue2.js +4 -0
  100. package/dist/components/pdf/SectionsContainer.vue.js +9 -0
  101. package/dist/components/pdf/SectionsContainer.vue2.js +56 -0
  102. package/dist/components/pdf/SectionsContainer.vue3.js +6 -0
  103. package/dist/components/pdf/helpers.js +23 -0
  104. package/dist/components/pdf/sections/Card.vue.js +9 -0
  105. package/dist/components/pdf/sections/Card.vue2.js +52 -0
  106. package/dist/components/pdf/sections/Card.vue3.js +12 -0
  107. package/dist/components/pdf/sections/CardGridSection.vue.js +9 -0
  108. package/dist/components/pdf/sections/CardGridSection.vue2.js +30 -0
  109. package/dist/components/pdf/sections/CardGridSection.vue3.js +6 -0
  110. package/dist/components/pdf/sections/ImageSection.vue.js +9 -0
  111. package/dist/components/pdf/sections/ImageSection.vue2.js +26 -0
  112. package/dist/components/pdf/sections/ImageSection.vue3.js +6 -0
  113. package/dist/components/pdf/sections/RadioButtonsSection.vue.js +7 -0
  114. package/dist/components/pdf/sections/RadioButtonsSection.vue2.js +43 -0
  115. package/dist/components/pdf/sections/SignatureSection.vue.js +7 -0
  116. package/dist/components/pdf/sections/SignatureSection.vue2.js +115 -0
  117. package/dist/components/pdf/sections/TableSection.vue.js +9 -0
  118. package/dist/components/pdf/sections/TableSection.vue2.js +49 -0
  119. package/dist/components/pdf/sections/TableSection.vue3.js +6 -0
  120. package/dist/components/pdf/sections/TextSection.vue.js +9 -0
  121. package/dist/components/pdf/sections/TextSection.vue2.js +135 -0
  122. package/dist/components/pdf/sections/TextSection.vue3.js +11 -0
  123. package/dist/components/pdf/sections/useData.js +8 -0
  124. package/dist/components/widgets/broker-card/BrokerCard.vue.js +7 -0
  125. package/dist/components/widgets/broker-card/BrokerCard.vue2.js +171 -0
  126. package/dist/components/widgets/broker-card/components/BrokerProps.vue.js +7 -0
  127. package/dist/components/widgets/broker-card/components/BrokerProps.vue2.js +117 -0
  128. package/dist/components/widgets/broker-card/mock-data.js +452 -0
  129. package/dist/components/widgets/broker-card/mock-props.js +273 -0
  130. package/dist/components/widgets/broker-card/schema.js +11 -0
  131. package/dist/components/widgets/broker-detail/BrokerDetail.vue.js +7 -0
  132. package/dist/components/widgets/broker-detail/BrokerDetail.vue2.js +174 -0
  133. package/dist/components/widgets/broker-detail/components/BrokertActions.vue.js +7 -0
  134. package/dist/components/widgets/broker-detail/components/BrokertActions.vue2.js +31 -0
  135. package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue.js +7 -0
  136. package/dist/components/widgets/broker-detail/components/ImagesMiniature.vue2.js +90 -0
  137. package/dist/components/widgets/broker-detail/mock-data.js +227 -0
  138. package/dist/components/widgets/broker-detail/mock-props.js +12 -0
  139. package/dist/components/widgets/broker-detail/schema.js +10 -0
  140. package/dist/components/widgets/broker-detail/useContext.js +32 -0
  141. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.js +7 -0
  142. package/dist/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue2.js +249 -0
  143. package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue.js +36 -0
  144. package/dist/components/widgets/linvermedia-product-card/components/PublicToggleButton.vue2.js +4 -0
  145. package/dist/components/widgets/linvermedia-product-card/mock-data.js +1121 -0
  146. package/dist/components/widgets/linvermedia-product-card/mock-props.js +20 -0
  147. package/dist/components/widgets/linvermedia-product-card/schema.js +13 -0
  148. package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue.js +7 -0
  149. package/dist/components/widgets/linvermedia-product-detail/LinvermediaProductDetail.vue2.js +151 -0
  150. package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue.js +7 -0
  151. package/dist/components/widgets/linvermedia-product-detail/components/ImagesMiniature.vue2.js +90 -0
  152. package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue.js +9 -0
  153. package/dist/components/widgets/linvermedia-product-detail/components/ProductConfiguration.vue2.js +147 -0
  154. package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue.js +37 -0
  155. package/dist/components/widgets/linvermedia-product-detail/components/ProductCustomizableIndicator.vue2.js +4 -0
  156. package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue.js +7 -0
  157. package/dist/components/widgets/linvermedia-product-detail/components/ProductDetallePack.vue2.js +61 -0
  158. package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue.js +7 -0
  159. package/dist/components/widgets/linvermedia-product-detail/components/ProductImageHeader.vue2.js +56 -0
  160. package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue.js +21 -0
  161. package/dist/components/widgets/linvermedia-product-detail/components/ProductLongDescription.vue2.js +4 -0
  162. package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue.js +7 -0
  163. package/dist/components/widgets/linvermedia-product-detail/components/ProductShopcartActions.vue2.js +91 -0
  164. package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue.js +20 -0
  165. package/dist/components/widgets/linvermedia-product-detail/components/ProductShortDescription.vue2.js +4 -0
  166. package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue.js +7 -0
  167. package/dist/components/widgets/linvermedia-product-detail/components/PublicImageButton.vue2.js +49 -0
  168. package/dist/components/widgets/linvermedia-product-detail/mock-data.js +1005 -0
  169. package/dist/components/widgets/linvermedia-product-detail/mock-props.js +12 -0
  170. package/dist/components/widgets/linvermedia-product-detail/schema.js +11 -0
  171. package/dist/components/widgets/linvermedia-product-detail/useContext.js +43 -0
  172. package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue.js +7 -0
  173. package/dist/components/widgets/linvermedia-solicitud-card/LinvermediaSolicitudCard.vue2.js +74 -0
  174. package/dist/components/widgets/linvermedia-solicitud-card/mock-data.js +580 -0
  175. package/dist/components/widgets/linvermedia-solicitud-card/mock-props.js +8 -0
  176. package/dist/components/widgets/linvermedia-solicitud-card/schema.js +5 -0
  177. package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue.js +7 -0
  178. package/dist/components/widgets/perdm-telephony-product-detail/PerdmTelephonyProductDetail.vue2.js +263 -0
  179. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue.js +21 -0
  180. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductLongDescription.vue2.js +4 -0
  181. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue.js +20 -0
  182. package/dist/components/widgets/perdm-telephony-product-detail/components/ProductShortDescription.vue2.js +4 -0
  183. package/dist/components/widgets/perdm-telephony-product-detail/mock-data.js +1187 -0
  184. package/dist/components/widgets/perdm-telephony-product-detail/mock-props.js +12 -0
  185. package/dist/components/widgets/perdm-telephony-product-detail/schema.js +11 -0
  186. package/dist/components/widgets/perdm-telephony-product-detail/useContext.js +41 -0
  187. package/dist/components/widgets/shared/LinvermediaGamaProps.js +1688 -0
  188. package/dist/components/widgets/shared/PerdmTelephonyGamaProps.js +1688 -0
  189. package/dist/components/widgets/shared/ProductPrice.vue.js +7 -0
  190. package/dist/components/widgets/shared/ProductPrice.vue2.js +84 -0
  191. package/dist/components/widgets/shared/ProductProps.vue.js +294 -0
  192. package/dist/components/widgets/shared/ProductProps.vue2.js +4 -0
  193. package/dist/components/widgets/shared/ProductTag.vue.js +7 -0
  194. package/dist/components/widgets/shared/ProductTag.vue2.js +38 -0
  195. package/dist/components/widgets/shared/helpers.js +52 -0
  196. package/dist/components/widgets/shared/schema.js +17 -0
  197. package/dist/components/widgets/shared/useWidgetEvent.js +13 -0
  198. package/dist/components/widgets/telephony-card/TelephonyCard.vue.js +7 -0
  199. package/dist/components/widgets/telephony-card/TelephonyCard.vue2.js +292 -0
  200. package/dist/components/widgets/telephony-card/mock-data.js +1197 -0
  201. package/dist/components/widgets/telephony-card/mock-props.js +400 -0
  202. package/dist/components/widgets/telephony-card/schema.js +22 -0
  203. package/dist/components/widgets/telmex-card/TelmexCard.vue.js +7 -0
  204. package/dist/components/widgets/telmex-card/TelmexCard.vue2.js +232 -0
  205. package/dist/components/widgets/telmex-card/mock-data.js +1545 -0
  206. package/dist/components/widgets/telmex-card/mock-props.js +1332 -0
  207. package/dist/components/widgets/telmex-card/schema.js +22 -0
  208. package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue.js +7 -0
  209. package/dist/components/widgets/telmex-product-detail/TelmexProductDetail.vue2.js +648 -0
  210. package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue.js +7 -0
  211. package/dist/components/widgets/telmex-product-detail/components/ProductInfo.vue2.js +316 -0
  212. package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue.js +21 -0
  213. package/dist/components/widgets/telmex-product-detail/components/ProductLongDescription.vue2.js +4 -0
  214. package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue.js +20 -0
  215. package/dist/components/widgets/telmex-product-detail/components/ProductShortDescription.vue2.js +4 -0
  216. package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue.js +7 -0
  217. package/dist/components/widgets/telmex-product-detail/components/TotalOrder.vue2.js +52 -0
  218. package/dist/components/widgets/telmex-product-detail/mock-data.js +1561 -0
  219. package/dist/components/widgets/telmex-product-detail/mock-props.js +10 -0
  220. package/dist/components/widgets/telmex-product-detail/schema.js +11 -0
  221. package/dist/components/widgets/telmex-product-detail/useContext.js +41 -0
  222. package/dist/components.js +31 -0
  223. package/dist/composables/fetching/fetchUniqFactory.js +21 -0
  224. package/dist/composables/fetching/fetchUniqProvider.js +15 -0
  225. package/dist/composables/fetching/types.js +11 -0
  226. package/dist/composables/fetching/useFetch.js +40 -0
  227. package/dist/composables/fetching/useFetchPages.js +101 -0
  228. package/dist/composables/useDragAndDrop.js +65 -0
  229. package/dist/composables/utils.js +11 -0
  230. package/dist/composables.js +17 -0
  231. package/dist/index.js +58 -0
  232. package/dist/node_modules/@win2win/shared/dist/consts/countries.js +1082 -0
  233. package/dist/node_modules/@win2win/shared/dist/consts/index.js +26 -0
  234. package/dist/node_modules/@win2win/shared/dist/consts/languages.js +173 -0
  235. package/dist/node_modules/@win2win/shared/dist/consts/perfiles/index.js +18 -0
  236. package/dist/node_modules/@win2win/shared/dist/consts/perfiles/perfiles.js +38 -0
  237. package/dist/node_modules/@win2win/shared/dist/consts/permisos/index.js +18 -0
  238. package/dist/node_modules/@win2win/shared/dist/consts/permisos/permisos.js +129 -0
  239. package/dist/node_modules/@win2win/shared/dist/consts/visitas/index.js +18 -0
  240. package/dist/node_modules/@win2win/shared/dist/consts/visitas/resultado.js +40 -0
  241. package/dist/node_modules/@win2win/shared/dist/enums/captacion.js +14 -0
  242. package/dist/node_modules/@win2win/shared/dist/enums/garantia.js +10 -0
  243. package/dist/node_modules/@win2win/shared/dist/enums/importacion.js +10 -0
  244. package/dist/node_modules/@win2win/shared/dist/enums/index.js +32 -0
  245. package/dist/node_modules/@win2win/shared/dist/enums/liquidacion.js +18 -0
  246. package/dist/node_modules/@win2win/shared/dist/enums/notificacion.js +10 -0
  247. package/dist/node_modules/@win2win/shared/dist/enums/pedido.js +10 -0
  248. package/dist/node_modules/@win2win/shared/dist/enums/producto.js +22 -0
  249. package/dist/node_modules/@win2win/shared/dist/enums/shared.js +10 -0
  250. package/dist/node_modules/@win2win/shared/dist/helpers/ProductPrice.js +61 -0
  251. package/dist/node_modules/@win2win/shared/dist/helpers/formatters.js +76 -0
  252. package/dist/node_modules/@win2win/shared/dist/helpers/index.js +22 -0
  253. package/dist/node_modules/@win2win/shared/dist/helpers/validators.js +15 -0
  254. package/dist/node_modules/@win2win/shared/dist/index.js +24 -0
  255. package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/canal-props.js +5 -0
  256. package/dist/node_modules/@win2win/shared/dist/interfaces/escaparates/index.js +18 -0
  257. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-effect.js +10 -0
  258. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado-rule.js +23 -0
  259. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/estado.js +5 -0
  260. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/flag.js +10 -0
  261. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/index.js +26 -0
  262. package/dist/node_modules/@win2win/shared/dist/interfaces/estados/llamada.js +18 -0
  263. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/import_schema.js +5 -0
  264. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/index.js +20 -0
  265. package/dist/node_modules/@win2win/shared/dist/interfaces/importaciones/layout.js +7 -0
  266. package/dist/node_modules/@win2win/shared/dist/interfaces/index.js +34 -0
  267. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/index.js +20 -0
  268. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/landing.js +5 -0
  269. package/dist/node_modules/@win2win/shared/dist/interfaces/landings/page_sections.js +270 -0
  270. package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/index.js +18 -0
  271. package/dist/node_modules/@win2win/shared/dist/interfaces/layout_documentos/layout.js +15 -0
  272. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/comision.js +11 -0
  273. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/index.js +24 -0
  274. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/item-liquidable.js +5 -0
  275. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/liquidaciones.js +10 -0
  276. package/dist/node_modules/@win2win/shared/dist/interfaces/liquidaciones/regla.js +27 -0
  277. package/dist/node_modules/@win2win/shared/dist/interfaces/props/conditions.js +7 -0
  278. package/dist/node_modules/@win2win/shared/dist/interfaces/props/control-types.js +27 -0
  279. package/dist/node_modules/@win2win/shared/dist/interfaces/props/index.js +28 -0
  280. package/dist/node_modules/@win2win/shared/dist/interfaces/props/mappers.js +5 -0
  281. package/dist/node_modules/@win2win/shared/dist/interfaces/props/options.js +5 -0
  282. package/dist/node_modules/@win2win/shared/dist/interfaces/props/validators.js +85 -0
  283. package/dist/node_modules/@win2win/shared/dist/interfaces/props/visibility.js +5 -0
  284. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/archivo.js +5 -0
  285. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/captacion.js +5 -0
  286. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/gama.js +5 -0
  287. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/index.js +28 -0
  288. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/partner.js +5 -0
  289. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/producto.js +5 -0
  290. package/dist/node_modules/@win2win/shared/dist/interfaces/raw_entities/seguimiento.js +17 -0
  291. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/id.js +5 -0
  292. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/index.js +24 -0
  293. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/query-params.js +5 -0
  294. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/shared-types.js +5 -0
  295. package/dist/node_modules/@win2win/shared/dist/interfaces/shared/timestamp.js +10 -0
  296. package/dist/node_modules/better-dni/dist/index.js +67 -0
  297. package/dist/node_modules/iban/iban.js +114 -0
  298. package/dist/node_modules/lodash/lodash.js +3676 -0
  299. package/dist/widgets.js +154 -0
  300. package/package.json +21 -5
  301. package/dist/w2w-shared-ui.js +0 -26029
  302. package/dist/w2w-shared-ui.umd.cjs +0 -48
@@ -0,0 +1,1688 @@
1
+ const e = [
2
+ {
3
+ id: "2d1db14c-3540-4f6a-8069-b840126ee29a",
4
+ code: "gama",
5
+ image: null,
6
+ label: "Gama",
7
+ prefix: "",
8
+ suffix: "",
9
+ options: [
10
+ {
11
+ image: null,
12
+ label: "Pantalla LED modular",
13
+ value: "pantallas_led_modulares",
14
+ condition: "",
15
+ exclusive: !1
16
+ },
17
+ {
18
+ image: null,
19
+ label: "Tótems",
20
+ value: "totems",
21
+ condition: "",
22
+ exclusive: !1
23
+ },
24
+ {
25
+ image: null,
26
+ label: "Pantallas LCD",
27
+ value: "pantallas_lcd",
28
+ condition: "",
29
+ exclusive: !1
30
+ },
31
+ {
32
+ image: null,
33
+ label: "Banderola",
34
+ value: "banderola",
35
+ condition: "",
36
+ exclusive: !1
37
+ },
38
+ {
39
+ image: null,
40
+ label: "Soportes y estructuras",
41
+ value: "soportes_y_estructuras",
42
+ condition: "",
43
+ exclusive: !1
44
+ },
45
+ {
46
+ image: null,
47
+ label: "Controladoras",
48
+ value: "controladoras",
49
+ condition: "",
50
+ exclusive: !1
51
+ }
52
+ ],
53
+ multiple: !1,
54
+ structure: [],
55
+ validators: [
56
+ {
57
+ param: "",
58
+ validator: "required"
59
+ }
60
+ ],
61
+ visibility: {
62
+ form: !0,
63
+ roles: [],
64
+ detail: !0,
65
+ public: !1,
66
+ summary: !0
67
+ },
68
+ controlType: "select"
69
+ },
70
+ {
71
+ id: "472aec6d-c5f2-40a2-9c6c-c8d3aab7a1ee",
72
+ code: "subgama",
73
+ image: null,
74
+ label: "Subgama",
75
+ prefix: "",
76
+ suffix: "",
77
+ options: [
78
+ {
79
+ image: null,
80
+ label: "LED",
81
+ value: "led",
82
+ condition: `(values) => {
83
+ if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }`,
84
+ exclusive: !1
85
+ },
86
+ {
87
+ image: null,
88
+ label: "LCD",
89
+ value: "lcd",
90
+ condition: "(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",
91
+ exclusive: !1
92
+ },
93
+ {
94
+ image: null,
95
+ label: "QLED",
96
+ value: "qled",
97
+ condition: "(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",
98
+ exclusive: !1
99
+ },
100
+ {
101
+ image: null,
102
+ label: "Estandar",
103
+ value: "estandar",
104
+ condition: "(values) => { if(['controladoras', 'soportes_y_estructuras'].includes(values.gama)) return false; return true }",
105
+ exclusive: !1
106
+ },
107
+ {
108
+ image: null,
109
+ label: "Barras de Colgado y Apilado LED",
110
+ value: "barras_de_colgado_y_apilado_led",
111
+ condition: "(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",
112
+ exclusive: !1
113
+ },
114
+ {
115
+ image: null,
116
+ label: "Soportes de Suelo (para LCD o LED)",
117
+ value: "soportes_de_suelo_para_lcd_o_led",
118
+ condition: "(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",
119
+ exclusive: !1
120
+ },
121
+ {
122
+ image: null,
123
+ label: "Soportes de Techo (para LCD o LED)",
124
+ value: "soportes_de_techo_para_lcd_o_led",
125
+ condition: "(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",
126
+ exclusive: !1
127
+ },
128
+ {
129
+ image: null,
130
+ label: "Accesorios de Montaje ( elementos como adaptadores, conectores, etc.)",
131
+ value: "accesorios_de_montaje_elementos_como_adaptadores_conectores_etc",
132
+ condition: "(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",
133
+ exclusive: !1
134
+ },
135
+ {
136
+ image: null,
137
+ label: "Controladoras Síncronas / Procesadores de Vídeo",
138
+ value: "controladoras_sincronas_procesadores_de_video",
139
+ condition: "(values) => { if(['controladoras'].includes(values.gama)) return true; return false }",
140
+ exclusive: !1
141
+ },
142
+ {
143
+ image: null,
144
+ label: "Controladoras Asíncronas / Reproductores Multimedia",
145
+ value: "controladoras_asincronas_reproductores_multimedia",
146
+ condition: "(values) => { if(['controladoras'].includes(values.gama)) return true; return false }",
147
+ exclusive: !1
148
+ },
149
+ {
150
+ image: null,
151
+ label: "Accesorios de Transporte y Almacenamiento",
152
+ value: "accesorios_de_transporte_y_almacenamiento",
153
+ condition: "(values) => { if(['soportes_y_estructuras'].includes(values.gama)) return true; return false }",
154
+ exclusive: !1
155
+ }
156
+ ],
157
+ multiple: !1,
158
+ structure: [],
159
+ validators: [
160
+ {
161
+ param: "",
162
+ validator: "required"
163
+ }
164
+ ],
165
+ visibility: {
166
+ form: !0,
167
+ roles: [],
168
+ detail: !0,
169
+ public: !1,
170
+ summary: !0,
171
+ condition: ""
172
+ },
173
+ controlType: "select"
174
+ },
175
+ {
176
+ id: "4600b4e5-2205-4f46-8677-175e6a82c793",
177
+ code: "resolucion",
178
+ image: null,
179
+ label: "Resolución",
180
+ prefix: "",
181
+ suffix: "",
182
+ options: [
183
+ {
184
+ image: null,
185
+ label: "HD Alta Definición 1280×720 p",
186
+ value: "hd_alta_definicion_1280_720_p",
187
+ condition: "",
188
+ exclusive: !1
189
+ },
190
+ {
191
+ image: null,
192
+ label: "FULL HD 1920×1080 p",
193
+ value: "full_hd_1920_1080_p",
194
+ condition: "",
195
+ exclusive: !1
196
+ },
197
+ {
198
+ image: null,
199
+ label: "4K (o 4K UHD / Ultra HD) (3840×2160 p)",
200
+ value: "4_k_o_4_k_uhd_ultra_hd_3840_2160_p",
201
+ condition: "",
202
+ exclusive: !1
203
+ }
204
+ ],
205
+ multiple: !1,
206
+ structure: [],
207
+ validators: [],
208
+ visibility: {
209
+ form: !0,
210
+ roles: [],
211
+ detail: !0,
212
+ public: !1,
213
+ summary: !0,
214
+ condition: "(values) => { if(values.subgama === 'lcd') return true; return false}"
215
+ },
216
+ controlType: "select"
217
+ },
218
+ {
219
+ id: "0bbc8ab1-8753-4e76-b123-5e1454d60df8",
220
+ code: "ubicacion",
221
+ image: null,
222
+ label: "Ubicación",
223
+ prefix: "",
224
+ suffix: "",
225
+ options: [
226
+ {
227
+ image: null,
228
+ label: "Interior",
229
+ value: "interior",
230
+ condition: "",
231
+ exclusive: !1
232
+ },
233
+ {
234
+ image: null,
235
+ label: "Exterior",
236
+ value: "exterior",
237
+ condition: "",
238
+ exclusive: !1
239
+ },
240
+ {
241
+ image: null,
242
+ label: "Escaparate",
243
+ value: "escaparate",
244
+ condition: "",
245
+ exclusive: !1
246
+ },
247
+ {
248
+ image: null,
249
+ label: "LED Modular",
250
+ value: "led_modular",
251
+ condition: "",
252
+ exclusive: !1
253
+ },
254
+ {
255
+ image: null,
256
+ label: "Panel Led Modular",
257
+ value: "panel_led_modular",
258
+ condition: "",
259
+ exclusive: !1
260
+ }
261
+ ],
262
+ multiple: !1,
263
+ structure: [],
264
+ validators: [],
265
+ visibility: {
266
+ form: !0,
267
+ roles: [],
268
+ detail: !0,
269
+ public: !1,
270
+ summary: !0
271
+ },
272
+ controlType: "select"
273
+ },
274
+ {
275
+ id: "13cc490d-fbb8-4b2a-adc9-d4f949d99649",
276
+ code: "gob",
277
+ image: null,
278
+ label: "GOB",
279
+ prefix: "",
280
+ suffix: "",
281
+ options: [
282
+ {
283
+ image: null,
284
+ label: "Si",
285
+ value: "si",
286
+ condition: "",
287
+ exclusive: !1
288
+ }
289
+ ],
290
+ multiple: !1,
291
+ structure: [],
292
+ validators: [],
293
+ visibility: {
294
+ form: !0,
295
+ roles: [],
296
+ detail: !0,
297
+ public: !1,
298
+ summary: !0,
299
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
300
+ },
301
+ controlType: "select"
302
+ },
303
+ {
304
+ id: "17e11c52-6ab1-453e-9cc9-7f11604af1ae",
305
+ code: "tipo_servicio",
306
+ image: null,
307
+ label: "Conexiones y acceso a componentes",
308
+ prefix: "",
309
+ suffix: "",
310
+ options: [
311
+ {
312
+ image: null,
313
+ label: "Front",
314
+ value: "front",
315
+ condition: "(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",
316
+ exclusive: !1
317
+ },
318
+ {
319
+ image: null,
320
+ label: "Back",
321
+ value: "back",
322
+ condition: "(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",
323
+ exclusive: !1
324
+ },
325
+ {
326
+ image: null,
327
+ label: "Full Front",
328
+ value: "full_front",
329
+ condition: "(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",
330
+ exclusive: !1
331
+ },
332
+ {
333
+ image: null,
334
+ label: "Integrado",
335
+ value: "integrado",
336
+ condition: "(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",
337
+ exclusive: !1
338
+ },
339
+ {
340
+ image: null,
341
+ label: "Front & Back",
342
+ value: "front_back",
343
+ condition: "(values) => { if(['led','qled','estandar'].includes(values.subgama)) return true; return false; }",
344
+ exclusive: !1
345
+ },
346
+ {
347
+ image: null,
348
+ label: "Parte trasera",
349
+ value: "parte_trasera",
350
+ condition: "(values) => { if(['lcd'].includes(values.subgama)) return true; return false; }",
351
+ exclusive: !1
352
+ }
353
+ ],
354
+ multiple: !1,
355
+ structure: [],
356
+ validators: [],
357
+ visibility: {
358
+ form: !0,
359
+ roles: [],
360
+ detail: !0,
361
+ public: !1,
362
+ summary: !0,
363
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
364
+ },
365
+ controlType: "select"
366
+ },
367
+ {
368
+ id: "f23bcaee-bd3b-4c5b-a3bb-94f6e4c228a4",
369
+ code: "controladoras_compatibles",
370
+ image: null,
371
+ label: "Controladoras compatibles",
372
+ prefix: "",
373
+ suffix: "",
374
+ options: [
375
+ {
376
+ image: null,
377
+ label: "Novastar VX400",
378
+ value: "novastar_vx_400",
379
+ exclusive: !1
380
+ },
381
+ {
382
+ image: null,
383
+ label: "Novastar VX600",
384
+ value: "novastar_vx_600",
385
+ exclusive: !1
386
+ },
387
+ {
388
+ image: null,
389
+ label: "Novastar VX1000",
390
+ value: "novastar_vx_1000",
391
+ exclusive: !1
392
+ },
393
+ {
394
+ image: null,
395
+ label: "Taurus TB2",
396
+ value: "taurus_tb_2",
397
+ exclusive: !1
398
+ },
399
+ {
400
+ image: null,
401
+ label: "Taurus TB30",
402
+ value: "taurus_tb_30",
403
+ exclusive: !1
404
+ },
405
+ {
406
+ image: null,
407
+ label: "Taurus TB40",
408
+ value: "taurus_tb_40",
409
+ exclusive: !1
410
+ },
411
+ {
412
+ image: null,
413
+ label: "Taurus TB60",
414
+ value: "taurus_tb_60",
415
+ exclusive: !1
416
+ },
417
+ {
418
+ image: null,
419
+ label: "Integrado",
420
+ value: "integrado",
421
+ exclusive: !1
422
+ },
423
+ {
424
+ image: null,
425
+ label: "No",
426
+ value: "no",
427
+ exclusive: !1
428
+ }
429
+ ],
430
+ multiple: !0,
431
+ structure: [],
432
+ validators: [],
433
+ visibility: {
434
+ form: !0,
435
+ roles: [],
436
+ detail: !0,
437
+ public: !1,
438
+ summary: !0,
439
+ condition: "(values) => { if(['pantallas_led_modulares','totems','banderola'].includes(values.gama)) return true; return false; }"
440
+ },
441
+ controlType: "select"
442
+ },
443
+ {
444
+ id: "b7bae16c-6c4b-4615-9fb0-dc5390fcefa4",
445
+ code: "sku",
446
+ image: null,
447
+ label: "SKU",
448
+ prefix: "",
449
+ suffix: "",
450
+ options: [],
451
+ multiple: !1,
452
+ structure: [],
453
+ validators: [],
454
+ visibility: {
455
+ form: !0,
456
+ roles: [],
457
+ detail: !0,
458
+ public: !1,
459
+ summary: !0
460
+ },
461
+ controlType: "input_text"
462
+ },
463
+ {
464
+ id: "57a64362-9c0f-4343-8c9e-3becdebea0da",
465
+ code: "serie",
466
+ image: null,
467
+ label: "Serie",
468
+ prefix: "",
469
+ suffix: "",
470
+ options: [
471
+ {
472
+ image: null,
473
+ label: "Hanging Bar",
474
+ value: "hanging_bar",
475
+ condition: "",
476
+ exclusive: !1
477
+ },
478
+ {
479
+ image: null,
480
+ label: "Novastar VX",
481
+ value: "novastar_vx",
482
+ condition: "",
483
+ exclusive: !1
484
+ },
485
+ {
486
+ image: null,
487
+ label: "Novastar Taurus",
488
+ value: "novastar_taurus",
489
+ condition: "",
490
+ exclusive: !1
491
+ }
492
+ ],
493
+ multiple: !1,
494
+ structure: [],
495
+ validators: [],
496
+ visibility: {
497
+ form: !0,
498
+ roles: [],
499
+ detail: !0,
500
+ public: !1,
501
+ summary: !0,
502
+ condition: "(values) => { if(values.gama === 'controladoras') return true; return false}"
503
+ },
504
+ controlType: "select"
505
+ },
506
+ {
507
+ id: "523bc758-46d8-4c45-b945-2542628c2e46",
508
+ code: "colores_disponibles",
509
+ image: null,
510
+ label: "Colores disponibles",
511
+ prefix: "",
512
+ suffix: "",
513
+ options: [
514
+ {
515
+ image: null,
516
+ label: "No indicar color",
517
+ value: "no_indicar_color",
518
+ exclusive: !0
519
+ },
520
+ {
521
+ image: null,
522
+ label: "Negro",
523
+ value: "negro",
524
+ exclusive: !1
525
+ },
526
+ {
527
+ image: null,
528
+ label: "Blanco",
529
+ value: "blanco",
530
+ exclusive: !1
531
+ },
532
+ {
533
+ image: null,
534
+ label: "Gris",
535
+ value: "gris",
536
+ exclusive: !1
537
+ }
538
+ ],
539
+ multiple: !0,
540
+ structure: [],
541
+ validators: [],
542
+ visibility: {
543
+ form: !0,
544
+ roles: [],
545
+ detail: !0,
546
+ public: !1,
547
+ summary: !0,
548
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd'].includes(values.gama)) return true; return false; }"
549
+ },
550
+ controlType: "select"
551
+ },
552
+ {
553
+ id: "9c486641-8c6e-4694-842e-3004634345c0",
554
+ code: "propositos_generales",
555
+ image: null,
556
+ label: "Propósitos generales",
557
+ prefix: "",
558
+ suffix: "",
559
+ options: [
560
+ {
561
+ image: null,
562
+ label: "Publicidad, Señalética, Informativo, Decorativo, Corporativo, Contenido comercial",
563
+ value: "publicidad_senaletica_informativo_decorativo_corporativo_contenido_comercial",
564
+ condition: "",
565
+ exclusive: !1
566
+ },
567
+ {
568
+ image: null,
569
+ label: "Publicidad exterior, fachadas, Contenido comercial, Videowall Exterior",
570
+ value: "publicidad_exterior_fachadas_contenido_comercial_videowall_exterior",
571
+ condition: "",
572
+ exclusive: !1
573
+ },
574
+ {
575
+ image: null,
576
+ label: "Publicidad exterior, Publicidad vía pública",
577
+ value: "publicidad_exterior_publicidad_via_publica",
578
+ condition: "",
579
+ exclusive: !1
580
+ },
581
+ {
582
+ image: null,
583
+ label: "Aplicación general según instalación",
584
+ value: "aplicacion_general_segun_instalacion",
585
+ condition: "",
586
+ exclusive: !1
587
+ }
588
+ ],
589
+ multiple: !0,
590
+ structure: [],
591
+ validators: [],
592
+ visibility: {
593
+ form: !0,
594
+ roles: [],
595
+ detail: !0,
596
+ public: !1,
597
+ summary: !0,
598
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
599
+ },
600
+ controlType: "select"
601
+ },
602
+ {
603
+ id: "9017328f-fdcd-45a6-bd59-af7977ac530c",
604
+ code: "tipo_instalacion",
605
+ image: null,
606
+ label: "Tipo de instalación",
607
+ prefix: "",
608
+ suffix: "",
609
+ options: [
610
+ {
611
+ image: null,
612
+ label: "Pared o soporte VESA",
613
+ value: "pared_o_soporte_vesa",
614
+ condition: "",
615
+ exclusive: !1
616
+ },
617
+ {
618
+ image: null,
619
+ label: "Montaje interior orientado al exterior",
620
+ value: "montaje_interior_orientado_al_exterior",
621
+ condition: "",
622
+ exclusive: !1
623
+ },
624
+ {
625
+ image: null,
626
+ label: "Estructura exterior / soporte metálico",
627
+ value: "estructura_exterior_soporte_metalico",
628
+ condition: "",
629
+ exclusive: !1
630
+ },
631
+ {
632
+ image: null,
633
+ label: "Autoportante / de suelo",
634
+ value: "autoportante_de_suelo",
635
+ condition: "",
636
+ exclusive: !1
637
+ },
638
+ {
639
+ image: null,
640
+ label: "Anclado a pared o estructura interior",
641
+ value: "anclado_a_pared_o_estructura_interior",
642
+ condition: "",
643
+ exclusive: !1
644
+ },
645
+ {
646
+ image: null,
647
+ label: "Fácil fijación a pared con tornillos",
648
+ value: "facil_fijacion_a_pared_con_tornillos",
649
+ condition: "",
650
+ exclusive: !1
651
+ }
652
+ ],
653
+ multiple: !1,
654
+ structure: [],
655
+ validators: [],
656
+ visibility: {
657
+ form: !0,
658
+ roles: [],
659
+ detail: !0,
660
+ public: !1,
661
+ summary: !0,
662
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
663
+ },
664
+ controlType: "select"
665
+ },
666
+ {
667
+ id: "83d74ae6-f2aa-4502-8d8e-6b9cf31bccb4",
668
+ code: "doble_cara",
669
+ image: null,
670
+ label: "Doble cara",
671
+ prefix: "",
672
+ suffix: "",
673
+ options: [
674
+ {
675
+ image: null,
676
+ label: "Doble cara",
677
+ value: "doble_cara",
678
+ condition: "",
679
+ exclusive: !1
680
+ }
681
+ ],
682
+ multiple: !1,
683
+ structure: [],
684
+ validators: [],
685
+ visibility: {
686
+ form: !0,
687
+ roles: [],
688
+ detail: !0,
689
+ public: !1,
690
+ summary: !0,
691
+ condition: "(values) => { if(values.gama === 'totems') return true; return false }"
692
+ },
693
+ controlType: "checkbox"
694
+ },
695
+ {
696
+ id: "4ca01cb5-1cfa-49c4-a8d0-4e6fd3b17845",
697
+ code: "interactivo",
698
+ image: null,
699
+ label: "Interactivo",
700
+ prefix: "",
701
+ suffix: "",
702
+ options: [
703
+ {
704
+ image: null,
705
+ label: "Táctil",
706
+ value: "tactil",
707
+ condition: "",
708
+ exclusive: !1
709
+ }
710
+ ],
711
+ multiple: !1,
712
+ structure: [],
713
+ validators: [],
714
+ visibility: {
715
+ form: !0,
716
+ roles: [],
717
+ detail: !0,
718
+ public: !1,
719
+ summary: !0,
720
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
721
+ },
722
+ controlType: "select"
723
+ },
724
+ {
725
+ id: "5a809acc-414b-4425-a0cb-4e3f24fac7e0",
726
+ code: "pitch",
727
+ image: null,
728
+ label: "Pitch",
729
+ prefix: "",
730
+ suffix: "",
731
+ options: [
732
+ {
733
+ image: null,
734
+ label: "1.8mm",
735
+ value: "1_8_mm",
736
+ condition: "",
737
+ exclusive: !1
738
+ },
739
+ {
740
+ image: null,
741
+ label: "1.86mm",
742
+ value: "1_86_mm",
743
+ condition: "",
744
+ exclusive: !1
745
+ },
746
+ {
747
+ image: null,
748
+ label: "2.0mm",
749
+ value: "2_0_mm",
750
+ condition: "",
751
+ exclusive: !1
752
+ },
753
+ {
754
+ image: null,
755
+ label: "2.5mm",
756
+ value: "2_5_mm",
757
+ condition: "",
758
+ exclusive: !1
759
+ },
760
+ {
761
+ image: null,
762
+ label: "2.6mm",
763
+ value: "2_6_mm",
764
+ condition: "",
765
+ exclusive: !1
766
+ },
767
+ {
768
+ image: null,
769
+ label: "2.9mm",
770
+ value: "2_9_mm",
771
+ condition: "",
772
+ exclusive: !1
773
+ },
774
+ {
775
+ image: null,
776
+ label: "3.076mm",
777
+ value: "3_076_mm",
778
+ condition: "",
779
+ exclusive: !1
780
+ },
781
+ {
782
+ image: null,
783
+ label: "3.9mm",
784
+ value: "3_9_mm",
785
+ condition: "",
786
+ exclusive: !1
787
+ },
788
+ {
789
+ image: null,
790
+ label: "4.4mm",
791
+ value: "4_4_mm",
792
+ condition: "",
793
+ exclusive: !1
794
+ },
795
+ {
796
+ image: null,
797
+ label: "5.7mm",
798
+ value: "5_7_mm",
799
+ condition: "",
800
+ exclusive: !1
801
+ }
802
+ ],
803
+ multiple: !1,
804
+ structure: [],
805
+ validators: [],
806
+ visibility: {
807
+ form: !0,
808
+ roles: [],
809
+ detail: !0,
810
+ public: !1,
811
+ summary: !0,
812
+ condition: "(values) => { if(values.subgama === 'led') return true; return false}"
813
+ },
814
+ controlType: "select"
815
+ },
816
+ {
817
+ id: "d6c2e669-9270-4ef7-9c22-44bbbd9ae13d",
818
+ code: "brillo",
819
+ image: null,
820
+ label: "Brillo",
821
+ prefix: "",
822
+ suffix: "",
823
+ options: [
824
+ {
825
+ image: null,
826
+ label: "450 nits",
827
+ value: "450_nits",
828
+ condition: "",
829
+ exclusive: !1
830
+ },
831
+ {
832
+ image: null,
833
+ label: "800 nits",
834
+ value: "800_nits",
835
+ condition: "",
836
+ exclusive: !1
837
+ },
838
+ {
839
+ image: null,
840
+ label: "1000 nits",
841
+ value: "1000_nits",
842
+ condition: "",
843
+ exclusive: !1
844
+ },
845
+ {
846
+ image: null,
847
+ label: "1500 nits",
848
+ value: "1500_nits",
849
+ condition: "",
850
+ exclusive: !1
851
+ },
852
+ {
853
+ image: null,
854
+ label: "3000 nits",
855
+ value: "3000_nits",
856
+ condition: "",
857
+ exclusive: !1
858
+ },
859
+ {
860
+ image: null,
861
+ label: "3500 nits",
862
+ value: "3500_nits",
863
+ condition: "",
864
+ exclusive: !1
865
+ },
866
+ {
867
+ image: null,
868
+ label: "4000 nits",
869
+ value: "4000_nits",
870
+ condition: "",
871
+ exclusive: !1
872
+ },
873
+ {
874
+ image: null,
875
+ label: "4500 nits",
876
+ value: "4500_nits",
877
+ condition: "",
878
+ exclusive: !1
879
+ },
880
+ {
881
+ image: null,
882
+ label: "5000 nits",
883
+ value: "5000_nits",
884
+ condition: "",
885
+ exclusive: !1
886
+ },
887
+ {
888
+ image: null,
889
+ label: "Alta Brillantez 4k (LCD)",
890
+ value: "alta_brillantez_4_k_lcd",
891
+ condition: "",
892
+ exclusive: !1
893
+ }
894
+ ],
895
+ multiple: !1,
896
+ structure: [],
897
+ validators: [],
898
+ visibility: {
899
+ form: !0,
900
+ roles: [],
901
+ detail: !0,
902
+ public: !1,
903
+ summary: !0,
904
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
905
+ },
906
+ controlType: "select"
907
+ },
908
+ {
909
+ id: "3379a283-57a5-4ca2-a342-f14912b0f04b",
910
+ code: "sistema_operativo",
911
+ image: null,
912
+ label: "Sistema operativo",
913
+ prefix: "",
914
+ suffix: "",
915
+ options: [
916
+ {
917
+ image: null,
918
+ label: "Android",
919
+ value: "android",
920
+ condition: "",
921
+ exclusive: !1
922
+ },
923
+ {
924
+ image: null,
925
+ label: "Windows",
926
+ value: "windows",
927
+ condition: "",
928
+ exclusive: !1
929
+ },
930
+ {
931
+ image: null,
932
+ label: "Linux",
933
+ value: "linux",
934
+ condition: "",
935
+ exclusive: !1
936
+ },
937
+ {
938
+ image: null,
939
+ label: "IOS",
940
+ value: "ios",
941
+ condition: "",
942
+ exclusive: !1
943
+ },
944
+ {
945
+ image: null,
946
+ label: "Firmware integrado",
947
+ value: "firmware_integrado",
948
+ condition: `(values) => { if(['controladoras_sincronas_procesadores_de_video'].includes(values.subgama)) {
949
+ return true
950
+ } else {
951
+ return false
952
+ } }`,
953
+ exclusive: !1
954
+ }
955
+ ],
956
+ multiple: !1,
957
+ structure: [],
958
+ validators: [],
959
+ visibility: {
960
+ form: !0,
961
+ roles: [],
962
+ detail: !0,
963
+ public: !1,
964
+ summary: !0,
965
+ condition: `(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd', 'controladoras'].includes(values.gama)) return true;
966
+ return false;
967
+ }`
968
+ },
969
+ controlType: "select"
970
+ },
971
+ {
972
+ id: "6e8b965c-d68a-4dd5-ad28-64d4aa400eb2",
973
+ code: "compatible_videowall",
974
+ image: null,
975
+ label: "Compatible videowall",
976
+ prefix: "",
977
+ suffix: "",
978
+ options: [],
979
+ multiple: !1,
980
+ structure: [],
981
+ validators: [],
982
+ visibility: {
983
+ form: !0,
984
+ roles: [],
985
+ detail: !0,
986
+ public: !1,
987
+ summary: !0,
988
+ condition: "(values) => { if(values.gama === 'pantallas_led_modulares') return true; return false }"
989
+ },
990
+ controlType: "checkbox"
991
+ },
992
+ {
993
+ id: "e6ebbb08-0245-4698-91e4-0ba0c0a50368",
994
+ code: "tipo_montaje",
995
+ image: null,
996
+ label: "Tipo de montaje",
997
+ prefix: "",
998
+ suffix: "",
999
+ options: [
1000
+ {
1001
+ image: null,
1002
+ label: "Matriz",
1003
+ value: "matriz",
1004
+ condition: "",
1005
+ exclusive: !1
1006
+ },
1007
+ {
1008
+ image: null,
1009
+ label: "Standalone",
1010
+ value: "standalone",
1011
+ condition: "",
1012
+ exclusive: !1
1013
+ },
1014
+ {
1015
+ image: null,
1016
+ label: "Mural",
1017
+ value: "mural",
1018
+ condition: "",
1019
+ exclusive: !1
1020
+ }
1021
+ ],
1022
+ multiple: !1,
1023
+ structure: [],
1024
+ validators: [],
1025
+ visibility: {
1026
+ form: !0,
1027
+ roles: [],
1028
+ detail: !0,
1029
+ public: !1,
1030
+ summary: !0,
1031
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1032
+ },
1033
+ controlType: "select"
1034
+ },
1035
+ {
1036
+ id: "81156583-de0a-4467-bd02-f1da769708db",
1037
+ code: "tasa_refresco",
1038
+ image: null,
1039
+ label: "Tasa de refresco (Hz)",
1040
+ prefix: "",
1041
+ suffix: "",
1042
+ options: [],
1043
+ multiple: !1,
1044
+ structure: [],
1045
+ validators: [],
1046
+ visibility: {
1047
+ form: !0,
1048
+ roles: [],
1049
+ detail: !0,
1050
+ public: !1,
1051
+ summary: !0,
1052
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1053
+ },
1054
+ controlType: "input_number"
1055
+ },
1056
+ {
1057
+ id: "c1dff0d1-d622-4878-8ee4-516c55958714",
1058
+ code: "modelo",
1059
+ image: null,
1060
+ label: "Modelo",
1061
+ prefix: "",
1062
+ suffix: "",
1063
+ options: [],
1064
+ multiple: !1,
1065
+ structure: [],
1066
+ validators: [],
1067
+ visibility: {
1068
+ form: !0,
1069
+ roles: [],
1070
+ detail: !0,
1071
+ public: !1,
1072
+ summary: !0,
1073
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1074
+ },
1075
+ controlType: "input_text"
1076
+ },
1077
+ {
1078
+ id: "9004ddcc-6a42-49ef-8a29-2b302e7b0f6e",
1079
+ code: "usos_habituales",
1080
+ image: null,
1081
+ label: "Usos habituales",
1082
+ prefix: "",
1083
+ suffix: "",
1084
+ options: [
1085
+ {
1086
+ image: null,
1087
+ label: "Tiendas, Recepciones, Hall, Salas de espera, Showrooms, Galerías",
1088
+ value: "tiendas_recepciones_hall_salas_de_espera_showrooms_galerias",
1089
+ condition: "",
1090
+ exclusive: !1
1091
+ },
1092
+ {
1093
+ image: null,
1094
+ label: "Escaparates o vitrinas expuestas al sol",
1095
+ value: "escaparates_o_vitrinas_expuestas_al_sol",
1096
+ condition: "",
1097
+ exclusive: !1
1098
+ },
1099
+ {
1100
+ image: null,
1101
+ label: "Eventos, Estadios, Mobiliario Urbano",
1102
+ value: "eventos_estadios_mobiliario_urbano",
1103
+ condition: "",
1104
+ exclusive: !1
1105
+ },
1106
+ {
1107
+ image: null,
1108
+ label: "Salas de Control, Estudios de TV, Salas de Videoconferencia, Auditorios",
1109
+ value: "salas_de_control_estudios_de_tv_salas_de_videoconferencia_auditorios",
1110
+ condition: "",
1111
+ exclusive: !1
1112
+ },
1113
+ {
1114
+ image: null,
1115
+ label: "Entornos con mucho tránsito como centros comerciales, aeropuertos o vestíbulos",
1116
+ value: "entornos_con_mucho_transito_como_centros_comerciales_aeropuertos_o_vestibulos",
1117
+ condition: "",
1118
+ exclusive: !1
1119
+ }
1120
+ ],
1121
+ multiple: !0,
1122
+ structure: [],
1123
+ validators: [],
1124
+ visibility: {
1125
+ form: !0,
1126
+ roles: [],
1127
+ detail: !0,
1128
+ public: !1,
1129
+ summary: !0,
1130
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1131
+ },
1132
+ controlType: "select"
1133
+ },
1134
+ {
1135
+ id: "9a2e6614-a2d3-47ca-9559-0e86b9794f17",
1136
+ code: "proteccion_ip",
1137
+ image: null,
1138
+ label: "Protección IP",
1139
+ prefix: "",
1140
+ suffix: "",
1141
+ options: [
1142
+ {
1143
+ image: null,
1144
+ label: "IP20: Productos de interior",
1145
+ value: "ip_20_productos_de_interior",
1146
+ condition: "",
1147
+ exclusive: !1
1148
+ },
1149
+ {
1150
+ image: null,
1151
+ label: "IP56: Protegido contra polvo y chorros potentes de agua",
1152
+ value: "ip_56_protegido_contra_polvo_y_chorros_potentes_de_agua",
1153
+ condition: "",
1154
+ exclusive: !1
1155
+ },
1156
+ {
1157
+ image: null,
1158
+ label: " IP43: Protegido contra objetos de más de 1mm y agua pulverizada.",
1159
+ value: "ip_43_protegido_contra_objetos_de_mas_de_1_mm_y_agua_pulverizada",
1160
+ condition: "",
1161
+ exclusive: !1
1162
+ },
1163
+ {
1164
+ image: null,
1165
+ label: "IP65: Totalmente protegido contra polvo y chorros de agua (parte frontal)",
1166
+ value: "ip_65_totalmente_protegido_contra_polvo_y_chorros_de_agua_parte_frontal",
1167
+ condition: "",
1168
+ exclusive: !1
1169
+ },
1170
+ {
1171
+ image: null,
1172
+ label: "IP54: Alta resistencia a polvo y salpicaduras",
1173
+ value: "ip_54_alta_resistencia_a_polvo_y_salpicaduras",
1174
+ condition: "",
1175
+ exclusive: !1
1176
+ },
1177
+ {
1178
+ image: null,
1179
+ label: "IP65/IP43",
1180
+ value: "ip_65_ip_43",
1181
+ condition: "",
1182
+ exclusive: !1
1183
+ }
1184
+ ],
1185
+ multiple: !1,
1186
+ structure: [],
1187
+ validators: [],
1188
+ visibility: {
1189
+ form: !0,
1190
+ roles: [],
1191
+ detail: !0,
1192
+ public: !1,
1193
+ summary: !0,
1194
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola','controladoras'].includes(values.gama)) return true; return false }"
1195
+ },
1196
+ controlType: "select"
1197
+ },
1198
+ {
1199
+ id: "2ba06c97-3132-440c-9a3e-7b87cf49ef26",
1200
+ code: "gran_formato_independiente",
1201
+ image: null,
1202
+ label: "Gran formato independiente",
1203
+ prefix: "",
1204
+ suffix: "",
1205
+ options: [
1206
+ {
1207
+ image: null,
1208
+ label: "Si",
1209
+ value: "si",
1210
+ condition: "",
1211
+ exclusive: !1
1212
+ }
1213
+ ],
1214
+ multiple: !1,
1215
+ structure: [],
1216
+ validators: [],
1217
+ visibility: {
1218
+ form: !0,
1219
+ roles: [],
1220
+ detail: !0,
1221
+ public: !1,
1222
+ summary: !0,
1223
+ condition: "(values) => { if(['lcd'].includes(values.subgama)) return true; return false; }"
1224
+ },
1225
+ controlType: "select"
1226
+ },
1227
+ {
1228
+ id: "82e115bd-0c05-4d3f-b92f-28ef2f5a4367",
1229
+ code: "peso_kg",
1230
+ image: null,
1231
+ label: "Peso (kg)",
1232
+ prefix: "",
1233
+ suffix: "",
1234
+ options: [],
1235
+ multiple: !1,
1236
+ structure: [],
1237
+ validators: [],
1238
+ visibility: {
1239
+ form: !0,
1240
+ roles: [],
1241
+ detail: !0,
1242
+ public: !1,
1243
+ summary: !0,
1244
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1245
+ },
1246
+ controlType: "input_text"
1247
+ },
1248
+ {
1249
+ id: "6f6b3dda-aeed-4458-9242-95b55b316675",
1250
+ code: "consumo_medio_w",
1251
+ image: null,
1252
+ label: "Consumo medio (W)",
1253
+ prefix: "",
1254
+ suffix: "",
1255
+ options: [],
1256
+ multiple: !1,
1257
+ structure: [],
1258
+ validators: [],
1259
+ visibility: {
1260
+ form: !0,
1261
+ roles: [],
1262
+ detail: !0,
1263
+ public: !1,
1264
+ summary: !0,
1265
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1266
+ },
1267
+ controlType: "input_text"
1268
+ },
1269
+ {
1270
+ id: "2eb6ef27-3574-47e4-b519-2cd6c1f55824",
1271
+ code: "consumo_maximo_w",
1272
+ image: null,
1273
+ label: "Consumo Máximo (W)",
1274
+ prefix: "",
1275
+ suffix: "",
1276
+ options: [],
1277
+ multiple: !1,
1278
+ structure: [],
1279
+ validators: [],
1280
+ visibility: {
1281
+ form: !0,
1282
+ roles: [],
1283
+ detail: !0,
1284
+ public: !1,
1285
+ summary: !0,
1286
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1287
+ },
1288
+ controlType: "input_text"
1289
+ },
1290
+ {
1291
+ id: "82b23d3e-8d67-455c-882c-a643f5ef3c8b",
1292
+ code: "material",
1293
+ image: null,
1294
+ label: "Material",
1295
+ prefix: "",
1296
+ suffix: "",
1297
+ options: [
1298
+ {
1299
+ image: null,
1300
+ label: "Aluminio Fundido",
1301
+ value: "aluminio_fundido",
1302
+ condition: "",
1303
+ exclusive: !1
1304
+ },
1305
+ {
1306
+ image: null,
1307
+ label: "Aluminio",
1308
+ value: "aluminio",
1309
+ condition: "",
1310
+ exclusive: !1
1311
+ },
1312
+ {
1313
+ image: null,
1314
+ label: "Acero/Aluminio (para la carcasa exterior).",
1315
+ value: "acero_aluminio_para_la_carcasa_exterior",
1316
+ condition: "",
1317
+ exclusive: !1
1318
+ },
1319
+ {
1320
+ image: null,
1321
+ label: "Estructura de Aluminio (Ligero, Robusto, Resistente a la Corrosión)",
1322
+ value: "estructura_de_aluminio_ligero_robusto_resistente_a_la_corrosion",
1323
+ condition: "",
1324
+ exclusive: !1
1325
+ },
1326
+ {
1327
+ image: null,
1328
+ label: "Material robusto y duradero",
1329
+ value: "material_robusto_y_duradero",
1330
+ condition: "",
1331
+ exclusive: !1
1332
+ }
1333
+ ],
1334
+ multiple: !1,
1335
+ structure: [],
1336
+ validators: [],
1337
+ visibility: {
1338
+ form: !0,
1339
+ roles: [],
1340
+ detail: !0,
1341
+ public: !1,
1342
+ summary: !0,
1343
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1344
+ },
1345
+ controlType: "select"
1346
+ },
1347
+ {
1348
+ id: "903a14ee-2735-4961-8f47-2c25611f039d",
1349
+ code: "tamano",
1350
+ image: null,
1351
+ label: "Tamaño",
1352
+ prefix: "",
1353
+ suffix: "",
1354
+ options: [
1355
+ {
1356
+ image: null,
1357
+ label: '43"',
1358
+ value: "43",
1359
+ condition: "",
1360
+ exclusive: !1
1361
+ },
1362
+ {
1363
+ image: null,
1364
+ label: '49"',
1365
+ value: "49",
1366
+ condition: "",
1367
+ exclusive: !1
1368
+ },
1369
+ {
1370
+ image: null,
1371
+ label: '55"',
1372
+ value: "55",
1373
+ condition: "",
1374
+ exclusive: !1
1375
+ },
1376
+ {
1377
+ image: null,
1378
+ label: '65"',
1379
+ value: "65",
1380
+ condition: "",
1381
+ exclusive: !1
1382
+ },
1383
+ {
1384
+ image: null,
1385
+ label: '75"',
1386
+ value: "75",
1387
+ condition: "",
1388
+ exclusive: !1
1389
+ }
1390
+ ],
1391
+ multiple: !1,
1392
+ structure: [],
1393
+ validators: [],
1394
+ visibility: {
1395
+ form: !0,
1396
+ roles: [],
1397
+ detail: !0,
1398
+ public: !1,
1399
+ summary: !0,
1400
+ condition: "(values) => { if(['lcd','qled'].includes(values.subgama)) return true; return false; }"
1401
+ },
1402
+ controlType: "select"
1403
+ },
1404
+ {
1405
+ id: "df3e8ee5-4656-4234-8d2c-7d4bcc434dc0",
1406
+ code: "unidad_de_medida",
1407
+ image: null,
1408
+ label: "Unidad de Medida",
1409
+ prefix: "",
1410
+ suffix: "",
1411
+ options: [
1412
+ {
1413
+ image: null,
1414
+ label: "mm",
1415
+ value: "mm",
1416
+ condition: "",
1417
+ exclusive: !1
1418
+ },
1419
+ {
1420
+ image: null,
1421
+ label: "cm",
1422
+ value: "cm",
1423
+ condition: "",
1424
+ exclusive: !1
1425
+ },
1426
+ {
1427
+ image: null,
1428
+ label: "m",
1429
+ value: "m",
1430
+ condition: "",
1431
+ exclusive: !1
1432
+ }
1433
+ ],
1434
+ multiple: !1,
1435
+ structure: [],
1436
+ validators: [],
1437
+ visibility: {
1438
+ form: !0,
1439
+ roles: [],
1440
+ detail: !0,
1441
+ public: !1,
1442
+ summary: !0,
1443
+ condition: "(values) => { if(['led'].includes(values.subgama)) return true; return false; }"
1444
+ },
1445
+ controlType: "select"
1446
+ },
1447
+ {
1448
+ id: "c79337f4-4a46-469e-abea-e6bd7ff9e422",
1449
+ code: "ancho",
1450
+ image: null,
1451
+ label: "Ancho",
1452
+ prefix: "",
1453
+ suffix: "",
1454
+ options: [],
1455
+ multiple: !1,
1456
+ structure: [],
1457
+ validators: [],
1458
+ visibility: {
1459
+ form: !0,
1460
+ roles: [],
1461
+ detail: !0,
1462
+ public: !1,
1463
+ summary: !0,
1464
+ condition: "(values) => { if(['led'].includes(values.subgama)) return true; return false; }"
1465
+ },
1466
+ controlType: "input_text"
1467
+ },
1468
+ {
1469
+ id: "8ac0bc48-9b88-4689-a876-3c369262ed47",
1470
+ code: "alto",
1471
+ image: null,
1472
+ label: "Alto",
1473
+ prefix: "",
1474
+ suffix: "",
1475
+ options: [],
1476
+ multiple: !1,
1477
+ structure: [],
1478
+ validators: [],
1479
+ visibility: {
1480
+ form: !0,
1481
+ roles: [],
1482
+ detail: !0,
1483
+ public: !1,
1484
+ summary: !0,
1485
+ condition: "(values) => { if(['led'].includes(values.subgama)) return true; return false; }"
1486
+ },
1487
+ controlType: "input_text"
1488
+ },
1489
+ {
1490
+ id: "dface708-9c21-44af-a434-b3a93d7eb1ce",
1491
+ code: "profundidad",
1492
+ image: null,
1493
+ label: "Profundidad",
1494
+ prefix: "",
1495
+ suffix: "",
1496
+ options: [],
1497
+ multiple: !1,
1498
+ structure: [],
1499
+ validators: [],
1500
+ visibility: {
1501
+ form: !0,
1502
+ roles: [],
1503
+ detail: !0,
1504
+ public: !1,
1505
+ summary: !0,
1506
+ condition: "(values) => { if(['led'].includes(values.subgama)) return true; return false; }"
1507
+ },
1508
+ controlType: "input_text"
1509
+ },
1510
+ {
1511
+ id: "26f0bfec-1dcd-43ff-b5f1-8b4a162ba7c1",
1512
+ code: "a_medida",
1513
+ image: null,
1514
+ label: "A medida",
1515
+ prefix: "",
1516
+ suffix: "",
1517
+ options: [],
1518
+ multiple: !1,
1519
+ structure: [],
1520
+ validators: [],
1521
+ visibility: {
1522
+ form: !0,
1523
+ roles: [],
1524
+ detail: !0,
1525
+ public: !1,
1526
+ summary: !0,
1527
+ condition: "(values) => { if(['pantallas_led_modulares','totems','pantallas_lcd','banderola'].includes(values.gama)) return true; return false }"
1528
+ },
1529
+ controlType: "checkbox"
1530
+ },
1531
+ {
1532
+ id: "e4cb73c3-67ab-4f63-94da-0db922dc5990",
1533
+ code: "codigo_ean",
1534
+ image: null,
1535
+ label: "Código EAN",
1536
+ prefix: "",
1537
+ suffix: "",
1538
+ options: [],
1539
+ multiple: !1,
1540
+ structure: [],
1541
+ validators: [],
1542
+ visibility: {
1543
+ form: !0,
1544
+ roles: [],
1545
+ detail: !0,
1546
+ public: !1,
1547
+ summary: !0
1548
+ },
1549
+ controlType: "input_text"
1550
+ },
1551
+ {
1552
+ id: "9e86e10f-cbef-439f-8bcc-3938b5dd493e",
1553
+ code: "compatibilidad_de_senal",
1554
+ image: null,
1555
+ label: "Compatibilidad de señal",
1556
+ prefix: "",
1557
+ suffix: "",
1558
+ options: [
1559
+ {
1560
+ image: null,
1561
+ label: "DVI",
1562
+ value: "dvi",
1563
+ condition: "",
1564
+ exclusive: !1
1565
+ },
1566
+ {
1567
+ image: null,
1568
+ label: "SDI (3G-SDI)",
1569
+ value: "sdi_3_g_sdi",
1570
+ condition: "",
1571
+ exclusive: !1
1572
+ },
1573
+ {
1574
+ image: null,
1575
+ label: "VGA",
1576
+ value: "vga",
1577
+ condition: "",
1578
+ exclusive: !1
1579
+ },
1580
+ {
1581
+ image: null,
1582
+ label: "CVBS",
1583
+ value: "cvbs",
1584
+ condition: "",
1585
+ exclusive: !1
1586
+ },
1587
+ {
1588
+ image: null,
1589
+ label: "USB",
1590
+ value: "usb",
1591
+ condition: "",
1592
+ exclusive: !1
1593
+ },
1594
+ {
1595
+ image: null,
1596
+ label: "Red (LAN / Wi-Fi / 4G)",
1597
+ value: "red_lan_wi_fi_4_g",
1598
+ condition: "",
1599
+ exclusive: !1
1600
+ },
1601
+ {
1602
+ image: null,
1603
+ label: "HDMI",
1604
+ value: "hdmi",
1605
+ condition: "",
1606
+ exclusive: !1
1607
+ },
1608
+ {
1609
+ image: null,
1610
+ label: "HDMI 1.4",
1611
+ value: "hdmi_1_4",
1612
+ condition: "",
1613
+ exclusive: !1
1614
+ },
1615
+ {
1616
+ image: null,
1617
+ label: "DisplayPort",
1618
+ value: "displayport",
1619
+ condition: "",
1620
+ exclusive: !1
1621
+ },
1622
+ {
1623
+ image: null,
1624
+ label: "DisplayPort 1.0",
1625
+ value: "displayport_1_0",
1626
+ condition: "",
1627
+ exclusive: !1
1628
+ },
1629
+ {
1630
+ image: null,
1631
+ label: "DisplayPort 1.1",
1632
+ value: "displayport_1_1",
1633
+ condition: "",
1634
+ exclusive: !1
1635
+ },
1636
+ {
1637
+ image: null,
1638
+ label: "DisplayPort 1.2",
1639
+ value: "displayport_1_2",
1640
+ condition: "",
1641
+ exclusive: !1
1642
+ },
1643
+ {
1644
+ image: null,
1645
+ label: "DisplayPort 1.3",
1646
+ value: "displayport_1_3",
1647
+ condition: "",
1648
+ exclusive: !1
1649
+ },
1650
+ {
1651
+ image: null,
1652
+ label: "DisplayPort 1.4",
1653
+ value: "displayport_1_4",
1654
+ condition: "",
1655
+ exclusive: !1
1656
+ },
1657
+ {
1658
+ image: null,
1659
+ label: "DisplayPort 2.0",
1660
+ value: "displayport_2_0",
1661
+ condition: "",
1662
+ exclusive: !1
1663
+ },
1664
+ {
1665
+ image: null,
1666
+ label: "DisplayPort 2.4",
1667
+ value: "displayport_2_4",
1668
+ condition: "",
1669
+ exclusive: !1
1670
+ }
1671
+ ],
1672
+ multiple: !0,
1673
+ structure: [],
1674
+ validators: [],
1675
+ visibility: {
1676
+ form: !0,
1677
+ roles: [],
1678
+ detail: !0,
1679
+ public: !1,
1680
+ summary: !0,
1681
+ condition: "(values) => { if(['controladoras'].includes(values.gama)) return true; return false }"
1682
+ },
1683
+ controlType: "select"
1684
+ }
1685
+ ];
1686
+ export {
1687
+ e as PROPS
1688
+ };