tenjin-ui-kit 0.3.69 → 0.3.70
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/build/asset-manifest.json +8 -8
- package/build/index.html +1 -1
- package/build/static/css/main.522396f6.css +2 -0
- package/build/static/css/main.522396f6.css.map +1 -0
- package/build/static/js/787.18cf14d0.chunk.js +2 -0
- package/build/static/js/787.18cf14d0.chunk.js.map +1 -0
- package/build/static/js/main.d71fecac.js +3 -0
- package/build/static/js/{main.8abb72fa.js.LICENSE.txt → main.d71fecac.js.LICENSE.txt} +1 -12
- package/build/static/js/main.d71fecac.js.map +1 -0
- package/dist/common/hooks/apiHooks.js +182 -114
- package/dist/common/hooks/newApiHook.js +225 -143
- package/dist/common/utils/security/index.js +2 -2
- package/dist/common/utils/security/securityConfig.js +2 -1
- package/dist/components/Canvas.js +88 -164
- package/dist/components/DragBox/index.js +26 -21
- package/dist/components/InputWithChip/index.js +57 -164
- package/dist/components/RightContext/index.js +28 -19
- package/dist/components/WorkFlow.js +23 -18
- package/dist/components/WorkFlowBuilder.js +48 -33
- package/dist/components/alert/Style.js +14 -11
- package/dist/components/alert/index.js +12 -10
- package/dist/components/attachment/index.js +28 -21
- package/dist/components/authenticationProvider/AuthError.js +4 -3
- package/dist/components/authenticationProvider/AuthLoader.js +4 -3
- package/dist/components/authenticationProvider/index.js +116 -60
- package/dist/components/avatar/index.js +14 -13
- package/dist/components/avatar/styles.js +77 -74
- package/dist/components/breadCrumbs/index.js +53 -42
- package/dist/components/breadCrumbs/style.js +4 -1
- package/dist/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewContent/index.js +6 -5
- package/dist/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewContent/style.js +8 -5
- package/dist/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewHeader/index.js +5 -4
- package/dist/components/browsingTestCaseLayout/TreeViewLayout/TreeViewContent/Index.js +5 -4
- package/dist/components/browsingTestCaseLayout/TreeViewLayout/TreeViewHeader/Index.js +6 -5
- package/dist/components/browsingTestCaseLayout/TreeViewLayout/TreeViewHeader/style.js +19 -16
- package/dist/components/browsingTestCaseLayout/index.js +30 -25
- package/dist/components/button/index.js +43 -36
- package/dist/components/chatBotModal/index.js +45 -36
- package/dist/components/checkBox/index.js +9 -8
- package/dist/components/combobox/index.js +72 -51
- package/dist/components/divider/index.js +18 -14
- package/dist/components/editableField/index.js +28 -19
- package/dist/components/error/index.js +12 -6
- package/dist/components/errorBoundary/index.js +94 -74
- package/dist/components/fileUploader/index.js +35 -30
- package/dist/components/fileUploader/style.js +49 -46
- package/dist/components/filter/ValueSelector.js +207 -135
- package/dist/components/filter/index.js +33 -26
- package/dist/components/iconButton/index.js +4 -3
- package/dist/components/input/index.js +38 -31
- package/dist/components/layout/index.js +31 -27
- package/dist/components/layout/main/index.js +13 -10
- package/dist/components/layout/main/style.js +14 -11
- package/dist/components/layout/pageContent/index.js +7 -6
- package/dist/components/layout/sidebar/FlatMenu.js +43 -43
- package/dist/components/layout/sidebar/GroupedIconMenu.js +108 -95
- package/dist/components/layout/sidebar/GroupedMenu.js +48 -38
- package/dist/components/layout/sidebar/ProjectMenu.js +116 -109
- package/dist/components/layout/sidebar/index.js +18 -15
- package/dist/components/layout/sidebar/style.js +143 -138
- package/dist/components/layout/topBar/ProjectTopbar.js +98 -81
- package/dist/components/layout/topBar/UserAvatar.js +55 -48
- package/dist/components/layout/topBar/index.js +33 -22
- package/dist/components/loader/index.js +12 -9
- package/dist/components/menu/index.js +35 -26
- package/dist/components/modal/Modal.js +6 -5
- package/dist/components/modal/index.js +13 -10
- package/dist/components/modal/style.js +56 -53
- package/dist/components/optionMenu/index.js +41 -34
- package/dist/components/pagination/index.js +39 -24
- package/dist/components/pagination/style.js +28 -25
- package/dist/components/paginationUpdated/index.js +16 -14
- package/dist/components/paper/index.js +16 -15
- package/dist/components/paper/style.js +27 -24
- package/dist/components/reactSelect/index.js +63 -46
- package/dist/components/reactSelect/style.js +150 -117
- package/dist/components/richTextEditor/index.js +44 -25
- package/dist/components/select/GroupedSelect.js +61 -45
- package/dist/components/select/SimpleSelect.js +78 -50
- package/dist/components/select/index.js +54 -38
- package/dist/components/simpleSelect/index.js +15 -12
- package/dist/components/sort/index.js +22 -19
- package/dist/components/switch/index.js +11 -10
- package/dist/components/switch/style.js +32 -29
- package/dist/components/switch/switch.js +23 -17
- package/dist/components/table/ReactTable.js +71 -54
- package/dist/components/table/SimpleTable.js +78 -59
- package/dist/components/table/index.js +186 -311
- package/dist/components/text/index.js +17 -15
- package/dist/components/timeStamp/index.js +6 -4
- package/dist/components/timeStamp/style.js +15 -12
- package/dist/components/topBar/index.js +92 -85
- package/dist/components/tree/index.js +47 -29
- package/dist/components/tree/style.js +23 -20
- package/dist/components/valuePicker/ValueSelector.js +138 -70
- package/dist/components/valuePicker/index.js +26 -19
- package/dist/components/wrapperLayout/layout/index.js +5 -4
- package/dist/components/wrapperLayout/main/index.js +5 -4
- package/dist/components/wrapperLayout/main/pageContainer/index.js +5 -4
- package/dist/components/wrapperLayout/main/sideBar/index.js +110 -120
- package/dist/components/wrapperLayout/main/sideBar/style.js +183 -177
- package/dist/components/wrapperLayout/topBar/UserAvatar.js +5 -4
- package/dist/components/wrapperLayout/topBar/avatar.js +12 -10
- package/dist/components/wrapperLayout/topBar/index.js +97 -111
- package/dist/components/wrapperLayout/topBar/menuIcon.js +5 -4
- package/dist/components/wrapperLayout/topBar/style.js +64 -61
- package/dist/http/index.js +183 -90
- package/dist/index.js +55 -53
- package/dist/templates/listPage/index.js +57 -36
- package/dist/themes/default.js +7 -5
- package/dist/themes/defaultSmall.js +3 -2
- package/dist/themes/responsiveTheme.js +8 -6
- package/package.json +3 -5
- package/build/static/css/main.e7366529.css +0 -2
- package/build/static/css/main.e7366529.css.map +0 -1
- package/build/static/js/453.900c81c3.chunk.js +0 -2
- package/build/static/js/453.900c81c3.chunk.js.map +0 -1
- package/build/static/js/main.8abb72fa.js +0 -3
- package/build/static/js/main.8abb72fa.js.map +0 -1
- package/dist/README.md +0 -13
- package/dist/package.json +0 -127
package/dist/README.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Tenjin UI Kit
|
|
2
|
-
|
|
3
|
-
The Tenjin UI kit ships a set of pre-built components that can be used while building user interfaces for Tenjin.
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
In the project directory, you can run:
|
|
8
|
-
|
|
9
|
-
npm install tenjin-ui-kit
|
|
10
|
-
|
|
11
|
-
## Usage
|
|
12
|
-
|
|
13
|
-
The [Tenjin UI Kit](https://tenjin-ui-kit.netlify.app) storybook gives clear documentation on how to use the Tenjin UI Kit.
|
package/dist/package.json
DELETED
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "tenjin-ui-kit",
|
|
3
|
-
"version": "0.3.69",
|
|
4
|
-
"repository": {
|
|
5
|
-
"url": "git+https://gitlab.com/yethi/react/tenjin-ui-kit.git"
|
|
6
|
-
},
|
|
7
|
-
"dependencies": {
|
|
8
|
-
"@floating-ui/dom": "^1.2.1",
|
|
9
|
-
"@mantine/core": "^5.10.1",
|
|
10
|
-
"@mantine/hooks": "^5.10.1",
|
|
11
|
-
"@mantine/rte": "^5.10.1",
|
|
12
|
-
"@mui/icons-material": "^5.11.0",
|
|
13
|
-
"@mui/styles": "^5.11.2",
|
|
14
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
15
|
-
"@testing-library/react": "^13.4.0",
|
|
16
|
-
"@testing-library/user-event": "^13.5.0",
|
|
17
|
-
"aria-hidden": "^1.2.2",
|
|
18
|
-
"axios": "^0.26.0",
|
|
19
|
-
"clsx": "^1.2.1",
|
|
20
|
-
"d3-hierarchy": "^3.1.2",
|
|
21
|
-
"feather-icons": "^4.29.0",
|
|
22
|
-
"final-form": "^4.20.9",
|
|
23
|
-
"material-ui-popup-state": "^5.0.8",
|
|
24
|
-
"moment": "^2.29.4",
|
|
25
|
-
"npm-run-all": "^4.1.5",
|
|
26
|
-
"react-beautiful-dnd": "^13.1.1",
|
|
27
|
-
"react-dnd": "^16.0.1",
|
|
28
|
-
"react-dnd-html5-backend": "^16.0.1",
|
|
29
|
-
"react-dropzone": "^14.2.3",
|
|
30
|
-
"react-feather": "^2.0.10",
|
|
31
|
-
"react-final-form": "^6.5.9",
|
|
32
|
-
"react-flow-renderer": "^10.3.17",
|
|
33
|
-
"react-icons": "^4.10.1",
|
|
34
|
-
"react-moment": "^1.1.3",
|
|
35
|
-
"react-scripts": "5.0.1",
|
|
36
|
-
"react-select": "^5.7.4",
|
|
37
|
-
"react-sortable-hoc": "^2.0.0",
|
|
38
|
-
"reactflow": "^11.6.1",
|
|
39
|
-
"storybook-react-context": "^0.6.0",
|
|
40
|
-
"styled-components": "^5.3.9",
|
|
41
|
-
"uuid": "^9.0.0",
|
|
42
|
-
"web-vitals": "^2.1.4"
|
|
43
|
-
},
|
|
44
|
-
"scripts": {
|
|
45
|
-
"start": "react-scripts start",
|
|
46
|
-
"build": "react-scripts build",
|
|
47
|
-
"test": "react-scripts test",
|
|
48
|
-
"eject": "react-scripts eject",
|
|
49
|
-
"storybook": "start-storybook -p 6006 -s public",
|
|
50
|
-
"build-storybook": "build-storybook -s public",
|
|
51
|
-
"clean": "rimraf dist",
|
|
52
|
-
"compile": "npm run clean && cross-env NODE_ENV=production babel src/package --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
|
|
53
|
-
"copy-and-publish-dev": "copy package.json dist && copy README.md dist && cd dist && npm publish --tag dev",
|
|
54
|
-
"copy-and-publish": "copy package.json dist && copy README.md dist && cd dist && npm publish",
|
|
55
|
-
"publish-dev": "npm-run-all compile copy-and-publish-dev",
|
|
56
|
-
"publish-prod": "npm-run-all compile copy-and-publish"
|
|
57
|
-
},
|
|
58
|
-
"eslintConfig": {
|
|
59
|
-
"extends": [
|
|
60
|
-
"react-app",
|
|
61
|
-
"react-app/jest"
|
|
62
|
-
],
|
|
63
|
-
"overrides": [
|
|
64
|
-
{
|
|
65
|
-
"files": [
|
|
66
|
-
"**/*.stories.*"
|
|
67
|
-
],
|
|
68
|
-
"rules": {
|
|
69
|
-
"import/no-anonymous-default-export": "off"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
|
-
"browserslist": {
|
|
75
|
-
"production": [
|
|
76
|
-
">0.2%",
|
|
77
|
-
"not dead",
|
|
78
|
-
"not op_mini all"
|
|
79
|
-
],
|
|
80
|
-
"development": [
|
|
81
|
-
"last 1 chrome version",
|
|
82
|
-
"last 1 firefox version",
|
|
83
|
-
"last 1 safari version"
|
|
84
|
-
]
|
|
85
|
-
},
|
|
86
|
-
"devDependencies": {
|
|
87
|
-
"@babel/cli": "^7.20.7",
|
|
88
|
-
"@babel/preset-env": "^7.20.2",
|
|
89
|
-
"@babel/preset-react": "^7.18.6",
|
|
90
|
-
"@emotion/react": "^11.10.5",
|
|
91
|
-
"@emotion/styled": "^11.10.5",
|
|
92
|
-
"@mui/material": "^5.11.3",
|
|
93
|
-
"@storybook/addon-actions": "^6.5.15",
|
|
94
|
-
"@storybook/addon-essentials": "^6.5.15",
|
|
95
|
-
"@storybook/addon-interactions": "^6.5.15",
|
|
96
|
-
"@storybook/addon-links": "^6.5.15",
|
|
97
|
-
"@storybook/builder-webpack5": "^6.5.15",
|
|
98
|
-
"@storybook/manager-webpack5": "^6.5.15",
|
|
99
|
-
"@storybook/node-logger": "^6.5.15",
|
|
100
|
-
"@storybook/preset-create-react-app": "^4.1.2",
|
|
101
|
-
"@storybook/react": "^6.5.15",
|
|
102
|
-
"@storybook/testing-library": "^0.0.13",
|
|
103
|
-
"ajv": "^8.20.0",
|
|
104
|
-
"ajv-keywords": "^5.1.0",
|
|
105
|
-
"babel-plugin-named-exports-order": "^0.0.2",
|
|
106
|
-
"cross-env": "^7.0.3",
|
|
107
|
-
"postcss": "^8.5.15",
|
|
108
|
-
"prop-types": "^15.8.1",
|
|
109
|
-
"react": "^18.2.0",
|
|
110
|
-
"react-dom": "^18.2.0",
|
|
111
|
-
"react-router-dom": "^6.6.1",
|
|
112
|
-
"rimraf": "^3.0.2",
|
|
113
|
-
"webpack": "^5.75.0"
|
|
114
|
-
},
|
|
115
|
-
"peerDependencies": {
|
|
116
|
-
"@emotion/react": "^11.10.5",
|
|
117
|
-
"@emotion/styled": "^11.10.5",
|
|
118
|
-
"@mui/lab": "5.0.0-alpha.116",
|
|
119
|
-
"@mui/material": "^5.11.3",
|
|
120
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
121
|
-
"@testing-library/react": "^13.4.0",
|
|
122
|
-
"@testing-library/user-event": "^13.5.0",
|
|
123
|
-
"react": "^18.2.0",
|
|
124
|
-
"react-dom": "^18.2.0",
|
|
125
|
-
"react-router-dom": "^6.6.1"
|
|
126
|
-
}
|
|
127
|
-
}
|