@colijnit/sharedcomponents 255.1.8 → 255.1.9
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/bundles/colijnit-sharedcomponents.umd.js +5 -4
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +2 -2
- package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +2 -2
- package/esm2015/lib/components/task-modifyer/task-modifier.component.js +22 -16
- package/esm2015/lib/components/task-modifyer/task-modifyer.module..js +4 -3
- package/fesm2015/colijnit-sharedcomponents.js +25 -18
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/index.html +2 -2
- package/lib/components/modify-task-form/components/activity-summary-block/style/_layout.scss +8 -0
- package/lib/components/modify-task-form/components/task-details/style/_layout.scss +3 -0
- package/lib/components/open-activity-list/style/_layout.scss +11 -4
- package/{main.d0249f34b89d4e820129.js → main.56255a1c1f2780f1c8cd.js} +1 -1
- package/package.json +2 -2
- package/styles.769d30d0783262abe50e.css +1 -0
- package/styles.5648bca110e9e1584719.css +0 -1
|
@@ -12228,7 +12228,7 @@
|
|
|
12228
12228
|
TaskModifierComponent.decorators = [
|
|
12229
12229
|
{ type: i0.Component, args: [{
|
|
12230
12230
|
selector: "co-task-modifier",
|
|
12231
|
-
template: "\n <co-dialog *ngIf=\"showForm\"\n (closeClick)=\"onPopupClose()\"\n class=\"task-popup\"\n cssId=\"task_modifier_popup\"\n
|
|
12231
|
+
template: "\n <co-dialog *ngIf=\"showForm\"\n (closeClick)=\"onPopupClose()\"\n [headerTemplate]=\"headerTemplate\"\n [footerTemplate]=\"footerTemplate\"\n class=\"task-popup\"\n cssId=\"task_modifier_popup\"\n >\n<!--\n [header]=\"header\"\n [subHeader]=\"subHeader\"\n [subHeaderLink]=\"subHeaderLink\"\n [subSubHeader]=\"subSubHeader\"\n [headerIcon]=\"icons.Task\"\n (openLink)=\"openReferenceInModule()\"-->\n <!-- <ng-template>-->\n <ng-template #headerTemplate>\n <div class=\"header-title-wrapper\">\n <co-icon [iconData]=\"iconService.getIcon(icons.ListUlRegular)\"></co-icon>\n <div class=\"co-dialog-header-title\" [textContent]=\"'TASK' | localize\"></div>\n </div>\n </ng-template>\n <div class=\"popup-wrapper\"\n [ngClass]=\"(showNewForm) ? 'new-task-popup' : ''\">\n <div class=\"form-wrapper mini-scrollbar\">\n <co-form #mainForm (validSubmit)=\"onValid()\">\n<!--\n <new-task-form *ngIf=\"showNewForm\" [activity]=\"editActivity\" [myCfgNames]=\"taskCfgNames\" [taskKey]=\"referenceId\" [taskWorkflowCategory]=\"workflowCategory\"></new-task-form>\n-->\n <co-modify-task-form #modifyTaskForm *ngIf=\"showModificationForm\"\n [activity]=\"editActivity\"\n [readonly]=\"readonly\"\n [popupContext]=\"true\"\n (statusChange)=\"doHandleStatusChange($event)\"\n (showWorkLog)=\"showWorkLog.emit()\"\n (activityChange)=\"updateEditActivity($event)\"\n ></co-modify-task-form>\n </co-form>\n </div>\n </div>\n <div class=\"popup-buttons\" fxLayout=\"column\">\n <div *ngIf=\"showNewForm\" fxLayout=\"row\" class=\"popup-thumb\">\n <span [textContent]=\"'SHOW_AFTER_INSERT' | localize\"></span>\n <!-- <thumb [(active)]=showAfterInsert\"></thumb>-->\n </div>\n </div>\n <ng-template #footerTemplate>\n <div class=\"co-dialog-footer-button-wrapper\">\n <co-button [disabled]=\"readonly || taskEditting\" class=\"save-button\"\n (click)=\"handleSaveForm()\" [iconData]=\"iconService.getIcon(icons.CheckDuotone)\"></co-button>\n <co-button class=\"close-button\"\n (click)=\"handleCancelForm()\" [iconData]=\"iconService.getIcon(icons.CrossSkinny)\"></co-button>\n <co-button *ngIf=\"showModificationForm && !readonly\"\n [iconData]=\"iconService.getIcon(icons.Trashbin)\" class=\"delete-button\"\n [disabled]=\"readonly || taskEditting\"\n (click)=\"deleteTask()\"></co-button>\n </div>\n </ng-template>\n <!-- </ng-template>-->\n </co-dialog>\n "
|
|
12232
12232
|
},] }
|
|
12233
12233
|
];
|
|
12234
12234
|
TaskModifierComponent.ctorParameters = function () { return [
|
|
@@ -12759,7 +12759,7 @@
|
|
|
12759
12759
|
ComponentActivityListComponent.decorators = [
|
|
12760
12760
|
{ type: i0.Component, args: [{
|
|
12761
12761
|
selector: "co-component-activity-list",
|
|
12762
|
-
template: "\n <co-activity-list-header\n *ngIf=\"showActivityHeader\"\n [title]=\"'ACTIVITIES'\"\n [table]=\"table\"\n [key]=\"key\"\n [(showUsergroupActivities)]=\"showUsergroupActivities\"\n [(searchText)]=\"searchText\"\n (periodFilterClicked)=\"doFilterClicked($event)\"\n (searchTextChange)=\"applyFilter()\"\n (showUsergroupActivitiesChange)=\"showUsergroupActivitiesChange()\"\n [setHasPausedNotificationsForWorkflowProcessOperation]=\"setHasPausedNotificationsForWorkflowProcessOperation\"\n ></co-activity-list-header>\n <div class=\"activity-list-content\">\n <div class=\"activity-wrapper\"
|
|
12762
|
+
template: "\n <co-activity-list-header\n *ngIf=\"showActivityHeader\"\n [title]=\"'ACTIVITIES'\"\n [table]=\"table\"\n [key]=\"key\"\n [(showUsergroupActivities)]=\"showUsergroupActivities\"\n [(searchText)]=\"searchText\"\n (periodFilterClicked)=\"doFilterClicked($event)\"\n (searchTextChange)=\"applyFilter()\"\n (showUsergroupActivitiesChange)=\"showUsergroupActivitiesChange()\"\n [setHasPausedNotificationsForWorkflowProcessOperation]=\"setHasPausedNotificationsForWorkflowProcessOperation\"\n ></co-activity-list-header>\n <div class=\"activity-list-content\">\n <div class=\"activity-wrapper\">\n <div class=\"activity-tab-content mini-scrollbar\">\n <ng-container *ngFor=\"let activityListViewModel of privateActivityListViewModels\">\n <co-collapsible *ngIf=\"activityListViewModel.showing\" #collapseable\n [headerTitle]=\"activityListViewModel.label + ' ' + activityListViewModel.amount\"\n [(expanded)]=\"activityListViewModel.expanded\">\n <ng-container *ngFor=\"let activityViewModel of activityListViewModel.activities; trackBy: trackByFn; let index = index\">\n <co-component-activity-overview *ngIf=\"activityViewModel.showing\"\n [viewModel]=\"activityViewModel\"\n [userRelationId]=\"relationId\"\n [userGroupId]=\"userGroupId\"\n (activityChange)=\"handleChangedActivity(index, $event)\"\n (activityDeleted)=\"deleteActivity($event)\"\n (genericTriggerFired)=\"handleGenericTriggerFired($event)\"\n (triggerFired)=\"handleTriggerFired($event)\"\n (linkClicked)=\"linkClicked.emit($event)\"\n (formCreated)=\"handleFormCreation()\"></co-component-activity-overview>\n </ng-container>\n </co-collapsible>\n </ng-container>\n </div>\n <div class=\"activity-tab-content mini-scrollbar\">\n <ng-container *ngFor=\"let activityListViewModel of privateDelegatedActivityListViewModels\">\n <co-collapsible *ngIf=\"activityListViewModel.showing\" #collapseable\n [headerTitle]=\"activityListViewModel.label + ' ' + activityListViewModel.amount\"\n [(expanded)]=\"activityListViewModel.expanded\">\n <ng-container *ngFor=\"let activityViewModel of activityListViewModel.activities; trackBy: trackByFn; let index = index\">\n <co-component-activity-overview *ngIf=\"activityViewModel.showing\"\n [viewModel]=\"activityViewModel\"\n [userRelationId]=\"relationId\"\n [userGroupId]=\"userGroupId\"\n (activityChange)=\"handleChangedActivity(index, $event)\"\n (activityDeleted)=\"deleteActivity($event)\"\n (genericTriggerFired)=\"handleGenericTriggerFired($event)\"\n (triggerFired)=\"handleTriggerFired($event)\"\n (linkClicked)=\"linkClicked.emit($event)\"\n (formCreated)=\"handleFormCreation()\"></co-component-activity-overview>\n </ng-container>\n </co-collapsible>\n </ng-container>\n </div>\n </div>\n </div>\n ",
|
|
12763
12763
|
animations: [
|
|
12764
12764
|
animations.trigger("showHideContent", [
|
|
12765
12765
|
animations.state("void", animations.style({ transform: "scaleY(0)", opacity: 0 })),
|
|
@@ -12840,7 +12840,7 @@
|
|
|
12840
12840
|
_this.remarkIcon = exports["ɵbv"].CommentRegular;
|
|
12841
12841
|
_this.workIcon = exports["ɵbv"].PersonDiggingRegular;
|
|
12842
12842
|
_this.statusIcon = exports["ɵbv"].DiagramProjectRegular;
|
|
12843
|
-
_this.taskIcon = exports["ɵbv"].
|
|
12843
|
+
_this.taskIcon = exports["ɵbv"].ListUlRegular;
|
|
12844
12844
|
return _this;
|
|
12845
12845
|
}
|
|
12846
12846
|
ComponentActivityOverviewComponent.prototype.showClass = function () {
|
|
@@ -13815,7 +13815,8 @@
|
|
|
13815
13815
|
LocalizationModule,
|
|
13816
13816
|
common.CommonModule,
|
|
13817
13817
|
corecomponents_v12.ButtonModule,
|
|
13818
|
-
ModifyTaskFormModule
|
|
13818
|
+
ModifyTaskFormModule,
|
|
13819
|
+
corecomponents_v12.IconModule
|
|
13819
13820
|
],
|
|
13820
13821
|
declarations: [
|
|
13821
13822
|
TaskModifierComponent
|