@watermarkinsights/ripple 5.13.0-alpha.1 → 5.13.0-alpha.11

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 (105) hide show
  1. package/dist/components/wm-flyout.d.ts +11 -0
  2. package/dist/{components/index.js → ripple/app-globals-B7cOtGhY.js} +65 -33
  3. package/dist/{components/chartFunctions.js → ripple/chartFunctions-1XZcmyix.js} +2 -2
  4. package/dist/{components/functions.js → ripple/functions-DVLl0rH_.js} +646 -3
  5. package/dist/ripple/index-CU5QNCKv.js +4167 -0
  6. package/dist/ripple/index.esm.js +1 -0
  7. package/dist/{components/interfaces.js → ripple/interfaces-CrANcZM9.js} +1 -1
  8. package/dist/{components/intl.js → ripple/intl-7p27BJSM.js} +1 -1
  9. package/dist/ripple/priv-calendar.entry.js +566 -0
  10. package/dist/ripple/priv-chart-popover.entry.js +134 -0
  11. package/dist/ripple/priv-navigator-button.entry.js +24 -0
  12. package/dist/ripple/priv-navigator-item.entry.js +30 -0
  13. package/dist/ripple/priv-option-list.entry.js +385 -0
  14. package/dist/ripple/ripple.css +809 -0
  15. package/dist/ripple/ripple.esm.js +48 -0
  16. package/dist/ripple/wm-action-menu.entry.js +201 -0
  17. package/dist/{components/wm-progress-monitor.js → ripple/wm-button.entry.js} +183 -79
  18. package/dist/ripple/wm-chart-slice.entry.js +18 -0
  19. package/dist/ripple/wm-chart.entry.js +157 -0
  20. package/dist/ripple/wm-date-range.entry.js +477 -0
  21. package/dist/ripple/wm-datepicker.entry.js +247 -0
  22. package/dist/{components/wm-navigation-item.js → ripple/wm-file-list.entry.js} +11 -33
  23. package/dist/{components/wm-action-menu2.js → ripple/wm-file.entry.js} +164 -213
  24. package/dist/ripple/wm-flyout.entry.js +163 -0
  25. package/dist/{components/wm-modal-header.js → ripple/wm-input.entry.js} +104 -54
  26. package/dist/ripple/wm-line-chart.entry.js +449 -0
  27. package/dist/{components/priv-chart-popover2.js → ripple/wm-menuitem.entry.js} +102 -131
  28. package/dist/ripple/wm-modal-footer.entry.js +44 -0
  29. package/dist/{components/priv-navigator-button2.js → ripple/wm-modal-header.entry.js} +29 -35
  30. package/dist/ripple/wm-modal-pss-footer.entry.js +40 -0
  31. package/dist/ripple/wm-modal-pss-header.entry.js +39 -0
  32. package/dist/ripple/wm-modal-pss.entry.js +135 -0
  33. package/dist/{components/wm-modal-footer.js → ripple/wm-modal.entry.js} +123 -63
  34. package/dist/ripple/wm-navigation-hamburger.entry.js +48 -0
  35. package/dist/ripple/wm-navigation-item.entry.js +18 -0
  36. package/dist/ripple/wm-navigation.entry.js +116 -0
  37. package/dist/{components/wm-chart.js → ripple/wm-navigator.entry.js} +338 -167
  38. package/dist/ripple/wm-nested-select.entry.js +308 -0
  39. package/dist/{components/wm-modal-pss-header.js → ripple/wm-optgroup.entry.js} +60 -56
  40. package/dist/{components/priv-option-list2.js → ripple/wm-option.entry.js} +134 -384
  41. package/dist/ripple/wm-pagination.entry.js +223 -0
  42. package/dist/ripple/wm-progress-indicator.entry.js +107 -0
  43. package/dist/ripple/wm-progress-monitor.entry.js +71 -0
  44. package/dist/ripple/wm-progress-slice.entry.js +13 -0
  45. package/dist/ripple/wm-search.entry.js +208 -0
  46. package/dist/{components/wm-nested-select.js → ripple/wm-select.entry.js} +138 -232
  47. package/dist/ripple/wm-snackbar.entry.js +178 -0
  48. package/dist/ripple/wm-tab-item.entry.js +63 -0
  49. package/dist/ripple/wm-tab-list.entry.js +175 -0
  50. package/dist/{components/wm-modal-pss-footer.js → ripple/wm-tab-panel.entry.js} +23 -60
  51. package/dist/ripple/wm-tag-input.entry.js +877 -0
  52. package/dist/ripple/wm-tag-option.entry.js +35 -0
  53. package/dist/ripple/wm-textarea.entry.js +79 -0
  54. package/dist/ripple/wm-timepicker.entry.js +300 -0
  55. package/dist/{components/priv-navigator-item2.js → ripple/wm-toggletip.entry.js} +171 -44
  56. package/dist/ripple/wm-uploader.entry.js +313 -0
  57. package/dist/ripple/wm-wrapper.entry.js +17 -0
  58. package/dist/types/components/wm-flyout/wm-flyout.d.ts +46 -0
  59. package/dist/types/components.d.ts +56 -0
  60. package/dist/types/global/functions.d.ts +1 -0
  61. package/package.json +30 -6
  62. package/dist/components/priv-calendar.js +0 -6
  63. package/dist/components/priv-calendar2.js +0 -592
  64. package/dist/components/priv-chart-popover.js +0 -6
  65. package/dist/components/priv-navigator-button.js +0 -6
  66. package/dist/components/priv-navigator-item.js +0 -6
  67. package/dist/components/priv-option-list.js +0 -6
  68. package/dist/components/wm-action-menu.js +0 -6
  69. package/dist/components/wm-button.js +0 -6
  70. package/dist/components/wm-button2.js +0 -231
  71. package/dist/components/wm-chart-slice.js +0 -41
  72. package/dist/components/wm-date-range.js +0 -522
  73. package/dist/components/wm-datepicker.js +0 -287
  74. package/dist/components/wm-file-list.js +0 -38
  75. package/dist/components/wm-file.js +0 -228
  76. package/dist/components/wm-input.js +0 -152
  77. package/dist/components/wm-line-chart.js +0 -497
  78. package/dist/components/wm-menuitem.js +0 -6
  79. package/dist/components/wm-menuitem2.js +0 -146
  80. package/dist/components/wm-modal-pss.js +0 -162
  81. package/dist/components/wm-modal.js +0 -161
  82. package/dist/components/wm-navigation-hamburger.js +0 -70
  83. package/dist/components/wm-navigation.js +0 -144
  84. package/dist/components/wm-navigator.js +0 -410
  85. package/dist/components/wm-optgroup.js +0 -107
  86. package/dist/components/wm-option.js +0 -6
  87. package/dist/components/wm-option2.js +0 -196
  88. package/dist/components/wm-pagination.js +0 -251
  89. package/dist/components/wm-progress-indicator.js +0 -144
  90. package/dist/components/wm-progress-slice.js +0 -37
  91. package/dist/components/wm-search.js +0 -250
  92. package/dist/components/wm-select.js +0 -6
  93. package/dist/components/wm-select2.js +0 -294
  94. package/dist/components/wm-snackbar.js +0 -202
  95. package/dist/components/wm-tab-item.js +0 -85
  96. package/dist/components/wm-tab-list.js +0 -217
  97. package/dist/components/wm-tab-panel.js +0 -52
  98. package/dist/components/wm-tag-input.js +0 -919
  99. package/dist/components/wm-tag-option.js +0 -63
  100. package/dist/components/wm-textarea.js +0 -113
  101. package/dist/components/wm-timepicker.js +0 -333
  102. package/dist/components/wm-toggletip.js +0 -200
  103. package/dist/components/wm-uploader.js +0 -348
  104. package/dist/components/wm-wrapper.js +0 -34
  105. package/dist/types/test-setup.d.ts +0 -0
@@ -2211,18 +2211,36 @@ var es = {
2211
2211
  type: 0,
2212
2212
  value: "Los porcentajes menores a 5 % no se mostrarán si se encuentran demasiado cerca entre ellos."
2213
2213
  }
2214
+ ],
2215
+ "chart.hiddenValues": [
2216
+ {
2217
+ type: 0,
2218
+ value: "Los valores se ocultan cuando están demasiado juntos."
2219
+ }
2214
2220
  ],
2215
2221
  "chart.infoButton": [
2216
2222
  {
2217
2223
  type: 0,
2218
2224
  value: "Botón. Haga clic para obtener más información"
2219
2225
  }
2226
+ ],
2227
+ "chart.instructions": [
2228
+ {
2229
+ type: 0,
2230
+ value: "Utilice las teclas de flecha para explorar los elementos, presione Tab para salir."
2231
+ }
2220
2232
  ],
2221
2233
  "chart.interactiveChart": [
2222
2234
  {
2223
2235
  type: 0,
2224
2236
  value: "Cuadro interactivo. Utilice las teclas de flechas para buscar elementos, presione la tecla Tab para salir."
2225
2237
  }
2238
+ ],
2239
+ "chart.roleDescription": [
2240
+ {
2241
+ type: 0,
2242
+ value: "Gráfico interactivo"
2243
+ }
2226
2244
  ],
2227
2245
  "date.april": [
2228
2246
  {
@@ -2235,6 +2253,12 @@ var es = {
2235
2253
  type: 0,
2236
2254
  value: "Agosto"
2237
2255
  }
2256
+ ],
2257
+ "date.calName": [
2258
+ {
2259
+ type: 0,
2260
+ value: "Calendario."
2261
+ }
2238
2262
  ],
2239
2263
  "date.calendarView": [
2240
2264
  {
@@ -2259,6 +2283,12 @@ var es = {
2259
2283
  type: 0,
2260
2284
  value: "Febrero"
2261
2285
  }
2286
+ ],
2287
+ "date.firstCalName": [
2288
+ {
2289
+ type: 0,
2290
+ value: "Primer calendario."
2291
+ }
2262
2292
  ],
2263
2293
  "date.fr": [
2264
2294
  {
@@ -2389,6 +2419,18 @@ var es = {
2389
2419
  type: 0,
2390
2420
  value: "Sábado"
2391
2421
  }
2422
+ ],
2423
+ "date.secondCalName": [
2424
+ {
2425
+ type: 0,
2426
+ value: "Segundo calendario."
2427
+ }
2428
+ ],
2429
+ "date.selectDate": [
2430
+ {
2431
+ type: 0,
2432
+ value: "Seleccionar fecha"
2433
+ }
2392
2434
  ],
2393
2435
  "date.selectMonth": [
2394
2436
  {
@@ -2419,6 +2461,12 @@ var es = {
2419
2461
  type: 0,
2420
2462
  value: "Seleccionar el año anterior"
2421
2463
  }
2464
+ ],
2465
+ "date.selectRange": [
2466
+ {
2467
+ type: 0,
2468
+ value: "Seleccionar rango"
2469
+ }
2422
2470
  ],
2423
2471
  "date.selectYear": [
2424
2472
  {
@@ -2473,6 +2521,24 @@ var es = {
2473
2521
  type: 0,
2474
2522
  value: "Martes"
2475
2523
  }
2524
+ ],
2525
+ "date.viewingMonth": [
2526
+ {
2527
+ type: 0,
2528
+ value: "Viendo "
2529
+ },
2530
+ {
2531
+ type: 1,
2532
+ value: "month"
2533
+ },
2534
+ {
2535
+ type: 0,
2536
+ value: ", "
2537
+ },
2538
+ {
2539
+ type: 1,
2540
+ value: "year"
2541
+ }
2476
2542
  ],
2477
2543
  "date.we": [
2478
2544
  {
@@ -2485,6 +2551,74 @@ var es = {
2485
2551
  type: 0,
2486
2552
  value: "Miércoles"
2487
2553
  }
2554
+ ],
2555
+ "date.yearSelected": [
2556
+ {
2557
+ type: 1,
2558
+ value: "year"
2559
+ },
2560
+ {
2561
+ type: 0,
2562
+ value: " seleccionado."
2563
+ }
2564
+ ],
2565
+ "file.actionMenuLabel": [
2566
+ {
2567
+ type: 0,
2568
+ value: "Acciones"
2569
+ }
2570
+ ],
2571
+ "file.clearErrorLabel": [
2572
+ {
2573
+ type: 0,
2574
+ value: "Eliminar error de "
2575
+ },
2576
+ {
2577
+ type: 1,
2578
+ value: "fileName"
2579
+ }
2580
+ ],
2581
+ "file.clearErrorText": [
2582
+ {
2583
+ type: 0,
2584
+ value: "Eliminar"
2585
+ }
2586
+ ],
2587
+ "file.deleteAction": [
2588
+ {
2589
+ type: 0,
2590
+ value: "Borrar archivo"
2591
+ }
2592
+ ],
2593
+ "file.deleteButtonTooltip": [
2594
+ {
2595
+ type: 0,
2596
+ value: "Borrar"
2597
+ }
2598
+ ],
2599
+ "file.downloadAction": [
2600
+ {
2601
+ type: 0,
2602
+ value: "Descargar archivo"
2603
+ }
2604
+ ],
2605
+ "file.downloadButtonTooltip": [
2606
+ {
2607
+ type: 0,
2608
+ value: "Descargar"
2609
+ }
2610
+ ],
2611
+ "file.previewAction": [
2612
+ {
2613
+ type: 0,
2614
+ value: "Previsualizar archivo"
2615
+ }
2616
+ ],
2617
+ "file.previewButtonTooltip": [
2618
+ {
2619
+ type: 0,
2620
+ value: "Previsualizar"
2621
+ }
2488
2622
  ],
2489
2623
  "global.characterLimit": [
2490
2624
  {
@@ -2534,6 +2668,18 @@ var es = {
2534
2668
  type: 0,
2535
2669
  value: "Se produjo un error. Vuelva a intentarlo."
2536
2670
  }
2671
+ ],
2672
+ "global.hideVerb": [
2673
+ {
2674
+ type: 0,
2675
+ value: "Ocultar"
2676
+ }
2677
+ ],
2678
+ "global.locked": [
2679
+ {
2680
+ type: 0,
2681
+ value: "bloqueado"
2682
+ }
2537
2683
  ],
2538
2684
  "global.newWindowLink": [
2539
2685
  {
@@ -2546,6 +2692,12 @@ var es = {
2546
2692
  type: 0,
2547
2693
  value: "siguiente"
2548
2694
  }
2695
+ ],
2696
+ "global.openVerb": [
2697
+ {
2698
+ type: 0,
2699
+ value: "Abrir"
2700
+ }
2549
2701
  ],
2550
2702
  "global.previous": [
2551
2703
  {
@@ -2564,12 +2716,130 @@ var es = {
2564
2716
  type: 0,
2565
2717
  value: "Campo de ingreso requerido"
2566
2718
  }
2719
+ ],
2720
+ "global.showVerb": [
2721
+ {
2722
+ type: 0,
2723
+ value: "Mostrar"
2724
+ }
2567
2725
  ],
2568
2726
  "input.numberError": [
2569
2727
  {
2570
2728
  type: 0,
2571
2729
  value: "Ingrese un numero valido por favor."
2572
2730
  }
2731
+ ],
2732
+ "linechart.changeSince": [
2733
+ {
2734
+ type: 0,
2735
+ value: "Cambio desde "
2736
+ },
2737
+ {
2738
+ type: 1,
2739
+ value: "time"
2740
+ }
2741
+ ],
2742
+ "linechart.getLineFocusAnnouncement": [
2743
+ {
2744
+ type: 1,
2745
+ value: "label"
2746
+ },
2747
+ {
2748
+ type: 0,
2749
+ value: ", línea "
2750
+ },
2751
+ {
2752
+ type: 1,
2753
+ value: "lineNumber"
2754
+ },
2755
+ {
2756
+ type: 0,
2757
+ value: " de "
2758
+ },
2759
+ {
2760
+ type: 1,
2761
+ value: "lineTotal"
2762
+ },
2763
+ {
2764
+ type: 0,
2765
+ value: " con "
2766
+ },
2767
+ {
2768
+ type: 1,
2769
+ value: "lineLength"
2770
+ },
2771
+ {
2772
+ type: 0,
2773
+ value: " puntos de datos"
2774
+ }
2775
+ ],
2776
+ "linechart.highlightQualifier": [
2777
+ {
2778
+ type: 0,
2779
+ value: "resaltado"
2780
+ }
2781
+ ],
2782
+ "linechart.instructions": [
2783
+ {
2784
+ type: 0,
2785
+ value: "Utilice las teclas Tab y flecha para explorar los elementos."
2786
+ }
2787
+ ],
2788
+ "linechart.noData": [
2789
+ {
2790
+ type: 0,
2791
+ value: "Sin datos"
2792
+ }
2793
+ ],
2794
+ "linechart.toggleButtonLabel": [
2795
+ {
2796
+ type: 0,
2797
+ value: "Alternar visibilidad de línea, lista con "
2798
+ },
2799
+ {
2800
+ type: 1,
2801
+ value: "itemCount"
2802
+ },
2803
+ {
2804
+ type: 0,
2805
+ value: " elementos"
2806
+ }
2807
+ ],
2808
+ "linechart.toggleButtonState": [
2809
+ {
2810
+ type: 0,
2811
+ value: "alternar "
2812
+ },
2813
+ {
2814
+ options: {
2815
+ other: {
2816
+ value: [
2817
+ ]
2818
+ },
2819
+ "true": {
2820
+ value: [
2821
+ {
2822
+ type: 0,
2823
+ value: "presionado"
2824
+ }
2825
+ ]
2826
+ }
2827
+ },
2828
+ type: 5,
2829
+ value: "isPressed"
2830
+ }
2831
+ ],
2832
+ "navigation.mainNavigation": [
2833
+ {
2834
+ type: 0,
2835
+ value: "Principal"
2836
+ }
2837
+ ],
2838
+ "navigation.showNavigation": [
2839
+ {
2840
+ type: 0,
2841
+ value: "Mostrar navegación"
2842
+ }
2573
2843
  ],
2574
2844
  "navigator.WatermarkAppNavigation": [
2575
2845
  {
@@ -2613,10 +2883,106 @@ var es = {
2613
2883
  value: "email"
2614
2884
  }
2615
2885
  ],
2616
- "navigator.watermarkApps": [
2886
+ "navigator.watermarkApps": [
2887
+ {
2888
+ type: 0,
2889
+ value: "Aplicaciones de Watermark"
2890
+ }
2891
+ ],
2892
+ "pagination.currentPageAnnouncement": [
2893
+ {
2894
+ type: 0,
2895
+ value: "Página actual, "
2896
+ },
2897
+ {
2898
+ type: 1,
2899
+ value: "currentPage"
2900
+ },
2901
+ {
2902
+ type: 0,
2903
+ value: "."
2904
+ }
2905
+ ],
2906
+ "pagination.lastPageButtonLabel": [
2907
+ {
2908
+ type: 0,
2909
+ value: "Ir a la última página, página "
2910
+ },
2911
+ {
2912
+ type: 1,
2913
+ value: "totalPages"
2914
+ }
2915
+ ],
2916
+ "pagination.navLabel": [
2917
+ {
2918
+ type: 0,
2919
+ value: "Navegación de paginación."
2920
+ }
2921
+ ],
2922
+ "pagination.nextPageButtonLabel": [
2923
+ {
2924
+ type: 0,
2925
+ value: "Ir a la página siguiente"
2926
+ }
2927
+ ],
2928
+ "pagination.pageButtonLabel": [
2929
+ {
2930
+ type: 0,
2931
+ value: "Ir a la página "
2932
+ },
2933
+ {
2934
+ type: 1,
2935
+ value: "pageNum"
2936
+ }
2937
+ ],
2938
+ "pagination.pagesInView": [
2939
+ {
2940
+ type: 0,
2941
+ value: "Viendo "
2942
+ },
2943
+ {
2944
+ options: {
2945
+ other: {
2946
+ value: [
2947
+ {
2948
+ type: 1,
2949
+ value: "itemStart"
2950
+ },
2951
+ {
2952
+ type: 0,
2953
+ value: "-"
2954
+ },
2955
+ {
2956
+ type: 1,
2957
+ value: "itemEnd"
2958
+ },
2959
+ {
2960
+ type: 0,
2961
+ value: " de "
2962
+ },
2963
+ {
2964
+ type: 1,
2965
+ value: "totalItems"
2966
+ }
2967
+ ]
2968
+ },
2969
+ "true": {
2970
+ value: [
2971
+ {
2972
+ type: 1,
2973
+ value: "itemStart"
2974
+ }
2975
+ ]
2976
+ }
2977
+ },
2978
+ type: 5,
2979
+ value: "atEnd"
2980
+ }
2981
+ ],
2982
+ "pagination.previousPageButtonLabel": [
2617
2983
  {
2618
2984
  type: 0,
2619
- value: "Aplicaciones de Watermark"
2985
+ value: "Ir a la página anterior"
2620
2986
  }
2621
2987
  ],
2622
2988
  "search.jumpToResult": [
@@ -2725,18 +3091,151 @@ var es = {
2725
3091
  type: 6,
2726
3092
  value: "numResults"
2727
3093
  }
3094
+ ],
3095
+ "select.allOptionsDeselected": [
3096
+ {
3097
+ type: 0,
3098
+ value: "Todas las opciones deseleccionadas"
3099
+ }
3100
+ ],
3101
+ "select.allOptionsSelected": [
3102
+ {
3103
+ type: 0,
3104
+ value: "Todas las opciones seleccionadas"
3105
+ }
2728
3106
  ],
2729
3107
  "select.allSelected": [
2730
3108
  {
2731
3109
  type: 0,
2732
3110
  value: "Todo seleccionado"
2733
3111
  }
3112
+ ],
3113
+ "select.deselectAll": [
3114
+ {
3115
+ type: 0,
3116
+ value: "Deseleccionar todo"
3117
+ }
3118
+ ],
3119
+ "select.multiClearSelection": [
3120
+ {
3121
+ type: 0,
3122
+ value: "Eliminar todas las selecciones"
3123
+ }
2734
3124
  ],
2735
3125
  "select.multiPlaceholder": [
2736
3126
  {
2737
3127
  type: 0,
2738
3128
  value: "Haga una elección"
2739
3129
  }
3130
+ ],
3131
+ "select.noSearchResults": [
3132
+ {
3133
+ type: 0,
3134
+ value: "No se encontraron resultados. Intente su búsqueda de nuevo."
3135
+ }
3136
+ ],
3137
+ "select.optgroupMultipleSelectionCount": [
3138
+ {
3139
+ type: 1,
3140
+ value: "numberSelected"
3141
+ },
3142
+ {
3143
+ type: 0,
3144
+ value: " seleccionados"
3145
+ }
3146
+ ],
3147
+ "select.optgroupSingleSelectionCount": [
3148
+ {
3149
+ type: 0,
3150
+ value: "Elemento seleccionado"
3151
+ }
3152
+ ],
3153
+ "select.searchPlaceholder": [
3154
+ {
3155
+ type: 0,
3156
+ value: "Buscar"
3157
+ }
3158
+ ],
3159
+ "select.searchResultsFound": [
3160
+ {
3161
+ offset: 0,
3162
+ options: {
3163
+ one: {
3164
+ value: [
3165
+ {
3166
+ type: 0,
3167
+ value: "1 opción encontrada"
3168
+ }
3169
+ ]
3170
+ },
3171
+ other: {
3172
+ value: [
3173
+ {
3174
+ type: 7
3175
+ },
3176
+ {
3177
+ type: 0,
3178
+ value: " opciones encontradas"
3179
+ }
3180
+ ]
3181
+ }
3182
+ },
3183
+ pluralType: "cardinal",
3184
+ type: 6,
3185
+ value: "numberResults"
3186
+ }
3187
+ ],
3188
+ "select.selectAll": [
3189
+ {
3190
+ type: 0,
3191
+ value: "Seleccionar todo"
3192
+ }
3193
+ ],
3194
+ "select.selectionCleared": [
3195
+ {
3196
+ type: 0,
3197
+ value: "Selección borrada"
3198
+ }
3199
+ ],
3200
+ "select.singleClearSelection": [
3201
+ {
3202
+ type: 0,
3203
+ value: "Eliminar selección"
3204
+ }
3205
+ ],
3206
+ "select.singlePlaceholder": [
3207
+ {
3208
+ type: 0,
3209
+ value: "Seleccionar una opción"
3210
+ }
3211
+ ],
3212
+ "snackbar.closeNotification": [
3213
+ {
3214
+ type: 0,
3215
+ value: "Cerrar esta notificación"
3216
+ }
3217
+ ],
3218
+ "tab.selectLabel": [
3219
+ {
3220
+ type: 0,
3221
+ value: "Elegir una pestaña"
3222
+ }
3223
+ ],
3224
+ "tagInput.addNewHelpText": [
3225
+ {
3226
+ type: 0,
3227
+ value: "Presione la tecla Enter o Coma para agregar una nueva etiqueta."
3228
+ }
3229
+ ],
3230
+ "tagInput.addNewTag": [
3231
+ {
3232
+ type: 0,
3233
+ value: "Agregar "
3234
+ },
3235
+ {
3236
+ type: 1,
3237
+ value: "newTagName"
3238
+ }
2740
3239
  ],
2741
3240
  "tagInput.existingOptions": [
2742
3241
  {
@@ -2784,6 +3283,12 @@ var es = {
2784
3283
  type: 0,
2785
3284
  value: "Se ha alcanzado el limite máximo de etiquetas, no se pueden agregar etiquetas adicionales."
2786
3285
  }
3286
+ ],
3287
+ "tagInput.noResults": [
3288
+ {
3289
+ type: 0,
3290
+ value: "Ningún resultado coincide con su búsqueda."
3291
+ }
2787
3292
  ],
2788
3293
  "tagInput.placeholderAdd": [
2789
3294
  {
@@ -2802,6 +3307,12 @@ var es = {
2802
3307
  type: 0,
2803
3308
  value: "Buscsa y selecciona una etiqueta"
2804
3309
  }
3310
+ ],
3311
+ "tagInput.selectionHelpText": [
3312
+ {
3313
+ type: 0,
3314
+ value: "Busque y seleccione una etiqueta."
3315
+ }
2805
3316
  ],
2806
3317
  "tagInput.tagAdded": [
2807
3318
  {
@@ -2828,6 +3339,16 @@ var es = {
2828
3339
  type: 0,
2829
3340
  value: "Selección de etiquetas. Presione la tecla retroceso o eliminar para quitar una etiqueta."
2830
3341
  }
3342
+ ],
3343
+ "tagInput.tagLocked": [
3344
+ {
3345
+ type: 1,
3346
+ value: "tagName"
3347
+ },
3348
+ {
3349
+ type: 0,
3350
+ value: " está bloqueada y no se puede eliminar."
3351
+ }
2831
3352
  ],
2832
3353
  "tagInput.tagRemoved": [
2833
3354
  {
@@ -2838,6 +3359,12 @@ var es = {
2838
3359
  type: 0,
2839
3360
  value: " quitado"
2840
3361
  }
3362
+ ],
3363
+ "tagInput.tagsAdded": [
3364
+ {
3365
+ type: 0,
3366
+ value: "Etiquetas agregadas"
3367
+ }
2841
3368
  ],
2842
3369
  "tagInput.tagsAddedCounter": [
2843
3370
  {
@@ -2888,12 +3415,62 @@ var es = {
2888
3415
  type: 0,
2889
3416
  value: "Más información"
2890
3417
  }
3418
+ ],
3419
+ "uploader.acceptedFileTypes": [
3420
+ {
3421
+ children: [
3422
+ {
3423
+ type: 0,
3424
+ value: "Tipo(s) de archivo(s) aceptados:"
3425
+ }
3426
+ ],
3427
+ type: 8,
3428
+ value: "b"
3429
+ },
3430
+ {
3431
+ type: 0,
3432
+ value: " "
3433
+ },
3434
+ {
3435
+ type: 1,
3436
+ value: "fileTypes"
3437
+ }
3438
+ ],
3439
+ "uploader.dropFile": [
3440
+ {
3441
+ type: 0,
3442
+ value: "Soltar para cargar"
3443
+ }
3444
+ ],
3445
+ "uploader.dropInstructions": [
3446
+ {
3447
+ type: 0,
3448
+ value: "Examinar o arrastrar archivos aquí"
3449
+ }
2891
3450
  ],
2892
3451
  "uploader.duplicateName": [
2893
3452
  {
2894
3453
  type: 0,
2895
3454
  value: "Ya existe un archivo con este nombre."
2896
3455
  }
3456
+ ],
3457
+ "uploader.fileCount": [
3458
+ {
3459
+ type: 1,
3460
+ value: "x"
3461
+ },
3462
+ {
3463
+ type: 0,
3464
+ value: " de "
3465
+ },
3466
+ {
3467
+ type: 1,
3468
+ value: "y"
3469
+ },
3470
+ {
3471
+ type: 0,
3472
+ value: " archivos"
3473
+ }
2897
3474
  ],
2898
3475
  "uploader.fileDeleted": [
2899
3476
  {
@@ -2914,6 +3491,12 @@ var es = {
2914
3491
  type: 0,
2915
3492
  value: " no se pudo eliminar."
2916
3493
  }
3494
+ ],
3495
+ "uploader.fileRequirements": [
3496
+ {
3497
+ type: 0,
3498
+ value: "Requisitos del archivo"
3499
+ }
2917
3500
  ],
2918
3501
  "uploader.fileTooLarge": [
2919
3502
  {
@@ -2940,6 +3523,18 @@ var es = {
2940
3523
  type: 0,
2941
3524
  value: "Alcanzó el límite de carga de archivos."
2942
3525
  }
3526
+ ],
3527
+ "uploader.fileUploadLimitExceeded": [
3528
+ {
3529
+ type: 0,
3530
+ value: "La carga no se realizó correctamente porque la selección de archivos excedería el número máximo de archivos"
3531
+ }
3532
+ ],
3533
+ "uploader.fileUploadLimitReached": [
3534
+ {
3535
+ type: 0,
3536
+ value: "Se ha alcanzado el número máximo de archivos"
3537
+ }
2943
3538
  ],
2944
3539
  "uploader.filesAdded": [
2945
3540
  {
@@ -3014,6 +3609,26 @@ var es = {
3014
3609
  type: 1,
3015
3610
  value: "validTypes"
3016
3611
  }
3612
+ ],
3613
+ "uploader.maxSize": [
3614
+ {
3615
+ children: [
3616
+ {
3617
+ type: 0,
3618
+ value: "Tamaño máximo del archivo:"
3619
+ }
3620
+ ],
3621
+ type: 8,
3622
+ value: "b"
3623
+ },
3624
+ {
3625
+ type: 0,
3626
+ value: " "
3627
+ },
3628
+ {
3629
+ type: 1,
3630
+ value: "maxSize"
3631
+ }
3017
3632
  ],
3018
3633
  "uploader.uploadProgress": [
3019
3634
  {
@@ -3028,6 +3643,18 @@ var es = {
3028
3643
  type: 0,
3029
3644
  value: "%"
3030
3645
  }
3646
+ ],
3647
+ "uploader.waitToUpload": [
3648
+ {
3649
+ type: 0,
3650
+ value: "Espere a que se complete la carga actual antes de cargar nuevos archivos."
3651
+ }
3652
+ ],
3653
+ "uploader.zeroFileSize": [
3654
+ {
3655
+ type: 0,
3656
+ value: "El archivo debe tener más de 0 bytes"
3657
+ }
3031
3658
  ]
3032
3659
  };
3033
3660
 
@@ -17011,6 +17638,22 @@ function getFirstFocusableDescendant(element) {
17011
17638
  });
17012
17639
  }
17013
17640
  }
17641
+ function getLastFocusableDescendant(element) {
17642
+ if (isFocusable(element)) {
17643
+ return checkForFocusableElInShadow(element);
17644
+ }
17645
+ else if (element.childNodes.length > 0) {
17646
+ // Convert to array and reverse to process children from last to first
17647
+ const children = Array.from(element.childNodes).reverse();
17648
+ return children.reduce((focusable, child) => {
17649
+ if (focusable)
17650
+ return focusable;
17651
+ const childEl = getLastFocusableDescendant(child);
17652
+ return childEl ? checkForFocusableElInShadow(childEl) : null;
17653
+ }, null);
17654
+ }
17655
+ return null;
17656
+ }
17014
17657
  // takes a string (space separated list of extensions), returns an array of strings (corresponding MIME types)
17015
17658
  function getAcceptedMimeTypesList(acceptedExtensions) {
17016
17659
  // this is just a list of common file types (regardless of whether they are/can be valid or not)
@@ -17462,4 +18105,4 @@ const weekdays = [
17462
18105
  intl.formatMessage({ id: "date.saturday", defaultMessage: "Saturday" }),
17463
18106
  ];
17464
18107
 
17465
- export { checkForActiveElInShadow as A, throttle as B, snakeCaseToCamelCase as C, getNewIndexToFocus as D, isElOrChild as E, findScrollableParent as F, getPosition as G, safeMultiplyFloat as H, measureText as I, findNext as J, findPrev as K, shouldOpenDown as L, shouldShiftLeft as M, dateToISO as a, getContextMeasurements as b, dateFind as c, debounce as d, calendar_months as e, findParentWithHiddenOverflow as f, generateId as g, handleDisabledAttribute as h, intl as i, hasRoomRight as j, getMonthLength as k, truncateText as l, makeISO as m, showTooltip as n, hideTooltip as o, shouldShiftRight as p, getTextDir as q, triggerFormSubmit as r, shouldOpenUp as s, toBool as t, transposeMatrix as u, csvToArray as v, weekdays as w, wrapAround as x, getSmallestSkipInterval as y, calcPercentageInRange as z };
18108
+ export { isElOrChild as A, getTextDir as B, getPosition as C, safeMultiplyFloat as D, measureText as E, findNext as F, findPrev as G, findScrollableParent as H, shouldOpenDown as I, shouldShiftRight as J, shouldShiftLeft as K, getMonthLength as L, makeISO as M, weekdays as N, dateToISO as a, getContextMeasurements as b, dateFind as c, debounce as d, calendar_months as e, findParentWithHiddenOverflow as f, generateId as g, handleDisabledAttribute as h, intl as i, hasRoomRight as j, truncateText as k, showTooltip as l, hideTooltip as m, getLastFocusableDescendant as n, csvToArray as o, triggerFormSubmit as p, transposeMatrix as q, getSmallestSkipInterval as r, shouldOpenUp as s, toBool as t, calcPercentageInRange as u, checkForActiveElInShadow as v, wrapAround as w, throttle as x, snakeCaseToCamelCase as y, getNewIndexToFocus as z };