1mpacto-react-ui 1.0.1 → 2.0.1
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/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/assets/style.css +1 -1
- package/dist/assets/toast.css +194 -98
- package/dist/index.cjs +128 -119
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +27081 -26187
- package/dist/package.json.d.ts +47 -46
- package/dist/src/components/Alert/index.d.ts +0 -1
- package/dist/src/components/Badges/Badges.d.ts +0 -1
- package/dist/src/components/Badges/Badges.stories.d.ts +1 -2
- package/dist/src/components/Breadcrumbs/Breadcrumbs.d.ts +0 -1
- package/dist/src/components/Breadcrumbs/Breadcrumbs.stories.d.ts +1 -2
- package/dist/src/components/Button/Button.d.ts +0 -1
- package/dist/src/components/Button/Button.stories.d.ts +1 -2
- package/dist/src/components/ButtonIcon/ButtonIcon.d.ts +0 -1
- package/dist/src/components/ButtonIcon/ButtonIcon.stories.d.ts +1 -2
- package/dist/src/components/ButtonPopover/ButtonPopover.d.ts +0 -1
- package/dist/src/components/ButtonPopover/ButtonPopover.stories.d.ts +1 -2
- package/dist/src/components/Calendar/Calendar.d.ts +0 -1
- package/dist/src/components/Calendar/Calendar.stories.d.ts +1 -2
- package/dist/src/components/Calendar/CalendarButton.d.ts +0 -1
- package/dist/src/components/Calendar/CalendarCell.d.ts +0 -1
- package/dist/src/components/Calendar/CalendarMonth.d.ts +0 -1
- package/dist/src/components/Calendar/CalendarRange.d.ts +0 -1
- package/dist/src/components/Calendar/CalendarYear.d.ts +0 -1
- package/dist/src/components/Chart/DoughnutChart.d.ts +0 -1
- package/dist/src/components/Chart/GradientBarChart.d.ts +0 -1
- package/dist/src/components/Chart/GradientBarChart.stories.d.ts +3 -4
- package/dist/src/components/Chart/GradientLineChart.d.ts +0 -1
- package/dist/src/components/Chart/GradientLineChart.stories.d.ts +3 -4
- package/dist/src/components/Chart/LineChart.d.ts +0 -1
- package/dist/src/components/Chart/LineChart.stories.d.ts +1 -2
- package/dist/src/components/Chips/Chips.d.ts +0 -1
- package/dist/src/components/Chips/Chips.stories.d.ts +1 -2
- package/dist/src/components/Collapse/Collapse.d.ts +0 -1
- package/dist/src/components/Collapse/Collapse.stories.d.ts +1 -2
- package/dist/src/components/Collapse/CollapseV2.d.ts +0 -1
- package/dist/src/components/Collapse/CollapseV2.stories.d.ts +1 -2
- package/dist/src/components/Colors/Colors.stories.d.ts +1 -2
- package/dist/src/components/DatePicker/DatePicker.d.ts +0 -1
- package/dist/src/components/DatePicker/DatePicker.stories.d.ts +1 -2
- package/dist/src/components/DatePicker/DateRangePicker.d.ts +0 -1
- package/dist/src/components/DatePicker/FilterDate.d.ts +0 -1
- package/dist/src/components/DatePicker/FilterDate.stories.d.ts +1 -2
- package/dist/src/components/DatePicker/MonthYearPicker.d.ts +0 -1
- package/dist/src/components/DatePicker/MonthYearPicker.stories.d.ts +1 -2
- package/dist/src/components/ErrorMessage/ErrorMessage.d.ts +0 -1
- package/dist/src/components/ErrorMessage/ErrorMessage.stories.d.ts +1 -2
- package/dist/src/components/FilterContainer/FilterContainer.d.ts +0 -1
- package/dist/src/components/FilterContainer/FilterContainer.stories.d.ts +1 -2
- package/dist/src/components/Input/InputFloatingInner.d.ts +0 -1
- package/dist/src/components/Input/InputFloatingInner.stories.d.ts +1 -2
- package/dist/src/components/Input/InputInnerLabel.d.ts +0 -1
- package/dist/src/components/Input/InputInnerLabel.stories.d.ts +1 -2
- package/dist/src/components/Input/InputNative.d.ts +0 -1
- package/dist/src/components/Input/InputNative.stories.d.ts +1 -2
- package/dist/src/components/Input/InputReguler.d.ts +0 -1
- package/dist/src/components/Input/InputReguler.stories.d.ts +1 -2
- package/dist/src/components/Modal/ModalDialog.d.ts +0 -1
- package/dist/src/components/Modal/ModalDialog.stories.d.ts +1 -2
- package/dist/src/components/NumberFormat/NumberFormat.d.ts +0 -1
- package/dist/src/components/NumberFormat/NumberFormat.stories.d.ts +1 -2
- package/dist/src/components/Pagination/Pagination.d.ts +0 -1
- package/dist/src/components/Pagination/Pagination.stories.d.ts +1 -2
- package/dist/src/components/Popover/Popover.d.ts +0 -1
- package/dist/src/components/Popover/Popover.stories.d.ts +3 -4
- package/dist/src/components/PortalComponent/PortalComponent.d.ts +0 -1
- package/dist/src/components/PortalComponent/PortalComponent.stories.d.ts +1 -2
- package/dist/src/components/RadioCheckbox/CheckboxTable.d.ts +0 -1
- package/dist/src/components/RadioCheckbox/RadioCheckbox.d.ts +0 -1
- package/dist/src/components/RadioCheckbox/RadioCheckbox.stories.d.ts +1 -2
- package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.d.ts +0 -1
- package/dist/src/components/RadioCheckbox/RadioCheckboxLabel.stories.d.ts +1 -2
- package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.d.ts +1 -2
- package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.stories.d.ts +4 -5
- package/dist/src/components/SelectDropdownContainer/styleConfig.d.ts +0 -1
- package/dist/src/components/Sidebar/ItemSidebar.d.ts +0 -1
- package/dist/src/components/Sidebar/Sidebar.d.ts +1 -2
- package/dist/src/components/Sidebar/Sidebar.stories.d.ts +5 -6
- package/dist/src/components/Step/Step.d.ts +0 -1
- package/dist/src/components/Step/Step.stories.d.ts +1 -2
- package/dist/src/components/Step/StepIndicator.d.ts +0 -1
- package/dist/src/components/Step/StepIndicator.stories.d.ts +1 -2
- package/dist/src/components/Switch/Switch.d.ts +0 -1
- package/dist/src/components/Switch/Switch.stories.d.ts +1 -2
- package/dist/src/components/Table/Table.config.d.ts +0 -1
- package/dist/src/components/Table/Table.d.ts +1 -2
- package/dist/src/components/Table/Table.stories.d.ts +17 -4
- package/dist/src/components/Table/TableSubMobile.d.ts +0 -1
- package/dist/src/components/Tabs/TabPanel.d.ts +0 -1
- package/dist/src/components/Tabs/Tabs.d.ts +0 -1
- package/dist/src/components/Tabs/Tabs.stories.d.ts +1 -2
- package/dist/src/components/TextEditor/TextEditor.d.ts +0 -1
- package/dist/src/components/TextEditor/TextEditor.stories.d.ts +1 -2
- package/dist/src/components/Textarea/Textarea.d.ts +0 -1
- package/dist/src/components/Textarea/Textarea.stories.d.ts +1 -2
- package/dist/src/components/Textarea/TextareaFloatingInner.d.ts +0 -1
- package/dist/src/components/Textarea/TextareaFloatingInner.stories.d.ts +1 -2
- package/dist/src/components/Textarea/TextareaInnerLabel.d.ts +0 -1
- package/dist/src/components/Textarea/TextareaInnerLabel.stories.d.ts +1 -2
- package/dist/src/components/TimeRange/TimeRange.d.ts +0 -1
- package/dist/src/components/TimeRange/TimeRange.stories.d.ts +1 -2
- package/dist/src/components/Timeline/Timeline.d.ts +0 -1
- package/dist/src/components/Timeline/Timeline.stories.d.ts +1 -2
- package/dist/src/components/Tooltip/Tooltip.d.ts +0 -1
- package/dist/src/components/Tooltip/Tooltip.stories.d.ts +1 -2
- package/dist/src/components/TruncateComponent/TruncateComponent.d.ts +0 -1
- package/dist/src/components/TruncateComponent/TruncateComponent.stories.d.ts +1 -2
- package/dist/src/components/Typography/Typography.stories.d.ts +1 -2
- package/dist/src/components/Upload/UploadFile.d.ts +0 -1
- package/dist/src/components/Upload/UploadFile.stories.d.ts +1 -2
- package/dist/src/components/Upload/UploadImage.d.ts +0 -1
- package/dist/src/components/Upload/UploadImage.stories.d.ts +1 -2
- package/dist/src/components/Upload/UploadMultipleFile.d.ts +0 -1
- package/dist/src/components/Upload/UploadMultipleFile.stories.d.ts +1 -2
- package/dist/src/components/Virtualization/ListVirtualization.d.ts +0 -1
- package/dist/src/components/Virtualization/ListVirtualization.stories.d.ts +1 -2
- package/dist/src/components/Virtualization/TableVirtualization.d.ts +0 -1
- package/dist/src/components/Virtualization/TableVirtualization.stories.d.ts +1 -2
- package/dist/src/components/index.d.ts +0 -1
- package/dist/src/components/screens/Screens.stories.d.ts +1 -2
- package/dist/src/config/bigNumber/index.d.ts +0 -1
- package/dist/src/config/components/tinymce.d.ts +0 -1
- package/dist/src/config/tailwind/index.d.ts +0 -1
- package/dist/src/hooks/index.d.ts +0 -1
- package/dist/src/hooks/useCombinedResizeObserver.d.ts +0 -1
- package/dist/src/hooks/useDeepCompareEffect.d.ts +0 -1
- package/dist/src/hooks/useEventListener.d.ts +0 -1
- package/dist/src/hooks/useMasonry.d.ts +0 -1
- package/dist/src/hooks/useMergeRefs.d.ts +0 -1
- package/dist/src/hooks/useOtpInput.d.ts +0 -1
- package/dist/src/hooks/useStateRef.d.ts +0 -1
- package/dist/src/interfaces/components/Alert/index.d.ts +3 -4
- package/dist/src/interfaces/components/Badges/index.d.ts +0 -1
- package/dist/src/interfaces/components/Breadcrumbs/index.d.ts +0 -1
- package/dist/src/interfaces/components/Button/index.d.ts +0 -1
- package/dist/src/interfaces/components/ButtonIcon/index.d.ts +0 -1
- package/dist/src/interfaces/components/ButtonPopover/index.d.ts +0 -1
- package/dist/src/interfaces/components/Calendar/index.d.ts +0 -1
- package/dist/src/interfaces/components/Chart/index.d.ts +0 -1
- package/dist/src/interfaces/components/Checkbox/index.d.ts +0 -1
- package/dist/src/interfaces/components/Chips/index.d.ts +0 -1
- package/dist/src/interfaces/components/Collapse/index.d.ts +0 -1
- package/dist/src/interfaces/components/DatePicker/index.d.ts +0 -1
- package/dist/src/interfaces/components/FilterContainer/index.d.ts +0 -1
- package/dist/src/interfaces/components/Input/index.d.ts +0 -1
- package/dist/src/interfaces/components/Modal/index.d.ts +0 -1
- package/dist/src/interfaces/components/NumberFormat/index.d.ts +0 -1
- package/dist/src/interfaces/components/Pagination/index.d.ts +0 -1
- package/dist/src/interfaces/components/Popover/index.d.ts +0 -1
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckbox.d.ts +0 -1
- package/dist/src/interfaces/components/RadioCheckbox/RadioCheckboxLabel.d.ts +0 -1
- package/dist/src/interfaces/components/SelectDropdownContainer/index.d.ts +0 -1
- package/dist/src/interfaces/components/Sidebar/index.d.ts +0 -1
- package/dist/src/interfaces/components/Step/index.d.ts +0 -1
- package/dist/src/interfaces/components/Table/index.d.ts +22 -2
- package/dist/src/interfaces/components/Tabs/index.d.ts +0 -1
- package/dist/src/interfaces/components/TextEditor/index.d.ts +0 -1
- package/dist/src/interfaces/components/Textarea/index.d.ts +0 -1
- package/dist/src/interfaces/components/TimeRange/index.d.ts +0 -1
- package/dist/src/interfaces/components/Timeline/index.d.ts +0 -1
- package/dist/src/interfaces/components/Tooltip/index.d.ts +0 -1
- package/dist/src/interfaces/components/UploadFile/index.d.ts +0 -1
- package/dist/src/interfaces/components/Virtualization/ListVirtualization.d.ts +0 -1
- package/dist/src/interfaces/components/Virtualization/TableVirtualization.d.ts +0 -1
- package/dist/src/main.d.ts +0 -1
- package/dist/src/utils/common.d.ts +0 -1
- package/dist/tinymce/js/tinymce/langs/README.md +3 -3
- package/dist/tinymce/js/tinymce/license.md +6 -6
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ar.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ca.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/cs.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/da.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/de.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/el.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/en.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/es.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/eu.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fa.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/he_IL.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hr.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/id.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/it.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ja.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/kk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ms.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nl.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pl.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ro.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ru.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/th_TH.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/tr.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/uk.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/vi.js +92 -92
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +86 -86
- package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +92 -92
- package/dist/tinymce/js/tinymce/skins/content/dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/default/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/default/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/document/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/document/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/content/writer/content.js +9 -9
- package/dist/tinymce/js/tinymce/skins/content/writer/content.min.css +10 -10
- package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -1
- package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -1
- package/package.json +47 -46
package/dist/package.json.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"name": "1mpacto-react-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=20.19.4",
|
|
@@ -28,49 +28,50 @@ declare const _default: {
|
|
|
28
28
|
"install": "copyfiles -f dist/types-external/* ../../src/types/"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@chromatic-com/storybook": "^
|
|
32
|
-
"@
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
35
|
-
"@storybook/
|
|
36
|
-
"@storybook/
|
|
37
|
-
"@storybook/react-vite": "^
|
|
38
|
-
"@
|
|
31
|
+
"@chromatic-com/storybook": "^4.0.1",
|
|
32
|
+
"@eslint/compat": "^1.3.1",
|
|
33
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
34
|
+
"@eslint/js": "^9.32.0",
|
|
35
|
+
"@storybook/addon-docs": "^9.0.18",
|
|
36
|
+
"@storybook/addon-onboarding": "^9.0.18",
|
|
37
|
+
"@storybook/react-vite": "^9.0.18",
|
|
38
|
+
"@stylistic/eslint-plugin": "^5.2.2",
|
|
39
39
|
"@types/js-cookie": "^3.0.6",
|
|
40
|
-
"@types/node": "^20
|
|
40
|
+
"@types/node": "^20",
|
|
41
41
|
"@types/node-forge": "^1.3.14",
|
|
42
|
-
"@types/react": "^
|
|
43
|
-
"@types/react-dom": "^
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
45
|
-
"@typescript-eslint/parser": "^
|
|
46
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
42
|
+
"@types/react": "^19.1.9",
|
|
43
|
+
"@types/react-dom": "^19.1.7",
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
45
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
46
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
47
47
|
"autoprefixer": "^10.4.19",
|
|
48
|
-
"eslint": "^
|
|
49
|
-
"eslint-config-prettier": "^
|
|
48
|
+
"eslint": "^9.32.0",
|
|
49
|
+
"eslint-config-prettier": "^10.1.8",
|
|
50
50
|
"eslint-plugin-import": "^2.32.0",
|
|
51
|
-
"eslint-plugin-prettier": "^5.
|
|
52
|
-
"eslint-plugin-react": "^7.
|
|
53
|
-
"eslint-plugin-react-hooks": "^
|
|
54
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
55
|
-
"eslint-plugin-storybook": "^0.
|
|
51
|
+
"eslint-plugin-prettier": "^5.5.3",
|
|
52
|
+
"eslint-plugin-react": "^7.37.5",
|
|
53
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
54
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
55
|
+
"eslint-plugin-storybook": "^9.0.18",
|
|
56
56
|
"glob": "^11.0.3",
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"react
|
|
63
|
-
"
|
|
64
|
-
"
|
|
57
|
+
"globals": "^16.3.0",
|
|
58
|
+
"husky": "^9.1.7",
|
|
59
|
+
"lint-staged": "^16.1.2",
|
|
60
|
+
"postcss": "^8.5.2",
|
|
61
|
+
"prettier": "^3.6.2",
|
|
62
|
+
"react": "^19.1.1",
|
|
63
|
+
"react-dom": "^19.1.1",
|
|
64
|
+
"sass": "^1.89.2",
|
|
65
|
+
"storybook": "^9.0.18",
|
|
65
66
|
"tailwindcss": "^3.4.4",
|
|
66
67
|
"ts-node": "^10.9.2",
|
|
67
|
-
"typescript": "
|
|
68
|
-
"vite": "^
|
|
69
|
-
"vite-plugin-dts": "^
|
|
68
|
+
"typescript": "~5.8.3",
|
|
69
|
+
"vite": "^6.3.5",
|
|
70
|
+
"vite-plugin-dts": "^4.5.4"
|
|
70
71
|
},
|
|
71
72
|
"peerDependencies": {
|
|
72
|
-
"react": ">=
|
|
73
|
-
"react-dom": ">=
|
|
73
|
+
"react": ">= 19",
|
|
74
|
+
"react-dom": ">=19",
|
|
74
75
|
"yup": ">=1.4.0"
|
|
75
76
|
},
|
|
76
77
|
"main": "./dist/index.cjs",
|
|
@@ -108,24 +109,24 @@ declare const _default: {
|
|
|
108
109
|
]
|
|
109
110
|
},
|
|
110
111
|
"dependencies": {
|
|
111
|
-
"@floating-ui/react": "^0.
|
|
112
|
-
"@internationalized/date": "^3.
|
|
113
|
-
"@tanstack/react-table": "^8.
|
|
112
|
+
"@floating-ui/react": "^0.27.15",
|
|
113
|
+
"@internationalized/date": "^3.8.2",
|
|
114
|
+
"@tanstack/react-table": "^8.21.3",
|
|
114
115
|
"@tinymce/tinymce-react": "^6.2.1",
|
|
115
116
|
"bignumber.js": "^9.1.2",
|
|
116
|
-
"chart.js": "^4.
|
|
117
|
+
"chart.js": "^4.5.0",
|
|
117
118
|
"copyfiles": "^2.4.1",
|
|
118
119
|
"date-fns": "^3.6.0",
|
|
119
120
|
"js-cookie": "^3.0.5",
|
|
120
121
|
"lossless-json": "^4.0.2",
|
|
121
122
|
"node-forge": "^1.3.1",
|
|
122
|
-
"react-aria": "^3.
|
|
123
|
-
"react-chartjs-2": "^5.
|
|
124
|
-
"react-number-format": "^5.4.
|
|
125
|
-
"react-select": "^5.
|
|
126
|
-
"react-stately": "^3.
|
|
127
|
-
"react-toastify": "^
|
|
128
|
-
"react-virtuoso": "^4.
|
|
123
|
+
"react-aria": "^3.42.0",
|
|
124
|
+
"react-chartjs-2": "^5.3.0",
|
|
125
|
+
"react-number-format": "^5.4.4",
|
|
126
|
+
"react-select": "^5.10.2",
|
|
127
|
+
"react-stately": "^3.40.0",
|
|
128
|
+
"react-toastify": "^11.0.5",
|
|
129
|
+
"react-virtuoso": "^4.13.0",
|
|
129
130
|
"tinymce": "^7.9.1"
|
|
130
131
|
}
|
|
131
132
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { TypeOptions } from 'react-toastify';
|
|
3
3
|
import { IOptionAlert } from '../../interfaces/components/Alert';
|
|
4
|
-
|
|
5
4
|
export declare const openAlert: (message: string | React.ReactNode | React.ReactNode[], type?: TypeOptions, options?: IOptionAlert) => import('react-toastify').Id;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('react').ForwardRefExoticComponent<import('../../interfaces/components/Badges').IBadges & import('react').RefAttributes<HTMLSpanElement>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElementType } from 'react';
|
|
2
2
|
import { IBreadcrumbs } from '../../interfaces/components/Breadcrumbs';
|
|
3
|
-
|
|
4
3
|
declare const Breadcrumbs: <T extends ElementType = "div">({ as, variants, fonts, urls, textBreadcrumbs, onClickBreadcrumbs, gapAction, gapUrls, className, textAction, iconAction, onClickAction, onClickUrls, separator, propsLink, classNameAction, classNameUrl, renderAction, ...props }: IBreadcrumbs<T>) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export default Breadcrumbs;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: <T extends import('react').ElementType = "div">({ as, variants, fonts, urls, textBreadcrumbs, onClickBreadcrumbs, gapAction, gapUrls, className, textAction, iconAction, onClickAction, onClickUrls, separator, propsLink, classNameAction, classNameUrl, renderAction, ...props }: import('../../interfaces/components/Breadcrumbs').IBreadcrumbs<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('react').ForwardRefExoticComponent<import('../../interfaces/components/Button').IButton & import('react').RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('react').ForwardRefExoticComponent<import('../../interfaces/components/ButtonIcon').IButtonIcon & import('react').RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { IButtonPopover, IRefButtonPopover } from '../../interfaces/components/ButtonPopover';
|
|
3
|
-
|
|
4
3
|
declare const ButtonPopover: React.ForwardRefExoticComponent<IButtonPopover & React.RefAttributes<IRefButtonPopover>>;
|
|
5
4
|
export default ButtonPopover;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('react').ForwardRefExoticComponent<import('../../interfaces/components/ButtonPopover').IButtonPopover & import('react').RefAttributes<import('..').IRefButtonPopover>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ICalendar, ICustomTimeCalendar } from '../../interfaces/components/Calendar';
|
|
2
|
-
|
|
3
2
|
export declare const CustomTimeCalendar: ({ minDate, maxDate, value: date, time, hiddenHeader, handlerChangeTime, timeLabel, type, }: ICustomTimeCalendar) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare const Calendar: (props: ICalendar) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export default Calendar;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { ICalendarMonth } from '../../interfaces/components/Calendar';
|
|
2
|
-
|
|
3
2
|
declare const CalendarMonth: ({ prevIcon, nextIcon, state, setActiveTypeCalendar, onChangeMonth, type, hiddenHeader, }: ICalendarMonth) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default CalendarMonth;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { IDoughnutChart } from '../../interfaces/components/Chart';
|
|
2
|
-
|
|
3
2
|
declare const DoughnutChart: ({ labels, data, backgroundColor, options, redraw, widthInnerDoughnut, innerLabels, open, keyRemoveDataOpen, keyLabel, keyValue, keyBackground, className, }: IDoughnutChart) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default DoughnutChart;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
|
-
component: ({ data, classNameContainer, height, id, options, CustomTooltip }: import('
|
|
4
|
+
component: ({ data, classNameContainer, height, id, options, CustomTooltip }: import('..').IGradientBarChart) => import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
parameters: {};
|
|
7
6
|
tags: string[];
|
|
8
7
|
argTypes: {
|
|
@@ -73,7 +72,7 @@ declare const meta: {
|
|
|
73
72
|
};
|
|
74
73
|
};
|
|
75
74
|
args: {};
|
|
76
|
-
render: (args: import('
|
|
75
|
+
render: (args: import('..').IGradientBarChart) => import("react/jsx-runtime").JSX.Element;
|
|
77
76
|
};
|
|
78
77
|
export default meta;
|
|
79
78
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { IGradientLineChart } from '../../interfaces/components/Chart';
|
|
2
|
-
|
|
3
2
|
declare const GradientLineChart: ({ data, height, classNameContainer, id, options, CustomTooltip }: IGradientLineChart) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default GradientLineChart;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
|
-
component: ({ data, height, classNameContainer, id, options, CustomTooltip }: import('
|
|
4
|
+
component: ({ data, height, classNameContainer, id, options, CustomTooltip }: import('..').IGradientLineChart) => import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
parameters: {};
|
|
7
6
|
tags: string[];
|
|
8
7
|
argTypes: {
|
|
@@ -84,7 +83,7 @@ declare const meta: {
|
|
|
84
83
|
};
|
|
85
84
|
};
|
|
86
85
|
args: {};
|
|
87
|
-
render: (args: import('
|
|
86
|
+
render: (args: import('..').IGradientLineChart) => import("react/jsx-runtime").JSX.Element;
|
|
88
87
|
};
|
|
89
88
|
export default meta;
|
|
90
89
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: ({ data, className, height }: import('../../interfaces/components/Chart').ILineChart) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { ICollapse } from '../../interfaces/components/Collapse';
|
|
2
|
-
|
|
3
2
|
declare const Collapse: ({ children, id, open, className, classNameContainer, maxCollapsedHeight, triggerCalCulateContainer, delayTriggerCalculateHeight, }: ICollapse) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default Collapse;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: ({ children, id, open, className, classNameContainer, maxCollapsedHeight, triggerCalCulateContainer, delayTriggerCalculateHeight, }: import('..').ICollapse) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: ({ children, open, className, id, classNameContainer }: import('../../interfaces/components/Collapse').ICollapseV2) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { IFilterDate } from '../../interfaces/components/DatePicker';
|
|
2
|
-
|
|
3
2
|
declare const FilterDate: ({ value, prevIcon, nextIcon, buttonReset, buttonSubmit, className, classNameButton, buttonClick, buttonList, typePicker, onChange, idPopover, id, floatingOptions, offsetPopover, zIndexPopper, defaultValueLabel, isCustomTime, mountedExecuteChange, formatingDate, }: IFilterDate) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default FilterDate;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: ({ value, prevIcon, nextIcon, buttonReset, buttonSubmit, className, classNameButton, buttonClick, buttonList, typePicker, onChange, idPopover, id, floatingOptions, offsetPopover, zIndexPopper, defaultValueLabel, isCustomTime, mountedExecuteChange, formatingDate, }: import('../../interfaces/components/DatePicker').IFilterDate) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { IMonthYearPicker } from '../../interfaces/components/DatePicker';
|
|
2
|
-
|
|
3
2
|
declare const MonthYearPicker: ({ month, year, type, activeType, minDate, maxDate, className, classNameButton, onChange, buttonClick, id, idPopover, floatingOptions, offsetPopover, zIndexPopper, hiddenHeader, }: IMonthYearPicker) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default MonthYearPicker;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: ({ month, year, type, activeType, minDate, maxDate, className, classNameButton, onChange, buttonClick, id, idPopover, floatingOptions, offsetPopover, zIndexPopper, hiddenHeader, }: import('../../interfaces/components/DatePicker').IMonthYearPicker) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: ({ className, variants, error }: import('../../interfaces/components/ErrorMessage').IErrorMessage) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { IFilterContainer } from '../../interfaces/components/FilterContainer';
|
|
3
|
-
|
|
4
3
|
declare const FilterContainer: React.ForwardRefExoticComponent<IFilterContainer & React.RefAttributes<import('../../interfaces/components/FilterContainer').IChildFilterContainer>>;
|
|
5
4
|
export default FilterContainer;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
3
|
import { FilterContainerType } from '..';
|
|
4
|
-
|
|
5
4
|
declare const meta: {
|
|
6
5
|
title: string;
|
|
7
6
|
component: React.ForwardRefExoticComponent<FilterContainerType.IFilterContainer & React.RefAttributes<FilterContainerType.IChildFilterContainer>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('react').ForwardRefExoticComponent<import('..').IInputFloatingInner & import('react').RefAttributes<HTMLInputElement>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { IInputInnerLabel } from '../../interfaces/components/Input';
|
|
3
|
-
|
|
4
3
|
declare const InputInnerLabel: React.ForwardRefExoticComponent<IInputInnerLabel & React.RefAttributes<HTMLInputElement>>;
|
|
5
4
|
export default InputInnerLabel;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('react').ForwardRefExoticComponent<import('../../interfaces/components/Input').IInputInnerLabel & import('react').RefAttributes<HTMLInputElement>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('react').ForwardRefExoticComponent<import('..').IInputNative & import('react').RefAttributes<HTMLInputElement>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('react').ForwardRefExoticComponent<import('..').IInputReguler & import('react').RefAttributes<HTMLInputElement>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElementType } from 'react';
|
|
2
2
|
import { IModalDialog } from '../../interfaces/components/Modal';
|
|
3
|
-
|
|
4
3
|
declare const ModalDialog: <T extends ElementType = "div">({ as, children, id, idModal, withOverlay, show, size, className, classNameContainer, onClose, ...props }: IModalDialog<T>) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export default ModalDialog;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: <T extends import('react').ElementType = "div">({ as, children, id, idModal, withOverlay, show, size, className, classNameContainer, onClose, ...props }: import('../../interfaces/components/Modal').IModalDialog<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: ({ max, min, selectedText, onChange, onFocusInput, ...otherProps }: import('../../interfaces/components/NumberFormat').INumberFormat) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { IPaginationProps } from '../../interfaces/components/Pagination';
|
|
2
|
-
|
|
3
2
|
declare const Pagination: ({ totalData, totalPage, pageNumber, pageSize, className, id, kind, prevIcon, nextIcon, onChange, optionPageSize, offset, zIndex, withGotoPage, withMorePage, withOptionPageSize, locale, }: IPaginationProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default Pagination;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: ({ totalData, totalPage, pageNumber, pageSize, className, id, kind, prevIcon, nextIcon, onChange, optionPageSize, offset, zIndex, withGotoPage, withMorePage, withOptionPageSize, locale, }: import('../../interfaces/components/Pagination').IPaginationProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
2
|
import { IRefPopover } from '../../interfaces/components/Popover';
|
|
3
|
-
|
|
4
3
|
declare const meta: {
|
|
5
4
|
title: string;
|
|
6
|
-
component: import('react').ForwardRefExoticComponent<import('
|
|
5
|
+
component: import('react').ForwardRefExoticComponent<import('..').IPopover & import('react').RefAttributes<IRefPopover>>;
|
|
7
6
|
parameters: {
|
|
8
7
|
layout: string;
|
|
9
8
|
};
|
|
@@ -224,7 +223,7 @@ declare const meta: {
|
|
|
224
223
|
};
|
|
225
224
|
};
|
|
226
225
|
};
|
|
227
|
-
render: (args: import('
|
|
226
|
+
render: (args: import('..').IPopover & import('react').RefAttributes<IRefPopover>) => import("react/jsx-runtime").JSX.Element;
|
|
228
227
|
};
|
|
229
228
|
export default meta;
|
|
230
229
|
type Story = StoryObj<typeof meta>;
|