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.
- package/README.md +63 -0
- package/fesm2022/ui-core-abv.mjs +9838 -0
- package/fesm2022/ui-core-abv.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/animations/animatedRow.animation.d.ts +1 -0
- package/lib/animations/animatios.index.d.ts +6 -0
- package/lib/animations/fadeAndRise.animation.d.ts +1 -0
- package/lib/animations/highlightRow.animation.d.ts +1 -0
- package/lib/animations/pushTop.animation.d.ts +1 -0
- package/lib/animations/sideModal.animation.d.ts +2 -0
- package/lib/animations/simpleFade.animation.d.ts +1 -0
- package/lib/components/accordion/accordion.component.d.ts +11 -0
- package/lib/components/button/button.component.d.ts +21 -0
- package/lib/components/dropdown-container/dropdown-close.directive.d.ts +7 -0
- package/lib/components/dropdown-container/dropdown-container.component.d.ts +51 -0
- package/lib/components/dynamic-form/base-value-accessot.d.ts +12 -0
- package/lib/components/dynamic-form/form/dynamic-form.component.d.ts +63 -0
- package/lib/components/dynamic-form/form-state.service.d.ts +16 -0
- package/lib/components/dynamic-form/form-wrapper/form-wrapper.component.d.ts +57 -0
- package/lib/components/dynamic-form/form.models.d.ts +95 -0
- package/lib/components/dynamic-form/steps-form/step-tabs/step-tabs.component.d.ts +13 -0
- package/lib/components/dynamic-form/steps-form/steps-form.component.d.ts +34 -0
- package/lib/components/editable-table/editable-table.component.d.ts +84 -0
- package/lib/components/excel-table/excel-table.component.d.ts +21 -0
- package/lib/components/inputs/checkbox/checkbox.component.d.ts +28 -0
- package/lib/components/inputs/date-picker/date-picker.component.d.ts +89 -0
- package/lib/components/inputs/file-input/file-input.component.d.ts +59 -0
- package/lib/components/inputs/input/input.component.d.ts +20 -0
- package/lib/components/inputs/input-wrapper/input-wrapper.component.d.ts +12 -0
- package/lib/components/inputs/multy-searcher/multy-searcher.component.d.ts +11 -0
- package/lib/components/inputs/multy-select/multy-select.component.d.ts +59 -0
- package/lib/components/inputs/phone-input/phone-countries.data.d.ts +8 -0
- package/lib/components/inputs/phone-input/phone-input.component.d.ts +79 -0
- package/lib/components/inputs/select/select.component.d.ts +77 -0
- package/lib/components/inputs/time-picker/time-picker.component.d.ts +67 -0
- package/lib/components/inputs/toggle-button/toggle-button.component.d.ts +12 -0
- package/lib/components/inputs/ui-radio/ui-radio.component.d.ts +33 -0
- package/lib/components/inputs/ui-slider/ui-slider.component.d.ts +38 -0
- package/lib/components/inputs/uic-searcher/uic-searcher.component.d.ts +61 -0
- package/lib/components/item-value/item-value.component.d.ts +30 -0
- package/lib/components/kpi-card/kpi-card.component.d.ts +15 -0
- package/lib/components/modal/floating-modal/modal.component.d.ts +21 -0
- package/lib/components/modal/floating-modal/modalconfig.model.d.ts +7 -0
- package/lib/components/modal/side-modal/side-modal.component.d.ts +30 -0
- package/lib/components/modal/side-modal/sideModalConfig.model.d.ts +16 -0
- package/lib/components/overlay-card/overlay-card.component.d.ts +17 -0
- package/lib/components/pool-options/pool-options.component.d.ts +46 -0
- package/lib/components/progress-bar/progress-bar.component.d.ts +17 -0
- package/lib/components/push-alerts/alert/alert.component.d.ts +16 -0
- package/lib/components/push-alerts/alert-container/alert-container.component.d.ts +13 -0
- package/lib/components/push-alerts/alert.helpers.d.ts +5 -0
- package/lib/components/push-alerts/alert.model.d.ts +29 -0
- package/lib/components/push-alerts/tynyalert.helpers.d.ts +6 -0
- package/lib/components/rule-builder/rule-builder.component.d.ts +111 -0
- package/lib/components/rule-builder/rule-definirion/rule-definirion.component.d.ts +55 -0
- package/lib/components/short-table/short-table.component.d.ts +15 -0
- package/lib/components/signature-pad/signature-pad.component.d.ts +36 -0
- package/lib/components/skeleton-cards/skeleton-cards.component.d.ts +13 -0
- package/lib/components/skeleton-loader/skeleton-loader.component.d.ts +10 -0
- package/lib/components/status-label/status-label.component.d.ts +8 -0
- package/lib/components/table/table-list/table-list.component.d.ts +7 -0
- package/lib/components/table/table-pagination/table-pagination.component.d.ts +20 -0
- package/lib/components/table/table-searcher/table-searcher.component.d.ts +15 -0
- package/lib/components/table/table-user/table-user.component.d.ts +7 -0
- package/lib/components/table/table.component.d.ts +92 -0
- package/lib/components/table/table.models.d.ts +70 -0
- package/lib/components/tabs-button/tabs-button.component.d.ts +17 -0
- package/lib/components/tag-selector/tag-selector.component.d.ts +52 -0
- package/lib/components/tiny-alert/tiny-alert.component.d.ts +15 -0
- package/lib/components/tiny-alert/tiny-alert.model.d.ts +33 -0
- package/lib/components/tooltip/tooltip.component.d.ts +9 -0
- package/lib/components/tree-admin/tree-admin.component.d.ts +81 -0
- package/lib/components/uic-action-button/uic-action-button.component.d.ts +36 -0
- package/lib/components/uic-portlet-card/uic-portlet-card.component.d.ts +37 -0
- package/lib/components/user-formbuilder/block-editor/block-editor.component.d.ts +20 -0
- package/lib/components/user-formbuilder/block-editor/field-editor/field-editor.component.d.ts +33 -0
- package/lib/components/user-formbuilder/block-editor/field-editor/field-options-editor/field-options-editor.component.d.ts +12 -0
- package/lib/components/user-formbuilder/block-editor/field-type-selector/field-type-selector.component.d.ts +9 -0
- package/lib/components/user-formbuilder/form-preview/form-preview.component.d.ts +14 -0
- package/lib/components/user-formbuilder/user-formbuilder.component.d.ts +61 -0
- package/lib/components/work-panel/work-panel.component.d.ts +63 -0
- package/lib/directives/textarea-autoresize-max-rows.directive.d.ts +9 -0
- package/lib/directives/textarea-autoresize-min-rows.directive.d.ts +9 -0
- package/lib/directives/textarea-autoresize.directive.d.ts +29 -0
- package/lib/directives/tool-tip.directive.d.ts +18 -0
- package/lib/helpers.d.ts +8 -0
- package/lib/pipes/first-capital.pipe.d.ts +7 -0
- package/lib/pipes/name-inits.pipe.d.ts +7 -0
- package/lib/pipes/translate.pipe.d.ts +11 -0
- package/lib/services/modaRef.d.ts +15 -0
- package/lib/services/modal.constant.d.ts +5 -0
- package/lib/services/modal.service.d.ts +22 -0
- package/lib/services/push-alert.service.d.ts +13 -0
- package/lib/services/tiny-alert.service.d.ts +13 -0
- package/lib/services/translate.service.d.ts +22 -0
- package/lib/translate/dictionary.en.d.ts +290 -0
- package/lib/translate/dictionary.es.d.ts +290 -0
- package/package.json +27 -0
- package/public-api.d.ts +59 -0
- package/src/lib/styles/_default_colors.scss +101 -0
- package/src/lib/styles/_mixins.scss +20 -0
- package/src/lib/styles/_tokens.scss +73 -0
- 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.