@progress/kendo-react-orgchart 6.1.1 → 7.0.0-develop.1

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.
Files changed (96) hide show
  1. package/LICENSE.md +1 -1
  2. package/OrgChart.d.ts +10 -0
  3. package/{dist/npm/OrgChartOperationDescriptors.d.ts → OrgChartOperationDescriptors.d.ts} +4 -0
  4. package/{dist/es/client → client}/ClientOrgChart.d.ts +7 -3
  5. package/client/ExpandButton.d.ts +17 -0
  6. package/{dist/es/client → client}/OrgChartCard.d.ts +4 -0
  7. package/client/OrgChartCardBody.d.ts +16 -0
  8. package/{dist/npm/client → client}/OrgChartGroupContainer.d.ts +4 -0
  9. package/dist/cdn/js/kendo-react-orgchart.js +18 -1
  10. package/index.d.ts +12 -0
  11. package/index.js +18 -0
  12. package/index.mjs +1148 -0
  13. package/interfaces/ChildGroup.d.ts +20 -0
  14. package/{dist/npm/interfaces → interfaces}/OrgChartActionEvent.d.ts +4 -1
  15. package/{dist/npm/interfaces → interfaces}/OrgChartExpandChangeEvent.d.ts +4 -1
  16. package/{dist/npm/interfaces → interfaces}/SeverOrgChartProps.d.ts +4 -1
  17. package/package-metadata.d.ts +9 -0
  18. package/package.json +29 -38
  19. package/{dist/es/processOrgChartItems.d.ts → processOrgChartItems.d.ts} +4 -0
  20. package/server/ServerGroupedOrgChart.d.ts +12 -0
  21. package/server/ServerOrgChart.d.ts +12 -0
  22. package/{dist/npm/server → server}/ServerOrgChartGroup.d.ts +4 -0
  23. package/{dist/npm/server → server}/ServerOrgChartNode.d.ts +5 -1
  24. package/theming/theme-service.d.ts +9 -0
  25. package/{dist/es/utils → utils}/consts.d.ts +4 -0
  26. package/about.md +0 -3
  27. package/dist/es/OrgChart.d.ts +0 -6
  28. package/dist/es/OrgChart.js +0 -67
  29. package/dist/es/OrgChartOperationDescriptors.d.ts +0 -76
  30. package/dist/es/OrgChartOperationDescriptors.js +0 -2
  31. package/dist/es/client/ClientOrgChart.js +0 -287
  32. package/dist/es/client/ExpandButton.d.ts +0 -13
  33. package/dist/es/client/ExpandButton.js +0 -23
  34. package/dist/es/client/OrgChartCard.js +0 -68
  35. package/dist/es/client/OrgChartCardBody.d.ts +0 -12
  36. package/dist/es/client/OrgChartCardBody.js +0 -13
  37. package/dist/es/client/OrgChartGroupContainer.d.ts +0 -19
  38. package/dist/es/client/OrgChartGroupContainer.js +0 -71
  39. package/dist/es/interfaces/ChildGroup.d.ts +0 -16
  40. package/dist/es/interfaces/ChildGroup.js +0 -1
  41. package/dist/es/interfaces/OrgChartActionEvent.d.ts +0 -22
  42. package/dist/es/interfaces/OrgChartActionEvent.js +0 -1
  43. package/dist/es/interfaces/OrgChartExpandChangeEvent.d.ts +0 -22
  44. package/dist/es/interfaces/OrgChartExpandChangeEvent.js +0 -1
  45. package/dist/es/interfaces/SeverOrgChartProps.d.ts +0 -106
  46. package/dist/es/interfaces/SeverOrgChartProps.js +0 -1
  47. package/dist/es/main.d.ts +0 -6
  48. package/dist/es/main.js +0 -3
  49. package/dist/es/package-metadata.d.ts +0 -5
  50. package/dist/es/package-metadata.js +0 -11
  51. package/dist/es/processOrgChartItems.js +0 -163
  52. package/dist/es/server/ServerGroupedOrgChart.d.ts +0 -9
  53. package/dist/es/server/ServerGroupedOrgChart.js +0 -235
  54. package/dist/es/server/ServerOrgChart.d.ts +0 -9
  55. package/dist/es/server/ServerOrgChart.js +0 -192
  56. package/dist/es/server/ServerOrgChartGroup.d.ts +0 -96
  57. package/dist/es/server/ServerOrgChartGroup.js +0 -59
  58. package/dist/es/server/ServerOrgChartNode.d.ts +0 -75
  59. package/dist/es/server/ServerOrgChartNode.js +0 -57
  60. package/dist/es/theming/theme-service.d.ts +0 -5
  61. package/dist/es/theming/theme-service.js +0 -62
  62. package/dist/es/utils/consts.js +0 -72
  63. package/dist/npm/OrgChart.d.ts +0 -6
  64. package/dist/npm/OrgChart.js +0 -71
  65. package/dist/npm/OrgChartOperationDescriptors.js +0 -3
  66. package/dist/npm/client/ClientOrgChart.d.ts +0 -94
  67. package/dist/npm/client/ClientOrgChart.js +0 -291
  68. package/dist/npm/client/ExpandButton.d.ts +0 -13
  69. package/dist/npm/client/ExpandButton.js +0 -27
  70. package/dist/npm/client/OrgChartCard.d.ts +0 -19
  71. package/dist/npm/client/OrgChartCard.js +0 -72
  72. package/dist/npm/client/OrgChartCardBody.d.ts +0 -12
  73. package/dist/npm/client/OrgChartCardBody.js +0 -17
  74. package/dist/npm/client/OrgChartGroupContainer.js +0 -75
  75. package/dist/npm/interfaces/ChildGroup.d.ts +0 -16
  76. package/dist/npm/interfaces/ChildGroup.js +0 -2
  77. package/dist/npm/interfaces/OrgChartActionEvent.js +0 -2
  78. package/dist/npm/interfaces/OrgChartExpandChangeEvent.js +0 -2
  79. package/dist/npm/interfaces/SeverOrgChartProps.js +0 -2
  80. package/dist/npm/main.d.ts +0 -6
  81. package/dist/npm/main.js +0 -21
  82. package/dist/npm/package-metadata.d.ts +0 -5
  83. package/dist/npm/package-metadata.js +0 -14
  84. package/dist/npm/processOrgChartItems.d.ts +0 -51
  85. package/dist/npm/processOrgChartItems.js +0 -167
  86. package/dist/npm/server/ServerGroupedOrgChart.d.ts +0 -9
  87. package/dist/npm/server/ServerGroupedOrgChart.js +0 -239
  88. package/dist/npm/server/ServerOrgChart.d.ts +0 -9
  89. package/dist/npm/server/ServerOrgChart.js +0 -196
  90. package/dist/npm/server/ServerOrgChartGroup.js +0 -63
  91. package/dist/npm/server/ServerOrgChartNode.js +0 -61
  92. package/dist/npm/theming/theme-service.d.ts +0 -5
  93. package/dist/npm/theming/theme-service.js +0 -65
  94. package/dist/npm/utils/consts.d.ts +0 -72
  95. package/dist/npm/utils/consts.js +0 -75
  96. package/dist/systemjs/kendo-react-orgchart.js +0 -1
@@ -0,0 +1,20 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 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 interface ChildGroup {
9
+ items: any[];
10
+ groupedItems: any[];
11
+ level: number;
12
+ ids: number[];
13
+ parentId: number;
14
+ hasChildren: boolean;
15
+ orientation: 'horizontal' | 'vertical';
16
+ width: number | null;
17
+ childLineWidths?: number[];
18
+ left?: number;
19
+ top?: number;
20
+ }
@@ -1,4 +1,7 @@
1
- /// <reference types="react" />
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
2
5
  /**
3
6
  * Represents the OrgChartActionEvent event argument.
4
7
  */
@@ -1,4 +1,7 @@
1
- /// <reference types="react" />
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
2
5
  /**
3
6
  * Represents the OrgChartExpandChangeEvent event argument.
4
7
  */
@@ -1,4 +1,7 @@
1
- /// <reference types="react" />
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
2
5
  import { OrgChartGroupSubtitleProps, OrgChartGroupTitleProps } from '../server/ServerOrgChartGroup';
3
6
  import { OrgChartItemRenderProps } from '../server/ServerOrgChartNode';
4
7
  /**
@@ -0,0 +1,9 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 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/package.json CHANGED
@@ -1,22 +1,32 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-orgchart",
3
+ "version": "7.0.0-develop.1",
3
4
  "description": "React OrgChart renders a message to the user with information about the status of an app process. KendoReact OrgChart package",
4
- "version": "6.1.1",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/telerik/kendo-react.git"
5
+ "author": "Progress",
6
+ "license": "SEE LICENSE IN LICENSE.md",
7
+ "homepage": "https://www.telerik.com/kendo-react-ui",
8
+ "main": "./index.js",
9
+ "types": "./index.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./index.mjs",
13
+ "require": "./index.js"
14
+ }
8
15
  },
9
- "main": "dist/npm/main.js",
10
- "types": "dist/npm/main.d.ts",
11
- "module": "dist/es/main.js",
12
- "jsnext:main": "dist/es/main.js",
13
- "scripts": {
14
- "test": "cd ../../ && npm run test -- --testPathPattern=/packages/orgchart/.*",
15
- "start": "gulp start",
16
- "e2e": "cd ../../ && npx jest --maxWorkers=4 --config jest.e2e.js packages/orgchart/e2e/",
17
- "build-package": "gulp build-package"
16
+ "sideEffects": false,
17
+ "peerDependencies": {
18
+ "@progress/kendo-data-query": "^1.0.0",
19
+ "@progress/kendo-licensing": "^1.3.0",
20
+ "@progress/kendo-react-buttons": "7.0.0-develop.1",
21
+ "@progress/kendo-react-common": "7.0.0-develop.1",
22
+ "@progress/kendo-react-layout": "7.0.0-develop.1",
23
+ "@progress/kendo-svg-icons": "^2.0.0",
24
+ "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
25
+ "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
26
+ },
27
+ "dependencies": {
28
+ "prop-types": "^15.6.0"
18
29
  },
19
- "homepage": "https://www.telerik.com/kendo-react-ui",
20
30
  "keywords": [
21
31
  "Kendo UI",
22
32
  "React",
@@ -29,34 +39,15 @@
29
39
  "React component",
30
40
  "Telerik"
31
41
  ],
32
- "peerDependencies": {
33
- "@progress/kendo-data-query": "^1.0.0",
34
- "@progress/kendo-licensing": "^1.3.0",
35
- "@progress/kendo-svg-icons": "^2.0.0",
36
- "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
37
- "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
38
- },
39
- "dependencies": {
40
- "@progress/kendo-react-buttons": "6.1.1",
41
- "@progress/kendo-react-common": "6.1.1",
42
- "@progress/kendo-react-layout": "6.1.1",
43
- "prop-types": "^15.6.0"
44
- },
45
- "devDependencies": {
46
- "@progress/kendo-data-query": "^1.0.0",
47
- "@progress/kendo-licensing": "^1.3.0",
48
- "@progress/kendo-react-animation": "6.1.1",
49
- "@progress/kendo-react-data-tools": "6.1.1",
50
- "@progress/kendo-svg-icons": "^1.0.0"
51
- },
52
42
  "@progress": {
53
43
  "friendlyName": "OrgChart",
54
44
  "framework": "KendoReact"
55
45
  },
56
- "author": "Progress",
57
- "license": "SEE LICENSE IN LICENSE.md",
58
46
  "publishConfig": {
59
47
  "access": "public"
60
48
  },
61
- "sideEffects": false
62
- }
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "https://github.com/telerik/kendo-react.git"
52
+ }
53
+ }
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import { OrgChartOperationDescriptors } from './OrgChartOperationDescriptors';
2
6
  /**
3
7
  * A helper function which applies the specified operation descriptors to the data.
@@ -0,0 +1,12 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ServerOrgChartProps } from '../interfaces/SeverOrgChartProps';
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare const ServerGroupedOrgChart: {
10
+ (props: ServerOrgChartProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
12
+ };
@@ -0,0 +1,12 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ServerOrgChartProps } from '../interfaces/SeverOrgChartProps';
6
+ /**
7
+ * @hidden
8
+ */
9
+ export declare const ServerOrgChart: {
10
+ (props: ServerOrgChartProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
12
+ };
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  /**
3
7
  * @hidden
@@ -1,5 +1,9 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
- import { OrgChartActionEvent, OrgChartExpandChangeEvent } from '../main';
6
+ import { OrgChartActionEvent, OrgChartExpandChangeEvent } from '..';
3
7
  /**
4
8
  * The props that are passed to the itemRender component.
5
9
  */
@@ -0,0 +1,9 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 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
+ declare const loadTheme: (done: any, doc: Document) => void;
9
+ export { loadTheme };
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  /**
2
6
  * @hidden
3
7
  */
package/about.md DELETED
@@ -1,3 +0,0 @@
1
- <a href="https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-orgchart&utm_content=banner" target="_blank">
2
- <img src="https://www.telerik.com/kendo-react-ui/components/npm-banner.svg" alt="KendoReact NPM Banner">
3
- </a>
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { OrgChartProps } from './client/ClientOrgChart';
3
- /**
4
- * Represents the OrgChart component.
5
- */
6
- export declare const OrgChart: React.FunctionComponent<OrgChartProps>;
@@ -1,67 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import * as React from 'react';
24
- import * as PropTypes from 'prop-types';
25
- import { packageMetadata } from './package-metadata';
26
- import { ServerOrgChart } from './server/ServerOrgChart';
27
- import { guid, validatePackage } from '@progress/kendo-react-common';
28
- import { ServerGroupedOrgChart } from './server/ServerGroupedOrgChart';
29
- import { ClientOrgChart } from './client/ClientOrgChart';
30
- /**
31
- * Represents the OrgChart component.
32
- */
33
- export var OrgChart = function (props) {
34
- var combinedProps = __assign({ tabIndex: 0, navigatable: true, expandField: 'expanded', ariaLabel: 'Org Chart', idField: 'id', childrenField: 'items', avatarField: 'avatar', titleField: 'title', subtitleField: 'subtitle' }, props);
35
- var cardsColors = combinedProps.cardsColors, onExpandChange = combinedProps.onExpandChange, onKeyDown = combinedProps.onKeyDown, onItemAction = combinedProps.onItemAction, onGroupAction = combinedProps.onGroupAction, onGroupBlur = combinedProps.onGroupBlur, onGroupFocus = combinedProps.onGroupFocus, id = combinedProps.id, other = __rest(combinedProps, ["cardsColors", "onExpandChange", "onKeyDown", "onItemAction", "onGroupAction", "onGroupBlur", "onGroupFocus", "id"]);
36
- var generateId = React.useRef(guid());
37
- validatePackage(packageMetadata);
38
- return (React.createElement(ClientOrgChart, __assign({}, combinedProps), props.groupField
39
- ? React.createElement(ServerGroupedOrgChart, __assign({ id: id || generateId.current }, other), props.children)
40
- : React.createElement(ServerOrgChart, __assign({ id: id || generateId.current }, other), props.children)));
41
- };
42
- OrgChart.propTypes = {
43
- className: PropTypes.string,
44
- style: PropTypes.object,
45
- id: PropTypes.string,
46
- ariaLabel: PropTypes.string,
47
- idField: PropTypes.string,
48
- childrenField: PropTypes.string,
49
- expandField: PropTypes.string,
50
- titleField: PropTypes.string,
51
- hasChildrenField: PropTypes.string,
52
- subtitleField: PropTypes.string,
53
- avatarField: PropTypes.string,
54
- cardsColors: PropTypes.array,
55
- data: PropTypes.array,
56
- groupField: PropTypes.string,
57
- cardHeight: PropTypes.number,
58
- cardWidth: PropTypes.number,
59
- groupTitleHeight: PropTypes.number,
60
- groupSubtitleHeight: PropTypes.number,
61
- verticalLine: PropTypes.number,
62
- height: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
63
- onExpandChange: PropTypes.func,
64
- onItemAction: PropTypes.func,
65
- onGroupAction: PropTypes.func
66
- };
67
- OrgChart.displayName = 'KendoOrgChart';
@@ -1,76 +0,0 @@
1
- /**
2
- * The descriptors of the data operations which are applied to the OrgChart component.
3
- */
4
- export interface OrgChartOperationDescriptors {
5
- /**
6
- * The hierarchical indices of the items to which the expand operation will be applied, or the descriptor of the operation.
7
- */
8
- expand?: string[] | OrgChartOperationDescriptor;
9
- /**
10
- * The hierarchical indices of the items to which the select operation will be applied, or the descriptor of the operation.
11
- */
12
- select?: string[] | OrgChartOperationDescriptor;
13
- /**
14
- * The hierarchical indices of the items to which the check operation will be applied, or the descriptor of the operation.
15
- */
16
- check?: string[] | OrgChartCheckDescriptor;
17
- /**
18
- * When the operations are applied, the corresponding items and their parents are cloned.
19
- * For performance reasons, OrgChart items are cloned only once.
20
- * The name of the field which provides a Boolean representation of whether an item is already cloned.
21
- * Defaults to `cloned`.
22
- */
23
- cloneField?: string;
24
- /**
25
- * The expand field of the item.
26
- */
27
- expandField?: string;
28
- /**
29
- * The select field of the item.
30
- */
31
- selectField?: string;
32
- /**
33
- * The check field of the item.
34
- */
35
- checkField?: string;
36
- /**
37
- * The children field of the item.
38
- */
39
- childrenField?: string;
40
- }
41
- /**
42
- * The descriptor which is used for expanding, selecting, and checking.
43
- */
44
- export interface OrgChartOperationDescriptor {
45
- /**
46
- * The IDs of the items to which the operation will be applied. By default, the OrgChart applies the hierarchical indices of the items. These indices are zero-based. The first root item has a `0` (zero) index. If the first root item has children, the first child acquires a `0_0` index and the second acquires a `0_1` index.
47
- */
48
- ids?: any[];
49
- /**
50
- * The name of the field which will provide a Boolean representation for the operation state of the item.
51
- *
52
- * The default fields are:
53
- * * `expanded`&mdash;Indicates that an item is expanded.
54
- * * `selected`&mdash;Indicates that an item is selected.
55
- * * `checked`&mdash;Indicates that an item is checked.
56
- */
57
- operationField?: string;
58
- /**
59
- * The name of the field which will uniquely describe an item as an alternative to its hierarchical index.
60
- */
61
- idField?: string;
62
- }
63
- /**
64
- * The descriptor which is used for checking.
65
- */
66
- export interface OrgChartCheckDescriptor extends OrgChartOperationDescriptor {
67
- /**
68
- * Determines if a parent item will have an indeterminate state when not all its children are checked.
69
- */
70
- applyCheckIndeterminate?: boolean;
71
- /**
72
- * The name of the field which will provide a Boolean representation for the indeterminate state of a parent item.
73
- * Defaults to `checkIndeterminate`.
74
- */
75
- checkIndeterminateField?: string;
76
- }
@@ -1,2 +0,0 @@
1
- /* eslint-disable max-len */
2
- export {};