@sme.up/ketchup 11.0.0-SNAPSHOT-20241017130107 → 11.0.0-SNAPSHOT-20241018090121
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/dist/cjs/kup-activity-timeline.cjs.entry.js +1 -1
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +6 -6
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js.map +1 -1
- package/dist/cjs/kup-box.cjs.entry.js +1 -1
- package/dist/cjs/{kup-data-table-helper-cf31cb4e.js → kup-data-table-helper-52444d44.js} +2 -2
- package/dist/cjs/{kup-data-table-helper-cf31cb4e.js.map → kup-data-table-helper-52444d44.js.map} +1 -1
- package/dist/collection/components/kup-tree/kup-tree-declarations.js +1 -1
- package/dist/collection/components/kup-tree/kup-tree-declarations.js.map +1 -1
- package/dist/collection/components/kup-tree/kup-tree.js +5 -5
- package/dist/collection/components/kup-tree/kup-tree.js.map +1 -1
- package/dist/components/kup-autocomplete2.js +6 -6
- package/dist/components/kup-autocomplete2.js.map +1 -1
- package/dist/esm/kup-activity-timeline.entry.js +1 -1
- package/dist/esm/kup-autocomplete_27.entry.js +6 -6
- package/dist/esm/kup-autocomplete_27.entry.js.map +1 -1
- package/dist/esm/kup-box.entry.js +1 -1
- package/dist/esm/{kup-data-table-helper-6b828446.js → kup-data-table-helper-74b29c0e.js} +2 -2
- package/dist/esm/{kup-data-table-helper-6b828446.js.map → kup-data-table-helper-74b29c0e.js.map} +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-556618b0.entry.js → p-1b4dda8d.entry.js} +2 -2
- package/dist/ketchup/{p-f57c4edf.entry.js → p-40b3c165.entry.js} +3 -3
- package/dist/ketchup/{p-f57c4edf.entry.js.map → p-40b3c165.entry.js.map} +1 -1
- package/dist/ketchup/{p-35802f68.entry.js → p-6f138b8c.entry.js} +2 -2
- package/dist/ketchup/{p-454b6065.js → p-e9aaa7d5.js} +2 -2
- package/dist/ketchup/p-e9aaa7d5.js.map +1 -0
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +3 -3
- package/package.json +1 -1
- package/dist/ketchup/p-454b6065.js.map +0 -1
- /package/dist/ketchup/{p-556618b0.entry.js.map → p-1b4dda8d.entry.js.map} +0 -0
- /package/dist/ketchup/{p-35802f68.entry.js.map → p-6f138b8c.entry.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-191ee7cb.js';
|
|
2
2
|
import { k as kupManagerInstance, y as identify, g as getProps, s as setProps, a1 as SortMode, v as getColumnByName, h as KupLanguageGeneric, b as KupThemeIconValues, e as KupDebugCategory, N as KupPointerEventTypes, R as KupDragEffect, ar as kupDraggableAttr, V as KupDropEventTypes, E as KupLanguageSearch } from './kup-manager-84ac466d.js';
|
|
3
|
-
import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-
|
|
3
|
+
import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-74b29c0e.js';
|
|
4
4
|
import { F as FImage } from './f-image-feab9f36.js';
|
|
5
5
|
import { c as FChip } from './f-chip-6fa3ec06.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
@@ -378,8 +378,8 @@ var KupTreeProps;
|
|
|
378
378
|
KupTreeProps["globalFilter"] = "When set to true it activates the global filter.";
|
|
379
379
|
KupTreeProps["globalFilterValue"] = "The value of the global filter.";
|
|
380
380
|
KupTreeProps["globalFilterMode"] = "The mode of the global filter.";
|
|
381
|
-
KupTreeProps["removableColumns"] = "Sets the possibility to remove the selected column.";
|
|
382
381
|
KupTreeProps["preventXScroll"] = "Experimental feature: when active, the tree will try to prevent horizontal overflowing elements by setting a width on the content of the table cells. It works only on cells of the main column.";
|
|
382
|
+
KupTreeProps["removableColumns"] = "Sets the possibility to remove the selected column.";
|
|
383
383
|
KupTreeProps["ripple"] = "When enabled displays Material's ripple effect on nodes (only when no columns are displayed).";
|
|
384
384
|
KupTreeProps["scrollOnHover"] = "Activates the scroll on hover function.";
|
|
385
385
|
KupTreeProps["showColumns"] = "Shows the tree data as a table.";
|
|
@@ -1498,4 +1498,4 @@ function decorateDataTable(data) {
|
|
|
1498
1498
|
|
|
1499
1499
|
export { FiltersColumnMenu as F, KupTreeExpansionMode as K, FiltersRows as a, groupRows as b, calcTotals as c, decorateDataTable as d, KupTreeProps as e, filterRows as f, getDiffData as g, normalizeRows as n, paginateRows as p, sortRows as s, treeMainColumnName as t };
|
|
1500
1500
|
|
|
1501
|
-
//# sourceMappingURL=kup-data-table-helper-
|
|
1501
|
+
//# sourceMappingURL=kup-data-table-helper-74b29c0e.js.map
|