@syncfusion/ej2-angular-kanban 23.1.36 → 23.2.4-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 (112) 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 +476 -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/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/kanban/columns.directive.d.ts +0 -5
  18. package/src/kanban/kanban-all.module.d.ts +0 -6
  19. package/src/kanban/kanban.component.d.ts +0 -3
  20. package/src/kanban/kanban.module.d.ts +0 -8
  21. package/src/kanban/stackedheaders.directive.d.ts +0 -5
  22. package/styles/bootstrap-dark.css +5 -0
  23. package/styles/bootstrap4.css +32 -2
  24. package/styles/bootstrap5-dark.css +2 -1
  25. package/styles/bootstrap5.css +2 -1
  26. package/styles/fabric-dark.css +5 -0
  27. package/styles/fluent-dark.css +2 -1
  28. package/styles/fluent.css +2 -1
  29. package/styles/highcontrast.css +5 -0
  30. package/styles/kanban/bootstrap-dark.css +5 -0
  31. package/styles/kanban/bootstrap-dark.scss +1 -16
  32. package/styles/kanban/bootstrap.scss +1 -16
  33. package/styles/kanban/bootstrap4.css +32 -2
  34. package/styles/kanban/bootstrap4.scss +1 -16
  35. package/styles/kanban/bootstrap5-dark.css +2 -1
  36. package/styles/kanban/bootstrap5-dark.scss +1 -16
  37. package/styles/kanban/bootstrap5.css +2 -1
  38. package/styles/kanban/bootstrap5.scss +1 -16
  39. package/styles/kanban/fabric-dark.css +5 -0
  40. package/styles/kanban/fabric-dark.scss +1 -16
  41. package/styles/kanban/fabric.scss +1 -16
  42. package/styles/kanban/fluent-dark.css +2 -1
  43. package/styles/kanban/fluent-dark.scss +1 -16
  44. package/styles/kanban/fluent.css +2 -1
  45. package/styles/kanban/fluent.scss +1 -16
  46. package/styles/kanban/highcontrast-light.scss +1 -16
  47. package/styles/kanban/highcontrast.css +5 -0
  48. package/styles/kanban/highcontrast.scss +1 -16
  49. package/styles/kanban/material-dark.scss +1 -16
  50. package/styles/kanban/material.scss +1 -16
  51. package/styles/kanban/material3-dark.scss +1 -16
  52. package/styles/kanban/material3.scss +1 -16
  53. package/styles/kanban/tailwind-dark.css +2 -1
  54. package/styles/kanban/tailwind-dark.scss +1 -16
  55. package/styles/kanban/tailwind.css +2 -1
  56. package/styles/kanban/tailwind.scss +1 -16
  57. package/styles/material3-dark.scss +0 -1
  58. package/styles/material3.scss +0 -1
  59. package/styles/tailwind-dark.css +2 -1
  60. package/styles/tailwind.css +2 -1
  61. package/esm2020/public_api.mjs +0 -3
  62. package/esm2020/src/index.mjs +0 -7
  63. package/esm2020/src/kanban/columns.directive.mjs +0 -66
  64. package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
  65. package/esm2020/src/kanban/kanban.component.mjs +0 -100
  66. package/esm2020/src/kanban/kanban.module.mjs +0 -43
  67. package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
  68. package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
  69. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -279
  70. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  71. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -279
  72. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  73. package/styles/kanban/_all.scss +0 -2
  74. package/styles/kanban/_bootstrap-dark-definition.scss +0 -223
  75. package/styles/kanban/_bootstrap-definition.scss +0 -222
  76. package/styles/kanban/_bootstrap4-definition.scss +0 -223
  77. package/styles/kanban/_bootstrap5-dark-definition.scss +0 -1
  78. package/styles/kanban/_bootstrap5-definition.scss +0 -231
  79. package/styles/kanban/_fabric-dark-definition.scss +0 -222
  80. package/styles/kanban/_fabric-definition.scss +0 -222
  81. package/styles/kanban/_fluent-dark-definition.scss +0 -1
  82. package/styles/kanban/_fluent-definition.scss +0 -223
  83. package/styles/kanban/_fusionnew-definition.scss +0 -231
  84. package/styles/kanban/_highcontrast-definition.scss +0 -223
  85. package/styles/kanban/_highcontrast-light-definition.scss +0 -223
  86. package/styles/kanban/_layout.scss +0 -997
  87. package/styles/kanban/_material-dark-definition.scss +0 -222
  88. package/styles/kanban/_material-definition.scss +0 -222
  89. package/styles/kanban/_material3-dark-definition.scss +0 -1
  90. package/styles/kanban/_material3-definition.scss +0 -231
  91. package/styles/kanban/_tailwind-dark-definition.scss +0 -1
  92. package/styles/kanban/_tailwind-definition.scss +0 -232
  93. package/styles/kanban/_theme.scss +0 -153
  94. package/styles/kanban/icons/_bootstrap-dark.scss +0 -47
  95. package/styles/kanban/icons/_bootstrap.scss +0 -47
  96. package/styles/kanban/icons/_bootstrap4.scss +0 -47
  97. package/styles/kanban/icons/_bootstrap5-dark.scss +0 -1
  98. package/styles/kanban/icons/_bootstrap5.scss +0 -47
  99. package/styles/kanban/icons/_fabric-dark.scss +0 -47
  100. package/styles/kanban/icons/_fabric.scss +0 -47
  101. package/styles/kanban/icons/_fluent-dark.scss +0 -1
  102. package/styles/kanban/icons/_fluent.scss +0 -47
  103. package/styles/kanban/icons/_fusionnew.scss +0 -47
  104. package/styles/kanban/icons/_highcontrast-light.scss +0 -47
  105. package/styles/kanban/icons/_highcontrast.scss +0 -47
  106. package/styles/kanban/icons/_material-dark.scss +0 -47
  107. package/styles/kanban/icons/_material.scss +0 -47
  108. package/styles/kanban/icons/_material3-dark.scss +0 -1
  109. package/styles/kanban/icons/_material3.scss +0 -47
  110. package/styles/kanban/icons/_tailwind-dark.scss +0 -1
  111. package/styles/kanban/icons/_tailwind.scss +0 -47
  112. 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.3.0",
3
+ "_id": "@syncfusion/ej2-angular-kanban@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-AO2+JMgFbmyLwzhnM/SwO+t0mypVFgAz0PxVVJu+n4IKy13T9TzDJaeGExP6B/M3OySXn+1nAU1bt+Yf4N2ORA==",
5
+ "_integrity": "sha512-bbXK4Qe0iA5kGwGl+2OnnFps/Wzw6cgacqBxkOmmCOWaKpz7rTgb0TMT5WemMClREV96UBe6z0zGu6LMr5LJ+w==",
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-release/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-21.3.0.tgz",
23
- "_shasum": "d4a038cb9af09edd1b5860fe199789c5d9643d78",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-23.1.36.tgz",
23
+ "_shasum": "73ce17af6bedfec52e0af4211910d3ee108ec523",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.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": "~23.1.36",
35
- "@syncfusion/ej2-base": "~23.1.36",
36
- "@syncfusion/ej2-kanban": "23.1.36",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~23.2.4",
35
+ "@syncfusion/ej2-base": "~23.2.4",
36
+ "@syncfusion/ej2-kanban": "23.2.4"
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": "23.1.36"
61
+ "typings": "ej2-angular-kanban.d.ts",
62
+ "version": "23.2.4-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.3.0";
2
+ export declare const pkgVer = "^23.1.36";
3
3
  export declare const moduleName = "KanbanModule";
4
- export declare const themeVer = "~21.3.0";
4
+ export declare const themeVer = "~23.1.36";
@@ -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 = '^23.1.36';
4
+ exports.pkgVer = '^23.2.4';
5
5
  exports.moduleName = 'KanbanModule';
6
- exports.themeVer = '~23.1.36';
6
+ exports.themeVer = '~23.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^23.1.36';
2
+ export const pkgVer = '^23.2.4';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~23.1.36';
4
+ export const themeVer = '~23.2.4';
@@ -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`).
@@ -81,8 +80,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
81
80
  */
82
81
  template: any;
83
82
  constructor(viewContainerRef: ViewContainerRef);
84
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
85
- 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"]>;
86
83
  }
87
84
  /**
88
85
  * Column Array Directive
@@ -90,6 +87,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
90
87
  */
91
88
  export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
92
89
  constructor();
93
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
94
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-kanban>e-columns", never, {}, {}, ["children"]>;
95
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[];
@@ -57,6 +56,4 @@ export declare class KanbanComponent extends Kanban implements IComponentBase {
57
56
  ngAfterContentChecked(): void;
58
57
  registerEvents: (eventList: string[]) => void;
59
58
  addTwoWay: (propList: string[]) => void;
60
- static ɵfac: i0.ɵɵFactoryDeclaration<KanbanComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<KanbanComponent, "ejs-kanban", never, { "allowDragAndDrop": "allowDragAndDrop"; "allowKeyboard": "allowKeyboard"; "cardHeight": "cardHeight"; "cardSettings": "cardSettings"; "columns": "columns"; "constraintType": "constraintType"; "cssClass": "cssClass"; "dataSource": "dataSource"; "dialogSettings": "dialogSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableTooltip": "enableTooltip"; "enableVirtualization": "enableVirtualization"; "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>;
62
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
  }
@@ -131,6 +131,11 @@
131
131
  width: 40px;
132
132
  }
133
133
 
134
+ .e-multi-select-wrapper .e-searcher input[type=text],
135
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
136
+ color: #fff;
137
+ }
138
+
134
139
  /* stylelint-disable-line no-empty-source */ /*! component's default definitions and variables */
135
140
  /*! component's theme wise override material-definitions and variables */
136
141
  /* stylelint-disable */
@@ -107,13 +107,24 @@
107
107
  }
108
108
 
109
109
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
- font-size: 8px;
110
+ font-size: 12px;
111
111
  }
112
112
 
113
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
114
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
115
+ font-size: 14px;
116
+ }
117
+
118
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
119
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
120
  font-size: 10px;
115
121
  }
116
122
 
123
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
124
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
125
+ font-size: 12px;
126
+ }
127
+
117
128
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
118
129
  font-size: 14px;
119
130
  line-height: 34px;
@@ -147,6 +158,25 @@
147
158
  border-right-width: 0;
148
159
  }
149
160
 
161
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
162
+ font-size: 12px;
163
+ }
164
+
165
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
166
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
167
+ font-size: 14px;
168
+ }
169
+
170
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
171
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
172
+ font-size: 10px;
173
+ }
174
+
175
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
176
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
177
+ font-size: 12px;
178
+ }
179
+
150
180
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
151
181
  border-left-width: 0;
152
182
  border-radius: 4px 0 0 4px;
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #fff;
175
176
  height: 100%;
176
177
  }
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #212529;
175
176
  height: 100%;
176
177
  }
@@ -98,6 +98,11 @@
98
98
  margin: 2px 2px 2px 0;
99
99
  }
100
100
 
101
+ .e-multi-select-wrapper .e-searcher input[type=text],
102
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
103
+ color: #fff;
104
+ }
105
+
101
106
  /* stylelint-disable-line no-empty-source */ /*! component's default definitions and variables */
102
107
  /*! component's theme wise override material-definitions and variables */
103
108
  /* stylelint-disable */
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #f3f2f1;
155
156
  height: 100%;
156
157
  }
package/styles/fluent.css CHANGED
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #201f1e;
155
156
  height: 100%;
156
157
  }
@@ -177,6 +177,11 @@
177
177
  width: 30px;
178
178
  }
179
179
 
180
+ .e-multi-select-wrapper .e-searcher input[type=text],
181
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
182
+ color: #fff;
183
+ }
184
+
180
185
  /* stylelint-disable-line no-empty-source */ /*! component's theme wise override material-definitions and variables */ /*! TreeView's high contrast theme wise override definitions and variables */
181
186
  /* stylelint-disable */
182
187
  /* stylelint-disable property-no-vendor-prefix */
@@ -131,6 +131,11 @@
131
131
  width: 40px;
132
132
  }
133
133
 
134
+ .e-multi-select-wrapper .e-searcher input[type=text],
135
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
136
+ color: #fff;
137
+ }
138
+
134
139
  /* stylelint-disable-line no-empty-source */ /*! component's default definitions and variables */
135
140
  /*! component's theme wise override material-definitions and variables */
136
141
  /* stylelint-disable */
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap-dark.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
3
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
4
- @import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
6
- @import 'ej2-inputs/styles/textbox/bootstrap-dark-definition.scss';
7
- @import 'ej2-layouts/styles/card/bootstrap-dark-definition.scss';
8
- @import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
9
- @import 'ej2-notifications/styles/skeleton/bootstrap-dark-definition.scss';
10
- @import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
11
- @import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
12
- @import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
14
- @import 'bootstrap-dark-definition.scss';
15
- @import 'icons/bootstrap-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-kanban/styles/kanban/bootstrap-dark.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
3
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
4
- @import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
6
- @import 'ej2-inputs/styles/textbox/bootstrap-definition.scss';
7
- @import 'ej2-layouts/styles/card/bootstrap-definition.scss';
8
- @import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
9
- @import 'ej2-notifications/styles/skeleton/bootstrap-definition.scss';
10
- @import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
11
- @import 'ej2-popups/styles/popup/bootstrap-definition.scss';
12
- @import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
14
- @import 'bootstrap-definition.scss';
15
- @import 'icons/bootstrap.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-kanban/styles/kanban/bootstrap.scss';
@@ -107,13 +107,24 @@
107
107
  }
108
108
 
109
109
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
- font-size: 8px;
110
+ font-size: 12px;
111
111
  }
112
112
 
113
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
114
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
115
+ font-size: 14px;
116
+ }
117
+
118
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
119
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
120
  font-size: 10px;
115
121
  }
116
122
 
123
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
124
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
125
+ font-size: 12px;
126
+ }
127
+
117
128
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
118
129
  font-size: 14px;
119
130
  line-height: 34px;
@@ -147,6 +158,25 @@
147
158
  border-right-width: 0;
148
159
  }
149
160
 
161
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
162
+ font-size: 12px;
163
+ }
164
+
165
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
166
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
167
+ font-size: 14px;
168
+ }
169
+
170
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
171
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
172
+ font-size: 10px;
173
+ }
174
+
175
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
176
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
177
+ font-size: 12px;
178
+ }
179
+
150
180
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
151
181
  border-left-width: 0;
152
182
  border-radius: 4px 0 0 4px;
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap4.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
3
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
4
- @import 'ej2-dropdowns/styles/multi-select/bootstrap4-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
6
- @import 'ej2-inputs/styles/textbox/bootstrap4-definition.scss';
7
- @import 'ej2-layouts/styles/card/bootstrap4-definition.scss';
8
- @import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
9
- @import 'ej2-notifications/styles/skeleton/bootstrap4-definition.scss';
10
- @import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
11
- @import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
12
- @import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
14
- @import 'bootstrap4-definition.scss';
15
- @import 'icons/bootstrap4.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-kanban/styles/kanban/bootstrap4.scss';
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #fff;
175
176
  height: 100%;
176
177
  }
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap5-dark.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
3
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
4
- @import 'ej2-dropdowns/styles/multi-select/bootstrap5-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
6
- @import 'ej2-inputs/styles/textbox/bootstrap5-dark-definition.scss';
7
- @import 'ej2-layouts/styles/card/bootstrap5-dark-definition.scss';
8
- @import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
9
- @import 'ej2-notifications/styles/skeleton/bootstrap5-dark-definition.scss';
10
- @import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
11
- @import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
12
- @import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
14
- @import 'bootstrap5-dark-definition.scss';
15
- @import 'icons/bootstrap5-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-kanban/styles/kanban/bootstrap5-dark.scss';
@@ -170,7 +170,8 @@
170
170
  width: 24px;
171
171
  }
172
172
 
173
- .e-multi-select-wrapper .e-searcher input[type=text] {
173
+ .e-multi-select-wrapper .e-searcher input[type=text],
174
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
174
175
  color: #212529;
175
176
  height: 100%;
176
177
  }
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap5.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
3
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
4
- @import 'ej2-dropdowns/styles/multi-select/bootstrap5-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
6
- @import 'ej2-inputs/styles/textbox/bootstrap5-definition.scss';
7
- @import 'ej2-layouts/styles/card/bootstrap5-definition.scss';
8
- @import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
9
- @import 'ej2-notifications/styles/skeleton/bootstrap5-definition.scss';
10
- @import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
11
- @import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
12
- @import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
14
- @import 'bootstrap5-definition.scss';
15
- @import 'icons/bootstrap5.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-kanban/styles/kanban/bootstrap5.scss';
@@ -98,6 +98,11 @@
98
98
  margin: 2px 2px 2px 0;
99
99
  }
100
100
 
101
+ .e-multi-select-wrapper .e-searcher input[type=text],
102
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
103
+ color: #fff;
104
+ }
105
+
101
106
  /* stylelint-disable-line no-empty-source */ /*! component's default definitions and variables */
102
107
  /*! component's theme wise override material-definitions and variables */
103
108
  /* stylelint-disable */
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/fabric-dark.scss';
2
- @import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
3
- @import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
4
- @import 'ej2-dropdowns/styles/multi-select/fabric-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
6
- @import 'ej2-inputs/styles/textbox/fabric-dark-definition.scss';
7
- @import 'ej2-layouts/styles/card/fabric-dark-definition.scss';
8
- @import 'ej2-navigations/styles/treeview/fabric-dark-definition.scss';
9
- @import 'ej2-notifications/styles/skeleton/fabric-dark-definition.scss';
10
- @import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
11
- @import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
12
- @import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
14
- @import 'fabric-dark-definition.scss';
15
- @import 'icons/fabric-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-kanban/styles/kanban/fabric-dark.scss';
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/fabric.scss';
2
- @import 'ej2-buttons/styles/button/fabric-definition.scss';
3
- @import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
4
- @import 'ej2-dropdowns/styles/multi-select/fabric-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
6
- @import 'ej2-inputs/styles/textbox/fabric-definition.scss';
7
- @import 'ej2-layouts/styles/card/fabric-definition.scss';
8
- @import 'ej2-navigations/styles/treeview/fabric-definition.scss';
9
- @import 'ej2-notifications/styles/skeleton/fabric-definition.scss';
10
- @import 'ej2-popups/styles/dialog/fabric-definition.scss';
11
- @import 'ej2-popups/styles/popup/fabric-definition.scss';
12
- @import 'ej2-popups/styles/spinner/fabric-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/fabric-definition.scss';
14
- @import 'fabric-definition.scss';
15
- @import 'icons/fabric.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-kanban/styles/kanban/fabric.scss';
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #f3f2f1;
155
156
  height: 100%;
156
157
  }
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/definition/fluent-dark.scss';
2
- @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
- @import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
4
- @import 'ej2-dropdowns/styles/multi-select/fluent-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
6
- @import 'ej2-inputs/styles/textbox/fluent-dark-definition.scss';
7
- @import 'ej2-layouts/styles/card/fluent-dark-definition.scss';
8
- @import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
9
- @import 'ej2-notifications/styles/skeleton/fluent-dark-definition.scss';
10
- @import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
11
- @import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
12
- @import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
13
- @import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
14
- @import 'fluent-dark-definition.scss';
15
- @import 'icons/fluent-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-kanban/styles/kanban/fluent-dark.scss';
@@ -150,7 +150,8 @@
150
150
  width: 24px;
151
151
  }
152
152
 
153
- .e-multi-select-wrapper .e-searcher input[type=text] {
153
+ .e-multi-select-wrapper .e-searcher input[type=text],
154
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
154
155
  color: #201f1e;
155
156
  height: 100%;
156
157
  }