pixel-priya 1.2.90 → 1.2.92
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/ComponentProps/TreeNodeProps.d.ts +1 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.d.ts +4 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.js +41 -0
- package/lib/components/AutoTruncateText/AutoTruncateText.js.map +1 -0
- package/lib/components/AutoTruncateText/resizeObserverService.d.ts +7 -0
- package/lib/components/AutoTruncateText/resizeObserverService.js +25 -0
- package/lib/components/AutoTruncateText/resizeObserverService.js.map +1 -0
- package/lib/components/AutoTruncateText/types.d.ts +8 -0
- package/lib/components/AutoTruncateText/types.js +2 -0
- package/lib/components/AutoTruncateText/types.js.map +1 -0
- package/lib/components/AutoTruncateText/useResizeSignal.d.ts +5 -0
- package/lib/components/AutoTruncateText/useResizeSignal.js +18 -0
- package/lib/components/AutoTruncateText/useResizeSignal.js.map +1 -0
- package/lib/components/BrowserTabs/BrowserTabs.d.ts +1 -1
- package/lib/components/BrowserTabs/BrowserTabs.js +10 -6
- package/lib/components/BrowserTabs/BrowserTabs.js.map +1 -1
- package/lib/components/BrowserTabs/types.d.ts +4 -0
- package/lib/components/Drawer/Drawer.js +5 -2
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/Drawer/Types.d.ts +1 -0
- package/lib/components/EditLabel/EditLabel.d.ts +1 -1
- package/lib/components/EditLabel/EditLabel.js +6 -4
- package/lib/components/EditLabel/EditLabel.js.map +1 -1
- package/lib/components/EditLabel/types.d.ts +2 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js +20 -22
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +33 -9
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
- package/lib/components/Icon/iconList.js +22 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/SessionManager/SessionManager.js +3 -3
- package/lib/components/SessionManager/SessionManager.js.map +1 -1
- package/lib/components/StatusBadge/StatusBadge.js +1 -1
- package/lib/components/StatusBadge/StatusBadge.js.map +1 -1
- package/lib/components/StorageUsageBar/StorageUsageBar.d.ts +4 -0
- package/lib/components/StorageUsageBar/StorageUsageBar.js +9 -0
- package/lib/components/StorageUsageBar/StorageUsageBar.js.map +1 -0
- package/lib/components/StorageUsageBar/index.d.ts +1 -0
- package/lib/components/StorageUsageBar/index.js +2 -0
- package/lib/components/StorageUsageBar/index.js.map +1 -0
- package/lib/components/StorageUsageBar/types.d.ts +7 -0
- package/lib/components/StorageUsageBar/types.js +2 -0
- package/lib/components/StorageUsageBar/types.js.map +1 -0
- package/lib/components/TableTreeFn/Components/TableBody.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableBody.js +3 -3
- package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableCell.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableCell.js +2 -5
- package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableHead.js +9 -15
- package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -1
- package/lib/components/TableTreeFn/Components/TableRow.d.ts +1 -1
- package/lib/components/TableTreeFn/Components/TableRow.js +2 -4
- package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -1
- package/lib/components/TableTreeFn/TableTreeFn.js +28 -54
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
- package/lib/components/TableTreeFn/types.d.ts +0 -15
- package/lib/components/TooltipService/TooltipService.d.ts +4 -0
- package/lib/components/TooltipService/TooltipService.js +92 -0
- package/lib/components/TooltipService/TooltipService.js.map +1 -0
- package/lib/components/TooltipService/index.d.ts +1 -0
- package/lib/components/TooltipService/index.js +2 -0
- package/lib/components/TooltipService/index.js.map +1 -0
- package/lib/components/ZoomControl/ZoomControl.d.ts +5 -0
- package/lib/components/ZoomControl/ZoomControl.js +22 -0
- package/lib/components/ZoomControl/ZoomControl.js.map +1 -0
- package/lib/components/ZoomControl/index.d.ts +1 -0
- package/lib/components/ZoomControl/index.js +2 -0
- package/lib/components/ZoomControl/index.js.map +1 -0
- package/lib/components/ZoomControl/types.d.ts +8 -0
- package/lib/components/ZoomControl/types.js +2 -0
- package/lib/components/ZoomControl/types.js.map +1 -0
- package/lib/index.d.ts +35 -9
- package/lib/index.js +8 -8
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/getTreeDetails/getTreeDetails.d.ts +1 -1
- package/lib/utils/getTreeDetails/getTreeDetails.js +145 -18
- package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -1
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js +1 -0
- package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js.map +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/ZoomControl/types.ts"],"names":[],"mappings":""}
|
package/lib/index.d.ts
CHANGED
|
@@ -380,6 +380,7 @@ interface DrawerProps {
|
|
|
380
380
|
isClickOutside?: boolean;
|
|
381
381
|
ignoreRefs?: Array<React.RefObject<HTMLElement>>;
|
|
382
382
|
noHeaderBorder?: boolean;
|
|
383
|
+
direction?: 'right' | 'left';
|
|
383
384
|
}
|
|
384
385
|
|
|
385
386
|
declare const Drawer: FC<DrawerProps>;
|
|
@@ -2280,6 +2281,7 @@ type TreeNodeProps = {
|
|
|
2280
2281
|
stepId?: string;
|
|
2281
2282
|
conditionId?: string;
|
|
2282
2283
|
machInstanceId?: string;
|
|
2284
|
+
machineInstanceId?: string;
|
|
2283
2285
|
duration?: string;
|
|
2284
2286
|
headless?: boolean;
|
|
2285
2287
|
recordedVideoUrlId?: string;
|
|
@@ -2477,9 +2479,13 @@ interface BrowserTabsProps {
|
|
|
2477
2479
|
* Custom CSS class name to override default styles.
|
|
2478
2480
|
*/
|
|
2479
2481
|
className?: string;
|
|
2482
|
+
/**
|
|
2483
|
+
* Maximum number of tabs allowed.
|
|
2484
|
+
*/
|
|
2485
|
+
maxTabs?: number;
|
|
2480
2486
|
}
|
|
2481
2487
|
|
|
2482
|
-
declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, }: BrowserTabsProps) => react_jsx_runtime.JSX.Element;
|
|
2488
|
+
declare const BrowserTabs: ({ tabsData, activeTabId, onTabClick, onTabClose, onTabAdd, maxTabWidth, showCloseOnActive, maxTabs, }: BrowserTabsProps) => react_jsx_runtime.JSX.Element;
|
|
2483
2489
|
|
|
2484
2490
|
interface HighlightTextProps {
|
|
2485
2491
|
text?: string;
|
|
@@ -4349,6 +4355,8 @@ interface EditLabelProps {
|
|
|
4349
4355
|
inlineValidationError?: boolean;
|
|
4350
4356
|
onChangeValidationError?: boolean;
|
|
4351
4357
|
truncatedType?: 'count' | 'pixel';
|
|
4358
|
+
isTableTree?: boolean;
|
|
4359
|
+
isAutoTruncate?: boolean;
|
|
4352
4360
|
}
|
|
4353
4361
|
type OptionValue$1 = any;
|
|
4354
4362
|
type DisabledOptions = {
|
|
@@ -4360,7 +4368,7 @@ interface Option$2 {
|
|
|
4360
4368
|
[key: string]: OptionValue$1;
|
|
4361
4369
|
}
|
|
4362
4370
|
|
|
4363
|
-
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;
|
|
4371
|
+
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, isTableTree, isAutoTruncate, }: EditLabelProps) => react_jsx_runtime.JSX.Element;
|
|
4364
4372
|
|
|
4365
4373
|
interface ErrorBoundaryProps {
|
|
4366
4374
|
fallback: ReactNode;
|
|
@@ -4613,7 +4621,6 @@ interface TreeTableProps {
|
|
|
4613
4621
|
tableHeaderBgColor?: string;
|
|
4614
4622
|
hideOnDisable?: boolean;
|
|
4615
4623
|
freezeColumns?: number;
|
|
4616
|
-
scriptLengthTruncate?: number;
|
|
4617
4624
|
addModuleInputWidth?: number;
|
|
4618
4625
|
addModuleSelectWidth?: number;
|
|
4619
4626
|
onScroll?: () => void;
|
|
@@ -4624,10 +4631,6 @@ interface TreeTableProps {
|
|
|
4624
4631
|
handleRemoveNavigateTreeNode?: () => void;
|
|
4625
4632
|
scrollThreshold?: number;
|
|
4626
4633
|
showHeader?: boolean;
|
|
4627
|
-
onHover?: (rowId: string | null) => void;
|
|
4628
|
-
onHoverOut?: (rowId: string | null) => void;
|
|
4629
|
-
rootNameWidth?: number;
|
|
4630
|
-
rootNameHoveredWidth?: number;
|
|
4631
4634
|
}
|
|
4632
4635
|
type OptionValue = any;
|
|
4633
4636
|
interface Option$1 {
|
|
@@ -5102,7 +5105,7 @@ interface TreeDetailsResult {
|
|
|
5102
5105
|
endId: string;
|
|
5103
5106
|
root?: TreeNodeProps;
|
|
5104
5107
|
}
|
|
5105
|
-
declare const getTreeDetails: (action: "above" | "below" | "expand" | "collapse" | "start" | "addAbove" | "addBelow" | "expandAll" | "collapseAll" | "show" | "hide" | "clone" | "delete" | "create" | "refresh", oldData: TreeNodeProps[], newData: TreeNodeProps[], sourceId?: string) => TreeDetailsResult;
|
|
5108
|
+
declare const getTreeDetails: (action: "above" | "below" | "expand" | "collapse" | "start" | "addAbove" | "addBelow" | "expandAll" | "collapseAll" | "show" | "hide" | "clone" | "delete" | "create" | "refresh", oldData: TreeNodeProps[], newData: TreeNodeProps[], sourceId?: string, deletedIds?: string[]) => TreeDetailsResult;
|
|
5106
5109
|
declare const updateTreeState: (treeDataList: TreeNodeProps[], currentNode: TreeNodeProps) => TreeNodeProps[];
|
|
5107
5110
|
|
|
5108
5111
|
declare const useBeforeUnload: (beforeunload: boolean) => void;
|
|
@@ -5707,6 +5710,19 @@ interface ContextToggleProps {
|
|
|
5707
5710
|
|
|
5708
5711
|
declare const SelectionSwitcher: React__default.FC<ContextToggleProps>;
|
|
5709
5712
|
|
|
5713
|
+
interface ZoomControlProps {
|
|
5714
|
+
value: number;
|
|
5715
|
+
min?: number;
|
|
5716
|
+
max?: number;
|
|
5717
|
+
step?: number;
|
|
5718
|
+
onChange: (value: number) => void;
|
|
5719
|
+
className?: string;
|
|
5720
|
+
}
|
|
5721
|
+
|
|
5722
|
+
declare const ZoomControl: FC<ZoomControlProps>;
|
|
5723
|
+
|
|
5724
|
+
declare const TooltipService: () => null;
|
|
5725
|
+
|
|
5710
5726
|
declare const EMAIL_REGEX: RegExp;
|
|
5711
5727
|
declare const URL_REGEX: RegExp;
|
|
5712
5728
|
declare const PHONE_REGEX: RegExp;
|
|
@@ -5838,5 +5854,15 @@ declare const useDeviceType: () => {
|
|
|
5838
5854
|
|
|
5839
5855
|
declare const copyToClipboard: (text: string) => boolean;
|
|
5840
5856
|
|
|
5841
|
-
|
|
5857
|
+
interface StorageUsageBarProps {
|
|
5858
|
+
used: number;
|
|
5859
|
+
total: number;
|
|
5860
|
+
unit?: string;
|
|
5861
|
+
showValue?: boolean;
|
|
5862
|
+
width?: string;
|
|
5863
|
+
}
|
|
5864
|
+
|
|
5865
|
+
declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
|
|
5866
|
+
|
|
5867
|
+
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_FORMAT_REGEX, EMAIL_REGEX, EMAIL_VALIDATION_REGEX, EXCEL_SPACING_REGEX, EditLabel, EditTextField, Editor, ErrorBoundary, ExcelFile as Excel, ExpandableMenu, FILENAME_VALIDATION_REGEX, 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, NO_LEADING_TRAILING_SPACE_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, SERVER_HOST_REGEX, SSN_REGEX, START_END_WHITESPACE_REGEX, STEP_GROUP_NAME_REGEX, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SelectionSwitcher, SequentialConnectingBranch, SessionDropdown, SessionManager, StateDropdown, StatusBadge, StatusButton, StatusCard, StatusIndicator, StepLandingTable, StepResultStats, StorageUsageBar, SwitchButton, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableTreeFn, TableWithAccordion, Tabs, TabsWithSilder, Textarea as TextArea, TextEditor, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, TooltipService, 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, ZoomControl, addPrePostStepGroup, addStepGroup, autoScrollToTableLastRow, capitalize, checkEmpty, checkMicrophoneAccess, clearStore, compareArrays, compareObjects, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, copyToClipboard, 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 };
|
|
5842
5868
|
export type { RootNode$1 as RootNode, TreeNodeProps };
|