pixel-react-excel-sheet 1.1.22 → 1.1.24

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 (144) hide show
  1. package/lib/_virtual/index10.js +2 -2
  2. package/lib/_virtual/index9.js +2 -2
  3. package/lib/assets/icons/ai_approved.svg.js +6 -0
  4. package/lib/assets/icons/ai_approved.svg.js.map +1 -0
  5. package/lib/assets/icons/run_automation_scripts_icon.svg.js +1 -1
  6. package/lib/assets/icons/run_automation_scripts_icon.svg.js.map +1 -1
  7. package/lib/components/AppHeader/AppHeader.js +2 -4
  8. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  9. package/lib/components/Charts/BarChart/BarChart.js +1 -1
  10. package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
  11. package/lib/components/Charts/DonutChart/DonutChart.js +1 -1
  12. package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -1
  13. package/lib/components/Charts/IconRadialChart/IconRadialChart.js +13 -7
  14. package/lib/components/Charts/IconRadialChart/IconRadialChart.js.map +1 -1
  15. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +73 -36
  16. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -1
  17. package/lib/components/Charts/MultiRadialChart/types.d.ts +1 -1
  18. package/lib/components/Checkbox/types.d.ts +2 -1
  19. package/lib/components/Chip/Chip.js +2 -2
  20. package/lib/components/Chip/Chip.js.map +1 -1
  21. package/lib/components/Comments/Comments.d.ts +1 -1
  22. package/lib/components/Comments/Comments.js +29 -33
  23. package/lib/components/Comments/Comments.js.map +1 -1
  24. package/lib/components/Comments/childComment/ChildComment.js +34 -18
  25. package/lib/components/Comments/childComment/ChildComment.js.map +1 -1
  26. package/lib/components/Comments/mentionUser/MentionUser.js +1 -8
  27. package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -1
  28. package/lib/components/Comments/type.d.ts +1 -4
  29. package/lib/components/ConditionalDropdown/ConditionalDropdown.js +4 -2
  30. package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
  31. package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +3 -4
  32. package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -1
  33. package/lib/components/ConnectingBranch/ConnectingBranch.js +2 -3
  34. package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -1
  35. package/lib/components/CreateVariable/CreateVariableSlider.js +18 -2
  36. package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
  37. package/lib/components/EditLabel/EditLabel.js +29 -1
  38. package/lib/components/EditLabel/EditLabel.js.map +1 -1
  39. package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +1 -0
  40. package/lib/components/Excel/ExcelFile/ExcelFile.js +5 -2
  41. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
  42. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +1 -1
  43. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  44. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +12 -1
  45. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  46. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +4 -6
  47. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  48. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +7 -4
  49. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
  50. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +1 -1
  51. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +4 -3
  52. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
  53. package/lib/components/FileDropzone/FilePreview.js +32 -2
  54. package/lib/components/FileDropzone/FilePreview.js.map +1 -1
  55. package/lib/components/FileDropzone/types.d.ts +1 -0
  56. package/lib/components/Icon/iconList.js +2 -0
  57. package/lib/components/Icon/iconList.js.map +1 -1
  58. package/lib/components/Input/Input.js +1 -1
  59. package/lib/components/Input/Input.js.map +1 -1
  60. package/lib/components/MachineInputField/MachineInputField.js +2 -2
  61. package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
  62. package/lib/components/MediaPreview/MediaPreview.js +43 -12
  63. package/lib/components/MediaPreview/MediaPreview.js.map +1 -1
  64. package/lib/components/MenuOption/MenuOption.js +2 -1
  65. package/lib/components/MenuOption/MenuOption.js.map +1 -1
  66. package/lib/components/MultiSelect/MultiSelect.js +3 -0
  67. package/lib/components/MultiSelect/MultiSelect.js.map +1 -1
  68. package/lib/components/NLPInput/NlpInput.js +1 -2
  69. package/lib/components/NLPInput/NlpInput.js.map +1 -1
  70. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +6 -0
  71. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
  72. package/lib/components/PhoneInput/PhoneInput.js +21 -6
  73. package/lib/components/PhoneInput/PhoneInput.js.map +1 -1
  74. package/lib/components/PhoneInput/types.d.ts +6 -0
  75. package/lib/components/ProgressBar/ProgressBar.js +6 -1
  76. package/lib/components/ProgressBar/ProgressBar.js.map +1 -1
  77. package/lib/components/ProgressBar/types.d.ts +1 -0
  78. package/lib/components/PromptContainer/PromptContainer.js +4 -3
  79. package/lib/components/PromptContainer/PromptContainer.js.map +1 -1
  80. package/lib/components/PromptContainer/types.d.ts +1 -0
  81. package/lib/components/Search/Search.js +2 -2
  82. package/lib/components/Search/Search.js.map +1 -1
  83. package/lib/components/Select/Select.js +19 -15
  84. package/lib/components/Select/Select.js.map +1 -1
  85. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +3 -2
  86. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
  87. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +10 -2
  88. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
  89. package/lib/components/SequentialConnectingBranch/types.d.ts +2 -1
  90. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +4 -1
  91. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -1
  92. package/lib/components/StepsLandingTable/Components/handleStepCheckBox.d.ts +1 -1
  93. package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js +8 -6
  94. package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js.map +1 -1
  95. package/lib/components/StepsLandingTable/StepLandingTable.js +5 -1
  96. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  97. package/lib/components/StepsLandingTable/constant.js +3 -3
  98. package/lib/components/StepsLandingTable/constant.js.map +1 -1
  99. package/lib/components/StepsLandingTable/types.d.ts +1 -1
  100. package/lib/components/Table/Table.d.ts +1 -1
  101. package/lib/components/Table/Table.js +5 -1
  102. package/lib/components/Table/Table.js.map +1 -1
  103. package/lib/components/Table/Types.d.ts +4 -0
  104. package/lib/components/TableTree/Components/TableHead.js +1 -1
  105. package/lib/components/TableTree/Components/TableHead.js.map +1 -1
  106. package/lib/components/TableTree/TableTree.js +6 -1
  107. package/lib/components/TableTree/TableTree.js.map +1 -1
  108. package/lib/components/TextEditor/TextEditor.js +2 -1
  109. package/lib/components/TextEditor/TextEditor.js.map +1 -1
  110. package/lib/components/Toastify/Toastify.js +1 -2
  111. package/lib/components/Toastify/Toastify.js.map +1 -1
  112. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +28 -21
  113. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -1
  114. package/lib/components/variableSuggestionInputDropDown/types.d.ts +4 -0
  115. package/lib/hooks/useTriggerControl.d.ts +7 -0
  116. package/lib/hooks/useTriggerControl.js +20 -0
  117. package/lib/hooks/useTriggerControl.js.map +1 -0
  118. package/lib/index.cjs +613 -214
  119. package/lib/index.cjs.map +1 -1
  120. package/lib/index.d.ts +42 -7
  121. package/lib/index.js +4 -1
  122. package/lib/index.js.map +1 -1
  123. package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
  124. package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
  125. package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
  126. package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
  127. package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
  128. package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
  129. package/lib/styles.css +1 -1
  130. package/lib/styles.css.map +1 -1
  131. package/lib/tsconfig.tsbuildinfo +1 -1
  132. package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +4 -0
  133. package/lib/utils/TreeNavigateUtils/getNavigateToKey.js +102 -0
  134. package/lib/utils/TreeNavigateUtils/getNavigateToKey.js.map +1 -0
  135. package/lib/utils/TreeNavigateUtils/types.d.ts +9 -0
  136. package/lib/utils/TreeNavigateUtils/types.js +2 -0
  137. package/lib/utils/TreeNavigateUtils/types.js.map +1 -0
  138. package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.d.ts +5 -0
  139. package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js +35 -0
  140. package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js.map +1 -0
  141. package/lib/validations/regex.d.ts +4 -1
  142. package/lib/validations/regex.js +9 -2
  143. package/lib/validations/regex.js.map +1 -1
  144. package/package.json +1 -2
package/lib/index.d.ts CHANGED
@@ -1391,9 +1391,13 @@ interface TableProps$2 {
1391
1391
  * Explicitly handling the disability for the row.
1392
1392
  */
1393
1393
  isRowDisabled?: boolean;
1394
+ /**
1395
+ * z-index for the table header
1396
+ */
1397
+ tableHeaderZindex?: number;
1394
1398
  }
1395
1399
 
1396
- declare const Table: ({ data, columns, headerType, withCheckbox, onSelect, allSelected, partialSelected, withFixedHeader, borderWithRadius, headerCheckboxDisabled, noDataContent, height, className, tableHeadClass, tableBodyRowClass, headerTextColor, tableDataTextColor, headerIconName, headerIconOnClick, draggable, onDragEnd, loadMore, editMode, editComponent, getAccordionStatus, accordionContent, columnSticky, tableRef, isRowCheckBoxDisable, isRowDisabled, }: TableProps$2) => react_jsx_runtime.JSX.Element;
1400
+ declare const Table: ({ data, columns, headerType, withCheckbox, onSelect, allSelected, partialSelected, withFixedHeader, borderWithRadius, headerCheckboxDisabled, noDataContent, height, className, tableHeadClass, tableBodyRowClass, headerTextColor, tableDataTextColor, headerIconName, headerIconOnClick, draggable, onDragEnd, loadMore, editMode, editComponent, getAccordionStatus, accordionContent, columnSticky, tableRef, isRowCheckBoxDisable, isRowDisabled, tableHeaderZindex, }: TableProps$2) => react_jsx_runtime.JSX.Element;
1397
1401
 
1398
1402
  /**
1399
1403
  * Props for the Add Resource Button component.
@@ -1635,6 +1639,7 @@ interface FilePreviewProps {
1635
1639
  isUploadIcon?: boolean;
1636
1640
  isRemoveDisabled?: boolean;
1637
1641
  isError?: boolean;
1642
+ isIndependentPreview?: boolean;
1638
1643
  }
1639
1644
 
1640
1645
  declare const FileDropzone: React.FC<FileDropzoneProps>;
@@ -2328,7 +2333,7 @@ interface CheckboxProps {
2328
2333
  /**
2329
2334
  * Optional side label
2330
2335
  */
2331
- label?: string;
2336
+ label?: string | ReactNode;
2332
2337
  /**
2333
2338
  * Optional disable attribute
2334
2339
  */
@@ -2922,6 +2927,7 @@ interface SequentialConnectingBranchProps {
2922
2927
  placeholder?: string;
2923
2928
  maxRunCount?: number;
2924
2929
  environmentVariableMaps?: EnvironmentVariableMaps;
2930
+ isRequired?: boolean;
2925
2931
  }
2926
2932
  interface IntegrationInstance {
2927
2933
  usename: string;
@@ -2942,7 +2948,7 @@ interface ExecutionContext {
2942
2948
  clientId: string;
2943
2949
  numberOfRuns: number;
2944
2950
  runCount: number;
2945
- executionEnv?: 'Local';
2951
+ executionEnv?: 'Local' | string;
2946
2952
  browserName?: 'Local' | 'mac' | 'android' | 'Google Chrome';
2947
2953
  browserVersion: string;
2948
2954
  systemUrl: string;
@@ -3268,6 +3274,7 @@ interface ExcelFileProps {
3268
3274
  * When set to true, row-related context menu actions are enabled.
3269
3275
  */
3270
3276
  rowContextEnable?: boolean;
3277
+ sheetBarContextEnable?: boolean;
3271
3278
  minimumColumnWidth?: number;
3272
3279
  scroller?: boolean;
3273
3280
  attachmentAction?: {
@@ -3616,6 +3623,7 @@ interface ProgressBarProps {
3616
3623
  labelTextColor?: string;
3617
3624
  usedMemory?: string;
3618
3625
  totalMemory?: string;
3626
+ progressBarWidth?: string | number;
3619
3627
  }
3620
3628
 
3621
3629
  declare const ProgressBar: React__default.FC<ProgressBarProps>;
@@ -3912,6 +3920,7 @@ interface PromptContainerProps {
3912
3920
  isEditAccess?: boolean;
3913
3921
  isViewAccess?: boolean;
3914
3922
  versionsLength?: number;
3923
+ count?: number;
3915
3924
  }
3916
3925
 
3917
3926
  declare const PromptContainer: React__default.FC<PromptContainerProps>;
@@ -4324,7 +4333,7 @@ declare const BarChart: React__default.FC<BarChartProps>;
4324
4333
 
4325
4334
  interface BarValue {
4326
4335
  value: number | string;
4327
- arcColor: string;
4336
+ arcColor: string | string[];
4328
4337
  arcBackgroundColor: string;
4329
4338
  barLabel: string;
4330
4339
  }
@@ -4465,14 +4474,22 @@ interface CommentsProps {
4465
4474
  isVewMode?: boolean;
4466
4475
  showTextarea?: boolean;
4467
4476
  deleteEnable?: boolean;
4477
+ autoFocus?: boolean;
4468
4478
  }
4469
4479
 
4470
- declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, }: CommentsProps) => react_jsx_runtime.JSX.Element;
4480
+ declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => react_jsx_runtime.JSX.Element;
4471
4481
 
4472
4482
  declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
4473
4483
 
4474
4484
  declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>) => void;
4475
4485
 
4486
+ type TriggerControl = {
4487
+ canTrigger: () => boolean;
4488
+ setTriggered: () => void;
4489
+ resetTrigger: () => void;
4490
+ };
4491
+ declare const useTriggerControl: () => TriggerControl;
4492
+
4476
4493
  interface PopUpModalProps {
4477
4494
  isOpen: boolean;
4478
4495
  onClose: () => void;
@@ -4858,6 +4875,10 @@ interface VariableSuggestionInputDropDownProps {
4858
4875
  getSelectedVariable?: (option: string) => void;
4859
4876
  symbol?: string;
4860
4877
  clearIcon?: boolean;
4878
+ /**
4879
+ * inputTitle for the field
4880
+ */
4881
+ inputTitle?: string;
4861
4882
  }
4862
4883
 
4863
4884
  declare const VariableSuggestionInputDropDown: React$1.ForwardRefExoticComponent<VariableSuggestionInputDropDownProps & React$1.RefAttributes<HTMLInputElement>>;
@@ -5090,7 +5111,7 @@ interface TableProps {
5090
5111
  handleViewComponent?: (_rowData: DataProps, _toggleViewRow: (_val: null) => void) => (() => ReactElement) | null;
5091
5112
  loading?: boolean;
5092
5113
  isViewPrivilegeMode?: boolean;
5093
- defaultExpanded?: 'Steps' | 'POST' | 'PRE' | 'Depends';
5114
+ defaultExpanded?: 'Steps' | 'POST' | 'PRE' | 'Depends' | 'All';
5094
5115
  isHeaderRequired?: boolean;
5095
5116
  }
5096
5117
 
@@ -5178,6 +5199,16 @@ declare function getTopVisibleNodeKey(scrollContainerWrapper: HTMLDivElement, tr
5178
5199
 
5179
5200
  declare const nlpInputDelay: (ms: number) => Promise<void>;
5180
5201
 
5202
+ declare const getNavigateToKey: (currentNode: TreeNodeProps, treeData: TreeNodeProps[], action: string) => {
5203
+ navigateTo: string | undefined;
5204
+ };
5205
+
5206
+ declare const checkMicrophoneAccess: (handleMicToggle: Function, { requestDeniedMsg, notSupportedMsg, micAccessDeniedMsg, }: {
5207
+ requestDeniedMsg: string;
5208
+ notSupportedMsg: string;
5209
+ micAccessDeniedMsg: string;
5210
+ }) => Promise<void>;
5211
+
5181
5212
  declare const EMAIL_REGEX: RegExp;
5182
5213
  declare const URL_REGEX: RegExp;
5183
5214
  declare const PHONE_REGEX: RegExp;
@@ -5201,6 +5232,7 @@ declare const UUID_REGEX: RegExp;
5201
5232
  declare const HTML_TAG_REGEX: RegExp;
5202
5233
  declare const WHITESPACE_REGEX: RegExp;
5203
5234
  declare const US_ZIP_CODE_REGEX: RegExp;
5235
+ declare const BIG_END_WHITESPACE: RegExp;
5204
5236
  declare const USERNAME_REGEX: RegExp;
5205
5237
  declare const INDIAN_PHONE_REGEX: RegExp;
5206
5238
  declare const INDIAN_PIN_CODE_REGEX: RegExp;
@@ -5234,6 +5266,7 @@ declare const FILE_NAME_REGEX: RegExp;
5234
5266
  declare const ELEMENTS_TRAILING_SPACE_REGEX: RegExp;
5235
5267
  declare const ELEMENTS_WHITE_SPACE_REGEX: RegExp;
5236
5268
  declare const PARAMETER_ALPHANUMERIC_REGEX: RegExp;
5269
+ declare const ALPHANUMERIC_PARENTHESIS_REGEX: RegExp;
5237
5270
  declare const CAMEL_CASE_REGEX: RegExp;
5238
5271
  declare const DYNAMIC_VALUE__PLACEHOLDER_REGEX: RegExp;
5239
5272
  declare const DYNAMIC_VALUE_PATTERN_REGEX: RegExp;
@@ -5250,7 +5283,9 @@ declare const ALPHA_NUM_REGEX: RegExp;
5250
5283
  declare const EMAIL_VALIDATION_REGEX: RegExp;
5251
5284
  declare const LINK_VALIDATION_REGEX: RegExp;
5252
5285
  declare const ALPHA_NUM_EXTENDED_REGEX: RegExp;
5286
+ declare const ALPHANUMERIC_WITH_DOT_REGEX: RegExp;
5253
5287
  declare const EXCEL_SPACING_REGEX: RegExp;
5288
+ declare const ALPHABET_WITH_SPACES_ONLY_REGEX: RegExp;
5254
5289
 
5255
5290
  declare const setStoreValue: (key: string, value: string | object | null) => void;
5256
5291
  declare const getStoreValue: (key: string) => string | unknown | null;
@@ -5281,5 +5316,5 @@ interface ScriptGenerationLoaderProps {
5281
5316
 
5282
5317
  declare const ScriptGenerationLoader: React__default.FC<ScriptGenerationLoaderProps>;
5283
5318
 
5284
- export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHANUMERIC_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, 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, clearStore, compareArrays, compareObjects, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, 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 };
5319
+ 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 };
5285
5320
  export type { RootNode, TreeNodeProps };
package/lib/index.js CHANGED
@@ -118,6 +118,7 @@ export { capitalize } from './utils/capitalize/capitalize.js';
118
118
  export { default as Comments } from './components/Comments/Comments.js';
119
119
  export { default as useFileDropzone } from './hooks/useFileDropzone.js';
120
120
  export { default as useClickOutside } from './hooks/useClickOutside.js';
121
+ export { default as useTriggerControl } from './hooks/useTriggerControl.js';
121
122
  export { default as PopUpModal } from './components/PopUpModal/PopUpModal.js';
122
123
  export { default as FormatString } from './utils/FormatString/FormatString.js';
123
124
  export { default as ConditionalDropdown } from './components/ConditionalDropdown/ConditionalDropdown.js';
@@ -150,7 +151,9 @@ export { scrollToView } from './utils/ScrollToview/ScrollToView.js';
150
151
  export { togglePrePostConditions } from './utils/togglePrePostCondition/togglePrePostCondition.js';
151
152
  export { getTopVisibleNodeKey } from './utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js';
152
153
  export { nlpInputDelay } from './utils/nlpInputDelay/nlpInputDelay.js';
153
- export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, ALPHA_NUM_EXTENDED_REGEX, ALPHA_NUM_REGEX, BASE64_REGEX, BINARY_NUMBER_REGEX, BODY_TAG_TYPE_VALIDATION, CAMEL_CASE_REGEX, CERTIFICATES_NAME_REGEX, CHECK_CAMEL_CASE, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, 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, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_FILE_TYPE_VALIDATION, HTML_TAG_REGEX, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, SCRIPT_REGEX, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, TIME_REGEX, TWITTER_HANDLE_REGEX, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, WHITESPACE_REGEX, XML_FILE_TYPE_VALIDATION } from './validations/regex.js';
154
+ export { getNavigateToKey } from './utils/TreeNavigateUtils/getNavigateToKey.js';
155
+ export { checkMicrophoneAccess } from './utils/checkMicrophoneAccess/checkMicrophoneAccess.js';
156
+ 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, BASE64_REGEX, BIG_END_WHITESPACE, BINARY_NUMBER_REGEX, BODY_TAG_TYPE_VALIDATION, CAMEL_CASE_REGEX, CERTIFICATES_NAME_REGEX, CHECK_CAMEL_CASE, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, 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, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, FILE_EXTENSION_REGEX, FILE_NAME_REGEX, GSTIN_REGEX, HEXADECIMAL_NUMBER_REGEX, HEX_COLOR_REGEX, HSL_COLOR_REGEX, HTML_ATTRIBUTE_REGEX, HTML_FILE_TYPE_VALIDATION, HTML_TAG_REGEX, INDIAN_CURRENCY_REGEX, INDIAN_PASSPORT_REGEX, INDIAN_PHONE_REGEX, INDIAN_PIN_CODE_REGEX, INTERNATIONAL_PHONE_REGEX, IPV4_REGEX, IPV6_REGEX, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, SCRIPT_REGEX, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, TIME_REGEX, TWITTER_HANDLE_REGEX, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, WHITESPACE_REGEX, XML_FILE_TYPE_VALIDATION } from './validations/regex.js';
154
157
  export { clearStore, deleteStoreValue, getStoreValue, setStoreValue } from './utils/indexDBStore/indexDB.js';
155
158
  export { convertToGB } from './utils/convertToGB/convertToGB.js';
156
159
  export { convertToBytes } from './utils/convertToBytes/convertToBytes.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/beautifier.js';
1
+ import { __exports as beautifier } from '../../../../../_virtual/beautifier3.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 { __module as html } from '../../../../../_virtual/index9.js';
1
+ import { __module as html } from '../../../../../_virtual/index10.js';
2
2
  import { __require as requireBeautifier } from './beautifier.js';
3
3
  import { __require as requireOptions } from './options.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { __exports as tokenizer } from '../../../../../_virtual/tokenizer.js';
1
+ import { __exports as tokenizer } from '../../../../../_virtual/tokenizer2.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/beautifier3.js';
1
+ import { __exports as beautifier } from '../../../../../_virtual/beautifier.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 { __module as javascript } from '../../../../../_virtual/index10.js';
1
+ import { __module as javascript } from '../../../../../_virtual/index9.js';
2
2
  import { __require as requireBeautifier } from './beautifier.js';
3
3
  import { __require as requireOptions } from './options.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { __exports as tokenizer } from '../../../../../_virtual/tokenizer2.js';
1
+ import { __exports as tokenizer } from '../../../../../_virtual/tokenizer.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';