ca-components 0.0.90 → 0.0.92
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/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +84 -9
- package/esm2022/lib/components/ca-activity-log-list/config/activity-log-search-filter.config.mjs +16 -0
- package/esm2022/lib/components/ca-activity-log-list/config/index.mjs +2 -0
- package/esm2022/lib/components/ca-activity-log-list/models/company-user-avatar-file.model.mjs +2 -0
- package/esm2022/lib/components/ca-activity-log-list/models/company-user.model.mjs +1 -1
- package/esm2022/lib/components/ca-activity-log-list/models/index.mjs +2 -1
- package/esm2022/lib/components/ca-activity-log-list/utils/pipes/company-user-name-transform.pipe.mjs +20 -0
- package/esm2022/lib/components/ca-activity-log-list/utils/pipes/index.mjs +2 -1
- package/esm2022/lib/components/ca-chart/ca-chart.component.mjs +57 -12
- package/esm2022/lib/components/ca-chart/config/ca-base-chart-dataset.config.mjs +3 -3
- package/esm2022/lib/components/ca-chart/config/index.mjs +1 -1
- package/esm2022/lib/components/ca-chart/enums/chart-colors-enum.mjs +3 -1
- package/esm2022/lib/components/ca-chart/enums/chart-event-properties-enum.mjs +5 -0
- package/esm2022/lib/components/ca-chart/enums/chart-event-types-enum.mjs +5 -0
- package/esm2022/lib/components/ca-chart/enums/chart-plugin-ids-enum.mjs +6 -0
- package/esm2022/lib/components/ca-chart/enums/chart-types-enum.mjs +1 -1
- package/esm2022/lib/components/ca-chart/enums/cubic-interpolation-mode-enum.mjs +1 -1
- package/esm2022/lib/components/ca-chart/enums/index.mjs +4 -1
- package/esm2022/lib/components/ca-chart/models/chart-base-dataset.model.mjs +1 -1
- package/esm2022/lib/components/ca-chart/models/chart-data.model.mjs +1 -1
- package/esm2022/lib/components/ca-chart/models/chart-line-dataset.model.mjs +1 -1
- package/esm2022/lib/components/ca-chart/models/index.mjs +1 -1
- package/esm2022/lib/components/ca-chart/utils/guards/chart-type.guard.mjs +2 -2
- package/esm2022/lib/components/ca-chart/utils/guards/index.mjs +2 -2
- package/esm2022/lib/components/ca-chart/utils/helpers/chart.helper.mjs +55 -9
- package/esm2022/lib/components/ca-chart/utils/helpers/index.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-user-filter/models/index.mjs +3 -0
- package/esm2022/lib/components/ca-right-side-panel/ca-right-side-panel.component.mjs +46 -12
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +10 -7
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +209 -22
- package/esm2022/lib/components/ca-right-side-panel/config/ca-right-side-panel.config.mjs +2 -2
- package/esm2022/lib/components/ca-right-side-panel/enums/activity-log-sort-type.enum.mjs +6 -0
- package/esm2022/lib/components/ca-right-side-panel/enums/filter-type.enum.mjs +8 -0
- package/esm2022/lib/components/ca-right-side-panel/enums/index.mjs +5 -1
- package/esm2022/lib/components/ca-right-side-panel/enums/modules-filter-item-label.enum.mjs +5 -0
- package/esm2022/lib/components/ca-right-side-panel/enums/right-side-panel-current-tab.enum.mjs +1 -1
- package/esm2022/lib/components/ca-right-side-panel/enums/selected-module.enum.mjs +2 -2
- package/esm2022/lib/components/ca-right-side-panel/enums/time-filter-type.enum.mjs +11 -0
- package/esm2022/lib/components/ca-right-side-panel/models/action-filter/action-filter-input-data.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/models/activity-log-filter-params.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/models/activity-log-filter.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/models/index.mjs +10 -1
- package/esm2022/lib/components/ca-right-side-panel/models/module-filter/module-filter-activity-log.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/models/module-filter/module-filter-input-data.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/models/navigation-item.model.mjs +1 -1
- package/esm2022/lib/components/ca-right-side-panel/models/time-filter/time-filter-event.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/models/user-filter/user-filter-avatar-file.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/models/user-filter/user-filter-data.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/models/user-filter/user-filter-input-data.model.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/utils/svg-routes/index.mjs +2 -0
- package/esm2022/lib/components/ca-right-side-panel/utils/svg-routes/right-side-panel-top-bar-svg.routes.mjs +10 -0
- package/fesm2022/ca-components.mjs +545 -79
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-activity-log-list/ca-activity-log-list.component.d.ts +28 -4
- package/lib/components/ca-activity-log-list/config/activity-log-search-filter.config.d.ts +5 -0
- package/lib/components/ca-activity-log-list/config/index.d.ts +1 -0
- package/lib/components/ca-activity-log-list/models/company-user-avatar-file.model.d.ts +9 -0
- package/lib/components/ca-activity-log-list/models/company-user.model.d.ts +2 -1
- package/lib/components/ca-activity-log-list/models/index.d.ts +1 -0
- package/lib/components/ca-activity-log-list/utils/pipes/company-user-name-transform.pipe.d.ts +7 -0
- package/lib/components/ca-activity-log-list/utils/pipes/index.d.ts +1 -0
- package/lib/components/ca-chart/ca-chart.component.d.ts +3 -1
- package/lib/components/ca-chart/config/ca-base-chart-dataset.config.d.ts +1 -1
- package/lib/components/ca-chart/enums/chart-colors-enum.d.ts +3 -1
- package/lib/components/ca-chart/enums/chart-event-properties-enum.d.ts +3 -0
- package/lib/components/ca-chart/enums/chart-event-types-enum.d.ts +3 -0
- package/lib/components/ca-chart/enums/chart-plugin-ids-enum.d.ts +4 -0
- package/lib/components/ca-chart/enums/index.d.ts +3 -0
- package/lib/components/ca-chart/models/chart-base-dataset.model.d.ts +2 -1
- package/lib/components/ca-chart/models/chart-data.model.d.ts +1 -1
- package/lib/components/ca-chart/models/chart-line-dataset.model.d.ts +5 -1
- package/lib/components/ca-chart/utils/guards/chart-type.guard.d.ts +1 -1
- package/lib/components/ca-chart/utils/guards/index.d.ts +1 -1
- package/lib/components/ca-chart/utils/helpers/chart.helper.d.ts +7 -1
- package/lib/components/ca-chart/utils/helpers/index.d.ts +1 -1
- package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
- package/lib/components/ca-filters/components/ca-user-filter/models/index.d.ts +2 -0
- package/lib/components/ca-right-side-panel/ca-right-side-panel.component.d.ts +11 -5
- package/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.d.ts +2 -1
- package/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.d.ts +37 -8
- package/lib/components/ca-right-side-panel/enums/activity-log-sort-type.enum.d.ts +4 -0
- package/lib/components/ca-right-side-panel/enums/filter-type.enum.d.ts +6 -0
- package/lib/components/ca-right-side-panel/enums/index.d.ts +4 -0
- package/lib/components/ca-right-side-panel/enums/modules-filter-item-label.enum.d.ts +3 -0
- package/lib/components/ca-right-side-panel/enums/selected-module.enum.d.ts +1 -1
- package/lib/components/ca-right-side-panel/enums/time-filter-type.enum.d.ts +9 -0
- package/lib/components/ca-right-side-panel/models/action-filter/action-filter-input-data.model.d.ts +7 -0
- package/lib/components/ca-right-side-panel/models/activity-log-filter-params.model.d.ts +11 -0
- package/lib/components/ca-right-side-panel/models/activity-log-filter.model.d.ts +6 -0
- package/lib/components/ca-right-side-panel/models/index.d.ts +9 -0
- package/lib/components/ca-right-side-panel/models/module-filter/module-filter-activity-log.model.d.ts +6 -0
- package/lib/components/ca-right-side-panel/models/module-filter/module-filter-input-data.model.d.ts +5 -0
- package/lib/components/ca-right-side-panel/models/navigation-item.model.d.ts +1 -1
- package/lib/components/ca-right-side-panel/models/time-filter/time-filter-event.model.d.ts +8 -0
- package/lib/components/ca-right-side-panel/models/user-filter/user-filter-avatar-file.model.d.ts +9 -0
- package/lib/components/ca-right-side-panel/models/user-filter/user-filter-data.model.d.ts +7 -0
- package/lib/components/ca-right-side-panel/models/user-filter/user-filter-input-data.model.d.ts +7 -0
- package/lib/components/ca-right-side-panel/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-right-side-panel/utils/svg-routes/right-side-panel-top-bar-svg.routes.d.ts +9 -0
- package/package.json +1 -1
- package/src/assets/ca-components/svg/common/ic_action.svg +3 -0
- package/src/assets/ca-components/svg/common/ic_module.svg +5 -0
- package/src/assets/ca-components/svg/right-side-panel/ic_reload_refresh.svg +3 -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.