@syncfusion/ej2-angular-kanban 21.2.3 → 22.1.34-ngcc

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.
Files changed (124) hide show
  1. package/@syncfusion/ej2-angular-kanban.es5.js +355 -0
  2. package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-kanban.js +323 -0
  4. package/@syncfusion/ej2-angular-kanban.js.map +1 -0
  5. package/CHANGELOG.md +455 -0
  6. package/dist/ej2-angular-kanban.umd.js +397 -0
  7. package/dist/ej2-angular-kanban.umd.js.map +1 -0
  8. package/dist/ej2-angular-kanban.umd.min.js +11 -0
  9. package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
  10. package/ej2-angular-kanban.d.ts +5 -0
  11. package/ej2-angular-kanban.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/kanban/columns.directive.d.ts +1 -5
  19. package/src/kanban/kanban-all.module.d.ts +0 -6
  20. package/src/kanban/kanban.component.d.ts +1 -3
  21. package/src/kanban/kanban.module.d.ts +0 -8
  22. package/src/kanban/stackedheaders.directive.d.ts +0 -5
  23. package/styles/bootstrap-dark.css +19 -0
  24. package/styles/bootstrap.css +19 -0
  25. package/styles/bootstrap4.css +19 -0
  26. package/styles/bootstrap5-dark.css +19 -0
  27. package/styles/bootstrap5.css +19 -0
  28. package/styles/fabric-dark.css +19 -0
  29. package/styles/fabric.css +19 -0
  30. package/styles/fluent-dark.css +19 -0
  31. package/styles/fluent.css +19 -0
  32. package/styles/highcontrast-light.css +19 -0
  33. package/styles/highcontrast.css +19 -0
  34. package/styles/kanban/bootstrap-dark.css +19 -0
  35. package/styles/kanban/bootstrap-dark.scss +1 -15
  36. package/styles/kanban/bootstrap.css +19 -0
  37. package/styles/kanban/bootstrap.scss +1 -15
  38. package/styles/kanban/bootstrap4.css +19 -0
  39. package/styles/kanban/bootstrap4.scss +1 -15
  40. package/styles/kanban/bootstrap5-dark.css +19 -0
  41. package/styles/kanban/bootstrap5-dark.scss +1 -15
  42. package/styles/kanban/bootstrap5.css +19 -0
  43. package/styles/kanban/bootstrap5.scss +1 -15
  44. package/styles/kanban/fabric-dark.css +19 -0
  45. package/styles/kanban/fabric-dark.scss +1 -15
  46. package/styles/kanban/fabric.css +19 -0
  47. package/styles/kanban/fabric.scss +1 -15
  48. package/styles/kanban/fluent-dark.css +19 -0
  49. package/styles/kanban/fluent-dark.scss +1 -15
  50. package/styles/kanban/fluent.css +19 -0
  51. package/styles/kanban/fluent.scss +1 -15
  52. package/styles/kanban/highcontrast-light.css +19 -0
  53. package/styles/kanban/highcontrast-light.scss +1 -15
  54. package/styles/kanban/highcontrast.css +19 -0
  55. package/styles/kanban/highcontrast.scss +1 -15
  56. package/styles/kanban/material-dark.css +19 -0
  57. package/styles/kanban/material-dark.scss +1 -15
  58. package/styles/kanban/material.css +19 -0
  59. package/styles/kanban/material.scss +1 -15
  60. package/styles/kanban/material3-dark.css +1193 -0
  61. package/styles/kanban/material3-dark.scss +2 -0
  62. package/styles/kanban/material3.css +1249 -0
  63. package/styles/kanban/material3.scss +2 -0
  64. package/styles/kanban/tailwind-dark.css +19 -0
  65. package/styles/kanban/tailwind-dark.scss +1 -15
  66. package/styles/kanban/tailwind.css +19 -0
  67. package/styles/kanban/tailwind.scss +1 -15
  68. package/styles/material-dark.css +19 -0
  69. package/styles/material.css +19 -0
  70. package/styles/material3-dark.css +1193 -0
  71. package/styles/material3-dark.scss +2 -0
  72. package/styles/material3.css +1249 -0
  73. package/styles/material3.scss +2 -0
  74. package/styles/tailwind-dark.css +19 -0
  75. package/styles/tailwind.css +19 -0
  76. package/esm2020/public_api.mjs +0 -3
  77. package/esm2020/src/index.mjs +0 -7
  78. package/esm2020/src/kanban/columns.directive.mjs +0 -66
  79. package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
  80. package/esm2020/src/kanban/kanban.component.mjs +0 -100
  81. package/esm2020/src/kanban/kanban.module.mjs +0 -43
  82. package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
  83. package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
  84. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -279
  85. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  86. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -279
  87. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  88. package/styles/kanban/_all.scss +0 -2
  89. package/styles/kanban/_bootstrap-dark-definition.scss +0 -223
  90. package/styles/kanban/_bootstrap-definition.scss +0 -222
  91. package/styles/kanban/_bootstrap4-definition.scss +0 -223
  92. package/styles/kanban/_bootstrap5-dark-definition.scss +0 -1
  93. package/styles/kanban/_bootstrap5-definition.scss +0 -231
  94. package/styles/kanban/_fabric-dark-definition.scss +0 -222
  95. package/styles/kanban/_fabric-definition.scss +0 -222
  96. package/styles/kanban/_fluent-dark-definition.scss +0 -1
  97. package/styles/kanban/_fluent-definition.scss +0 -223
  98. package/styles/kanban/_fusionnew-definition.scss +0 -231
  99. package/styles/kanban/_highcontrast-definition.scss +0 -223
  100. package/styles/kanban/_highcontrast-light-definition.scss +0 -223
  101. package/styles/kanban/_layout.scss +0 -981
  102. package/styles/kanban/_material-dark-definition.scss +0 -222
  103. package/styles/kanban/_material-definition.scss +0 -222
  104. package/styles/kanban/_tailwind-dark-definition.scss +0 -1
  105. package/styles/kanban/_tailwind-definition.scss +0 -232
  106. package/styles/kanban/_theme.scss +0 -148
  107. package/styles/kanban/icons/_bootstrap-dark.scss +0 -47
  108. package/styles/kanban/icons/_bootstrap.scss +0 -47
  109. package/styles/kanban/icons/_bootstrap4.scss +0 -47
  110. package/styles/kanban/icons/_bootstrap5-dark.scss +0 -1
  111. package/styles/kanban/icons/_bootstrap5.scss +0 -47
  112. package/styles/kanban/icons/_fabric-dark.scss +0 -47
  113. package/styles/kanban/icons/_fabric.scss +0 -47
  114. package/styles/kanban/icons/_fluent-dark.scss +0 -1
  115. package/styles/kanban/icons/_fluent.scss +0 -47
  116. package/styles/kanban/icons/_fusionnew.scss +0 -47
  117. package/styles/kanban/icons/_highcontrast-light.scss +0 -47
  118. package/styles/kanban/icons/_highcontrast.scss +0 -47
  119. package/styles/kanban/icons/_material-dark.scss +0 -47
  120. package/styles/kanban/icons/_material.scss +0 -47
  121. package/styles/kanban/icons/_material3.scss +0 -47
  122. package/styles/kanban/icons/_tailwind-dark.scss +0 -1
  123. package/styles/kanban/icons/_tailwind.scss +0 -47
  124. package/syncfusion-ej2-angular-kanban.d.ts +0 -5
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-kanban@*",
3
- "_id": "@syncfusion/ej2-angular-kanban@21.1.39",
3
+ "_id": "@syncfusion/ej2-angular-kanban@21.3.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-KdPO3rEY1fjRCAP2LyA7U/3NGu3mE6k0ucxWuEr2MiK8ArymYBH0FE3Ev/r4J6lVUueDU8xtI6dsav77lu3Fcg==",
5
+ "_integrity": "sha512-7v4mv9w14yECBSD/OPuLvfG4xrb1tVunnfpreA1c1xnXZ6jVRHBmh1RoErWzYJBbTp2t7/cgShoTb5bZowsvog==",
6
6
  "_location": "/@syncfusion/ej2-angular-kanban",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-21.1.39.tgz",
23
- "_shasum": "49c29c6dc4ecfaa0cb70d7a16c9d0d5534f45837",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-21.3.0.tgz",
23
+ "_shasum": "d1fe124bb3efddd6890b2a3767118718c3036d3b",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,30 +31,14 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.2.3",
35
- "@syncfusion/ej2-base": "~21.2.3",
36
- "@syncfusion/ej2-kanban": "21.2.3",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~22.1.34",
35
+ "@syncfusion/ej2-base": "~22.1.34",
36
+ "@syncfusion/ej2-kanban": "22.1.34"
38
37
  },
39
38
  "deprecated": false,
40
39
  "description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
41
- "es2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
42
- "esm2020": "esm2020/syncfusion-ej2-angular-kanban.mjs",
43
- "exports": {
44
- "./package.json": {
45
- "default": "./package.json"
46
- },
47
- ".": {
48
- "types": "./syncfusion-ej2-angular-kanban.d.ts",
49
- "esm2020": "./esm2020/syncfusion-ej2-angular-kanban.mjs",
50
- "es2020": "./fesm2020/syncfusion-ej2-angular-kanban.mjs",
51
- "es2015": "./fesm2015/syncfusion-ej2-angular-kanban.mjs",
52
- "node": "./fesm2015/syncfusion-ej2-angular-kanban.mjs",
53
- "default": "./fesm2020/syncfusion-ej2-angular-kanban.mjs"
54
- }
55
- },
56
- "fesm2015": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
57
- "fesm2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-kanban.js",
58
42
  "homepage": "https://www.syncfusion.com/angular-components",
59
43
  "keywords": [
60
44
  "angular",
@@ -64,7 +48,9 @@
64
48
  "angular-kanban-board"
65
49
  ],
66
50
  "license": "SEE LICENSE IN license",
67
- "module": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
51
+ "main": "dist/ej2-angular-kanban.umd.js",
52
+ "metadata": "ej2-angular-kanban.metadata.json",
53
+ "module": "@syncfusion/ej2-angular-kanban.es5.js",
68
54
  "name": "@syncfusion/ej2-angular-kanban",
69
55
  "repository": {
70
56
  "type": "git",
@@ -72,6 +58,6 @@
72
58
  },
73
59
  "schematics": "./schematics/collection.json",
74
60
  "sideEffects": false,
75
- "typings": "syncfusion-ej2-angular-kanban.d.ts",
76
- "version": "21.2.3"
61
+ "typings": "ej2-angular-kanban.d.ts",
62
+ "version": "22.1.34-ngcc"
77
63
  }
@@ -0,0 +1,18 @@
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-kanban'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-kanban";
2
- export declare const pkgVer = "^21.1.39";
2
+ export declare const pkgVer = "^21.3.0";
3
3
  export declare const moduleName = "KanbanModule";
4
- export declare const themeVer = "~21.1.39";
4
+ export declare const themeVer = "~21.3.0";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-kanban';
4
- exports.pkgVer = '^21.2.3';
4
+ exports.pkgVer = '^22.1.34';
5
5
  exports.moduleName = 'KanbanModule';
6
- exports.themeVer = '~21.2.3';
6
+ exports.themeVer = '~22.1.34';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^21.2.3';
2
+ export const pkgVer = '^22.1.34';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~21.2.3';
4
+ export const themeVer = '~22.1.34';
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-columns` directive represent a columns of the Kanban board.
6
5
  * It must be contained in a Kanban component(`ejs-kanban`).
@@ -77,11 +76,10 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
77
76
  /**
78
77
  * Defines the column template
79
78
  * @default null
79
+ * @asptype string
80
80
  */
81
81
  template: any;
82
82
  constructor(viewContainerRef: ViewContainerRef);
83
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
84
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "allowDrag": "allowDrag"; "allowDrop": "allowDrop"; "allowToggle": "allowToggle"; "headerText": "headerText"; "isExpanded": "isExpanded"; "keyField": "keyField"; "maxCount": "maxCount"; "minCount": "minCount"; "showAddButton": "showAddButton"; "showItemCount": "showItemCount"; "template": "template"; "transitionColumns": "transitionColumns"; }, {}, ["template"]>;
85
83
  }
86
84
  /**
87
85
  * Column Array Directive
@@ -89,6 +87,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
89
87
  */
90
88
  export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
91
89
  constructor();
92
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
93
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-kanban>e-columns", never, {}, {}, ["children"]>;
94
90
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./kanban.module";
4
1
  /**
5
2
  * NgModule definition for the Kanban component with providers.
6
3
  */
7
4
  export declare class KanbanAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<KanbanAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<KanbanAllModule, never, [typeof i1.CommonModule, typeof i2.KanbanModule], [typeof i2.KanbanModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<KanbanAllModule>;
11
5
  }
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Kanban } from '@syncfusion/ej2-kanban';
4
4
  import { ColumnsDirective } from './columns.directive';
5
5
  import { StackedHeadersDirective } from './stackedheaders.directive';
6
- import * as i0 from "@angular/core";
7
6
  export declare const inputs: string[];
8
7
  export declare const outputs: string[];
9
8
  export declare const twoWays: string[];
@@ -43,6 +42,7 @@ export declare class KanbanComponent extends Kanban implements IComponentBase {
43
42
  /**
44
43
  * Defines the template content to card’s tooltip. The property works by enabling the ‘enableTooltip’ property.
45
44
  * @default null
45
+ * @asptype string
46
46
  */
47
47
  tooltipTemplate: any;
48
48
  columns_template: any;
@@ -56,6 +56,4 @@ export declare class KanbanComponent extends Kanban implements IComponentBase {
56
56
  ngAfterContentChecked(): void;
57
57
  registerEvents: (eventList: string[]) => void;
58
58
  addTwoWay: (propList: string[]) => void;
59
- static ɵfac: i0.ɵɵFactoryDeclaration<KanbanComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<KanbanComponent, "ejs-kanban", never, { "allowDragAndDrop": "allowDragAndDrop"; "allowKeyboard": "allowKeyboard"; "cardSettings": "cardSettings"; "columns": "columns"; "constraintType": "constraintType"; "cssClass": "cssClass"; "dataSource": "dataSource"; "dialogSettings": "dialogSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableTooltip": "enableTooltip"; "externalDropId": "externalDropId"; "height": "height"; "keyField": "keyField"; "locale": "locale"; "query": "query"; "showEmptyColumn": "showEmptyColumn"; "sortSettings": "sortSettings"; "stackedHeaders": "stackedHeaders"; "swimlaneSettings": "swimlaneSettings"; "tooltipTemplate": "tooltipTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "cardClick": "cardClick"; "cardDoubleClick": "cardDoubleClick"; "cardRendered": "cardRendered"; "created": "created"; "dataBinding": "dataBinding"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "dialogClose": "dialogClose"; "dialogOpen": "dialogOpen"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "queryCellInfo": "queryCellInfo"; }, ["tooltipTemplate", "columns_template", "swimlaneSettings_template", "cardSettings_template", "dialogSettings_template", "childColumns", "childStackedHeaders"], never>;
61
59
  }
@@ -1,13 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./kanban.component";
3
- import * as i2 from "./columns.directive";
4
- import * as i3 from "./stackedheaders.directive";
5
- import * as i4 from "@angular/common";
6
1
  /**
7
2
  * NgModule definition for the Kanban component.
8
3
  */
9
4
  export declare class KanbanModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<KanbanModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<KanbanModule, [typeof i1.KanbanComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.StackedHeaderDirective, typeof i3.StackedHeadersDirective], [typeof i4.CommonModule], [typeof i1.KanbanComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective, typeof i3.StackedHeaderDirective, typeof i3.StackedHeadersDirective]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<KanbanModule>;
13
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-stackedHeaders` directive represent a stacked header of the Kanban board.
6
5
  * It must be contained in a Kanban component(`ejs-kanban`).
@@ -27,8 +26,6 @@ export declare class StackedHeaderDirective extends ComplexBase<StackedHeaderDir
27
26
  */
28
27
  text: any;
29
28
  constructor(viewContainerRef: ViewContainerRef);
30
- static ɵfac: i0.ɵɵFactoryDeclaration<StackedHeaderDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<StackedHeaderDirective, "e-stackedHeaders>e-stackedHeader", never, { "keyFields": "keyFields"; "text": "text"; }, {}, never>;
32
29
  }
33
30
  /**
34
31
  * StackedHeader Array Directive
@@ -36,6 +33,4 @@ export declare class StackedHeaderDirective extends ComplexBase<StackedHeaderDir
36
33
  */
37
34
  export declare class StackedHeadersDirective extends ArrayBase<StackedHeadersDirective> {
38
35
  constructor();
39
- static ɵfac: i0.ɵɵFactoryDeclaration<StackedHeadersDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<StackedHeadersDirective, "ejs-kanban>e-stackedHeaders", never, {}, {}, ["children"]>;
41
36
  }
@@ -1009,6 +1009,10 @@
1009
1009
  padding: 5px 0;
1010
1010
  text-align: left;
1011
1011
  }
1012
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1013
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1014
+ resize: vertical;
1015
+ }
1012
1016
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1013
1017
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1014
1018
  padding-right: 10px;
@@ -1034,6 +1038,16 @@
1034
1038
  float: right;
1035
1039
  }
1036
1040
 
1041
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1042
+ border-radius: 4px;
1043
+ }
1044
+
1045
+ .e-card-virtual-skeleton-wrapper {
1046
+ height: inherit;
1047
+ overflow: hidden;
1048
+ padding: 8px 8px 0;
1049
+ }
1050
+
1037
1051
  /*! kanban component theme */
1038
1052
  .e-kanban {
1039
1053
  background: #2a2a2a;
@@ -1117,4 +1131,9 @@
1117
1131
  }
1118
1132
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1119
1133
  box-shadow: none;
1134
+ }
1135
+
1136
+ .e-card-virtual-skeleton-wrapper,
1137
+ .e-card-skeleton-wrapper {
1138
+ background: #2a2a2a;
1120
1139
  }
@@ -1007,6 +1007,10 @@
1007
1007
  padding: 5px 0;
1008
1008
  text-align: left;
1009
1009
  }
1010
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1011
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1012
+ resize: vertical;
1013
+ }
1010
1014
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1011
1015
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1012
1016
  padding-right: 10px;
@@ -1032,6 +1036,16 @@
1032
1036
  float: right;
1033
1037
  }
1034
1038
 
1039
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1040
+ border-radius: 4px;
1041
+ }
1042
+
1043
+ .e-card-virtual-skeleton-wrapper {
1044
+ height: inherit;
1045
+ overflow: hidden;
1046
+ padding: 8px 8px 0;
1047
+ }
1048
+
1035
1049
  /*! kanban component theme */
1036
1050
  .e-kanban {
1037
1051
  background: #fff;
@@ -1115,4 +1129,9 @@
1115
1129
  }
1116
1130
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1117
1131
  box-shadow: none;
1132
+ }
1133
+
1134
+ .e-card-virtual-skeleton-wrapper,
1135
+ .e-card-skeleton-wrapper {
1136
+ background: #f5f5f5;
1118
1137
  }
@@ -1086,6 +1086,10 @@
1086
1086
  padding: 5px 0;
1087
1087
  text-align: left;
1088
1088
  }
1089
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1090
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1091
+ resize: vertical;
1092
+ }
1089
1093
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1090
1094
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1091
1095
  padding-right: 10px;
@@ -1111,6 +1115,16 @@
1111
1115
  float: right;
1112
1116
  }
1113
1117
 
1118
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1119
+ border-radius: 4px;
1120
+ }
1121
+
1122
+ .e-card-virtual-skeleton-wrapper {
1123
+ height: inherit;
1124
+ overflow: hidden;
1125
+ padding: 8px 8px 0;
1126
+ }
1127
+
1114
1128
  /*! kanban component theme */
1115
1129
  .e-kanban {
1116
1130
  background: #fff;
@@ -1194,4 +1208,9 @@
1194
1208
  }
1195
1209
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1196
1210
  box-shadow: none;
1211
+ }
1212
+
1213
+ .e-card-virtual-skeleton-wrapper,
1214
+ .e-card-skeleton-wrapper {
1215
+ background: #f2f4f6;
1197
1216
  }
@@ -1069,6 +1069,10 @@
1069
1069
  padding: 8px 0;
1070
1070
  text-align: left;
1071
1071
  }
1072
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1073
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1074
+ resize: vertical;
1075
+ }
1072
1076
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1073
1077
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1074
1078
  padding-right: 10px;
@@ -1094,6 +1098,16 @@
1094
1098
  float: right;
1095
1099
  }
1096
1100
 
1101
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1102
+ border-radius: 6px;
1103
+ }
1104
+
1105
+ .e-card-virtual-skeleton-wrapper {
1106
+ height: inherit;
1107
+ overflow: hidden;
1108
+ padding: 12px 12px 0;
1109
+ }
1110
+
1097
1111
  /*! kanban component theme */
1098
1112
  .e-kanban {
1099
1113
  background: #212529;
@@ -1185,4 +1199,9 @@
1185
1199
  }
1186
1200
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1187
1201
  box-shadow: 0 0 0 2px #0d6efd;
1202
+ }
1203
+
1204
+ .e-card-virtual-skeleton-wrapper,
1205
+ .e-card-skeleton-wrapper {
1206
+ background: #282d31;
1188
1207
  }
@@ -1069,6 +1069,10 @@
1069
1069
  padding: 8px 0;
1070
1070
  text-align: left;
1071
1071
  }
1072
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1073
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1074
+ resize: vertical;
1075
+ }
1072
1076
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1073
1077
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1074
1078
  padding-right: 10px;
@@ -1094,6 +1098,16 @@
1094
1098
  float: right;
1095
1099
  }
1096
1100
 
1101
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1102
+ border-radius: 6px;
1103
+ }
1104
+
1105
+ .e-card-virtual-skeleton-wrapper {
1106
+ height: inherit;
1107
+ overflow: hidden;
1108
+ padding: 12px 12px 0;
1109
+ }
1110
+
1097
1111
  /*! kanban component theme */
1098
1112
  .e-kanban {
1099
1113
  background: #fff;
@@ -1185,4 +1199,9 @@
1185
1199
  }
1186
1200
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1187
1201
  box-shadow: 0 0 0 2px #0d6efd;
1202
+ }
1203
+
1204
+ .e-card-virtual-skeleton-wrapper,
1205
+ .e-card-skeleton-wrapper {
1206
+ background: #f8f9fa;
1188
1207
  }
@@ -976,6 +976,10 @@
976
976
  padding: 5px 0;
977
977
  text-align: left;
978
978
  }
979
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
980
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
981
+ resize: vertical;
982
+ }
979
983
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
980
984
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
981
985
  padding-right: 10px;
@@ -1001,6 +1005,16 @@
1001
1005
  float: right;
1002
1006
  }
1003
1007
 
1008
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1009
+ border-radius: 0;
1010
+ }
1011
+
1012
+ .e-card-virtual-skeleton-wrapper {
1013
+ height: inherit;
1014
+ overflow: hidden;
1015
+ padding: 8px 8px 0;
1016
+ }
1017
+
1004
1018
  /*! kanban component theme */
1005
1019
  .e-kanban {
1006
1020
  background: #201f1f;
@@ -1085,4 +1099,9 @@
1085
1099
  }
1086
1100
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1087
1101
  box-shadow: none;
1102
+ }
1103
+
1104
+ .e-card-virtual-skeleton-wrapper,
1105
+ .e-card-skeleton-wrapper {
1106
+ background: #333232;
1088
1107
  }
package/styles/fabric.css CHANGED
@@ -969,6 +969,10 @@
969
969
  padding: 5px 0;
970
970
  text-align: left;
971
971
  }
972
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
973
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
974
+ resize: vertical;
975
+ }
972
976
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
973
977
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
974
978
  padding-right: 10px;
@@ -994,6 +998,16 @@
994
998
  float: right;
995
999
  }
996
1000
 
1001
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1002
+ border-radius: 0;
1003
+ }
1004
+
1005
+ .e-card-virtual-skeleton-wrapper {
1006
+ height: inherit;
1007
+ overflow: hidden;
1008
+ padding: 8px 8px 0;
1009
+ }
1010
+
997
1011
  /*! kanban component theme */
998
1012
  .e-kanban {
999
1013
  background: #fff;
@@ -1078,4 +1092,9 @@
1078
1092
  }
1079
1093
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1080
1094
  box-shadow: none;
1095
+ }
1096
+
1097
+ .e-card-virtual-skeleton-wrapper,
1098
+ .e-card-skeleton-wrapper {
1099
+ background: #f4f4f4;
1081
1100
  }
@@ -1036,6 +1036,10 @@
1036
1036
  padding: 8px 0;
1037
1037
  text-align: left;
1038
1038
  }
1039
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1040
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1041
+ resize: vertical;
1042
+ }
1039
1043
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1040
1044
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1041
1045
  padding-right: 10px;
@@ -1061,6 +1065,16 @@
1061
1065
  float: right;
1062
1066
  }
1063
1067
 
1068
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1069
+ border-radius: 2px;
1070
+ }
1071
+
1072
+ .e-card-virtual-skeleton-wrapper {
1073
+ height: inherit;
1074
+ overflow: hidden;
1075
+ padding: 12px 12px 0;
1076
+ }
1077
+
1064
1078
  /*! kanban component theme */
1065
1079
  .e-kanban {
1066
1080
  background: #1b1a19;
@@ -1147,4 +1161,9 @@
1147
1161
  }
1148
1162
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1149
1163
  box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
1164
+ }
1165
+
1166
+ .e-card-virtual-skeleton-wrapper,
1167
+ .e-card-skeleton-wrapper {
1168
+ background: #201f1e;
1150
1169
  }
package/styles/fluent.css CHANGED
@@ -1036,6 +1036,10 @@
1036
1036
  padding: 8px 0;
1037
1037
  text-align: left;
1038
1038
  }
1039
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1040
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1041
+ resize: vertical;
1042
+ }
1039
1043
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1040
1044
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1041
1045
  padding-right: 10px;
@@ -1061,6 +1065,16 @@
1061
1065
  float: right;
1062
1066
  }
1063
1067
 
1068
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1069
+ border-radius: 2px;
1070
+ }
1071
+
1072
+ .e-card-virtual-skeleton-wrapper {
1073
+ height: inherit;
1074
+ overflow: hidden;
1075
+ padding: 12px 12px 0;
1076
+ }
1077
+
1064
1078
  /*! kanban component theme */
1065
1079
  .e-kanban {
1066
1080
  background: #fff;
@@ -1147,4 +1161,9 @@
1147
1161
  }
1148
1162
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1149
1163
  box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
1164
+ }
1165
+
1166
+ .e-card-virtual-skeleton-wrapper,
1167
+ .e-card-skeleton-wrapper {
1168
+ background: #faf9f8;
1150
1169
  }
@@ -1053,6 +1053,10 @@
1053
1053
  padding: 5px 0;
1054
1054
  text-align: left;
1055
1055
  }
1056
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1057
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1058
+ resize: vertical;
1059
+ }
1056
1060
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1057
1061
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1058
1062
  padding-right: 10px;
@@ -1078,6 +1082,16 @@
1078
1082
  float: right;
1079
1083
  }
1080
1084
 
1085
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1086
+ border-radius: 0;
1087
+ }
1088
+
1089
+ .e-card-virtual-skeleton-wrapper {
1090
+ height: inherit;
1091
+ overflow: hidden;
1092
+ padding: 8px 8px 0;
1093
+ }
1094
+
1081
1095
  /*! kanban component theme */
1082
1096
  .e-kanban {
1083
1097
  background: #fff;
@@ -1161,4 +1175,9 @@
1161
1175
  }
1162
1176
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1163
1177
  box-shadow: none;
1178
+ }
1179
+
1180
+ .e-card-virtual-skeleton-wrapper,
1181
+ .e-card-skeleton-wrapper {
1182
+ background: #e4e4e4;
1164
1183
  }
@@ -1055,6 +1055,10 @@
1055
1055
  padding: 5px 0;
1056
1056
  text-align: left;
1057
1057
  }
1058
+ .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table td textarea.e-field,
1059
+ .e-kanban-dialog.e-dialog .e-kanban-form-container table td textarea.e-field {
1060
+ resize: vertical;
1061
+ }
1058
1062
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
1059
1063
  .e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
1060
1064
  padding-right: 10px;
@@ -1080,6 +1084,16 @@
1080
1084
  float: right;
1081
1085
  }
1082
1086
 
1087
+ .e-card-virtual-skeleton-wrapper .e-skeleton.e-skeleton-text.e-shimmer-wave {
1088
+ border-radius: 0;
1089
+ }
1090
+
1091
+ .e-card-virtual-skeleton-wrapper {
1092
+ height: inherit;
1093
+ overflow: hidden;
1094
+ padding: 8px 8px 0;
1095
+ }
1096
+
1083
1097
  /*! kanban component theme */
1084
1098
  .e-kanban {
1085
1099
  background: #000;
@@ -1164,4 +1178,9 @@
1164
1178
  }
1165
1179
  .e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
1166
1180
  box-shadow: none;
1181
+ }
1182
+
1183
+ .e-card-virtual-skeleton-wrapper,
1184
+ .e-card-skeleton-wrapper {
1185
+ background: #1a1a1a;
1167
1186
  }