ui-core-abv 0.0.0-watch

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 (103) hide show
  1. package/README.md +63 -0
  2. package/fesm2022/ui-core-abv.mjs +9838 -0
  3. package/fesm2022/ui-core-abv.mjs.map +1 -0
  4. package/index.d.ts +5 -0
  5. package/lib/animations/animatedRow.animation.d.ts +1 -0
  6. package/lib/animations/animatios.index.d.ts +6 -0
  7. package/lib/animations/fadeAndRise.animation.d.ts +1 -0
  8. package/lib/animations/highlightRow.animation.d.ts +1 -0
  9. package/lib/animations/pushTop.animation.d.ts +1 -0
  10. package/lib/animations/sideModal.animation.d.ts +2 -0
  11. package/lib/animations/simpleFade.animation.d.ts +1 -0
  12. package/lib/components/accordion/accordion.component.d.ts +11 -0
  13. package/lib/components/button/button.component.d.ts +21 -0
  14. package/lib/components/dropdown-container/dropdown-close.directive.d.ts +7 -0
  15. package/lib/components/dropdown-container/dropdown-container.component.d.ts +51 -0
  16. package/lib/components/dynamic-form/base-value-accessot.d.ts +12 -0
  17. package/lib/components/dynamic-form/form/dynamic-form.component.d.ts +63 -0
  18. package/lib/components/dynamic-form/form-state.service.d.ts +16 -0
  19. package/lib/components/dynamic-form/form-wrapper/form-wrapper.component.d.ts +57 -0
  20. package/lib/components/dynamic-form/form.models.d.ts +95 -0
  21. package/lib/components/dynamic-form/steps-form/step-tabs/step-tabs.component.d.ts +13 -0
  22. package/lib/components/dynamic-form/steps-form/steps-form.component.d.ts +34 -0
  23. package/lib/components/editable-table/editable-table.component.d.ts +84 -0
  24. package/lib/components/excel-table/excel-table.component.d.ts +21 -0
  25. package/lib/components/inputs/checkbox/checkbox.component.d.ts +28 -0
  26. package/lib/components/inputs/date-picker/date-picker.component.d.ts +89 -0
  27. package/lib/components/inputs/file-input/file-input.component.d.ts +59 -0
  28. package/lib/components/inputs/input/input.component.d.ts +20 -0
  29. package/lib/components/inputs/input-wrapper/input-wrapper.component.d.ts +12 -0
  30. package/lib/components/inputs/multy-searcher/multy-searcher.component.d.ts +11 -0
  31. package/lib/components/inputs/multy-select/multy-select.component.d.ts +59 -0
  32. package/lib/components/inputs/phone-input/phone-countries.data.d.ts +8 -0
  33. package/lib/components/inputs/phone-input/phone-input.component.d.ts +79 -0
  34. package/lib/components/inputs/select/select.component.d.ts +77 -0
  35. package/lib/components/inputs/time-picker/time-picker.component.d.ts +67 -0
  36. package/lib/components/inputs/toggle-button/toggle-button.component.d.ts +12 -0
  37. package/lib/components/inputs/ui-radio/ui-radio.component.d.ts +33 -0
  38. package/lib/components/inputs/ui-slider/ui-slider.component.d.ts +38 -0
  39. package/lib/components/inputs/uic-searcher/uic-searcher.component.d.ts +61 -0
  40. package/lib/components/item-value/item-value.component.d.ts +30 -0
  41. package/lib/components/kpi-card/kpi-card.component.d.ts +15 -0
  42. package/lib/components/modal/floating-modal/modal.component.d.ts +21 -0
  43. package/lib/components/modal/floating-modal/modalconfig.model.d.ts +7 -0
  44. package/lib/components/modal/side-modal/side-modal.component.d.ts +30 -0
  45. package/lib/components/modal/side-modal/sideModalConfig.model.d.ts +16 -0
  46. package/lib/components/overlay-card/overlay-card.component.d.ts +17 -0
  47. package/lib/components/pool-options/pool-options.component.d.ts +46 -0
  48. package/lib/components/progress-bar/progress-bar.component.d.ts +17 -0
  49. package/lib/components/push-alerts/alert/alert.component.d.ts +16 -0
  50. package/lib/components/push-alerts/alert-container/alert-container.component.d.ts +13 -0
  51. package/lib/components/push-alerts/alert.helpers.d.ts +5 -0
  52. package/lib/components/push-alerts/alert.model.d.ts +29 -0
  53. package/lib/components/push-alerts/tynyalert.helpers.d.ts +6 -0
  54. package/lib/components/rule-builder/rule-builder.component.d.ts +111 -0
  55. package/lib/components/rule-builder/rule-definirion/rule-definirion.component.d.ts +55 -0
  56. package/lib/components/short-table/short-table.component.d.ts +15 -0
  57. package/lib/components/signature-pad/signature-pad.component.d.ts +36 -0
  58. package/lib/components/skeleton-cards/skeleton-cards.component.d.ts +13 -0
  59. package/lib/components/skeleton-loader/skeleton-loader.component.d.ts +10 -0
  60. package/lib/components/status-label/status-label.component.d.ts +8 -0
  61. package/lib/components/table/table-list/table-list.component.d.ts +7 -0
  62. package/lib/components/table/table-pagination/table-pagination.component.d.ts +20 -0
  63. package/lib/components/table/table-searcher/table-searcher.component.d.ts +15 -0
  64. package/lib/components/table/table-user/table-user.component.d.ts +7 -0
  65. package/lib/components/table/table.component.d.ts +92 -0
  66. package/lib/components/table/table.models.d.ts +70 -0
  67. package/lib/components/tabs-button/tabs-button.component.d.ts +17 -0
  68. package/lib/components/tag-selector/tag-selector.component.d.ts +52 -0
  69. package/lib/components/tiny-alert/tiny-alert.component.d.ts +15 -0
  70. package/lib/components/tiny-alert/tiny-alert.model.d.ts +33 -0
  71. package/lib/components/tooltip/tooltip.component.d.ts +9 -0
  72. package/lib/components/tree-admin/tree-admin.component.d.ts +81 -0
  73. package/lib/components/uic-action-button/uic-action-button.component.d.ts +36 -0
  74. package/lib/components/uic-portlet-card/uic-portlet-card.component.d.ts +37 -0
  75. package/lib/components/user-formbuilder/block-editor/block-editor.component.d.ts +20 -0
  76. package/lib/components/user-formbuilder/block-editor/field-editor/field-editor.component.d.ts +33 -0
  77. package/lib/components/user-formbuilder/block-editor/field-editor/field-options-editor/field-options-editor.component.d.ts +12 -0
  78. package/lib/components/user-formbuilder/block-editor/field-type-selector/field-type-selector.component.d.ts +9 -0
  79. package/lib/components/user-formbuilder/form-preview/form-preview.component.d.ts +14 -0
  80. package/lib/components/user-formbuilder/user-formbuilder.component.d.ts +61 -0
  81. package/lib/components/work-panel/work-panel.component.d.ts +63 -0
  82. package/lib/directives/textarea-autoresize-max-rows.directive.d.ts +9 -0
  83. package/lib/directives/textarea-autoresize-min-rows.directive.d.ts +9 -0
  84. package/lib/directives/textarea-autoresize.directive.d.ts +29 -0
  85. package/lib/directives/tool-tip.directive.d.ts +18 -0
  86. package/lib/helpers.d.ts +8 -0
  87. package/lib/pipes/first-capital.pipe.d.ts +7 -0
  88. package/lib/pipes/name-inits.pipe.d.ts +7 -0
  89. package/lib/pipes/translate.pipe.d.ts +11 -0
  90. package/lib/services/modaRef.d.ts +15 -0
  91. package/lib/services/modal.constant.d.ts +5 -0
  92. package/lib/services/modal.service.d.ts +22 -0
  93. package/lib/services/push-alert.service.d.ts +13 -0
  94. package/lib/services/tiny-alert.service.d.ts +13 -0
  95. package/lib/services/translate.service.d.ts +22 -0
  96. package/lib/translate/dictionary.en.d.ts +290 -0
  97. package/lib/translate/dictionary.es.d.ts +290 -0
  98. package/package.json +27 -0
  99. package/public-api.d.ts +59 -0
  100. package/src/lib/styles/_default_colors.scss +101 -0
  101. package/src/lib/styles/_mixins.scss +20 -0
  102. package/src/lib/styles/_tokens.scss +73 -0
  103. package/src/lib/styles/_variables.scss +51 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.