pixel-priya 1.3.38 → 1.3.39
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/components/AllProjectsDropdown/AllProjectsDropdown.js +24 -17
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
- package/lib/components/AudioPlayer/AudioPlayer.d.ts +5 -0
- package/lib/components/AudioPlayer/AudioPlayer.js +129 -0
- package/lib/components/AudioPlayer/AudioPlayer.js.map +1 -0
- package/lib/components/AudioPlayer/index.d.ts +2 -0
- package/lib/components/AudioPlayer/index.js +3 -0
- package/lib/components/AudioPlayer/index.js.map +1 -0
- package/lib/components/AudioPlayer/types.d.ts +67 -0
- package/lib/components/AudioPlayer/types.js +2 -0
- package/lib/components/AudioPlayer/types.js.map +1 -0
- package/lib/components/Audioplayercontainer/Audioplayercontainer.d.ts +3 -0
- package/lib/components/Audioplayercontainer/Audioplayercontainer.js +68 -0
- package/lib/components/Audioplayercontainer/Audioplayercontainer.js.map +1 -0
- package/lib/components/CardPanel/CardPanel.d.ts +4 -0
- package/lib/components/CardPanel/CardPanel.js +9 -0
- package/lib/components/CardPanel/CardPanel.js.map +1 -0
- package/lib/components/CardPanel/index.d.ts +1 -0
- package/lib/components/CardPanel/index.js +2 -0
- package/lib/components/CardPanel/index.js.map +1 -0
- package/lib/components/CardPanel/types.d.ts +27 -0
- package/lib/components/CardPanel/types.js +2 -0
- package/lib/components/CardPanel/types.js.map +1 -0
- package/lib/components/Charts/BarChart/BarChart.js +32 -29
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +17 -12
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +1 -0
- package/lib/components/Charts/ScoreChart/ScoreGaugeChart.d.ts +5 -0
- package/lib/components/Charts/ScoreChart/ScoreGaugeChart.js +98 -0
- package/lib/components/Charts/ScoreChart/ScoreGaugeChart.js.map +1 -0
- package/lib/components/Charts/ScoreChart/index.d.ts +1 -0
- package/lib/components/Charts/ScoreChart/index.js +2 -0
- package/lib/components/Charts/ScoreChart/index.js.map +1 -0
- package/lib/components/Charts/ScoreChart/types.d.ts +42 -0
- package/lib/components/Charts/ScoreChart/types.js +2 -0
- package/lib/components/Charts/ScoreChart/types.js.map +1 -0
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js +4 -3
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js.map +1 -1
- package/lib/components/Chip/Chip.d.ts +1 -1
- package/lib/components/Chip/Chip.js +19 -6
- package/lib/components/Chip/Chip.js.map +1 -1
- package/lib/components/Chip/types.d.ts +1 -0
- package/lib/components/Icon/iconList.js +48 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/MenuOption/MenuOption.js +3 -1
- package/lib/components/MenuOption/MenuOption.js.map +1 -1
- package/lib/components/MenuOption/types.d.ts +2 -0
- package/lib/components/NLPInput/NlpInput.d.ts +1 -1
- package/lib/components/NLPInput/NlpInput.js +3 -3
- package/lib/components/NLPInput/NlpInput.js.map +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +2 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +8 -5
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
- package/lib/components/NLPInput/types.d.ts +2 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +2 -2
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
- package/lib/components/SequentialConnectingBranch/types.d.ts +1 -0
- package/lib/components/Table/Types.d.ts +6 -0
- package/lib/components/Table/components/SortableRow.js +10 -2
- package/lib/components/Table/components/SortableRow.js.map +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.js +8 -24
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
- package/lib/components/Tabs/Tabs.js +2 -0
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Toastify/Toastify.js +1 -1
- package/lib/components/Weightagetable/Weightagetable.d.ts +5 -0
- package/lib/components/Weightagetable/Weightagetable.js +128 -0
- package/lib/components/Weightagetable/Weightagetable.js.map +1 -0
- package/lib/components/Weightagetable/index.d.ts +2 -0
- package/lib/components/Weightagetable/index.js +3 -0
- package/lib/components/Weightagetable/index.js.map +1 -0
- package/lib/components/Weightagetable/types.d.ts +161 -0
- package/lib/components/Weightagetable/types.js +2 -0
- package/lib/components/Weightagetable/types.js.map +1 -0
- package/lib/index.d.ts +248 -4
- package/lib/index.js +10 -10
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -697,10 +697,11 @@ interface ChipsProps {
|
|
|
697
697
|
*/
|
|
698
698
|
labelWidth?: number;
|
|
699
699
|
fullTextWidth?: number;
|
|
700
|
+
disableCollapse?: boolean;
|
|
700
701
|
onClick?: () => void;
|
|
701
702
|
}
|
|
702
703
|
|
|
703
|
-
declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, }: ChipsProps) => react_jsx_runtime.JSX.Element;
|
|
704
|
+
declare const Chip: ({ label, fullText, variant, labelWidth, fullTextWidth, onClick, disableCollapse, }: ChipsProps) => react_jsx_runtime.JSX.Element;
|
|
704
705
|
|
|
705
706
|
interface TooltipProps {
|
|
706
707
|
/**
|
|
@@ -1223,6 +1224,7 @@ interface OptionClick {
|
|
|
1223
1224
|
* @required
|
|
1224
1225
|
*/
|
|
1225
1226
|
value: any;
|
|
1227
|
+
keepMenuOpen?: boolean;
|
|
1226
1228
|
}
|
|
1227
1229
|
interface OptionType extends OptionClick {
|
|
1228
1230
|
/**
|
|
@@ -1232,6 +1234,7 @@ interface OptionType extends OptionClick {
|
|
|
1232
1234
|
*/
|
|
1233
1235
|
icon?: string | ReactNode;
|
|
1234
1236
|
iconColor?: string;
|
|
1237
|
+
keepMenuOpen?: boolean;
|
|
1235
1238
|
name?: string | ReactNode;
|
|
1236
1239
|
/**
|
|
1237
1240
|
* Indicates whether the option is disabled.
|
|
@@ -2989,6 +2992,7 @@ type DashboardDonutChartProps = {
|
|
|
2989
2992
|
setSelectedStatusKey?: (_selectedStatusKey: string) => void;
|
|
2990
2993
|
isOnClick?: boolean;
|
|
2991
2994
|
zIndex?: number;
|
|
2995
|
+
tableLegendHeaderName?: string;
|
|
2992
2996
|
};
|
|
2993
2997
|
|
|
2994
2998
|
declare const DashboardDonutChart: React__default.FC<DashboardDonutChartProps>;
|
|
@@ -3034,6 +3038,7 @@ interface SelectProps {
|
|
|
3034
3038
|
showLabel?: boolean;
|
|
3035
3039
|
onHelpIconClick?: () => void;
|
|
3036
3040
|
webServiceClick?: () => void;
|
|
3041
|
+
accessibilityClick?: () => void;
|
|
3037
3042
|
aiIconClick?: () => void;
|
|
3038
3043
|
rightIconColor: string;
|
|
3039
3044
|
optionsList: any[];
|
|
@@ -3053,6 +3058,7 @@ interface SelectProps {
|
|
|
3053
3058
|
selectedChips?: any;
|
|
3054
3059
|
loadMoreOptions?: () => void;
|
|
3055
3060
|
isWebservice?: boolean;
|
|
3061
|
+
isAccessibility?: boolean;
|
|
3056
3062
|
closeInputOnOutsideClick?: () => void;
|
|
3057
3063
|
tooltipText?: string;
|
|
3058
3064
|
ChipsAccordionWidth?: string;
|
|
@@ -3069,7 +3075,7 @@ interface NlpRenderOption {
|
|
|
3069
3075
|
name?: string;
|
|
3070
3076
|
}
|
|
3071
3077
|
|
|
3072
|
-
declare const NlpInput: ({ label, leftIcon, rightIcon, rightIconColor, showLabel, onHelpIconClick, aiIconClick, webServiceClick, containerWidth, optionsList, selectedOption, onChange, errorMsg, className, optionZIndex, disabled, borderRadius, showBorder, required, value, onSelect, chipOptionList, selectedChips, loadMoreOptions, isWebservice, closeInputOnOutsideClick, tooltipText, ChipsAccordionWidth, dropDownMessage, }: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
3078
|
+
declare const NlpInput: ({ label, leftIcon, rightIcon, rightIconColor, showLabel, onHelpIconClick, aiIconClick, webServiceClick, accessibilityClick, containerWidth, optionsList, selectedOption, onChange, errorMsg, className, optionZIndex, disabled, borderRadius, showBorder, required, value, onSelect, chipOptionList, selectedChips, loadMoreOptions, isWebservice, isAccessibility, closeInputOnOutsideClick, tooltipText, ChipsAccordionWidth, dropDownMessage, }: SelectProps) => react_jsx_runtime.JSX.Element;
|
|
3073
3079
|
|
|
3074
3080
|
interface IconRadioItem {
|
|
3075
3081
|
/**
|
|
@@ -3168,6 +3174,7 @@ interface SequentialConnectingBranchProps {
|
|
|
3168
3174
|
maxRunCount?: number;
|
|
3169
3175
|
environmentVariableMaps?: EnvironmentVariableMaps;
|
|
3170
3176
|
isRequired?: boolean;
|
|
3177
|
+
showIcon?: boolean;
|
|
3171
3178
|
}
|
|
3172
3179
|
interface IntegrationInstance {
|
|
3173
3180
|
usename: string;
|
|
@@ -3318,6 +3325,169 @@ interface ContentCardProps {
|
|
|
3318
3325
|
|
|
3319
3326
|
declare const ContentCard: FC<ContentCardProps>;
|
|
3320
3327
|
|
|
3328
|
+
type WeightageColumnLabels = {
|
|
3329
|
+
principle: React__default.ReactNode;
|
|
3330
|
+
guidelines: React__default.ReactNode;
|
|
3331
|
+
weightage: React__default.ReactNode;
|
|
3332
|
+
};
|
|
3333
|
+
interface WeightageRow {
|
|
3334
|
+
/**
|
|
3335
|
+
* Label for the guideline row, e.g. "1.1 - Text alternative"
|
|
3336
|
+
*/
|
|
3337
|
+
label: string;
|
|
3338
|
+
/**
|
|
3339
|
+
* Weightage value in % for this row
|
|
3340
|
+
*/
|
|
3341
|
+
value: number;
|
|
3342
|
+
/**
|
|
3343
|
+
* Unique key for the row, falls back to label if not provided
|
|
3344
|
+
*/
|
|
3345
|
+
key?: string;
|
|
3346
|
+
/**
|
|
3347
|
+
* Disable the input for this row
|
|
3348
|
+
*/
|
|
3349
|
+
disabled?: boolean;
|
|
3350
|
+
/**
|
|
3351
|
+
* Minimum allowed value for this row's input (passed to Input's minValue)
|
|
3352
|
+
*/
|
|
3353
|
+
minValue?: number;
|
|
3354
|
+
/**
|
|
3355
|
+
* Maximum allowed value for this row's input (capped at 100)
|
|
3356
|
+
*/
|
|
3357
|
+
maxValue?: number;
|
|
3358
|
+
/**
|
|
3359
|
+
* Error state for this row's input, controlled internally unless passed in
|
|
3360
|
+
*/
|
|
3361
|
+
error?: boolean;
|
|
3362
|
+
/**
|
|
3363
|
+
* Helper text for this row's input, controlled internally unless passed in
|
|
3364
|
+
*/
|
|
3365
|
+
helperText?: string;
|
|
3366
|
+
}
|
|
3367
|
+
interface WeightageGroup {
|
|
3368
|
+
/**
|
|
3369
|
+
* Principle / group label, e.g. "1. Perceivable"
|
|
3370
|
+
*/
|
|
3371
|
+
principle: string;
|
|
3372
|
+
/**
|
|
3373
|
+
* Unique key for the group, falls back to principle if not provided
|
|
3374
|
+
*/
|
|
3375
|
+
key?: string;
|
|
3376
|
+
/**
|
|
3377
|
+
* Guideline rows belonging to this principle
|
|
3378
|
+
*/
|
|
3379
|
+
guidelines: WeightageRow[];
|
|
3380
|
+
}
|
|
3381
|
+
interface WeightageCellRenderProps {
|
|
3382
|
+
group: WeightageGroup;
|
|
3383
|
+
row: WeightageRow;
|
|
3384
|
+
groupIndex: number;
|
|
3385
|
+
rowIndex: number;
|
|
3386
|
+
rowKey: string;
|
|
3387
|
+
minValue: number;
|
|
3388
|
+
maxValue: number;
|
|
3389
|
+
disabled: boolean;
|
|
3390
|
+
inputWidth?: React__default.CSSProperties['width'];
|
|
3391
|
+
inputProps: {
|
|
3392
|
+
id: string;
|
|
3393
|
+
name: string;
|
|
3394
|
+
'aria-label': string;
|
|
3395
|
+
'aria-describedby'?: string;
|
|
3396
|
+
'aria-errormessage'?: string;
|
|
3397
|
+
'aria-invalid'?: boolean;
|
|
3398
|
+
};
|
|
3399
|
+
onChange: (updatedRow: WeightageRow) => void;
|
|
3400
|
+
}
|
|
3401
|
+
interface WeightageTableProps {
|
|
3402
|
+
/**
|
|
3403
|
+
* Title shown on the left side of the header bar
|
|
3404
|
+
*/
|
|
3405
|
+
title?: React__default.ReactNode;
|
|
3406
|
+
/**
|
|
3407
|
+
* Total weightage value shown on the right side of the header bar, e.g. 100.
|
|
3408
|
+
* If not passed, it is auto-computed as the sum of all row values.
|
|
3409
|
+
*/
|
|
3410
|
+
totalWeightage?: number;
|
|
3411
|
+
/**
|
|
3412
|
+
* Max possible weightage retained for backward compatibility.
|
|
3413
|
+
* Use minValue/maxValue for default input validation.
|
|
3414
|
+
*/
|
|
3415
|
+
maxWeightage?: number;
|
|
3416
|
+
/**
|
|
3417
|
+
* Column heading for the principle column
|
|
3418
|
+
*/
|
|
3419
|
+
principleColumnLabel?: React__default.ReactNode;
|
|
3420
|
+
/**
|
|
3421
|
+
* Column heading for the guidelines column
|
|
3422
|
+
*/
|
|
3423
|
+
guidelinesColumnLabel?: React__default.ReactNode;
|
|
3424
|
+
/**
|
|
3425
|
+
* Column heading for the weightage column
|
|
3426
|
+
*/
|
|
3427
|
+
weightageColumnLabel?: React__default.ReactNode;
|
|
3428
|
+
/**
|
|
3429
|
+
* Preferred API for overriding column labels in one place.
|
|
3430
|
+
* Individual label props are still supported for backward compatibility.
|
|
3431
|
+
*/
|
|
3432
|
+
columnLabels?: Partial<WeightageColumnLabels>;
|
|
3433
|
+
/**
|
|
3434
|
+
* Data for the table body, grouped by principle. This component is controlled —
|
|
3435
|
+
* the parent owns this array and updates it inside onWeightageChange.
|
|
3436
|
+
*/
|
|
3437
|
+
groups: WeightageGroup[];
|
|
3438
|
+
/**
|
|
3439
|
+
* Called whenever a single row's value changes. Only that row's data is passed back —
|
|
3440
|
+
* use groupIndex/rowIndex to update just that one row in your state.
|
|
3441
|
+
*/
|
|
3442
|
+
onWeightageChange?: (groupIndex: number, rowIndex: number, updatedRow: WeightageRow) => void;
|
|
3443
|
+
/**
|
|
3444
|
+
* Optional custom renderer for the weightage cell.
|
|
3445
|
+
* If omitted, the component renders its default number Input.
|
|
3446
|
+
*/
|
|
3447
|
+
renderWeightageCell?: (props: WeightageCellRenderProps) => React__default.ReactNode;
|
|
3448
|
+
/**
|
|
3449
|
+
* Width of the default weightage Input, e.g. "70px", "12%", or 70.
|
|
3450
|
+
*/
|
|
3451
|
+
weightageInputWidth?: React__default.CSSProperties['width'];
|
|
3452
|
+
/**
|
|
3453
|
+
* Called when the refresh/reset icon in the header is clicked
|
|
3454
|
+
*/
|
|
3455
|
+
onReset?: () => void;
|
|
3456
|
+
/**
|
|
3457
|
+
* Show or hide the refresh/reset icon in the header
|
|
3458
|
+
*/
|
|
3459
|
+
showResetIcon?: boolean;
|
|
3460
|
+
/**
|
|
3461
|
+
* Makes all weightage inputs disabled/read-only
|
|
3462
|
+
*/
|
|
3463
|
+
disabled?: boolean;
|
|
3464
|
+
/**
|
|
3465
|
+
* Default minValue applied to every row's Input unless the row overrides it
|
|
3466
|
+
*/
|
|
3467
|
+
minValue?: number;
|
|
3468
|
+
/**
|
|
3469
|
+
* Default maxValue applied to every row's Input unless the row overrides it.
|
|
3470
|
+
* Values above 100 are capped at 100.
|
|
3471
|
+
*/
|
|
3472
|
+
maxValue?: number;
|
|
3473
|
+
/**
|
|
3474
|
+
* Enables expand/collapse behavior for the table content.
|
|
3475
|
+
*/
|
|
3476
|
+
isAccordion?: boolean;
|
|
3477
|
+
/**
|
|
3478
|
+
* Initial expanded state when accordion behavior is enabled.
|
|
3479
|
+
*/
|
|
3480
|
+
defaultExpanded?: boolean;
|
|
3481
|
+
/**
|
|
3482
|
+
* To add styles in WeightageTable
|
|
3483
|
+
*/
|
|
3484
|
+
className?: string;
|
|
3485
|
+
style?: React__default.CSSProperties;
|
|
3486
|
+
[key: string]: any;
|
|
3487
|
+
}
|
|
3488
|
+
|
|
3489
|
+
declare const WeightageTable: React__default.FC<WeightageTableProps>;
|
|
3490
|
+
|
|
3321
3491
|
interface IconProps$1 {
|
|
3322
3492
|
/** Name of the icon to be displayed. */
|
|
3323
3493
|
name: string;
|
|
@@ -5899,6 +6069,80 @@ declare const AutoTruncateText: React$1.MemoExoticComponent<({ children, classNa
|
|
|
5899
6069
|
|
|
5900
6070
|
declare const cleanAllTooltips: () => void;
|
|
5901
6071
|
|
|
6072
|
+
interface RiskZone {
|
|
6073
|
+
/** Inclusive lower bound of the score range */
|
|
6074
|
+
min: number;
|
|
6075
|
+
/** Inclusive upper bound of the score range */
|
|
6076
|
+
max: number;
|
|
6077
|
+
/** Risk level label */
|
|
6078
|
+
label: string;
|
|
6079
|
+
/** Color for the gauge arc segment */
|
|
6080
|
+
color: string;
|
|
6081
|
+
}
|
|
6082
|
+
interface ScoreGaugeChartProps {
|
|
6083
|
+
/** Score value between 0 and 100 */
|
|
6084
|
+
score: number;
|
|
6085
|
+
/** Outer radius of the gauge arc (default: 90) */
|
|
6086
|
+
radius?: number;
|
|
6087
|
+
/** Thickness of the gauge arc (default: 14) */
|
|
6088
|
+
strokeWidth?: number;
|
|
6089
|
+
/** Custom risk zones configuration. Defaults to High (0-70), Warning (71-89), Low (90-100) */
|
|
6090
|
+
riskZones?: RiskZone[];
|
|
6091
|
+
/** Whether to show the legend below the chart (default: true) */
|
|
6092
|
+
showLegend?: boolean;
|
|
6093
|
+
/** Angular gap (in radians) between adjacent risk zone arcs (default: 0) */
|
|
6094
|
+
gapAngle?: number;
|
|
6095
|
+
/** Custom class name for the root container */
|
|
6096
|
+
className?: string;
|
|
6097
|
+
/** Custom inline styles for the root container */
|
|
6098
|
+
style?: React.CSSProperties;
|
|
6099
|
+
/** Color of the background gauge track */
|
|
6100
|
+
trackColor?: string;
|
|
6101
|
+
/** Color of the inner circle and pointer */
|
|
6102
|
+
centerCircleColor?: string;
|
|
6103
|
+
/** Radius offset for the central circle, relative to the inner arc edge (default: 15) */
|
|
6104
|
+
centerCircleRadiusOffset?: number;
|
|
6105
|
+
/** Height/length of the triangular pointer (default: 16) */
|
|
6106
|
+
pointerHeight?: number;
|
|
6107
|
+
/** Half-width of the triangular pointer base (default: 10) */
|
|
6108
|
+
pointerBaseHalfWidth?: number;
|
|
6109
|
+
/** Opacity of the center circle and pointer (default: 0.6) */
|
|
6110
|
+
centerOpacity?: number;
|
|
6111
|
+
/** Whether to show the center score text and labels (default: true) */
|
|
6112
|
+
showCenterText?: boolean;
|
|
6113
|
+
}
|
|
6114
|
+
|
|
6115
|
+
declare const ScoreGaugeChart: React__default.FC<ScoreGaugeChartProps>;
|
|
6116
|
+
|
|
6117
|
+
interface CardPanelProps {
|
|
6118
|
+
/**
|
|
6119
|
+
* Header label text displayed in the panel header
|
|
6120
|
+
*/
|
|
6121
|
+
headerLabel: string;
|
|
6122
|
+
/**
|
|
6123
|
+
* Content to be rendered inside the panel body (accepts JSX)
|
|
6124
|
+
*/
|
|
6125
|
+
children: ReactNode;
|
|
6126
|
+
/**
|
|
6127
|
+
* Custom class name for the panel container
|
|
6128
|
+
*/
|
|
6129
|
+
className?: string;
|
|
6130
|
+
/**
|
|
6131
|
+
* Custom styles for the panel container
|
|
6132
|
+
*/
|
|
6133
|
+
style?: React.CSSProperties;
|
|
6134
|
+
/**
|
|
6135
|
+
* Custom styles for the panel body/content area
|
|
6136
|
+
*/
|
|
6137
|
+
contentStyle?: React.CSSProperties;
|
|
6138
|
+
/**
|
|
6139
|
+
* Optional JSX to render on the right side of the header (e.g. action buttons)
|
|
6140
|
+
*/
|
|
6141
|
+
headerActions?: ReactNode;
|
|
6142
|
+
}
|
|
6143
|
+
|
|
6144
|
+
declare const CardPanel: ({ headerLabel, children, className, style, contentStyle, headerActions, }: CardPanelProps) => react_jsx_runtime.JSX.Element;
|
|
6145
|
+
|
|
5902
6146
|
declare const computeTreeCountsAndFormatNodes: (treeData: TreeNodeProps[], timezone?: string) => TreeNodeProps[];
|
|
5903
6147
|
declare const updateSearchTree: (searchValues: DynamicObj$1, treeDataList: TreeNodeProps[], dispatch: Dispatch<any>, setSearchedTree: (data: any) => void, setSearchedRootModule: (data: any) => void) => void;
|
|
5904
6148
|
declare const passesFilters: (facetQueries: DynamicObj$1[], response: DynamicObj$1) => boolean;
|
|
@@ -6049,5 +6293,5 @@ declare const StorageUsageBar: React.FC<StorageUsageBarProps>;
|
|
|
6049
6293
|
|
|
6050
6294
|
declare const validateFileContent: (file: File) => Promise<boolean>;
|
|
6051
6295
|
|
|
6052
|
-
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, AutoTruncateText, 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, INVALID_EMAIL_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, LabelEditTextField, LayoutWithDrawer, LineChart, LineLoader, Link, Loader, 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, NetworkErrorBoundary, NoDataAvailable, NoDataContent, NoResultFound, 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, StackedBarChart, 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, cleanAllTooltips, clearStore, compareArrays, compareObjects, computeTreeCountsAndFormatNodes, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, copyToClipboard, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, getFiltersFromUrl, getNavigateToKey, getSequentialPayload, getStoreValue, getTopVisibleNodeKey, getTreeDetails, handleTimeZoneChange, handleTreeExpandAllCollapseAll, handleTreeNodeExpandCollapse, handleTreeNodeSect, handleUnCheckAllTreeNodesWithUpdates, hasDuplicateFile, isEmptyObject, isTextTruncated, nlpInputDelay, passesFilters, rearrangeDragItem, restoreSelectedFilters, saveFileFromBlob, scrollToView, setStoreValue, throttle, toCamelCase, toast, toggleShowHideEntity, truncateText, updateSearchTree, updateTreeState, useBeforeUnload, useClickOutside, useDeviceType, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl, validateFileContent };
|
|
6053
|
-
export type { RootNode$1 as RootNode, TreeNodeProps };
|
|
6296
|
+
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, AutoTruncateText, 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, CardPanel, 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, INVALID_EMAIL_REGEX, IPV4_REGEX, IPV6_REGEX, Icon, IconButton, IconRadialChart, IconRadioGroup, Input, InputWithDropdown, JAVASCRIPT_FILE_TYPE_VALIDATION, LINKEDIN_PROFILE_REGEX, LINK_VALIDATION_REGEX, LabelEditTextField, LayoutWithDrawer, LineChart, LineLoader, Link, Loader, 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, NetworkErrorBoundary, NoDataAvailable, NoDataContent, NoResultFound, 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, ScoreGaugeChart, ScriptGenerationLoader, ScriptSwitchButton, Search, Select, SelectionSwitcher, SequentialConnectingBranch, SessionDropdown, SessionManager, StackedBarChart, 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, WeightageTable, XML_FILE_TYPE_VALIDATION, ZoomControl, addPrePostStepGroup, addStepGroup, autoScrollToTableLastRow, capitalize, checkEmpty, checkMicrophoneAccess, cleanAllTooltips, clearStore, compareArrays, compareObjects, computeTreeCountsAndFormatNodes, convertFormDataToObject, convertToBytes, convertToGB, convertToISO, copyToClipboard, debounce, deleteStoreValue, ffid, findAndInsert, formatDate, formatResponseDate, getEncryptedData, getExtension, getExtensionWithPeriod, getFiltersFromUrl, getNavigateToKey, getSequentialPayload, getStoreValue, getTopVisibleNodeKey, getTreeDetails, handleTimeZoneChange, handleTreeExpandAllCollapseAll, handleTreeNodeExpandCollapse, handleTreeNodeSect, handleUnCheckAllTreeNodesWithUpdates, hasDuplicateFile, isEmptyObject, isTextTruncated, nlpInputDelay, passesFilters, rearrangeDragItem, restoreSelectedFilters, saveFileFromBlob, scrollToView, setStoreValue, throttle, toCamelCase, toast, toggleShowHideEntity, truncateText, updateSearchTree, updateTreeState, useBeforeUnload, useClickOutside, useDeviceType, useFileDropzone, useKeyboardActions, useTheme, useTriggerControl, validateFileContent };
|
|
6297
|
+
export type { RootNode$1 as RootNode, TreeNodeProps, WeightageCellRenderProps, WeightageColumnLabels, WeightageGroup, WeightageRow, WeightageTableProps };
|