pixel-react 1.10.13 → 1.10.14

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 (70) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/lib/index.d.ts +7 -3
  3. package/lib/index.esm.js +897 -431
  4. package/lib/index.esm.js.map +1 -1
  5. package/lib/index.js +901 -432
  6. package/lib/index.js.map +1 -1
  7. package/lib/tsconfig.tsbuildinfo +1 -1
  8. package/lib/utils/indexDBStore/indexDB.d.ts +4 -2
  9. package/package.json +1 -1
  10. package/src/components/variableSuggestionInputDropDown/index.ts +1 -1
  11. package/src/index.ts +10 -6
  12. package/src/utils/indexDBStore/indexDB.ts +166 -53
  13. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  14. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  15. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  16. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  17. package/lib/components/Button/Button.stories.d.ts +0 -12
  18. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  19. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  20. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  21. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  22. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  23. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  24. package/lib/components/Drawer/Drawer.stories.d.ts +0 -7
  25. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  26. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  27. package/lib/components/Form/Form.stories.d.ts +0 -6
  28. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  29. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  30. package/lib/components/Icon/Icon.stories.d.ts +0 -7
  31. package/lib/components/IconButton/IconButton.stories.d.ts +0 -6
  32. package/lib/components/Input/Input.stories.d.ts +0 -9
  33. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  34. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  35. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -15
  36. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -9
  37. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  38. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -9
  39. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  40. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -8
  41. package/lib/components/Search/Search.stories.d.ts +0 -6
  42. package/lib/components/Select/Select.stories.d.ts +0 -13
  43. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  44. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -15
  45. package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.d.ts +0 -4
  46. package/lib/components/SequentialConnectingBranch/components/AddBrowserModal/types.d.ts +0 -3
  47. package/lib/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.d.ts +0 -4
  48. package/lib/components/SequentialConnectingBranch/components/DatasetListModal/types.d.ts +0 -3
  49. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  50. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  51. package/lib/components/Table/Table.stories.d.ts +0 -11
  52. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  53. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  54. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  55. package/lib/components/ThemeProvider/CustomThemeProvider.d.ts +0 -8
  56. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  57. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  58. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  59. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  60. package/lib/hooks/useCustomThemeProvider.d.ts +0 -11
  61. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  62. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  63. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  64. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  65. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  66. package/lib/utils/find/findAndInsert.d.ts +0 -7
  67. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  68. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  69. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  70. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
Binary file
package/lib/index.d.ts CHANGED
@@ -3686,6 +3686,8 @@ interface VariableSuggestionInputDropDownProps {
3686
3686
  formProps?: Record<string, any>;
3687
3687
  }
3688
3688
 
3689
+ declare const VariableSuggestionInputDropDown: React$1.ForwardRefExoticComponent<VariableSuggestionInputDropDownProps & React$1.RefAttributes<HTMLInputElement>>;
3690
+
3689
3691
  declare const EMAIL_REGEX: RegExp;
3690
3692
  declare const URL_REGEX: RegExp;
3691
3693
  declare const PHONE_REGEX: RegExp;
@@ -3742,7 +3744,9 @@ declare const ELEMENTS_TRAILING_SPACE_REGEX: RegExp;
3742
3744
  declare const ELEMENTS_WHITE_SPACE_REGEX: RegExp;
3743
3745
  declare const PARAMETER_ALPHANUMERIC_REGEX: RegExp;
3744
3746
 
3745
- declare function saveToIndexedDB(key: string, value: string): Promise<void>;
3746
- declare function getFromIndexedDB(key: string): Promise<string | null>;
3747
+ declare const setStoreValue: (key: string, value: string | object) => Promise<void>;
3748
+ declare const getStoreValue: (key: string) => Promise<string | object | null>;
3749
+ declare const deleteStoreValue: (key: string) => Promise<void>;
3750
+ declare const clearStore: () => Promise<void>;
3747
3751
 
3748
- export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, Accordion, AddResourceButton, AllProjectsDropdown, AppHeader, AttachImage, AttachmentButton, Avatar, BASE64_REGEX, BINARY_NUMBER_REGEX, BarChart, BrowserTabs, Button, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, Checkbox, Chip, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EditTextField, Editor, ExcelFile as Excel, ExpandableMenu, 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_TAG_REGEX, HighlightText, 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, LINKEDIN_PROFILE_REGEX, LabelEditTextField, LineChart, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MenuOption, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, ProgressBar, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SSN_REGEX, STEP_GROUP_NAME_REGEX, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, StateDropdown, StatusButton, StatusCard, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableWithAccordion, Tabs, Textarea as TextArea, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, type TreeNodeProps, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, type VariableSuggestionInputDropDownProps, WHITESPACE_REGEX, capitalize, checkEmpty, compareArrays, compareObjects, debounce, ffid, findAndInsert, getEncryptedData, getExtension, getExtensionWithPeriod, getFromIndexedDB, getSequentialPayload, getTreeDetails, handleTreeNodeSect, hasDuplicateFile, rearrangeDragItem, saveFileFromBlob, saveToIndexedDB, throttle, toast, truncateText, useClickOutside, useFileDropzone, useKeyboardActions, useTheme };
3752
+ export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_WITH_ROUND_BRACES_REGEX, Accordion, AddResourceButton, AllProjectsDropdown, AppHeader, AttachImage, AttachmentButton, Avatar, BASE64_REGEX, BINARY_NUMBER_REGEX, BarChart, BrowserTabs, Button, CREDIT_CARD_REGEX, CURRENCY_GENERIC_REGEX, Checkbox, Chip, ChooseFile, Col, Comments, ConditionalDropdown, ConnectingBranch, Container, CreateVariableSlider, DATE_REGEX, DECIMAL_NUMBER_REGEX, DRIVING_LICENSE_REGEX, DashboardDonutChart, CustomDatePicker as DatePicker, DonutChart, DownloadClient, DragAndDrop, Drawer, Dropzone, ELEMENTS_TRAILING_SPACE_REGEX, ELEMENTS_WHITE_SPACE_REGEX, EMAIL_REGEX, EditTextField, Editor, ExcelFile as Excel, ExpandableMenu, 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_TAG_REGEX, HighlightText, 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, LINKEDIN_PROFILE_REGEX, LabelEditTextField, LineChart, MAC_ADDRESS_REGEX, MEMORY_VALIDATION_REGEX, MachineInputField, MenuOption, MiniModal, MobileSkin, Modal, ModuleChip, MultiRadialChart, MultiSelect, NlpInput as NLPInput, NLP_DESCRIPTION_REGEX, NUMBERS_ONLY_REGEX, NUMBER_REGEX, PAN_CARD_REGEX, PARAMETER_ALPHANUMERIC_REGEX, PASSWORD_COMPLEX_REGEX, PASSWORD_SIMPLE_REGEX, PHONE_REGEX, POSTAL_CODE_REGEX, Paper, PhoneInputField, PieChart, PopUpModal, ProgressBar, RGB_COLOR_REGEX, ROMAN_NUMERALS_REGEX, RadialChart, RadioButton, RadioGroup, Recaptcha, Row, SSN_REGEX, STEP_GROUP_NAME_REGEX, ScriptSwitchButton, Search, Select, SequentialConnectingBranch, StateDropdown, StatusButton, StatusCard, TIME_REGEX, TWITTER_HANDLE_REGEX, Table, TreeTable as TableTree, TableWithAccordion, Tabs, Textarea as TextArea, ThemeProvider, Toaster, Toastify, Toggle, ToggleSwitch, Tooltip, type TreeNodeProps, Typography, UNIT_REGEX, URL_REGEX, USERNAME_REGEX, USERNAME_SPECIAL_REGEX, US_ZIP_CODE_REGEX, UUID_REGEX, VEHICLE_REGISTRATION_REGEX, VariableDropdown, VariableInput, VariableSuggestionInputDropDown, WHITESPACE_REGEX, capitalize, checkEmpty, clearStore, compareArrays, compareObjects, debounce, deleteStoreValue, ffid, findAndInsert, getEncryptedData, getExtension, getExtensionWithPeriod, getSequentialPayload, getStoreValue, getTreeDetails, handleTreeNodeSect, hasDuplicateFile, rearrangeDragItem, saveFileFromBlob, setStoreValue, throttle, toast, truncateText, useClickOutside, useFileDropzone, useKeyboardActions, useTheme };