@tsed/tailwind-formio 2.0.2 → 2.0.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.
- package/dist/tailwind.js +1 -1
- package/lib/index.js +3 -5
- package/lib/templates/index.js +3 -5
- package/lib/templates/stories/alert.stories.js +23 -0
- package/lib/templates/stories/badge.stories.js +23 -0
- package/lib/templates/stories/breadcrumbs.stories.js +37 -0
- package/lib/templates/stories/builder.stories.js +1905 -0
- package/lib/templates/stories/pagination.stories.js +20 -0
- package/lib/templates/stories/progress.stories.js +20 -0
- package/lib/templates/stories/wizard.stories.js +1905 -0
- package/lib/templates/tailwind/address/index.js +2 -4
- package/lib/templates/tailwind/alert/index.js +2 -4
- package/lib/templates/tailwind/builder/index.js +2 -4
- package/lib/templates/tailwind/builderComponent/index.js +2 -4
- package/lib/templates/tailwind/builderComponents/index.js +2 -4
- package/lib/templates/tailwind/builderEditForm/index.js +2 -4
- package/lib/templates/tailwind/builderPlaceholder/index.js +2 -4
- package/lib/templates/tailwind/builderSidebar/index.js +2 -4
- package/lib/templates/tailwind/builderSidebarGroup/index.js +2 -4
- package/lib/templates/tailwind/builderWizard/index.js +2 -4
- package/lib/templates/tailwind/button/button.stories.js +36 -0
- package/lib/templates/tailwind/button/index.js +3 -5
- package/lib/templates/tailwind/checkbox/index.js +3 -5
- package/lib/templates/tailwind/columns/index.js +2 -4
- package/lib/templates/tailwind/component/index.js +2 -4
- package/lib/templates/tailwind/componentModal/index.js +2 -4
- package/lib/templates/tailwind/components/index.js +2 -4
- package/lib/templates/tailwind/container/index.js +2 -4
- package/lib/templates/tailwind/cssClasses.js +1 -3
- package/lib/templates/tailwind/datagrid/index.js +3 -5
- package/lib/templates/tailwind/day/index.js +2 -4
- package/lib/templates/tailwind/dialog/index.js +2 -4
- package/lib/templates/tailwind/editgrid/index.js +3 -5
- package/lib/templates/tailwind/editgridTable/index.js +3 -5
- package/lib/templates/tailwind/errorsList/index.js +2 -4
- package/lib/templates/tailwind/field/index.js +3 -5
- package/lib/templates/tailwind/fieldset/index.js +2 -4
- package/lib/templates/tailwind/file/index.js +2 -4
- package/lib/templates/tailwind/html/index.js +2 -4
- package/lib/templates/tailwind/icon/index.js +2 -4
- package/lib/templates/tailwind/iconClass.js +9 -12
- package/lib/templates/tailwind/index.js +133 -140
- package/lib/templates/tailwind/input/index.js +3 -5
- package/lib/templates/tailwind/label/index.js +2 -4
- package/lib/templates/tailwind/loader/index.js +2 -4
- package/lib/templates/tailwind/loading/index.js +2 -4
- package/lib/templates/tailwind/map/index.js +2 -4
- package/lib/templates/tailwind/message/index.js +2 -4
- package/lib/templates/tailwind/modalPreview/index.js +2 -4
- package/lib/templates/tailwind/modaldialog/index.js +2 -4
- package/lib/templates/tailwind/modaledit/index.js +2 -4
- package/lib/templates/tailwind/multiValueRow/index.js +2 -4
- package/lib/templates/tailwind/multiValueTable/index.js +2 -4
- package/lib/templates/tailwind/multipleMasksInput/index.js +2 -4
- package/lib/templates/tailwind/panel/index.js +2 -4
- package/lib/templates/tailwind/pdf/index.js +2 -4
- package/lib/templates/tailwind/pdfBuilder/index.js +2 -4
- package/lib/templates/tailwind/pdfBuilderUpload/index.js +2 -4
- package/lib/templates/tailwind/radio/index.js +3 -5
- package/lib/templates/tailwind/resourceAdd/index.js +2 -4
- package/lib/templates/tailwind/select/index.js +3 -5
- package/lib/templates/tailwind/selectOption/index.js +3 -5
- package/lib/templates/tailwind/signature/index.js +3 -5
- package/lib/templates/tailwind/survey/index.js +3 -5
- package/lib/templates/tailwind/tab/index.js +3 -5
- package/lib/templates/tailwind/table/index.js +2 -4
- package/lib/templates/tailwind/tableComponents/index.js +2 -4
- package/lib/templates/tailwind/tree/index.js +2 -4
- package/lib/templates/tailwind/tree/partials/index.js +5 -7
- package/lib/templates/tailwind/webform/index.js +3 -5
- package/lib/templates/tailwind/well/index.js +2 -4
- package/lib/templates/tailwind/wizard/index.js +3 -5
- package/lib/templates/tailwind/wizardHeader/index.js +2 -4
- package/lib/templates/tailwind/wizardHeaderClassic/index.js +2 -4
- package/lib/templates/tailwind/wizardHeaderVertical/index.js +2 -4
- package/lib/templates/tailwind/wizardNav/index.js +2 -4
- package/package.json +11 -5
- package/styles/checkbox.css +2 -2
- package/styles/form.css +1 -1
- package/tsconfig.json +8 -19
- package/tsconfig.node.json +8 -0
- package/lib/index.d.ts +0 -221
- package/lib/templates/index.d.ts +0 -218
- package/lib/templates/tailwind/address/index.d.ts +0 -4
- package/lib/templates/tailwind/alert/index.d.ts +0 -6
- package/lib/templates/tailwind/builder/index.d.ts +0 -4
- package/lib/templates/tailwind/builderComponent/index.d.ts +0 -4
- package/lib/templates/tailwind/builderComponents/index.d.ts +0 -4
- package/lib/templates/tailwind/builderEditForm/index.d.ts +0 -4
- package/lib/templates/tailwind/builderPlaceholder/index.d.ts +0 -4
- package/lib/templates/tailwind/builderSidebar/index.d.ts +0 -4
- package/lib/templates/tailwind/builderSidebarGroup/index.d.ts +0 -4
- package/lib/templates/tailwind/builderWizard/index.d.ts +0 -4
- package/lib/templates/tailwind/button/index.d.ts +0 -5
- package/lib/templates/tailwind/checkbox/index.d.ts +0 -5
- package/lib/templates/tailwind/columns/index.d.ts +0 -4
- package/lib/templates/tailwind/component/index.d.ts +0 -4
- package/lib/templates/tailwind/componentModal/index.d.ts +0 -4
- package/lib/templates/tailwind/components/index.d.ts +0 -4
- package/lib/templates/tailwind/container/index.d.ts +0 -4
- package/lib/templates/tailwind/cssClasses.d.ts +0 -7
- package/lib/templates/tailwind/datagrid/index.d.ts +0 -5
- package/lib/templates/tailwind/day/index.d.ts +0 -4
- package/lib/templates/tailwind/dialog/index.d.ts +0 -4
- package/lib/templates/tailwind/editgrid/index.d.ts +0 -5
- package/lib/templates/tailwind/editgridTable/index.d.ts +0 -5
- package/lib/templates/tailwind/errorsList/index.d.ts +0 -4
- package/lib/templates/tailwind/field/index.d.ts +0 -5
- package/lib/templates/tailwind/fieldset/index.d.ts +0 -4
- package/lib/templates/tailwind/file/index.d.ts +0 -4
- package/lib/templates/tailwind/html/index.d.ts +0 -4
- package/lib/templates/tailwind/icon/index.d.ts +0 -4
- package/lib/templates/tailwind/iconClass.d.ts +0 -3
- package/lib/templates/tailwind/index.d.ts +0 -216
- package/lib/templates/tailwind/input/index.d.ts +0 -5
- package/lib/templates/tailwind/label/index.d.ts +0 -4
- package/lib/templates/tailwind/loader/index.d.ts +0 -4
- package/lib/templates/tailwind/loading/index.d.ts +0 -4
- package/lib/templates/tailwind/map/index.d.ts +0 -4
- package/lib/templates/tailwind/message/index.d.ts +0 -4
- package/lib/templates/tailwind/modalPreview/index.d.ts +0 -4
- package/lib/templates/tailwind/modaldialog/index.d.ts +0 -4
- package/lib/templates/tailwind/modaledit/index.d.ts +0 -4
- package/lib/templates/tailwind/multiValueRow/index.d.ts +0 -4
- package/lib/templates/tailwind/multiValueTable/index.d.ts +0 -4
- package/lib/templates/tailwind/multipleMasksInput/index.d.ts +0 -4
- package/lib/templates/tailwind/panel/index.d.ts +0 -4
- package/lib/templates/tailwind/pdf/index.d.ts +0 -4
- package/lib/templates/tailwind/pdfBuilder/index.d.ts +0 -4
- package/lib/templates/tailwind/pdfBuilderUpload/index.d.ts +0 -4
- package/lib/templates/tailwind/radio/index.d.ts +0 -5
- package/lib/templates/tailwind/resourceAdd/index.d.ts +0 -4
- package/lib/templates/tailwind/select/index.d.ts +0 -5
- package/lib/templates/tailwind/selectOption/index.d.ts +0 -5
- package/lib/templates/tailwind/signature/index.d.ts +0 -5
- package/lib/templates/tailwind/survey/index.d.ts +0 -5
- package/lib/templates/tailwind/tab/index.d.ts +0 -5
- package/lib/templates/tailwind/table/index.d.ts +0 -4
- package/lib/templates/tailwind/tableComponents/index.d.ts +0 -4
- package/lib/templates/tailwind/tree/index.d.ts +0 -4
- package/lib/templates/tailwind/tree/partials/index.d.ts +0 -9
- package/lib/templates/tailwind/webform/index.d.ts +0 -5
- package/lib/templates/tailwind/well/index.d.ts +0 -4
- package/lib/templates/tailwind/wizard/index.d.ts +0 -5
- package/lib/templates/tailwind/wizardHeader/index.d.ts +0 -4
- package/lib/templates/tailwind/wizardHeaderClassic/index.d.ts +0 -4
- package/lib/templates/tailwind/wizardHeaderVertical/index.d.ts +0 -4
- package/lib/templates/tailwind/wizardNav/index.d.ts +0 -4
- /package/src/templates/tailwind/button/{button.stories.js → button.stories.jsx} +0 -0
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var html_ejs_1 = require("./html.ejs");
|
|
5
|
-
exports.default = { form: form_ejs_1.default, html: html_ejs_1.default };
|
|
1
|
+
import form from "./form.ejs";
|
|
2
|
+
import html from "./html.ejs";
|
|
3
|
+
export default { form, html };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var html_ejs_1 = require("./html.ejs");
|
|
5
|
-
exports.default = { form: form_ejs_1.default, html: html_ejs_1.default };
|
|
1
|
+
import form from "./form.ejs";
|
|
2
|
+
import html from "./html.ejs";
|
|
3
|
+
export default { form, html };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var html_ejs_1 = require("./html.ejs");
|
|
5
|
-
exports.default = { form: form_ejs_1.default, html: html_ejs_1.default };
|
|
1
|
+
import form from "./form.ejs";
|
|
2
|
+
import html from "./html.ejs";
|
|
3
|
+
export default { form, html };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var html_ejs_1 = require("./html.ejs");
|
|
5
|
-
exports.default = { form: form_ejs_1.default, html: html_ejs_1.default };
|
|
1
|
+
import form from "./form.ejs";
|
|
2
|
+
import html from "./html.ejs";
|
|
3
|
+
export default { form, html };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var html_ejs_1 = require("./html.ejs");
|
|
5
|
-
exports.default = { form: form_ejs_1.default, html: html_ejs_1.default };
|
|
1
|
+
import form from "./form.ejs";
|
|
2
|
+
import html from "./html.ejs";
|
|
3
|
+
export default { form, html };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var html_ejs_1 = require("./html.ejs");
|
|
5
|
-
exports.default = { form: form_ejs_1.default, html: html_ejs_1.default };
|
|
1
|
+
import form from "./form.ejs";
|
|
2
|
+
import html from "./html.ejs";
|
|
3
|
+
export default { form, html };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var form_ejs_1 = require("./form.ejs");
|
|
5
|
-
exports.default = { flat: flat_ejs_1.default, form: form_ejs_1.default };
|
|
1
|
+
import flat from "./flat.ejs";
|
|
2
|
+
import form from "./form.ejs";
|
|
3
|
+
export default { flat, form };
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var view_ejs_1 = require("./view.ejs");
|
|
5
|
-
exports.default = {
|
|
1
|
+
import edit from "./edit.ejs";
|
|
2
|
+
import view from "./view.ejs";
|
|
3
|
+
export default {
|
|
6
4
|
treeView: {
|
|
7
|
-
form:
|
|
5
|
+
form: view
|
|
8
6
|
},
|
|
9
7
|
treeEdit: {
|
|
10
|
-
form:
|
|
8
|
+
form: edit
|
|
11
9
|
}
|
|
12
10
|
};
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var form_ejs_1 = require("./form.ejs");
|
|
5
|
-
exports.default = { form: form_ejs_1.default, builder: builder_ejs_1.default };
|
|
1
|
+
import builder from "./builder.ejs";
|
|
2
|
+
import form from "./form.ejs";
|
|
3
|
+
export default { form, builder };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var form_ejs_1 = require("./form.ejs");
|
|
5
|
-
exports.default = { form: form_ejs_1.default, builder: builder_ejs_1.default };
|
|
1
|
+
import builder from "./builder.ejs";
|
|
2
|
+
import form from "./form.ejs";
|
|
3
|
+
export default { form, builder };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/tailwind-formio",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Tailwind templates for form.io forms.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -11,10 +11,12 @@
|
|
|
11
11
|
"build:storybook": "build-storybook -c ../tailwind-formio/.storybook -o .out",
|
|
12
12
|
"serve": "serve .out",
|
|
13
13
|
"watch": "nodemon --watch ./src --ext ts,js,ejs --exec \"yarn build\"",
|
|
14
|
+
"build:tsc": "tsc --noEmit false",
|
|
15
|
+
"build:templates": "gulp templates",
|
|
14
16
|
"build": "tsc --noEmit false && gulp templates && yarn webpack"
|
|
15
17
|
},
|
|
16
18
|
"devDependencies": {
|
|
17
|
-
"@babel/core": "^7.
|
|
19
|
+
"@babel/core": "^7.18.9",
|
|
18
20
|
"@sambego/storybook-state": "2.0.1",
|
|
19
21
|
"@storybook/addon-actions": "6.5.16",
|
|
20
22
|
"@storybook/addon-docs": "6.5.16",
|
|
@@ -23,12 +25,14 @@
|
|
|
23
25
|
"@storybook/addon-postcss": "^2.0.0",
|
|
24
26
|
"@storybook/addon-viewport": "6.5.16",
|
|
25
27
|
"@storybook/addons": "6.5.16",
|
|
28
|
+
"@storybook/builder-vite": "0.4.2",
|
|
26
29
|
"@storybook/react": "6.5.16",
|
|
27
30
|
"@svgr/webpack": "6.5.1",
|
|
28
|
-
"@tsed/config": "2.0.
|
|
29
|
-
"@tsed/tailwind": "2.0.
|
|
31
|
+
"@tsed/config": "2.0.3",
|
|
32
|
+
"@tsed/tailwind": "2.0.3",
|
|
30
33
|
"@tsed/yarn-workspaces": "1.19.3",
|
|
31
|
-
"
|
|
34
|
+
"@vitejs/plugin-react": "4.0.0",
|
|
35
|
+
"babel-loader": "^8.2.5",
|
|
32
36
|
"cross-env": "7.0.3",
|
|
33
37
|
"gulp": "^4.0.2",
|
|
34
38
|
"gulp-insert": "^0.5.0",
|
|
@@ -38,6 +42,8 @@
|
|
|
38
42
|
"react-svg": "10.0.23",
|
|
39
43
|
"serve": "^13.0.4",
|
|
40
44
|
"url-loader": "4.1.1",
|
|
45
|
+
"vite": "^4.3.5",
|
|
46
|
+
"vite-plugin-svgr": "^2.4.0",
|
|
41
47
|
"webpack": "4.44.2",
|
|
42
48
|
"webpack-cli": "4.9.2"
|
|
43
49
|
},
|
package/styles/checkbox.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
@apply appearance-none p-0 inline-block align-middle flex-shrink-0 bg-white border-1;
|
|
12
12
|
@apply rounded border-gray-300 text-primary-600 shadow-sm;
|
|
13
13
|
@apply mr-2;
|
|
14
|
-
color-adjust: exact;
|
|
14
|
+
print-color-adjust: exact;
|
|
15
15
|
background-origin: border-box;
|
|
16
16
|
user-select: none;
|
|
17
17
|
height: theme('spacing.4');
|
|
@@ -54,4 +54,4 @@
|
|
|
54
54
|
&:disabled ~ span {
|
|
55
55
|
@apply text-gray-600;
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|
package/styles/form.css
CHANGED
|
@@ -103,7 +103,7 @@ textarea.form-control::placeholder {
|
|
|
103
103
|
|
|
104
104
|
select.form-control {
|
|
105
105
|
@apply bg-no-repeat pr-10;
|
|
106
|
-
color-adjust: exact;
|
|
106
|
+
print-color-adjust: exact;
|
|
107
107
|
background-size: 1.5em 1.5em;
|
|
108
108
|
background-position: right theme('spacing.2') center;
|
|
109
109
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
|
package/tsconfig.json
CHANGED
|
@@ -1,25 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"extends": "@tsed/config/tsconfig.web.json",
|
|
2
3
|
"compilerOptions": {
|
|
3
|
-
"target": "es5",
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"preserveConstEnums": true,
|
|
6
4
|
"outDir": "lib",
|
|
7
|
-
"noImplicitAny": true,
|
|
8
|
-
"sourceMap": false,
|
|
9
|
-
"declaration": true,
|
|
10
5
|
"rootDir": "src",
|
|
11
|
-
"allowJs": true
|
|
12
|
-
"noEmit": true,
|
|
13
|
-
"lib": ["dom", "esnext"],
|
|
14
|
-
"noImplicitReturns": true,
|
|
15
|
-
"noImplicitThis": true,
|
|
16
|
-
"strictNullChecks": false,
|
|
17
|
-
"noUnusedLocals": true,
|
|
18
|
-
"noUnusedParameters": false,
|
|
19
|
-
"skipLibCheck": true,
|
|
20
|
-
"forceConsistentCasingInFileNames": true,
|
|
21
|
-
"noFallthroughCasesInSwitch": true
|
|
6
|
+
"allowJs": true
|
|
22
7
|
},
|
|
23
|
-
"include": ["src
|
|
24
|
-
"
|
|
8
|
+
"include": ["src"],
|
|
9
|
+
"references": [
|
|
10
|
+
{
|
|
11
|
+
"path": "./tsconfig.node.json"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
25
14
|
}
|
package/lib/index.d.ts
DELETED
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
framework: string;
|
|
3
|
-
templates: {
|
|
4
|
-
tailwind: {
|
|
5
|
-
webform: {
|
|
6
|
-
form: string;
|
|
7
|
-
builder: string;
|
|
8
|
-
};
|
|
9
|
-
well: {
|
|
10
|
-
form: string;
|
|
11
|
-
};
|
|
12
|
-
wizard: {
|
|
13
|
-
form: string;
|
|
14
|
-
builder: string;
|
|
15
|
-
};
|
|
16
|
-
wizardHeader: {
|
|
17
|
-
form: string;
|
|
18
|
-
};
|
|
19
|
-
wizardHeaderClassic: {
|
|
20
|
-
form: string;
|
|
21
|
-
};
|
|
22
|
-
wizardHeaderVertical: {
|
|
23
|
-
form: string;
|
|
24
|
-
};
|
|
25
|
-
wizardNav: {
|
|
26
|
-
form: string;
|
|
27
|
-
};
|
|
28
|
-
errorsList: {
|
|
29
|
-
form: string;
|
|
30
|
-
};
|
|
31
|
-
alert: {
|
|
32
|
-
form: string;
|
|
33
|
-
};
|
|
34
|
-
treeView: {
|
|
35
|
-
form: string;
|
|
36
|
-
};
|
|
37
|
-
treeEdit: {
|
|
38
|
-
form: string;
|
|
39
|
-
};
|
|
40
|
-
transform(type: string, text: string): any;
|
|
41
|
-
defaultIconset: string;
|
|
42
|
-
iconClass: (iconset: string, name: string, spinning?: boolean) => string;
|
|
43
|
-
cssClasses: {
|
|
44
|
-
"border-default": string;
|
|
45
|
-
"formio-tab-panel-active": string;
|
|
46
|
-
"formio-tab-link-active": string;
|
|
47
|
-
"formio-tab-link-container-active": string;
|
|
48
|
-
};
|
|
49
|
-
address: {
|
|
50
|
-
form: string;
|
|
51
|
-
};
|
|
52
|
-
builder: {
|
|
53
|
-
form: string;
|
|
54
|
-
};
|
|
55
|
-
builderComponent: {
|
|
56
|
-
form: string;
|
|
57
|
-
};
|
|
58
|
-
builderComponents: {
|
|
59
|
-
form: string;
|
|
60
|
-
};
|
|
61
|
-
builderEditForm: {
|
|
62
|
-
form: string;
|
|
63
|
-
};
|
|
64
|
-
builderPlaceholder: {
|
|
65
|
-
form: string;
|
|
66
|
-
};
|
|
67
|
-
builderSidebar: {
|
|
68
|
-
form: string;
|
|
69
|
-
};
|
|
70
|
-
builderSidebarGroup: {
|
|
71
|
-
form: string;
|
|
72
|
-
};
|
|
73
|
-
builderWizard: {
|
|
74
|
-
form: string;
|
|
75
|
-
};
|
|
76
|
-
button: {
|
|
77
|
-
form: string;
|
|
78
|
-
html: string;
|
|
79
|
-
};
|
|
80
|
-
checkbox: {
|
|
81
|
-
form: string;
|
|
82
|
-
html: string;
|
|
83
|
-
};
|
|
84
|
-
columns: {
|
|
85
|
-
form: string;
|
|
86
|
-
};
|
|
87
|
-
component: {
|
|
88
|
-
form: string;
|
|
89
|
-
};
|
|
90
|
-
componentModal: {
|
|
91
|
-
form: string;
|
|
92
|
-
};
|
|
93
|
-
components: {
|
|
94
|
-
form: string;
|
|
95
|
-
};
|
|
96
|
-
tableComponents: {
|
|
97
|
-
form: string;
|
|
98
|
-
};
|
|
99
|
-
container: {
|
|
100
|
-
form: string;
|
|
101
|
-
};
|
|
102
|
-
datagrid: {
|
|
103
|
-
form: string;
|
|
104
|
-
html: string;
|
|
105
|
-
};
|
|
106
|
-
day: {
|
|
107
|
-
form: string;
|
|
108
|
-
};
|
|
109
|
-
dialog: {
|
|
110
|
-
form: string;
|
|
111
|
-
};
|
|
112
|
-
editgrid: {
|
|
113
|
-
form: string;
|
|
114
|
-
html: string;
|
|
115
|
-
};
|
|
116
|
-
editgridTable: {
|
|
117
|
-
form: string;
|
|
118
|
-
html: string;
|
|
119
|
-
};
|
|
120
|
-
field: {
|
|
121
|
-
form: string;
|
|
122
|
-
align: string;
|
|
123
|
-
};
|
|
124
|
-
fieldset: {
|
|
125
|
-
form: string;
|
|
126
|
-
};
|
|
127
|
-
file: {
|
|
128
|
-
form: string;
|
|
129
|
-
};
|
|
130
|
-
html: {
|
|
131
|
-
form: string;
|
|
132
|
-
};
|
|
133
|
-
icon: {
|
|
134
|
-
form: string;
|
|
135
|
-
};
|
|
136
|
-
input: {
|
|
137
|
-
form: string;
|
|
138
|
-
html: string;
|
|
139
|
-
};
|
|
140
|
-
label: {
|
|
141
|
-
form: string;
|
|
142
|
-
};
|
|
143
|
-
loader: {
|
|
144
|
-
form: string;
|
|
145
|
-
};
|
|
146
|
-
loading: {
|
|
147
|
-
form: string;
|
|
148
|
-
};
|
|
149
|
-
map: {
|
|
150
|
-
form: string;
|
|
151
|
-
};
|
|
152
|
-
message: {
|
|
153
|
-
form: string;
|
|
154
|
-
};
|
|
155
|
-
modaledit: {
|
|
156
|
-
form: string;
|
|
157
|
-
};
|
|
158
|
-
modaldialog: {
|
|
159
|
-
form: string;
|
|
160
|
-
};
|
|
161
|
-
modalPreview: {
|
|
162
|
-
form: string;
|
|
163
|
-
};
|
|
164
|
-
multipleMasksInput: {
|
|
165
|
-
form: string;
|
|
166
|
-
};
|
|
167
|
-
multiValueRow: {
|
|
168
|
-
form: string;
|
|
169
|
-
};
|
|
170
|
-
multiValueTable: {
|
|
171
|
-
form: string;
|
|
172
|
-
};
|
|
173
|
-
panel: {
|
|
174
|
-
form: string;
|
|
175
|
-
};
|
|
176
|
-
pdf: {
|
|
177
|
-
form: string;
|
|
178
|
-
};
|
|
179
|
-
pdfBuilder: {
|
|
180
|
-
form: string;
|
|
181
|
-
};
|
|
182
|
-
pdfBuilderUpload: {
|
|
183
|
-
form: string;
|
|
184
|
-
};
|
|
185
|
-
radio: {
|
|
186
|
-
form: string;
|
|
187
|
-
html: string;
|
|
188
|
-
};
|
|
189
|
-
resourceAdd: {
|
|
190
|
-
form: string;
|
|
191
|
-
};
|
|
192
|
-
select: {
|
|
193
|
-
form: string;
|
|
194
|
-
html: string;
|
|
195
|
-
};
|
|
196
|
-
selectOption: {
|
|
197
|
-
form: string;
|
|
198
|
-
html: string;
|
|
199
|
-
};
|
|
200
|
-
signature: {
|
|
201
|
-
form: string;
|
|
202
|
-
html: string;
|
|
203
|
-
};
|
|
204
|
-
survey: {
|
|
205
|
-
form: string;
|
|
206
|
-
html: string;
|
|
207
|
-
};
|
|
208
|
-
tab: {
|
|
209
|
-
flat: string;
|
|
210
|
-
form: string;
|
|
211
|
-
};
|
|
212
|
-
table: {
|
|
213
|
-
form: string;
|
|
214
|
-
};
|
|
215
|
-
tree: {
|
|
216
|
-
form: string;
|
|
217
|
-
};
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
export default _default;
|