@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.
- package/dist/cjs/ketchup.cjs.js +1 -1
- 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-calendar.cjs.entry.js +26 -25
- package/dist/cjs/kup-calendar.cjs.entry.js.map +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/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/calendar.js +30 -29
- package/dist/collection/components/kup-calendar/kup-calendar-declarations.js.map +1 -1
- package/dist/collection/components/kup-calendar/kup-calendar.js +51 -25
- package/dist/collection/components/kup-calendar/kup-calendar.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/components/kup-calendar.js +27 -25
- package/dist/components/kup-calendar.js.map +1 -1
- package/dist/esm/ketchup.js +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-calendar.entry.js +26 -25
- package/dist/esm/kup-calendar.entry.js.map +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/esm/loader.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js.map +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-c8ec502a.entry.js → p-aadfd358.entry.js} +2 -2
- package/dist/ketchup/p-aadfd358.entry.js.map +1 -0
- 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-calendar/kup-calendar-declarations.d.ts +5 -5
- package/dist/types/components/kup-calendar/kup-calendar.d.ts +6 -1
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +3 -3
- package/dist/types/components.d.ts +12 -2
- package/package.json +1 -1
- package/dist/ketchup/p-454b6065.js.map +0 -1
- package/dist/ketchup/p-c8ec502a.entry.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
|
@@ -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: '
|
|
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: '
|
|
15235
|
-
el) }, h("table", { key: '
|
|
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: '
|
|
15237
|
+
} }, h("thead", { key: '17ec2f81534c1159aedeb3417e6410a0a518d0ed', class: {
|
|
15238
15238
|
'header--is-visible': visibleHeader,
|
|
15239
|
-
} }, h("tr", { key: '
|
|
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)))));
|