pixel-sharan 1.13.91 → 1.13.94
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/lib/StyleGuide/ColorPalette/colorPaletteList.js +20 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -1
- package/lib/assets/icons/add_new_file.svg.js +1 -1
- package/lib/assets/icons/add_new_file.svg.js.map +1 -1
- package/lib/assets/icons/optimize_stepgroup.svg.js +1 -3
- package/lib/assets/icons/optimize_stepgroup.svg.js.map +1 -1
- package/lib/assets/icons/upload_file.svg.js +1 -1
- package/lib/assets/icons/upload_file.svg.js.map +1 -1
- package/lib/components/Comments/Comments.js +22 -23
- package/lib/components/Comments/Comments.js.map +1 -1
- package/lib/components/Comments/childComment/ChildComment.js +25 -27
- package/lib/components/Comments/childComment/ChildComment.js.map +1 -1
- package/lib/components/Comments/mentionUser/MentionUser.js +3 -1
- package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -1
- package/lib/components/Comments/type.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +4 -2
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +4 -3
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Input/Input.js +0 -1
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/MenuOption/MenuOption.js +2 -2
- package/lib/components/MenuOption/MenuOption.js.map +1 -1
- package/lib/components/NoDataContent/NoDataContent.js +5 -1
- package/lib/components/NoDataContent/NoDataContent.js.map +1 -1
- package/lib/components/NoDataContent/type.d.ts +1 -0
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js +47 -13
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js.map +1 -1
- package/lib/components/ScriptGenerationLoader/types.d.ts +5 -1
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +1 -1
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
- package/lib/components/SequentialConnectingBranch/types.d.ts +1 -0
- package/lib/components/TableTreeFn/Components/TableBody.d.ts +3 -0
- package/lib/components/TableTreeFn/Components/TableBody.js +68 -0
- package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableCell.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableCell.js +160 -0
- package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableHead.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableHead.js +79 -0
- package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableRow.d.ts +4 -0
- package/lib/components/TableTreeFn/Components/TableRow.js +54 -0
- package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -0
- package/lib/components/TableTreeFn/TableTreeFn.d.ts +5 -0
- package/lib/components/TableTreeFn/TableTreeFn.js +256 -0
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.js +28 -0
- package/lib/components/TableTreeFn/Utils/addLastChild.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.d.ts +14 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.js +77 -0
- package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.js +18 -0
- package/lib/components/TableTreeFn/Utils/formatDataCell.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.d.ts +2 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.js +12 -0
- package/lib/components/TableTreeFn/Utils/getAllChildIds.js.map +1 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.d.ts +0 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.js +2 -0
- package/lib/components/TableTreeFn/Utils/renderSpaces.js.map +1 -0
- package/lib/components/TableTreeFn/data.d.ts +247 -0
- package/lib/components/TableTreeFn/data.js +528 -0
- package/lib/components/TableTreeFn/data.js.map +1 -0
- package/lib/components/TableTreeFn/index.d.ts +1 -0
- package/lib/components/TableTreeFn/index.js +2 -0
- package/lib/components/TableTreeFn/index.js.map +1 -0
- package/lib/components/TableTreeFn/types.d.ts +141 -0
- package/lib/components/TableTreeFn/types.js +2 -0
- package/lib/components/TableTreeFn/types.js.map +1 -0
- package/lib/index.cjs +821 -98
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +124 -48
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
@@ -451,24 +451,24 @@ interface AccordionProps {
|
|
451
451
|
*/
|
452
452
|
declare const Accordion: ({ highlightText, headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, accordionStateIconName, AccordionStateIconWidth, AccordionStateIconHeight, isExpand, onClick, className, iconColor, }: AccordionProps) => react_jsx_runtime.JSX.Element;
|
453
453
|
|
454
|
-
type OptionValue$
|
455
|
-
interface Option$
|
456
|
-
[key: string]: OptionValue$
|
454
|
+
type OptionValue$4 = any;
|
455
|
+
interface Option$6 {
|
456
|
+
[key: string]: OptionValue$4;
|
457
457
|
}
|
458
458
|
interface MultiSelectProps {
|
459
|
-
options: Option$
|
459
|
+
options: Option$6[];
|
460
460
|
type?: 'email' | 'text';
|
461
461
|
label: string;
|
462
|
-
selectedOptions?: Option$
|
462
|
+
selectedOptions?: Option$6[];
|
463
463
|
disabled?: boolean;
|
464
464
|
onSearch?: (searchedKeyword: string) => void;
|
465
|
-
onChange?: (selectedOptions: Option$
|
465
|
+
onChange?: (selectedOptions: Option$6[]) => void;
|
466
466
|
acceptNewOption?: boolean;
|
467
467
|
zIndex?: number;
|
468
468
|
required?: boolean;
|
469
469
|
errorMessage?: string;
|
470
470
|
withSelectButton?: boolean;
|
471
|
-
onSelectButtonClick?: (selectedOptions: Option$
|
471
|
+
onSelectButtonClick?: (selectedOptions: Option$6[]) => void;
|
472
472
|
displayCount?: boolean;
|
473
473
|
isAllSelected?: boolean;
|
474
474
|
onToggleAllSelect?: (checkedState: boolean) => void;
|
@@ -909,9 +909,9 @@ interface SelectProps$1 {
|
|
909
909
|
* Provide the boolean value if arrow icon is reuired or not
|
910
910
|
*/
|
911
911
|
showArrowIcon?: boolean;
|
912
|
-
optionsList: Option$
|
913
|
-
selectedOption: Option$
|
914
|
-
onChange: (option: Option$
|
912
|
+
optionsList: Option$5[];
|
913
|
+
selectedOption: Option$5;
|
914
|
+
onChange: (option: Option$5) => void;
|
915
915
|
errorMsg?: string;
|
916
916
|
className?: string;
|
917
917
|
optionZIndex?: number;
|
@@ -992,9 +992,9 @@ interface SelectProps$1 {
|
|
992
992
|
*/
|
993
993
|
dropDownRef?: RefObject<HTMLDivElement>;
|
994
994
|
}
|
995
|
-
type OptionValue$
|
996
|
-
interface Option$
|
997
|
-
[key: string]: OptionValue$
|
995
|
+
type OptionValue$3 = any;
|
996
|
+
interface Option$5 {
|
997
|
+
[key: string]: OptionValue$3;
|
998
998
|
}
|
999
999
|
|
1000
1000
|
declare const Select: FC<SelectProps$1>;
|
@@ -1753,7 +1753,7 @@ declare const ForwardedForms: <T extends Form.FieldValues>(props: FormProps<T> &
|
|
1753
1753
|
ref?: React__default.Ref<any>;
|
1754
1754
|
}) => JSX.Element;
|
1755
1755
|
|
1756
|
-
interface Option$
|
1756
|
+
interface Option$4 {
|
1757
1757
|
label: string | ReactNode;
|
1758
1758
|
value: string;
|
1759
1759
|
}
|
@@ -1802,11 +1802,11 @@ interface InputWithDropdownProps {
|
|
1802
1802
|
/**
|
1803
1803
|
* Options for the select dropdown
|
1804
1804
|
*/
|
1805
|
-
optionsList: Option$
|
1805
|
+
optionsList: Option$4[];
|
1806
1806
|
/**
|
1807
1807
|
* Selected option for the select dropdown
|
1808
1808
|
*/
|
1809
|
-
selectedOption?: Option$
|
1809
|
+
selectedOption?: Option$4;
|
1810
1810
|
/**
|
1811
1811
|
* onChange handler for input changes
|
1812
1812
|
*/
|
@@ -2163,7 +2163,7 @@ type TreeNodeProps = {
|
|
2163
2163
|
isScript?: boolean;
|
2164
2164
|
};
|
2165
2165
|
|
2166
|
-
interface NewNode {
|
2166
|
+
interface NewNode$1 {
|
2167
2167
|
sourceId?: string;
|
2168
2168
|
payloadSourceId?: string;
|
2169
2169
|
action?: 'addAbove' | 'addBelow' | 'addInside';
|
@@ -2176,27 +2176,27 @@ interface NewNode {
|
|
2176
2176
|
confirmIconTooltip?: string;
|
2177
2177
|
cancelIconTooltip?: string;
|
2178
2178
|
}
|
2179
|
-
declare type JSX$
|
2180
|
-
type RootNode = {
|
2179
|
+
declare type JSX$2 = ReactNode | JSX$2.Element[] | string | null;
|
2180
|
+
type RootNode$1 = {
|
2181
2181
|
node: any;
|
2182
2182
|
select: 'radio' | 'checkbox' | 'none';
|
2183
|
-
cell?: (row: any) => JSX$
|
2184
|
-
actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$
|
2183
|
+
cell?: (row: any) => JSX$2;
|
2184
|
+
actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$2;
|
2185
2185
|
};
|
2186
|
-
interface Column {
|
2187
|
-
name: string | JSX$
|
2186
|
+
interface Column$1 {
|
2187
|
+
name: string | JSX$2;
|
2188
2188
|
accessor: string;
|
2189
2189
|
width: string;
|
2190
2190
|
isClickable?: boolean;
|
2191
|
-
cell?: (row: any) => JSX$
|
2192
|
-
actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$
|
2191
|
+
cell?: (row: any) => JSX$2;
|
2192
|
+
actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$2;
|
2193
2193
|
isTree?: boolean;
|
2194
2194
|
defaultValue?: string;
|
2195
|
-
defaultActions?: () => JSX$
|
2195
|
+
defaultActions?: () => JSX$2;
|
2196
2196
|
}
|
2197
|
-
interface TreeTableProps {
|
2197
|
+
interface TreeTableProps$1 {
|
2198
2198
|
treeData: any;
|
2199
|
-
columnsData: Column[];
|
2199
|
+
columnsData: Column$1[];
|
2200
2200
|
selected?: string[];
|
2201
2201
|
select?: 'radio' | 'checkbox' | 'none';
|
2202
2202
|
onChange?: (e: any, node: string[] | any) => void;
|
@@ -2205,11 +2205,11 @@ interface TreeTableProps {
|
|
2205
2205
|
loadMore?: (_direction?: string) => void;
|
2206
2206
|
tableBorder?: string;
|
2207
2207
|
height?: number | string;
|
2208
|
-
newNode?: NewNode;
|
2209
|
-
onAddConfirm?: (_name: string, _type?: Option$
|
2208
|
+
newNode?: NewNode$1;
|
2209
|
+
onAddConfirm?: (_name: string, _type?: Option$3) => void;
|
2210
2210
|
onAddCancel?: () => void;
|
2211
2211
|
loading?: boolean;
|
2212
|
-
rootNode?: RootNode;
|
2212
|
+
rootNode?: RootNode$1;
|
2213
2213
|
getContentLength?: number;
|
2214
2214
|
handleEditFieldError?: (inputText: string) => string;
|
2215
2215
|
pagination?: boolean;
|
@@ -2224,12 +2224,12 @@ interface TreeTableProps {
|
|
2224
2224
|
disableEditLabelConfirmIcon?: boolean;
|
2225
2225
|
transparentHeader?: boolean;
|
2226
2226
|
}
|
2227
|
-
type OptionValue$
|
2228
|
-
interface Option$
|
2229
|
-
[key: string]: OptionValue$
|
2227
|
+
type OptionValue$2 = any;
|
2228
|
+
interface Option$3 {
|
2229
|
+
[key: string]: OptionValue$2;
|
2230
2230
|
}
|
2231
2231
|
|
2232
|
-
declare const TreeTable: React__default.ForwardRefExoticComponent<TreeTableProps & React__default.RefAttributes<HTMLDivElement>>;
|
2232
|
+
declare const TreeTable: React__default.ForwardRefExoticComponent<TreeTableProps$1 & React__default.RefAttributes<HTMLDivElement>>;
|
2233
2233
|
|
2234
2234
|
interface TabsProps$1 {
|
2235
2235
|
/**
|
@@ -2500,7 +2500,7 @@ interface StateDropdownProps {
|
|
2500
2500
|
value: string;
|
2501
2501
|
isReviewer: boolean;
|
2502
2502
|
isApprovePage: boolean;
|
2503
|
-
handleDropdownOptionsClick: (option: Option$
|
2503
|
+
handleDropdownOptionsClick: (option: Option$5) => void;
|
2504
2504
|
disabled: boolean;
|
2505
2505
|
isOnlyReviewer: boolean;
|
2506
2506
|
handleStateValueClick: () => void;
|
@@ -2934,9 +2934,9 @@ interface SequentialConnectingBranchProps {
|
|
2934
2934
|
machineInstances: ExecutionContext[] | {}[];
|
2935
2935
|
machineColumnWidth?: number;
|
2936
2936
|
machineColumnCount?: number;
|
2937
|
-
selectedMachine?: Option$
|
2938
|
-
machineOptionsList?: Option$
|
2939
|
-
onHandleSelect?: (option: Option$
|
2937
|
+
selectedMachine?: Option$5;
|
2938
|
+
machineOptionsList?: Option$5[];
|
2939
|
+
onHandleSelect?: (option: Option$5) => void;
|
2940
2940
|
onAddBrowserInstance?: (modalId: string) => void;
|
2941
2941
|
onUpdateAddBrowserInstance?: (modalId: string, machineInstance: ExecutionContext) => void;
|
2942
2942
|
onDeleteBrowserInstance?: (id: string, runCount: number) => void;
|
@@ -2968,6 +2968,7 @@ interface MachineInfo {
|
|
2968
2968
|
interface DeviceInfo {
|
2969
2969
|
name: string;
|
2970
2970
|
platform: string;
|
2971
|
+
version?: string;
|
2971
2972
|
}
|
2972
2973
|
interface ExecutionContext {
|
2973
2974
|
machineInstanceId: string;
|
@@ -3303,6 +3304,7 @@ interface ExcelFileProps {
|
|
3303
3304
|
rowContextEnable?: boolean;
|
3304
3305
|
sheetBarContextEnable?: boolean;
|
3305
3306
|
minimumColumnWidth?: number;
|
3307
|
+
showHider?: boolean;
|
3306
3308
|
scroller?: boolean;
|
3307
3309
|
attachmentAction?: {
|
3308
3310
|
addAttachment: (file: File) => Promise<string>;
|
@@ -4062,14 +4064,14 @@ interface ChipsWithCountProps {
|
|
4062
4064
|
declare const ChipWithCount: FC<ChipsWithCountProps>;
|
4063
4065
|
|
4064
4066
|
interface EditLabelProps {
|
4065
|
-
onConfirm?: (_text: string, _selectedOption?: Option$
|
4067
|
+
onConfirm?: (_text: string, _selectedOption?: Option$2) => void;
|
4066
4068
|
onCancel?: () => void;
|
4067
4069
|
onClick?: () => void;
|
4068
4070
|
handleCustomError?: (inputText: string) => string;
|
4069
4071
|
value?: string;
|
4070
4072
|
label?: string;
|
4071
|
-
optionsList?: Option$
|
4072
|
-
selectedOption?: Option$
|
4073
|
+
optionsList?: Option$2[];
|
4074
|
+
selectedOption?: Option$2;
|
4073
4075
|
withDropdown?: boolean;
|
4074
4076
|
inputFieldWidth?: number;
|
4075
4077
|
selectFieldWidth?: number;
|
@@ -4095,14 +4097,14 @@ interface EditLabelProps {
|
|
4095
4097
|
onChangeValidationError?: boolean;
|
4096
4098
|
truncatedType?: 'count' | 'pixel';
|
4097
4099
|
}
|
4098
|
-
type OptionValue = any;
|
4100
|
+
type OptionValue$1 = any;
|
4099
4101
|
type DisabledOptions = {
|
4100
4102
|
confirm?: boolean;
|
4101
4103
|
cancel?: boolean;
|
4102
4104
|
textField?: boolean;
|
4103
4105
|
};
|
4104
|
-
interface Option$
|
4105
|
-
[key: string]: OptionValue;
|
4106
|
+
interface Option$2 {
|
4107
|
+
[key: string]: OptionValue$1;
|
4106
4108
|
}
|
4107
4109
|
|
4108
4110
|
declare const EditLabel: ({ id, onConfirm, onCancel, handleCustomError, value, label, optionsList, selectedOption, withDropdown, inputFieldWidth, selectFieldWidth, textColor, tooltip, required, isDisable, onClick, highlightText, isEditable, setIsEditable, cursor, isOnBlurTrue, handleOnChange, handleTriggerDoubleClick, truncatedTextCount, truncatedType, confirmIconTooltip, cancelIconTooltip, inlineValidationError, onChangeValidationError, }: EditLabelProps) => react_jsx_runtime.JSX.Element;
|
@@ -4283,6 +4285,75 @@ interface SessionDropdownProps {
|
|
4283
4285
|
|
4284
4286
|
declare const SessionDropdown: React__default.FC<SessionDropdownProps>;
|
4285
4287
|
|
4288
|
+
interface NewNode {
|
4289
|
+
sourceId?: string;
|
4290
|
+
payloadSourceId?: string;
|
4291
|
+
action?: 'addAbove' | 'addBelow' | 'addInside';
|
4292
|
+
type?: 'input' | 'inputWithDropdown';
|
4293
|
+
options?: [];
|
4294
|
+
selectedOption?: string;
|
4295
|
+
value?: string;
|
4296
|
+
error?: string;
|
4297
|
+
label?: string;
|
4298
|
+
confirmIconTooltip?: string;
|
4299
|
+
cancelIconTooltip?: string;
|
4300
|
+
}
|
4301
|
+
declare type JSX$1 = ReactNode | JSX$1.Element[] | string | null;
|
4302
|
+
type RootNode = {
|
4303
|
+
node: any;
|
4304
|
+
select: 'radio' | 'checkbox' | 'none';
|
4305
|
+
cell?: (row: any) => JSX$1;
|
4306
|
+
actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$1;
|
4307
|
+
};
|
4308
|
+
interface Column {
|
4309
|
+
name: string | JSX$1;
|
4310
|
+
accessor: string;
|
4311
|
+
width: string;
|
4312
|
+
isClickable?: boolean;
|
4313
|
+
cell?: (row: any) => JSX$1;
|
4314
|
+
actions?: (row: any, treeRowRef?: React.RefObject<HTMLDivElement | null>) => JSX$1;
|
4315
|
+
isTree?: boolean;
|
4316
|
+
defaultValue?: string;
|
4317
|
+
defaultActions?: () => JSX$1;
|
4318
|
+
}
|
4319
|
+
interface TreeTableProps {
|
4320
|
+
treeData: any;
|
4321
|
+
columnsData: Column[];
|
4322
|
+
selected?: string[];
|
4323
|
+
select?: 'radio' | 'checkbox' | 'none';
|
4324
|
+
onChange?: (e: any, node: string[] | any) => void;
|
4325
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement>, row: TreeNodeProps) => void;
|
4326
|
+
onExpand?: (node: TreeNodeProps) => void;
|
4327
|
+
loadMore?: (_direction?: string) => void;
|
4328
|
+
tableBorder?: string;
|
4329
|
+
height?: number | string;
|
4330
|
+
newNode?: NewNode;
|
4331
|
+
onAddConfirm?: (_name: string, _type?: Option$1) => void;
|
4332
|
+
onAddCancel?: () => void;
|
4333
|
+
loading?: boolean;
|
4334
|
+
rootNode?: RootNode;
|
4335
|
+
getContentLength?: number;
|
4336
|
+
handleEditFieldError?: (inputText: string) => string;
|
4337
|
+
pagination?: boolean;
|
4338
|
+
selectedNode?: string;
|
4339
|
+
tableHeaderBgColor?: string;
|
4340
|
+
hideOnDisable?: boolean;
|
4341
|
+
freezeColumns?: number;
|
4342
|
+
scriptLengthTruncate?: number;
|
4343
|
+
addModuleInputWidth?: number;
|
4344
|
+
addModuleSelectWidth?: number;
|
4345
|
+
onScroll?: () => void;
|
4346
|
+
disableEditLabelConfirmIcon?: boolean;
|
4347
|
+
transparentHeader?: boolean;
|
4348
|
+
navigateTreeNode?: string | null;
|
4349
|
+
}
|
4350
|
+
type OptionValue = any;
|
4351
|
+
interface Option$1 {
|
4352
|
+
[key: string]: OptionValue;
|
4353
|
+
}
|
4354
|
+
|
4355
|
+
declare const TableTreeFn: React__default.ForwardRefExoticComponent<TreeTableProps & React__default.RefAttributes<HTMLDivElement>>;
|
4356
|
+
|
4286
4357
|
type valueType$1 = any;
|
4287
4358
|
declare const checkEmpty: (value: valueType$1) => boolean;
|
4288
4359
|
|
@@ -5181,6 +5252,7 @@ interface NoDataFoundProps {
|
|
5181
5252
|
text?: string;
|
5182
5253
|
textFontSize?: string;
|
5183
5254
|
textDirectionRow?: boolean;
|
5255
|
+
gap?: string;
|
5184
5256
|
}
|
5185
5257
|
|
5186
5258
|
declare const NoDataContent: React__default.FC<NoDataFoundProps>;
|
@@ -5338,11 +5410,15 @@ declare const convertToBytes: (value: string) => number;
|
|
5338
5410
|
|
5339
5411
|
declare const StepResultStats: React__default.FC<any>;
|
5340
5412
|
|
5413
|
+
interface Action {
|
5414
|
+
text?: string;
|
5415
|
+
color?: string;
|
5416
|
+
}
|
5341
5417
|
interface ScriptGenerationLoaderProps {
|
5342
5418
|
/**
|
5343
5419
|
* array
|
5344
5420
|
*/
|
5345
|
-
actions?:
|
5421
|
+
actions?: Action[];
|
5346
5422
|
/**
|
5347
5423
|
* In percentage
|
5348
5424
|
*/
|
@@ -5356,5 +5432,5 @@ interface ScriptGenerationLoaderProps {
|
|
5356
5432
|
|
5357
5433
|
declare const ScriptGenerationLoader: React__default.FC<ScriptGenerationLoaderProps>;
|
5358
5434
|
|
5359
|
-
export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHABET_WITH_SPACES_ONLY_REGEX, ALPHANUMERIC_PARENTHESIS_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_DOT_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, ALPHA_NUM_EXTENDED_REGEX, ALPHA_NUM_REGEX, Accordion, AddContentButton, AddResourceButton, AiToggle, AllProjectsDropdown, AnimatedSetting, AppHeader, AttachMedia, AttachmentButton, Avatar, BASE64_REGEX, BIG_END_WHITESPACE, BINARY_NUMBER_REGEX, BODY_TAG_TYPE_VALIDATION, BarChart, Card as Box, BrowserTabs, Button, CAMEL_CASE_REGEX, CERTIFICATES_NAME_REGEX, CHECK_CAMEL_CASE, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, ChatModal, Checkbox, Chip, ChipWithCount, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, ContentCard, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DYNAMIC_VALUE_PATTERN_REGEX, DYNAMIC_VALUE_TYPE_REGEX, DYNAMIC_VALUE_WITH_VALID_BRACKETS_REGEX, DYNAMIC_VALUE__PLACEHOLDER_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, FieldSet, FileDropzone, FilePreview, ForwardedForms as Form, formatString as FormatString, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_FILE_TYPE_VALIDATION, HTML_TAG_REGEX, HighlightText, HistoryCard, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, LabelEditTextField, LineChart, LineLoader, Link, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MediaPreview, MediaViewerModal as MediaViewerModel, MenuOption, MessageBox, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, NoDataContent, OsTree, OtpVerification, OverviewModal, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, PrePostTable, ProgressBar, Prompt, PromptContainer, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SCRIPT_REGEX, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, SessionDropdown, StateDropdown, StatusButton, StatusCard, StatusIndicator, StepLandingTable, StepResultStats, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableWithAccordion, Tabs, TabsWithSilder, Textarea as TextArea, TextEditor, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, TruncatedTooltip, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, VariableSuggestionInputDropDown, WHITESPACE_REGEX, XML_FILE_TYPE_VALIDATION, addPrePostStepGroup, addStepGroup, autoScrollToTableLastRow, capitalize, checkEmpty, checkMicrophoneAccess, clearStore, compareArrays, compareObjects, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, getNavigateToKey, getSequentialPayload, getStoreValue, getTopVisibleNodeKey, getTreeDetails, handleTimeZoneChange, handleTreeExpandAllCollapseAll, handleTreeNodeExpandCollapse, handleTreeNodeSect, handleUnCheckAllTreeNodesWithUpdates, hasDuplicateFile, isEmptyObject, isTextTruncated, nlpInputDelay, rearrangeDragItem, saveFileFromBlob, scrollToView, setStoreValue, throttle, toCamelCase, toast, togglePrePostConditions, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
|
5360
|
-
export type { RootNode, TreeNodeProps };
|
5435
|
+
export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHABET_WITH_SPACES_ONLY_REGEX, ALPHANUMERIC_PARENTHESIS_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_DOT_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, ALPHA_NUM_EXTENDED_REGEX, ALPHA_NUM_REGEX, Accordion, AddContentButton, AddResourceButton, AiToggle, AllProjectsDropdown, AnimatedSetting, AppHeader, AttachMedia, AttachmentButton, Avatar, BASE64_REGEX, BIG_END_WHITESPACE, BINARY_NUMBER_REGEX, BODY_TAG_TYPE_VALIDATION, BarChart, Card as Box, BrowserTabs, Button, CAMEL_CASE_REGEX, CERTIFICATES_NAME_REGEX, CHECK_CAMEL_CASE, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, ChatModal, Checkbox, Chip, ChipWithCount, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, ContentCard, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DYNAMIC_VALUE_PATTERN_REGEX, DYNAMIC_VALUE_TYPE_REGEX, DYNAMIC_VALUE_WITH_VALID_BRACKETS_REGEX, DYNAMIC_VALUE__PLACEHOLDER_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, FieldSet, FileDropzone, FilePreview, ForwardedForms as Form, formatString as FormatString, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_FILE_TYPE_VALIDATION, HTML_TAG_REGEX, HighlightText, HistoryCard, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, LabelEditTextField, LineChart, LineLoader, Link, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MediaPreview, MediaViewerModal as MediaViewerModel, MenuOption, MessageBox, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, NoDataContent, OsTree, OtpVerification, OverviewModal, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, PrePostTable, ProgressBar, Prompt, PromptContainer, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SCRIPT_REGEX, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, SessionDropdown, StateDropdown, StatusButton, StatusCard, StatusIndicator, StepLandingTable, StepResultStats, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableTreeFn, TableWithAccordion, Tabs, TabsWithSilder, Textarea as TextArea, TextEditor, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, TruncatedTooltip, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, VariableSuggestionInputDropDown, WHITESPACE_REGEX, XML_FILE_TYPE_VALIDATION, addPrePostStepGroup, addStepGroup, autoScrollToTableLastRow, capitalize, checkEmpty, checkMicrophoneAccess, clearStore, compareArrays, compareObjects, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, getNavigateToKey, getSequentialPayload, getStoreValue, getTopVisibleNodeKey, getTreeDetails, handleTimeZoneChange, handleTreeExpandAllCollapseAll, handleTreeNodeExpandCollapse, handleTreeNodeSect, handleUnCheckAllTreeNodesWithUpdates, hasDuplicateFile, isEmptyObject, isTextTruncated, nlpInputDelay, rearrangeDragItem, saveFileFromBlob, scrollToView, setStoreValue, throttle, toCamelCase, toast, togglePrePostConditions, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
|
5436
|
+
export type { RootNode$1 as RootNode, TreeNodeProps };
|
package/lib/index.js
CHANGED
@@ -98,6 +98,7 @@ export { default as OsTree } from './components/OsTree/OsTree.js';
|
|
98
98
|
export { default as OtpVerification } from './components/OtpVerification/OtpVerification.js';
|
99
99
|
export { default as MediaViewerModel } from './components/MediaViewerModal/MediaViewerModal.js';
|
100
100
|
export { default as SessionDropdown } from './components/SessionDropdown/SessionDropdown.js';
|
101
|
+
export { default as TableTreeFn } from './components/TableTreeFn/TableTreeFn.js';
|
101
102
|
export { checkEmpty } from './utils/checkEmpty/checkEmpty.js';
|
102
103
|
export { getExtension, getExtensionWithPeriod } from './utils/getExtension/getExtension.js';
|
103
104
|
export { findAndInsert } from './utils/findAndInsert/findAndInsert.js';
|
package/lib/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier2.js';
|
2
2
|
import { __require as requireOptions } from './options.js';
|
3
3
|
import { __require as requireOutput } from '../core/output.js';
|
4
4
|
import { __require as requireInputscanner } from '../core/inputscanner.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier.js';
|
2
2
|
import { __require as requireOptions } from './options.js';
|
3
3
|
import { __require as requireOutput } from '../core/output.js';
|
4
4
|
import { __require as requireTokenizer } from './tokenizer.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as tokenizer } from '../../../../../_virtual/
|
1
|
+
import { __exports as tokenizer } from '../../../../../_virtual/tokenizer.js';
|
2
2
|
import { __require as requireTokenizer$1 } from '../core/tokenizer.js';
|
3
3
|
import { __require as requireDirectives } from '../core/directives.js';
|
4
4
|
import { __require as requireTemplatablepattern } from '../core/templatablepattern.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as beautifier } from '../../../../../_virtual/
|
1
|
+
import { __exports as beautifier } from '../../../../../_virtual/beautifier3.js';
|
2
2
|
import { __require as requireOutput } from '../core/output.js';
|
3
3
|
import { __require as requireToken } from '../core/token.js';
|
4
4
|
import { __require as requireAcorn } from './acorn.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as tokenizer } from '../../../../../_virtual/
|
1
|
+
import { __exports as tokenizer } from '../../../../../_virtual/tokenizer2.js';
|
2
2
|
import { __require as requireInputscanner } from '../core/inputscanner.js';
|
3
3
|
import { __require as requireTokenizer$1 } from '../core/tokenizer.js';
|
4
4
|
import { __require as requireDirectives } from '../core/directives.js';
|