abdul-react 0.0.25 → 0.0.27

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 (85) hide show
  1. package/lib/assets/icons/beautify_icon.svg.js +1 -1
  2. package/lib/assets/icons/beautify_icon.svg.js.map +1 -1
  3. package/lib/assets/icons/fireflink_platform_product.svg.js +6 -0
  4. package/lib/assets/icons/fireflink_platform_product.svg.js.map +1 -0
  5. package/lib/assets/icons/salesforce_product.svg.js +6 -0
  6. package/lib/assets/icons/salesforce_product.svg.js.map +1 -0
  7. package/lib/components/AppHeader/AppHeader.js +11 -15
  8. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  9. package/lib/components/AppHeader/types.d.ts +2 -1
  10. package/lib/components/ConditionalDropdown/OptionsDropdown.js +1 -1
  11. package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -1
  12. package/lib/components/Editor/VariableDropdown.js +1 -1
  13. package/lib/components/Editor/VariableDropdown.js.map +1 -1
  14. package/lib/components/Excel/Data.js +1 -1
  15. package/lib/components/Excel/Data.js.map +1 -1
  16. package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +2 -0
  17. package/lib/components/Excel/ExcelFile/ExcelFile.js +19 -6
  18. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
  19. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +23 -8
  20. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  21. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +20 -4
  22. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  23. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +2 -4
  24. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +24 -4
  25. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -1
  26. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +14 -23
  27. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  28. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +9 -2
  29. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  30. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +1 -1
  31. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +31 -11
  32. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
  33. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +8 -2
  34. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +3 -12
  35. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +14 -32
  36. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
  37. package/lib/components/FileDropzone/FileDropzone.js +3 -2
  38. package/lib/components/FileDropzone/FileDropzone.js.map +1 -1
  39. package/lib/components/Icon/Icon.js +2 -1
  40. package/lib/components/Icon/Icon.js.map +1 -1
  41. package/lib/components/Icon/iconList.js +4 -0
  42. package/lib/components/Icon/iconList.js.map +1 -1
  43. package/lib/components/Icon/types.d.ts +1 -0
  44. package/lib/components/Input/Input.js +5 -1
  45. package/lib/components/Input/Input.js.map +1 -1
  46. package/lib/components/Input/types.d.ts +1 -0
  47. package/lib/components/InputWithDropdown/InputWithDropdown.js +14 -1
  48. package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -1
  49. package/lib/components/MachineInputField/MachineInputField.js +1 -1
  50. package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
  51. package/lib/components/MenuOption/MenuOption.d.ts +1 -1
  52. package/lib/components/MenuOption/MenuOption.js +24 -13
  53. package/lib/components/MenuOption/MenuOption.js.map +1 -1
  54. package/lib/components/MenuOption/types.d.ts +3 -0
  55. package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js +6 -2
  56. package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js.map +1 -1
  57. package/lib/components/ScriptGenerationLoader/types.d.ts +1 -0
  58. package/lib/components/Select/Select.js +4 -2
  59. package/lib/components/Select/Select.js.map +1 -1
  60. package/lib/components/Select/components/Dropdown.js +3 -3
  61. package/lib/components/Select/components/Dropdown.js.map +1 -1
  62. package/lib/components/Select/components/types.d.ts +1 -0
  63. package/lib/components/Select/components/types.js.map +1 -1
  64. package/lib/components/Select/types.d.ts +4 -0
  65. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +2 -2
  66. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
  67. package/lib/components/Tabs/Tabs.d.ts +1 -1
  68. package/lib/components/Tabs/Tabs.js +10 -3
  69. package/lib/components/Tabs/Tabs.js.map +1 -1
  70. package/lib/components/Tabs/types.d.ts +12 -0
  71. package/lib/components/Tooltip/Tooltip.js +7 -3
  72. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  73. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +1 -1
  74. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -1
  75. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +15 -10
  76. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -1
  77. package/lib/components/variableSuggestionInputDropDown/types.d.ts +1 -0
  78. package/lib/index.cjs +267 -151
  79. package/lib/index.cjs.map +1 -1
  80. package/lib/index.d.ts +28 -3
  81. package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
  82. package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
  83. package/lib/styles.css +1 -1
  84. package/lib/styles.css.map +1 -1
  85. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -389,6 +389,7 @@ interface IconProps$2 {
389
389
  chartIcon?: boolean;
390
390
  tabIndex?: number;
391
391
  toolTipTitle?: string;
392
+ cursorType?: string;
392
393
  }
393
394
 
394
395
  declare const Icon: React$1.ForwardRefExoticComponent<IconProps$2 & React$1.RefAttributes<HTMLSpanElement>>;
@@ -850,6 +851,7 @@ interface InputProps {
850
851
  * Prevents the user from entering values greater than the specified maxValue.
851
852
  */
852
853
  disableAfterMaxValueReached?: boolean;
854
+ helperTextWidth?: string | number;
853
855
  }
854
856
 
855
857
  declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
@@ -996,6 +998,10 @@ interface SelectProps$1 {
996
998
  * Ref for select option dropdown
997
999
  */
998
1000
  dropDownRef?: RefObject<HTMLDivElement>;
1001
+ /**
1002
+ * handling dropdownDown height
1003
+ */
1004
+ dropDownHeight?: number;
999
1005
  }
1000
1006
  type OptionValue$3 = any;
1001
1007
  interface Option$5 {
@@ -1273,9 +1279,11 @@ interface MenuOptionProps {
1273
1279
  /** position of the Menuoption*/
1274
1280
  alignOption?: 'left' | 'right' | 'center';
1275
1281
  displayCard?: boolean;
1282
+ didMouseEntered?: () => void;
1283
+ tableMenu?: boolean;
1276
1284
  }
1277
1285
 
1278
- declare const MenuOption: ({ labelName, iconName, tooltipTitle, tooltipPlacement, options, onClick, onOptionClick, iconButtonSize, iconButtonBorderRadius, iconSize, variant, zIndex, dropdownPlacement, optionCardVariant, targetRef, treeRowRef, isAddResourceButton, disabled, alignOption, displayCard, }: MenuOptionProps) => react_jsx_runtime.JSX.Element;
1286
+ declare const MenuOption: ({ labelName, iconName, tooltipTitle, tooltipPlacement, options, onClick, onOptionClick, iconButtonSize, iconButtonBorderRadius, iconSize, variant, zIndex, dropdownPlacement, optionCardVariant, targetRef, treeRowRef, isAddResourceButton, disabled, alignOption, displayCard, didMouseEntered, tableMenu, }: MenuOptionProps) => react_jsx_runtime.JSX.Element;
1279
1287
 
1280
1288
  interface DataProps$3 {
1281
1289
  /**
@@ -2295,13 +2303,25 @@ interface TabsProps$1 {
2295
2303
  * titleSize is to accpect dynamic font size
2296
2304
  */
2297
2305
  titleSize?: number | string;
2306
+ /**
2307
+ * to add borderBottom line
2308
+ */
2309
+ isBorderBottomLine?: boolean;
2310
+ /**
2311
+ * to change background on hover
2312
+ */
2313
+ isHoverBackground?: boolean;
2314
+ /**
2315
+ * to add border-radius to tabs
2316
+ */
2317
+ isBorderRadius?: boolean;
2298
2318
  /**
2299
2319
  * tabFlexSpacing : Defines the flex spacing for the tab row.
2300
2320
  */
2301
2321
  tabFlexSpacing?: 'space-between' | 'space-around' | 'flex-start' | 'flex-end' | 'center';
2302
2322
  }
2303
2323
 
2304
- declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, tabFlexSpacing, }: TabsProps$1) => react_jsx_runtime.JSX.Element;
2324
+ declare const Tabs: ({ variant, tabsData, activeTabId, onTabClick, noBorder, noPadding, titleSize, isBorderBottomLine, isHoverBackground, isBorderRadius, tabFlexSpacing, }: TabsProps$1) => react_jsx_runtime.JSX.Element;
2305
2325
 
2306
2326
  /**
2307
2327
  * Represents a single tab in the BrowserTabs component.
@@ -2690,7 +2710,7 @@ interface AppHeaderProps {
2690
2710
  scriptId?: string | undefined | null;
2691
2711
  width?: string;
2692
2712
  borderRadius?: string;
2693
- logoIconName: string;
2713
+ logo: ReactNode;
2694
2714
  leftContent?: ReactNode;
2695
2715
  rightContent?: ReactNode;
2696
2716
  projectsList?: optionsType$1[];
@@ -2709,6 +2729,7 @@ interface AppHeaderProps {
2709
2729
  disabled?: boolean;
2710
2730
  isClient?: boolean;
2711
2731
  hideNavbar?: boolean;
2732
+ profileContent?: ReactNode;
2712
2733
  }
2713
2734
  interface appHeaderMenuItemProps {
2714
2735
  iconName?: string;
@@ -3359,6 +3380,8 @@ interface ExcelFileProps {
3359
3380
  maxRowLimit?: number;
3360
3381
  maxColLimit?: number;
3361
3382
  maxSheetLimit?: number;
3383
+ selectedSheetName?: string;
3384
+ onSheetChange?: React__default.Dispatch<React__default.SetStateAction<string | undefined>>;
3362
3385
  }
3363
3386
  declare const ExcelFile: React__default.FC<ExcelFileProps>;
3364
3387
 
@@ -5079,6 +5102,7 @@ interface VariableSuggestionInputDropDownProps {
5079
5102
  * inputTitle for the field
5080
5103
  */
5081
5104
  inputTitle?: string;
5105
+ helperTextWidth?: number | string;
5082
5106
  }
5083
5107
 
5084
5108
  declare const VariableSuggestionInputDropDown: React$1.ForwardRefExoticComponent<VariableSuggestionInputDropDownProps & React$1.RefAttributes<HTMLInputElement>>;
@@ -5549,6 +5573,7 @@ interface ScriptGenerationLoaderProps {
5549
5573
  */
5550
5574
  height?: number;
5551
5575
  path?: string;
5576
+ DynamicHeight?: number;
5552
5577
  }
5553
5578
 
5554
5579
  declare const ScriptGenerationLoader: React__default.FC<ScriptGenerationLoaderProps>;
@@ -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 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';