pixel-react-excel-sheet 1.1.22 → 1.1.23
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/_virtual/index10.js +2 -2
- package/lib/_virtual/index11.js +2 -2
- package/lib/_virtual/index9.js +2 -2
- package/lib/assets/icons/ai_approved.svg.js +6 -0
- package/lib/assets/icons/ai_approved.svg.js.map +1 -0
- package/lib/components/AppHeader/AppHeader.js +2 -4
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/Charts/BarChart/BarChart.js +1 -1
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
- package/lib/components/Charts/DonutChart/DonutChart.js +1 -1
- package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -1
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js +13 -7
- package/lib/components/Charts/IconRadialChart/IconRadialChart.js.map +1 -1
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +73 -36
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -1
- package/lib/components/Charts/MultiRadialChart/types.d.ts +1 -1
- package/lib/components/Checkbox/types.d.ts +2 -1
- package/lib/components/Chip/Chip.js +2 -2
- package/lib/components/Chip/Chip.js.map +1 -1
- package/lib/components/Comments/Comments.d.ts +1 -1
- package/lib/components/Comments/Comments.js +3 -2
- package/lib/components/Comments/Comments.js.map +1 -1
- package/lib/components/Comments/childComment/ChildComment.js +4 -1
- package/lib/components/Comments/childComment/ChildComment.js.map +1 -1
- package/lib/components/Comments/type.d.ts +1 -0
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js +4 -2
- package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +3 -4
- package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -1
- package/lib/components/ConnectingBranch/ConnectingBranch.js +2 -3
- package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -1
- package/lib/components/CreateVariable/CreateVariableSlider.js +18 -2
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
- package/lib/components/EditLabel/EditLabel.js +29 -1
- package/lib/components/EditLabel/EditLabel.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +5 -2
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +6 -4
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +4 -6
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +7 -4
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +4 -3
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
- package/lib/components/FileDropzone/FilePreview.js +32 -2
- package/lib/components/FileDropzone/FilePreview.js.map +1 -1
- package/lib/components/FileDropzone/types.d.ts +1 -0
- package/lib/components/Icon/iconList.js +2 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/Input/Input.js +1 -1
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/MachineInputField/MachineInputField.js +2 -2
- package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
- package/lib/components/MediaPreview/MediaPreview.js +43 -12
- package/lib/components/MediaPreview/MediaPreview.js.map +1 -1
- package/lib/components/MultiSelect/MultiSelect.js +3 -0
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -1
- package/lib/components/NLPInput/NlpInput.js +1 -2
- package/lib/components/NLPInput/NlpInput.js.map +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +6 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
- package/lib/components/PhoneInput/PhoneInput.js +21 -6
- package/lib/components/PhoneInput/PhoneInput.js.map +1 -1
- package/lib/components/PhoneInput/types.d.ts +6 -0
- package/lib/components/ProgressBar/ProgressBar.js +6 -1
- package/lib/components/ProgressBar/ProgressBar.js.map +1 -1
- package/lib/components/ProgressBar/types.d.ts +1 -0
- package/lib/components/PromptContainer/PromptContainer.js +4 -3
- package/lib/components/PromptContainer/PromptContainer.js.map +1 -1
- package/lib/components/PromptContainer/types.d.ts +1 -0
- package/lib/components/Search/Search.js +2 -2
- package/lib/components/Search/Search.js.map +1 -1
- package/lib/components/Select/Select.js +6 -6
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +10 -2
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
- package/lib/components/SequentialConnectingBranch/types.d.ts +1 -1
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +4 -1
- package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -1
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.d.ts +1 -1
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js +8 -6
- package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js.map +1 -1
- package/lib/components/StepsLandingTable/constant.js +3 -3
- package/lib/components/StepsLandingTable/constant.js.map +1 -1
- package/lib/components/StepsLandingTable/types.d.ts +1 -1
- package/lib/components/Table/Table.d.ts +1 -1
- package/lib/components/Table/Table.js +5 -1
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/Table/Types.d.ts +4 -0
- package/lib/components/TableTree/Components/TableHead.js +1 -1
- package/lib/components/TableTree/Components/TableHead.js.map +1 -1
- package/lib/components/TableTree/TableTree.js +6 -1
- package/lib/components/TableTree/TableTree.js.map +1 -1
- package/lib/components/TextEditor/TextEditor.js +2 -1
- package/lib/components/TextEditor/TextEditor.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +28 -21
- package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -1
- package/lib/components/variableSuggestionInputDropDown/types.d.ts +4 -0
- package/lib/hooks/useTriggerControl.d.ts +7 -0
- package/lib/hooks/useTriggerControl.js +20 -0
- package/lib/hooks/useTriggerControl.js.map +1 -0
- package/lib/index.cjs +505 -150
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +34 -7
- package/lib/index.js +3 -1
- package/lib/index.js.map +1 -1
- package/lib/node_modules/js-beautify/js/src/css/index.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/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +4 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.js +111 -0
- package/lib/utils/TreeNavigateUtils/getNavigateToKey.js.map +1 -0
- package/lib/utils/TreeNavigateUtils/types.d.ts +9 -0
- package/lib/utils/TreeNavigateUtils/types.js +2 -0
- package/lib/utils/TreeNavigateUtils/types.js.map +1 -0
- package/lib/validations/regex.d.ts +3 -1
- package/lib/validations/regex.js +7 -2
- package/lib/validations/regex.js.map +1 -1
- package/package.json +4 -7
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
|
*/
|
|
@@ -2942,7 +2947,7 @@ interface ExecutionContext {
|
|
|
2942
2947
|
clientId: string;
|
|
2943
2948
|
numberOfRuns: number;
|
|
2944
2949
|
runCount: number;
|
|
2945
|
-
executionEnv?: 'Local';
|
|
2950
|
+
executionEnv?: 'Local' | string;
|
|
2946
2951
|
browserName?: 'Local' | 'mac' | 'android' | 'Google Chrome';
|
|
2947
2952
|
browserVersion: string;
|
|
2948
2953
|
systemUrl: string;
|
|
@@ -3268,6 +3273,7 @@ interface ExcelFileProps {
|
|
|
3268
3273
|
* When set to true, row-related context menu actions are enabled.
|
|
3269
3274
|
*/
|
|
3270
3275
|
rowContextEnable?: boolean;
|
|
3276
|
+
sheetBarContextEnable?: boolean;
|
|
3271
3277
|
minimumColumnWidth?: number;
|
|
3272
3278
|
scroller?: boolean;
|
|
3273
3279
|
attachmentAction?: {
|
|
@@ -3616,6 +3622,7 @@ interface ProgressBarProps {
|
|
|
3616
3622
|
labelTextColor?: string;
|
|
3617
3623
|
usedMemory?: string;
|
|
3618
3624
|
totalMemory?: string;
|
|
3625
|
+
progressBarWidth?: string | number;
|
|
3619
3626
|
}
|
|
3620
3627
|
|
|
3621
3628
|
declare const ProgressBar: React__default.FC<ProgressBarProps>;
|
|
@@ -3912,6 +3919,7 @@ interface PromptContainerProps {
|
|
|
3912
3919
|
isEditAccess?: boolean;
|
|
3913
3920
|
isViewAccess?: boolean;
|
|
3914
3921
|
versionsLength?: number;
|
|
3922
|
+
count?: number;
|
|
3915
3923
|
}
|
|
3916
3924
|
|
|
3917
3925
|
declare const PromptContainer: React__default.FC<PromptContainerProps>;
|
|
@@ -4324,7 +4332,7 @@ declare const BarChart: React__default.FC<BarChartProps>;
|
|
|
4324
4332
|
|
|
4325
4333
|
interface BarValue {
|
|
4326
4334
|
value: number | string;
|
|
4327
|
-
arcColor: string;
|
|
4335
|
+
arcColor: string | string[];
|
|
4328
4336
|
arcBackgroundColor: string;
|
|
4329
4337
|
barLabel: string;
|
|
4330
4338
|
}
|
|
@@ -4465,14 +4473,22 @@ interface CommentsProps {
|
|
|
4465
4473
|
isVewMode?: boolean;
|
|
4466
4474
|
showTextarea?: boolean;
|
|
4467
4475
|
deleteEnable?: boolean;
|
|
4476
|
+
autoFocus?: boolean;
|
|
4468
4477
|
}
|
|
4469
4478
|
|
|
4470
|
-
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, }: CommentsProps) => react_jsx_runtime.JSX.Element;
|
|
4479
|
+
declare const Comments: ({ commentsData, handleAddComment, handleEditComment, handleDeleteComment, onCommentsDataChange, currentUser, isDisable, userDetails, createdByID, rowBreakCharCount, isVewMode, deleteEnable, showTextarea, autoFocus, }: CommentsProps) => react_jsx_runtime.JSX.Element;
|
|
4471
4480
|
|
|
4472
4481
|
declare const useFileDropzone: (options: DropzoneOptions) => DropzoneState;
|
|
4473
4482
|
|
|
4474
4483
|
declare const useClickOutside: (ref: React.RefObject<HTMLElement>, callback: () => void, ignoreRefs?: Array<React.RefObject<HTMLElement> | undefined>) => void;
|
|
4475
4484
|
|
|
4485
|
+
type TriggerControl = {
|
|
4486
|
+
canTrigger: () => boolean;
|
|
4487
|
+
setTriggered: () => void;
|
|
4488
|
+
resetTrigger: () => void;
|
|
4489
|
+
};
|
|
4490
|
+
declare const useTriggerControl: () => TriggerControl;
|
|
4491
|
+
|
|
4476
4492
|
interface PopUpModalProps {
|
|
4477
4493
|
isOpen: boolean;
|
|
4478
4494
|
onClose: () => void;
|
|
@@ -4858,6 +4874,10 @@ interface VariableSuggestionInputDropDownProps {
|
|
|
4858
4874
|
getSelectedVariable?: (option: string) => void;
|
|
4859
4875
|
symbol?: string;
|
|
4860
4876
|
clearIcon?: boolean;
|
|
4877
|
+
/**
|
|
4878
|
+
* inputTitle for the field
|
|
4879
|
+
*/
|
|
4880
|
+
inputTitle?: string;
|
|
4861
4881
|
}
|
|
4862
4882
|
|
|
4863
4883
|
declare const VariableSuggestionInputDropDown: React$1.ForwardRefExoticComponent<VariableSuggestionInputDropDownProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
@@ -5090,7 +5110,7 @@ interface TableProps {
|
|
|
5090
5110
|
handleViewComponent?: (_rowData: DataProps, _toggleViewRow: (_val: null) => void) => (() => ReactElement) | null;
|
|
5091
5111
|
loading?: boolean;
|
|
5092
5112
|
isViewPrivilegeMode?: boolean;
|
|
5093
|
-
defaultExpanded?: 'Steps' | 'POST' | 'PRE' | 'Depends';
|
|
5113
|
+
defaultExpanded?: 'Steps' | 'POST' | 'PRE' | 'Depends' | 'All';
|
|
5094
5114
|
isHeaderRequired?: boolean;
|
|
5095
5115
|
}
|
|
5096
5116
|
|
|
@@ -5178,6 +5198,10 @@ declare function getTopVisibleNodeKey(scrollContainerWrapper: HTMLDivElement, tr
|
|
|
5178
5198
|
|
|
5179
5199
|
declare const nlpInputDelay: (ms: number) => Promise<void>;
|
|
5180
5200
|
|
|
5201
|
+
declare const getNavigateToKey: (currentNode: TreeNodeProps, treeData: TreeNodeProps[], action: string) => {
|
|
5202
|
+
navigateTo: string | undefined;
|
|
5203
|
+
};
|
|
5204
|
+
|
|
5181
5205
|
declare const EMAIL_REGEX: RegExp;
|
|
5182
5206
|
declare const URL_REGEX: RegExp;
|
|
5183
5207
|
declare const PHONE_REGEX: RegExp;
|
|
@@ -5201,6 +5225,7 @@ declare const UUID_REGEX: RegExp;
|
|
|
5201
5225
|
declare const HTML_TAG_REGEX: RegExp;
|
|
5202
5226
|
declare const WHITESPACE_REGEX: RegExp;
|
|
5203
5227
|
declare const US_ZIP_CODE_REGEX: RegExp;
|
|
5228
|
+
declare const BIG_END_WHITESPACE: RegExp;
|
|
5204
5229
|
declare const USERNAME_REGEX: RegExp;
|
|
5205
5230
|
declare const INDIAN_PHONE_REGEX: RegExp;
|
|
5206
5231
|
declare const INDIAN_PIN_CODE_REGEX: RegExp;
|
|
@@ -5234,6 +5259,7 @@ declare const FILE_NAME_REGEX: RegExp;
|
|
|
5234
5259
|
declare const ELEMENTS_TRAILING_SPACE_REGEX: RegExp;
|
|
5235
5260
|
declare const ELEMENTS_WHITE_SPACE_REGEX: RegExp;
|
|
5236
5261
|
declare const PARAMETER_ALPHANUMERIC_REGEX: RegExp;
|
|
5262
|
+
declare const ALPHANUMERIC_PARENTHESIS_REGEX: RegExp;
|
|
5237
5263
|
declare const CAMEL_CASE_REGEX: RegExp;
|
|
5238
5264
|
declare const DYNAMIC_VALUE__PLACEHOLDER_REGEX: RegExp;
|
|
5239
5265
|
declare const DYNAMIC_VALUE_PATTERN_REGEX: RegExp;
|
|
@@ -5250,6 +5276,7 @@ declare const ALPHA_NUM_REGEX: RegExp;
|
|
|
5250
5276
|
declare const EMAIL_VALIDATION_REGEX: RegExp;
|
|
5251
5277
|
declare const LINK_VALIDATION_REGEX: RegExp;
|
|
5252
5278
|
declare const ALPHA_NUM_EXTENDED_REGEX: RegExp;
|
|
5279
|
+
declare const ALPHANUMERIC_WITH_DOT_REGEX: RegExp;
|
|
5253
5280
|
declare const EXCEL_SPACING_REGEX: RegExp;
|
|
5254
5281
|
|
|
5255
5282
|
declare const setStoreValue: (key: string, value: string | object | null) => void;
|
|
@@ -5281,5 +5308,5 @@ interface ScriptGenerationLoaderProps {
|
|
|
5281
5308
|
|
|
5282
5309
|
declare const ScriptGenerationLoader: React__default.FC<ScriptGenerationLoaderProps>;
|
|
5283
5310
|
|
|
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 };
|
|
5311
|
+
export { AADHAAR_REGEX, ALPHABET_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, 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
5312
|
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,8 @@ 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 {
|
|
154
|
+
export { getNavigateToKey } from './utils/TreeNavigateUtils/getNavigateToKey.js';
|
|
155
|
+
export { AADHAAR_REGEX, ALPHABET_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
156
|
export { clearStore, deleteStoreValue, getStoreValue, setStoreValue } from './utils/indexDBStore/indexDB.js';
|
|
155
157
|
export { convertToGB } from './utils/convertToGB/convertToGB.js';
|
|
156
158
|
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 { __module as css } from '../../../../../_virtual/
|
|
1
|
+
import { __module as css } 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 { __module as html } from '../../../../../_virtual/
|
|
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 { __module as javascript } from '../../../../../_virtual/
|
|
1
|
+
import { __module as javascript } from '../../../../../_virtual/index11.js';
|
|
2
2
|
import { __require as requireBeautifier } from './beautifier.js';
|
|
3
3
|
import { __require as requireOptions } from './options.js';
|
|
4
4
|
|