@webitel/ui-sdk 25.4.34 → 25.4.36
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/CHANGELOG.md +8 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +2103 -2103
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +2 -2
- package/src/api/clients/gateways/gateways.js +1 -1
- package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue +1 -0
- package/src/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue +3 -1
- package/src/components/on-demand/wt-navigation-menu/css/_nav-menu.scss +1 -1
- package/src/components/on-demand/wt-selection-popup/wt-selection-popup.vue +1 -1
- package/src/components/on-demand/wt-start-page/components/start-page-card.vue +1 -1
- package/src/components/wt-app-header/wt-app-navigator.vue +2 -1
- package/src/components/wt-app-header/wt-header-actions.vue +1 -1
- package/src/components/wt-button/wt-button.vue +1 -1
- package/src/components/wt-chip/wt-chip.scss +1 -1
- package/src/components/wt-context-menu/wt-context-menu.vue +1 -1
- package/src/components/wt-datepicker/wt-datepicker.vue +4 -2
- package/src/components/wt-dual-panel/wt-dual-panel.vue +1 -1
- package/src/components/wt-dummy/wt-dummy.vue +1 -1
- package/src/components/wt-empty/wt-empty.vue +1 -1
- package/src/components/wt-expansion-panel/wt-expansion-panel.vue +1 -1
- package/src/components/wt-headline/wt-headline.vue +1 -1
- package/src/components/wt-headline-nav/wt-headline-nav.vue +1 -1
- package/src/components/wt-image/wt-image.vue +1 -1
- package/src/components/wt-indicator/wt-indicator.vue +1 -1
- package/src/components/wt-input/wt-input.vue +1 -1
- package/src/components/wt-input-info/wt-input-info.vue +1 -1
- package/src/components/wt-label/wt-label.vue +3 -3
- package/src/components/wt-navigation-bar/wt-navigation-bar.vue +4 -3
- package/src/components/wt-notification/wt-notification.vue +1 -1
- package/src/components/wt-notifications-bar/wt-notifications-bar.vue +1 -1
- package/src/components/wt-pagination/wt-pagination.vue +1 -1
- package/src/components/wt-player/wt-player.vue +1 -1
- package/src/components/wt-popup/wt-popup.vue +2 -1
- package/src/components/wt-search-bar/wt-search-bar.vue +1 -1
- package/src/components/wt-select/_multiselect.scss +1 -1
- package/src/components/wt-table/wt-table.vue +2 -1
- package/src/components/wt-table-column-select/wt-table-column-select.vue +1 -1
- package/src/components/wt-tabs/wt-tabs.vue +1 -1
- package/src/components/wt-textarea/wt-textarea.vue +1 -1
- package/src/components/wt-time-input/wt-time-input.vue +1 -1
- package/src/components/wt-tooltip/wt-tooltip.vue +1 -1
- package/src/components/wt-tree/wt-tree.vue +1 -1
- package/src/components/wt-tree-line/wt-tree-line.vue +1 -1
- package/src/components/wt-tree-table/wt-tree-table.vue +3 -2
- package/src/components/wt-tree-table-row/wt-tree-table-row.vue +1 -1
- package/src/css/main.scss +5 -1
- package/src/css/pages/card-page.scss +1 -1
- package/src/css/pages/table-page.scss +1 -1
- package/src/css/styleguide/display-helpers/_display-helpers.scss +1 -2
- package/src/css/styleguide/placeholder/_placeholder.scss +0 -5
- package/src/modules/Filters/v2/filter-presets/components/apply-preset/apply-preset-action.vue +2 -0
- package/src/modules/Filters/v2/filter-presets/components/save-preset/save-preset-popup.vue +28 -22
- package/src/modules/Filters/v2/filters/components/filter-options/actual-reaction-time/actual-reaction-time-filter-value-preview.vue +8 -6
- package/src/modules/Filters/v2/filters/components/filter-options/actual-resolution-time/actual-resolution-time-filter-value-preview.vue +8 -6
- package/src/modules/Filters/v2/filters/components/filter-options/gateway/gateway-filter-value-preview.vue +1 -1
- package/src/modules/Filters/v2/filters/components/filter-options/rating/rating-from-to-filter-value-preview.vue +7 -5
- package/src/modules/Filters/v2/filters/components/filter-options/reaction-time/reaction-time-filter-value-preview.vue +8 -6
- package/src/modules/Filters/v2/filters/components/filter-options/resolution-time/resolution-time-filter-value-preview.vue +8 -6
- package/src/modules/Filters/v2/filters/components/filter-options/score/score-from-to-filter-value-preview.vue +7 -5
- package/src/modules/Filters/v2/filters/components/filter-options/talk-duration/talk-duration-filter-value-preview.vue +8 -9
- package/src/modules/Filters/v2/filters/components/filter-options/total-duration/total-duration-filter-value-preview.vue +8 -9
- package/src/modules/Filters/v2/filters/components/filter-options/variable/variable-filter-value-preview.vue +11 -8
- package/src/modules/Filters/v2/filters/components/preview/dynamic-filter-preview-info.vue +4 -4
- package/src/modules/ObjectPermissions/components/permissions-tab.vue +6 -3
- package/src/modules/QueryFilters/components/filter-from-to.vue +1 -1
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.