@syncfusion/ej2-multicolumn-combobox 29.1.33 → 29.1.40

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-multicolumn-combobox.umd.min.js
3
- * version : 29.1.33
3
+ * version : 29.1.40
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-multicolumn-combobox.min.js
3
- * version : 29.1.33
3
+ * version : 29.1.40
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 29.1.33
3
+ * version : 29.1.40
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-multicolumn-combobox@*",
3
- "_id": "@syncfusion/ej2-multicolumn-combobox@27.1.48",
3
+ "_id": "@syncfusion/ej2-multicolumn-combobox@29.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-rAk6jU4D8iEFmdptP+Rf+qeQsE/S8WzgTuGQNXnmq5xfqiZIuVddJbYWLnHZnb6h9HUhpCosMPWLk5b30OGoIw==",
5
+ "_integrity": "sha512-1PUmdRyNZGEyaGnbZa8mfe+gMLYpw2REArXGNfN2dsaqR7mIcuehFfRpkYP5sIsDSSdN08k4Z79AjRxd8wuY4w==",
6
6
  "_location": "/@syncfusion/ej2-multicolumn-combobox",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-multicolumn-combobox",
24
24
  "/@syncfusion/ej2-vue-multicolumn-combobox"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-multicolumn-combobox/-/ej2-multicolumn-combobox-27.1.48.tgz",
27
- "_shasum": "53fcabe317ee70c6b71d1ff7b5184860d822b382",
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-multicolumn-combobox/-/ej2-multicolumn-combobox-29.1.33.tgz",
27
+ "_shasum": "ccaed078c2ad231b4cd3e9ae539dead49f54e7ad",
28
28
  "_spec": "@syncfusion/ej2-multicolumn-combobox@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
30
30
  "author": {
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~29.1.33",
39
- "@syncfusion/ej2-grids": "~29.1.33"
38
+ "@syncfusion/ej2-base": "~29.1.36",
39
+ "@syncfusion/ej2-grids": "~29.1.40"
40
40
  },
41
41
  "deprecated": false,
42
42
  "description": "Essential JS 2 Component",
@@ -57,6 +57,6 @@
57
57
  "url": "git+https://github.com/syncfusion/ej2-multicolumn-combobox-component.git"
58
58
  },
59
59
  "typings": "index.d.ts",
60
- "version": "29.1.33",
60
+ "version": "29.1.40",
61
61
  "sideEffects": false
62
62
  }
@@ -1 +0,0 @@
1
- export {};
@@ -1,35 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <title> MCCB MemoryLeak demo</title>
6
- <meta charset="utf-8" />
7
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
- <meta name="description" content="Typescript UI Controls" />
9
- <meta name="author" content="Syncfusion" />
10
- <link id="font" href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
11
- <link id="theme" href="../demos/themes/tailwind3.css" rel="stylesheet" />
12
- <script>
13
- window.require = {
14
- config: function (json) {
15
- window.rsConfig = json;
16
- window.rsConfig.baseUrl = '';
17
- }
18
- };
19
- </script>
20
- <script src="../demos/multicolumn-combobox/demo-config.js"></script>
21
- <script src="./../../node_modules/requirejs/require.js" data-main="default"></script>
22
- <script>
23
- require.config(window.rsConfig);
24
- </script>
25
- </head>
26
-
27
- <body>
28
- <div id="container" style="width: 500px; margin: 0 auto;">
29
- <button id="render">renderMCCB</button>
30
- <button id="destroy">destroyMCCB</button>
31
- <div> Default </div> <br/>
32
- <input type="text" tabindex="1" id="list" />
33
- </div>
34
- </body>
35
- </html>
@@ -1,109 +0,0 @@
1
- define(["require", "exports", "../src/multicolumn-combobox/index"], function (require, exports, index_1) {
2
- "use strict";
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- var multiColObj;
5
- var data = [
6
- {
7
- OrderID: 10248, CustomerID: 'VINET', Role: 'Admin', EmployeeID: 5, OrderDate: new Date(8364186e5),
8
- ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye',
9
- ShipRegion: 'CJ', Mask: '1111', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0
10
- },
11
- {
12
- OrderID: 10249, CustomerID: 'TOMSP', Role: 'Employee', EmployeeID: 6, OrderDate: new Date(836505e6),
13
- ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48',
14
- ShipRegion: 'CJ', Mask: '2222', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1
15
- },
16
- {
17
- OrderID: 10250, CustomerID: 'HANAR', Role: 'Admin', EmployeeID: 4, OrderDate: new Date(8367642e5),
18
- ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67',
19
- ShipRegion: 'RJ', Mask: '3333', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0
20
- },
21
- {
22
- OrderID: 10251, CustomerID: 'VICTE', Role: 'Manager', EmployeeID: 3, OrderDate: new Date(8367642e5),
23
- ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce',
24
- ShipRegion: 'CJ', Mask: '4444', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0
25
- },
26
- {
27
- OrderID: 10252, CustomerID: 'SUPRD', Role: 'Manager', EmployeeID: 2, OrderDate: new Date(8368506e5),
28
- ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255',
29
- ShipRegion: 'CJ', Mask: '5555', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0
30
- },
31
- {
32
- OrderID: 10253, CustomerID: 'HANAR', Role: 'Admin', EmployeeID: 7, OrderDate: new Date(836937e6),
33
- ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67',
34
- ShipRegion: 'RJ', Mask: '6666', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0
35
- },
36
- {
37
- OrderID: 10254, CustomerID: 'CHOPS', Role: 'Employee', EmployeeID: 5, OrderDate: new Date(8370234e5),
38
- ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31',
39
- ShipRegion: 'CJ', Mask: '7777', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1
40
- },
41
- {
42
- OrderID: 10255, CustomerID: 'RICSU', Role: 'Admin', EmployeeID: 9, OrderDate: new Date(8371098e5),
43
- ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5',
44
- ShipRegion: 'CJ', Mask: '8888', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0
45
- },
46
- {
47
- OrderID: 10256, CustomerID: 'WELLI', Role: 'Employee', EmployeeID: 3, OrderDate: new Date(837369e6),
48
- ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12',
49
- ShipRegion: 'SP', Mask: '9999', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1
50
- },
51
- {
52
- OrderID: 10257, CustomerID: 'HILAA', Role: 'Admin', EmployeeID: 4, OrderDate: new Date(8374554e5),
53
- ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35',
54
- ShipRegion: 'Táchira', Mask: '1234', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0
55
- },
56
- {
57
- OrderID: 10258, CustomerID: 'ERNSH', Role: 'Manager', EmployeeID: 1, OrderDate: new Date(8375418e5),
58
- ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6',
59
- ShipRegion: 'CJ', Mask: '2345', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0
60
- },
61
- {
62
- OrderID: 10259, CustomerID: 'CENTC', Role: 'Admin', EmployeeID: 4, OrderDate: new Date(8376282e5),
63
- ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993',
64
- ShipRegion: 'CJ', Mask: '3456', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1
65
- },
66
- {
67
- OrderID: 10260, CustomerID: 'OTTIK', Role: 'Admin', EmployeeID: 4, OrderDate: new Date(8377146e5),
68
- ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369',
69
- ShipRegion: 'CJ', Mask: '4567', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0
70
- },
71
- {
72
- OrderID: 10261, CustomerID: 'QUEDE', Role: 'Manager', EmployeeID: 4, OrderDate: new Date(8377146e5),
73
- ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12',
74
- ShipRegion: 'RJ', Mask: '5678', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1
75
- },
76
- {
77
- OrderID: 10262, CustomerID: 'RATTC', Role: 'Employee', EmployeeID: 8, OrderDate: new Date(8379738e5),
78
- ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.',
79
- ShipRegion: 'NM', Mask: '6789', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0
80
- }
81
- ];
82
- var columns = [
83
- { field: 'OrderID', header: 'Order ID', width: 120 },
84
- { field: 'CustomerID', width: 140, header: 'Customer ID' },
85
- { field: 'Freight', header: 'Freight', width: 120 },
86
- { field: 'OrderDate', header: 'Order Date', width: 140 }
87
- ];
88
- document.getElementById('render').addEventListener('click', renderMCCB);
89
- document.getElementById('destroy').addEventListener('click', destoryMCCB);
90
- function renderMCCB() {
91
- multiColObj = new index_1.MultiColumnComboBox({
92
- dataSource: data,
93
- columns: columns,
94
- allowFiltering: true,
95
- fields: { text: 'CustomerID', value: 'OrderID' },
96
- placeholder: 'Select a game',
97
- popupHeight: '200px',
98
- gridSettings: { rowHeight: 40, gridLines: 'Horizontal' },
99
- allowSorting: true,
100
- showClearButton: true
101
- });
102
- multiColObj.appendTo('#list');
103
- }
104
- function destoryMCCB() {
105
- if (multiColObj && !multiColObj.isDestroyed) {
106
- multiColObj.destroy();
107
- }
108
- }
109
- });