pixel-priya 1.2.36 → 1.2.38

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 (118) hide show
  1. package/lib/ComponentProps/TreeNodeProps.d.ts +1 -0
  2. package/lib/_virtual/index10.js +2 -2
  3. package/lib/_virtual/index11.js +2 -2
  4. package/lib/_virtual/index12.js +2 -2
  5. package/lib/assets/icons/mac_white_icon.svg.js +6 -0
  6. package/lib/assets/icons/mac_white_icon.svg.js.map +1 -0
  7. package/lib/assets/icons/maximize_livetesting.svg.js +6 -0
  8. package/lib/assets/icons/maximize_livetesting.svg.js.map +1 -0
  9. package/lib/assets/icons/minimize_tree.svg.js +6 -0
  10. package/lib/assets/icons/minimize_tree.svg.js.map +1 -0
  11. package/lib/assets/icons/timer_icon.svg.js +6 -0
  12. package/lib/assets/icons/timer_icon.svg.js.map +1 -0
  13. package/lib/assets/icons/view_access_icon.svg.js +1 -1
  14. package/lib/assets/icons/view_access_icon.svg.js.map +1 -1
  15. package/lib/assets/icons/windows_blue_icon.svg.js +6 -0
  16. package/lib/assets/icons/windows_blue_icon.svg.js.map +1 -0
  17. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +53 -13
  18. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
  19. package/lib/components/AppHeader/AppHeader.js +37 -4
  20. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  21. package/lib/components/AppHeader/types.d.ts +11 -0
  22. package/lib/components/ConditionalDropdown/ConditionalDropdown.js +17 -5
  23. package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
  24. package/lib/components/ConditionalDropdown/OptionsDropdown.js +16 -6
  25. package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -1
  26. package/lib/components/ConditionalDropdown/types.d.ts +12 -0
  27. package/lib/components/CreateVariable/CreateVariableSlider.js +3 -2
  28. package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
  29. package/lib/components/CreateVariable/types.d.ts +3 -2
  30. package/lib/components/Drawer/Drawer.js +7 -4
  31. package/lib/components/Drawer/Drawer.js.map +1 -1
  32. package/lib/components/EditLabel/EditLabel.js +4 -4
  33. package/lib/components/EditLabel/EditLabel.js.map +1 -1
  34. package/lib/components/Editor/Editor.js +12 -5
  35. package/lib/components/Editor/Editor.js.map +1 -1
  36. package/lib/components/Editor/VariableDropdown.js +7 -7
  37. package/lib/components/Editor/VariableDropdown.js.map +1 -1
  38. package/lib/components/Editor/types.d.ts +12 -0
  39. package/lib/components/Excel/Data.d.ts +60 -0
  40. package/lib/components/Excel/Data.js +12 -2
  41. package/lib/components/Excel/Data.js.map +1 -1
  42. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +24 -9
  43. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
  44. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +43 -2
  45. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
  46. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +5 -1
  47. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -1
  48. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +4 -4
  49. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  50. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +41 -21
  51. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  52. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +1 -0
  53. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -1
  54. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +1 -1
  55. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
  56. package/lib/components/Excel/dataConversion.js +12 -3
  57. package/lib/components/Excel/dataConversion.js.map +1 -1
  58. package/lib/components/Icon/Icon.js +14 -1
  59. package/lib/components/Icon/Icon.js.map +1 -1
  60. package/lib/components/Icon/iconList.js +16 -6
  61. package/lib/components/Icon/iconList.js.map +1 -1
  62. package/lib/components/Input/Input.js +3 -2
  63. package/lib/components/Input/Input.js.map +1 -1
  64. package/lib/components/Input/types.d.ts +1 -0
  65. package/lib/components/InputWithDropdown/InputWithDropdown.js +3 -1
  66. package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -1
  67. package/lib/components/MachineInputField/MachineInputField.js +2 -2
  68. package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
  69. package/lib/components/NLPInput/NlpInput.js +1 -1
  70. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +1 -1
  71. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
  72. package/lib/components/PrePostTable/PrePostTable.js +2 -0
  73. package/lib/components/PrePostTable/PrePostTable.js.map +1 -1
  74. package/lib/components/Prompt/Prompt.js +2 -1
  75. package/lib/components/Prompt/Prompt.js.map +1 -1
  76. package/lib/components/Select/Select.js +3 -1
  77. package/lib/components/Select/Select.js.map +1 -1
  78. package/lib/components/Select/types.d.ts +3 -2
  79. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +14 -9
  80. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
  81. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +4 -4
  82. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
  83. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +2 -0
  84. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
  85. package/lib/components/StepsLandingTable/StepLandingTable.js +5 -2
  86. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  87. package/lib/components/StepsLandingTable/types.d.ts +1 -0
  88. package/lib/components/TableTreeFn/TableTreeFn.js +1 -1
  89. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
  90. package/lib/components/TableWithAccordion/TableWithAccordion.js +4 -3
  91. package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
  92. package/lib/components/Toggle/Toggle.js +6 -2
  93. package/lib/components/Toggle/Toggle.js.map +1 -1
  94. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +7 -5
  95. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -1
  96. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +1 -1
  97. package/lib/index.cjs +398 -133
  98. package/lib/index.cjs.map +1 -1
  99. package/lib/index.d.ts +44 -4
  100. package/lib/index.js +1 -0
  101. package/lib/index.js.map +1 -1
  102. package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
  103. package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
  104. package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
  105. package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
  106. package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
  107. package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
  108. package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
  109. package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
  110. package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
  111. package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
  112. package/lib/styles.css +1 -1
  113. package/lib/styles.css.map +1 -1
  114. package/lib/tsconfig.tsbuildinfo +1 -1
  115. package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
  116. package/lib/utils/useDeviceType/useDeviceType.js +27 -0
  117. package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
  118. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -69,7 +69,7 @@ interface CreateVariableProps {
69
69
  /**
70
70
  * verify which drawer is open, create or edit
71
71
  */
72
- mode?: 'create' | 'edit';
72
+ mode?: "create" | "edit";
73
73
  /**
74
74
  * Disable the checkbox
75
75
  */
@@ -90,6 +90,7 @@ interface CreateVariableProps {
90
90
  * Show placeholder text
91
91
  */
92
92
  placeholder?: string;
93
+ truncateTextValue?: number;
93
94
  }
94
95
 
95
96
  interface ButtonProps {
@@ -853,6 +854,7 @@ interface InputProps {
853
854
  */
854
855
  disableAfterMaxValueReached?: boolean;
855
856
  helperTextWidth?: string | number;
857
+ fixedLabel?: boolean;
856
858
  }
857
859
 
858
860
  declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
@@ -992,8 +994,8 @@ interface SelectProps$1 {
992
994
  */
993
995
  background?: string;
994
996
  /**
995
- * No Result message
996
- */
997
+ * No Result message
998
+ */
997
999
  noResultsMessage?: string;
998
1000
  /**
999
1001
  * Ref for select option dropdown
@@ -1003,6 +1005,7 @@ interface SelectProps$1 {
1003
1005
  * handling dropdownDown height
1004
1006
  */
1005
1007
  dropDownHeight?: number;
1008
+ onSearchText?: (text: string) => void;
1006
1009
  }
1007
1010
  type OptionValue$3 = any;
1008
1011
  interface Option$5 {
@@ -2201,6 +2204,7 @@ type TreeNodeProps = {
2201
2204
  machInstanceId?: string;
2202
2205
  duration?: string;
2203
2206
  headless?: boolean;
2207
+ recordedVideoUrlId?: string;
2204
2208
  };
2205
2209
 
2206
2210
  interface NewNode$1 {
@@ -2736,6 +2740,17 @@ interface AppHeaderProps {
2736
2740
  disabled?: boolean;
2737
2741
  isClient?: boolean;
2738
2742
  hideNavbar?: boolean;
2743
+ centerInfoItems?: {
2744
+ iconName: string;
2745
+ label: string;
2746
+ }[];
2747
+ rightButtons?: {
2748
+ label: string;
2749
+ iconName?: string;
2750
+ color?: string;
2751
+ backgroundColor?: string;
2752
+ onClick?: () => void;
2753
+ }[];
2739
2754
  profileContent?: ReactNode;
2740
2755
  }
2741
2756
  interface appHeaderMenuItemProps {
@@ -3519,6 +3534,10 @@ interface EditorProps {
3519
3534
  * Variable options list
3520
3535
  */
3521
3536
  variableOptionsList?: [] | DyanamicObj[];
3537
+ /**
3538
+ * If true, adds 'FLV_for:' prefix to for loop variables in the dropdown and while searching.
3539
+ */
3540
+ addForloopPrefix?: boolean;
3522
3541
  /**
3523
3542
  *Value to set in the editor
3524
3543
  */
@@ -3552,6 +3571,14 @@ interface EditorProps {
3552
3571
  * Defaukt value for the editor
3553
3572
  */
3554
3573
  defaultValue?: string;
3574
+ /**
3575
+ * Height of the variable dropdown
3576
+ */
3577
+ VariableDropdownHeight?: string;
3578
+ /**
3579
+ * Custom Monaco Editor options
3580
+ */
3581
+ customOptions?: any;
3555
3582
  }
3556
3583
  interface dropdownPositionType {
3557
3584
  top: number;
@@ -4793,6 +4820,10 @@ interface ConditionalDropdownProps {
4793
4820
  * List of variables
4794
4821
  */
4795
4822
  variableList?: dynamicObject$1[];
4823
+ /**
4824
+ * If true, adds 'FLV_for:' prefix to for loop variables in the dropdown and while searching.
4825
+ */
4826
+ addForloopPrefix?: boolean;
4796
4827
  /**
4797
4828
  * Place holder for the input field
4798
4829
  */
@@ -4899,6 +4930,8 @@ interface ConditionalDropdownProps {
4899
4930
  formProps?: Record<string, any>;
4900
4931
  readOnly?: boolean;
4901
4932
  height?: string;
4933
+ isTruncateText?: boolean;
4934
+ truncateTextValue?: number;
4902
4935
  }
4903
4936
 
4904
4937
  declare const ConditionalDropdown: React$1.ForwardRefExoticComponent<ConditionalDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
@@ -5606,5 +5639,12 @@ interface ScriptGenerationLoaderProps {
5606
5639
 
5607
5640
  declare const ScriptGenerationLoader: React__default.FC<ScriptGenerationLoaderProps>;
5608
5641
 
5609
- 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, ChatModalAi, 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, DebugToolsPanel, 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, SessionManager, 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, toggleShowHideEntity, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
5642
+ declare const useDeviceType: () => {
5643
+ isMobile: boolean;
5644
+ isTab: boolean;
5645
+ isLargeTab: boolean;
5646
+ isWeb: boolean;
5647
+ };
5648
+
5649
+ 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, ChatModalAi, 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, DebugToolsPanel, 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, SessionManager, 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, toggleShowHideEntity, truncateText, updateTreeState, useBeforeUnload, useClickOutside, useDeviceType, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl };
5610
5650
  export type { RootNode$1 as RootNode, TreeNodeProps };
package/lib/index.js CHANGED
@@ -165,4 +165,5 @@ export { default as Janus } from './node_modules/janus-gateway/npm/dist/janus.es
165
165
  export { default as adapter } from './node_modules/webrtc-adapter/src/js/adapter_core.js';
166
166
  export { default as StepResultStats } from './components/StepsLandingTable/Components/StepResultStats.js';
167
167
  export { default as ScriptGenerationLoader } from './components/ScriptGenerationLoader/ScriptGenerationLoader.js';
168
+ export { useDeviceType } from './utils/useDeviceType/useDeviceType.js';
168
169
  //# sourceMappingURL=index.js.map
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/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 { __module as css } from '../../../../../_virtual/index10.js';
1
+ import { __module as css } from '../../../../../_virtual/index11.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 options } from '../../../../../_virtual/options.js';
1
+ import { __exports as options } from '../../../../../_virtual/options3.js';
2
2
  import { __require as requireOptions$1 } from '../core/options.js';
3
3
 
4
4
  /*jshint node:true */
@@ -1,4 +1,4 @@
1
- import { __exports as beautifier } from '../../../../../_virtual/beautifier2.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 requireTokenizer } from './tokenizer.js';
@@ -1,4 +1,4 @@
1
- import { __module as html } from '../../../../../_virtual/index11.js';
1
+ import { __module as html } from '../../../../../_virtual/index12.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/index12.js';
1
+ import { __module as javascript } 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 options } from '../../../../../_virtual/options3.js';
1
+ import { __exports as options } from '../../../../../_virtual/options.js';
2
2
  import { __require as requireOptions$1 } from '../core/options.js';
3
3
 
4
4
  /*jshint node:true */
@@ -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';