@syncfusion/ej2-angular-multicolumn-combobox 29.2.4-ngcc → 30.1.37-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/package.json CHANGED
@@ -1,62 +1,31 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-multicolumn-combobox@*",
3
- "_id": "@syncfusion/ej2-angular-multicolumn-combobox@29.1.40",
4
- "_inBundle": false,
5
- "_integrity": "sha512-PEqeson83WTwPUa11YDsDZwXIS+jrBXfrNT0gd0LOyTAbhP8hShSfcJflN1mP3QiLBuYJmC3OqMDD4bVphdPnw==",
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-hotfix-new/@syncfusion/ej2-angular-multicolumn-combobox/-/ej2-angular-multicolumn-combobox-29.1.40.tgz",
23
- "_shasum": "66a2e3de74259f6582868b62340edf6de66de7c6",
24
- "_spec": "@syncfusion/ej2-angular-multicolumn-combobox@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_29.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,
2
+ "name": "@syncfusion/ej2-angular-multicolumn-combobox",
3
+ "version": "30.1.37-ngcc",
4
+ "description": "Essential JS 2 Component for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~29.2.4",
35
- "@syncfusion/ej2-base": "~29.2.4",
36
- "@syncfusion/ej2-multicolumn-combobox": "29.2.4"
9
+ "@syncfusion/ej2-base": "~30.1.37",
10
+ "@syncfusion/ej2-angular-base": "~30.1.37",
11
+ "@syncfusion/ej2-multicolumn-combobox": "30.1.37"
37
12
  },
38
- "deprecated": false,
39
- "description": "Essential JS 2 Component for Angular",
40
13
  "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-multicolumn-combobox.js",
42
- "homepage": "https://www.syncfusion.com/angular-components",
43
14
  "keywords": [
44
15
  "angular",
45
16
  "ng",
46
17
  "ej2-ng-multicolumncombobox",
47
18
  "ng-multicolumncombobox"
48
19
  ],
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
20
  "repository": {
55
21
  "type": "git",
56
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
22
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
57
23
  },
58
- "schematics": "./schematics/collection.json",
59
24
  "sideEffects": false,
25
+ "main": "dist/ej2-angular-multicolumn-combobox.umd.js",
26
+ "module": "@syncfusion/ej2-angular-multicolumn-combobox.es5.js",
27
+ "es2015": "@syncfusion/ej2-angular-multicolumn-combobox.js",
60
28
  "typings": "ej2-angular-multicolumn-combobox.d.ts",
61
- "version": "29.2.4-ngcc"
29
+ "metadata": "ej2-angular-multicolumn-combobox.metadata.json",
30
+ "homepage": "https://www.syncfusion.com/angular-components"
62
31
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-multicolumn-combobox";
2
- export declare const pkgVer = "^29.1.40";
2
+ export declare const pkgVer = "^29.1.33";
3
3
  export declare const moduleName = "MultiColumnComboBoxModule";
4
- export declare const themeVer = "~29.1.40";
4
+ export declare const themeVer = "~29.1.33";
@@ -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 = '^29.2.4';
4
+ exports.pkgVer = '^30.1.37';
5
5
  exports.moduleName = 'MultiColumnComboBoxModule';
6
- exports.themeVer = '~29.2.4';
6
+ exports.themeVer = '~30.1.37';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
2
- export const pkgVer = '^29.2.4';
3
- export const moduleName = 'MultiColumnComboBoxModule';
4
- export const themeVer = '~29.2.4';
1
+ export const pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
2
+ export const pkgVer = '^30.1.37';
3
+ export const moduleName = 'MultiColumnComboBoxModule';
4
+ export const themeVer = '~30.1.37';
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,83 +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
- }
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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the MultiColumnComboBox component with providers.
3
- */
4
- export declare class MultiColumnComboBoxAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the MultiColumnComboBox component with providers.
3
+ */
4
+ export declare class MultiColumnComboBoxAllModule {
5
+ }
@@ -1,79 +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
- }
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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the MultiColumnComboBox component.
3
- */
4
- export declare class MultiColumnComboBoxModule {
5
- }
1
+ /**
2
+ * NgModule definition for the MultiColumnComboBox component.
3
+ */
4
+ export declare class MultiColumnComboBoxModule {
5
+ }