mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-02 02:47:27 +00:00
* feat: Add CSA and functionalities for managing loading, visibility, and disable states for full tab component. (#11267) * feat: tab draggble option and popover menu (#11267) * feat: tab scrollable arrows and tabItem logic(#11267) * feat: remove logs(#11267) * feat: Tabslayout name change(#11267) * fix: component update on Tabs * fix: tab text color update * feat: setTabDisable CSA added(#11267) * feat: added CSA for tab specific changes(#11267) * feat: added handle function for tab specific changes(#11267) * feat: shimmer for tab nav and icon chooser (#11267) * feat: icon for each tab in TabNav items (#11267) * feat: equal split width fix for each tab in TabNav items (#11267) * feat: styles for Tab Nav (#11267) * feat: slide options(#11267) * feat: fix radius (#11267) * feat: slider (#11267) * feat: fix slide direction (#11267) * feat: fix slide direction 2 (#11267) * feat: fix styles right side inspector view (#11267) * feat: nav ellipsis ... (#11267) * feat: children different for dynamic and non-dynamic (#11267) * feat:[tabsLayout] change default values in config (#11267) * feat:[tabsLayout] split and auto fix (#11267) * feat: fix styles accent and text (#11267) * feat: fix styles divider and more 2(#11267) * feat: fix styles divider and more 3(#11267) * feat: fix styles 4(#11267) * feat: fix styles 5(#11267) * feat: fix tab icon visibility 6 (#11267) * feat: modify name of property from id to Tab 7(#11267) * fixes and changes * fix: csa for tabs * new changes and fixes * fix: dynamic options sytling * v2 changes * add: new properties and styles to inspector for range slider * fixes of range slider * fix: styling * fix: styling of icons * fixed endvalue and startvalue problem * ColorSwatches for table * fix: styling * transition effect fix * fix: properties and migration * fix: slider functionality * fixed transition * new changes * visible,disable,loading,width * feat: merge appbuilder/sprint-11 with main * fix: styling * style: extend tabpane background to whole pane * [Issue 12503] Update input's with type as color to colorSwatches and also change accent color value to primary brand css variable' -m 'Changes done for: Currency, Email, Phone Number & ModalV2 component * review changes * fix: tinycolor import * [Issue 12503] Update input's with type as color to colorSwatches and also change accent color value to primary brand css variable Changes done for: Date, Time, DateTime & Date Range Picker components * [Issue 12503] Update input's with type as color to colorSwatches and also change accent color value to primary brand css variable Changes done for: Form, Textarea & Horizontal Divider component * Fix: Add default selected value config for Header & Footer Background Color input field for Form component so that its shows correct color demo & its value * Fix: Resolved custom theming issues in different components * feat: Revamps file uploader widget * Fixes added * Custom theme extra code for extra components * Submodule commit change * Submodule commit change * Textinput theming added * Number input theming added * Email & Password Theming added * Textarea theming added * Error system status added along with rating theming * ToggleV2 theming added * Toggle, RadioButton & Error related theming added * Checkbox Theming added * Dropdown V2 and legacy theming added * Multiselect V2 theming added * Adding ux friendly error messages * Misc1 and Misc 2 theming added * Multiselect legacy theming added * Form components theming added * Subcontainer related issues * Subcontainers theming added * Tabs theming added * Filepicker theming added * Range slider theming added * Steps theming added * Submodule update * Package update * Added Header text, background and container background color * Submodule Update * Submodule update * Submodule update * Submodule update * Hover effect added * feat: Revamps file uploader widget * Adding ux friendly error messages * Adds style tab * Adds min file validation * Reset vs code * Adds support for theme * Base theme added * Base theme added * Base theme added * initial commit * fix * Fixes * Submodule update * Added auto color assign feature for multiselect/select in table * Table column popover going out of bounds fix * Changed layout of component manager * DropdownV2 added to selectInputs * HTML column data type added * Table column icons added * Fix dropping widget width while dragging * Changed datepicker icon and added icons to table dropdown * Style: Update Accordion Component UI * Temp changes * Fix group selection in form * fix when dropping a component, shadow is coming on top of component manager. * improve performace on useGroupedTargetsScrollHandler * Fix * Review fixes * Minor changes * chore: update submodule references * Color swatches added icon/default and added disabled/loading state * Submodule update * Bugs solved * Fixes for Component sidebar * Custom theme related bug fixes * App Background Switch added * Submodule update * Submodule update * HTML fixes * Submodule update * Query breaking on Symbol fix * Import export property migration for Rangepicker & Textarea * Auto color pills not working for table select fix * Custom themes minor bugs * Submodule update * Minor fixes * Revamp pages in editor and viewer * bug fixes * merge base * fix conflicts * fix conflicts * bug fixes * Added swatches to page menu * Submodule update * Submodule update * Submodule update * Styling fixes * Changed few page styles * bug fixes * fix: pages icon and layout for right sidebar * fix: styling for pages menu * fix base styling * merge base * bug fixes * Bug fixes * Submodule update * Submodules updated * bug fixes * fix top styling of nav bar * Sass loader error fix * styles: correct styles to match the dsigns * Accordion design added with some minor styling fixes * fix: update default supported file of filepicker to any * fix: update styles mismatches * fix: hide min and max file count if multi file select is disabled * TJ Default changed to Tooljet Migration * Multiline code editor suggestions now close when out of view * add border to canvas * Dark theme link color fix for html column type * Spinner color fix * bug fixes * bug fixes * Submodules updated * update reference * Submodule update --------- Co-authored-by: Raman Kumar <k.raman1998@yahoo.in> Co-authored-by: Vijaykant Yadav <vjy239@gmail.com> Co-authored-by: TaruunMalik <taruunrmalik09@gmail.com> Co-authored-by: johnsoncherian <johnsonc.dev@gmail.com> Co-authored-by: NishidhJain11 <nishidh@tooljet.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Nakul Nagargade <nakul@tooljet.com>
269 lines
8.2 KiB
JSON
269 lines
8.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apidevtools/json-schema-ref-parser": "^11.7.3",
|
|
"@codemirror/autocomplete": "^6.12.0",
|
|
"@codemirror/commands": "^6.3.3",
|
|
"@codemirror/lang-javascript": "^6.2.1",
|
|
"@codemirror/lang-python": "^6.1.3",
|
|
"@codemirror/lang-sass": "^6.0.2",
|
|
"@codemirror/lang-sql": "^6.5.5",
|
|
"@codemirror/language": "^6.10.0",
|
|
"@codemirror/view": "^6.24.0",
|
|
"@dnd-kit/core": "^6.0.7",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@dnd-kit/utilities": "^3.2.1",
|
|
"@emoji-mart/data": "^1.1.2",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@radix-ui/colors": "^0.1.8",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.0.3",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-toggle-group": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@react-google-maps/api": "^2.18.1",
|
|
"@sentry/react": "^7.100.1",
|
|
"@sentry/webpack-plugin": "^2.14.0",
|
|
"@tabler/icons-react": "^2.4.0",
|
|
"@tanstack/react-table": "^8.20.5",
|
|
"@tanstack/react-virtual": "^3.10.8",
|
|
"@textea/json-viewer": "^3.3.2",
|
|
"@tooljet/plugins": "../plugins",
|
|
"@uiw/codemirror-theme-github": "^4.21.21",
|
|
"@uiw/codemirror-theme-okaidia": "^4.21.21",
|
|
"@uiw/react-codemirror": "^4.21.21",
|
|
"@wojtekmaj/react-daterange-picker": "^5.2.0",
|
|
"@wojtekmaj/react-datetimerange-picker": "^5.2.0",
|
|
"@y-presence/react": "^2.0.1",
|
|
"acorn": "^8.11.3",
|
|
"acorn-walk": "^8.3.4",
|
|
"axios": "^1.3.3",
|
|
"bootstrap": "^5.2.3",
|
|
"buffer": "^6.0.3",
|
|
"class-variance-authority": "^0.7.0",
|
|
"classnames": "^2.3.2",
|
|
"cron-validator": "^1.3.1",
|
|
"cronstrue": "^2.51.0",
|
|
"deep-object-diff": "^1.1.9",
|
|
"dependency-graph": "^1.0.0",
|
|
"dompurify": "^3.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"draft-js": "^0.11.7",
|
|
"draft-js-export-html": "^1.4.1",
|
|
"draft-js-import-html": "^1.4.1",
|
|
"driver.js": "^0.9.8",
|
|
"emoji-mart": "^5.5.2",
|
|
"file-loader": "^6.2.0",
|
|
"flatted": "^3.3.1",
|
|
"focus-trap-react": "^10.0.2",
|
|
"fuse.js": "^6.6.2",
|
|
"html-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"humps": "^2.0.1",
|
|
"i18next": "^22.4.9",
|
|
"i18next-http-backend": "^2.1.1",
|
|
"immer": "^9.0.19",
|
|
"immutability-helper": "^3.1.1",
|
|
"jspdf": "^2.5.1",
|
|
"jspdf-autotable": "^3.5.28",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.40",
|
|
"papaparse": "^5.3.2",
|
|
"path-browserify": "^1.0.1",
|
|
"plotly.js-dist-min": "^2.29.1",
|
|
"process": "^0.11.10",
|
|
"psl": "^1.9.0",
|
|
"query-string": "^8.1.0",
|
|
"rc-slider": "^10.1.1",
|
|
"react": "^18.2.0",
|
|
"react-accessible-treeview": "^2.11.1",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-big-calendar": "^1.6.5",
|
|
"react-bootstrap": "^2.7.2",
|
|
"react-burger-menu": "^3.0.9",
|
|
"react-checkbox-tree": "^1.8.0",
|
|
"react-circular-progressbar": "^2.1.0",
|
|
"react-color": "^2.19.3",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-currency-input-field": "^3.10.0",
|
|
"react-datepicker": "^7.6.0",
|
|
"react-dates": "^21.8.0",
|
|
"react-datetime": "^3.2.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-highlight-words": "^0.21.0",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-hotkeys-hook": "^4.3.5",
|
|
"react-i18next": "^12.1.5",
|
|
"react-image-annotation": "^0.9.10",
|
|
"react-json-tree": "^0.18.0",
|
|
"react-json-view": "^1.21.3",
|
|
"react-lazy-load-image-component": "^1.5.6",
|
|
"react-lazyload": "^3.2.0",
|
|
"react-loading-skeleton": "^3.1.1",
|
|
"react-markdown": "^9.0.0",
|
|
"react-mentions": "^4.4.7",
|
|
"react-moveable": "^0.54.1",
|
|
"react-multi-select-component": "^4.3.4",
|
|
"react-pdf": "^6.2.2",
|
|
"react-phone-input-2": "^2.15.1",
|
|
"react-phone-number-input": "^3.4.12",
|
|
"react-plotly.js": "^2.6.0",
|
|
"react-qr-reader": "^2.2.1",
|
|
"react-rnd": "^10.4.1",
|
|
"react-router-dom": "^6.8.1",
|
|
"react-select": "^5.7.0",
|
|
"react-select-search": "^4.1.6",
|
|
"react-selecto": "^1.22.0",
|
|
"react-spring": "^9.6.1",
|
|
"react-table": "^7.8.0",
|
|
"react-table-plugins": "^1.3.4",
|
|
"react-tooltip": "^5.28.0",
|
|
"react-virtuoso": "^4.1.0",
|
|
"react-zoom-pan-pinch": "^2.6.1",
|
|
"reactflow": "^11.7.4",
|
|
"rfdc": "^1.3.1",
|
|
"rxjs": "^7.8.0",
|
|
"semver": "^7.3.8",
|
|
"string-hash": "^1.1.3",
|
|
"superstruct": "^1.0.3",
|
|
"tailwind-merge": "^2.2.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tinycolor2": "^1.6.0",
|
|
"url-join": "^5.0.0",
|
|
"use-react-router-breadcrumbs": "^4.0.1",
|
|
"uuid": "9.0.0",
|
|
"xlsx": "^0.18.5",
|
|
"y-websocket": "^1.4.5",
|
|
"yjs": "^13.5.46",
|
|
"zustand": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@storybook/addon-essentials": "^7.2.1",
|
|
"@storybook/addon-interactions": "^7.2.1",
|
|
"@storybook/addon-links": "^7.2.1",
|
|
"@storybook/addon-onboarding": "^1.0.8",
|
|
"@storybook/blocks": "^7.2.1",
|
|
"@storybook/react": "^7.2.1",
|
|
"@storybook/react-webpack5": "^7.2.1",
|
|
"@storybook/testing-library": "^0.2.0",
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"autoprefixer": "^10.4.17",
|
|
"babel-loader": "^9.1.2",
|
|
"babel-plugin-console-source": "^2.0.5",
|
|
"babel-plugin-import": "^1.13.6",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"css-loader": "^6.7.3",
|
|
"esbuild": "^0.17.8",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-import-resolver-webpack": "^0.13.2",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-storybook": "^0.6.13",
|
|
"html-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"jest": "^29.4.2",
|
|
"path": "^0.12.7",
|
|
"postcss": "^8.4.35",
|
|
"postcss-loader": "^8.1.0",
|
|
"prettier": "^2.8.4",
|
|
"sass": "^1.78.0",
|
|
"sass-loader": "^13.2.0",
|
|
"storybook": "^7.2.1",
|
|
"style-loader": "^3.3.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "4.11.1"
|
|
},
|
|
"overrides": {
|
|
"react-dates": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
},
|
|
"react-google-login": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
},
|
|
"react-json-view": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
},
|
|
"react-lazyload": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
},
|
|
"react-qr-reader": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
},
|
|
"react-table-plugins": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
},
|
|
"react-image-annotation": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "webpack serve --port 8082 --host 0.0.0.0",
|
|
"build": "webpack --mode=production && cp -a ./assets/. ./build/assets/",
|
|
"lint": "eslint . '**/*.{js,jsx}'",
|
|
"format": "eslint . --fix '**/*.{js,jsx}'",
|
|
"test": "jest",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "npx storybook build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.js?$": "babel-jest",
|
|
"^.+\\.jsx?$": "babel-jest",
|
|
"^.+\\.svg$": "<rootDir>/__mocks__/svg.js"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!(react|mpx-error-boundary)/)"
|
|
],
|
|
"moduleNameMapper": {
|
|
"@/(.*)": "<rootDir>/src/$1"
|
|
},
|
|
"testEnvironment": "jest-environment-jsdom",
|
|
"moduleDirectories": [
|
|
"node_modules",
|
|
"src"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"json",
|
|
"jsx"
|
|
]
|
|
}
|
|
}
|