@vaadin/grid 24.4.0-alpha1 → 24.4.0-alpha11

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.
Files changed (149) hide show
  1. package/package.json +11 -11
  2. package/src/all-imports.js +1 -1
  3. package/src/lit/column-renderer-directives.d.ts +1 -1
  4. package/src/lit/column-renderer-directives.js +1 -1
  5. package/src/lit/renderer-directives.d.ts +1 -1
  6. package/src/lit/renderer-directives.js +1 -1
  7. package/src/lit-all-imports.js +1 -1
  8. package/src/vaadin-grid-a11y-mixin.js +1 -1
  9. package/src/vaadin-grid-active-item-mixin.d.ts +1 -1
  10. package/src/vaadin-grid-active-item-mixin.js +1 -1
  11. package/src/vaadin-grid-array-data-provider-mixin.d.ts +1 -1
  12. package/src/vaadin-grid-array-data-provider-mixin.js +14 -3
  13. package/src/vaadin-grid-column-group-mixin.d.ts +1 -1
  14. package/src/vaadin-grid-column-group-mixin.js +1 -1
  15. package/src/vaadin-grid-column-group.d.ts +1 -1
  16. package/src/vaadin-grid-column-group.js +1 -1
  17. package/src/vaadin-grid-column-mixin.d.ts +1 -1
  18. package/src/vaadin-grid-column-mixin.js +9 -5
  19. package/src/vaadin-grid-column-reordering-mixin.d.ts +1 -1
  20. package/src/vaadin-grid-column-reordering-mixin.js +1 -1
  21. package/src/vaadin-grid-column-resizing-mixin.js +1 -1
  22. package/src/vaadin-grid-column.d.ts +1 -1
  23. package/src/vaadin-grid-column.js +1 -1
  24. package/src/vaadin-grid-data-provider-mixin.d.ts +1 -1
  25. package/src/vaadin-grid-data-provider-mixin.js +1 -1
  26. package/src/vaadin-grid-drag-and-drop-mixin.d.ts +1 -1
  27. package/src/vaadin-grid-drag-and-drop-mixin.js +1 -1
  28. package/src/vaadin-grid-dynamic-columns-mixin.js +1 -1
  29. package/src/vaadin-grid-event-context-mixin.d.ts +1 -1
  30. package/src/vaadin-grid-event-context-mixin.js +1 -1
  31. package/src/vaadin-grid-filter-column-mixin.d.ts +1 -1
  32. package/src/vaadin-grid-filter-column-mixin.js +1 -1
  33. package/src/vaadin-grid-filter-column.d.ts +1 -1
  34. package/src/vaadin-grid-filter-column.js +1 -1
  35. package/src/vaadin-grid-filter-element-mixin.d.ts +1 -1
  36. package/src/vaadin-grid-filter-element-mixin.js +1 -1
  37. package/src/vaadin-grid-filter-mixin.js +1 -1
  38. package/src/vaadin-grid-filter.d.ts +1 -1
  39. package/src/vaadin-grid-filter.js +1 -1
  40. package/src/vaadin-grid-helpers.js +1 -1
  41. package/src/vaadin-grid-keyboard-navigation-mixin.js +17 -7
  42. package/src/vaadin-grid-mixin.d.ts +1 -1
  43. package/src/vaadin-grid-mixin.js +21 -4
  44. package/src/vaadin-grid-row-details-mixin.d.ts +1 -1
  45. package/src/vaadin-grid-row-details-mixin.js +1 -1
  46. package/src/vaadin-grid-scroll-mixin.d.ts +3 -1
  47. package/src/vaadin-grid-scroll-mixin.js +1 -1
  48. package/src/vaadin-grid-selection-column-base-mixin.d.ts +1 -3
  49. package/src/vaadin-grid-selection-column-base-mixin.js +1 -1
  50. package/src/vaadin-grid-selection-column-mixin.d.ts +1 -1
  51. package/src/vaadin-grid-selection-column-mixin.js +2 -1
  52. package/src/vaadin-grid-selection-column.d.ts +1 -1
  53. package/src/vaadin-grid-selection-column.js +1 -1
  54. package/src/vaadin-grid-selection-mixin.d.ts +1 -1
  55. package/src/vaadin-grid-selection-mixin.js +1 -1
  56. package/src/vaadin-grid-sort-column-mixin.d.ts +1 -1
  57. package/src/vaadin-grid-sort-column-mixin.js +1 -1
  58. package/src/vaadin-grid-sort-column.d.ts +1 -1
  59. package/src/vaadin-grid-sort-column.js +1 -1
  60. package/src/vaadin-grid-sort-mixin.d.ts +1 -1
  61. package/src/vaadin-grid-sort-mixin.js +7 -32
  62. package/src/vaadin-grid-sorter-mixin.d.ts +1 -1
  63. package/src/vaadin-grid-sorter-mixin.js +1 -1
  64. package/src/vaadin-grid-sorter.d.ts +1 -1
  65. package/src/vaadin-grid-sorter.js +1 -1
  66. package/src/vaadin-grid-styles.js +7 -1
  67. package/src/vaadin-grid-styling-mixin.d.ts +2 -2
  68. package/src/vaadin-grid-styling-mixin.js +1 -1
  69. package/src/vaadin-grid-tree-column-mixin.d.ts +1 -1
  70. package/src/vaadin-grid-tree-column-mixin.js +1 -1
  71. package/src/vaadin-grid-tree-column.d.ts +1 -1
  72. package/src/vaadin-grid-tree-column.js +1 -1
  73. package/src/vaadin-grid-tree-toggle-mixin.d.ts +1 -1
  74. package/src/vaadin-grid-tree-toggle-mixin.js +1 -1
  75. package/src/vaadin-grid-tree-toggle.d.ts +1 -1
  76. package/src/vaadin-grid-tree-toggle.js +1 -1
  77. package/src/vaadin-grid.d.ts +1 -1
  78. package/src/vaadin-grid.js +1 -1
  79. package/src/vaadin-lit-grid-column-group.js +2 -2
  80. package/src/vaadin-lit-grid-column.js +2 -2
  81. package/src/vaadin-lit-grid-filter-column.js +2 -2
  82. package/src/vaadin-lit-grid-filter.js +2 -2
  83. package/src/vaadin-lit-grid-selection-column.js +2 -2
  84. package/src/vaadin-lit-grid-sort-column.js +2 -2
  85. package/src/vaadin-lit-grid-sorter.js +2 -2
  86. package/src/vaadin-lit-grid-tree-column.js +2 -2
  87. package/src/vaadin-lit-grid-tree-toggle.js +2 -2
  88. package/src/vaadin-lit-grid.js +2 -2
  89. package/theme/lumo/all-imports.d.ts +11 -0
  90. package/theme/lumo/lit-all-imports.d.ts +11 -0
  91. package/theme/lumo/vaadin-grid-column-group.d.ts +1 -0
  92. package/theme/lumo/vaadin-grid-column.d.ts +1 -0
  93. package/theme/lumo/vaadin-grid-filter-column.d.ts +2 -0
  94. package/theme/lumo/vaadin-grid-filter.d.ts +2 -0
  95. package/theme/lumo/vaadin-grid-selection-column.d.ts +2 -0
  96. package/theme/lumo/vaadin-grid-sort-column.d.ts +2 -0
  97. package/theme/lumo/vaadin-grid-sorter-styles.d.ts +3 -0
  98. package/theme/lumo/vaadin-grid-sorter.d.ts +2 -0
  99. package/theme/lumo/vaadin-grid-styles.d.ts +6 -0
  100. package/theme/lumo/vaadin-grid-styles.js +5 -1
  101. package/theme/lumo/vaadin-grid-tree-column.d.ts +2 -0
  102. package/theme/lumo/vaadin-grid-tree-toggle-styles.d.ts +3 -0
  103. package/theme/lumo/vaadin-grid-tree-toggle.d.ts +2 -0
  104. package/theme/lumo/vaadin-grid.d.ts +2 -0
  105. package/theme/lumo/vaadin-lit-grid-column-group.d.ts +1 -0
  106. package/theme/lumo/vaadin-lit-grid-column.d.ts +1 -0
  107. package/theme/lumo/vaadin-lit-grid-filter-column.d.ts +2 -0
  108. package/theme/lumo/vaadin-lit-grid-filter.d.ts +2 -0
  109. package/theme/lumo/vaadin-lit-grid-filter.js +1 -2
  110. package/theme/lumo/vaadin-lit-grid-selection-column.d.ts +2 -0
  111. package/theme/lumo/vaadin-lit-grid-selection-column.js +1 -1
  112. package/theme/lumo/vaadin-lit-grid-sort-column.d.ts +2 -0
  113. package/theme/lumo/vaadin-lit-grid-sorter.d.ts +2 -0
  114. package/theme/lumo/vaadin-lit-grid-tree-column.d.ts +2 -0
  115. package/theme/lumo/vaadin-lit-grid-tree-toggle.d.ts +2 -0
  116. package/theme/lumo/vaadin-lit-grid.d.ts +2 -0
  117. package/theme/material/all-imports.d.ts +11 -0
  118. package/theme/material/lit-all-imports.d.ts +11 -0
  119. package/theme/material/vaadin-grid-column-group.d.ts +1 -0
  120. package/theme/material/vaadin-grid-column.d.ts +1 -0
  121. package/theme/material/vaadin-grid-filter-column.d.ts +2 -0
  122. package/theme/material/vaadin-grid-filter.d.ts +2 -0
  123. package/theme/material/vaadin-grid-selection-column.d.ts +2 -0
  124. package/theme/material/vaadin-grid-sort-column.d.ts +2 -0
  125. package/theme/material/vaadin-grid-sorter-styles.d.ts +2 -0
  126. package/theme/material/vaadin-grid-sorter.d.ts +2 -0
  127. package/theme/material/vaadin-grid-styles.d.ts +2 -0
  128. package/theme/material/vaadin-grid-tree-column.d.ts +2 -0
  129. package/theme/material/vaadin-grid-tree-toggle-styles.d.ts +3 -0
  130. package/theme/material/vaadin-grid-tree-toggle.d.ts +2 -0
  131. package/theme/material/vaadin-grid.d.ts +2 -0
  132. package/theme/material/vaadin-lit-grid-column-group.d.ts +1 -0
  133. package/theme/material/vaadin-lit-grid-column.d.ts +1 -0
  134. package/theme/material/vaadin-lit-grid-filter-column.d.ts +2 -0
  135. package/theme/material/vaadin-lit-grid-filter.d.ts +2 -0
  136. package/theme/material/vaadin-lit-grid-filter.js +1 -2
  137. package/theme/material/vaadin-lit-grid-selection-column.d.ts +2 -0
  138. package/theme/material/vaadin-lit-grid-selection-column.js +1 -1
  139. package/theme/material/vaadin-lit-grid-sort-column.d.ts +2 -0
  140. package/theme/material/vaadin-lit-grid-sorter.d.ts +2 -0
  141. package/theme/material/vaadin-lit-grid-tree-column.d.ts +2 -0
  142. package/theme/material/vaadin-lit-grid-tree-toggle.d.ts +2 -0
  143. package/theme/material/vaadin-lit-grid.d.ts +2 -0
  144. package/vaadin-grid.d.ts +0 -1
  145. package/vaadin-grid.js +0 -1
  146. package/vaadin-lit-grid.d.ts +0 -1
  147. package/vaadin-lit-grid.js +0 -1
  148. package/web-types.json +64 -5
  149. package/web-types.lit.json +32 -4
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -19,8 +19,6 @@ export declare function GridSelectionColumnBaseMixin<TItem, T extends Constructo
19
19
  * Web component-specific selection state updates must be implemented in the
20
20
  * `<vaadin-grid-selection-column>` itself, by overriding the protected methods
21
21
  * provided by this mixin.
22
- *
23
- * @polymerMixin
24
22
  */
25
23
  export declare class GridSelectionColumnBaseMixinClass<TItem> {
26
24
  /**
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { addListener } from '@vaadin/component-base/src/gestures.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,12 +1,13 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { GridSelectionColumnBaseMixin } from './vaadin-grid-selection-column-base-mixin.js';
7
7
 
8
8
  /**
9
9
  * @polymerMixin
10
+ * @mixes GridSelectionColumnBaseMixin
10
11
  */
11
12
  export const GridSelectionColumnMixin = (superClass) =>
12
13
  class extends GridSelectionColumnBaseMixin(superClass) {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { GridDefaultItem } from './vaadin-grid.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/checkbox/src/vaadin-checkbox.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { GridDefaultItem } from './vaadin-grid.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-grid-sorter.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
 
@@ -104,7 +104,7 @@ export const SortMixin = (superClass) =>
104
104
  return;
105
105
  }
106
106
 
107
- this._sorters = this._sorters.filter((sorter) => sortersToRemove.indexOf(sorter) < 0);
107
+ this._sorters = this._sorters.filter((sorter) => !sortersToRemove.includes(sorter));
108
108
  this.__applySorters();
109
109
  }
110
110
 
@@ -122,44 +122,27 @@ export const SortMixin = (superClass) =>
122
122
  }
123
123
  }
124
124
 
125
- /** @private */
126
- __appendSorter(sorter) {
127
- if (!sorter.direction) {
128
- this._removeArrayItem(this._sorters, sorter);
129
- } else if (!this._sorters.includes(sorter)) {
130
- this._sorters.push(sorter);
131
- }
132
- }
133
-
134
- /** @private */
135
- __prependSorter(sorter) {
136
- this._removeArrayItem(this._sorters, sorter);
137
- if (sorter.direction) {
138
- this._sorters.unshift(sorter);
139
- }
140
- }
141
-
142
125
  /** @private */
143
126
  __updateSorter(sorter, shiftClick, fromSorterClick) {
144
- if (!sorter.direction && this._sorters.indexOf(sorter) === -1) {
127
+ if (!sorter.direction && !this._sorters.includes(sorter)) {
145
128
  return;
146
129
  }
147
130
 
148
131
  sorter._order = null;
149
132
 
133
+ const restSorters = this._sorters.filter((s) => s !== sorter);
150
134
  if (
151
135
  (this.multiSort && (!this.multiSortOnShiftClick || !fromSorterClick)) ||
152
136
  (this.multiSortOnShiftClick && shiftClick)
153
137
  ) {
154
138
  if (this.multiSortPriority === 'append') {
155
- this.__appendSorter(sorter);
139
+ this._sorters = [...restSorters, sorter];
156
140
  } else {
157
- this.__prependSorter(sorter);
141
+ this._sorters = [sorter, ...restSorters];
158
142
  }
159
143
  } else if (sorter.direction || this.multiSortOnShiftClick) {
160
- const otherSorters = this._sorters.filter((s) => s !== sorter);
161
144
  this._sorters = sorter.direction ? [sorter] : [];
162
- otherSorters.forEach((sorter) => {
145
+ restSorters.forEach((sorter) => {
163
146
  sorter._order = null;
164
147
  sorter.direction = null;
165
148
  });
@@ -204,12 +187,4 @@ export const SortMixin = (superClass) =>
204
187
  };
205
188
  });
206
189
  }
207
-
208
- /** @private */
209
- _removeArrayItem(array, item) {
210
- const index = array.indexOf(item);
211
- if (index > -1) {
212
- array.splice(index, 1);
213
- }
214
- }
215
190
  };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { DirMixin } from '@vaadin/component-base/src/dir-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { css } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
@@ -152,6 +152,12 @@ export const gridStyles = css`
152
152
  inset: 0;
153
153
  }
154
154
 
155
+ /* Switch the focusButtonMode wrapping element to "position: static" temporarily
156
+ when measuring real width of the cells in the auto-width columns. */
157
+ [measuring-auto-width] [part~='cell'] > [tabindex] {
158
+ position: static;
159
+ }
160
+
155
161
  [part~='details-cell'] {
156
162
  position: absolute;
157
163
  bottom: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -10,7 +10,7 @@ import type { GridColumn } from './vaadin-grid-column.js';
10
10
  export type GridCellPartNameGenerator<TItem> = (column: GridColumn<TItem>, model: GridItemModel<TItem>) => string;
11
11
 
12
12
  /**
13
- * @deprecated Use `GridPartCellGenerator` type and `cellPartNameGenerator` API instead.
13
+ * @deprecated Use `GridCellPartNameGenerator` type and `cellPartNameGenerator` API instead.
14
14
  */
15
15
  export type GridCellClassNameGenerator<TItem> = GridCellPartNameGenerator<TItem>;
16
16
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { iterateChildren, iterateRowCells, updatePart } from './vaadin-grid-helpers.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { get } from '@vaadin/component-base/src/path-utils.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { GridDefaultItem } from './vaadin-grid.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-grid-tree-toggle.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { DirMixin } from '@vaadin/component-base/src/dir-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { DisabledMixinClass } from '@vaadin/a11y-base/src/disabled-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-grid-column.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { LitElement } from 'lit';
@@ -13,7 +13,7 @@ import { GridColumnGroupMixin } from './vaadin-grid-column-group-mixin.js';
13
13
  *
14
14
  * ## Disclaimer
15
15
  *
16
- * This component is an experiment not intended for publishing to npm.
16
+ * This component is an experiment and not yet a part of Vaadin platform.
17
17
  * There is no ETA regarding specific Vaadin version where it'll land.
18
18
  * Feel free to try this code in your apps as per Apache 2.0 license.
19
19
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { LitElement } from 'lit';
@@ -13,7 +13,7 @@ import { GridColumnMixin } from './vaadin-grid-column-mixin.js';
13
13
  *
14
14
  * ## Disclaimer
15
15
  *
16
- * This component is an experiment not intended for publishing to npm.
16
+ * This component is an experiment and not yet a part of Vaadin platform.
17
17
  * There is no ETA regarding specific Vaadin version where it'll land.
18
18
  * Feel free to try this code in your apps as per Apache 2.0 license.
19
19
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-lit-grid-filter.js';
@@ -13,7 +13,7 @@ import { GridColumn } from './vaadin-lit-grid-column.js';
13
13
  *
14
14
  * ## Disclaimer
15
15
  *
16
- * This component is an experiment not intended for publishing to npm.
16
+ * This component is an experiment and not yet a part of Vaadin platform.
17
17
  * There is no ETA regarding specific Vaadin version where it'll land.
18
18
  * Feel free to try this code in your apps as per Apache 2.0 license.
19
19
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/text-field/src/vaadin-lit-text-field.js';
@@ -15,7 +15,7 @@ import { GridFilterElementMixin } from './vaadin-grid-filter-element-mixin.js';
15
15
  *
16
16
  * ## Disclaimer
17
17
  *
18
- * This component is an experiment not intended for publishing to npm.
18
+ * This component is an experiment and not yet a part of Vaadin platform.
19
19
  * There is no ETA regarding specific Vaadin version where it'll land.
20
20
  * Feel free to try this code in your apps as per Apache 2.0 license.
21
21
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/checkbox/src/vaadin-lit-checkbox.js';
@@ -13,7 +13,7 @@ import { GridColumn } from './vaadin-lit-grid-column.js';
13
13
  *
14
14
  * ## Disclaimer
15
15
  *
16
- * This component is an experiment not intended for publishing to npm.
16
+ * This component is an experiment and not yet a part of Vaadin platform.
17
17
  * There is no ETA regarding specific Vaadin version where it'll land.
18
18
  * Feel free to try this code in your apps as per Apache 2.0 license.
19
19
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-lit-grid-sorter.js';
@@ -13,7 +13,7 @@ import { GridColumn } from './vaadin-lit-grid-column.js';
13
13
  *
14
14
  * ## Disclaimer
15
15
  *
16
- * This component is an experiment not intended for publishing to npm.
16
+ * This component is an experiment and not yet a part of Vaadin platform.
17
17
  * There is no ETA regarding specific Vaadin version where it'll land.
18
18
  * Feel free to try this code in your apps as per Apache 2.0 license.
19
19
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, LitElement } from 'lit';
@@ -15,7 +15,7 @@ import { GridSorterMixin } from './vaadin-grid-sorter-mixin.js';
15
15
  *
16
16
  * ## Disclaimer
17
17
  *
18
- * This component is an experiment not intended for publishing to npm.
18
+ * This component is an experiment and not yet a part of Vaadin platform.
19
19
  * There is no ETA regarding specific Vaadin version where it'll land.
20
20
  * Feel free to try this code in your apps as per Apache 2.0 license.
21
21
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-lit-grid-tree-toggle.js';
@@ -13,7 +13,7 @@ import { GridColumn } from './vaadin-lit-grid-column.js';
13
13
  *
14
14
  * ## Disclaimer
15
15
  *
16
- * This component is an experiment not intended for publishing to npm.
16
+ * This component is an experiment and not yet a part of Vaadin platform.
17
17
  * There is no ETA regarding specific Vaadin version where it'll land.
18
18
  * Feel free to try this code in your apps as per Apache 2.0 license.
19
19
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2016 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2016 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { html, LitElement } from 'lit';
@@ -15,7 +15,7 @@ import { GridTreeToggleMixin } from './vaadin-grid-tree-toggle-mixin.js';
15
15
  *
16
16
  * ## Disclaimer
17
17
  *
18
- * This component is an experiment not intended for publishing to npm.
18
+ * This component is an experiment and not yet a part of Vaadin platform.
19
19
  * There is no ETA regarding specific Vaadin version where it'll land.
20
20
  * Feel free to try this code in your apps as per Apache 2.0 license.
21
21
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import './vaadin-lit-grid-column.js';
@@ -18,7 +18,7 @@ import { gridStyles } from './vaadin-grid-styles.js';
18
18
  *
19
19
  * ## Disclaimer
20
20
  *
21
- * This component is an experiment not intended for publishing to npm.
21
+ * This component is an experiment and not yet a part of Vaadin platform.
22
22
  * There is no ETA regarding specific Vaadin version where it'll land.
23
23
  * Feel free to try this code in your apps as per Apache 2.0 license.
24
24
  */
@@ -0,0 +1,11 @@
1
+ import './vaadin-grid-column-group.js';
2
+ import './vaadin-grid-column.js';
3
+ import './vaadin-grid-filter.js';
4
+ import './vaadin-grid-filter-column.js';
5
+ import './vaadin-grid-selection-column.js';
6
+ import './vaadin-grid-sorter.js';
7
+ import './vaadin-grid-sort-column.js';
8
+ import './vaadin-grid-tree-toggle.js';
9
+ import './vaadin-grid-tree-column.js';
10
+ import './vaadin-grid.js';
11
+ import '../../src/all-imports.js';
@@ -0,0 +1,11 @@
1
+ import './vaadin-lit-grid-column-group.js';
2
+ import './vaadin-lit-grid-column.js';
3
+ import './vaadin-lit-grid-filter.js';
4
+ import './vaadin-lit-grid-filter-column.js';
5
+ import './vaadin-lit-grid-selection-column.js';
6
+ import './vaadin-lit-grid-sorter.js';
7
+ import './vaadin-lit-grid-sort-column.js';
8
+ import './vaadin-lit-grid-tree-toggle.js';
9
+ import './vaadin-lit-grid-tree-column.js';
10
+ import './vaadin-lit-grid.js';
11
+ import '../../src/lit-all-imports.js';
@@ -0,0 +1 @@
1
+ import '../../src/vaadin-grid-column-group.js';
@@ -0,0 +1 @@
1
+ import '../../src/vaadin-grid-column.js';
@@ -0,0 +1,2 @@
1
+ import './vaadin-grid-filter.js';
2
+ import '../../src/vaadin-grid-filter-column.js';
@@ -0,0 +1,2 @@
1
+ import '@vaadin/text-field/theme/lumo/vaadin-text-field.js';
2
+ import '../../src/vaadin-grid-filter.js';
@@ -0,0 +1,2 @@
1
+ import '@vaadin/checkbox/theme/lumo/vaadin-checkbox.js';
2
+ import '../../src/vaadin-grid-selection-column.js';
@@ -0,0 +1,2 @@
1
+ import './vaadin-grid-sorter.js';
2
+ import '../../src/vaadin-grid-sort-column.js';
@@ -0,0 +1,3 @@
1
+ import '@vaadin/vaadin-lumo-styles/color.js';
2
+ import '@vaadin/vaadin-lumo-styles/style.js';
3
+ import '@vaadin/vaadin-lumo-styles/spacing.js';
@@ -0,0 +1,2 @@
1
+ import './vaadin-grid-sorter-styles.js';
2
+ import '../../src/vaadin-grid-sorter.js';
@@ -0,0 +1,6 @@
1
+ import '@vaadin/vaadin-lumo-styles/color.js';
2
+ import '@vaadin/vaadin-lumo-styles/font-icons.js';
3
+ import '@vaadin/vaadin-lumo-styles/sizing.js';
4
+ import '@vaadin/vaadin-lumo-styles/spacing.js';
5
+ import '@vaadin/vaadin-lumo-styles/style.js';
6
+ import '@vaadin/vaadin-lumo-styles/typography.js';