@sme.up/ketchup 7.4.2 → 8.0.0-a
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/{component-72a5b626.js → component-85c2bd4d.js} +1 -1
- package/dist/cjs/{f-button-daddd700.js → f-button-b4493396.js} +2 -2
- package/dist/cjs/{f-cell-3682fad4.js → f-cell-356b4a8f.js} +6 -6
- package/dist/cjs/{f-checkbox-593f72c3.js → f-checkbox-1148e791.js} +1 -1
- package/dist/cjs/{f-chip-9d540d94.js → f-chip-617af9d4.js} +3 -3
- package/dist/cjs/{f-image-7b42d149.js → f-image-58de00ed.js} +5 -5
- package/dist/cjs/{f-paginator-utils-1baeba0f.js → f-paginator-utils-ded7ed1b.js} +3 -3
- package/dist/cjs/{f-text-field-a6ed2d22.js → f-text-field-fdba1e89.js} +2 -2
- package/dist/cjs/{f-text-field-mdc-85997738.js → f-text-field-mdc-0e22f3e3.js} +2 -2
- package/dist/cjs/{index-74433248.js → index-1f177abc.js} +0 -3
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +817 -822
- package/dist/cjs/kup-box.cjs.entry.js +14 -13
- package/dist/cjs/kup-calendar.cjs.entry.js +6 -6
- package/dist/cjs/kup-cell.cjs.entry.js +7 -7
- package/dist/cjs/kup-dash-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-dash_2.cjs.entry.js +2 -2
- package/dist/cjs/kup-dashboard.cjs.entry.js +9 -12
- package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
- package/dist/cjs/kup-echart.cjs.entry.js +26 -9
- package/dist/cjs/kup-family-tree.cjs.entry.js +9 -20
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +10 -10
- package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
- package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
- package/dist/cjs/{kup-manager-10351449.js → kup-manager-62ae342a.js} +81 -2
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
- package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner.cjs.entry.js +1128 -219
- package/dist/cjs/kup-probe.cjs.entry.js +2 -2
- package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
- package/dist/cjs/kup-snackbar.cjs.entry.js +5 -5
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{tslib.es6-0ee02c67.js → tslib.es6-386654de.js} +9 -5
- package/dist/collection/assets/data-table.js +44 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/kup-box/kup-box.js +1 -0
- package/dist/collection/components/kup-card/kup-card.css +4 -8
- package/dist/collection/components/kup-chip/kup-chip.js +4 -3
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +0 -3
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.css +3 -6
- package/dist/collection/components/kup-data-table/kup-data-table.js +6 -20
- package/dist/collection/components/kup-echart/kup-echart-declarations.js +2 -0
- package/dist/collection/components/kup-echart/kup-echart.js +23 -8
- package/dist/collection/components/kup-family-tree/kup-family-tree.css +2 -2
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +4 -15
- package/dist/collection/components/kup-image/kup-image.js +28 -0
- package/dist/collection/components/kup-list/kup-list.css +1 -1
- package/dist/collection/components/kup-planner/kup-planner-declarations.js +5 -2
- package/dist/collection/components/kup-planner/kup-planner.css +6 -3
- package/dist/collection/components/kup-planner/kup-planner.js +347 -65
- package/dist/collection/components/kup-qlik/kup-qlik.css +4 -8
- package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -3
- package/dist/collection/components/kup-spinner/kup-spinner.css +2 -4
- package/dist/collection/components/kup-tree/kup-tree.js +66 -67
- package/dist/collection/f-components/f-image/f-image.js +3 -3
- package/dist/collection/managers/kup-data/kup-data-column-helper.js +1 -0
- package/dist/collection/managers/kup-manager/kup-manager.js +18 -0
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -0
- package/dist/collection/types/GenericTypes.js +1 -0
- package/dist/components/kup-autocomplete2.js +229 -152
- package/dist/components/kup-box2.js +1 -0
- package/dist/components/kup-dashboard.js +0 -3
- package/dist/components/kup-echart2.js +24 -7
- package/dist/components/kup-family-tree.js +5 -16
- package/dist/components/kup-planner.js +1127 -219
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +1 -1
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +1 -1
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/esm/{component-b1bedf1d.js → component-120651a0.js} +1 -1
- package/dist/esm/{f-button-8d15b5a0.js → f-button-b556d392.js} +2 -2
- package/dist/esm/{f-cell-7b706e57.js → f-cell-bee3cc3d.js} +6 -6
- package/dist/esm/{f-checkbox-ec85b437.js → f-checkbox-9b3f5f5b.js} +1 -1
- package/dist/esm/{f-chip-c671fe90.js → f-chip-a036bc33.js} +3 -3
- package/dist/esm/{f-image-21451b15.js → f-image-363c7981.js} +5 -5
- package/dist/esm/{f-paginator-utils-92bbf277.js → f-paginator-utils-58ae68aa.js} +3 -3
- package/dist/esm/{f-text-field-0bb2d109.js → f-text-field-9df5c22b.js} +2 -2
- package/dist/esm/{f-text-field-mdc-d42d3f9e.js → f-text-field-mdc-cee583ea.js} +2 -2
- package/dist/esm/{index-b326ffc9.js → index-8bd38435.js} +1 -3
- package/dist/esm/ketchup.js +4 -4
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_27.entry.js +817 -822
- package/dist/esm/kup-box.entry.js +14 -13
- package/dist/esm/kup-calendar.entry.js +6 -6
- package/dist/esm/kup-cell.entry.js +7 -7
- package/dist/esm/kup-dash-list.entry.js +2 -2
- package/dist/esm/kup-dash_2.entry.js +2 -2
- package/dist/esm/kup-dashboard.entry.js +9 -12
- package/dist/esm/kup-drawer.entry.js +2 -2
- package/dist/esm/kup-echart.entry.js +26 -9
- package/dist/esm/kup-family-tree.entry.js +9 -20
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +10 -10
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +3 -3
- package/dist/esm/{kup-manager-6145d980.js → kup-manager-5678a52f.js} +81 -3
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +6 -6
- package/dist/esm/kup-photo-frame.entry.js +2 -2
- package/dist/esm/kup-planner.entry.js +1128 -219
- package/dist/esm/kup-probe.entry.js +2 -2
- package/dist/esm/kup-qlik.entry.js +3 -3
- package/dist/esm/kup-snackbar.entry.js +5 -5
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{tslib.es6-3eea2234.js → tslib.es6-8c2af864.js} +9 -5
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-0eee4a5a.entry.js +39 -0
- package/dist/ketchup/{p-81605f08.js → p-10d84b1b.js} +1 -1
- package/dist/ketchup/{p-0c1cbf8b.entry.js → p-1ef0b60d.entry.js} +1 -1
- package/dist/ketchup/{p-a203f78b.js → p-27a56c87.js} +1 -1
- package/dist/ketchup/p-28617a01.entry.js +25 -0
- package/dist/ketchup/{p-439ac105.entry.js → p-297e3a99.entry.js} +1 -1
- package/dist/ketchup/{p-281cff81.entry.js → p-3e7fcb23.entry.js} +1 -1
- package/dist/ketchup/p-452794d7.entry.js +9 -0
- package/dist/ketchup/{p-0c9b7c80.entry.js → p-4a5bb19d.entry.js} +1 -1
- package/dist/ketchup/{p-ea16ddc0.js → p-4c28b140.js} +1 -1
- package/dist/ketchup/p-4fc2a726.js +30 -0
- package/dist/ketchup/{p-7cfdce27.js → p-59ecca83.js} +1 -1
- package/dist/ketchup/{p-89ac80c1.entry.js → p-5ea29654.entry.js} +1 -1
- package/dist/ketchup/{p-d87fb5ff.entry.js → p-63143986.entry.js} +1 -1
- package/dist/ketchup/{p-2a2dc2a8.entry.js → p-6a99d95a.entry.js} +1 -1
- package/dist/ketchup/{p-4d039705.entry.js → p-6aaf28ac.entry.js} +1 -1
- package/dist/ketchup/{p-c222d070.entry.js → p-6be4cc6b.entry.js} +1 -1
- package/dist/ketchup/p-7f59211b.js +1 -0
- package/dist/ketchup/{p-2915a66a.entry.js → p-86403c79.entry.js} +1 -1
- package/dist/ketchup/p-86fd64c8.entry.js +1 -0
- package/dist/ketchup/p-8b2fb87c.entry.js +1 -0
- package/dist/ketchup/{p-76bf53df.entry.js → p-91d07966.entry.js} +1 -1
- package/dist/ketchup/{p-e4975ffa.entry.js → p-98e85fb0.entry.js} +1 -1
- package/dist/ketchup/{p-d4ece435.js → p-9dcfbb1e.js} +2 -2
- package/dist/ketchup/{p-ae4fffe0.js → p-9f2416d4.js} +1 -1
- package/dist/ketchup/{p-c26975bf.js → p-9f9b6656.js} +1 -1
- package/dist/ketchup/{p-1242366a.entry.js → p-d299b9ce.entry.js} +1 -1
- package/dist/ketchup/p-db43c039.entry.js +1 -0
- package/dist/ketchup/{p-a641780a.entry.js → p-dfba4ea4.entry.js} +1 -1
- package/dist/ketchup/{p-da37c417.entry.js → p-ed79b1cd.entry.js} +1 -1
- package/dist/ketchup/{p-c4d9e3e2.js → p-f197df32.js} +1 -1
- package/dist/ketchup/{p-32517a99.entry.js → p-f3282015.entry.js} +1 -1
- package/dist/ketchup/{p-826c91d7.js → p-f9823319.js} +1 -1
- package/dist/ketchup/p-ff285e51.js +1 -0
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
- package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +2 -0
- package/dist/types/components/kup-image/kup-image.d.ts +2 -0
- package/dist/types/components/kup-planner/kup-planner-declarations.d.ts +18 -3
- package/dist/types/components/kup-planner/kup-planner.d.ts +36 -11
- package/dist/types/components/kup-tree/kup-tree.d.ts +1 -5
- package/dist/types/components.d.ts +39 -4
- package/dist/types/f-components/f-image/f-image-declarations.d.ts +1 -0
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +1 -1
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +1 -0
- package/dist/types/managers/kup-manager/kup-manager.d.ts +7 -0
- package/dist/types/types/GenericTypes.d.ts +1 -0
- package/package.json +8 -20
- package/dist/ketchup/p-02a26d59.entry.js +0 -9
- package/dist/ketchup/p-462475ac.entry.js +0 -10
- package/dist/ketchup/p-5292ef67.js +0 -30
- package/dist/ketchup/p-79b0730b.js +0 -15
- package/dist/ketchup/p-849ad5d8.entry.js +0 -1
- package/dist/ketchup/p-9f00ad0f.js +0 -1
- package/dist/ketchup/p-be61dd36.entry.js +0 -39
- package/dist/ketchup/p-c022824e.entry.js +0 -1
- package/dist/ketchup/p-e83e70e2.entry.js +0 -1
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
display: flex;
|
|
51
51
|
flex-direction: column;
|
|
52
52
|
height: 0;
|
|
53
|
-
transform: translateX(calc(
|
|
53
|
+
transform: translateX(calc((var(--kup_familytree_item_width) + var(--kup_familytree_item_h_padding) * 2) / 2)) translateY(calc(0px - (var(--kup_familytree_staffchildren) * var(--kup_familytree_item_height) + var(--kup_familytree_staffchildren) * var(--kup_familytree_item_v_padding) * 2)));
|
|
54
54
|
}
|
|
55
55
|
.family-tree__node__staff__item {
|
|
56
56
|
padding: var(--kup_familytree_item_v_padding);
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
height: calc(var(--kup_familytree_item_height) / 2);
|
|
75
75
|
}
|
|
76
76
|
.family-tree__line--staff {
|
|
77
|
-
height: calc(
|
|
77
|
+
height: calc(var(--kup_familytree_staffchildren) * var(--kup_familytree_item_height) + var(--kup_familytree_staffchildren) * var(--kup_familytree_item_v_padding) * 2);
|
|
78
78
|
}
|
|
79
79
|
.family-tree__line--right {
|
|
80
80
|
border-right: 2px solid var(--kup_familytree_lines_color);
|
|
@@ -14,7 +14,7 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
|
|
|
14
14
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
15
15
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
16
16
|
};
|
|
17
|
-
var _KupFamilyTree_instances, _KupFamilyTree_clickTimeout, _KupFamilyTree_hold, _KupFamilyTree_currentPanX, _KupFamilyTree_currentPanY, _KupFamilyTree_interactableTouch, _KupFamilyTree_kupManager, _KupFamilyTree_moveCb, _KupFamilyTree_shouldAutofit, _KupFamilyTree_wrapperEl, _KupFamilyTree_buildChildLine, _KupFamilyTree_buildNode, _KupFamilyTree_buildNodeLayout, _KupFamilyTree_buildNodeLayout1, _KupFamilyTree_buildNodeLayout2, _KupFamilyTree_buildNodes, _KupFamilyTree_createTree, _KupFamilyTree_isBoxLayout, _KupFamilyTree_startPanning,
|
|
17
|
+
var _KupFamilyTree_instances, _KupFamilyTree_clickTimeout, _KupFamilyTree_hold, _KupFamilyTree_currentPanX, _KupFamilyTree_currentPanY, _KupFamilyTree_interactableTouch, _KupFamilyTree_kupManager, _KupFamilyTree_moveCb, _KupFamilyTree_shouldAutofit, _KupFamilyTree_wrapperEl, _KupFamilyTree_buildChildLine, _KupFamilyTree_buildNode, _KupFamilyTree_buildNodeLayout, _KupFamilyTree_buildNodeLayout1, _KupFamilyTree_buildNodeLayout2, _KupFamilyTree_buildNodes, _KupFamilyTree_createTree, _KupFamilyTree_isBoxLayout, _KupFamilyTree_startPanning, _KupFamilyTree_getEventDetails, _KupFamilyTree_clickHandler, _KupFamilyTree_contextMenuHandler, _KupFamilyTree_dblClickHandler, _KupFamilyTree_didLoadInteractables, _KupFamilyTree_zoomTree;
|
|
18
18
|
import { forceUpdate, h, Host, } from '@stencil/core';
|
|
19
19
|
import { FButton } from '../../f-components/f-button/f-button';
|
|
20
20
|
import { FButtonStyling, } from '../../f-components/f-button/f-button-declarations';
|
|
@@ -706,17 +706,6 @@ _KupFamilyTree_clickTimeout = new WeakMap(), _KupFamilyTree_hold = new WeakMap()
|
|
|
706
706
|
};
|
|
707
707
|
document.addEventListener('pointermove', __classPrivateFieldGet(this, _KupFamilyTree_moveCb, "f"));
|
|
708
708
|
document.addEventListener('pointerup', endPanning);
|
|
709
|
-
}, _KupFamilyTree_getEventPath = function _KupFamilyTree_getEventPath(currentEl) {
|
|
710
|
-
const path = [];
|
|
711
|
-
while (currentEl &&
|
|
712
|
-
currentEl !== this.rootElement &&
|
|
713
|
-
currentEl !== document.body) {
|
|
714
|
-
path.push(currentEl);
|
|
715
|
-
currentEl = currentEl.parentNode
|
|
716
|
-
? currentEl.parentNode
|
|
717
|
-
: currentEl.host;
|
|
718
|
-
}
|
|
719
|
-
return path;
|
|
720
709
|
}, _KupFamilyTree_getEventDetails = function _KupFamilyTree_getEventDetails(path, e) {
|
|
721
710
|
let expandButton;
|
|
722
711
|
let td;
|
|
@@ -752,13 +741,13 @@ _KupFamilyTree_clickTimeout = new WeakMap(), _KupFamilyTree_hold = new WeakMap()
|
|
|
752
741
|
td: td ? td : null,
|
|
753
742
|
};
|
|
754
743
|
}, _KupFamilyTree_clickHandler = function _KupFamilyTree_clickHandler(e) {
|
|
755
|
-
const details = __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_getEventDetails).call(this, __classPrivateFieldGet(this,
|
|
744
|
+
const details = __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_getEventDetails).call(this, __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").getEventPath(e.target, this.rootElement), e);
|
|
756
745
|
return details;
|
|
757
746
|
}, _KupFamilyTree_contextMenuHandler = function _KupFamilyTree_contextMenuHandler(e) {
|
|
758
|
-
const details = __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_getEventDetails).call(this, __classPrivateFieldGet(this,
|
|
747
|
+
const details = __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_getEventDetails).call(this, __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").getEventPath(e.target, this.rootElement), e);
|
|
759
748
|
return details;
|
|
760
749
|
}, _KupFamilyTree_dblClickHandler = function _KupFamilyTree_dblClickHandler(e) {
|
|
761
|
-
const details = __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_getEventDetails).call(this, __classPrivateFieldGet(this,
|
|
750
|
+
const details = __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_getEventDetails).call(this, __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").getEventPath(e.target, this.rootElement), e);
|
|
762
751
|
return details;
|
|
763
752
|
}, _KupFamilyTree_didLoadInteractables = function _KupFamilyTree_didLoadInteractables() {
|
|
764
753
|
__classPrivateFieldGet(this, _KupFamilyTree_interactableTouch, "f").push(this.rootElement);
|
|
@@ -34,6 +34,13 @@ export class KupImage {
|
|
|
34
34
|
el: e.target,
|
|
35
35
|
});
|
|
36
36
|
}
|
|
37
|
+
onKupLoad(e) {
|
|
38
|
+
this.kupLoad.emit({
|
|
39
|
+
comp: this,
|
|
40
|
+
id: this.rootElement.id,
|
|
41
|
+
el: e.target,
|
|
42
|
+
});
|
|
43
|
+
}
|
|
37
44
|
/*-------------------------------------------------*/
|
|
38
45
|
/* P u b l i c M e t h o d s */
|
|
39
46
|
/*-------------------------------------------------*/
|
|
@@ -113,6 +120,7 @@ export class KupImage {
|
|
|
113
120
|
sizeX: this.sizeX,
|
|
114
121
|
sizeY: this.sizeY,
|
|
115
122
|
onClick: (e) => this.onKupClick(e),
|
|
123
|
+
onLoad: (e) => this.onKupLoad(e),
|
|
116
124
|
};
|
|
117
125
|
let elStyle = {
|
|
118
126
|
height: props.sizeY,
|
|
@@ -376,6 +384,26 @@ export class KupImage {
|
|
|
376
384
|
}
|
|
377
385
|
}
|
|
378
386
|
}
|
|
387
|
+
}, {
|
|
388
|
+
"method": "kupLoad",
|
|
389
|
+
"name": "kup-image-load",
|
|
390
|
+
"bubbles": true,
|
|
391
|
+
"cancelable": false,
|
|
392
|
+
"composed": true,
|
|
393
|
+
"docs": {
|
|
394
|
+
"tags": [],
|
|
395
|
+
"text": ""
|
|
396
|
+
},
|
|
397
|
+
"complexType": {
|
|
398
|
+
"original": "KupImageClickEventPayload",
|
|
399
|
+
"resolved": "KupImageClickEventPayload",
|
|
400
|
+
"references": {
|
|
401
|
+
"KupImageClickEventPayload": {
|
|
402
|
+
"location": "import",
|
|
403
|
+
"path": "./kup-image-declarations"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
}
|
|
379
407
|
}];
|
|
380
408
|
}
|
|
381
409
|
static get methods() {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
-ms-flex-pack: start;
|
|
73
73
|
justify-content: flex-start;
|
|
74
74
|
padding-left: var(--kup_list_item_padding_left);
|
|
75
|
-
padding-right: calc(
|
|
75
|
+
padding-right: calc(var(--kup_list_item_padding_left) + var(--kup_list_item_expand_padding, 0px));
|
|
76
76
|
overflow: hidden;
|
|
77
77
|
outline: none;
|
|
78
78
|
transition: background-color var(--kup_list_transition), color var(--kup_list_transition);
|
|
@@ -34,8 +34,11 @@ export var KupPlannerProps;
|
|
|
34
34
|
})(KupPlannerProps || (KupPlannerProps = {}));
|
|
35
35
|
export var KupPlannerTaskAction;
|
|
36
36
|
(function (KupPlannerTaskAction) {
|
|
37
|
-
KupPlannerTaskAction["
|
|
38
|
-
KupPlannerTaskAction["
|
|
37
|
+
KupPlannerTaskAction["onTaskOpening"] = "onTaskOpening";
|
|
38
|
+
KupPlannerTaskAction["onTaskClosing"] = "onTaskClosing";
|
|
39
|
+
KupPlannerTaskAction["onClick"] = "onClick";
|
|
40
|
+
KupPlannerTaskAction["onResize"] = "onResize";
|
|
41
|
+
KupPlannerTaskAction["onRightClick"] = "onRightClick";
|
|
39
42
|
})(KupPlannerTaskAction || (KupPlannerTaskAction = {}));
|
|
40
43
|
export var KupPlannerGanttRowType;
|
|
41
44
|
(function (KupPlannerGanttRowType) {
|
|
@@ -203,7 +203,6 @@
|
|
|
203
203
|
fill: #fff;
|
|
204
204
|
text-anchor: middle;
|
|
205
205
|
font-weight: lighter;
|
|
206
|
-
dominant-baseline: central;
|
|
207
206
|
-webkit-touch-callout: none;
|
|
208
207
|
-webkit-user-select: none;
|
|
209
208
|
-moz-user-select: none;
|
|
@@ -219,8 +218,7 @@
|
|
|
219
218
|
-moz-user-select: none;
|
|
220
219
|
user-select: none;
|
|
221
220
|
pointer-events: none;
|
|
222
|
-
}
|
|
223
|
-
|
|
221
|
+
}
|
|
224
222
|
._11iN9 {
|
|
225
223
|
background: #efefef;
|
|
226
224
|
border-radius: 8px;
|
|
@@ -484,4 +482,9 @@
|
|
|
484
482
|
}
|
|
485
483
|
:host {
|
|
486
484
|
display: block;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.filter {
|
|
488
|
+
margin: 12px 10px 12px 0;
|
|
489
|
+
padding: 0 10px;
|
|
487
490
|
}
|