pixel-react 1.8.5 → 1.8.6

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 (135) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/lib/components/DatePicker/types.d.ts +2 -0
  3. package/lib/components/FF_Captcha/Recaptcha.d.ts +2 -1
  4. package/lib/components/FF_Captcha/types.d.ts +11 -2
  5. package/lib/index.d.ts +13 -2
  6. package/lib/index.esm.js +1239 -1012
  7. package/lib/index.esm.js.map +1 -1
  8. package/lib/index.js +1239 -1012
  9. package/lib/index.js.map +1 -1
  10. package/lib/tsconfig.tsbuildinfo +1 -1
  11. package/package.json +3 -3
  12. package/src/components/DatePicker/DatePicker.scss +307 -2
  13. package/src/components/DatePicker/DatePicker.tsx +27 -19
  14. package/src/components/DatePicker/types.ts +4 -0
  15. package/src/components/FF_Captcha/Recaptcha.tsx +19 -9
  16. package/src/components/FF_Captcha/types.ts +12 -4
  17. package/src/components/LazyLoad/LazyLoad.stories.tsx +1 -0
  18. package/src/components/LazyLoad/LazyLoading.tsx +10 -1
  19. package/lib/1fb4472b34e4fe07.css +0 -1
  20. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  21. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  22. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  23. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  24. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  25. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  26. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  27. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  28. package/lib/components/Button/Button.stories.d.ts +0 -13
  29. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  30. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  31. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  32. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  33. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  34. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  35. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  36. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  37. package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
  38. package/lib/components/ExcelFile/ColorBarselector/ColorBarSelector.d.ts +0 -8
  39. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  40. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  41. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  42. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  43. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  44. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  45. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  46. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  47. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  48. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  49. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  50. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  51. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  52. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
  53. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  54. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
  55. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  56. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  57. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  58. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  59. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  60. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  61. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  62. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  63. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  64. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  65. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  66. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  67. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  68. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  69. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
  70. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  71. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  72. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
  73. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
  74. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  75. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
  76. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
  77. package/lib/components/ExcelFile/Types.d.ts +0 -129
  78. package/lib/components/ExcelFile/index.d.ts +0 -1
  79. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  80. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  81. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  82. package/lib/components/Form/Form.stories.d.ts +0 -7
  83. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  84. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  85. package/lib/components/Icon/Icon.stories.d.ts +0 -8
  86. package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
  87. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  88. package/lib/components/Input/Input.stories.d.ts +0 -9
  89. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  90. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -11
  91. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  92. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  93. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
  94. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
  95. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  96. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  97. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -10
  98. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  99. package/lib/components/NLPInput/type.d.ts +0 -70
  100. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  101. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  102. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
  103. package/lib/components/Search/Search.stories.d.ts +0 -6
  104. package/lib/components/Select/Select.stories.d.ts +0 -13
  105. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  106. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
  107. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  108. package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.d.ts +0 -4
  109. package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/types.d.ts +0 -3
  110. package/lib/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.d.ts +0 -4
  111. package/lib/components/SequentialConnectingBranch/components/DatasetListModal/types.d.ts +0 -3
  112. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  113. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  114. package/lib/components/Table/Table.stories.d.ts +0 -13
  115. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  116. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  117. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  118. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  119. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  120. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  121. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  122. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  123. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  124. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  125. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  126. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  127. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  128. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  129. package/lib/utils/find/findAndInsert.d.ts +0 -7
  130. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  131. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  132. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  133. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  134. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  135. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
Binary file
@@ -51,6 +51,8 @@ export interface DatePickerProps {
51
51
  * Select only date .
52
52
  */
53
53
  dateOnly?: boolean;
54
+ className?: string;
55
+ zIndex?: number;
54
56
  }
55
57
  export type DateValue = Date | undefined;
56
58
  export interface CustomCaptionProps {
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  import ReCAPTCHA from 'react-google-recaptcha';
2
3
  import { RecaptchaProps } from './types';
3
4
  import './Recaptcha.scss';
4
- declare const Recaptcha: import("react").ForwardRefExoticComponent<RecaptchaProps & import("react").RefAttributes<ReCAPTCHA>>;
5
+ declare const Recaptcha: React.ForwardRefExoticComponent<RecaptchaProps & React.RefAttributes<ReCAPTCHA>>;
5
6
  export default Recaptcha;
@@ -1,6 +1,14 @@
1
1
  import { ComponentProps } from 'react';
2
- import ReCAPTCHA from 'react-google-recaptcha';
3
- export interface RecaptchaProps extends Omit<ComponentProps<typeof ReCAPTCHA>, 'onChange'> {
2
+ type FixedReCAPTCHA = React.ComponentType<{
3
+ sitekey: string;
4
+ onChange: (token: string | null) => void;
5
+ className?: string;
6
+ theme?: 'light' | 'dark';
7
+ size?: 'compact' | 'normal' | 'invisible';
8
+ tabindex?: number;
9
+ badge?: 'bottomright' | 'bottomleft' | 'inline';
10
+ }>;
11
+ export interface RecaptchaProps extends Omit<ComponentProps<FixedReCAPTCHA>, 'onChange'> {
4
12
  /**
5
13
  * Callback function that receives the verification token
6
14
  */
@@ -18,3 +26,4 @@ export interface RecaptchaProps extends Omit<ComponentProps<typeof ReCAPTCHA>, '
18
26
  */
19
27
  sitekey: string;
20
28
  }
29
+ export {};
package/lib/index.d.ts CHANGED
@@ -1884,6 +1884,8 @@ interface DatePickerProps {
1884
1884
  * Select only date .
1885
1885
  */
1886
1886
  dateOnly?: boolean;
1887
+ className?: string;
1888
+ zIndex?: number;
1887
1889
  }
1888
1890
  type DateValue = Date | undefined;
1889
1891
 
@@ -2148,7 +2150,16 @@ type DashboardDonutChartProps = {
2148
2150
 
2149
2151
  declare const DashboardDonutChart: React__default.FC<DashboardDonutChartProps>;
2150
2152
 
2151
- interface RecaptchaProps extends Omit<ComponentProps<typeof ReCAPTCHA>, 'onChange'> {
2153
+ type FixedReCAPTCHA = React.ComponentType<{
2154
+ sitekey: string;
2155
+ onChange: (token: string | null) => void;
2156
+ className?: string;
2157
+ theme?: 'light' | 'dark';
2158
+ size?: 'compact' | 'normal' | 'invisible';
2159
+ tabindex?: number;
2160
+ badge?: 'bottomright' | 'bottomleft' | 'inline';
2161
+ }>;
2162
+ interface RecaptchaProps extends Omit<ComponentProps<FixedReCAPTCHA>, 'onChange'> {
2152
2163
  /**
2153
2164
  * Callback function that receives the verification token
2154
2165
  */
@@ -2167,7 +2178,7 @@ interface RecaptchaProps extends Omit<ComponentProps<typeof ReCAPTCHA>, 'onChang
2167
2178
  sitekey: string;
2168
2179
  }
2169
2180
 
2170
- declare const Recaptcha: React$1.ForwardRefExoticComponent<RecaptchaProps & React$1.RefAttributes<ReCAPTCHA>>;
2181
+ declare const Recaptcha: React__default.ForwardRefExoticComponent<RecaptchaProps & React__default.RefAttributes<ReCAPTCHA>>;
2171
2182
 
2172
2183
  interface SelectProps {
2173
2184
  label?: string;