pixel-react 1.10.10-3 → 1.10.10-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.
Files changed (180) hide show
  1. package/lib/ComponentProps/TreeNodeProps.d.ts +3 -0
  2. package/lib/components/TableTree/Components/AddModule/AddModule.d.ts +2 -1
  3. package/lib/components/TableTree/Components/TableBody.d.ts +1 -1
  4. package/lib/components/TableTree/Components/TableCell.d.ts +2 -2
  5. package/lib/components/TableTree/Components/TableRow.d.ts +1 -1
  6. package/lib/components/TableTree/TableTree.d.ts +2 -2
  7. package/lib/components/TableTree/Utils/addNewRow.d.ts +1 -0
  8. package/lib/components/TableTree/data.d.ts +34 -0
  9. package/lib/components/TableTree/types.d.ts +12 -12
  10. package/lib/index.d.ts +13 -8
  11. package/lib/index.esm.js +519 -640
  12. package/lib/index.esm.js.map +1 -1
  13. package/lib/index.js +519 -640
  14. package/lib/index.js.map +1 -1
  15. package/lib/tsconfig.tsbuildinfo +1 -1
  16. package/package.json +1 -1
  17. package/src/ComponentProps/TreeNodeProps.ts +3 -0
  18. package/src/assets/icons/approval_pending.svg +8 -8
  19. package/src/assets/icons/configuration.svg +3 -3
  20. package/src/assets/icons/defects.svg +8 -8
  21. package/src/assets/icons/element.svg +4 -4
  22. package/src/assets/icons/project_element.svg +4 -4
  23. package/src/assets/icons/spinner.svg +42 -0
  24. package/src/assets/icons/step_group.svg +10 -10
  25. package/src/assets/icons/variable.svg +3 -3
  26. package/src/assets/icons/web_service_icon.svg +3 -3
  27. package/src/components/Comment/Comments.stories.tsx +3 -77
  28. package/src/components/TableTree/Components/AddModule/AddModule.scss +1 -1
  29. package/src/components/TableTree/Components/AddModule/AddModule.tsx +43 -31
  30. package/src/components/TableTree/Components/TableBody.tsx +2 -0
  31. package/src/components/TableTree/Components/TableCell.tsx +8 -6
  32. package/src/components/TableTree/Components/TableRow.tsx +2 -0
  33. package/src/components/TableTree/TableTree.scss +1 -0
  34. package/src/components/TableTree/TableTree.stories.tsx +21 -2
  35. package/src/components/TableTree/TableTree.tsx +31 -5
  36. package/src/components/TableTree/Utils/addNewRow.ts +3 -1
  37. package/src/components/TableTree/data.ts +5 -1
  38. package/src/components/TableTree/types.ts +13 -12
  39. package/lib/1fb4472b34e4fe07.css +0 -1
  40. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  41. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  42. package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
  43. package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
  44. package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
  45. package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
  46. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  47. package/lib/components/AddButton/AddButton.d.ts +0 -5
  48. package/lib/components/AddButton/AddButton.stories.d.ts +0 -6
  49. package/lib/components/AddButton/index.d.ts +0 -1
  50. package/lib/components/AddButton/types.d.ts +0 -4
  51. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  52. package/lib/components/AddVariables/AddVariables.d.ts +0 -5
  53. package/lib/components/AddVariables/index.d.ts +0 -1
  54. package/lib/components/AddVariables/types.d.ts +0 -35
  55. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  56. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  57. package/lib/components/AttachImage/AttachImage.stories.d.ts +0 -7
  58. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  59. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  60. package/lib/components/Button/Button.stories.d.ts +0 -13
  61. package/lib/components/Charts/BarChart/BarChart.stories.d.ts +0 -6
  62. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  63. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  64. package/lib/components/Charts/IconRadialChart/IconRadialChart.stories.d.ts +0 -8
  65. package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -7
  66. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.stories.d.ts +0 -8
  67. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  68. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  69. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  70. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  71. package/lib/components/ConnectingBranch/ConnectingBranch.stories.d.ts +0 -6
  72. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  73. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  74. package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
  75. package/lib/components/EditTextField/EditTextField.stories.d.ts +0 -10
  76. package/lib/components/Editor/Editor.stories.d.ts +0 -6
  77. package/lib/components/Excel/ContextMenu/ContextMenu.d.ts +0 -4
  78. package/lib/components/Excel/ExcelFile.stories.d.ts +0 -6
  79. package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +0 -14
  80. package/lib/components/ExcelFile/ColorBarSelector/ColorBarSelector.d.ts +0 -8
  81. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  82. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  83. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  84. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  85. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  86. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  87. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  88. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  89. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  90. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  91. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  92. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  93. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  94. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
  95. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  96. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
  97. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  98. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  99. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  100. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  101. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  102. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  103. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  104. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  105. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  106. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  107. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  108. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  109. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  110. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  111. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
  112. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  113. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  114. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
  115. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
  116. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  117. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
  118. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
  119. package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
  120. package/lib/components/ExcelFile/Types.d.ts +0 -129
  121. package/lib/components/ExcelFile/index.d.ts +0 -1
  122. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  123. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  124. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  125. package/lib/components/Form/Form.stories.d.ts +0 -7
  126. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  127. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  128. package/lib/components/Icon/Icon.stories.d.ts +0 -8
  129. package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
  130. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  131. package/lib/components/Input/Input.stories.d.ts +0 -9
  132. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  133. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -13
  134. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  135. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  136. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
  137. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
  138. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  139. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  140. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -11
  141. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  142. package/lib/components/NLPInput/type.d.ts +0 -70
  143. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  144. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  145. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
  146. package/lib/components/Search/Search.stories.d.ts +0 -6
  147. package/lib/components/Select/Select.stories.d.ts +0 -14
  148. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  149. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
  150. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  151. package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.d.ts +0 -4
  152. package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/types.d.ts +0 -3
  153. package/lib/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.d.ts +0 -4
  154. package/lib/components/SequentialConnectingBranch/components/DatasetListModal/types.d.ts +0 -3
  155. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  156. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  157. package/lib/components/StatusCard/StatusCard.stories.d.ts +0 -11
  158. package/lib/components/Table/Table.stories.d.ts +0 -13
  159. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  160. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  161. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  162. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  163. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  164. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  165. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  166. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  167. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  168. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  169. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  170. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  171. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  172. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  173. package/lib/utils/find/findAndInsert.d.ts +0 -7
  174. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  175. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  176. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  177. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  178. package/lib/utils/getSequentialPayload/getSequentialPayload.stories.d.ts +0 -10
  179. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  180. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
@@ -1,15 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import Tooltip from './Tooltip';
3
- declare const meta: Meta<typeof Tooltip>;
4
- type Story = StoryObj<typeof Tooltip>;
5
- export declare const Default: Story;
6
- export declare const Controlled: Story;
7
- export declare const Top: Story;
8
- export declare const Left: Story;
9
- export declare const Right: Story;
10
- export declare const TopStart: Story;
11
- export declare const TopEnd: Story;
12
- export declare const BottomStart: Story;
13
- export declare const BottomEnd: Story;
14
- export declare const TooltipWithIcon: Story;
15
- export default meta;
@@ -1,10 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import Typography from './Typography';
3
- declare const meta: Meta<typeof Typography>;
4
- type Story = StoryObj<typeof Typography>;
5
- export declare const Docs: Story;
6
- export declare const Regular12px: Story;
7
- export declare const Medium12px: Story;
8
- export declare const SemiBold14px: Story;
9
- export declare const Bold14px: Story;
10
- export default meta;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import VariableInput from './VariableInput';
3
- declare const meta: Meta<typeof VariableInput>;
4
- type Story = StoryObj<typeof VariableInput>;
5
- export declare const Default: Story;
6
- export default meta;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (value: any) => boolean;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (arr1: unknown[], arr2: unknown[]) => boolean;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (obj1: import("./compareObjects").AnyObject | null, obj2: import("./compareObjects").AnyObject | null) => boolean;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (func: (...args: any[]) => void, delay: number) => import("./debounce").DebouncedFunction;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { ffid } from './ffid';
3
- declare const meta: Meta<typeof ffid>;
4
- type Story = StoryObj;
5
- export declare const Primary: Story;
6
- export default meta;
@@ -1,7 +0,0 @@
1
- export type AnyObject = {
2
- id: number;
3
- [key: string]: any;
4
- };
5
- export declare function findAndInsert<T extends AnyObject>(data: T[], key: keyof T, targetId: number, newEntry: T, insertPosition: 'above' | 'below' | 'replace', childrenKey?: string): {
6
- updatedArray: T[];
7
- } | null;
@@ -1,7 +0,0 @@
1
- import { findAndInsert } from './findAndInsert';
2
- declare const _default: {
3
- title: string;
4
- component: typeof findAndInsert;
5
- };
6
- export default _default;
7
- export declare const InteractivePlayground: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import { findAndInsert } from './findAndInsert';
2
- declare const _default: {
3
- title: string;
4
- component: typeof findAndInsert;
5
- };
6
- export default _default;
7
- export declare const InteractivePlayground: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (data: string, publicKey: string) => string | false;
4
- };
5
- export default _default;
6
- export declare const InteractivePlayground: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (value: string | File) => string | undefined;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import type { Meta, StoryObj } from '@storybook/react';
3
- import { MachineExecutionInstanceDataSet } from './types';
4
- declare const SequentialPayloadComponent: React.FC<{
5
- machineInstances: MachineExecutionInstanceDataSet[];
6
- }>;
7
- declare const meta: Meta<typeof SequentialPayloadComponent>;
8
- type Story = StoryObj<typeof SequentialPayloadComponent>;
9
- export declare const Primary: Story;
10
- export default meta;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (func: (...args: any[]) => void, limit: number) => import("./throttle").ThrottledFunction;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: (text: string, maxLength: number) => string;
4
- };
5
- export default _default;
6
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;