@bizy/core 19.0.0
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/fesm2022/bizy-core.mjs +6836 -0
- package/fesm2022/bizy-core.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/components/accordion/accordion.component.d.ts +15 -0
- package/lib/components/accordion/index.d.ts +2 -0
- package/lib/components/bar-line-chart/bar-line-chart.component.d.ts +29 -0
- package/lib/components/bar-line-chart/bar-line-chart.types.d.ts +17 -0
- package/lib/components/bar-line-chart/index.d.ts +3 -0
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +15 -0
- package/lib/components/breadcrumb/breadcrumb.types.d.ts +6 -0
- package/lib/components/breadcrumb/index.d.ts +3 -0
- package/lib/components/button/button.component.d.ts +13 -0
- package/lib/components/button/index.d.ts +2 -0
- package/lib/components/calendar/calendar.component.d.ts +47 -0
- package/lib/components/calendar/calendar.formatter.d.ts +7 -0
- package/lib/components/calendar/calendar.types.d.ts +32 -0
- package/lib/components/calendar/index.d.ts +3 -0
- package/lib/components/card/card.component.d.ts +12 -0
- package/lib/components/card/index.d.ts +2 -0
- package/lib/components/checkbox/checkbox.component.d.ts +13 -0
- package/lib/components/checkbox/index.d.ts +2 -0
- package/lib/components/date-picker/date-picker.component.d.ts +45 -0
- package/lib/components/date-picker/index.d.ts +2 -0
- package/lib/components/file-uploader/file-uploader.component.d.ts +46 -0
- package/lib/components/file-uploader/file-uploader.service.d.ts +51 -0
- package/lib/components/file-uploader/index.d.ts +4 -0
- package/lib/components/filter/filter-content/filter-content.component.d.ts +5 -0
- package/lib/components/filter/filter-section/filter-section.component.d.ts +24 -0
- package/lib/components/filter/filter-section-checkbox-option/filter-section-checkbox-option.component.d.ts +17 -0
- package/lib/components/filter/filter-section-range-option/filter-section-range-option.component.d.ts +34 -0
- package/lib/components/filter/filter-section-search-option/filter-section-search-option.component.d.ts +21 -0
- package/lib/components/filter/filter-sections/filter-sections.component.d.ts +5 -0
- package/lib/components/filter/filter.component.d.ts +27 -0
- package/lib/components/filter/index.d.ts +10 -0
- package/lib/components/filter/pipes/filter.pipe.d.ts +10 -0
- package/lib/components/filter/pipes/index.d.ts +2 -0
- package/lib/components/filter/pipes/range-filter.pipe.d.ts +10 -0
- package/lib/components/form/form.component.d.ts +19 -0
- package/lib/components/form/index.d.ts +2 -0
- package/lib/components/grid/grid-row/grid-row.component.d.ts +12 -0
- package/lib/components/grid/grid.component.d.ts +26 -0
- package/lib/components/grid/grid.directive.d.ts +13 -0
- package/lib/components/grid/index.d.ts +5 -0
- package/lib/components/index.d.ts +26 -0
- package/lib/components/input/index.d.ts +3 -0
- package/lib/components/input/input-option/input-option.component.d.ts +16 -0
- package/lib/components/input/input.component.d.ts +56 -0
- package/lib/components/list/index.d.ts +2 -0
- package/lib/components/list/list.component.d.ts +7 -0
- package/lib/components/menu/index.d.ts +4 -0
- package/lib/components/menu/menu-option/menu-option.component.d.ts +20 -0
- package/lib/components/menu/menu-title/menu-title.component.d.ts +6 -0
- package/lib/components/menu/menu.component.d.ts +26 -0
- package/lib/components/pie-chart/index.d.ts +3 -0
- package/lib/components/pie-chart/pie-chart.component.d.ts +28 -0
- package/lib/components/pie-chart/pie-chart.types.d.ts +5 -0
- package/lib/components/radio/index.d.ts +2 -0
- package/lib/components/radio/radio.component.d.ts +13 -0
- package/lib/components/select/index.d.ts +3 -0
- package/lib/components/select/select-option/select-option.component.d.ts +21 -0
- package/lib/components/select/select.component.d.ts +37 -0
- package/lib/components/sidebar/index.d.ts +5 -0
- package/lib/components/sidebar/sidebar-floating-option/sidebar-floating-option.component.d.ts +34 -0
- package/lib/components/sidebar/sidebar-floating-option-title/sidebar-floating-option-title.component.d.ts +7 -0
- package/lib/components/sidebar/sidebar-option/sidebar-option.component.d.ts +23 -0
- package/lib/components/sidebar/sidebar.component.d.ts +19 -0
- package/lib/components/skeleton/index.d.ts +3 -0
- package/lib/components/skeleton/skeleton.component.d.ts +12 -0
- package/lib/components/skeleton/skeleton.types.d.ts +4 -0
- package/lib/components/slider/index.d.ts +2 -0
- package/lib/components/slider/slider.component.d.ts +20 -0
- package/lib/components/table/directives/index.d.ts +1 -0
- package/lib/components/table/directives/table-column-fixed.directive.d.ts +9 -0
- package/lib/components/table/index.d.ts +12 -0
- package/lib/components/table/table-column/table-column.component.d.ts +12 -0
- package/lib/components/table/table-column-arrows/table-column-arrows.component.d.ts +8 -0
- package/lib/components/table/table-footer/table-footer.component.d.ts +19 -0
- package/lib/components/table/table-header/table-header.component.d.ts +23 -0
- package/lib/components/table/table-row/table-row.component.d.ts +28 -0
- package/lib/components/table/table-row-expand-content/table-row-expand-content.component.d.ts +5 -0
- package/lib/components/table/table-scrolling/table-scrolling.component.d.ts +23 -0
- package/lib/components/table/table-scrolling/table-scrolling.directive.d.ts +15 -0
- package/lib/components/table/table.component.d.ts +30 -0
- package/lib/components/tabs/index.d.ts +3 -0
- package/lib/components/tabs/tab/tab.component.d.ts +16 -0
- package/lib/components/tabs/tabs.component.d.ts +21 -0
- package/lib/components/tag/index.d.ts +3 -0
- package/lib/components/tag/tag.component.d.ts +11 -0
- package/lib/components/tag/tag.types.d.ts +7 -0
- package/lib/components/toggle/index.d.ts +3 -0
- package/lib/components/toggle/toggle.component.d.ts +12 -0
- package/lib/components/toggle/toggle.types.d.ts +1 -0
- package/lib/components/toolbar/index.d.ts +2 -0
- package/lib/components/toolbar/toolbar.component.d.ts +5 -0
- package/lib/directives/copy-to-clipboard.directive.d.ts +16 -0
- package/lib/directives/currency-format.directive.d.ts +16 -0
- package/lib/directives/index.d.ts +11 -0
- package/lib/directives/loading.directive.d.ts +16 -0
- package/lib/directives/long-press.directive.d.ts +12 -0
- package/lib/directives/only-numbers.directive.d.ts +12 -0
- package/lib/directives/only-phone-digits.directive.d.ts +8 -0
- package/lib/directives/text-ellipsis.directive.d.ts +12 -0
- package/lib/directives/tooltip.directive.d.ts +24 -0
- package/lib/directives/track-by-id.directive.d.ts +12 -0
- package/lib/pipes/average.pipe.d.ts +7 -0
- package/lib/pipes/enum-to-array.pipe.d.ts +10 -0
- package/lib/pipes/format-seconds.pipe.d.ts +13 -0
- package/lib/pipes/index.d.ts +13 -0
- package/lib/pipes/order-by.pipe.d.ts +8 -0
- package/lib/pipes/reduce.pipe.d.ts +7 -0
- package/lib/pipes/repeat.pipe.d.ts +7 -0
- package/lib/pipes/safe.pipe.d.ts +10 -0
- package/lib/pipes/search/index.d.ts +2 -0
- package/lib/pipes/search/search.model.d.ts +45 -0
- package/lib/pipes/search/search.pipe.d.ts +16 -0
- package/lib/pipes/selected.pipe.d.ts +11 -0
- package/lib/pipes/set-to-array.pipe.d.ts +7 -0
- package/lib/pipes/translate.pipe.d.ts +10 -0
- package/lib/services/animation.service.d.ts +24 -0
- package/lib/services/cache.service.d.ts +13 -0
- package/lib/services/copy-to-clipboard.service.d.ts +10 -0
- package/lib/services/export-to-csv.service.d.ts +19 -0
- package/lib/services/format-seconds.service.d.ts +22 -0
- package/lib/services/index.d.ts +17 -0
- package/lib/services/keyboard.service.d.ts +11 -0
- package/lib/services/log.service.d.ts +27 -0
- package/lib/services/popup/index.d.ts +2 -0
- package/lib/services/popup/popup-wrapper/popup-wrapper.component.d.ts +11 -0
- package/lib/services/popup/popup.service.d.ts +24 -0
- package/lib/services/popup/popup.types.d.ts +4 -0
- package/lib/services/router.service.d.ts +29 -0
- package/lib/services/storage.service.d.ts +9 -0
- package/lib/services/toast/index.d.ts +1 -0
- package/lib/services/toast/toast-wrapper/toast-wrapper.component.d.ts +19 -0
- package/lib/services/toast/toast.service.d.ts +45 -0
- package/lib/services/translate/index.d.ts +2 -0
- package/lib/services/translate/translate.module.d.ts +7 -0
- package/lib/services/translate/translate.service.d.ts +23 -0
- package/lib/services/user-agent/uach-retrofill.d.ts +34 -0
- package/lib/services/user-agent/user-agent.service.d.ts +6 -0
- package/lib/services/validator.service.d.ts +16 -0
- package/lib/services/viewport.service.d.ts +17 -0
- package/package.json +41 -0
- package/public-api.d.ts +4 -0
- package/styles/animations.css +186 -0
- package/styles/calendar.css +851 -0
- package/styles/date-picker.css +2 -0
- package/styles/file-uploader.css +2 -0
- package/styles/loading.css +90 -0
- package/styles/normalize.css +102 -0
- package/styles/overlay.css +1 -0
- package/styles/popup.css +21 -0
- package/styles/toast.css +83 -0
- package/styles/tooltip.css +55 -0
- package/styles/variables.css +288 -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.