@colijnit/sharedcomponents 262.1.4 → 262.1.5
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/fesm2022/colijnit-sharedcomponents.mjs +590 -569
- package/fesm2022/colijnit-sharedcomponents.mjs.map +1 -1
- package/index.d.ts +5 -1
- package/lib/components/search-presets/js-preset files/search-preset-overview.component.scss +11 -0
- package/lib/components/search-presets/js-preset files/search-preset-save-dialog.component.scss +23 -0
- package/lib/components/search-presets/js-preset files/search-presets-pinned.component.scss +57 -0
- package/package.json +1 -1
- package/3rdpartylicenses.txt +0 -3300
- package/browser/chunk-5PPHQWL6.js +0 -5
- package/browser/chunk-FK6H3RFT.js +0 -1
- package/browser/chunk-H5HZ6YB3.js +0 -1
- package/browser/chunk-IZEX6TRK.js +0 -2
- package/browser/chunk-JXHTPMR7.js +0 -5
- package/browser/favicon.ico +0 -0
- package/browser/index.html +0 -13
- package/browser/main-5TMUT2DK.js +0 -330
- package/browser/polyfills-5FDKUQTZ.js +0 -2
- package/browser/styles-WUNXPYW7.css +0 -1
- package/prerendered-routes.json +0 -3
package/index.d.ts
CHANGED
|
@@ -3390,6 +3390,8 @@ declare class ComponentActivityListComponent extends BaseActivityListComponent i
|
|
|
3390
3390
|
userGroupId: number;
|
|
3391
3391
|
relationId: number;
|
|
3392
3392
|
branchNo: string;
|
|
3393
|
+
draggableActivities: boolean;
|
|
3394
|
+
taskView: boolean;
|
|
3393
3395
|
componentActivitiesMethod: OperationCallbackSimpleFunction;
|
|
3394
3396
|
setHasPausedNotificationsForWorkflowProcessOperation: OperationCallbackFunctionWithValidation;
|
|
3395
3397
|
openLinkClick: EventEmitter<Activity>;
|
|
@@ -3401,6 +3403,7 @@ declare class ComponentActivityListComponent extends BaseActivityListComponent i
|
|
|
3401
3403
|
formCreated: EventEmitter<void>;
|
|
3402
3404
|
refreshRequested: EventEmitter<void>;
|
|
3403
3405
|
showUsergroupActivitiesChanged: EventEmitter<void>;
|
|
3406
|
+
activityDragStarted: EventEmitter<ActivityViewModel>;
|
|
3404
3407
|
activeTab: PersonalActivityTabEnum;
|
|
3405
3408
|
activityList: ActivityViewModel[];
|
|
3406
3409
|
trackByFn(index: number, vm: ActivityViewModel): any;
|
|
@@ -3438,8 +3441,9 @@ declare class ComponentActivityListComponent extends BaseActivityListComponent i
|
|
|
3438
3441
|
openFirstTask(): void;
|
|
3439
3442
|
tryOpenTaskByTaskId(taskId: number): boolean;
|
|
3440
3443
|
hasTaskActivity(activities: any[]): boolean;
|
|
3444
|
+
handleDragStart(dragEvent: DragEvent, activity: ActivityViewModel): void;
|
|
3441
3445
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentActivityListComponent, never>;
|
|
3442
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComponentActivityListComponent, "co-component-activity-list", never, { "table": { "alias": "table"; "required": false; }; "key": { "alias": "key"; "required": false; }; "showActivityHeader": { "alias": "showActivityHeader"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "noFreeTasks": { "alias": "noFreeTasks"; "required": false; }; "customTitle": { "alias": "customTitle"; "required": false; }; "userGroupId": { "alias": "userGroupId"; "required": false; }; "relationId": { "alias": "relationId"; "required": false; }; "branchNo": { "alias": "branchNo"; "required": false; }; "componentActivitiesMethod": { "alias": "componentActivitiesMethod"; "required": false; }; "setHasPausedNotificationsForWorkflowProcessOperation": { "alias": "setHasPausedNotificationsForWorkflowProcessOperation"; "required": false; }; "activitiesList": { "alias": "activitiesList"; "required": false; }; }, { "openLinkClick": "openLinkClick"; "amountActivityChanged": "amountActivityChanged"; "linkClicked": "linkClicked"; "formCreated": "formCreated"; "refreshRequested": "refreshRequested"; "showUsergroupActivitiesChanged": "showUsergroupActivitiesChanged"; }, never, never, false, never>;
|
|
3446
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ComponentActivityListComponent, "co-component-activity-list", never, { "table": { "alias": "table"; "required": false; }; "key": { "alias": "key"; "required": false; }; "showActivityHeader": { "alias": "showActivityHeader"; "required": false; }; "hideTitle": { "alias": "hideTitle"; "required": false; }; "noFreeTasks": { "alias": "noFreeTasks"; "required": false; }; "customTitle": { "alias": "customTitle"; "required": false; }; "userGroupId": { "alias": "userGroupId"; "required": false; }; "relationId": { "alias": "relationId"; "required": false; }; "branchNo": { "alias": "branchNo"; "required": false; }; "draggableActivities": { "alias": "draggableActivities"; "required": false; }; "taskView": { "alias": "taskView"; "required": false; }; "componentActivitiesMethod": { "alias": "componentActivitiesMethod"; "required": false; }; "setHasPausedNotificationsForWorkflowProcessOperation": { "alias": "setHasPausedNotificationsForWorkflowProcessOperation"; "required": false; }; "activitiesList": { "alias": "activitiesList"; "required": false; }; }, { "openLinkClick": "openLinkClick"; "amountActivityChanged": "amountActivityChanged"; "linkClicked": "linkClicked"; "formCreated": "formCreated"; "refreshRequested": "refreshRequested"; "showUsergroupActivitiesChanged": "showUsergroupActivitiesChanged"; "activityDragStarted": "activityDragStarted"; }, never, never, false, never>;
|
|
3443
3447
|
}
|
|
3444
3448
|
|
|
3445
3449
|
declare class PersonalActivityOverviewComponent extends BaseActivityOverviewComponent {
|
package/lib/components/search-presets/js-preset files/search-preset-save-dialog.component.scss
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#preset-save-dialog:not(.is-mobile) .co-dialog-wrapper {
|
|
2
|
+
width: 400px;
|
|
3
|
+
min-height: 200px;
|
|
4
|
+
max-height: 500px;
|
|
5
|
+
|
|
6
|
+
.save-dialog-contents {
|
|
7
|
+
width: 100%;
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
row-gap: 10px;
|
|
11
|
+
padding: 10px;
|
|
12
|
+
|
|
13
|
+
.co-input-text {
|
|
14
|
+
width: 100%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.co-list-of-values {
|
|
18
|
+
width: 100%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
width: 100%;
|
|
3
|
+
padding: 2px;
|
|
4
|
+
min-height: 30px;
|
|
5
|
+
display: flex;
|
|
6
|
+
.preset-button {
|
|
7
|
+
display: block;
|
|
8
|
+
}
|
|
9
|
+
.pinned-presets-row {
|
|
10
|
+
width: 100%;
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-direction: row;
|
|
13
|
+
column-gap: 5px;
|
|
14
|
+
padding: 10px 10px 10px 20px;
|
|
15
|
+
justify-content: flex-start;
|
|
16
|
+
flex-wrap: wrap;
|
|
17
|
+
}
|
|
18
|
+
.presets-wrapper {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
flex-wrap: wrap;
|
|
22
|
+
gap: 5px
|
|
23
|
+
}
|
|
24
|
+
.presets {
|
|
25
|
+
height: 16px;
|
|
26
|
+
font-size: 10px;
|
|
27
|
+
color: #000000;
|
|
28
|
+
background: #f5f5fa;
|
|
29
|
+
border-radius: 5px;
|
|
30
|
+
padding: 2px 7px;
|
|
31
|
+
user-select: none;
|
|
32
|
+
|
|
33
|
+
&.active {
|
|
34
|
+
color: #FFFFFF;
|
|
35
|
+
background: red;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.show-all-button {
|
|
40
|
+
height: 16px;
|
|
41
|
+
font-size: 10px;
|
|
42
|
+
color: #000000;
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
background: #FFFFFF;
|
|
46
|
+
border: 1px solid;
|
|
47
|
+
border-radius: 5px;
|
|
48
|
+
padding: 2px 7px;
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
|
|
51
|
+
&:hover {
|
|
52
|
+
background: #1A73E8;
|
|
53
|
+
color: #FFF;
|
|
54
|
+
filter: none;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|