@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.
Files changed (30) hide show
  1. package/dist/cjs/kup-activity-timeline.cjs.entry.js +1 -1
  2. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +6 -6
  3. package/dist/cjs/kup-autocomplete_27.cjs.entry.js.map +1 -1
  4. package/dist/cjs/kup-box.cjs.entry.js +1 -1
  5. package/dist/cjs/{kup-data-table-helper-cf31cb4e.js → kup-data-table-helper-52444d44.js} +2 -2
  6. package/dist/cjs/{kup-data-table-helper-cf31cb4e.js.map → kup-data-table-helper-52444d44.js.map} +1 -1
  7. package/dist/collection/components/kup-tree/kup-tree-declarations.js +1 -1
  8. package/dist/collection/components/kup-tree/kup-tree-declarations.js.map +1 -1
  9. package/dist/collection/components/kup-tree/kup-tree.js +5 -5
  10. package/dist/collection/components/kup-tree/kup-tree.js.map +1 -1
  11. package/dist/components/kup-autocomplete2.js +6 -6
  12. package/dist/components/kup-autocomplete2.js.map +1 -1
  13. package/dist/esm/kup-activity-timeline.entry.js +1 -1
  14. package/dist/esm/kup-autocomplete_27.entry.js +6 -6
  15. package/dist/esm/kup-autocomplete_27.entry.js.map +1 -1
  16. package/dist/esm/kup-box.entry.js +1 -1
  17. package/dist/esm/{kup-data-table-helper-6b828446.js → kup-data-table-helper-74b29c0e.js} +2 -2
  18. package/dist/esm/{kup-data-table-helper-6b828446.js.map → kup-data-table-helper-74b29c0e.js.map} +1 -1
  19. package/dist/ketchup/ketchup.esm.js +1 -1
  20. package/dist/ketchup/{p-556618b0.entry.js → p-1b4dda8d.entry.js} +2 -2
  21. package/dist/ketchup/{p-f57c4edf.entry.js → p-40b3c165.entry.js} +3 -3
  22. package/dist/ketchup/{p-f57c4edf.entry.js.map → p-40b3c165.entry.js.map} +1 -1
  23. package/dist/ketchup/{p-35802f68.entry.js → p-6f138b8c.entry.js} +2 -2
  24. package/dist/ketchup/{p-454b6065.js → p-e9aaa7d5.js} +2 -2
  25. package/dist/ketchup/p-e9aaa7d5.js.map +1 -0
  26. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +3 -3
  27. package/package.json +1 -1
  28. package/dist/ketchup/p-454b6065.js.map +0 -1
  29. /package/dist/ketchup/{p-556618b0.entry.js.map → p-1b4dda8d.entry.js.map} +0 -0
  30. /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-6b828446.js';
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-6b828446.js.map
1501
+ //# sourceMappingURL=kup-data-table-helper-74b29c0e.js.map