@sme.up/ketchup 11.0.0-SNAPSHOT-20241017130107 → 11.0.0-SNAPSHOT-20241017151034

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 (51) hide show
  1. package/dist/cjs/ketchup.cjs.js +1 -1
  2. package/dist/cjs/kup-activity-timeline.cjs.entry.js +1 -1
  3. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +6 -6
  4. package/dist/cjs/kup-autocomplete_27.cjs.entry.js.map +1 -1
  5. package/dist/cjs/kup-box.cjs.entry.js +1 -1
  6. package/dist/cjs/kup-calendar.cjs.entry.js +26 -25
  7. package/dist/cjs/kup-calendar.cjs.entry.js.map +1 -1
  8. package/dist/cjs/{kup-data-table-helper-cf31cb4e.js → kup-data-table-helper-52444d44.js} +2 -2
  9. package/dist/cjs/{kup-data-table-helper-cf31cb4e.js.map → kup-data-table-helper-52444d44.js.map} +1 -1
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/collection/assets/calendar.js +30 -29
  12. package/dist/collection/components/kup-calendar/kup-calendar-declarations.js.map +1 -1
  13. package/dist/collection/components/kup-calendar/kup-calendar.js +51 -25
  14. package/dist/collection/components/kup-calendar/kup-calendar.js.map +1 -1
  15. package/dist/collection/components/kup-tree/kup-tree-declarations.js +1 -1
  16. package/dist/collection/components/kup-tree/kup-tree-declarations.js.map +1 -1
  17. package/dist/collection/components/kup-tree/kup-tree.js +5 -5
  18. package/dist/collection/components/kup-tree/kup-tree.js.map +1 -1
  19. package/dist/components/kup-autocomplete2.js +6 -6
  20. package/dist/components/kup-autocomplete2.js.map +1 -1
  21. package/dist/components/kup-calendar.js +27 -25
  22. package/dist/components/kup-calendar.js.map +1 -1
  23. package/dist/esm/ketchup.js +1 -1
  24. package/dist/esm/kup-activity-timeline.entry.js +1 -1
  25. package/dist/esm/kup-autocomplete_27.entry.js +6 -6
  26. package/dist/esm/kup-autocomplete_27.entry.js.map +1 -1
  27. package/dist/esm/kup-box.entry.js +1 -1
  28. package/dist/esm/kup-calendar.entry.js +26 -25
  29. package/dist/esm/kup-calendar.entry.js.map +1 -1
  30. package/dist/esm/{kup-data-table-helper-6b828446.js → kup-data-table-helper-74b29c0e.js} +2 -2
  31. package/dist/esm/{kup-data-table-helper-6b828446.js.map → kup-data-table-helper-74b29c0e.js.map} +1 -1
  32. package/dist/esm/loader.js +1 -1
  33. package/dist/ketchup/ketchup.esm.js +1 -1
  34. package/dist/ketchup/ketchup.esm.js.map +1 -1
  35. package/dist/ketchup/{p-556618b0.entry.js → p-1b4dda8d.entry.js} +2 -2
  36. package/dist/ketchup/{p-f57c4edf.entry.js → p-40b3c165.entry.js} +3 -3
  37. package/dist/ketchup/{p-f57c4edf.entry.js.map → p-40b3c165.entry.js.map} +1 -1
  38. package/dist/ketchup/{p-35802f68.entry.js → p-6f138b8c.entry.js} +2 -2
  39. package/dist/ketchup/{p-c8ec502a.entry.js → p-aadfd358.entry.js} +2 -2
  40. package/dist/ketchup/p-aadfd358.entry.js.map +1 -0
  41. package/dist/ketchup/{p-454b6065.js → p-e9aaa7d5.js} +2 -2
  42. package/dist/ketchup/p-e9aaa7d5.js.map +1 -0
  43. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +5 -5
  44. package/dist/types/components/kup-calendar/kup-calendar.d.ts +6 -1
  45. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +3 -3
  46. package/dist/types/components.d.ts +12 -2
  47. package/package.json +1 -1
  48. package/dist/ketchup/p-454b6065.js.map +0 -1
  49. package/dist/ketchup/p-c8ec502a.entry.js.map +0 -1
  50. /package/dist/ketchup/{p-556618b0.entry.js.map → p-1b4dda8d.entry.js.map} +0 -0
  51. /package/dist/ketchup/{p-35802f68.entry.js.map → p-6f138b8c.entry.js.map} +0 -0
@@ -10589,8 +10589,8 @@ var KupTreeProps;
10589
10589
  KupTreeProps["globalFilter"] = "When set to true it activates the global filter.";
10590
10590
  KupTreeProps["globalFilterValue"] = "The value of the global filter.";
10591
10591
  KupTreeProps["globalFilterMode"] = "The mode of the global filter.";
10592
- KupTreeProps["removableColumns"] = "Sets the possibility to remove the selected column.";
10593
10592
  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.";
10593
+ KupTreeProps["removableColumns"] = "Sets the possibility to remove the selected column.";
10594
10594
  KupTreeProps["ripple"] = "When enabled displays Material's ripple effect on nodes (only when no columns are displayed).";
10595
10595
  KupTreeProps["scrollOnHover"] = "Activates the scroll on hover function.";
10596
10596
  KupTreeProps["showColumns"] = "Shows the tree data as a table.";
@@ -15226,17 +15226,17 @@ const KupTree = /*@__PURE__*/ proxyCustomElement(class KupTree extends HTMLEleme
15226
15226
  this.data &&
15227
15227
  this.data.length &&
15228
15228
  this.data.length > 0) {
15229
- filterField = (h("div", { key: '1a040469e8b8ab1d4bc5b5e4b226a535325dc24f', id: "global-filter" }, h("kup-text-field", { key: '7148a47e255b1a770789cb183f7fed25679dd37c', fullWidth: true, label: __classPrivateFieldGet$8(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
15229
+ filterField = (h("div", { key: '845f0a6bef83bfaaa76aad5845ee5af6768a1a09', id: "global-filter" }, h("kup-text-field", { key: 'c5aaaa7c98e5dfce92c2e6c11f75747fd69f550e', fullWidth: true, label: __classPrivateFieldGet$8(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
15230
15230
  window.clearTimeout(this.globalFilterTimeout);
15231
15231
  this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
15232
15232
  } })));
15233
15233
  }
15234
- return (h(Host, { key: '34e0a50971a38b166ee0494d0dbafaa9bbdf8a30' }, h("style", { key: '18f72b5fed3e02b7a006a04c40d4ffa1486ab7b5' }, __classPrivateFieldGet$8(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '05d4d483d0691985e420a3aadb6d3dfd5969e218', id: componentWrapperId, class: wrapperClass }, filterField, h("div", { key: 'b25b9a90d126b281395a6a10f0d72efa40a9adda', class: "wrapper", ref: (el) => (this.treeWrapperRef =
15235
- el) }, h("table", { key: '036ed9303dc7363e7809aade72e81b4617157602', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
15234
+ return (h(Host, { key: 'c41109b7db78f7cde7dc4ba9cec7263e4d31786f' }, h("style", { key: '0a4bfe1f6335c08087476992a330ef8c26fc2efc' }, __classPrivateFieldGet$8(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '2353e8b40be7585ef6313a9c06fff87b17a9d6d4', id: componentWrapperId, class: wrapperClass }, filterField, h("div", { key: '7799575e8dd9ff74c412449340f7e3fbf9ecd8f9', class: "wrapper", ref: (el) => (this.treeWrapperRef =
15235
+ el) }, h("table", { key: 'a499a4bc1b3e66e91c6dd108bc75277823036d84', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
15236
15236
  e.preventDefault();
15237
- } }, h("thead", { key: 'a746e447516e4c88feece9b0edcad3b81e943462', class: {
15237
+ } }, h("thead", { key: '17ec2f81534c1159aedeb3417e6410a0a518d0ed', class: {
15238
15238
  'header--is-visible': visibleHeader,
15239
- } }, h("tr", { key: 'ef02dc4aab182d0bd97cad1bfda8e30d438ec43e' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '5ed242816054886aa86178a3b22106bf7761137e' }, treeNodes), (this.showFooter || this.hasTotals()) &&
15239
+ } }, h("tr", { key: 'b3211ca1c1faf601cf9d7dcb083ef47b78f39b66' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: 'c71420599b7f63a288e20564ceb0c73ca0f704ce' }, treeNodes), (this.showFooter || this.hasTotals()) &&
15240
15240
  this.columns
15241
15241
  ? this.renderFooter()
15242
15242
  : null)))));