@sme.up/ketchup 7.4.2 → 7.5.0-SNAPSHOT
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/{f-button-daddd700.js → f-button-a508a0a1.js} +2 -2
- package/dist/cjs/{f-cell-3682fad4.js → f-cell-52d724f5.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-cbb70aed.js} +3 -3
- package/dist/cjs/{f-image-7b42d149.js → f-image-510563ed.js} +5 -5
- package/dist/cjs/{f-paginator-utils-1baeba0f.js → f-paginator-utils-ff531caa.js} +3 -3
- package/dist/cjs/{f-text-field-a6ed2d22.js → f-text-field-d17e5aa0.js} +2 -2
- package/dist/cjs/{index-74433248.js → index-1f177abc.js} +0 -3
- package/dist/cjs/ketchup.cjs.js +2 -2
- package/dist/cjs/kup-accordion.cjs.entry.js +3 -3
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +20 -14
- package/dist/cjs/kup-box.cjs.entry.js +10 -10
- package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
- 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 +6 -9
- package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
- package/dist/cjs/kup-echart.cjs.entry.js +2 -2
- package/dist/cjs/kup-family-tree.cjs.entry.js +5 -5
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
- 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-9e1680dd.js} +4 -1
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
- package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner.cjs.entry.js +114 -54
- 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 +4 -4
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/kup-card/kup-card.css +4 -8
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +0 -3
- package/dist/collection/components/kup-data-table/kup-data-table.css +3 -6
- package/dist/collection/components/kup-data-table/kup-data-table.js +1 -4
- package/dist/collection/components/kup-family-tree/kup-family-tree.css +2 -2
- 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 +4 -2
- package/dist/collection/components/kup-planner/kup-planner.css +5 -0
- package/dist/collection/components/kup-planner/kup-planner.js +65 -13
- package/dist/collection/components/kup-qlik/kup-qlik.css +4 -8
- package/dist/collection/components/kup-spinner/kup-spinner.css +2 -4
- 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-theme/kup-theme-declarations.js +1 -0
- package/dist/collection/types/GenericTypes.js +1 -0
- package/dist/components/kup-autocomplete2.js +17 -8
- package/dist/components/kup-dashboard.js +0 -3
- package/dist/components/kup-family-tree.js +1 -1
- package/dist/components/kup-planner.js +109 -53
- package/dist/components/kup-qlik.js +1 -1
- package/dist/esm/{f-button-8d15b5a0.js → f-button-b7f77b26.js} +2 -2
- package/dist/esm/{f-cell-7b706e57.js → f-cell-dc3beffe.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-0a678211.js} +3 -3
- package/dist/esm/{f-image-21451b15.js → f-image-f84dbd7c.js} +5 -5
- package/dist/esm/{f-paginator-utils-92bbf277.js → f-paginator-utils-52902bd6.js} +3 -3
- package/dist/esm/{f-text-field-0bb2d109.js → f-text-field-7dd143be.js} +2 -2
- package/dist/esm/{index-b326ffc9.js → index-8bd38435.js} +1 -3
- package/dist/esm/ketchup.js +3 -3
- package/dist/esm/kup-accordion.entry.js +3 -3
- package/dist/esm/kup-autocomplete_27.entry.js +20 -14
- package/dist/esm/kup-box.entry.js +10 -10
- package/dist/esm/kup-calendar.entry.js +5 -5
- 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 +6 -9
- package/dist/esm/kup-drawer.entry.js +2 -2
- package/dist/esm/kup-echart.entry.js +2 -2
- package/dist/esm/kup-family-tree.entry.js +5 -5
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +8 -8
- 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-a5ab58a0.js} +4 -1
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +3 -3
- package/dist/esm/kup-photo-frame.entry.js +2 -2
- package/dist/esm/kup-planner.entry.js +114 -54
- 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 +4 -4
- package/dist/esm/loader.js +3 -3
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-89ac80c1.entry.js → p-00fc0f80.entry.js} +1 -1
- package/dist/ketchup/{p-c222d070.entry.js → p-166257d0.entry.js} +1 -1
- package/dist/ketchup/{p-ea16ddc0.js → p-28efed63.js} +1 -1
- package/dist/ketchup/{p-281cff81.entry.js → p-3ae1409f.entry.js} +1 -1
- package/dist/ketchup/p-4fd6c34c.js +30 -0
- package/dist/ketchup/{p-2915a66a.entry.js → p-6022c951.entry.js} +1 -1
- package/dist/ketchup/{p-826c91d7.js → p-69f3b9da.js} +1 -1
- package/dist/ketchup/p-7040cab7.entry.js +1 -0
- package/dist/ketchup/{p-7cfdce27.js → p-7065b172.js} +1 -1
- package/dist/ketchup/p-71cb80ac.entry.js +9 -0
- package/dist/ketchup/{p-da37c417.entry.js → p-78d1fc60.entry.js} +1 -1
- package/dist/ketchup/{p-32517a99.entry.js → p-871cfe60.entry.js} +1 -1
- package/dist/ketchup/{p-e83e70e2.entry.js → p-8d0e6825.entry.js} +1 -1
- package/dist/ketchup/{p-4d039705.entry.js → p-98ff4101.entry.js} +1 -1
- package/dist/ketchup/{p-439ac105.entry.js → p-9ae47a0d.entry.js} +1 -1
- package/dist/ketchup/{p-d4ece435.js → p-9dcfbb1e.js} +2 -2
- package/dist/ketchup/{p-c26975bf.js → p-9f9b6656.js} +1 -1
- package/dist/ketchup/{p-e4975ffa.entry.js → p-a122b8d3.entry.js} +1 -1
- package/dist/ketchup/{p-a641780a.entry.js → p-a32cc181.entry.js} +1 -1
- package/dist/ketchup/{p-0c1cbf8b.entry.js → p-beb0907a.entry.js} +1 -1
- package/dist/ketchup/{p-ae4fffe0.js → p-c5c6a2fb.js} +1 -1
- package/dist/ketchup/{p-1242366a.entry.js → p-c797ab39.entry.js} +1 -1
- package/dist/ketchup/p-d1e3573f.js +1 -0
- package/dist/ketchup/{p-2a2dc2a8.entry.js → p-d2670436.entry.js} +1 -1
- package/dist/ketchup/{p-0c9b7c80.entry.js → p-d315f7fa.entry.js} +1 -1
- package/dist/ketchup/{p-d87fb5ff.entry.js → p-d711e9ae.entry.js} +1 -1
- package/dist/ketchup/{p-c4d9e3e2.js → p-de34eb56.js} +1 -1
- package/dist/ketchup/{p-76bf53df.entry.js → p-e92d1972.entry.js} +1 -1
- package/dist/ketchup/p-efb80719.entry.js +1 -0
- package/dist/ketchup/p-f158836b.entry.js +39 -0
- package/dist/ketchup/p-f69a6d89.entry.js +10 -0
- package/dist/types/components/kup-image/kup-image.d.ts +2 -0
- package/dist/types/components/kup-planner/kup-planner-declarations.d.ts +4 -2
- package/dist/types/components/kup-planner/kup-planner.d.ts +2 -2
- package/dist/types/components.d.ts +1 -0
- package/dist/types/f-components/f-image/f-image-declarations.d.ts +1 -0
- package/dist/types/types/GenericTypes.d.ts +1 -0
- package/package.json +5 -5
- 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-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
|
@@ -72,6 +72,8 @@ export declare class KupImage {
|
|
|
72
72
|
private kupManager;
|
|
73
73
|
kupClick: EventEmitter<KupImageClickEventPayload>;
|
|
74
74
|
onKupClick(e: Event): void;
|
|
75
|
+
kupLoad: EventEmitter<KupImageClickEventPayload>;
|
|
76
|
+
onKupLoad(e: Event): void;
|
|
75
77
|
/**
|
|
76
78
|
* Used to retrieve component's props values.
|
|
77
79
|
* @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
|
|
@@ -37,8 +37,10 @@ export declare enum KupPlannerProps {
|
|
|
37
37
|
titleMess = "Message displayed on top"
|
|
38
38
|
}
|
|
39
39
|
export declare enum KupPlannerTaskAction {
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
onTaskOpening = "onTaskOpening",
|
|
41
|
+
onTaskClosing = "onTaskClosing",
|
|
42
|
+
onClick = "onClick",
|
|
43
|
+
onResize = "onResize"
|
|
42
44
|
}
|
|
43
45
|
export interface KupPlannerEventPayload extends KupEventPayload {
|
|
44
46
|
value: GanttRow;
|
|
@@ -153,7 +153,7 @@ export declare class KupPlanner {
|
|
|
153
153
|
kupClick: EventEmitter<KupPlannerEventPayload>;
|
|
154
154
|
onKupClick(event: GanttRow, taskAction?: KupPlannerTaskAction): void;
|
|
155
155
|
kupDateChange: EventEmitter<KupPlannerEventPayload>;
|
|
156
|
-
onKupDateChange(event: GanttRow): void;
|
|
156
|
+
onKupDateChange(event: GanttRow, taskAction?: KupPlannerTaskAction): void;
|
|
157
157
|
kupReady: EventEmitter<KupPlannerEventPayload>;
|
|
158
158
|
/**
|
|
159
159
|
* Used to retrieve component's props values.
|
|
@@ -177,7 +177,7 @@ export declare class KupPlanner {
|
|
|
177
177
|
*/
|
|
178
178
|
addPhases(taskId: string, data: KupDataDataset): Promise<void>;
|
|
179
179
|
handleOnClick(nativeEvent: KupPlannerGanttTask | KupPlannerPhase | KupPlannerDetail): void;
|
|
180
|
-
handleOnDateChange(nativeEvent:
|
|
180
|
+
handleOnDateChange(nativeEvent: KupPlannerGanttTask | KupPlannerPhase | KupPlannerDetail): void;
|
|
181
181
|
componentWillLoad(): void;
|
|
182
182
|
componentDidLoad(): void;
|
|
183
183
|
componentWillRender(): void;
|
|
@@ -5483,6 +5483,7 @@ declare namespace LocalJSX {
|
|
|
5483
5483
|
*/
|
|
5484
5484
|
"isCanvas"?: boolean;
|
|
5485
5485
|
"onKup-image-click"?: (event: KupImageCustomEvent<KupImageClickEventPayload>) => void;
|
|
5486
|
+
"onKup-image-load"?: (event: KupImageCustomEvent<KupImageClickEventPayload>) => void;
|
|
5486
5487
|
/**
|
|
5487
5488
|
* The resource used to fetch the image.
|
|
5488
5489
|
* @default null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sme.up/ketchup",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0-SNAPSHOT",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"smeup",
|
|
6
6
|
"KetchUP",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@material/form-field": "^14.0.0",
|
|
48
48
|
"@material/ripple": "^14.0.0",
|
|
49
49
|
"@material/textfield": "^14.0.0",
|
|
50
|
-
"@sme.up/gantt-component": "^1.3.
|
|
50
|
+
"@sme.up/gantt-component": "^1.3.22",
|
|
51
51
|
"d3-shape": "^3.1.0",
|
|
52
52
|
"dayjs": "^1.11.1",
|
|
53
53
|
"echarts": "^5.3.2",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"vanilla-picker": "^2.12.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@stencil/core": "^3.
|
|
65
|
-
"@stencil/sass": "^
|
|
66
|
-
"@stencil/react-output-target": "0.
|
|
64
|
+
"@stencil/core": "^3.2.0",
|
|
65
|
+
"@stencil/sass": "^3.0.0",
|
|
66
|
+
"@stencil/react-output-target": "0.4.0",
|
|
67
67
|
"@types/d3-shape": "^3.0.2",
|
|
68
68
|
"@types/geojson": "^7946.0.8",
|
|
69
69
|
"@types/jest": "^26.0.24",
|