@limetech/lime-elements 39.13.2 → 39.13.3

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.
@@ -79,14 +79,6 @@ export declare class Table {
79
79
  * The page to show
80
80
  */
81
81
  page: number;
82
- /**
83
- * Emitted when `mode` is `local` the data is sorted
84
- */
85
- sort: EventEmitter<ColumnSorter[]>;
86
- /**
87
- * Emitted when a new page has been set
88
- */
89
- changePage: EventEmitter<number>;
90
82
  /**
91
83
  * A message to display when the table has no data
92
84
  */
@@ -113,6 +105,14 @@ export declare class Table {
113
105
  * - `bottom`: Display pagination controls at the bottom of the table (default)
114
106
  */
115
107
  paginationLocation: 'top' | 'bottom';
108
+ /**
109
+ * Emitted when `mode` is `local` the data is sorted
110
+ */
111
+ sort: EventEmitter<ColumnSorter[]>;
112
+ /**
113
+ * Emitted when a new page has been set
114
+ */
115
+ changePage: EventEmitter<number>;
116
116
  /**
117
117
  * Emitted when `mode` is `remote` and the table is loading new data. The
118
118
  * consumer is responsible for giving the table new data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "39.13.2",
3
+ "version": "39.13.3",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",