cft-builder 0.2.17 → 0.2.19
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/README.md +0 -0
- package/dist/cft-builder.js +1 -1
- package/dist/cft-builder.umd.cjs +202 -202
- package/dist/{main-C76KaqAO.js → main-ucErtg9E.js} +7822 -7820
- package/dist/{quill-BHEIT7aU.js → quill-DUBXel66.js} +1 -1
- package/dist/styles/likert.css +0 -0
- package/dist/styles/likertEmoji.css +0 -0
- package/dist/styles/pdf.css +0 -0
- package/dist/styles/style.scss +0 -0
- package/dist/types/index.d.ts +19 -0
- package/dist/vite.svg +0 -0
- package/package.json +114 -113
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Ml = Object.defineProperty;
|
|
2
2
|
var Dl = (n, t, e) => t in n ? Ml(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e;
|
|
3
3
|
var T = (n, t, e) => (Dl(n, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
-
import { d as ti, i as Rr, a as Hi, b as Ul, e as Br, M as Pl, S as ei, U as si, g as ni, c as ri, f as fr, h as zs, j as $i, k as Vs, l as dr, m as jl, n as Hl, o as Fi, p as $l, q as Fl, r as zl, s as Kl, t as ii, u as Gl, v as Vl, w as Ft, x as zi, y as xe } from "./main-
|
|
4
|
+
import { d as ti, i as Rr, a as Hi, b as Ul, e as Br, M as Pl, S as ei, U as si, g as ni, c as ri, f as fr, h as zs, j as $i, k as Vs, l as dr, m as jl, n as Hl, o as Fi, p as $l, q as Fl, r as zl, s as Kl, t as ii, u as Gl, v as Vl, w as Ft, x as zi, y as xe } from "./main-ucErtg9E.js";
|
|
5
5
|
function Ki(n) {
|
|
6
6
|
return n;
|
|
7
7
|
}
|
package/dist/styles/likert.css
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/styles/pdf.css
CHANGED
|
File without changes
|
package/dist/styles/style.scss
CHANGED
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare module "cft-builder" {
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
|
|
4
|
+
// Define types for CFTRenderProvider and RenderBuilder
|
|
5
|
+
export interface CFTRenderProviderProps {
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
config: Record<string, any>;
|
|
8
|
+
// Add any other props that CFTRenderProvider takes
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export const CFTRenderProvider: React.FC<CFTRenderProviderProps>;
|
|
12
|
+
|
|
13
|
+
export interface RenderBuilder {
|
|
14
|
+
render: (config: Record<string, any>) => ReactNode;
|
|
15
|
+
// Add other methods or properties for RenderBuilder
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export const RenderBuilder: RenderBuilder;
|
|
19
|
+
}
|
package/dist/vite.svg
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,114 +1,115 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
2
|
+
"name": "cft-builder",
|
|
3
|
+
"version": "0.2.19",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"types": "dist/types/index.d.ts",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://codeup.goenterprise.tech/general/builder"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://codeup.goenterprise.tech/general/builder#readme",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://codeup.goenterprise.tech/general/builder/issues"
|
|
16
|
+
},
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public",
|
|
19
|
+
"registry": "https://registry.npmjs.org/"
|
|
20
|
+
},
|
|
21
|
+
"main": "./dist/cft-builder.umd.cjs",
|
|
22
|
+
"module": "./dist/cft-builder.js",
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"import": "./dist/cft-builder.js",
|
|
26
|
+
"require": "./dist/cft-builder.umd.cjs"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"dev": "vite",
|
|
31
|
+
"prebuild": "rm -rf dist",
|
|
32
|
+
"build": "tsc && vite build",
|
|
33
|
+
"tbuild": "vite build",
|
|
34
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
35
|
+
"preview": "vite preview",
|
|
36
|
+
"prepublish": "npm run build"
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@rpldy/chunked-uploady": "^1.8.1",
|
|
40
|
+
"@rpldy/upload-button": "^1.8.1",
|
|
41
|
+
"@rpldy/uploady": "^1.8.1",
|
|
42
|
+
"@types/lodash": "^4.17.5",
|
|
43
|
+
"axios": "^1.7.2",
|
|
44
|
+
"classnames": "^2.5.1",
|
|
45
|
+
"dnd-core": "^16.0.1",
|
|
46
|
+
"dompurify": "^3.1.5",
|
|
47
|
+
"fbemitter": "^3.0.0",
|
|
48
|
+
"formik": "^2.4.6",
|
|
49
|
+
"lodash": "^4.17.21",
|
|
50
|
+
"moment": "^2.30.1",
|
|
51
|
+
"postcss-scss": "^4.0.9",
|
|
52
|
+
"primeflex": "^3.3.1",
|
|
53
|
+
"primeicons": "^6.0.1",
|
|
54
|
+
"primereact": "^10.8.2",
|
|
55
|
+
"quill": "^2.0.2",
|
|
56
|
+
"rc-progress": "^4.0.0",
|
|
57
|
+
"react": "^18.2.0",
|
|
58
|
+
"react-contenteditable": "^3.3.7",
|
|
59
|
+
"react-countdown": "^2.3.6",
|
|
60
|
+
"react-dnd": "^16.0.1",
|
|
61
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
62
|
+
"react-dom": "^18.2.0",
|
|
63
|
+
"react-hot-loader": "^4.13.1",
|
|
64
|
+
"react-icons": "^5.2.1",
|
|
65
|
+
"react-json-pretty": "^2.2.0",
|
|
66
|
+
"react-phone-number-input": "^3.4.3",
|
|
67
|
+
"react-signature-canvas": "^1.0.6",
|
|
68
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
69
|
+
"styled-components": "^6.1.11",
|
|
70
|
+
"swiper": "^11.1.4",
|
|
71
|
+
"uid": "^2.0.2",
|
|
72
|
+
"video.js": "^8.12.0",
|
|
73
|
+
"vite-tsconfig-paths": "^4.3.1"
|
|
74
|
+
},
|
|
75
|
+
"devDependencies": {
|
|
76
|
+
"@babel/core": "^7.24.7",
|
|
77
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
78
|
+
"@babel/preset-env": "^7.24.7",
|
|
79
|
+
"@babel/preset-react": "^7.24.7",
|
|
80
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
81
|
+
"@hot-loader/react-dom": "^17.0.2",
|
|
82
|
+
"@types/dompurify": "^3.0.5",
|
|
83
|
+
"@types/fbemitter": "^2.0.35",
|
|
84
|
+
"@types/react": "^18.2.55",
|
|
85
|
+
"@types/react-dom": "^18.2.19",
|
|
86
|
+
"@types/react-signature-canvas": "^1.0.5",
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
88
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
89
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
90
|
+
"autoprefixer": "^10.4.19",
|
|
91
|
+
"babel-eslint": "^10.1.0",
|
|
92
|
+
"babel-loader": "^9.1.3",
|
|
93
|
+
"css-loader": "^7.1.2",
|
|
94
|
+
"eslint": "^8.56.0",
|
|
95
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
96
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
|
97
|
+
"html-webpack-plugin": "^5.6.0",
|
|
98
|
+
"interface": "^1.2.1",
|
|
99
|
+
"lodash-webpack-plugin": "^0.11.6",
|
|
100
|
+
"mini-css-extract-plugin": "^2.9.0",
|
|
101
|
+
"postcss": "^8.4.38",
|
|
102
|
+
"postcss-loader": "^8.1.1",
|
|
103
|
+
"react": "^18.3.1",
|
|
104
|
+
"react-dom": "^18.3.1",
|
|
105
|
+
"react-router-dom": "^6.23.1",
|
|
106
|
+
"sass": "^1.77.6",
|
|
107
|
+
"sass-loader": "^14.2.1",
|
|
108
|
+
"style-loader": "^4.0.0",
|
|
109
|
+
"ts-loader": "^9.5.1",
|
|
110
|
+
"tslib": "^2.6.3",
|
|
111
|
+
"typescript": "^5.2.2",
|
|
112
|
+
"vite": "^5.1.0",
|
|
113
|
+
"vitest": "^1.6.0"
|
|
114
|
+
}
|
|
115
|
+
}
|