kdpa-components 1.5.2 → 1.5.3

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.
@@ -1,5 +1,7 @@
1
1
  import { AutocompleteProps } from "@mui/material/Autocomplete";
2
- export type KdpaAutoCompleteProps<T> = AutocompleteProps<T, true, true, true>;
2
+ export type KdpaAutoCompleteProps<T> = AutocompleteProps<T, true, true, true> & {
3
+ label?: string;
4
+ };
3
5
  declare function KdpaAutoComplete<T>(props: KdpaAutoCompleteProps<T>): import("react/jsx-runtime").JSX.Element;
4
6
  export default KdpaAutoComplete;
5
7
  //# sourceMappingURL=KdpaAutoComplete.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KdpaAutoComplete.d.ts","sourceRoot":"","sources":["../../../../../src/components/Selects/KdpaAutoComplete/KdpaAutoComplete.tsx"],"names":[],"mappings":"AACA,OAAqB,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE7E,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI,iBAAiB,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;AAE9E,iBAAS,gBAAgB,CAAC,CAAC,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAAC,CAAC,2CAE3D;AACD,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"KdpaAutoComplete.d.ts","sourceRoot":"","sources":["../../../../../src/components/Selects/KdpaAutoComplete/KdpaAutoComplete.tsx"],"names":[],"mappings":"AACA,OAAqB,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG7E,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI,iBAAiB,CACtD,CAAC,EACD,IAAI,EACJ,IAAI,EACJ,IAAI,CACL,GAAG;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,iBAAS,gBAAgB,CAAC,CAAC,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAAC,CAAC,2CAW3D;AACD,eAAe,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,108 +1,107 @@
1
- {
2
- "name": "kdpa-components",
3
- "version": "1.5.2",
4
- "private": false,
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/types/components/index.d.ts",
8
- "style": "./dist/style.css",
9
- "exports": {
10
- ".": "./dist/index.js"
11
- },
12
- "files": [
13
- "dist/*"
14
- ],
15
- "scripts": {
16
- "dev": "vite",
17
- "build": "tsc && vite build",
18
- "build:pro": "rollup -c",
19
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
20
- "preview": "vite preview",
21
- "storybook": "storybook dev -p 6006",
22
- "build-storybook": "storybook build"
23
- },
24
- "dependencies": {
25
- "@date-io/date-fns-jalali": "^2.16.0",
26
- "@emotion/react": "^11.10.6",
27
- "@emotion/styled": "^11.10.6",
28
- "@fontsource/material-icons": "^4.5.4",
29
- "@fontsource/roboto": "^4.5.8",
30
- "@monaco-editor/react": "^4.5.1",
31
- "@mui/icons-material": "^5.11.16",
32
- "@mui/material": "^5.12.2",
33
- "@mui/x-data-grid": "^6.7.0",
34
- "@mui/x-data-grid-pro": "^6.7.0",
35
- "@mui/x-date-pickers": "^6.6.0",
36
- "cssjanus": "^2.1.0",
37
- "date-fns-jalali": "^2.13.0-0",
38
- "dompurify": "^3.0.3",
39
- "moment": "^2.29.4",
40
- "rc-tree-select": "^5.8.0",
41
- "react": "^18.2.0",
42
- "react-checkbox-tree": "^1.8.0",
43
- "react-copy-to-clipboard": "^5.1.0",
44
- "react-data-table-component": "^7.5.3",
45
- "react-dom": "^18.2.0",
46
- "react-dropzone": "^14.2.3",
47
- "react-hook-form": "^7.46.1",
48
- "react-icons": "^4.8.0",
49
- "react-modal-image": "^2.6.0",
50
- "react-perfect-scrollbar": "^1.5.8",
51
- "react-toastify": "^9.1.2",
52
- "reactstrap": "^9.1.9",
53
- "rollup-plugin-dts": "^5.3.0",
54
- "stylis": "^4.2.0",
55
- "stylis-plugin-rtl": "^2.1.1",
56
- "sweetalert2": "^11.7.5",
57
- "sweetalert2-react-content": "^5.0.7",
58
- "vite-plugin-dts": "^2.3.0",
59
- "vite-tsconfig-paths": "^4.2.0"
60
- },
61
- "peerDependencies": {
62
- "react": "^18.2.0",
63
- "react-dom": "^18.2.0"
64
- },
65
- "devDependencies": {
66
- "@rollup/plugin-commonjs": "^25.0.0",
67
- "@rollup/plugin-node-resolve": "^15.1.0",
68
- "@rollup/plugin-typescript": "^11.1.1",
69
- "@storybook/addon-essentials": "7.0.18",
70
- "@storybook/addon-interactions": "7.0.18",
71
- "@storybook/addon-links": "7.0.18",
72
- "@storybook/addon-styling": "^1.0.8",
73
- "@storybook/blocks": "7.0.18",
74
- "@storybook/builder-vite": "^7.0.18",
75
- "@storybook/manager-api": "^7.0.18",
76
- "@storybook/react": "7.0.18",
77
- "@storybook/react-vite": "7.0.18",
78
- "@storybook/testing-library": "0.1.0",
79
- "@storybook/theming": "^7.0.18",
80
- "@types/babel__traverse": "^7.18.5",
81
- "@types/dompurify": "^3.0.2",
82
- "@types/react": "^18.2.7",
83
- "@types/react-copy-to-clipboard": "^5.0.4",
84
- "@types/react-dom": "^18.2.4",
85
- "@types/react-modal-image": "^2.6.0",
86
- "@types/stylis": "^4.0.2",
87
- "@typescript-eslint/eslint-plugin": "^5.57.1",
88
- "@typescript-eslint/parser": "^5.57.1",
89
- "@vitejs/plugin-react": "^4.0.0",
90
- "autoprefixer": "^10.4.14",
91
- "cssnano": "^6.0.1",
92
- "eslint": "^8.38.0",
93
- "eslint-plugin-react-hooks": "^4.6.0",
94
- "eslint-plugin-react-refresh": "^0.3.4",
95
- "eslint-plugin-storybook": "^0.6.12",
96
- "prop-types": "15.8.1",
97
- "rollup": "^2.79.1",
98
- "rollup-plugin-peer-deps-external": "^2.2.4",
99
- "rollup-plugin-postcss": "^4.0.2",
100
- "rollup-plugin-scss": "^4.0.0",
101
- "rollup-plugin-terser": "^7.0.2",
102
- "sass": "^1.62.1",
103
- "storybook": "7.0.18",
104
- "storybook-addon-rtl": "^0.5.0",
105
- "typescript": "^5.0.2",
106
- "vite": "^4.3.2"
107
- }
108
- }
1
+ {
2
+ "name": "kdpa-components",
3
+ "version": "1.5.3",
4
+ "private": false,
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/types/components/index.d.ts",
8
+ "style": "./dist/style.css",
9
+ "exports": {
10
+ ".": "./dist/index.js"
11
+ },
12
+ "files": [
13
+ "dist/*"
14
+ ],
15
+ "scripts": {
16
+ "dev": "vite",
17
+ "build": "tsc && vite build",
18
+ "build:pro": "rollup -c",
19
+ "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
20
+ "preview": "vite preview",
21
+ "storybook": "storybook dev -p 6006",
22
+ "build-storybook": "storybook build"
23
+ },
24
+ "dependencies": {
25
+ "@date-io/date-fns-jalali": "^2.16.0",
26
+ "@emotion/react": "^11.10.6",
27
+ "@emotion/styled": "^11.10.6",
28
+ "@fontsource/material-icons": "^4.5.4",
29
+ "@fontsource/roboto": "^4.5.8",
30
+ "@monaco-editor/react": "^4.5.1",
31
+ "@mui/icons-material": "^5.11.16",
32
+ "@mui/material": "^5.12.2",
33
+ "@mui/x-data-grid": "^6.7.0",
34
+ "@mui/x-data-grid-pro": "^6.7.0",
35
+ "@mui/x-date-pickers": "^6.6.0",
36
+ "cssjanus": "^2.1.0",
37
+ "date-fns-jalali": "^2.13.0-0",
38
+ "dompurify": "^3.0.3",
39
+ "moment": "^2.29.4",
40
+ "rc-tree-select": "^5.8.0",
41
+ "react": "^18.2.0",
42
+ "react-checkbox-tree": "^1.8.0",
43
+ "react-copy-to-clipboard": "^5.1.0",
44
+ "react-data-table-component": "^7.5.3",
45
+ "react-dom": "^18.2.0",
46
+ "react-dropzone": "^14.2.3",
47
+ "react-hook-form": "^7.46.1",
48
+ "react-icons": "^4.8.0",
49
+ "react-modal-image": "^2.6.0",
50
+ "react-perfect-scrollbar": "^1.5.8",
51
+ "react-toastify": "^9.1.2",
52
+ "reactstrap": "^9.1.9",
53
+ "rollup-plugin-dts": "^5.3.0",
54
+ "stylis": "^4.2.0",
55
+ "stylis-plugin-rtl": "^2.1.1",
56
+ "sweetalert2": "^11.7.5",
57
+ "sweetalert2-react-content": "^5.0.7",
58
+ "vite-plugin-dts": "^2.3.0",
59
+ "vite-tsconfig-paths": "^4.2.0"
60
+ },
61
+ "peerDependencies": {
62
+ "react": "^18.2.0",
63
+ "react-dom": "^18.2.0"
64
+ },
65
+ "devDependencies": {
66
+ "@rollup/plugin-commonjs": "^25.0.0",
67
+ "@rollup/plugin-node-resolve": "^15.1.0",
68
+ "@rollup/plugin-typescript": "^11.1.1",
69
+ "@storybook/addon-essentials": "7.4.5",
70
+ "@storybook/addon-interactions": "7.4.5",
71
+ "@storybook/addon-links": "7.4.5",
72
+ "@storybook/addon-styling": "^1.3.7",
73
+ "@storybook/blocks": "7.4.5",
74
+ "@storybook/manager-api": "^7.4.5",
75
+ "@storybook/react": "7.4.5",
76
+ "@storybook/react-vite": "7.4.5",
77
+ "@storybook/testing-library": "0.2.1",
78
+ "@storybook/theming": "^7.4.5",
79
+ "@types/babel__traverse": "^7.18.5",
80
+ "@types/dompurify": "^3.0.2",
81
+ "@types/react": "^18.2.7",
82
+ "@types/react-copy-to-clipboard": "^5.0.4",
83
+ "@types/react-dom": "^18.2.4",
84
+ "@types/react-modal-image": "^2.6.0",
85
+ "@types/stylis": "^4.0.2",
86
+ "@typescript-eslint/eslint-plugin": "^5.57.1",
87
+ "@typescript-eslint/parser": "^5.57.1",
88
+ "@vitejs/plugin-react": "^4.0.0",
89
+ "autoprefixer": "^10.4.14",
90
+ "cssnano": "^6.0.1",
91
+ "eslint": "^8.38.0",
92
+ "eslint-plugin-react-hooks": "^4.6.0",
93
+ "eslint-plugin-react-refresh": "^0.3.4",
94
+ "eslint-plugin-storybook": "^0.6.14",
95
+ "prop-types": "15.8.1",
96
+ "rollup": "^2.79.1",
97
+ "rollup-plugin-peer-deps-external": "^2.2.4",
98
+ "rollup-plugin-postcss": "^4.0.2",
99
+ "rollup-plugin-scss": "^4.0.0",
100
+ "rollup-plugin-terser": "^7.0.2",
101
+ "sass": "^1.62.1",
102
+ "storybook": "7.4.5",
103
+ "storybook-addon-rtl": "^0.5.0",
104
+ "typescript": "^5.0.2",
105
+ "vite": "^4.3.2"
106
+ }
107
+ }