@syncfusion/ej2-angular-multicolumn-combobox 26.2.12 → 27.1.48-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/dist/ej2-angular-multicolumn-combobox.umd.js +395 -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/license +10 -0
- package/package.json +15 -29
- package/schematics/collection.json +10 -9
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/multicolumn-combobox/columns.directive.d.ts +0 -5
- package/src/multicolumn-combobox/multicolumncombobox-all.module.d.ts +0 -6
- package/src/multicolumn-combobox/multicolumncombobox.component.d.ts +0 -3
- package/src/multicolumn-combobox/multicolumncombobox.module.d.ts +0 -7
- package/CHANGELOG.md +0 -54
- 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 -38
- package/esm2020/src/multicolumn-combobox/multicolumncombobox.component.mjs +0 -148
- 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 -283
- package/fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs +0 -283
- package/fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs.map +0 -1
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +0 -1
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +0 -1
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +0 -1
- package/styles/bootstrap5.scss +0 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fabric.scss +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +0 -1
- package/styles/fluent.scss +0 -1
- package/styles/fluent2.css +0 -1
- package/styles/fluent2.scss +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/highcontrast.scss +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +0 -1
- package/styles/material.scss +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3-dark.scss +0 -2
- package/styles/material3.css +0 -1
- package/styles/material3.scss +0 -2
- 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.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 -2
- package/styles/multicolumn-combobox/material3.css +0 -1
- package/styles/multicolumn-combobox/material3.scss +0 -2
- 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/tailwind-dark.css +0 -1
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +0 -1
- package/styles/tailwind.scss +0 -1
- package/syncfusion-ej2-angular-multicolumn-combobox.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-multicolumn-combobox@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-multicolumn-combobox@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-multicolumn-combobox@21.29.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-SSZT1yeFjB3K4U3bPWCWQnVEEI37nE/UnCPN9/GJal/+qqI9x6pX04TyjFZPtFxq4APW+fiABxs2x/Zh2mL5PA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-multicolumn-combobox",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-multicolumn-combobox/-/ej2-angular-multicolumn-combobox-21.29.0.tgz",
|
|
23
|
+
"_shasum": "57bc2c8b3a2093f738b0e7a651adc4deadd3c889",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-multicolumn-combobox@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_27.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": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-multicolumn-combobox": "
|
|
37
|
-
"tslib": "^2.3.0"
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~27.1.48",
|
|
35
|
+
"@syncfusion/ej2-base": "~27.1.48",
|
|
36
|
+
"@syncfusion/ej2-multicolumn-combobox": "27.1.48"
|
|
38
37
|
},
|
|
39
38
|
"deprecated": false,
|
|
40
39
|
"description": "Essential JS 2 Component for Angular",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"exports": {
|
|
44
|
-
"./package.json": {
|
|
45
|
-
"default": "./package.json"
|
|
46
|
-
},
|
|
47
|
-
".": {
|
|
48
|
-
"types": "./syncfusion-ej2-angular-multicolumn-combobox.d.ts",
|
|
49
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
50
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
51
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
52
|
-
"node": "./fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
53
|
-
"default": "./fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
57
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-multicolumn-combobox.js",
|
|
58
42
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
59
43
|
"keywords": [
|
|
60
44
|
"angular",
|
|
@@ -63,7 +47,9 @@
|
|
|
63
47
|
"ng-multicolumncombobox"
|
|
64
48
|
],
|
|
65
49
|
"license": "SEE LICENSE IN license",
|
|
66
|
-
"
|
|
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",
|
|
67
53
|
"name": "@syncfusion/ej2-angular-multicolumn-combobox",
|
|
68
54
|
"repository": {
|
|
69
55
|
"type": "git",
|
|
@@ -71,6 +57,6 @@
|
|
|
71
57
|
},
|
|
72
58
|
"schematics": "./schematics/collection.json",
|
|
73
59
|
"sideEffects": false,
|
|
74
|
-
"typings": "
|
|
75
|
-
"version": "
|
|
60
|
+
"typings": "ej2-angular-multicolumn-combobox.d.ts",
|
|
61
|
+
"version": "27.1.48-ngcc"
|
|
76
62
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
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
|
+
}
|
|
11
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
|
7
|
+
return schematics_1.install(options, libOptions);
|
|
8
|
+
}
|
|
9
|
+
exports.default = default_1;
|
|
@@ -1,10 +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
|
-
}
|
|
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,13 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
skipPackageJson: boolean;
|
|
3
|
+
modules: string;
|
|
4
|
+
modulePath: string;
|
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
+
project?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface LibOptionsSchema {
|
|
9
|
+
pkgName: string;
|
|
10
|
+
pkgVer: string;
|
|
11
|
+
moduleName: string;
|
|
12
|
+
themeVer: string;
|
|
13
|
+
}
|
|
@@ -1,34 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,30 +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
|
-
}
|
|
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
|
+
}
|
package/schematics/tsconfig.json
CHANGED
|
@@ -1,25 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^27.1.48';
|
|
3
3
|
export const moduleName = 'MultiColumnComboBoxModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~27.1.48';
|
|
@@ -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-column` directive represent a column of the Angular MultiColumnComboBox.
|
|
6
5
|
* It must be contained in a MultiColumnComboBox component(`ejs-multicolumncombobox`).
|
|
@@ -74,8 +73,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
74
73
|
*/
|
|
75
74
|
headerTemplate: any;
|
|
76
75
|
constructor(viewContainerRef: ViewContainerRef);
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
|
78
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "ejs-multicolumncombobox>e-columns>e-column", never, { "customAttributes": "customAttributes"; "displayAsCheckBox": "displayAsCheckBox"; "field": "field"; "format": "format"; "header": "header"; "headerTemplate": "headerTemplate"; "template": "template"; "textAlign": "textAlign"; "width": "width"; }, {}, ["template", "headerTemplate"]>;
|
|
79
76
|
}
|
|
80
77
|
/**
|
|
81
78
|
* Column Array Directive
|
|
@@ -83,6 +80,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
83
80
|
*/
|
|
84
81
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
85
82
|
constructor();
|
|
86
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
87
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-multicolumncombobox>e-columns", never, {}, {}, ["children"]>;
|
|
88
83
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./multicolumncombobox.module";
|
|
5
2
|
export declare const VirtualScrollService: ValueProvider;
|
|
6
3
|
export declare const SortService: ValueProvider;
|
|
7
4
|
export declare const EditService: ValueProvider;
|
|
@@ -10,7 +7,4 @@ export declare const GroupService: ValueProvider;
|
|
|
10
7
|
* NgModule definition for the MultiColumnComboBox component with providers.
|
|
11
8
|
*/
|
|
12
9
|
export declare class MultiColumnComboBoxAllModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiColumnComboBoxAllModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiColumnComboBoxAllModule, never, [typeof i1.CommonModule, typeof i2.MultiColumnComboBoxModule], [typeof i2.MultiColumnComboBoxModule]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MultiColumnComboBoxAllModule>;
|
|
16
10
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { MultiColumnComboBox } from '@syncfusion/ej2-multicolumn-combobox';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -77,6 +76,4 @@ export declare class MultiColumnComboBoxComponent extends MultiColumnComboBox im
|
|
|
77
76
|
ngAfterContentChecked(): void;
|
|
78
77
|
registerEvents: (eventList: string[]) => void;
|
|
79
78
|
addTwoWay: (propList: string[]) => void;
|
|
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
79
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./multicolumncombobox.component";
|
|
3
|
-
import * as i2 from "./columns.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the MultiColumnComboBox component.
|
|
7
3
|
*/
|
|
8
4
|
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
5
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
4
|
-
|
|
5
|
-
### MultiColumn ComboBox
|
|
6
|
-
|
|
7
|
-
#### Bug fixes
|
|
8
|
-
|
|
9
|
-
- `#I618908`, `#I613836` - Now the issue with custom filtering, dynamic data is not filtered correctly with or without query parameters has now been resolved.
|
|
10
|
-
|
|
11
|
-
## 26.2.9 (2024-08-13)
|
|
12
|
-
|
|
13
|
-
### MultiColumn ComboBox
|
|
14
|
-
|
|
15
|
-
#### Features
|
|
16
|
-
|
|
17
|
-
- `#I609891` - Now we have provided support for text wrapping in MultiColumn ComboBox column cells.
|
|
18
|
-
|
|
19
|
-
## 26.1.39 (2024-06-25)
|
|
20
|
-
|
|
21
|
-
### MultiColumn ComboBox
|
|
22
|
-
|
|
23
|
-
#### Bug fixes
|
|
24
|
-
|
|
25
|
-
- `#I602940` - Now the issue with component instance becomes undefined when accessing with specified ID and calling the refresh method has now been resolved.
|
|
26
|
-
|
|
27
|
-
## 26.1.35 (2024-06-11)
|
|
28
|
-
|
|
29
|
-
### MultiColumn ComboBox `Preview`
|
|
30
|
-
|
|
31
|
-
The JavaScript MultiColumn ComboBox is a dropdown control that displays detailed information about items in a table-like structure with 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/demos/#/fluent2/multicolumn-combobox/default.html)
|
|
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.
|
|
43
|
-
The Angular MultiColumn ComboBox is a dropdown component that displays detailed information about items in a table-like structure with multiple columns. It provides comprehensive data about the selected value, offering more context than typical single-string text lists.
|
|
44
|
-
|
|
45
|
-
Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/fluent2/multicolumn-combobox/default)
|
|
46
|
-
|
|
47
|
-
**Key features**
|
|
48
|
-
|
|
49
|
-
* **Data binding**: Supports data binding from JavaScript object arrays and remote data sources using adapters like OData, URLs, and Web APIs.
|
|
50
|
-
* **Grouping**: Allows grouping of pop-up list items to enhance the user experience by organizing related items.
|
|
51
|
-
* **Filtering**: Provides advanced filtering capabilities to easily find and select items from large datasets.
|
|
52
|
-
* **Sorting**: Allows sorting of items in ascending or descending order and single or multi-column sorting.
|
|
53
|
-
* **Virtualization**: Supports virtualization to efficiently display large datasets by loading data on demand.
|
|
54
|
-
* **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, VirtualScrollService, SortService, EditService, GroupService } from './multicolumn-combobox/multicolumncombobox-all.module';
|
|
5
|
-
export * from '@syncfusion/ej2-multicolumn-combobox';
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGVBQWUsRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLDBDQUEwQyxDQUFDO0FBQzFGLE9BQU8sRUFBRSw0QkFBNEIsRUFBQyxNQUFNLHNEQUFzRCxDQUFDO0FBQ25HLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBQzlGLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxvQkFBb0IsRUFBRSxXQUFXLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBRSxNQUFNLHVEQUF1RCxDQUFDO0FBQ25LLGNBQWMsc0NBQXNDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge0NvbHVtbkRpcmVjdGl2ZSxDb2x1bW5zRGlyZWN0aXZlfSBmcm9tICcuL211bHRpY29sdW1uLWNvbWJvYm94L2NvbHVtbnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7IE11bHRpQ29sdW1uQ29tYm9Cb3hDb21wb25lbnR9IGZyb20gJy4vbXVsdGljb2x1bW4tY29tYm9ib3gvbXVsdGljb2x1bW5jb21ib2JveC5jb21wb25lbnQnO1xuZXhwb3J0IHsgTXVsdGlDb2x1bW5Db21ib0JveE1vZHVsZSB9IGZyb20gJy4vbXVsdGljb2x1bW4tY29tYm9ib3gvbXVsdGljb2x1bW5jb21ib2JveC5tb2R1bGUnO1xuZXhwb3J0IHsgTXVsdGlDb2x1bW5Db21ib0JveEFsbE1vZHVsZSwgVmlydHVhbFNjcm9sbFNlcnZpY2UsIFNvcnRTZXJ2aWNlLCBFZGl0U2VydmljZSwgR3JvdXBTZXJ2aWNlIH0gZnJvbSAnLi9tdWx0aWNvbHVtbi1jb21ib2JveC9tdWx0aWNvbHVtbmNvbWJvYm94LWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLW11bHRpY29sdW1uLWNvbWJvYm94JzsiXX0=
|
|
@@ -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==
|