abdul-react 0.0.50 → 0.0.51
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 +2 -0
- package/lib/_virtual/index10.js +2 -2
- package/lib/_virtual/index11.js +2 -2
- package/lib/assets/icons/apps_icon.svg.js +6 -0
- package/lib/assets/icons/apps_icon.svg.js.map +1 -0
- package/lib/assets/icons/dataset_list.svg.js +1 -1
- package/lib/assets/icons/dataset_list.svg.js.map +1 -1
- package/lib/assets/icons/home_icon.svg.js +6 -0
- package/lib/assets/icons/home_icon.svg.js.map +1 -0
- package/lib/assets/icons/lambda_icon.svg.js +1 -1
- package/lib/assets/icons/lambda_icon.svg.js.map +1 -1
- package/lib/assets/icons/sause_lab_icon.svg.js +1 -1
- package/lib/assets/icons/sause_lab_icon.svg.js.map +1 -1
- package/lib/components/Button/Button.js +2 -2
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/Charts/BarChart/BarChart.js +38 -8
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
- package/lib/components/Chip/Chip.js +1 -1
- package/lib/components/Chip/Chip.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFile.js +4 -4
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +15 -6
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +8 -46
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.d.ts +9 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js +75 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js.map +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +1 -9
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +1 -11
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +32 -245
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +16 -44
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +8 -8
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -1
- package/lib/components/Icon/iconList.js +4 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/IconButton/IconButton.js +5 -1
- package/lib/components/IconButton/IconButton.js.map +1 -1
- package/lib/components/IconButton/types.d.ts +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js +4 -2
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -1
- package/lib/components/InputWithDropdown/types.d.ts +1 -0
- package/lib/components/MenuOption/MenuOption.js +2 -1
- package/lib/components/MenuOption/MenuOption.js.map +1 -1
- package/lib/components/MultiSelect/Dropdown.js +2 -1
- package/lib/components/MultiSelect/Dropdown.js.map +1 -1
- package/lib/components/MultiSelect/MultiSelect.js +2 -1
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -1
- package/lib/components/NLPInput/NlpInput.js +0 -11
- package/lib/components/NLPInput/NlpInput.js.map +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +9 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
- package/lib/components/Select/Select.js +43 -25
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Select/components/types.d.ts +1 -0
- package/lib/components/Select/components/types.js.map +1 -1
- package/lib/components/Select/types.d.ts +1 -0
- package/lib/components/SessionDropdown/SessionDropdown.js +45 -29
- package/lib/components/SessionDropdown/SessionDropdown.js.map +1 -1
- package/lib/components/SessionDropdown/type.d.ts +2 -0
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +1 -1
- package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -1
- package/lib/components/StepsLandingTable/StepLandingTable.js +4 -2
- package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
- package/lib/components/StepsLandingTable/types.d.ts +3 -2
- package/lib/components/TableTreeFn/Utils/addNewRow.js +30 -14
- package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -1
- package/lib/components/TableTreeFn/Utils/updateParentSibling.d.ts +3 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.js +56 -0
- package/lib/components/TableTreeFn/Utils/updateParentSibling.js.map +1 -0
- package/lib/components/TextArea/Textarea.js +2 -2
- package/lib/components/TextArea/Textarea.js.map +1 -1
- package/lib/index.cjs +398 -462
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +8 -0
- package/lib/node_modules/js-beautify/js/src/css/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/html/tokenizer.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/node_modules/js-beautify/js/src/javascript/tokenizer.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/getEncryptedData/getEncryptedData.js.map +1 -1
- package/lib/validations/regex.d.ts +2 -1
- package/lib/validations/regex.js +2 -2
- package/lib/validations/regex.js.map +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -1011,6 +1011,7 @@ interface SelectProps$1 {
|
|
|
1011
1011
|
dropDownHeight?: number;
|
|
1012
1012
|
onSearchText?: (text: string) => void;
|
|
1013
1013
|
isCustomButtonDisabled?: boolean;
|
|
1014
|
+
hasInnerClearIcon?: boolean;
|
|
1014
1015
|
}
|
|
1015
1016
|
type OptionValue$3 = any;
|
|
1016
1017
|
interface Option$5 {
|
|
@@ -1897,6 +1898,7 @@ interface InputWithDropdownProps {
|
|
|
1897
1898
|
*/
|
|
1898
1899
|
disableSelectHover?: boolean;
|
|
1899
1900
|
inputRefWithDropdown?: RefObject<HTMLInputElement>;
|
|
1901
|
+
autoFocus?: boolean;
|
|
1900
1902
|
}
|
|
1901
1903
|
|
|
1902
1904
|
declare const InputWithDropdown: React$1.ForwardRefExoticComponent<InputWithDropdownProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
@@ -2214,6 +2216,8 @@ type TreeNodeProps = {
|
|
|
2214
2216
|
duration?: string;
|
|
2215
2217
|
headless?: boolean;
|
|
2216
2218
|
recordedVideoUrlId?: string;
|
|
2219
|
+
videoRecorderPath?: string;
|
|
2220
|
+
includeIteration?: boolean;
|
|
2217
2221
|
};
|
|
2218
2222
|
|
|
2219
2223
|
interface NewNode$1 {
|
|
@@ -2592,6 +2596,7 @@ interface IconButtonProps {
|
|
|
2592
2596
|
iconHide?: boolean;
|
|
2593
2597
|
isDisable?: boolean;
|
|
2594
2598
|
variant?: 'default' | 'primary';
|
|
2599
|
+
type?: 'button' | 'submit' | 'reset';
|
|
2595
2600
|
}
|
|
2596
2601
|
|
|
2597
2602
|
declare const IconButton: React$1.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
@@ -4441,6 +4446,8 @@ interface SessionDropdownProps {
|
|
|
4441
4446
|
onSecondaryTabClick?: () => void;
|
|
4442
4447
|
onDownloadClick?: () => void;
|
|
4443
4448
|
onDeleteClick?: () => void;
|
|
4449
|
+
downloadIconName?: string;
|
|
4450
|
+
deleteIconName?: string;
|
|
4444
4451
|
tabsData?: {
|
|
4445
4452
|
id: string;
|
|
4446
4453
|
label: string;
|
|
@@ -5411,6 +5418,7 @@ interface TableProps {
|
|
|
5411
5418
|
defaultExpanded?: 'Steps' | 'POST' | 'PRE' | 'Depends' | 'All';
|
|
5412
5419
|
isHeaderRequired?: boolean;
|
|
5413
5420
|
isClientSide?: boolean;
|
|
5421
|
+
isDraggable?: boolean;
|
|
5414
5422
|
}
|
|
5415
5423
|
|
|
5416
5424
|
declare const StepLandingTable: React$1.ForwardRefExoticComponent<TableProps & React$1.RefAttributes<any>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as css } from '../../../../../_virtual/
|
|
1
|
+
import { __module as css } from '../../../../../_virtual/index10.js';
|
|
2
2
|
import { __require as requireBeautifier } from './beautifier.js';
|
|
3
3
|
import { __require as requireOptions } from './options.js';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as tokenizer } from '../../../../../_virtual/
|
|
1
|
+
import { __exports as tokenizer } from '../../../../../_virtual/tokenizer.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 { __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
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __exports as tokenizer } from '../../../../../_virtual/
|
|
1
|
+
import { __exports as tokenizer } from '../../../../../_virtual/tokenizer2.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';
|