fui-material 1.22.0 → 1.22.2
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/f-ui-kit.es.js +18865 -14410
- package/dist/types/function-elements/fExportingHtmlToXlsx/fExportingHtmlToXlsx.d.ts +3 -0
- package/dist/types/function-elements/fExportingHtmlToXlsx/fInstallFormatCodeXlsx.d.ts +3 -0
- package/dist/types/function-elements/fExportingHtmlToXlsx/index.d.ts +1 -0
- package/dist/types/function-elements/index.d.ts +2 -0
- package/package.json +51 -50
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "./fExportingHtmlToXlsx";
|
|
@@ -4,6 +4,8 @@ export { default as fPrompt } from "./fPrompt";
|
|
|
4
4
|
export { default as fExportTableToExcel } from "./fExportTableToExcel";
|
|
5
5
|
export { default as fExportHtmlOrJsxToWord } from "./fExportHtmlOrJsxToWord";
|
|
6
6
|
export { default as fExportingHtmlToDocx } from "./fExportingHtmlToDocx";
|
|
7
|
+
export { default as fExportingHtmlToXlsx } from "./fExportingHtmlToXlsx";
|
|
8
|
+
export { default as fInstallFormatCodeXlsx } from "./fExportingHtmlToXlsx/fInstallFormatCodeXlsx";
|
|
7
9
|
export { default as fNotification } from "./Notification/fNotification";
|
|
8
10
|
export { default as fNotificationDelete } from "./Notification/fNotificationDelete";
|
|
9
11
|
export { default as fConvertFileToBase64 } from "./fConvertFileToBase64";
|
package/package.json
CHANGED
|
@@ -1,51 +1,52 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "fui-material",
|
|
3
|
-
"version": "1.22.
|
|
4
|
-
"publishConfig": {
|
|
5
|
-
"access": "public",
|
|
6
|
-
"registry": "https://registry.npmjs.org/"
|
|
7
|
-
},
|
|
8
|
-
"author": "Allori",
|
|
9
|
-
"license": "ISC",
|
|
10
|
-
"private": false,
|
|
11
|
-
"scripts": {
|
|
12
|
-
"dev": "vite",
|
|
13
|
-
"build:types": "tsc --project tsconfig.build.json",
|
|
14
|
-
"build": "vite build && npm run build:types",
|
|
15
|
-
"build-publish": "vite build && npm run build:types && npm publish",
|
|
16
|
-
"lint": "eslint .",
|
|
17
|
-
"preview": "vite preview"
|
|
18
|
-
},
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"allorion-exporting-html-to-docx": "1.3.0",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"react
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"@
|
|
29
|
-
"@
|
|
30
|
-
"@types/
|
|
31
|
-
"@types/react
|
|
32
|
-
"@
|
|
33
|
-
"
|
|
34
|
-
"eslint
|
|
35
|
-
"eslint-plugin-react-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"typescript
|
|
41
|
-
"
|
|
42
|
-
"vite
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
"dist
|
|
50
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "fui-material",
|
|
3
|
+
"version": "1.22.2",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org/"
|
|
7
|
+
},
|
|
8
|
+
"author": "Allori",
|
|
9
|
+
"license": "ISC",
|
|
10
|
+
"private": false,
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "vite",
|
|
13
|
+
"build:types": "tsc --project tsconfig.build.json",
|
|
14
|
+
"build": "vite build && npm run build:types",
|
|
15
|
+
"build-publish": "vite build && npm run build:types && npm publish",
|
|
16
|
+
"lint": "eslint .",
|
|
17
|
+
"preview": "vite preview"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"allorion-exporting-html-to-docx": "1.3.0",
|
|
21
|
+
"allorion-exporting-html-to-xlsx-test": "^1.0.1",
|
|
22
|
+
"axios": "^1.7.4",
|
|
23
|
+
"jszip": "^3.10.1",
|
|
24
|
+
"react": "18.3.1",
|
|
25
|
+
"react-dom": "18.3.1"
|
|
26
|
+
},
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@eslint/js": "^9.9.0",
|
|
29
|
+
"@rollup/plugin-image": "^3.0.3",
|
|
30
|
+
"@types/node": "^22.4.1",
|
|
31
|
+
"@types/react": "^18.3.3",
|
|
32
|
+
"@types/react-dom": "^18.3.0",
|
|
33
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
34
|
+
"eslint": "^9.9.0",
|
|
35
|
+
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
36
|
+
"eslint-plugin-react-refresh": "^0.4.9",
|
|
37
|
+
"globals": "^15.9.0",
|
|
38
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
39
|
+
"sass": "^1.85.1",
|
|
40
|
+
"typescript": "^5.5.3",
|
|
41
|
+
"typescript-eslint": "^8.0.1",
|
|
42
|
+
"vite": "^5.4.1",
|
|
43
|
+
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
44
|
+
},
|
|
45
|
+
"main": "dist/f-ui-kit.umd.js",
|
|
46
|
+
"module": "dist/f-ui-kit.es.js",
|
|
47
|
+
"types": "dist/types/index.d.ts",
|
|
48
|
+
"files": [
|
|
49
|
+
"dist",
|
|
50
|
+
"dist/types"
|
|
51
|
+
]
|
|
51
52
|
}
|