@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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
export default {
|
|
3
|
+
title: "Formiojs/Button",
|
|
4
|
+
argTypes: {},
|
|
5
|
+
parameters: {
|
|
6
|
+
docs: {
|
|
7
|
+
source: {
|
|
8
|
+
type: "code"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
export const Sandbox = (args) => {
|
|
14
|
+
return (_jsxs("div", { children: [_jsxs("div", Object.assign({ className: "mb-5" }, { children: [_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-primary' }, { children: "Primary" }), void 0),
|
|
15
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-secondary' }, { children: "Secondary" }), void 0),
|
|
16
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-success' }, { children: "Success" }), void 0),
|
|
17
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-danger' }, { children: "Danger" }), void 0),
|
|
18
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-warning' }, { children: "Warning" }), void 0),
|
|
19
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-info' }, { children: "Info" }), void 0),
|
|
20
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-light' }, { children: "Light" }), void 0),
|
|
21
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-dark' }, { children: "Dark" }), void 0)] }), void 0),
|
|
22
|
+
_jsxs("div", { children: [_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-outline-primary' }, { children: "Primary" }), void 0),
|
|
23
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-outline-secondary' }, { children: "Secondary" }), void 0),
|
|
24
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-outline-success' }, { children: "Success" }), void 0),
|
|
25
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-outline-danger' }, { children: "Danger" }), void 0),
|
|
26
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-outline-warning' }, { children: "Warning" }), void 0),
|
|
27
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-outline-info' }, { children: "Info" }), void 0),
|
|
28
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-outline-light' }, { children: "Light" }), void 0),
|
|
29
|
+
_jsx("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-outline-dark' }, { children: "Dark" }), void 0)] }, void 0)] }, void 0));
|
|
30
|
+
};
|
|
31
|
+
Sandbox.args = {};
|
|
32
|
+
export const ButtonWithIcon = (args) => {
|
|
33
|
+
return (_jsx("div", { children: _jsx("div", Object.assign({ className: "mb-5" }, { children: _jsxs("button", Object.assign({ type: 'button', className: 'mr-2 btn btn-primary' }, { children: [_jsx("span", { className: "bx bx-plus" }, void 0),
|
|
34
|
+
_jsx("span", { children: "Primary" }, void 0)] }), void 0) }), void 0) }, void 0));
|
|
35
|
+
};
|
|
36
|
+
ButtonWithIcon.args = {};
|
|
@@ -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 = { form: form_ejs_1.default, align: align_ejs_1.default };
|
|
1
|
+
import align from "./align.ejs";
|
|
2
|
+
import form from "./form.ejs";
|
|
3
|
+
export default { form, align };
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ICONS = void 0;
|
|
4
|
-
exports.ICONS = {
|
|
1
|
+
export const ICONS = {
|
|
5
2
|
remove: "bxs-trash",
|
|
6
3
|
"question-sign": "bx-question-mark inline-block border-1 bg-gray-400 border-solid border-gray-400 text-white text-xxs rounded-full mx-2 mt-px",
|
|
7
4
|
"new-window": "bx-windows",
|
|
@@ -53,20 +50,20 @@ exports.ICONS = {
|
|
|
53
50
|
"remove-circle": "bx-x",
|
|
54
51
|
bars: "bx-menu"
|
|
55
52
|
};
|
|
56
|
-
|
|
53
|
+
export default (iconset, name, spinning) => {
|
|
57
54
|
if (iconset === "bx") {
|
|
58
|
-
if (
|
|
59
|
-
name =
|
|
55
|
+
if (ICONS[name]) {
|
|
56
|
+
name = ICONS[name];
|
|
60
57
|
}
|
|
61
58
|
else {
|
|
62
|
-
name = iconset
|
|
59
|
+
name = `${iconset}-${name}`;
|
|
63
60
|
}
|
|
64
61
|
}
|
|
65
62
|
if (spinning) {
|
|
66
63
|
if (name === "bx-radio-circle") {
|
|
67
|
-
return iconset
|
|
64
|
+
return `${iconset} ${name} bx-burst`;
|
|
68
65
|
}
|
|
69
|
-
return iconset
|
|
66
|
+
return `${iconset} ${name} bx-spin`;
|
|
70
67
|
}
|
|
71
|
-
return iconset
|
|
72
|
-
}
|
|
68
|
+
return `${iconset} ${name}`;
|
|
69
|
+
};
|
|
@@ -1,81 +1,69 @@
|
|
|
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
|
-
var table_1 = require("./table");
|
|
68
|
-
var tableComponents_1 = require("./tableComponents");
|
|
69
|
-
var tree_1 = require("./tree");
|
|
70
|
-
var partials_1 = require("./tree/partials");
|
|
71
|
-
var webform_1 = require("./webform");
|
|
72
|
-
var well_1 = require("./well");
|
|
73
|
-
var wizard_1 = require("./wizard");
|
|
74
|
-
var wizardHeader_1 = require("./wizardHeader");
|
|
75
|
-
var wizardHeaderClassic_1 = require("./wizardHeaderClassic");
|
|
76
|
-
var wizardHeaderVertical_1 = require("./wizardHeaderVertical");
|
|
77
|
-
var wizardNav_1 = require("./wizardNav");
|
|
78
|
-
exports.default = __assign(__assign({ transform: function (type, text) {
|
|
1
|
+
import address from "./address";
|
|
2
|
+
import alert from "./alert";
|
|
3
|
+
import builder from "./builder";
|
|
4
|
+
import builderComponent from "./builderComponent";
|
|
5
|
+
import builderComponents from "./builderComponents";
|
|
6
|
+
import builderEditForm from "./builderEditForm";
|
|
7
|
+
import builderPlaceholder from "./builderPlaceholder";
|
|
8
|
+
import builderSidebar from "./builderSidebar";
|
|
9
|
+
import builderSidebarGroup from "./builderSidebarGroup";
|
|
10
|
+
import builderWizard from "./builderWizard";
|
|
11
|
+
import button from "./button";
|
|
12
|
+
import checkbox from "./checkbox";
|
|
13
|
+
import columns from "./columns";
|
|
14
|
+
import component from "./component";
|
|
15
|
+
import componentModal from "./componentModal";
|
|
16
|
+
import components from "./components";
|
|
17
|
+
import container from "./container";
|
|
18
|
+
import cssClasses from "./cssClasses";
|
|
19
|
+
import datagrid from "./datagrid";
|
|
20
|
+
import day from "./day";
|
|
21
|
+
import dialog from "./dialog";
|
|
22
|
+
import editgrid from "./editgrid";
|
|
23
|
+
import editgridTable from "./editgridTable";
|
|
24
|
+
import errorsList from "./errorsList";
|
|
25
|
+
import field from "./field";
|
|
26
|
+
import fieldset from "./fieldset";
|
|
27
|
+
import file from "./file";
|
|
28
|
+
import html from "./html";
|
|
29
|
+
import icon from "./icon";
|
|
30
|
+
import iconClass from "./iconClass";
|
|
31
|
+
import input from "./input";
|
|
32
|
+
import label from "./label";
|
|
33
|
+
import loader from "./loader";
|
|
34
|
+
import loading from "./loading";
|
|
35
|
+
import map from "./map";
|
|
36
|
+
import message from "./message";
|
|
37
|
+
import modaldialog from "./modaldialog";
|
|
38
|
+
import modaledit from "./modaledit";
|
|
39
|
+
import modalPreview from "./modalPreview";
|
|
40
|
+
import multipleMasksInput from "./multipleMasksInput";
|
|
41
|
+
import multiValueRow from "./multiValueRow";
|
|
42
|
+
import multiValueTable from "./multiValueTable";
|
|
43
|
+
import panel from "./panel";
|
|
44
|
+
import pdf from "./pdf";
|
|
45
|
+
import pdfBuilder from "./pdfBuilder";
|
|
46
|
+
import pdfBuilderUpload from "./pdfBuilderUpload";
|
|
47
|
+
import radio from "./radio";
|
|
48
|
+
import resourceAdd from "./resourceAdd";
|
|
49
|
+
import select from "./select";
|
|
50
|
+
import selectOption from "./selectOption";
|
|
51
|
+
import signature from "./signature";
|
|
52
|
+
import survey from "./survey";
|
|
53
|
+
import tab from "./tab";
|
|
54
|
+
import table from "./table";
|
|
55
|
+
import tableComponents from "./tableComponents";
|
|
56
|
+
import tree from "./tree";
|
|
57
|
+
import treePartials from "./tree/partials";
|
|
58
|
+
import webform from "./webform";
|
|
59
|
+
import well from "./well";
|
|
60
|
+
import wizard from "./wizard";
|
|
61
|
+
import wizardHeader from "./wizardHeader";
|
|
62
|
+
import wizardHeaderClassic from "./wizardHeaderClassic";
|
|
63
|
+
import wizardHeaderVertical from "./wizardHeaderVertical";
|
|
64
|
+
import wizardNav from "./wizardNav";
|
|
65
|
+
export default {
|
|
66
|
+
transform(type, text) {
|
|
79
67
|
if (!text) {
|
|
80
68
|
return text;
|
|
81
69
|
}
|
|
@@ -85,65 +73,70 @@ exports.default = __assign(__assign({ transform: function (type, text) {
|
|
|
85
73
|
return this.cssClasses.hasOwnProperty(text.toString()) ? this.cssClasses[text.toString()] : text;
|
|
86
74
|
}
|
|
87
75
|
return text;
|
|
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
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
76
|
+
},
|
|
77
|
+
defaultIconset: "bx",
|
|
78
|
+
iconClass,
|
|
79
|
+
cssClasses,
|
|
80
|
+
address,
|
|
81
|
+
builder,
|
|
82
|
+
builderComponent,
|
|
83
|
+
builderComponents,
|
|
84
|
+
builderEditForm,
|
|
85
|
+
builderPlaceholder,
|
|
86
|
+
builderSidebar,
|
|
87
|
+
builderSidebarGroup,
|
|
88
|
+
builderWizard,
|
|
89
|
+
button,
|
|
90
|
+
checkbox,
|
|
91
|
+
columns,
|
|
92
|
+
component,
|
|
93
|
+
componentModal,
|
|
94
|
+
components,
|
|
95
|
+
tableComponents,
|
|
96
|
+
container,
|
|
97
|
+
datagrid,
|
|
98
|
+
day,
|
|
99
|
+
dialog,
|
|
100
|
+
editgrid,
|
|
101
|
+
editgridTable,
|
|
102
|
+
field,
|
|
103
|
+
fieldset,
|
|
104
|
+
file,
|
|
105
|
+
html,
|
|
106
|
+
icon,
|
|
107
|
+
input,
|
|
108
|
+
label,
|
|
109
|
+
loader,
|
|
110
|
+
loading,
|
|
111
|
+
map,
|
|
112
|
+
message,
|
|
113
|
+
modaledit,
|
|
114
|
+
modaldialog,
|
|
115
|
+
modalPreview,
|
|
116
|
+
multipleMasksInput,
|
|
117
|
+
multiValueRow,
|
|
118
|
+
multiValueTable,
|
|
119
|
+
panel,
|
|
120
|
+
pdf,
|
|
121
|
+
pdfBuilder,
|
|
122
|
+
pdfBuilderUpload,
|
|
123
|
+
radio,
|
|
124
|
+
resourceAdd,
|
|
125
|
+
select,
|
|
126
|
+
selectOption,
|
|
127
|
+
signature,
|
|
128
|
+
survey,
|
|
129
|
+
tab,
|
|
130
|
+
table,
|
|
131
|
+
tree,
|
|
132
|
+
...treePartials,
|
|
133
|
+
webform,
|
|
134
|
+
well,
|
|
135
|
+
wizard,
|
|
136
|
+
wizardHeader,
|
|
137
|
+
wizardHeaderClassic,
|
|
138
|
+
wizardHeaderVertical,
|
|
139
|
+
wizardNav,
|
|
140
|
+
errorsList,
|
|
141
|
+
alert
|
|
142
|
+
};
|