@progress/kendo-vue-grid 7.1.0-develop.2 → 7.1.0-develop.4
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/Grid.js +1 -1
- package/Grid.mjs +1 -1
- package/GridColumn.js +1 -1
- package/GridColumn.mjs +1 -1
- package/GridNav.js +1 -1
- package/GridNav.mjs +1 -1
- package/GridNoRecords.js +1 -1
- package/GridNoRecords.mjs +1 -1
- package/GridSearchBox.js +1 -1
- package/GridSearchBox.mjs +1 -1
- package/GridState.js +1 -1
- package/GridState.mjs +1 -1
- package/GridToolbar.js +1 -1
- package/GridToolbar.mjs +1 -1
- package/README.md +1 -1
- package/RootGrid.js +1 -1
- package/RootGrid.mjs +1 -1
- package/VirtualScroll.js +1 -1
- package/VirtualScroll.mjs +1 -1
- package/VirtualScrollFixed.js +1 -1
- package/VirtualScrollFixed.mjs +1 -1
- package/cells/GridCell.js +1 -1
- package/cells/GridCell.mjs +1 -1
- package/cells/GridDetailCell.js +1 -1
- package/cells/GridDetailCell.mjs +1 -1
- package/cells/GridDetailHierarchyCell.js +1 -1
- package/cells/GridDetailHierarchyCell.mjs +1 -1
- package/cells/GridEditCell.js +1 -1
- package/cells/GridEditCell.mjs +1 -1
- package/cells/GridFilterCell.js +1 -1
- package/cells/GridFilterCell.mjs +1 -1
- package/cells/GridGroupCell.js +1 -1
- package/cells/GridGroupCell.mjs +1 -1
- package/cells/GridHierarchyCell.js +1 -1
- package/cells/GridHierarchyCell.mjs +1 -1
- package/cells/GridSelectionCell.js +1 -1
- package/cells/GridSelectionCell.mjs +1 -1
- package/columnMenu/ColumnMenu.js +1 -1
- package/columnMenu/ColumnMenu.mjs +1 -1
- package/columnMenu/ColumnMenuContent.js +1 -1
- package/columnMenu/ColumnMenuContent.mjs +1 -1
- package/columnMenu/GridColumnMenuCheckboxFilter.js +1 -1
- package/columnMenu/GridColumnMenuCheckboxFilter.mjs +1 -1
- package/columnMenu/GridColumnMenuFilter.js +1 -1
- package/columnMenu/GridColumnMenuFilter.mjs +1 -1
- package/columnMenu/GridColumnMenuFilterCell.js +1 -1
- package/columnMenu/GridColumnMenuFilterCell.mjs +1 -1
- package/columnMenu/GridColumnMenuFilterOperators.js +1 -1
- package/columnMenu/GridColumnMenuFilterOperators.mjs +1 -1
- package/columnMenu/GridColumnMenuFilterUI.js +1 -1
- package/columnMenu/GridColumnMenuFilterUI.mjs +1 -1
- package/columnMenu/GridColumnMenuItem.js +1 -1
- package/columnMenu/GridColumnMenuItem.mjs +1 -1
- package/columnMenu/GridColumnMenuItemContent.js +1 -1
- package/columnMenu/GridColumnMenuItemContent.mjs +1 -1
- package/columnMenu/GridColumnMenuItemGroup.js +1 -1
- package/columnMenu/GridColumnMenuItemGroup.mjs +1 -1
- package/columnMenu/GridColumnMenuSort.js +1 -1
- package/columnMenu/GridColumnMenuSort.mjs +1 -1
- package/common.js +1 -1
- package/common.mjs +1 -1
- package/dist/cdn/js/kendo-vue-grid.js +3 -3
- package/drag/ColumnDraggable.js +1 -1
- package/drag/ColumnDraggable.mjs +1 -1
- package/drag/ColumnResize.js +1 -1
- package/drag/ColumnResize.mjs +1 -1
- package/drag/ColumnResizer.js +1 -1
- package/drag/ColumnResizer.mjs +1 -1
- package/drag/CommonDragLogic.js +1 -1
- package/drag/CommonDragLogic.mjs +1 -1
- package/drag/DragClue.js +1 -1
- package/drag/DragClue.mjs +1 -1
- package/drag/DropClue.js +1 -1
- package/drag/DropClue.mjs +1 -1
- package/drag/GroupingIndicator.js +1 -1
- package/drag/GroupingIndicator.mjs +1 -1
- package/filterCommon.js +1 -1
- package/filterCommon.mjs +1 -1
- package/footer/Footer.js +1 -1
- package/footer/Footer.mjs +1 -1
- package/footer/FooterRow.js +1 -1
- package/footer/FooterRow.mjs +1 -1
- package/header/FilterRow.js +1 -1
- package/header/FilterRow.mjs +1 -1
- package/header/GridHeaderCell.js +1 -1
- package/header/GridHeaderCell.mjs +1 -1
- package/header/GridHeaderSelectionCell.js +1 -1
- package/header/GridHeaderSelectionCell.mjs +1 -1
- package/header/GroupPanel.js +1 -1
- package/header/GroupPanel.mjs +1 -1
- package/header/Header.js +1 -1
- package/header/Header.mjs +1 -1
- package/header/HeaderRow.js +1 -1
- package/header/HeaderRow.mjs +1 -1
- package/index.d.mts +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/interfaces/GridSortSettings.js +1 -1
- package/interfaces/GridSortSettings.mjs +1 -1
- package/key.js +1 -1
- package/key.mjs +1 -1
- package/messages/main.js +1 -1
- package/messages/main.mjs +1 -1
- package/messages/messagesMap.js +1 -1
- package/messages/messagesMap.mjs +1 -1
- package/package-metadata.js +2 -2
- package/package-metadata.mjs +3 -3
- package/package.json +12 -12
- package/rows/GridDetailRow.js +1 -1
- package/rows/GridDetailRow.mjs +1 -1
- package/rows/GridRow.js +1 -1
- package/rows/GridRow.mjs +1 -1
- package/utils/browser-support.service.js +1 -1
- package/utils/browser-support.service.mjs +1 -1
- package/utils/main.js +1 -1
- package/utils/main.mjs +1 -1
- package/utils/virtualColumns.js +1 -1
- package/utils/virtualColumns.mjs +1 -1
package/common.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|