@syncfusion/ej2-angular-multicolumn-combobox 26.1.35-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 +362 -0
- package/@syncfusion/ej2-angular-multicolumn-combobox.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-multicolumn-combobox.js +334 -0
- package/@syncfusion/ej2-angular-multicolumn-combobox.js.map +1 -0
- package/README.md +47 -0
- package/dist/ej2-angular-multicolumn-combobox.umd.js +385 -0
- package/dist/ej2-angular-multicolumn-combobox.umd.js.map +1 -0
- package/dist/ej2-angular-multicolumn-combobox.umd.min.js +2 -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/license +10 -0
- package/package.json +62 -0
- package/public_api.d.ts +1 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.ts +10 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/ng-add/schema.ts +30 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.ts +4 -0
- package/src/index.d.ts +5 -0
- package/src/multicolumn-combobox/columns.directive.d.ts +83 -0
- package/src/multicolumn-combobox/multicolumncombobox-all.module.d.ts +10 -0
- package/src/multicolumn-combobox/multicolumncombobox.component.d.ts +79 -0
- package/src/multicolumn-combobox/multicolumncombobox.module.d.ts +5 -0
- package/styles/bootstrap-dark.css +331 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +331 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +395 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +399 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +399 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +306 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +299 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +379 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +379 -0
- package/styles/fluent.scss +1 -0
- package/styles/fluent2.css +1408 -0
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light.css +317 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +317 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +339 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +364 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +486 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +598 -0
- package/styles/material3.scss +2 -0
- package/styles/multicolumn-combobox/bootstrap-dark.css +331 -0
- package/styles/multicolumn-combobox/bootstrap-dark.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap.css +331 -0
- package/styles/multicolumn-combobox/bootstrap.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap4.css +395 -0
- package/styles/multicolumn-combobox/bootstrap4.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap5-dark.css +399 -0
- package/styles/multicolumn-combobox/bootstrap5-dark.scss +1 -0
- package/styles/multicolumn-combobox/bootstrap5.css +399 -0
- package/styles/multicolumn-combobox/bootstrap5.scss +1 -0
- package/styles/multicolumn-combobox/fabric-dark.css +306 -0
- package/styles/multicolumn-combobox/fabric-dark.scss +1 -0
- package/styles/multicolumn-combobox/fabric.css +299 -0
- package/styles/multicolumn-combobox/fabric.scss +1 -0
- package/styles/multicolumn-combobox/fluent-dark.css +379 -0
- package/styles/multicolumn-combobox/fluent-dark.scss +1 -0
- package/styles/multicolumn-combobox/fluent.css +379 -0
- package/styles/multicolumn-combobox/fluent.scss +1 -0
- package/styles/multicolumn-combobox/fluent2.css +1408 -0
- package/styles/multicolumn-combobox/fluent2.scss +1 -0
- package/styles/multicolumn-combobox/highcontrast-light.css +317 -0
- package/styles/multicolumn-combobox/highcontrast-light.scss +1 -0
- package/styles/multicolumn-combobox/highcontrast.css +317 -0
- package/styles/multicolumn-combobox/highcontrast.scss +1 -0
- package/styles/multicolumn-combobox/material-dark.css +339 -0
- package/styles/multicolumn-combobox/material-dark.scss +1 -0
- package/styles/multicolumn-combobox/material.css +364 -0
- package/styles/multicolumn-combobox/material.scss +1 -0
- package/styles/multicolumn-combobox/material3-dark.css +486 -0
- package/styles/multicolumn-combobox/material3-dark.scss +2 -0
- package/styles/multicolumn-combobox/material3.css +598 -0
- package/styles/multicolumn-combobox/material3.scss +2 -0
- package/styles/multicolumn-combobox/tailwind-dark.css +363 -0
- package/styles/multicolumn-combobox/tailwind-dark.scss +1 -0
- package/styles/multicolumn-combobox/tailwind.css +363 -0
- package/styles/multicolumn-combobox/tailwind.scss +1 -0
- package/styles/tailwind-dark.css +363 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +363 -0
- package/styles/tailwind.scss +1 -0
package/package.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-multicolumn-combobox@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-multicolumn-combobox@21.29.0",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-TN8EBgIJ1b5Xb2G6zZGpkH7PgCUFKUY95rnEbsE+X9XTR5f8PqzUdIMvlUYaP8K6cLBmbwWVmlx3h3yfqBp5Ig==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-angular-multicolumn-combobox",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-multicolumn-combobox@*",
|
|
12
|
+
"name": "@syncfusion/ej2-angular-multicolumn-combobox",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-multicolumn-combobox",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-multicolumn-combobox/-/ej2-angular-multicolumn-combobox-21.29.0.tgz",
|
|
23
|
+
"_shasum": "3f0dc61b51e3ba3e50c5b4c96200ca97bd79fd2c",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-multicolumn-combobox@*",
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.1.35",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.1.35",
|
|
36
|
+
"@syncfusion/ej2-multicolumn-combobox": "26.1.35"
|
|
37
|
+
},
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"description": "Essential JS 2 Component for Angular",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-multicolumn-combobox.js",
|
|
42
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"angular",
|
|
45
|
+
"ng",
|
|
46
|
+
"ej2-ng-multicolumncombobox",
|
|
47
|
+
"ng-multicolumncombobox"
|
|
48
|
+
],
|
|
49
|
+
"license": "SEE LICENSE IN license",
|
|
50
|
+
"main": "dist/ej2-angular-multicolumn-combobox.umd.js",
|
|
51
|
+
"metadata": "ej2-angular-multicolumn-combobox.metadata.json",
|
|
52
|
+
"module": "@syncfusion/ej2-angular-multicolumn-combobox.es5.js",
|
|
53
|
+
"name": "@syncfusion/ej2-angular-multicolumn-combobox",
|
|
54
|
+
"repository": {
|
|
55
|
+
"type": "git",
|
|
56
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
57
|
+
},
|
|
58
|
+
"schematics": "./schematics/collection.json",
|
|
59
|
+
"sideEffects": false,
|
|
60
|
+
"typings": "ej2-angular-multicolumn-combobox.d.ts",
|
|
61
|
+
"version": "26.1.35-ngcc"
|
|
62
|
+
}
|
package/public_api.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/index';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
+
"schematics": {
|
|
4
|
+
"ng-add": {
|
|
5
|
+
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
+
"factory": "./ng-add",
|
|
7
|
+
"schema": "./ng-add/schema.json"
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
|
|
2
|
+
import { install } from '@syncfusion/ej2-angular-base/schematics';
|
|
3
|
+
import { OptionsSchema, LibOptionsSchema } from './schema';
|
|
4
|
+
import { Rule } from '@angular-devkit/schematics';
|
|
5
|
+
|
|
6
|
+
export default function (options: OptionsSchema): Rule {
|
|
7
|
+
const libOptions: LibOptionsSchema = Object.assign({},
|
|
8
|
+
{ 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
|
|
9
|
+
return install(options, libOptions);
|
|
10
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "ngAdd",
|
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"skipPackageJson": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": false,
|
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
+
},
|
|
12
|
+
"modules": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"default": "",
|
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
+
},
|
|
17
|
+
"modulePath": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"default": "",
|
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
+
},
|
|
22
|
+
"theme": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"material",
|
|
25
|
+
"fabric",
|
|
26
|
+
"bootstrap",
|
|
27
|
+
"highcontrast"
|
|
28
|
+
],
|
|
29
|
+
"default": "material",
|
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": []
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
// Whether to skip package.json install.
|
|
3
|
+
skipPackageJson: boolean;
|
|
4
|
+
|
|
5
|
+
// Used to specify required module names
|
|
6
|
+
modules: string;
|
|
7
|
+
|
|
8
|
+
// Used to specify custom module path
|
|
9
|
+
modulePath: string;
|
|
10
|
+
|
|
11
|
+
// Used to specify theme name
|
|
12
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
13
|
+
|
|
14
|
+
// Name of the project to target.
|
|
15
|
+
project?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface LibOptionsSchema {
|
|
19
|
+
// Package name
|
|
20
|
+
pkgName: string;
|
|
21
|
+
|
|
22
|
+
// Package version
|
|
23
|
+
pkgVer: string;
|
|
24
|
+
|
|
25
|
+
// Library base module name
|
|
26
|
+
moduleName: string;
|
|
27
|
+
|
|
28
|
+
// Theme version
|
|
29
|
+
themeVer: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|
package/src/index.d.ts
ADDED
|
@@ -0,0 +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, VirtualScrollService, SortService, EditService, GroupService } from './multicolumn-combobox/multicolumncombobox-all.module';
|
|
5
|
+
export * from '@syncfusion/ej2-multicolumn-combobox';
|
|
@@ -0,0 +1,83 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const VirtualScrollService: ValueProvider;
|
|
3
|
+
export declare const SortService: ValueProvider;
|
|
4
|
+
export declare const EditService: ValueProvider;
|
|
5
|
+
export declare const GroupService: ValueProvider;
|
|
6
|
+
/**
|
|
7
|
+
* NgModule definition for the MultiColumnComboBox component with providers.
|
|
8
|
+
*/
|
|
9
|
+
export declare class MultiColumnComboBoxAllModule {
|
|
10
|
+
}
|
|
@@ -0,0 +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
|
+
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
|
+
}
|