@progress/kendo-react-listbox 7.2.4-develop.2 → 7.2.4-develop.4

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.
@@ -0,0 +1,27 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ "use client";
9
+ const o = "listbox.moveUp", r = "listbox.moveDown", s = "listbox.transferTo", e = "listbox.transferFrom", t = "listbox.transferAllTo", n = "listbox.transferAllFrom", l = "listbox.remove", a = {
10
+ [o]: "Move Up",
11
+ [r]: "Move Down",
12
+ [s]: "Transfer To",
13
+ [e]: "Transfer From",
14
+ [t]: "Transfer All To",
15
+ [n]: "Transfer All From",
16
+ [l]: "Delete"
17
+ };
18
+ export {
19
+ a as messages,
20
+ r as moveDown,
21
+ o as moveUp,
22
+ l as remove,
23
+ n as transferAllFrom,
24
+ t as transferAllTo,
25
+ e as transferFrom,
26
+ s as transferTo
27
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-listbox",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1607357111,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
@@ -0,0 +1,19 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ "use client";
9
+ const e = {
10
+ name: "@progress/kendo-react-listbox",
11
+ productName: "KendoReact",
12
+ productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
+ publishDate: 1709714558,
14
+ version: "",
15
+ licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
+ };
17
+ export {
18
+ e as packageMetadata
19
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-listbox",
3
- "version": "7.2.4-develop.2",
3
+ "version": "7.2.4-develop.4",
4
4
  "description": "React ListBox enables you to display a list of items and manage the data between multiple lists. KendoReact ListBox package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,9 +23,9 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-buttons": "7.2.4-develop.2",
27
- "@progress/kendo-react-common": "7.2.4-develop.2",
28
- "@progress/kendo-react-intl": "7.2.4-develop.2",
26
+ "@progress/kendo-react-buttons": "7.2.4-develop.4",
27
+ "@progress/kendo-react-common": "7.2.4-develop.4",
28
+ "@progress/kendo-react-intl": "7.2.4-develop.4",
29
29
  "@progress/kendo-svg-icons": "^2.1.0",
30
30
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
31
31
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
package/utils.js ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const g=(e=[],c=[],a,t)=>{let r=[],i=[],n=[];const f={listBoxOneData:e,listBoxTwoData:c};switch(a){case"moveUp":r=[...e],r.forEach((s,o)=>{s[t]&&(r=u(o,o-1,r))}),n=[...c],n.forEach((s,o)=>{s[t]&&(n=u(o,o-1,n))}),f.listBoxOneData=r,f.listBoxTwoData=n;break;case"moveDown":r=e.reverse(),r.forEach((s,o)=>{s[t]&&(r=u(o,o-1,r))}),n=c.reverse(),n.forEach((s,o)=>{s[t]&&(n=u(o,o-1,n))}),f.listBoxOneData=[...r].reverse(),f.listBoxTwoData=[...n].reverse();break;case"transferTo":r=e.filter(s=>!s[t]),i=e.filter(s=>s[t]),n=c.concat(i),f.listBoxOneData=r,f.listBoxTwoData=n;break;case"transferFrom":n=c.filter(s=>!s[t]),i=c.filter(s=>s[t]),r=e.concat(i),f.listBoxOneData=r,f.listBoxTwoData=n;break;case"transferAllTo":f.listBoxOneData=[],f.listBoxTwoData=c.concat(e);break;case"transferAllFrom":f.listBoxOneData=c.concat(e),f.listBoxTwoData=[];break;case"remove":n=c.filter(s=>!s[t]),r=e.filter(s=>!s[t]),f.listBoxOneData=r,f.listBoxTwoData=n;break}return f},u=(e,c,a)=>{const t=a.splice(e,1)[0];return a.splice(c,0,t),a},h=(e=[],c=[],a,t,r)=>{const i=e.findIndex(I=>I[r]===a[r]),n=c.findIndex(I=>I[r]===a[r]),f=t!==null?e.findIndex(I=>I[r]===t[r]):-1,s=t!==null?c.findIndex(I=>I[r]===t[r]):-1,o=i>=0,m=n>=0,b=f>=0,S=s>=0,p=[...e],L=[...c];return o&&b?{listBoxOneData:u(i,f,e),listBoxTwoData:c}:m&&S?{listBoxOneData:e,listBoxTwoData:u(n,s,c)}:o&&(S||t===null)?(t===null?L.push(e[i]):L.splice(s+1,0,e[i]),p.splice(i,1),{listBoxOneData:p,listBoxTwoData:L}):m&&(b||t===null)?(t===null?p.push(c[n]):p.splice(f+1,0,c[n]),L.splice(n,1),{listBoxOneData:p,listBoxTwoData:L}):{listBoxOneData:e,listBoxTwoData:c}};exports.moveItem=u;exports.processListBoxData=g;exports.processListBoxDragAndDrop=h;
package/utils.mjs ADDED
@@ -0,0 +1,73 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ "use client";
9
+ const k = (t = [], e = [], I, c) => {
10
+ let r = [], i = [], s = [];
11
+ const f = {
12
+ listBoxOneData: t,
13
+ listBoxTwoData: e
14
+ };
15
+ switch (I) {
16
+ case "moveUp":
17
+ r = [...t], r.forEach((n, o) => {
18
+ n[c] && (r = u(o, o - 1, r));
19
+ }), s = [...e], s.forEach((n, o) => {
20
+ n[c] && (s = u(o, o - 1, s));
21
+ }), f.listBoxOneData = r, f.listBoxTwoData = s;
22
+ break;
23
+ case "moveDown":
24
+ r = t.reverse(), r.forEach((n, o) => {
25
+ n[c] && (r = u(o, o - 1, r));
26
+ }), s = e.reverse(), s.forEach((n, o) => {
27
+ n[c] && (s = u(o, o - 1, s));
28
+ }), f.listBoxOneData = [...r].reverse(), f.listBoxTwoData = [...s].reverse();
29
+ break;
30
+ case "transferTo":
31
+ r = t.filter((n) => !n[c]), i = t.filter((n) => n[c]), s = e.concat(i), f.listBoxOneData = r, f.listBoxTwoData = s;
32
+ break;
33
+ case "transferFrom":
34
+ s = e.filter((n) => !n[c]), i = e.filter((n) => n[c]), r = t.concat(i), f.listBoxOneData = r, f.listBoxTwoData = s;
35
+ break;
36
+ case "transferAllTo":
37
+ f.listBoxOneData = [], f.listBoxTwoData = e.concat(t);
38
+ break;
39
+ case "transferAllFrom":
40
+ f.listBoxOneData = e.concat(t), f.listBoxTwoData = [];
41
+ break;
42
+ case "remove":
43
+ s = e.filter((n) => !n[c]), r = t.filter((n) => !n[c]), f.listBoxOneData = r, f.listBoxTwoData = s;
44
+ break;
45
+ }
46
+ return f;
47
+ }, u = (t, e, I) => {
48
+ const c = I.splice(t, 1)[0];
49
+ return I.splice(e, 0, c), I;
50
+ }, S = (t = [], e = [], I, c, r) => {
51
+ const i = t.findIndex((a) => a[r] === I[r]), s = e.findIndex((a) => a[r] === I[r]), f = c !== null ? t.findIndex((a) => a[r] === c[r]) : -1, n = c !== null ? e.findIndex((a) => a[r] === c[r]) : -1, o = i >= 0, m = s >= 0, b = f >= 0, h = n >= 0, p = [...t], L = [...e];
52
+ return o && b ? {
53
+ listBoxOneData: u(i, f, t),
54
+ listBoxTwoData: e
55
+ } : m && h ? {
56
+ listBoxOneData: t,
57
+ listBoxTwoData: u(s, n, e)
58
+ } : o && (h || c === null) ? (c === null ? L.push(t[i]) : L.splice(n + 1, 0, t[i]), p.splice(i, 1), {
59
+ listBoxOneData: p,
60
+ listBoxTwoData: L
61
+ }) : m && (b || c === null) ? (c === null ? p.push(e[s]) : p.splice(f + 1, 0, e[s]), L.splice(s, 1), {
62
+ listBoxOneData: p,
63
+ listBoxTwoData: L
64
+ }) : {
65
+ listBoxOneData: t,
66
+ listBoxTwoData: e
67
+ };
68
+ };
69
+ export {
70
+ u as moveItem,
71
+ k as processListBoxData,
72
+ S as processListBoxDragAndDrop
73
+ };
package/ListBox.d.ts DELETED
@@ -1,41 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as React from 'react';
6
- import PropTypes from 'prop-types';
7
- import { ListBoxProps } from './interfaces/ListBoxProps';
8
- import { toolbarPosition } from './interfaces/Enums';
9
- export declare class ListBox extends React.PureComponent<ListBoxProps, {}> {
10
- /**
11
- * @hidden
12
- */
13
- static propTypes: {
14
- size: PropTypes.Requireable<string | null>;
15
- toolbarPosition: PropTypes.Requireable<string>;
16
- textField: PropTypes.Requireable<string>;
17
- valueField: PropTypes.Requireable<string>;
18
- selectedField: PropTypes.Requireable<string>;
19
- data: PropTypes.Requireable<any[]>;
20
- };
21
- /**
22
- * @hidden
23
- */
24
- static defaultProps: {
25
- toolbarPosition: toolbarPosition;
26
- draggable: boolean;
27
- size: string;
28
- };
29
- private get itemGuid();
30
- constructor(props: ListBoxProps);
31
- /**
32
- * @hidden
33
- */
34
- render(): import("react/jsx-runtime").JSX.Element;
35
- private setSelected;
36
- private renderItem;
37
- private handleKeyDown;
38
- private handleContainerDrop;
39
- private setToolbarPosition;
40
- private handleOnDragLeave;
41
- }
@@ -1,36 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as React from 'react';
6
- import { ListBoxToolbarProps } from './interfaces/ListBoxToolBarProps';
7
- import PropTypes from 'prop-types';
8
- export declare class ListBoxToolbar extends React.PureComponent<ListBoxToolbarProps, {}> {
9
- /**
10
- * @hidden
11
- */
12
- static propTypes: {
13
- data: PropTypes.Requireable<any[]>;
14
- dataConnected: PropTypes.Requireable<any[]>;
15
- tools: PropTypes.Requireable<any[]>;
16
- selectedField: PropTypes.Requireable<string>;
17
- dir: PropTypes.Requireable<string>;
18
- };
19
- /**
20
- * @hidden
21
- */
22
- static defaultProps: {
23
- data: never[];
24
- dataConnected: never[];
25
- selectedField: string;
26
- };
27
- private get isRtl();
28
- /**
29
- * @hidden
30
- */
31
- render(): import("react/jsx-runtime").JSX.Element;
32
- private checkSvgIcon;
33
- private checkFontIcon;
34
- private handleToolClick;
35
- private isItemDisabled;
36
- }
@@ -1,11 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export declare enum toolbarPosition {
6
- TOP = "top",
7
- BOTTOM = "bottom",
8
- LEFT = "left",
9
- RIGHT = "right",
10
- NONE = "none"
11
- }
@@ -1,20 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { BaseEvent } from '@progress/kendo-react-common';
6
- import { ListBox } from '../ListBox';
7
- import { ListBoxToolbar } from '../ListBoxToolbar';
8
- export interface ListBoxItemClickEvent extends BaseEvent<ListBox> {
9
- dataItem?: any;
10
- }
11
- export interface ListBoxKeyDownEvent extends BaseEvent<ListBox> {
12
- }
13
- export interface ListBoxDragLeaveEvent extends BaseEvent<ListBox> {
14
- }
15
- export interface ListBoxToolbarClickEvent extends BaseEvent<ListBoxToolbar> {
16
- toolName?: string;
17
- }
18
- export interface ListBoxDragEvent extends BaseEvent<ListBox> {
19
- dataItem?: any;
20
- }
@@ -1,98 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ComponentType } from 'react';
6
- import { ListBoxItemClickEvent, ListBoxKeyDownEvent, ListBoxDragEvent, ListBoxDragLeaveEvent } from './ListBoxEvents';
7
- import { toolbarPosition } from './Enums';
8
- /**
9
- * Represents the props of the [KendoReact ListBox component]({% slug overview_listbox %}).
10
- */
11
- export interface ListBoxProps {
12
- /**
13
- * Sets a `class` of the ListBox container.
14
- */
15
- className?: string;
16
- /**
17
- * Sets a `id` of the ListBox container.
18
- */
19
- id?: string;
20
- /**
21
- * Configures the `size` of the ListBox.
22
- *
23
- * The available options are:
24
- * - small
25
- * - medium
26
- * - large
27
- * - null&mdash;Does not set a size `className`.
28
- *
29
- * @default `medium`
30
- */
31
- size?: null | 'small' | 'medium' | 'large';
32
- /**
33
- * Specifies the styles which are set to the ListBox container.
34
- */
35
- style?: React.CSSProperties;
36
- /**
37
- * Set the data of the ListBox.
38
- */
39
- data: Array<any>;
40
- /**
41
- * Makes the items of the ListBox draggable. The items are draggable by default.
42
- */
43
- draggable?: boolean;
44
- /**
45
- * Set the selected field of the ListBox. Based on that value of that field, an item will be selected or not.
46
- */
47
- selectedField?: string;
48
- /**
49
- * Sets the data item field that represents the item text. If the data contains only primitive values, do not define it.
50
- */
51
- textField: string;
52
- /**
53
- * The field that be used during form submit. Defaults to the textField if not set.
54
- */
55
- valueField?: string;
56
- /**
57
- * Sets the position of the toolbar of the ListBox if one is set. The ListBox may have no toolbar.
58
- * * The possible values are:
59
- * * `top`
60
- * * `bottom`
61
- * * `left`
62
- * * `right` (Default)
63
- * * `none`
64
- */
65
- toolbarPosition?: toolbarPosition | string;
66
- /**
67
- * Renders a toolbar component next to the ListBox.
68
- */
69
- toolbar?: null | ComponentType<any>;
70
- /**
71
- * Defines the component that will be rendered for each item of the data collection.
72
- */
73
- item?: React.ComponentType<any>;
74
- /**
75
- * Fires when an item from the ListBox is clicked. Contains the clicked item.
76
- */
77
- onItemClick?: (event: ListBoxItemClickEvent) => void;
78
- /**
79
- * Fires on keydown over the ListBox list items. It can be use to add keyboard extra keyboard navigation option.
80
- */
81
- onKeyDown?: (event: ListBoxKeyDownEvent) => void;
82
- /**
83
- * Fires when an the user start to drag an item from the ListBox. The event contains information for the item that is being dragged.
84
- */
85
- onDragStart?: (event: ListBoxDragEvent) => void;
86
- /**
87
- * Fires when an the user drags over an item from the ListBox. The event contains information for the item that is dragged over.
88
- */
89
- onDragOver?: (event: ListBoxDragEvent) => void;
90
- /**
91
- * Fires when an the user drops an item. The event contains information for the drop target item.
92
- */
93
- onDrop?: (event: ListBoxDragEvent) => void;
94
- /**
95
- * Fires when a dragged element or text selection leaves the ListBox element.
96
- */
97
- onDragLeave?: (event: ListBoxDragLeaveEvent) => void;
98
- }
@@ -1,40 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ListBoxToolbarClickEvent } from './ListBoxEvents';
6
- export interface ListBoxToolbarProps {
7
- /**
8
- * Sets the tools of the ListBoxToolbar. By default, the ListBoxToolbar renders no tools.
9
- * The built-in tools are:
10
- * * `moveUp`
11
- * * `moveDown`
12
- * * `transferTo`
13
- * * `transferFrom`
14
- * * `transferAllTo`
15
- * * `transferAllFrom`
16
- * * `remove`
17
- */
18
- tools?: Array<string>;
19
- /**
20
- * The data of the main ListBox.
21
- */
22
- data: Array<any>;
23
- /**
24
- * The data of the connected ListBox.
25
- */
26
- dataConnected: Array<any>;
27
- /**
28
- * Set the selected field of the ListBoxToolbar.
29
- * Based on that value of that field the ListBoxToolbar will determine which actions are allowed and which disabled.
30
- */
31
- selectedField?: string;
32
- /**
33
- * Fires when one of the ListBoxToolbar tools is clicked.
34
- */
35
- onToolClick?: (event: ListBoxToolbarClickEvent) => void;
36
- /**
37
- * @hidden
38
- */
39
- dir?: string;
40
- }
@@ -1,44 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * @hidden
7
- */
8
- export declare const moveUp = "listbox.moveUp";
9
- /**
10
- * @hidden
11
- */
12
- export declare const moveDown = "listbox.moveDown";
13
- /**
14
- * @hidden
15
- */
16
- export declare const transferTo = "listbox.transferTo";
17
- /**
18
- * @hidden
19
- */
20
- export declare const transferFrom = "listbox.transferFrom";
21
- /**
22
- * @hidden
23
- */
24
- export declare const transferAllTo = "listbox.transferAllTo";
25
- /**
26
- * @hidden
27
- */
28
- export declare const transferAllFrom = "listbox.transferAllFrom";
29
- /**
30
- * @hidden
31
- */
32
- export declare const remove = "listbox.remove";
33
- /**
34
- * @hidden
35
- */
36
- export declare const messages: {
37
- "listbox.moveUp": string;
38
- "listbox.moveDown": string;
39
- "listbox.transferTo": string;
40
- "listbox.transferFrom": string;
41
- "listbox.transferAllTo": string;
42
- "listbox.transferAllFrom": string;
43
- "listbox.remove": string;
44
- };
@@ -1,9 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { PackageMetadata } from '@progress/kendo-licensing';
6
- /**
7
- * @hidden
8
- */
9
- export declare const packageMetadata: PackageMetadata;
package/utils.d.ts DELETED
@@ -1,35 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the package root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Process the data collection/s based on the clicked ListBoxToolbar tool.
7
- *
8
- * @param {T[]} listBoxOneData - The first data collection.
9
- * @param {T[]} listBoxTwoData - The second data collection. Pass an empty array if there is only one ListBox.
10
- * @param {string} toolName - The tool that was clicked.
11
- * @param {string} selectedField - The field that contains the selected information in the data object.
12
- * @returns {{listBoxOneData: T[], listBoxTwoData: t[]}} - The object that contains the new data collections.
13
- */
14
- export declare const processListBoxData: (listBoxOneData: any[] | undefined, listBoxTwoData: any[] | undefined, toolName: string, selectedField: string) => {
15
- listBoxOneData: any[];
16
- listBoxTwoData: any[];
17
- };
18
- /**
19
- * @hidden
20
- */
21
- export declare const moveItem: (from: number, to: number, data: Array<any>) => any[];
22
- /**
23
- * Process the data collection/s based on the dragged and drop item.
24
- *
25
- * @param {T[]} listBoxOneData - The first data collection.
26
- * @param {T[]} listBoxTwoData - The second data collection. Pass an empty array if there is only one ListBox.
27
- * @param {any} dragItem - The item that was dragged.
28
- * @param {any} dropItem - The drop target item.
29
- * @param {string} valueField - The field which points to the unique value of each data item.
30
- * @returns {{listBoxOneData: T[], listBoxTwoData: t[]}} - The object that contains the new data collections.
31
- */
32
- export declare const processListBoxDragAndDrop: (listBoxOneData: any[] | undefined, listBoxTwoData: any[] | undefined, dragItem: any, dropItem: any, valueField: string) => {
33
- listBoxOneData: any[];
34
- listBoxTwoData: any[];
35
- };