@syncfusion/ej2-angular-multicolumn-combobox 32.1.19 → 32.1.20-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.
- package/@syncfusion/ej2-angular-multicolumn-combobox.es5.js +325 -0
- package/@syncfusion/ej2-angular-multicolumn-combobox.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-multicolumn-combobox.js +297 -0
- package/@syncfusion/ej2-angular-multicolumn-combobox.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +47 -59
- package/dist/ej2-angular-multicolumn-combobox.umd.js +350 -0
- package/dist/ej2-angular-multicolumn-combobox.umd.js.map +1 -0
- package/dist/ej2-angular-multicolumn-combobox.umd.min.js +11 -0
- package/dist/ej2-angular-multicolumn-combobox.umd.min.js.map +1 -0
- package/ej2-angular-multicolumn-combobox.d.ts +5 -0
- package/ej2-angular-multicolumn-combobox.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +5 -5
- package/src/multicolumn-combobox/columns.directive.d.ts +83 -88
- package/src/multicolumn-combobox/multicolumncombobox-all.module.d.ts +5 -11
- package/src/multicolumn-combobox/multicolumncombobox.component.d.ts +79 -82
- package/src/multicolumn-combobox/multicolumncombobox.module.d.ts +5 -12
- package/CHANGELOG.md +0 -42
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -6
- package/esm2020/src/multicolumn-combobox/columns.directive.mjs +0 -72
- package/esm2020/src/multicolumn-combobox/multicolumncombobox-all.module.mjs +0 -23
- package/esm2020/src/multicolumn-combobox/multicolumncombobox.component.mjs +0 -120
- package/esm2020/src/multicolumn-combobox/multicolumncombobox.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs +0 -241
- package/fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs +0 -241
- package/fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs.map +0 -1
- package/styles/bds-lite.css +0 -1
- package/styles/bds-lite.scss +0 -1
- package/styles/bds.css +0 -1
- package/styles/bds.scss +0 -1
- package/styles/bootstrap-dark-lite.css +0 -1
- package/styles/bootstrap-dark-lite.scss +0 -1
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap-lite.css +0 -1
- package/styles/bootstrap-lite.scss +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4-lite.css +0 -1
- package/styles/bootstrap4-lite.scss +0 -1
- package/styles/bootstrap4.css +0 -1
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark-lite.css +0 -1
- package/styles/bootstrap5-dark-lite.scss +0 -1
- package/styles/bootstrap5-dark.css +0 -1
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5-lite.css +0 -1
- package/styles/bootstrap5-lite.scss +0 -1
- package/styles/bootstrap5.3-lite.css +0 -1
- package/styles/bootstrap5.3-lite.scss +0 -1
- package/styles/bootstrap5.3.css +0 -1
- package/styles/bootstrap5.3.scss +0 -1
- package/styles/bootstrap5.css +0 -1
- package/styles/bootstrap5.scss +0 -1
- package/styles/fabric-dark-lite.css +0 -1
- package/styles/fabric-dark-lite.scss +0 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric-lite.css +0 -1
- package/styles/fabric-lite.scss +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fabric.scss +0 -1
- package/styles/fluent-dark-lite.css +0 -1
- package/styles/fluent-dark-lite.scss +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent-lite.css +0 -1
- package/styles/fluent-lite.scss +0 -1
- package/styles/fluent.css +0 -1
- package/styles/fluent.scss +0 -1
- package/styles/fluent2-lite.css +0 -1
- package/styles/fluent2-lite.scss +0 -1
- package/styles/fluent2.css +0 -1
- package/styles/fluent2.scss +0 -1
- package/styles/highcontrast-light-lite.css +0 -1
- package/styles/highcontrast-light-lite.scss +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast-lite.css +0 -1
- package/styles/highcontrast-lite.scss +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/highcontrast.scss +0 -1
- package/styles/material-dark-lite.css +0 -1
- package/styles/material-dark-lite.scss +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material-dark.scss +0 -1
- package/styles/material-lite.css +0 -1
- package/styles/material-lite.scss +0 -1
- package/styles/material.css +0 -1
- package/styles/material.scss +0 -1
- package/styles/material3-dark-lite.css +0 -1
- package/styles/material3-dark-lite.scss +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3-dark.scss +0 -1
- package/styles/material3-lite.css +0 -1
- package/styles/material3-lite.scss +0 -1
- package/styles/material3.css +0 -1
- package/styles/material3.scss +0 -1
- package/styles/multicolumn-combobox/bds.css +0 -1
- package/styles/multicolumn-combobox/bds.scss +0 -1
- package/styles/multicolumn-combobox/bootstrap-dark.css +0 -1
- package/styles/multicolumn-combobox/bootstrap-dark.scss +0 -1
- package/styles/multicolumn-combobox/bootstrap.css +0 -1
- package/styles/multicolumn-combobox/bootstrap.scss +0 -1
- package/styles/multicolumn-combobox/bootstrap4.css +0 -1
- package/styles/multicolumn-combobox/bootstrap4.scss +0 -1
- package/styles/multicolumn-combobox/bootstrap5-dark.css +0 -1
- package/styles/multicolumn-combobox/bootstrap5-dark.scss +0 -1
- package/styles/multicolumn-combobox/bootstrap5.3.css +0 -1
- package/styles/multicolumn-combobox/bootstrap5.3.scss +0 -1
- package/styles/multicolumn-combobox/bootstrap5.css +0 -1
- package/styles/multicolumn-combobox/bootstrap5.scss +0 -1
- package/styles/multicolumn-combobox/fabric-dark.css +0 -1
- package/styles/multicolumn-combobox/fabric-dark.scss +0 -1
- package/styles/multicolumn-combobox/fabric.css +0 -1
- package/styles/multicolumn-combobox/fabric.scss +0 -1
- package/styles/multicolumn-combobox/fluent-dark.css +0 -1
- package/styles/multicolumn-combobox/fluent-dark.scss +0 -1
- package/styles/multicolumn-combobox/fluent.css +0 -1
- package/styles/multicolumn-combobox/fluent.scss +0 -1
- package/styles/multicolumn-combobox/fluent2.css +0 -1
- package/styles/multicolumn-combobox/fluent2.scss +0 -1
- package/styles/multicolumn-combobox/highcontrast-light.css +0 -1
- package/styles/multicolumn-combobox/highcontrast-light.scss +0 -1
- package/styles/multicolumn-combobox/highcontrast.css +0 -1
- package/styles/multicolumn-combobox/highcontrast.scss +0 -1
- package/styles/multicolumn-combobox/material-dark.css +0 -1
- package/styles/multicolumn-combobox/material-dark.scss +0 -1
- package/styles/multicolumn-combobox/material.css +0 -1
- package/styles/multicolumn-combobox/material.scss +0 -1
- package/styles/multicolumn-combobox/material3-dark.css +0 -1
- package/styles/multicolumn-combobox/material3-dark.scss +0 -1
- package/styles/multicolumn-combobox/material3.css +0 -1
- package/styles/multicolumn-combobox/material3.scss +0 -1
- package/styles/multicolumn-combobox/tailwind-dark.css +0 -1
- package/styles/multicolumn-combobox/tailwind-dark.scss +0 -1
- package/styles/multicolumn-combobox/tailwind.css +0 -1
- package/styles/multicolumn-combobox/tailwind.scss +0 -1
- package/styles/multicolumn-combobox/tailwind3.css +0 -1
- package/styles/multicolumn-combobox/tailwind3.scss +0 -1
- package/styles/tailwind-dark-lite.css +0 -1
- package/styles/tailwind-dark-lite.scss +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind-lite.css +0 -1
- package/styles/tailwind-lite.scss +0 -1
- package/styles/tailwind.css +0 -1
- package/styles/tailwind.scss +0 -1
- package/styles/tailwind3-lite.css +0 -1
- package/styles/tailwind3-lite.scss +0 -1
- package/styles/tailwind3.css +0 -1
- package/styles/tailwind3.scss +0 -1
- package/syncfusion-ej2-angular-multicolumn-combobox.d.ts +0 -5
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
|
|
4
|
-
exports.pkgVer = '^32.1.
|
|
4
|
+
exports.pkgVer = '^32.1.20';
|
|
5
5
|
exports.moduleName = 'MultiColumnComboBoxModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.20';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
|
|
2
|
-
export const pkgVer = '^32.1.
|
|
2
|
+
export const pkgVer = '^32.1.20';
|
|
3
3
|
export const moduleName = 'MultiColumnComboBoxModule';
|
|
4
|
-
export const themeVer = '~32.1.
|
|
4
|
+
export const themeVer = '~32.1.20';
|
package/src/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { ColumnDirective, ColumnsDirective } from './multicolumn-combobox/columns.directive';
|
|
2
|
-
export { MultiColumnComboBoxComponent } from './multicolumn-combobox/multicolumncombobox.component';
|
|
3
|
-
export { MultiColumnComboBoxModule } from './multicolumn-combobox/multicolumncombobox.module';
|
|
4
|
-
export { MultiColumnComboBoxAllModule } from './multicolumn-combobox/multicolumncombobox-all.module';
|
|
5
|
-
export * from '@syncfusion/ej2-multicolumn-combobox';
|
|
1
|
+
export { ColumnDirective, ColumnsDirective } from './multicolumn-combobox/columns.directive';
|
|
2
|
+
export { MultiColumnComboBoxComponent } from './multicolumn-combobox/multicolumncombobox.component';
|
|
3
|
+
export { MultiColumnComboBoxModule } from './multicolumn-combobox/multicolumncombobox.module';
|
|
4
|
+
export { MultiColumnComboBoxAllModule } from './multicolumn-combobox/multicolumncombobox-all.module';
|
|
5
|
+
export * from '@syncfusion/ej2-multicolumn-combobox';
|
|
@@ -1,88 +1,83 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-column field='
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
*
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
*
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* @
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
*
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
*
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
* @
|
|
61
|
-
* @
|
|
62
|
-
* @
|
|
63
|
-
* @
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
*
|
|
69
|
-
* @
|
|
70
|
-
* @
|
|
71
|
-
* @
|
|
72
|
-
* @
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
85
|
-
constructor();
|
|
86
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
87
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-multicolumncombobox>e-columns", never, {}, {}, ["children"]>;
|
|
88
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* `e-column` directive represent a column of the Angular MultiColumnComboBox.
|
|
5
|
+
* It must be contained in a MultiColumnComboBox component(`ejs-multicolumncombobox`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-multicolumncombobox [dataSource]='data'>
|
|
8
|
+
* <e-columns>
|
|
9
|
+
* <e-column field='ID' width='100'></e-column>
|
|
10
|
+
* <e-column field='name' header='Name' width='100'></e-column>
|
|
11
|
+
* </e-columns>
|
|
12
|
+
* </ejs-multicolumncombobox>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* The CSS styles and attributes of the content cells of a particular column can be customized.
|
|
20
|
+
* @default null
|
|
21
|
+
*/
|
|
22
|
+
customAttributes: any;
|
|
23
|
+
/**
|
|
24
|
+
* If `displayAsCheckBox` is set to true, it displays the column value as a check box instead of Boolean value.
|
|
25
|
+
* @default false
|
|
26
|
+
*/
|
|
27
|
+
displayAsCheckBox: any;
|
|
28
|
+
/**
|
|
29
|
+
* Defines the name of the field whose data will be displayed in the column.
|
|
30
|
+
* @default ''
|
|
31
|
+
*/
|
|
32
|
+
field: any;
|
|
33
|
+
/**
|
|
34
|
+
* It is used to change display value with the given format and does not affect the original data.
|
|
35
|
+
* Gets the format from the user which can be standard or custom `number` and `date` formats.
|
|
36
|
+
* @default null
|
|
37
|
+
* @asptype string
|
|
38
|
+
*/
|
|
39
|
+
format: any;
|
|
40
|
+
/**
|
|
41
|
+
* Defines the header text of column which is used to display in column header.
|
|
42
|
+
* If headerText is not defined, then field name value will be assigned to header text.
|
|
43
|
+
* @default ''
|
|
44
|
+
*/
|
|
45
|
+
header: any;
|
|
46
|
+
/**
|
|
47
|
+
* Defines the alignment of the column in both header and content cells.
|
|
48
|
+
* @default Left
|
|
49
|
+
*/
|
|
50
|
+
textAlign: any;
|
|
51
|
+
/**
|
|
52
|
+
* Defines the width of the column in pixels or percentage.
|
|
53
|
+
* @default ''
|
|
54
|
+
*/
|
|
55
|
+
width: any;
|
|
56
|
+
/**
|
|
57
|
+
* Defines the column template that renders customized element in each cell of the column.
|
|
58
|
+
* It accepts either template or HTML element ID.
|
|
59
|
+
* @default null
|
|
60
|
+
* @angulartype string | object
|
|
61
|
+
* @reacttype string | function | JSX.Element
|
|
62
|
+
* @vuetype string | function
|
|
63
|
+
* @asptype string
|
|
64
|
+
*/
|
|
65
|
+
template: any;
|
|
66
|
+
/**
|
|
67
|
+
* Defines the column template as string or HTML element ID which is used to add customized element in the column header.
|
|
68
|
+
* @default null
|
|
69
|
+
* @angulartype string | object
|
|
70
|
+
* @reacttype string | function | JSX.Element
|
|
71
|
+
* @vuetype string | function
|
|
72
|
+
* @asptype string
|
|
73
|
+
*/
|
|
74
|
+
headerTemplate: any;
|
|
75
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Column Array Directive
|
|
79
|
+
* @private
|
|
80
|
+
*/
|
|
81
|
+
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
82
|
+
constructor();
|
|
83
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class MultiColumnComboBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiColumnComboBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiColumnComboBoxAllModule, never, [typeof i1.CommonModule, typeof i2.MultiColumnComboBoxModule], [typeof i2.MultiColumnComboBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MultiColumnComboBoxAllModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the MultiColumnComboBox component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class MultiColumnComboBoxAllModule {
|
|
5
|
+
}
|
|
@@ -1,82 +1,79 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { MultiColumnComboBox } from '@syncfusion/ej2-multicolumn-combobox';
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
*
|
|
37
|
-
* @
|
|
38
|
-
* @
|
|
39
|
-
* @
|
|
40
|
-
* @
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
* @
|
|
50
|
-
* @
|
|
51
|
-
* @
|
|
52
|
-
* @
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
*
|
|
58
|
-
* @
|
|
59
|
-
* @
|
|
60
|
-
* @
|
|
61
|
-
* @
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiColumnComboBoxComponent, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiColumnComboBoxComponent, "ejs-multicolumncombobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowSorting": "allowSorting"; "columns": "columns"; "cssClass": "cssClass"; "dataSource": "dataSource"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "fields": "fields"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "gridSettings": "gridSettings"; "groupTemplate": "groupTemplate"; "htmlAttributes": "htmlAttributes"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "sortType": "sortType"; "text": "text"; "value": "value"; "width": "width"; }, { "focus": "focus"; "blur": "blur"; "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "change": "change"; "close": "close"; "created": "created"; "filtering": "filtering"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "itemTemplate", "groupTemplate", "noRecordsTemplate", "actionFailureTemplate", "childColumns"], never>;
|
|
82
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { MultiColumnComboBox } from '@syncfusion/ej2-multicolumn-combobox';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* Represents the Essential JS 2 Angular MultiColumnComboBox Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-multicolumncombobox></ejs-multicolumncombobox>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class MultiColumnComboBoxComponent extends MultiColumnComboBox implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
private cdr;
|
|
19
|
+
formCompContext: any;
|
|
20
|
+
formContext: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
actionBegin: any;
|
|
23
|
+
actionComplete: any;
|
|
24
|
+
actionFailure: any;
|
|
25
|
+
change: any;
|
|
26
|
+
close: any;
|
|
27
|
+
created: any;
|
|
28
|
+
filtering: any;
|
|
29
|
+
open: any;
|
|
30
|
+
select: any;
|
|
31
|
+
valueChange: any;
|
|
32
|
+
childColumns: any;
|
|
33
|
+
tags: string[];
|
|
34
|
+
/**
|
|
35
|
+
* Accepts the template design and assigns it to the footer container of the popup.
|
|
36
|
+
* @default null
|
|
37
|
+
* @angulartype string | object
|
|
38
|
+
* @reacttype string | function | JSX.Element
|
|
39
|
+
* @vuetype string | function
|
|
40
|
+
* @asptype string
|
|
41
|
+
*/
|
|
42
|
+
footerTemplate: any;
|
|
43
|
+
/**
|
|
44
|
+
* Accepts the template design and assigns it to each items present in the popup.
|
|
45
|
+
*
|
|
46
|
+
* {% codeBlock src='multicolumn-combobox/itemTemplate/index.md' %}{% endcodeBlock %}
|
|
47
|
+
*
|
|
48
|
+
* @default null
|
|
49
|
+
* @angulartype string | object
|
|
50
|
+
* @reacttype string | function | JSX.Element
|
|
51
|
+
* @vuetype string | function
|
|
52
|
+
* @asptype string
|
|
53
|
+
*/
|
|
54
|
+
itemTemplate: any;
|
|
55
|
+
/**
|
|
56
|
+
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
57
|
+
* @default null
|
|
58
|
+
* @angulartype string | object
|
|
59
|
+
* @reacttype string | function | JSX.Element
|
|
60
|
+
* @vuetype string | function
|
|
61
|
+
* @asptype string
|
|
62
|
+
*/
|
|
63
|
+
groupTemplate: any;
|
|
64
|
+
noRecordsTemplate: any;
|
|
65
|
+
actionFailureTemplate: any;
|
|
66
|
+
focus: any;
|
|
67
|
+
blur: any;
|
|
68
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
69
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
70
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
71
|
+
writeValue(value: any): void;
|
|
72
|
+
setDisabledState(disabled: boolean): void;
|
|
73
|
+
ngOnInit(): void;
|
|
74
|
+
ngAfterViewInit(): void;
|
|
75
|
+
ngOnDestroy(): void;
|
|
76
|
+
ngAfterContentChecked(): void;
|
|
77
|
+
registerEvents: (eventList: string[]) => void;
|
|
78
|
+
addTwoWay: (propList: string[]) => void;
|
|
79
|
+
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* NgModule definition for the MultiColumnComboBox component.
|
|
7
|
-
*/
|
|
8
|
-
export declare class MultiColumnComboBoxModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiColumnComboBoxModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiColumnComboBoxModule, [typeof i1.MultiColumnComboBoxComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective], [typeof i3.CommonModule], [typeof i1.MultiColumnComboBoxComponent, typeof i2.ColumnDirective, typeof i2.ColumnsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MultiColumnComboBoxModule>;
|
|
12
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the MultiColumnComboBox component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class MultiColumnComboBoxModule {
|
|
5
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
4
|
-
|
|
5
|
-
## 27.1.48 (2024-09-18)
|
|
6
|
-
|
|
7
|
-
### MultiColumn ComboBox
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I629122` - Now the issue with selection state not updated when grouping is enabled in the Multicolumn ComboBox has been resolved.
|
|
12
|
-
|
|
13
|
-
## 26.1.35 (2024-06-11)
|
|
14
|
-
|
|
15
|
-
### MultiColumn ComboBox `Preview`
|
|
16
|
-
|
|
17
|
-
The JavaScript MultiColumn ComboBox is a dropdown control that displays detailed information about items in a
|
|
18
|
-
table-like structure with multiple columns. It provides comprehensive data about the selected value, offering more
|
|
19
|
-
context than typical single-string text lists.
|
|
20
|
-
|
|
21
|
-
Explore the demo [here](https://ej2.syncfusion.com/demos/#/fluent2/multicolumn-combobox/default.html)
|
|
22
|
-
|
|
23
|
-
**Key features**
|
|
24
|
-
|
|
25
|
-
- **Data binding**: Supports data binding from JavaScript object arrays and remote data sources using adapters like OData, URLs, and Web APIs.
|
|
26
|
-
- **Grouping**: Allows grouping of pop-up list items to enhance the user experience by organizing related items.
|
|
27
|
-
- **Filtering**: Provides advanced filtering capabilities to easily find and select items from large datasets.
|
|
28
|
-
- **Sorting**: Allows sorting of items in ascending or descending order and single or multi-column sorting.
|
|
29
|
-
- **Virtualization**: Supports virtualization to efficiently display large datasets by loading data on demand.
|
|
30
|
-
- **Templates**: Allow customization of the appearance and layout, including header, footer and list items in the pop-up list using templates.The Angular MultiColumn ComboBox is a dropdown component that displays detailed information about items in a table-like structure with
|
|
31
|
-
multiple columns. It provides comprehensive data about the selected value, offering more context than typical single-string text lists.
|
|
32
|
-
|
|
33
|
-
Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/fluent2/multicolumn-combobox/default)
|
|
34
|
-
|
|
35
|
-
**Key features**
|
|
36
|
-
|
|
37
|
-
- **Data binding**: Supports data binding from JavaScript object arrays and remote data sources using adapters like OData, URLs, and Web APIs.
|
|
38
|
-
- **Grouping**: Allows grouping of pop-up list items to enhance the user experience by organizing related items.
|
|
39
|
-
- **Filtering**: Provides advanced filtering capabilities to easily find and select items from large datasets.
|
|
40
|
-
- **Sorting**: Allows sorting of items in ascending or descending order and single or multi-column sorting.
|
|
41
|
-
- **Virtualization**: Supports virtualization to efficiently display large datasets by loading data on demand.
|
|
42
|
-
- **Templates**: Allow customization of the appearance and layout, including header, footer and list items in the pop-up list using templates.
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './src/index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { ColumnDirective, ColumnsDirective } from './multicolumn-combobox/columns.directive';
|
|
2
|
-
export { MultiColumnComboBoxComponent } from './multicolumn-combobox/multicolumncombobox.component';
|
|
3
|
-
export { MultiColumnComboBoxModule } from './multicolumn-combobox/multicolumncombobox.module';
|
|
4
|
-
export { MultiColumnComboBoxAllModule } from './multicolumn-combobox/multicolumncombobox-all.module';
|
|
5
|
-
export * from '@syncfusion/ej2-multicolumn-combobox';
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGVBQWUsRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLDBDQUEwQyxDQUFDO0FBQzFGLE9BQU8sRUFBRSw0QkFBNEIsRUFBQyxNQUFNLHNEQUFzRCxDQUFDO0FBQ25HLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBQzlGLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLHVEQUF1RCxDQUFDO0FBQ3JHLGNBQWMsc0NBQXNDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge0NvbHVtbkRpcmVjdGl2ZSxDb2x1bW5zRGlyZWN0aXZlfSBmcm9tICcuL211bHRpY29sdW1uLWNvbWJvYm94L2NvbHVtbnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7IE11bHRpQ29sdW1uQ29tYm9Cb3hDb21wb25lbnR9IGZyb20gJy4vbXVsdGljb2x1bW4tY29tYm9ib3gvbXVsdGljb2x1bW5jb21ib2JveC5jb21wb25lbnQnO1xuZXhwb3J0IHsgTXVsdGlDb2x1bW5Db21ib0JveE1vZHVsZSB9IGZyb20gJy4vbXVsdGljb2x1bW4tY29tYm9ib3gvbXVsdGljb2x1bW5jb21ib2JveC5tb2R1bGUnO1xuZXhwb3J0IHsgTXVsdGlDb2x1bW5Db21ib0JveEFsbE1vZHVsZSB9IGZyb20gJy4vbXVsdGljb2x1bW4tY29tYm9ib3gvbXVsdGljb2x1bW5jb21ib2JveC1hbGwubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1tdWx0aWNvbHVtbi1jb21ib2JveCc7Il19
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { __decorate } from "tslib";
|
|
2
|
-
import { Directive, ContentChildren, ContentChild } from '@angular/core';
|
|
3
|
-
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
4
|
-
import { Template } from '@syncfusion/ej2-angular-base';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
let input = ['customAttributes', 'displayAsCheckBox', 'field', 'format', 'header', 'headerTemplate', 'template', 'textAlign', 'width'];
|
|
7
|
-
let outputs = [];
|
|
8
|
-
/**
|
|
9
|
-
* `e-column` directive represent a column of the Angular MultiColumnComboBox.
|
|
10
|
-
* It must be contained in a MultiColumnComboBox component(`ejs-multicolumncombobox`).
|
|
11
|
-
* ```html
|
|
12
|
-
* <ejs-multicolumncombobox [dataSource]='data'>
|
|
13
|
-
* <e-columns>
|
|
14
|
-
* <e-column field='ID' width='100'></e-column>
|
|
15
|
-
* <e-column field='name' header='Name' width='100'></e-column>
|
|
16
|
-
* </e-columns>
|
|
17
|
-
* </ejs-multicolumncombobox>
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
|
-
export class ColumnDirective extends ComplexBase {
|
|
21
|
-
constructor(viewContainerRef) {
|
|
22
|
-
super();
|
|
23
|
-
this.viewContainerRef = viewContainerRef;
|
|
24
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
25
|
-
this.registerEvents(outputs);
|
|
26
|
-
this.directivePropList = input;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
ColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30
|
-
ColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColumnDirective, selector: "ejs-multicolumncombobox>e-columns>e-column", inputs: { customAttributes: "customAttributes", displayAsCheckBox: "displayAsCheckBox", field: "field", format: "format", header: "header", headerTemplate: "headerTemplate", template: "template", textAlign: "textAlign", width: "width" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }, { propertyName: "headerTemplate", first: true, predicate: ["headerTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
31
|
-
__decorate([
|
|
32
|
-
Template()
|
|
33
|
-
], ColumnDirective.prototype, "template", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
Template()
|
|
36
|
-
], ColumnDirective.prototype, "headerTemplate", void 0);
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnDirective, decorators: [{
|
|
38
|
-
type: Directive,
|
|
39
|
-
args: [{
|
|
40
|
-
selector: 'ejs-multicolumncombobox>e-columns>e-column',
|
|
41
|
-
inputs: input,
|
|
42
|
-
outputs: outputs,
|
|
43
|
-
queries: {}
|
|
44
|
-
}]
|
|
45
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
|
|
46
|
-
type: ContentChild,
|
|
47
|
-
args: ['template']
|
|
48
|
-
}], headerTemplate: [{
|
|
49
|
-
type: ContentChild,
|
|
50
|
-
args: ['headerTemplate']
|
|
51
|
-
}] } });
|
|
52
|
-
/**
|
|
53
|
-
* Column Array Directive
|
|
54
|
-
* @private
|
|
55
|
-
*/
|
|
56
|
-
export class ColumnsDirective extends ArrayBase {
|
|
57
|
-
constructor() {
|
|
58
|
-
super('columns');
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
ColumnsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
62
|
-
ColumnsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: ColumnsDirective, selector: "ejs-multicolumncombobox>e-columns", queries: [{ propertyName: "children", predicate: ColumnDirective }], usesInheritance: true, ngImport: i0 });
|
|
63
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColumnsDirective, decorators: [{
|
|
64
|
-
type: Directive,
|
|
65
|
-
args: [{
|
|
66
|
-
selector: 'ejs-multicolumncombobox>e-columns',
|
|
67
|
-
queries: {
|
|
68
|
-
children: new ContentChildren(ColumnDirective)
|
|
69
|
-
},
|
|
70
|
-
}]
|
|
71
|
-
}], ctorParameters: function () { return []; } });
|
|
72
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvbXVsdGljb2x1bW4tY29tYm9ib3gvY29sdW1ucy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQW9CLGVBQWUsRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0YsT0FBTyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEYsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQUd4RCxJQUFJLEtBQUssR0FBYSxDQUFDLGtCQUFrQixFQUFFLG1CQUFtQixFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLGdCQUFnQixFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsT0FBTyxDQUFDLENBQUM7QUFDakosSUFBSSxPQUFPLEdBQWEsRUFBRSxDQUFDO0FBQzNCOzs7Ozs7Ozs7OztHQVdHO0FBU0gsTUFBTSxPQUFPLGVBQWdCLFNBQVEsV0FBNEI7SUFtRTdELFlBQW9CLGdCQUFpQztRQUNqRCxLQUFLLEVBQUUsQ0FBQztRQURRLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFFakQsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzdCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxLQUFLLENBQUM7SUFDbkMsQ0FBQzs7NEdBeEVRLGVBQWU7Z0dBQWYsZUFBZTtBQXNEeEI7SUFEQyxRQUFRLEVBQUU7aURBQ1U7QUFXckI7SUFEQyxRQUFRLEVBQUU7dURBQ2dCOzJGQWpFbEIsZUFBZTtrQkFSM0IsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsNENBQTRDO29CQUN0RCxNQUFNLEVBQUUsS0FBSztvQkFDYixPQUFPLEVBQUUsT0FBTztvQkFDaEIsT0FBTyxFQUFFLEVBRVI7aUJBQ0o7dUdBdURVLFFBQVE7c0JBRmQsWUFBWTt1QkFBQyxVQUFVO2dCQWFqQixjQUFjO3NCQUZwQixZQUFZO3VCQUFDLGdCQUFnQjs7QUFZbEM7OztHQUdHO0FBT0gsTUFBTSxPQUFPLGdCQUFpQixTQUFRLFNBQTJCO0lBQzdEO1FBQ0ksS0FBSyxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQ3JCLENBQUM7OzZHQUhRLGdCQUFnQjtpR0FBaEIsZ0JBQWdCLGtHQUhTLGVBQWU7MkZBR3hDLGdCQUFnQjtrQkFONUIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsbUNBQW1DO29CQUM3QyxPQUFPLEVBQUU7d0JBQ0wsUUFBUSxFQUFFLElBQUksZUFBZSxDQUFDLGVBQWUsQ0FBQztxQkFDakQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIFZpZXdDb250YWluZXJSZWYsIENvbnRlbnRDaGlsZHJlbiwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wbGV4QmFzZSwgQXJyYXlCYXNlLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgVGVtcGxhdGUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcblxuXG5sZXQgaW5wdXQ6IHN0cmluZ1tdID0gWydjdXN0b21BdHRyaWJ1dGVzJywgJ2Rpc3BsYXlBc0NoZWNrQm94JywgJ2ZpZWxkJywgJ2Zvcm1hdCcsICdoZWFkZXInLCAnaGVhZGVyVGVtcGxhdGUnLCAndGVtcGxhdGUnLCAndGV4dEFsaWduJywgJ3dpZHRoJ107XG5sZXQgb3V0cHV0czogc3RyaW5nW10gPSBbXTtcbi8qKlxuICogYGUtY29sdW1uYCBkaXJlY3RpdmUgcmVwcmVzZW50IGEgY29sdW1uIG9mIHRoZSBBbmd1bGFyIE11bHRpQ29sdW1uQ29tYm9Cb3guIFxuICogSXQgbXVzdCBiZSBjb250YWluZWQgaW4gYSBNdWx0aUNvbHVtbkNvbWJvQm94IGNvbXBvbmVudChgZWpzLW11bHRpY29sdW1uY29tYm9ib3hgKS4gXG4gKiBgYGBodG1sXG4gKiA8ZWpzLW11bHRpY29sdW1uY29tYm9ib3ggW2RhdGFTb3VyY2VdPSdkYXRhJz5cbiAqICAgPGUtY29sdW1ucz5cbiAqICAgIDxlLWNvbHVtbiBmaWVsZD0nSUQnIHdpZHRoPScxMDAnPjwvZS1jb2x1bW4+XG4gKiAgICA8ZS1jb2x1bW4gZmllbGQ9J25hbWUnIGhlYWRlcj0nTmFtZScgd2lkdGg9JzEwMCc+PC9lLWNvbHVtbj5cbiAqICAgPC9lLWNvbHVtbnM+XG4gKiA8L2Vqcy1tdWx0aWNvbHVtbmNvbWJvYm94PlxuICogYGBgXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnZWpzLW11bHRpY29sdW1uY29tYm9ib3g+ZS1jb2x1bW5zPmUtY29sdW1uJyxcbiAgICBpbnB1dHM6IGlucHV0LFxuICAgIG91dHB1dHM6IG91dHB1dHMsICAgIFxuICAgIHF1ZXJpZXM6IHtcblxuICAgIH1cbn0pXG5leHBvcnQgY2xhc3MgQ29sdW1uRGlyZWN0aXZlIGV4dGVuZHMgQ29tcGxleEJhc2U8Q29sdW1uRGlyZWN0aXZlPiB7XG4gICAgcHVibGljIGRpcmVjdGl2ZVByb3BMaXN0OiBhbnk7XG5cdFxuXG5cbiAgICAvKiogXG4gICAgICogVGhlIENTUyBzdHlsZXMgYW5kIGF0dHJpYnV0ZXMgb2YgdGhlIGNvbnRlbnQgY2VsbHMgb2YgYSBwYXJ0aWN1bGFyIGNvbHVtbiBjYW4gYmUgY3VzdG9taXplZC5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICovXG4gICAgcHVibGljIGN1c3RvbUF0dHJpYnV0ZXM6IGFueTtcbiAgICAvKiogXG4gICAgICogSWYgYGRpc3BsYXlBc0NoZWNrQm94YCBpcyBzZXQgdG8gdHJ1ZSwgaXQgZGlzcGxheXMgdGhlIGNvbHVtbiB2YWx1ZSBhcyBhIGNoZWNrIGJveCBpbnN0ZWFkIG9mIEJvb2xlYW4gdmFsdWUuXG4gICAgICogQGRlZmF1bHQgZmFsc2VcbiAgICAgKi9cbiAgICBwdWJsaWMgZGlzcGxheUFzQ2hlY2tCb3g6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyB0aGUgbmFtZSBvZiB0aGUgZmllbGQgd2hvc2UgZGF0YSB3aWxsIGJlIGRpc3BsYXllZCBpbiB0aGUgY29sdW1uLlxuICAgICAqIEBkZWZhdWx0ICcnXG4gICAgICovXG4gICAgcHVibGljIGZpZWxkOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIEl0IGlzIHVzZWQgdG8gY2hhbmdlIGRpc3BsYXkgdmFsdWUgd2l0aCB0aGUgZ2l2ZW4gZm9ybWF0IGFuZCBkb2VzIG5vdCBhZmZlY3QgdGhlIG9yaWdpbmFsIGRhdGEuIFxuICAgICAqIEdldHMgdGhlIGZvcm1hdCBmcm9tIHRoZSB1c2VyIHdoaWNoIGNhbiBiZSBzdGFuZGFyZCBvciBjdXN0b20gYG51bWJlcmAgYW5kIGBkYXRlYCBmb3JtYXRzLlxuICAgICAqIEBkZWZhdWx0IG51bGxcbiAgICAgKiBAYXNwdHlwZSBzdHJpbmdcbiAgICAgKi9cbiAgICBwdWJsaWMgZm9ybWF0OiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIGhlYWRlciB0ZXh0IG9mIGNvbHVtbiB3aGljaCBpcyB1c2VkIHRvIGRpc3BsYXkgaW4gY29sdW1uIGhlYWRlci4gXG4gICAgICogSWYgaGVhZGVyVGV4dCBpcyBub3QgZGVmaW5lZCwgdGhlbiBmaWVsZCBuYW1lIHZhbHVlIHdpbGwgYmUgYXNzaWduZWQgdG8gaGVhZGVyIHRleHQuXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgaGVhZGVyOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIGFsaWdubWVudCBvZiB0aGUgY29sdW1uIGluIGJvdGggaGVhZGVyIGFuZCBjb250ZW50IGNlbGxzLlxuICAgICAqIEBkZWZhdWx0IExlZnRcbiAgICAgKi9cbiAgICBwdWJsaWMgdGV4dEFsaWduOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIHdpZHRoIG9mIHRoZSBjb2x1bW4gaW4gcGl4ZWxzIG9yIHBlcmNlbnRhZ2UuXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgd2lkdGg6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyB0aGUgY29sdW1uIHRlbXBsYXRlIHRoYXQgcmVuZGVycyBjdXN0b21pemVkIGVsZW1lbnQgaW4gZWFjaCBjZWxsIG9mIHRoZSBjb2x1bW4uIFxuICAgICAqIEl0IGFjY2VwdHMgZWl0aGVyIHRlbXBsYXRlIG9yIEhUTUwgZWxlbWVudCBJRC5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICogQGFuZ3VsYXJ0eXBlIHN0cmluZyB8IG9iamVjdFxuICAgICAqIEByZWFjdHR5cGUgc3RyaW5nIHwgZnVuY3Rpb24gfCBKU1guRWxlbWVudFxuICAgICAqIEB2dWV0eXBlIHN0cmluZyB8IGZ1bmN0aW9uXG4gICAgICogQGFzcHR5cGUgc3RyaW5nXG4gICAgICovXG4gICAgQENvbnRlbnRDaGlsZCgndGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIHRlbXBsYXRlOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIGNvbHVtbiB0ZW1wbGF0ZSBhcyBzdHJpbmcgb3IgSFRNTCBlbGVtZW50IElEIHdoaWNoIGlzIHVzZWQgdG8gYWRkIGN1c3RvbWl6ZWQgZWxlbWVudCBpbiB0aGUgY29sdW1uIGhlYWRlci5cbiAgICAgKiBAZGVmYXVsdCBudWxsXG4gICAgICogQGFuZ3VsYXJ0eXBlIHN0cmluZyB8IG9iamVjdFxuICAgICAqIEByZWFjdHR5cGUgc3RyaW5nIHwgZnVuY3Rpb24gfCBKU1guRWxlbWVudFxuICAgICAqIEB2dWV0eXBlIHN0cmluZyB8IGZ1bmN0aW9uXG4gICAgICogQGFzcHR5cGUgc3RyaW5nXG4gICAgICovXG4gICAgQENvbnRlbnRDaGlsZCgnaGVhZGVyVGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGhlYWRlclRlbXBsYXRlOiBhbnk7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5kaXJlY3RpdmVQcm9wTGlzdCA9IGlucHV0O1xuICAgIH1cbn1cblxuLyoqXG4gKiBDb2x1bW4gQXJyYXkgRGlyZWN0aXZlXG4gKiBAcHJpdmF0ZVxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1tdWx0aWNvbHVtbmNvbWJvYm94PmUtY29sdW1ucycsXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZHJlbjogbmV3IENvbnRlbnRDaGlsZHJlbihDb2x1bW5EaXJlY3RpdmUpXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgQ29sdW1uc0RpcmVjdGl2ZSBleHRlbmRzIEFycmF5QmFzZTxDb2x1bW5zRGlyZWN0aXZlPiB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKCdjb2x1bW5zJyk7XG4gICAgfVxufSJdfQ==
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { MultiColumnComboBoxModule } from './multicolumncombobox.module';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* NgModule definition for the MultiColumnComboBox component with providers.
|
|
7
|
-
*/
|
|
8
|
-
export class MultiColumnComboBoxAllModule {
|
|
9
|
-
}
|
|
10
|
-
MultiColumnComboBoxAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiColumnComboBoxAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
-
MultiColumnComboBoxAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiColumnComboBoxAllModule, imports: [CommonModule, MultiColumnComboBoxModule], exports: [MultiColumnComboBoxModule] });
|
|
12
|
-
MultiColumnComboBoxAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiColumnComboBoxAllModule, providers: [], imports: [[CommonModule, MultiColumnComboBoxModule], MultiColumnComboBoxModule] });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MultiColumnComboBoxAllModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule, MultiColumnComboBoxModule],
|
|
17
|
-
exports: [
|
|
18
|
-
MultiColumnComboBoxModule
|
|
19
|
-
],
|
|
20
|
-
providers: []
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGljb2x1bW5jb21ib2JveC1hbGwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL211bHRpY29sdW1uLWNvbWJvYm94L211bHRpY29sdW1uY29tYm9ib3gtYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFHL0MsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBTXpFOztHQUVHO0FBVUgsTUFBTSxPQUFPLDRCQUE0Qjs7eUhBQTVCLDRCQUE0QjswSEFBNUIsNEJBQTRCLFlBUjNCLFlBQVksRUFBRSx5QkFBeUIsYUFFN0MseUJBQXlCOzBIQU1wQiw0QkFBNEIsYUFKM0IsRUFFVCxZQU5RLENBQUMsWUFBWSxFQUFFLHlCQUF5QixDQUFDLEVBRTlDLHlCQUF5QjsyRkFNcEIsNEJBQTRCO2tCQVR4QyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSx5QkFBeUIsQ0FBQztvQkFDbEQsT0FBTyxFQUFFO3dCQUNMLHlCQUF5QjtxQkFDNUI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbHVtbkRpcmVjdGl2ZSwgQ29sdW1uc0RpcmVjdGl2ZSB9IGZyb20gJy4vY29sdW1ucy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgTXVsdGlDb2x1bW5Db21ib0JveENvbXBvbmVudCB9IGZyb20gJy4vbXVsdGljb2x1bW5jb21ib2JveC5jb21wb25lbnQnO1xuaW1wb3J0IHsgTXVsdGlDb2x1bW5Db21ib0JveE1vZHVsZSB9IGZyb20gJy4vbXVsdGljb2x1bW5jb21ib2JveC5tb2R1bGUnO1xuXG5cblxuXG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIE11bHRpQ29sdW1uQ29tYm9Cb3ggY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE11bHRpQ29sdW1uQ29tYm9Cb3hNb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgTXVsdGlDb2x1bW5Db21ib0JveE1vZHVsZVxuICAgIF0sXG4gICAgcHJvdmlkZXJzOltcbiAgICAgICAgXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBNdWx0aUNvbHVtbkNvbWJvQm94QWxsTW9kdWxlIHsgfSJdfQ==
|