@colijnit/sharedcomponents 255.1.13 → 255.1.15
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 +214 -74
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +19 -17
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +20 -18
- package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +38 -14
- package/esm2015/lib/components/email-selector/email-selector.component.js +105 -0
- package/esm2015/lib/components/email-selector/email-selector.module.js +32 -0
- package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.js +1 -6
- package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.js +4 -2
- package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +5 -3
- package/esm2015/lib/components/role-email-selector/role-email-selector.component.js +46 -26
- package/esm2015/lib/components/task-creator/task-creator.component.js +5 -57
- package/esm2015/lib/components/task-creator/task-creator.module.js +4 -2
- package/esm2015/lib/enum/icon.enum.js +3 -1
- package/esm2015/lib/model/icon-svg.js +3 -1
- package/fesm2015/colijnit-sharedcomponents.js +223 -104
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/index.html +2 -2
- package/lib/components/activity-overview-component/style/_layout.scss +63 -39
- package/lib/components/email-selector/email-selector.component.d.ts +33 -0
- package/lib/components/email-selector/email-selector.module.d.ts +2 -0
- package/lib/components/email-selector/style/_layout.scss +15 -0
- package/lib/components/email-selector/style/_material-definition.scss +15 -0
- package/lib/components/email-selector/style/_theme.scss +4 -0
- package/lib/components/email-selector/style/material.scss +4 -0
- package/lib/components/role-email-selector/role-email-selector.component.d.ts +9 -3
- package/lib/components/role-email-selector/style/_layout.scss +2 -2
- package/lib/components/task-creator/style/_layout.scss +73 -55
- package/lib/components/task-creator/task-creator.component.d.ts +0 -5
- package/lib/enum/icon.enum.d.ts +2 -0
- package/main.a44fb262c84ddaedcaa8.js +1 -0
- package/package.json +2 -2
- package/{styles.8fce26887e7ff9657567.css → styles.148f8e42f62a8231d70c.css} +1 -1
- package/main.e4088c92fb309d6af37a.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/sharedcomponents",
|
|
3
|
-
"version": "255.1.
|
|
3
|
+
"version": "255.1.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"chart.js": "4.3.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@angular/core": ">=12.2.0",
|
|
12
12
|
"@colijnit/articleapi": ">=255.1.1",
|
|
13
13
|
"@colijnit/mainapi": ">=255.1.4",
|
|
14
|
-
"@colijnit/corecomponents_v12": ">=255.1.
|
|
14
|
+
"@colijnit/corecomponents_v12": ">=255.1.8",
|
|
15
15
|
"@colijnit/ioneconnector": ">=255.1.1",
|
|
16
16
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
17
17
|
"@colijnit/relationapi": ">=1.0.14",
|