@tsed/tailwind-formio 3.0.0-alpha.8 → 3.0.0-rc.1
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/index.d.ts +4 -1
- package/dist/index.js.map +1 -1
- package/dist/tailwind/colors.js.map +1 -1
- package/dist/tailwind/preset.js.map +1 -1
- package/dist/templates/index.d.ts +4 -1
- package/dist/templates/index.js.map +1 -1
- package/dist/templates/tailwind/address/index.js.map +1 -1
- package/dist/templates/tailwind/alert/index.js.map +1 -1
- package/dist/templates/tailwind/builder/index.js.map +1 -1
- package/dist/templates/tailwind/builderComponent/index.js.map +1 -1
- package/dist/templates/tailwind/builderComponents/index.js.map +1 -1
- package/dist/templates/tailwind/builderEditForm/index.js.map +1 -1
- package/dist/templates/tailwind/builderPlaceholder/index.js.map +1 -1
- package/dist/templates/tailwind/builderSidebar/index.js.map +1 -1
- package/dist/templates/tailwind/builderSidebarGroup/index.js.map +1 -1
- package/dist/templates/tailwind/builderWizard/index.js.map +1 -1
- package/dist/templates/tailwind/button/index.js.map +1 -1
- package/dist/templates/tailwind/bxIconsMapping.d.ts +1 -0
- package/dist/templates/tailwind/bxIconsMapping.js +74 -0
- package/dist/templates/tailwind/bxIconsMapping.js.map +1 -0
- package/dist/templates/tailwind/checkbox/index.js.map +1 -1
- package/dist/templates/tailwind/columns/index.js.map +1 -1
- package/dist/templates/tailwind/component/index.js.map +1 -1
- package/dist/templates/tailwind/componentModal/index.js.map +1 -1
- package/dist/templates/tailwind/components/index.js.map +1 -1
- package/dist/templates/tailwind/container/index.js.map +1 -1
- package/dist/templates/tailwind/cssClasses.js.map +1 -1
- package/dist/templates/tailwind/datagrid/index.js.map +1 -1
- package/dist/templates/tailwind/day/index.js.map +1 -1
- package/dist/templates/tailwind/dialog/index.js.map +1 -1
- package/dist/templates/tailwind/editgrid/index.js.map +1 -1
- package/dist/templates/tailwind/editgridTable/index.js.map +1 -1
- package/dist/templates/tailwind/errorsList/index.js.map +1 -1
- package/dist/templates/tailwind/field/index.js.map +1 -1
- package/dist/templates/tailwind/fieldset/index.js.map +1 -1
- package/dist/templates/tailwind/file/index.js.map +1 -1
- package/dist/templates/tailwind/html/index.js.map +1 -1
- package/dist/templates/tailwind/icon/index.js.map +1 -1
- package/dist/templates/tailwind/iconClass.d.ts +0 -1
- package/dist/templates/tailwind/iconClass.js +4 -54
- package/dist/templates/tailwind/iconClass.js.map +1 -1
- package/dist/templates/tailwind/index.d.ts +4 -1
- package/dist/templates/tailwind/index.js +109 -104
- package/dist/templates/tailwind/index.js.map +1 -1
- package/dist/templates/tailwind/input/index.js.map +1 -1
- package/dist/templates/tailwind/label/index.js.map +1 -1
- package/dist/templates/tailwind/loader/index.js.map +1 -1
- package/dist/templates/tailwind/loading/index.js.map +1 -1
- package/dist/templates/tailwind/lucideIconsMapping.d.ts +1 -0
- package/dist/templates/tailwind/lucideIconsMapping.js +76 -0
- package/dist/templates/tailwind/lucideIconsMapping.js.map +1 -0
- package/dist/templates/tailwind/map/index.js.map +1 -1
- package/dist/templates/tailwind/message/index.js.map +1 -1
- package/dist/templates/tailwind/modalPreview/index.js.map +1 -1
- package/dist/templates/tailwind/modaldialog/index.js.map +1 -1
- package/dist/templates/tailwind/modaledit/index.js.map +1 -1
- package/dist/templates/tailwind/multiValueRow/index.js.map +1 -1
- package/dist/templates/tailwind/multiValueTable/index.js.map +1 -1
- package/dist/templates/tailwind/multipleMasksInput/index.js.map +1 -1
- package/dist/templates/tailwind/panel/index.js.map +1 -1
- package/dist/templates/tailwind/pdf/index.js.map +1 -1
- package/dist/templates/tailwind/pdfBuilder/index.js.map +1 -1
- package/dist/templates/tailwind/pdfBuilderUpload/index.js.map +1 -1
- package/dist/templates/tailwind/radio/index.js.map +1 -1
- package/dist/templates/tailwind/resourceAdd/index.js.map +1 -1
- package/dist/templates/tailwind/select/index.js.map +1 -1
- package/dist/templates/tailwind/selectOption/index.js.map +1 -1
- package/dist/templates/tailwind/signature/index.js.map +1 -1
- package/dist/templates/tailwind/survey/index.js.map +1 -1
- package/dist/templates/tailwind/tab/index.js.map +1 -1
- package/dist/templates/tailwind/table/index.js.map +1 -1
- package/dist/templates/tailwind/tableComponents/index.js.map +1 -1
- package/dist/templates/tailwind/tree/index.js.map +1 -1
- package/dist/templates/tailwind/tree/partials/index.js.map +1 -1
- package/dist/templates/tailwind/webform/index.js.map +1 -1
- package/dist/templates/tailwind/well/index.js.map +1 -1
- package/dist/templates/tailwind/wizard/index.js.map +1 -1
- package/dist/templates/tailwind/wizardHeader/index.js.map +1 -1
- package/dist/templates/tailwind/wizardHeaderClassic/index.js.map +1 -1
- package/dist/templates/tailwind/wizardHeaderVertical/index.js.map +1 -1
- package/dist/templates/tailwind/wizardNav/index.js.map +1 -1
- package/package.json +12 -4
- package/readme.md +20 -42
- package/src/templates/tailwind/button/button.stories.jsx +19 -19
- package/src/templates/tailwind/bxIconsMapping.ts +70 -0
- package/src/templates/tailwind/iconClass.ts +11 -62
- package/src/templates/tailwind/index.ts +8 -3
- package/src/templates/tailwind/lucideIconsMapping.ts +72 -0
- package/styles/animations.css +341 -0
- package/styles/badge.css +4 -4
- package/styles/choices.css +32 -25
- package/styles/form.css +7 -2
- package/styles/icon.css +33 -0
- package/styles/index.css +1 -0
- package/styles/react-select.css +69 -5
- package/styles/tables.css +24 -57
- package/styles/tabs.css +67 -49
- package/vite.config.mts +1 -1
- package/tsconfig.app.json +0 -11
- package/tsconfig.json +0 -16
- package/tsconfig.node.json +0 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/loader/form.ejs","../../../../src/templates/tailwind/loader/index.ts"],"sourcesContent":["<div class=\"formio-loader\">\n <div class=\"loader-wrapper\">\n <div class=\"loader text-center\"></div>\n </div> \n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__p","loader"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/loader/form.ejs","../../../../src/templates/tailwind/loader/index.ts"],"sourcesContent":["<div class=\"formio-loader\">\n <div class=\"loader-wrapper\">\n <div class=\"loader text-center\"></div>\n </div> \n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__p","loader"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAAMC,IAAM;AACf,SAAAA,KAAO;AAAA;AAAA;AAAA;AAAA;AAAA,GACAA;AACP;ACFA,MAAAC,IAAe,EAAE,MAAAH,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/loading/form.ejs","../../../../src/templates/tailwind/loading/index.ts"],"sourcesContent":["{{ctx.t('Loading')}}...\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","loading"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/loading/form.ejs","../../../../src/templates/tailwind/loading/index.ts"],"sourcesContent":["{{ctx.t('Loading')}}...\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","loading"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,OACED,IAAOD,EAAI,EAAE,SAAS,MAAO,OAAO,KAAKC,KAC3C;AAAA,GACOC;AACP;ACJA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LucideIconsMapping: Record<string, any>;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
remove: "trash",
|
|
3
|
+
"question-sign": "circle-question-mark",
|
|
4
|
+
"new-window": "app-window",
|
|
5
|
+
"minus-square-o": "square-minus",
|
|
6
|
+
cog: "cog",
|
|
7
|
+
move: "move",
|
|
8
|
+
wrench: "wrench",
|
|
9
|
+
save: "save",
|
|
10
|
+
copy: "copy",
|
|
11
|
+
calendar: "calendar",
|
|
12
|
+
file: "file",
|
|
13
|
+
wpforms: "picture-in-picture-2",
|
|
14
|
+
"files-o": "files",
|
|
15
|
+
refresh: "refresh-cw",
|
|
16
|
+
indent: "list-indent-increase",
|
|
17
|
+
tasks: "rows-2",
|
|
18
|
+
th: "grid-3x3",
|
|
19
|
+
"th-list": "panel-top-open",
|
|
20
|
+
"folder-open": "folder-open",
|
|
21
|
+
"folder-o": "folder",
|
|
22
|
+
"user-secret": "user-round-x",
|
|
23
|
+
table: "table",
|
|
24
|
+
pencil: "pencil",
|
|
25
|
+
code: "code",
|
|
26
|
+
terminal: "terminal",
|
|
27
|
+
home: "house",
|
|
28
|
+
html5: "file-text",
|
|
29
|
+
list: "list",
|
|
30
|
+
usd: "dollar-sign",
|
|
31
|
+
hashtag: "hash",
|
|
32
|
+
tags: "tags",
|
|
33
|
+
at: "at-sign",
|
|
34
|
+
font: "type",
|
|
35
|
+
asterisk: "asterisk",
|
|
36
|
+
plus: "plus",
|
|
37
|
+
"plus-square": "list-check",
|
|
38
|
+
"plus-square-o": "square-plus",
|
|
39
|
+
"dot-circle-o": "circle-check",
|
|
40
|
+
"phone-square": "phone",
|
|
41
|
+
"clock-o": "clock",
|
|
42
|
+
link: "link",
|
|
43
|
+
columns: "columns-3",
|
|
44
|
+
"th-large": "layout-grid",
|
|
45
|
+
"list-alt": "app-window",
|
|
46
|
+
"square-o": "square",
|
|
47
|
+
cubes: "boxes",
|
|
48
|
+
stop: "square",
|
|
49
|
+
"check-square": "square-check",
|
|
50
|
+
"remove-circle": "x",
|
|
51
|
+
"circle-xmark": "circle-x",
|
|
52
|
+
bars: "list",
|
|
53
|
+
edit: "square-pen",
|
|
54
|
+
time: "clock",
|
|
55
|
+
microphone: "mic",
|
|
56
|
+
video: "video",
|
|
57
|
+
"times-circle": "circle-x",
|
|
58
|
+
minus: "minus",
|
|
59
|
+
circle: "circle",
|
|
60
|
+
"search-plus": "zoom-in",
|
|
61
|
+
"search-minus": "zoom-out",
|
|
62
|
+
"hand-paper-o": "pointer",
|
|
63
|
+
undo: "undo-2",
|
|
64
|
+
redo: "redo-2",
|
|
65
|
+
repeat: "repeat",
|
|
66
|
+
data: "database",
|
|
67
|
+
"paper-plane": "send",
|
|
68
|
+
reset: "rotate-ccw",
|
|
69
|
+
loader: "loader-circle",
|
|
70
|
+
detail: "file-text",
|
|
71
|
+
spreadsheet: "file-spreadsheet"
|
|
72
|
+
};
|
|
73
|
+
export {
|
|
74
|
+
e as LucideIconsMapping
|
|
75
|
+
};
|
|
76
|
+
//# sourceMappingURL=lucideIconsMapping.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lucideIconsMapping.js","sources":["../../../src/templates/tailwind/lucideIconsMapping.ts"],"sourcesContent":["export const LucideIconsMapping: Record<string, any> = {\n remove: \"trash\",\n \"question-sign\": \"circle-question-mark\",\n \"new-window\": \"app-window\",\n \"minus-square-o\": \"square-minus\",\n cog: \"cog\",\n move: \"move\",\n wrench: \"wrench\",\n save: \"save\",\n copy: \"copy\",\n calendar: \"calendar\",\n file: \"file\",\n wpforms: \"picture-in-picture-2\",\n \"files-o\": \"files\",\n refresh: \"refresh-cw\",\n indent: \"list-indent-increase\",\n tasks: \"rows-2\",\n th: \"grid-3x3\",\n \"th-list\": \"panel-top-open\",\n \"folder-open\": \"folder-open\",\n \"folder-o\": \"folder\",\n \"user-secret\": \"user-round-x\",\n table: \"table\",\n pencil: \"pencil\",\n code: \"code\",\n terminal: \"terminal\",\n home: \"house\",\n html5: \"file-text\",\n list: \"list\",\n usd: \"dollar-sign\",\n hashtag: \"hash\",\n tags: \"tags\",\n at: \"at-sign\",\n font: \"type\",\n asterisk: \"asterisk\",\n plus: \"plus\",\n \"plus-square\": \"list-check\",\n \"plus-square-o\": \"square-plus\",\n \"dot-circle-o\": \"circle-check\",\n \"phone-square\": \"phone\",\n \"clock-o\": \"clock\",\n link: \"link\",\n columns: \"columns-3\",\n \"th-large\": \"layout-grid\",\n \"list-alt\": \"app-window\",\n \"square-o\": \"square\",\n cubes: \"boxes\",\n stop: \"square\",\n \"check-square\": \"square-check\",\n \"remove-circle\": \"x\",\n \"circle-xmark\": \"circle-x\",\n bars: \"list\",\n edit: \"square-pen\",\n time: \"clock\",\n microphone: \"mic\",\n video: \"video\",\n \"times-circle\": \"circle-x\",\n minus: \"minus\",\n circle: \"circle\",\n \"search-plus\": \"zoom-in\",\n \"search-minus\": \"zoom-out\",\n \"hand-paper-o\": \"pointer\",\n undo: \"undo-2\",\n redo: \"redo-2\",\n repeat: \"repeat\",\n data: \"database\",\n \"paper-plane\": \"send\",\n reset: \"rotate-ccw\",\n loader: \"loader-circle\",\n detail: \"file-text\",\n spreadsheet: \"file-spreadsheet\"\n};\n"],"names":["LucideIconsMapping"],"mappings":"AAAO,MAAMA,IAA0C;AAAA,EACrD,QAAQ;AAAA,EACR,iBAAiB;AAAA,EACjB,cAAc;AAAA,EACd,kBAAkB;AAAA,EAClB,KAAK;AAAA,EACL,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AAAA,EACN,SAAS;AAAA,EACT,WAAW;AAAA,EACX,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,IAAI;AAAA,EACJ,WAAW;AAAA,EACX,eAAe;AAAA,EACf,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AAAA,EACN,OAAO;AAAA,EACP,MAAM;AAAA,EACN,KAAK;AAAA,EACL,SAAS;AAAA,EACT,MAAM;AAAA,EACN,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AAAA,EACN,eAAe;AAAA,EACf,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,OAAO;AAAA,EACP,MAAM;AAAA,EACN,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,MAAM;AAAA,EACN,MAAM;AAAA,EACN,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,OAAO;AAAA,EACP,gBAAgB;AAAA,EAChB,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,MAAM;AAAA,EACN,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,eAAe;AAAA,EACf,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,aAAa;AACf;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/map/form.ejs","../../../../src/templates/tailwind/map/index.ts"],"sourcesContent":["<div id=\"{{ctx.mapId}}\" style=\"min-height: 300px; height: calc(100vh - 600px);\" ref=\"gmapElement\"></div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","map"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/map/form.ejs","../../../../src/templates/tailwind/map/index.ts"],"sourcesContent":["<div id=\"{{ctx.mapId}}\" style=\"min-height: 300px; height: calc(100vh - 600px);\" ref=\"gmapElement\"></div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","map"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO,gBACLD,IAAOD,EAAI,UAAW,OAAO,KAAKC,KACpC;AAAA,GACOC;AACP;ACJA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/message/form.ejs","../../../../src/templates/tailwind/message/index.ts"],"sourcesContent":["<div id=\"e-{{ctx.instance.id}}-{{ctx.key}}\" class=\"form-text {{ctx.level || 'error'}}\">{{ctx.message}}</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","message"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/message/form.ejs","../../../../src/templates/tailwind/message/index.ts"],"sourcesContent":["<div id=\"e-{{ctx.instance.id}}-{{ctx.key}}\" class=\"form-text {{ctx.level || 'error'}}\">{{ctx.message}}</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","message"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO,kBACLD,IAAOD,EAAI,SAAS,OAAQ,OAAO,KAAKC,KAC1C,QACEA,IAAOD,EAAI,QAAS,OAAO,KAAKC,KAClC,0BACEA,IAAOD,EAAI,SAAS,YAAa,OAAO,KAAKC,KAC/C,SACEA,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA,GACOC;AACP;ACVA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/modalPreview/form.ejs","../../../../src/templates/tailwind/modalPreview/index.ts"],"sourcesContent":["<label id=\"l-{{ctx.component.key}}\" class=\"control-label {{ ctx.label.className }}\">\n {{ ctx.t(ctx.component.label, { _userInput: true }) }}<span ref=\"modalLabelValue\" class=\"sr-only\">. {{ ctx.component.type === 'signature' ? ctx.self.getValueAsString(ctx.previewText) : ctx.previewText }}</span>\n</label><br>\n<span class=\"sr-only\" ref=\"modalPreviewLiveRegion\" aria-live=\"assertive\"></span>\n<button\n lang=\"en\"\n class=\"btn btn-light btn-md open-modal-button form-control {{ctx.openModalBtnClasses || ''}}\"\n ref=\"openModal\"\n aria-labelledby=\"l-{{ctx.component.key}}\"\n>\n {{ ctx.previewText }}\n</button>\n<div class=\"formio-errors invalid-feedback\">\n {{ ctx.messages }}\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","modalPreview"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/modalPreview/form.ejs","../../../../src/templates/tailwind/modalPreview/index.ts"],"sourcesContent":["<label id=\"l-{{ctx.component.key}}\" class=\"control-label {{ ctx.label.className }}\">\n {{ ctx.t(ctx.component.label, { _userInput: true }) }}<span ref=\"modalLabelValue\" class=\"sr-only\">. {{ ctx.component.type === 'signature' ? ctx.self.getValueAsString(ctx.previewText) : ctx.previewText }}</span>\n</label><br>\n<span class=\"sr-only\" ref=\"modalPreviewLiveRegion\" aria-live=\"assertive\"></span>\n<button\n lang=\"en\"\n class=\"btn btn-light btn-md open-modal-button form-control {{ctx.openModalBtnClasses || ''}}\"\n ref=\"openModal\"\n aria-labelledby=\"l-{{ctx.component.key}}\"\n>\n {{ ctx.previewText }}\n</button>\n<div class=\"formio-errors invalid-feedback\">\n {{ ctx.messages }}\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","modalPreview"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO,oBACLD,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C,8BACEA,IAAQD,EAAI,MAAM,cAAgB,OAAO,KAAKC,KAChD;AAAA,QACEA,IAAQD,EAAI,EAAEA,EAAI,UAAU,OAAO,EAAE,YAAY,GAAI,CAAE,MAAQ,OAAO,KAAKC,KAC7E,qDACEA,IAAQD,EAAI,UAAU,SAAS,cAAcA,EAAI,KAAK,iBAAiBA,EAAI,WAAW,IAAIA,EAAI,gBAAkB,OAAO,KAAKC,KAC9H;AAAA;AAAA;AAAA;AAAA;AAAA,mEACEA,IAAOD,EAAI,uBAAuB,OAAQ,OAAO,KAAKC,KACxD;AAAA;AAAA,2BACEA,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C;AAAA;AAAA,QACEA,IAAQD,EAAI,gBAAkB,OAAO,KAAKC,KAC5C;AAAA;AAAA;AAAA,QACEA,IAAQD,EAAI,aAAe,OAAO,KAAKC,KACzC;AAAA;AAAA,GACOC;AACP;AClBA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/modaldialog/form.ejs","../../../../src/templates/tailwind/modaldialog/index.ts"],"sourcesContent":["<div class=\"formio-dialog formio-dialog-theme-default formio-modaledit-dialog\">\n <div ref=\"overlay\" class=\"formio-dialog-overlay\"></div>\n <div ref=\"content\" class=\"formio-modaledit-content\">\n <button\n ref=\"close\"\n type=\"button\"\n role=\"button\"\n class=\"btn btn-primary btn-xs formio-modaledit-close\">\n {{ctx.t('Close')}}\n </button>\n <div ref=\"inner\" class=\"reset-margins\"></div>\n </div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","modaldialog"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/modaldialog/form.ejs","../../../../src/templates/tailwind/modaldialog/index.ts"],"sourcesContent":["<div class=\"formio-dialog formio-dialog-theme-default formio-modaledit-dialog\">\n <div ref=\"overlay\" class=\"formio-dialog-overlay\"></div>\n <div ref=\"content\" class=\"formio-modaledit-content\">\n <button\n ref=\"close\"\n type=\"button\"\n role=\"button\"\n class=\"btn btn-primary btn-xs formio-modaledit-close\">\n {{ctx.t('Close')}}\n </button>\n <div ref=\"inner\" class=\"reset-margins\"></div>\n </div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","modaldialog"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YACLD,IAAOD,EAAI,EAAE,OAAO,MAAO,OAAO,KAAKC,KACzC;AAAA;AAAA;AAAA;AAAA;AAAA,GACOC;AACP;ACJA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/modaledit/form.ejs","../../../../src/templates/tailwind/modaledit/index.ts"],"sourcesContent":["<div ref=\"container\" class=\"formio-modaledit-view-container\">\n <button\n ref=\"edit\"\n type=\"button\"\n role=\"button\"\n class=\"btn btn-xxs btn-warning formio-modaledit-edit\">\n <i class=\"{{ctx.iconClass('edit')}}\"></i>\n </button>\n <div ref=\"input\" class=\"modaledit-view-inner reset-margins\">{{ctx.content}}</div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","modaledit"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/modaledit/form.ejs","../../../../src/templates/tailwind/modaledit/index.ts"],"sourcesContent":["<div ref=\"container\" class=\"formio-modaledit-view-container\">\n <button\n ref=\"edit\"\n type=\"button\"\n role=\"button\"\n class=\"btn btn-xxs btn-warning formio-modaledit-edit\">\n <i class=\"{{ctx.iconClass('edit')}}\"></i>\n </button>\n <div ref=\"input\" class=\"modaledit-view-inner reset-margins\">{{ctx.content}}</div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","modaledit"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBACLD,IAAOD,EAAI,UAAU,MAAM,MAAO,OAAO,KAAKC,KAChD;AAAA;AAAA,oEACEA,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA;AAAA,GACOC;AACP;ACNA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/multiValueRow/form.ejs","../../../../src/templates/tailwind/multiValueRow/index.ts"],"sourcesContent":["<tr ref=\"row\">\n <td>\n {{ctx.element}}\n </td>\n {% if (!ctx.disabled) { %}\n <td>\n <button type=\"button\" class=\"btn btn-secondary\" ref=\"removeRow\">\n <i class=\"{{ctx.iconClass('remove-circle')}}\"></i>\n </button>\n </td>\n {% } %}\n</tr>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","multiValueRow"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/multiValueRow/form.ejs","../../../../src/templates/tailwind/multiValueRow/index.ts"],"sourcesContent":["<tr ref=\"row\">\n <td>\n {{ctx.element}}\n </td>\n {% if (!ctx.disabled) { %}\n <td>\n <button type=\"button\" class=\"btn btn-secondary\" ref=\"removeRow\">\n <i class=\"{{ctx.iconClass('remove-circle')}}\"></i>\n </button>\n </td>\n {% } %}\n</tr>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","multiValueRow"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA;AAAA,UACLD,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA;AAAA,KACMD,EAAI,aACVE,KAAO;AAAA;AAAA;AAAA,sBACLD,IAAOD,EAAI,UAAU,eAAe,MAAO,OAAO,KAAKC,KACzD;AAAA;AAAA;AAAA,MAEAC,KAAO;AAAA;AAAA,GACAA;AACP;ACXA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/multiValueTable/form.ejs","../../../../src/templates/tailwind/multiValueTable/index.ts"],"sourcesContent":["<table class=\"table table-bordered\">\n <tbody>\n {{ctx.rows}}\n {% if (!ctx.disabled) { %}\n <tr>\n <td colspan=\"2\">\n <button class=\"btn btn-primary formio-button-add-another\" ref=\"addButton\"><i class=\"{{ctx.iconClass('plus')}}\"></i> {{ctx.t(ctx.addAnother, { _userInput: true })}}</button>\n </td>\n </tr>\n {% } %}\n </tbody>\n</table>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","multiValueTable"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/multiValueTable/form.ejs","../../../../src/templates/tailwind/multiValueTable/index.ts"],"sourcesContent":["<table class=\"table table-bordered\">\n <tbody>\n {{ctx.rows}}\n {% if (!ctx.disabled) { %}\n <tr>\n <td colspan=\"2\">\n <button class=\"btn btn-primary formio-button-add-another\" ref=\"addButton\"><i class=\"{{ctx.iconClass('plus')}}\"></i> {{ctx.t(ctx.addAnother, { _userInput: true })}}</button>\n </td>\n </tr>\n {% } %}\n </tbody>\n</table>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","multiValueTable"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA;AAAA,QACLD,IAAOD,EAAI,SAAU,OAAO,KAAKC,KACnC;AAAA,KACMD,EAAI,aACVE,KAAO;AAAA;AAAA;AAAA,gGACLD,IAAOD,EAAI,UAAU,MAAM,MAAO,OAAO,KAAKC,KAChD,cACEA,IAAOD,EAAI,EAAEA,EAAI,YAAY,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKC,KACtE;AAAA;AAAA;AAAA,MAEAC,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;ACbA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/multipleMasksInput/form.ejs","../../../../src/templates/tailwind/multipleMasksInput/index.ts"],"sourcesContent":["<div\n class=\"input-group formio-multiple-mask-container\"\n ref=\"{{ctx.input.ref ? ctx.input.ref : 'input'}}\"\n>\n <select\n class=\"form-control formio-multiple-mask-select\"\n id=\"{{ctx.key}}-mask\"\n ref=\"select\"\n {% if (ctx.input.attr.disabled) { %}disabled{% } %}>\n {% ctx.selectOptions.forEach(function(option) { %}\n <option value=\"{{option.value}}\">{{option.label}}</option>\n {% }); %}\n </select>\n <input\n ref=\"mask\"\n {% for (var attr in ctx.input.attr) { %}\n {{attr}}=\"{{ctx.input.attr[attr]}}\"\n {% } %}\n >\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","option","attr","multipleMasksInput"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/multipleMasksInput/form.ejs","../../../../src/templates/tailwind/multipleMasksInput/index.ts"],"sourcesContent":["<div\n class=\"input-group formio-multiple-mask-container\"\n ref=\"{{ctx.input.ref ? ctx.input.ref : 'input'}}\"\n>\n <select\n class=\"form-control formio-multiple-mask-select\"\n id=\"{{ctx.key}}-mask\"\n ref=\"select\"\n {% if (ctx.input.attr.disabled) { %}disabled{% } %}>\n {% ctx.selectOptions.forEach(function(option) { %}\n <option value=\"{{option.value}}\">{{option.label}}</option>\n {% }); %}\n </select>\n <input\n ref=\"mask\"\n {% for (var attr in ctx.input.attr) { %}\n {{attr}}=\"{{ctx.input.attr[attr]}}\"\n {% } %}\n >\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","option","attr","multipleMasksInput"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,EAAAA,KAAO;AAAA;AAAA,aACLD,IAAOD,EAAI,MAAM,MAAMA,EAAI,MAAM,MAAM,YAAa,OAAO,KAAKC,KAClE;AAAA;AAAA;AAAA;AAAA,cACEA,IAAOD,EAAI,QAAS,OAAO,KAAKC,KAClC;AAAA;AAAA,OACKD,EAAI,MAAM,KAAK,aACpBE,KAAO,aAEPA,KAAO;AAAA,OACNF,EAAI,cAAc,QAAQ,SAASG,GAAQ;AAC5C,IAAAD,KAAO;AAAA,yBACLD,IAAOE,EAAO,UAAW,OAAO,KAAKF,KACvC,SACEA,IAAOE,EAAO,UAAW,OAAO,KAAKF,KACvC;AAAA;AAAA,EACC,CAAC,GACFC,KAAO;AAAA;AAAA;AAAA;AAAA;AACN,WAASE,KAAQJ,EAAI,MAAM;AAC5B,IAAAE,KAAO;AAAA,UACLD,IAAOG,MAAU,OAAO,KAAKH,KAC/B,SACEA,IAAOD,EAAI,MAAM,KAAKI,CAAI,MAAO,OAAO,KAAKH,KAC/C;AAAA;AAEA,SAAAC,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;AC3BA,MAAAG,IAAe,EAAE,MAAAN,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/panel/form.ejs","../../../../src/templates/tailwind/panel/index.ts"],"sourcesContent":["<div class=\"mb-2 card border\">\n {% if (!ctx.component.hideLabel || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { %}\n <div class=\"card-header {{ctx.transform('class', 'bg-' + ctx.component.theme)}}\"\n {% if (ctx.component.collapsible) { %}\n tabindex=\"0\"\n {% } %}\n role=\"button\"\n aria-expanded=\"{{ctx.component.collapsible ? !ctx.collapsed : true}}\"\n aria-controls=\"{{ctx.instance.id}}-{{ctx.component.key}}\"\n ref=\"header\"\n >\n <span class=\"mb-0 card-title {% if (ctx.component.theme && ctx.component.theme !== 'default') { %}text-light{% } %}\">\n {% if (ctx.component.collapsible) { %}\n <i class=\"formio-collapse-icon {{ctx.iconClass(ctx.collapsed ? 'plus-square-o' : 'minus-square-o')}} text-muted\" data-title=\"Collapse Panel\"></i>\n {% } %}\n {% if (!ctx.component.hideLabel || ctx.builder) { %}\n {{ctx.t(ctx.component.title, { _userInput: true })}}\n {% } %}\n {% if (ctx.component.tooltip) { %}\n <i ref=\"tooltip\" tabindex=\"0\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{ctx.component.tooltip}}\"></i>\n {% } %}\n </span>\n </div>\n {% } %}\n {% if (!ctx.collapsed || ctx.builder) { %}\n <div class=\"card-body\" ref=\"{{ctx.nestedKey}}\" id=\"{{ctx.instance.id}}-{{ctx.component.key}}\">\n {{ctx.children}}\n </div>\n {% } %}\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","panel"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/panel/form.ejs","../../../../src/templates/tailwind/panel/index.ts"],"sourcesContent":["<div class=\"mb-2 card border\">\n {% if (!ctx.component.hideLabel || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { %}\n <div class=\"card-header {{ctx.transform('class', 'bg-' + ctx.component.theme)}}\"\n {% if (ctx.component.collapsible) { %}\n tabindex=\"0\"\n {% } %}\n role=\"button\"\n aria-expanded=\"{{ctx.component.collapsible ? !ctx.collapsed : true}}\"\n aria-controls=\"{{ctx.instance.id}}-{{ctx.component.key}}\"\n ref=\"header\"\n >\n <span class=\"mb-0 card-title {% if (ctx.component.theme && ctx.component.theme !== 'default') { %}text-light{% } %}\">\n {% if (ctx.component.collapsible) { %}\n <i class=\"formio-collapse-icon {{ctx.iconClass(ctx.collapsed ? 'plus-square-o' : 'minus-square-o')}} text-muted\" data-title=\"Collapse Panel\"></i>\n {% } %}\n {% if (!ctx.component.hideLabel || ctx.builder) { %}\n {{ctx.t(ctx.component.title, { _userInput: true })}}\n {% } %}\n {% if (ctx.component.tooltip) { %}\n <i ref=\"tooltip\" tabindex=\"0\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{ctx.component.tooltip}}\"></i>\n {% } %}\n </span>\n </div>\n {% } %}\n {% if (!ctx.collapsed || ctx.builder) { %}\n <div class=\"card-body\" ref=\"{{ctx.nestedKey}}\" id=\"{{ctx.instance.id}}-{{ctx.component.key}}\">\n {{ctx.children}}\n </div>\n {% } %}\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","panel"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA,MACF,CAACF,EAAI,UAAU,aAAaA,EAAI,WAAWA,EAAI,UAAU,eAAeA,EAAI,UAAU,aAC3FE,KAAO;AAAA,gCACLD,IAAOD,EAAI,UAAU,SAAS,QAAQA,EAAI,UAAU,KAAK,MAAO,OAAO,KAAKC,KAC9E;AAAA,OACKD,EAAI,UAAU,gBACnBE,KAAO;AAAA;AAAA,QAEPA,KAAO;AAAA;AAAA,yBACLD,IAAOD,EAAI,UAAU,cAAc,CAACA,EAAI,YAAY,OAAU,OAAO,KAAKC,KAC5E;AAAA,yBACEA,IAAOD,EAAI,SAAS,OAAQ,OAAO,KAAKC,KAC1C,QACEA,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C;AAAA;AAAA;AAAA,oCACKD,EAAI,UAAU,SAASA,EAAI,UAAU,UAAU,cACpDE,KAAO,eAEPA,KAAO;AAAA,SACFF,EAAI,UAAU,gBACnBE,KAAO;AAAA,6CACLD,IAAOD,EAAI,UAAUA,EAAI,YAAY,kBAAkB,gBAAgB,MAAO,OAAO,KAAKC,KAC5F;AAAA,UAEAC,KAAO;AAAA,UACF,CAACF,EAAI,UAAU,aAAaA,EAAI,aACrCE,KAAO;AAAA,YACLD,IAAOD,EAAI,EAAEA,EAAI,UAAU,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKC,KAC3E;AAAA,UAEAC,KAAO;AAAA,SACFF,EAAI,UAAU,YACnBE,KAAO;AAAA,mDACLD,IAAOD,EAAI,UAAU,eAAe,MAAO,OAAO,KAAKC,KACzD,kCACEA,IAAOD,EAAI,UAAU,YAAa,OAAO,KAAKC,KAChD;AAAA,UAEAC,KAAO;AAAA;AAAA;AAAA,MAEPA,KAAO;AAAA,MACF,CAACF,EAAI,aAAaA,EAAI,aAC3BE,KAAO;AAAA,oCACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC,aACEA,IAAOD,EAAI,SAAS,OAAQ,OAAO,KAAKC,KAC1C,QACEA,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C;AAAA,UACEA,IAAOD,EAAI,aAAc,OAAO,KAAKC,KACvC;AAAA;AAAA,MAEAC,KAAO;AAAA;AAAA,GACAA;AACP;ACvDA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/pdf/form.ejs","../../../../src/templates/tailwind/pdf/index.ts"],"sourcesContent":["<div class=\"{{ctx.classes}}\" ref=\"webform\">\n\t<button data-noattach=\"true\" ref=\"zoomIn\" style=\"position:absolute;right:10px;top:10px;cursor:pointer;\" class=\"btn btn-default btn-secondary no-disable\">\n\t\t<i class=\"{{ ctx.iconClass('zoom-in') }}\"></i>\n\t</button>\n\t<button data-noattach=\"true\" ref=\"zoomOut\" style=\"position:absolute;right:10px;top:60px;cursor:pointer;\" class=\"btn btn-default btn-secondary no-disable\">\n\t\t<i class=\"{{ ctx.iconClass('zoom-out') }}\"></i>\n\t</button>\n <div data-noattach=\"true\" ref=\"iframeContainer\"></div>\n {{ ctx.submitButton }}\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","pdf"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/pdf/form.ejs","../../../../src/templates/tailwind/pdf/index.ts"],"sourcesContent":["<div class=\"{{ctx.classes}}\" ref=\"webform\">\n\t<button data-noattach=\"true\" ref=\"zoomIn\" style=\"position:absolute;right:10px;top:10px;cursor:pointer;\" class=\"btn btn-default btn-secondary no-disable\">\n\t\t<i class=\"{{ ctx.iconClass('zoom-in') }}\"></i>\n\t</button>\n\t<button data-noattach=\"true\" ref=\"zoomOut\" style=\"position:absolute;right:10px;top:60px;cursor:pointer;\" class=\"btn btn-default btn-secondary no-disable\">\n\t\t<i class=\"{{ ctx.iconClass('zoom-out') }}\"></i>\n\t</button>\n <div data-noattach=\"true\" ref=\"iframeContainer\"></div>\n {{ ctx.submitButton }}\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","pdf"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO,mBACLD,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA;AAAA,kBACEA,IAAQD,EAAI,UAAU,SAAS,MAAQ,OAAO,KAAKC,KACrD;AAAA;AAAA;AAAA,kBACEA,IAAQD,EAAI,UAAU,UAAU,MAAQ,OAAO,KAAKC,KACtD;AAAA;AAAA;AAAA,QACEA,IAAQD,EAAI,iBAAmB,OAAO,KAAKC,KAC7C;AAAA;AAAA,GACOC;AACP;ACVA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/pdfBuilder/form.ejs","../../../../src/templates/tailwind/pdfBuilder/index.ts"],"sourcesContent":["<div class=\"formio builder grid grid-cols-12 gap-4 formbuilder\">\n <div class=\"col-span-12 xs:col-span-4 sm:col-span-3 md:col-span-2 formcomponents\">\n {{ctx.sidebar}}\n </div>\n <div class=\"col-span-12 xs:col-span-8 sm:col-span-9 md:col-span-10 formarea\" ref=\"form\">\n\t <div class=\"formio-drop-zone\" ref=\"iframeDropzone\"></div>\n {{ctx.form}}\n </div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","pdfBuilder"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/pdfBuilder/form.ejs","../../../../src/templates/tailwind/pdfBuilder/index.ts"],"sourcesContent":["<div class=\"formio builder grid grid-cols-12 gap-4 formbuilder\">\n <div class=\"col-span-12 xs:col-span-4 sm:col-span-3 md:col-span-2 formcomponents\">\n {{ctx.sidebar}}\n </div>\n <div class=\"col-span-12 xs:col-span-8 sm:col-span-9 md:col-span-10 formarea\" ref=\"form\">\n\t <div class=\"formio-drop-zone\" ref=\"iframeDropzone\"></div>\n {{ctx.form}}\n </div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","pdfBuilder"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO;AAAA;AAAA,UACLD,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA;AAAA;AAAA;AAAA,UACEA,IAAOD,EAAI,SAAU,OAAO,KAAKC,KACnC;AAAA;AAAA;AAAA,GACOC;AACP;ACNA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/pdfBuilderUpload/form.ejs","../../../../src/templates/tailwind/pdfBuilderUpload/index.ts"],"sourcesContent":["<div class=\"pdf-upload formio-component-file\">\n <h3 class=\"label\">{{ctx.t('Upload a PDF File')}}</h3>\n <input type=\"file\" style=\"opacity: 0; position: absolute;\" tabindex=\"-1\" accept=\".pdf\" ref=\"hiddenFileInputElement\">\n <div class=\"fileSelector\" ref=\"fileDrop\">\n <span ref=\"dragDropText\">\n <i class=\"{{ctx.iconClass('cloud-upload')}}\"></i>{{ctx.t('Drop pdf to start, or')}} <a href=\"#\" ref=\"fileBrowse\" class=\"browse\">{{ctx.t('browse')}}</a>\n </span>\n <div class=\"progress pdf-progress\" ref=\"uploadProgressWrapper\" style=\"display:none;\">\n <div class=\"progress-bar\" ref=\"uploadProgress\" role=\"progressbar\" aria-valuenow=\"0\" aria-valuemin=\"0\" aria-valuemax=\"100\"></div>\n </div>\n </div>\n <div class=\"alert alert-danger\" ref=\"uploadError\">\n\n </div>\n</div>\n\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","pdfBuilderUpload"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/pdfBuilderUpload/form.ejs","../../../../src/templates/tailwind/pdfBuilderUpload/index.ts"],"sourcesContent":["<div class=\"pdf-upload formio-component-file\">\n <h3 class=\"label\">{{ctx.t('Upload a PDF File')}}</h3>\n <input type=\"file\" style=\"opacity: 0; position: absolute;\" tabindex=\"-1\" accept=\".pdf\" ref=\"hiddenFileInputElement\">\n <div class=\"fileSelector\" ref=\"fileDrop\">\n <span ref=\"dragDropText\">\n <i class=\"{{ctx.iconClass('cloud-upload')}}\"></i>{{ctx.t('Drop pdf to start, or')}} <a href=\"#\" ref=\"fileBrowse\" class=\"browse\">{{ctx.t('browse')}}</a>\n </span>\n <div class=\"progress pdf-progress\" ref=\"uploadProgressWrapper\" style=\"display:none;\">\n <div class=\"progress-bar\" ref=\"uploadProgress\" role=\"progressbar\" aria-valuenow=\"0\" aria-valuemin=\"0\" aria-valuemax=\"100\"></div>\n </div>\n </div>\n <div class=\"alert alert-danger\" ref=\"uploadError\">\n\n </div>\n</div>\n\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","pdfBuilderUpload"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO;AAAA,0BACLD,IAAOD,EAAI,EAAE,mBAAmB,MAAO,OAAO,KAAKC,KACrD;AAAA;AAAA;AAAA;AAAA,sBACEA,IAAOD,EAAI,UAAU,cAAc,MAAO,OAAO,KAAKC,KACxD,aACEA,IAAOD,EAAI,EAAE,uBAAuB,MAAO,OAAO,KAAKC,KACzD,oDACEA,IAAOD,EAAI,EAAE,QAAQ,MAAO,OAAO,KAAKC,KAC1C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GACOC;AACP;ACVA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/radio/form.ejs","../../../../src/templates/tailwind/radio/html.ejs","../../../../src/templates/tailwind/radio/index.ts"],"sourcesContent":["<div\n class=\"form-radio radio\"\n ref=\"radioGroup\"\n role=\"{{ctx.component.type === 'selectboxes' ? 'group' : 'radiogroup'}}\"\n aria-required=\"{{ctx.input.component.validate.required}}\"\n aria-labelledby=\"l-{{ctx.instance.id}}-{{ctx.component.key}}\"\n {% if (ctx.component.description) { %}\n aria-describedby=\"d-{{ctx.instance.id}}-{{ctx.component.key}}\"\n {% } %}\n>\n {% ctx.values.forEach(function(item) { %}\n <div class=\"{{ctx.input.attr.type}} {{ ctx.component.optionsLabelPosition && ctx.component.optionsLabelPosition !== 'right' ? 'pl-0' : ''}} form-check{{ctx.inline ? '-inline' : ''}}\" ref=\"wrapper\">\n <label class=\"form-check-label label-position-{{ ctx.component.optionsLabelPosition }}\" for=\"{{ctx.instance.root && ctx.instance.root.id}}-{{ctx.id}}-{{ctx.row}}-{{item.value}}\">\n {% if (ctx.component.optionsLabelPosition === 'left' || ctx.component.optionsLabelPosition === 'top') { %}\n <span>{{ctx.t(item.label, { _userInput: true })}}</span>\n {% } %}\n <{{ctx.input.type}}\n ref=\"input\"\n {% for (var attr in ctx.input.attr) { %}\n {{attr}}=\"{{ctx.input.attr[attr]}}\"\n {% } %}\n value=\"{{item.value}}\"\n {% if (ctx.value && (ctx.value === item.value || (typeof ctx.value === 'object' && ctx.value.hasOwnProperty(item.value) && ctx.value[item.value]))) { %}\n checked=true\n {% } %}\n {% if (item.disabled) { %}\n disabled=true\n {% } %}\n id=\"{{ctx.instance.root && ctx.instance.root.id}}-{{ctx.id}}-{{ctx.row}}-{{item.value}}\"\n role=\"{{ctx.component.type === 'selectboxes' ? 'checkbox' : 'radio'}}\"\n >\n {% if (!ctx.component.optionsLabelPosition || ctx.component.optionsLabelPosition === 'right' || ctx.component.optionsLabelPosition === 'bottom') { %}\n <span>{{ctx.t(item.label, { _userInput: true })}}</span>\n {% } %}\n </label>\n </div>\n {% }) %}\n</div>\n","<div ref=\"value\">\n {% var filtered = ctx.values.filter(function(item) {return ctx.value === item.value || (typeof ctx.value === 'object' && ctx.value.hasOwnProperty(item.value) && ctx.value[item.value])}).map(function(item) { return ctx.t(item.label, { _userInput: true })}).join(', ') %}\n {{ filtered }}\n</div>\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","item","attr","html","filtered","radio"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/radio/form.ejs","../../../../src/templates/tailwind/radio/html.ejs","../../../../src/templates/tailwind/radio/index.ts"],"sourcesContent":["<div\n class=\"form-radio radio\"\n ref=\"radioGroup\"\n role=\"{{ctx.component.type === 'selectboxes' ? 'group' : 'radiogroup'}}\"\n aria-required=\"{{ctx.input.component.validate.required}}\"\n aria-labelledby=\"l-{{ctx.instance.id}}-{{ctx.component.key}}\"\n {% if (ctx.component.description) { %}\n aria-describedby=\"d-{{ctx.instance.id}}-{{ctx.component.key}}\"\n {% } %}\n>\n {% ctx.values.forEach(function(item) { %}\n <div class=\"{{ctx.input.attr.type}} {{ ctx.component.optionsLabelPosition && ctx.component.optionsLabelPosition !== 'right' ? 'pl-0' : ''}} form-check{{ctx.inline ? '-inline' : ''}}\" ref=\"wrapper\">\n <label class=\"form-check-label label-position-{{ ctx.component.optionsLabelPosition }}\" for=\"{{ctx.instance.root && ctx.instance.root.id}}-{{ctx.id}}-{{ctx.row}}-{{item.value}}\">\n {% if (ctx.component.optionsLabelPosition === 'left' || ctx.component.optionsLabelPosition === 'top') { %}\n <span>{{ctx.t(item.label, { _userInput: true })}}</span>\n {% } %}\n <{{ctx.input.type}}\n ref=\"input\"\n {% for (var attr in ctx.input.attr) { %}\n {{attr}}=\"{{ctx.input.attr[attr]}}\"\n {% } %}\n value=\"{{item.value}}\"\n {% if (ctx.value && (ctx.value === item.value || (typeof ctx.value === 'object' && ctx.value.hasOwnProperty(item.value) && ctx.value[item.value]))) { %}\n checked=true\n {% } %}\n {% if (item.disabled) { %}\n disabled=true\n {% } %}\n id=\"{{ctx.instance.root && ctx.instance.root.id}}-{{ctx.id}}-{{ctx.row}}-{{item.value}}\"\n role=\"{{ctx.component.type === 'selectboxes' ? 'checkbox' : 'radio'}}\"\n >\n {% if (!ctx.component.optionsLabelPosition || ctx.component.optionsLabelPosition === 'right' || ctx.component.optionsLabelPosition === 'bottom') { %}\n <span>{{ctx.t(item.label, { _userInput: true })}}</span>\n {% } %}\n </label>\n </div>\n {% }) %}\n</div>\n","<div ref=\"value\">\n {% var filtered = ctx.values.filter(function(item) {return ctx.value === item.value || (typeof ctx.value === 'object' && ctx.value.hasOwnProperty(item.value) && ctx.value[item.value])}).map(function(item) { return ctx.t(item.label, { _userInput: true })}).join(', ') %}\n {{ filtered }}\n</div>\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","item","attr","html","filtered","radio"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA;AAAA;AAAA,cACLD,IAAOD,EAAI,UAAU,SAAS,gBAAgB,UAAU,iBAAkB,OAAO,KAAKC,KACxF;AAAA,uBACEA,IAAOD,EAAI,MAAM,UAAU,SAAS,aAAc,OAAO,KAAKC,KAChE;AAAA,2BACEA,IAAOD,EAAI,SAAS,OAAQ,OAAO,KAAKC,KAC1C,QACEA,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C;AAAA,KACKD,EAAI,UAAU,gBACnBE,KAAO;AAAA,8BACLD,IAAOD,EAAI,SAAS,OAAQ,OAAO,KAAKC,KAC1C,QACEA,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C;AAAA,MAEAC,KAAO;AAAA;AAAA,KACNF,EAAI,OAAO,QAAQ,SAASG,GAAM;AACnC,IAAAD,KAAO;AAAA,oBACLD,IAAOD,EAAI,MAAM,KAAK,SAAU,OAAO,KAAKC,KAC9C,QACEA,IAAQD,EAAI,UAAU,wBAAwBA,EAAI,UAAU,yBAAyB,UAAU,SAAS,OAAQ,OAAO,KAAKC,KAC9H,kBACEA,IAAOD,EAAI,SAAS,YAAY,OAAQ,OAAO,KAAKC,KACtD;AAAA,wDACEA,IAAQD,EAAI,UAAU,yBAA2B,OAAO,KAAKC,KAC/D,cACEA,IAAOD,EAAI,SAAS,QAAQA,EAAI,SAAS,KAAK,OAAQ,OAAO,KAAKC,KACpE,QACEA,IAAOD,EAAI,OAAQ,OAAO,KAAKC,KACjC,QACEA,IAAOD,EAAI,QAAS,OAAO,KAAKC,KAClC,QACEA,IAAOE,EAAK,UAAW,OAAO,KAAKF,KACrC;AAAA,UACKD,EAAI,UAAU,yBAAyB,UAAUA,EAAI,UAAU,yBAAyB,WAC7FE,KAAO;AAAA,kBACLD,IAAOD,EAAI,EAAEG,EAAK,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKF,KAClE;AAAA,UAEAC,KAAO;AAAA,aACLD,IAAOD,EAAI,MAAM,SAAU,OAAO,KAAKC,KACzC;AAAA;AAAA;AACC,aAASG,KAAQJ,EAAI,MAAM;AAC5B,MAAAE,KAAO;AAAA,cACLD,IAAOG,MAAU,OAAO,KAAKH,KAC/B,SACEA,IAAOD,EAAI,MAAM,KAAKI,CAAI,MAAO,OAAO,KAAKH,KAC/C;AAAA;AAEA,IAAAC,KAAO;AAAA,qBACLD,IAAOE,EAAK,UAAW,OAAO,KAAKF,KACrC;AAAA,WACKD,EAAI,UAAUA,EAAI,UAAUG,EAAK,SAAU,OAAOH,EAAI,SAAU,YAAYA,EAAI,MAAM,eAAeG,EAAK,KAAK,KAAKH,EAAI,MAAMG,EAAK,KAAK,OAC7ID,KAAO;AAAA;AAAA,YAEPA,KAAO;AAAA,WACFC,EAAK,aACVD,KAAO;AAAA;AAAA,YAEPA,KAAO;AAAA,kBACLD,IAAOD,EAAI,SAAS,QAAQA,EAAI,SAAS,KAAK,OAAQ,OAAO,KAAKC,KACpE,QACEA,IAAOD,EAAI,OAAQ,OAAO,KAAKC,KACjC,QACEA,IAAOD,EAAI,QAAS,OAAO,KAAKC,KAClC,QACEA,IAAOE,EAAK,UAAW,OAAO,KAAKF,KACrC;AAAA,oBACEA,IAAOD,EAAI,UAAU,SAAS,gBAAgB,aAAa,YAAa,OAAO,KAAKC,KACtF;AAAA;AAAA,UACK,CAACD,EAAI,UAAU,wBAAwBA,EAAI,UAAU,yBAAyB,WAAWA,EAAI,UAAU,yBAAyB,cACrIE,KAAO;AAAA,kBACLD,IAAOD,EAAI,EAAEG,EAAK,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKF,KAClE;AAAA,UAEAC,KAAO;AAAA;AAAA;AAAA;AAAA,EACN,CAAC,GACFA,KAAO;AAAA;AAAA,GACAA;AACP;ACnFe,SAAAG,EAASL,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,EAAAA,KAAO;AAAA;AACN,MAAII,IAAWN,EAAI,OAAO,OAAO,SAASG,GAAM;AAAC,WAAOH,EAAI,UAAUG,EAAK,SAAU,OAAOH,EAAI,SAAU,YAAYA,EAAI,MAAM,eAAeG,EAAK,KAAK,KAAKH,EAAI,MAAMG,EAAK,KAAK;AAAA,EAAE,CAAC,EAAE,IAAI,SAASA,GAAM;AAAE,WAAOH,EAAI,EAAEG,EAAK,OAAO,EAAE,YAAY,GAAI,CAAE;AAAA,EAAC,CAAC,EAAE,KAAK,IAAI;AACvQ,SAAAD,KAAO;AAAA,QACLD,IAAQK,MAAe,OAAO,KAAKL,KACrC;AAAA;AAAA,GACOC;AACP;ACNA,MAAAK,IAAe,EAAE,MAAAR,GAAM,MAAAM,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/resourceAdd/form.ejs","../../../../src/templates/tailwind/resourceAdd/index.ts"],"sourcesContent":["<table class=\"table table-bordered\">\n <tbody>\n <tr>\n <td>\n {{ctx.element}}\n </td>\n </tr>\n <tr>\n <td colspan=\"2\">\n <button class=\"btn btn-primary formio-button-add-resource\" ref=\"addResource\">\n <i class=\"{{ctx.iconClass('plus')}} mr-1\"></i>\n {{ctx.t(ctx.component.addResourceLabel || 'Add Resource', { _userInput: true })}}\n </button>\n </td>\n </tr>\n </tbody>\n</table>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","resourceAdd"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/resourceAdd/form.ejs","../../../../src/templates/tailwind/resourceAdd/index.ts"],"sourcesContent":["<table class=\"table table-bordered\">\n <tbody>\n <tr>\n <td>\n {{ctx.element}}\n </td>\n </tr>\n <tr>\n <td colspan=\"2\">\n <button class=\"btn btn-primary formio-button-add-resource\" ref=\"addResource\">\n <i class=\"{{ctx.iconClass('plus')}} mr-1\"></i>\n {{ctx.t(ctx.component.addResourceLabel || 'Add Resource', { _userInput: true })}}\n </button>\n </td>\n </tr>\n </tbody>\n</table>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","resourceAdd"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO;AAAA;AAAA;AAAA;AAAA,cACLD,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BACEA,IAAOD,EAAI,UAAU,MAAM,MAAO,OAAO,KAAKC,KAChD;AAAA,gBACEA,IAAOD,EAAI,EAAEA,EAAI,UAAU,oBAAoB,gBAAgB,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKC,KACxG;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GACOC;AACP;ACRA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/select/form.ejs","../../../../src/templates/tailwind/select/html.ejs","../../../../src/templates/tailwind/select/index.ts"],"sourcesContent":["<select\n ref=\"{{ctx.input.ref ? ctx.input.ref : 'selectContainer'}}\"\n {{ ctx.input.multiple ? 'multiple' : '' }}\n {% for (var attr in ctx.input.attr) { %}\n {{attr}}=\"{{ctx.input.attr[attr]}}\"\n {% } %}\n {% if (!ctx.input.attr.id) { %}\n id=\"{{ctx.instance.id}}-{{ctx.component.key}}\"\n {% } %}\n {% if (ctx.component.description) { %}\n aria-describedby=\"d-{{ctx.instance.id}}-{{ctx.component.key}}\"\n {% } %}\n aria-required=\"{{ctx.input.ref === 'selectContainer' || !ctx.input.ref ? ctx.input.component.validate.required : ctx.component.fields[ctx.input.ref].required}}\"\n>{{ctx.selectOptions}}</select>\n<input type=\"text\"\n class=\"formio-select-autocomplete-input\"\n ref=\"autocompleteInput\"\n {% if (ctx.input.attr.autocomplete) { %}\n autocomplete=\"{{ctx.input.attr.autocomplete}}\"\n {% } %}\n tabindex=\"-1\"\n aria-label=\"{{ctx.t('autocomplete')}}\"\n/>\n","<div ref=\"value\">{% if (ctx.value) { %}{{ ctx.self.itemValueForHTMLMode(ctx.value) }}{% } else { %}-{% } %}</div>\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","attr","html","select"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/select/form.ejs","../../../../src/templates/tailwind/select/html.ejs","../../../../src/templates/tailwind/select/index.ts"],"sourcesContent":["<select\n ref=\"{{ctx.input.ref ? ctx.input.ref : 'selectContainer'}}\"\n {{ ctx.input.multiple ? 'multiple' : '' }}\n {% for (var attr in ctx.input.attr) { %}\n {{attr}}=\"{{ctx.input.attr[attr]}}\"\n {% } %}\n {% if (!ctx.input.attr.id) { %}\n id=\"{{ctx.instance.id}}-{{ctx.component.key}}\"\n {% } %}\n {% if (ctx.component.description) { %}\n aria-describedby=\"d-{{ctx.instance.id}}-{{ctx.component.key}}\"\n {% } %}\n aria-required=\"{{ctx.input.ref === 'selectContainer' || !ctx.input.ref ? ctx.input.component.validate.required : ctx.component.fields[ctx.input.ref].required}}\"\n>{{ctx.selectOptions}}</select>\n<input type=\"text\"\n class=\"formio-select-autocomplete-input\"\n ref=\"autocompleteInput\"\n {% if (ctx.input.attr.autocomplete) { %}\n autocomplete=\"{{ctx.input.attr.autocomplete}}\"\n {% } %}\n tabindex=\"-1\"\n aria-label=\"{{ctx.t('autocomplete')}}\"\n/>\n","<div ref=\"value\">{% if (ctx.value) { %}{{ ctx.self.itemValueForHTMLMode(ctx.value) }}{% } else { %}-{% } %}</div>\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","attr","html","select"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,EAAAA,KAAO;AAAA,aACLD,IAAOD,EAAI,MAAM,MAAMA,EAAI,MAAM,MAAM,sBAAuB,OAAO,KAAKC,KAC5E;AAAA,QACEA,IAAQD,EAAI,MAAM,WAAW,aAAa,OAAS,OAAO,KAAKC,KACjE;AAAA;AACC,WAASE,KAAQH,EAAI,MAAM;AAC5B,IAAAE,KAAO;AAAA,QACLD,IAAOE,MAAU,OAAO,KAAKF,KAC/B,SACEA,IAAOD,EAAI,MAAM,KAAKG,CAAI,MAAO,OAAO,KAAKF,KAC/C;AAAA;AAEA,SAAAC,KAAO;AAAA,KACDF,EAAI,MAAM,KAAK,OACrBE,KAAO;AAAA,YACLD,IAAOD,EAAI,SAAS,OAAQ,OAAO,KAAKC,KAC1C,QACEA,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C;AAAA,MAEAC,KAAO;AAAA,KACFF,EAAI,UAAU,gBACnBE,KAAO;AAAA,4BACLD,IAAOD,EAAI,SAAS,OAAQ,OAAO,KAAKC,KAC1C,QACEA,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C;AAAA,MAEAC,KAAO;AAAA,uBACLD,IAAOD,EAAI,MAAM,QAAQ,qBAAqB,CAACA,EAAI,MAAM,MAAMA,EAAI,MAAM,UAAU,SAAS,WAAWA,EAAI,UAAU,OAAOA,EAAI,MAAM,GAAG,EAAE,aAAc,OAAO,KAAKC,KACvK;AAAA,OACEA,IAAOD,EAAI,kBAAmB,OAAO,KAAKC,KAC5C;AAAA;AAAA;AAAA;AAAA,UACKD,EAAI,MAAM,KAAK,iBACpBE,KAAO;AAAA,2BACLD,IAAOD,EAAI,MAAM,KAAK,iBAAkB,OAAO,KAAKC,KACtD;AAAA,WAEAC,KAAO;AAAA;AAAA,yBACLD,IAAOD,EAAI,EAAE,cAAc,MAAO,OAAO,KAAKC,KAChD;AAAA;AAAA,GACOC;AACP;AC7Ce,SAAAE,EAASJ,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO,qBACFF,EAAI,QACTE,MACED,IAAQD,EAAI,KAAK,qBAAqBA,EAAI,KAAK,MAAQ,OAAO,KAAKC,IAErEC,KAAO,KAEPA,KAAO;AAAA,GACAA;AACP;ACTA,MAAAG,IAAe,EAAE,MAAAN,GAAM,MAAAK,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/selectOption/form.ejs","../../../../src/templates/tailwind/selectOption/html.ejs","../../../../src/templates/tailwind/selectOption/index.ts"],"sourcesContent":["<option {{ ctx.selected ? 'selected=\"selected\"' : '' }}\n value='{{ctx.useId ? ctx.id : ctx.option.value}}'\n {% for (var attr in ctx.attrs) { %}\n {{attr}}=\"{{ctx.attrs[attr]}}\"\n {% } %}\n >\n {{ctx.t(ctx.option.label, { _userInput: true })}}\n</option>\n","{% if (ctx.selected) { %}{{ctx.t(ctx.option.label, { _userInput: true })}}{% } %}\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","attr","html","selectOption"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/selectOption/form.ejs","../../../../src/templates/tailwind/selectOption/html.ejs","../../../../src/templates/tailwind/selectOption/index.ts"],"sourcesContent":["<option {{ ctx.selected ? 'selected=\"selected\"' : '' }}\n value='{{ctx.useId ? ctx.id : ctx.option.value}}'\n {% for (var attr in ctx.attrs) { %}\n {{attr}}=\"{{ctx.attrs[attr]}}\"\n {% } %}\n >\n {{ctx.t(ctx.option.label, { _userInput: true })}}\n</option>\n","{% if (ctx.selected) { %}{{ctx.t(ctx.option.label, { _userInput: true })}}{% } %}\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","attr","html","selectOption"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,EAAAA,KAAO,eACLD,IAAQD,EAAI,WAAW,wBAAwB,OAAS,OAAO,KAAKC,KACtE;AAAA,eACEA,IAAOD,EAAI,QAAQA,EAAI,KAAKA,EAAI,OAAO,UAAW,OAAO,KAAKC,KAChE;AAAA;AACC,WAASE,KAAQH,EAAI;AACtB,IAAAE,KAAO;AAAA,QACLD,IAAOE,MAAU,OAAO,KAAKF,KAC/B,SACEA,IAAOD,EAAI,MAAMG,CAAI,MAAO,OAAO,KAAKF,KAC1C;AAAA;AAEA,SAAAC,KAAO;AAAA;AAAA,QACLD,IAAOD,EAAI,EAAEA,EAAI,OAAO,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKC,KACxE;AAAA;AAAA,GACOC;AACP;ACnBe,SAAAE,EAASJ,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAGd,SAAIF,EAAI,aACTE,MACED,IAAOD,EAAI,EAAEA,EAAI,OAAO,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKC,IAExEC,KAAO;AAAA,GACAA;AACP;ACPA,MAAAG,IAAe,EAAE,MAAAN,GAAM,MAAAK,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/signature/form.ejs","../../../../src/templates/tailwind/signature/html.ejs","../../../../src/templates/tailwind/signature/index.ts"],"sourcesContent":["{{ctx.element}}\n<div\n class=\"signature-pad-body\"\n style=\"width: {{ctx.component.width}};height: {{ctx.component.height}};padding:0;margin:0;\"\n tabindex=\"{{ctx.component.tabindex || 0}}\"\n ref=\"padBody\"\n>\n <button class=\"btn btn-sm btn-light signature-pad-refresh\" ref=\"refresh\">\n <i class=\"{{ctx.iconClass('refresh')}}\"></i>\n </button>\n <canvas class=\"signature-pad-canvas\" style=\"display: none;\" height=\"{{ctx.component.height}}\" ref=\"canvas\"></canvas>\n {% if (ctx.required) { %}\n <span class=\"form-control-feedback field-required-inline text-danger\">\n <i class=\"{{ctx.iconClass('asterisk')}}\"></i>\n </span>\n {% } %}\n <img style=\"width: 100%;display: inherit;\" ref=\"signatureImage\">\n</div>\n{% if (ctx.component.footer) { %}\n <div class=\"signature-pad-footer\">\n {{ctx.t(ctx.component.footer, { _userInput: true })}}\n </div>\n{% } %}\n","<img style=\"width: 100%;\" ref=\"signatureImage\">\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","html","signature"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/signature/form.ejs","../../../../src/templates/tailwind/signature/html.ejs","../../../../src/templates/tailwind/signature/index.ts"],"sourcesContent":["{{ctx.element}}\n<div\n class=\"signature-pad-body\"\n style=\"width: {{ctx.component.width}};height: {{ctx.component.height}};padding:0;margin:0;\"\n tabindex=\"{{ctx.component.tabindex || 0}}\"\n ref=\"padBody\"\n>\n <button class=\"btn btn-sm btn-light signature-pad-refresh\" ref=\"refresh\">\n <i class=\"{{ctx.iconClass('refresh')}}\"></i>\n </button>\n <canvas class=\"signature-pad-canvas\" style=\"display: none;\" height=\"{{ctx.component.height}}\" ref=\"canvas\"></canvas>\n {% if (ctx.required) { %}\n <span class=\"form-control-feedback field-required-inline text-danger\">\n <i class=\"{{ctx.iconClass('asterisk')}}\"></i>\n </span>\n {% } %}\n <img style=\"width: 100%;display: inherit;\" ref=\"signatureImage\">\n</div>\n{% if (ctx.component.footer) { %}\n <div class=\"signature-pad-footer\">\n {{ctx.t(ctx.component.footer, { _userInput: true })}}\n </div>\n{% } %}\n","<img style=\"width: 100%;\" ref=\"signatureImage\">\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","html","signature"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,OACED,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA;AAAA;AAAA,sBACEA,IAAOD,EAAI,UAAU,UAAW,OAAO,KAAKC,KAC9C,gBACEA,IAAOD,EAAI,UAAU,WAAY,OAAO,KAAKC,KAC/C;AAAA,kBACEA,IAAOD,EAAI,UAAU,YAAY,MAAO,OAAO,KAAKC,KACtD;AAAA;AAAA;AAAA;AAAA,oBACEA,IAAOD,EAAI,UAAU,SAAS,MAAO,OAAO,KAAKC,KACnD;AAAA;AAAA,4EACEA,IAAOD,EAAI,UAAU,WAAY,OAAO,KAAKC,KAC/C;AAAA,KACKD,EAAI,aACTE,KAAO;AAAA;AAAA,oBACLD,IAAOD,EAAI,UAAU,UAAU,MAAO,OAAO,KAAKC,KACpD;AAAA;AAAA,MAEAC,KAAO;AAAA;AAAA;AAAA,GACFF,EAAI,UAAU,WACnBE,KAAO;AAAA;AAAA,UACLD,IAAOD,EAAI,EAAEA,EAAI,UAAU,QAAQ,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKC,KAC5E;AAAA;AAAA,IAEAC,KAAO;AAAA,GACAA;AACP;AC7Be,SAAAC,EAASH,GAAK;AAC1B,MAAME,IAAM;AACf,SAAAA,KAAO;AAAA,GACAA;AACP;ACDA,MAAAE,IAAe,EAAE,MAAAL,GAAM,MAAAI,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/survey/form.ejs","../../../../src/templates/tailwind/survey/html.ejs","../../../../src/templates/tailwind/survey/index.ts"],"sourcesContent":["<table class=\"table table-striped table-bordered\" aria-labelledby=\"l-{{ctx.instance.id}}-{{ctx.component.key}}\">\n <thead>\n <tr>\n <th></th>\n {% ctx.component.values.forEach(function(value) { %}\n <th style=\"text-align: center;\">\n {{ctx.t(value.label, { _userInput: true })}}\n {% if (value.tooltip) { %}\n <i ref=\"tooltip\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{value.tooltip}}\"></i>\n {% } %}\n </th>\n {% }) %}\n </tr>\n </thead>\n <tbody>\n {% ctx.component.questions.forEach(function(question) { %}\n <tr>\n <td>\n {{ctx.t(question.label)}}\n {% if (question.tooltip) { %}\n <i ref=\"tooltip\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{question.tooltip}}\"></i>\n {% } %}\n </td>\n {% ctx.component.values.forEach(function(value) { %}\n <td style=\"text-align: center;\">\n <input type=\"radio\" name=\"{{ ctx.self.getInputName(question) }}\" value=\"{{value.value}}\" id=\"{{ctx.key}}-{{question.value}}-{{value.value}}\" ref=\"input\">\n </td>\n {% }) %}\n </tr>\n {% }) %}\n </tbody>\n</table>\n","<table class=\"table table-striped table-bordered\">\n <tbody>\n {% ctx.component.questions.forEach(function(question) { %}\n <tr>\n <th>{{ctx.t(question.label)}}</th>\n <td>\n {% ctx.component.values.forEach(function(item) { %}\n {% if (ctx.value && ctx.value.hasOwnProperty(question.value) && ctx.value[question.value] === item.value) { %}\n {{ctx.t(item.label)}}\n {% } %}\n {% }) %}\n </td>\n </tr>\n {% }) %}\n </tbody>\n</table>\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","value","question","html","item","survey"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/survey/form.ejs","../../../../src/templates/tailwind/survey/html.ejs","../../../../src/templates/tailwind/survey/index.ts"],"sourcesContent":["<table class=\"table table-striped table-bordered\" aria-labelledby=\"l-{{ctx.instance.id}}-{{ctx.component.key}}\">\n <thead>\n <tr>\n <th></th>\n {% ctx.component.values.forEach(function(value) { %}\n <th style=\"text-align: center;\">\n {{ctx.t(value.label, { _userInput: true })}}\n {% if (value.tooltip) { %}\n <i ref=\"tooltip\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{value.tooltip}}\"></i>\n {% } %}\n </th>\n {% }) %}\n </tr>\n </thead>\n <tbody>\n {% ctx.component.questions.forEach(function(question) { %}\n <tr>\n <td>\n {{ctx.t(question.label)}}\n {% if (question.tooltip) { %}\n <i ref=\"tooltip\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{question.tooltip}}\"></i>\n {% } %}\n </td>\n {% ctx.component.values.forEach(function(value) { %}\n <td style=\"text-align: center;\">\n <input type=\"radio\" name=\"{{ ctx.self.getInputName(question) }}\" value=\"{{value.value}}\" id=\"{{ctx.key}}-{{question.value}}-{{value.value}}\" ref=\"input\">\n </td>\n {% }) %}\n </tr>\n {% }) %}\n </tbody>\n</table>\n","<table class=\"table table-striped table-bordered\">\n <tbody>\n {% ctx.component.questions.forEach(function(question) { %}\n <tr>\n <th>{{ctx.t(question.label)}}</th>\n <td>\n {% ctx.component.values.forEach(function(item) { %}\n {% if (ctx.value && ctx.value.hasOwnProperty(question.value) && ctx.value[question.value] === item.value) { %}\n {{ctx.t(item.label)}}\n {% } %}\n {% }) %}\n </td>\n </tr>\n {% }) %}\n </tbody>\n</table>\n","import form from \"./form.ejs\";\nimport html from \"./html.ejs\";\n\nexport default { form, html };\n"],"names":["form","ctx","__t","__p","value","question","html","item","survey"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO,4EACLD,IAAOD,EAAI,SAAS,OAAQ,OAAO,KAAKC,KAC1C,QACEA,IAAOD,EAAI,UAAU,QAAS,OAAO,KAAKC,KAC5C;AAAA;AAAA;AAAA;AAAA,SACCD,EAAI,UAAU,OAAO,QAAQ,SAASG,GAAO;AAC9C,IAAAD,KAAO;AAAA;AAAA,cACLD,IAAOD,EAAI,EAAEG,EAAM,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKF,KACnE;AAAA,WACKE,EAAM,YACXD,KAAO;AAAA,wCACLD,IAAOD,EAAI,UAAU,eAAe,MAAO,OAAO,KAAKC,KACzD,kCACEA,IAAOE,EAAM,YAAa,OAAO,KAAKF,KACxC;AAAA,YAEAC,KAAO;AAAA;AAAA;AAAA,EACN,CAAC,GACFA,KAAO;AAAA;AAAA;AAAA;AAAA,OACNF,EAAI,UAAU,UAAU,QAAQ,SAASI,GAAU;AACpD,IAAAF,KAAO;AAAA;AAAA;AAAA,cACLD,IAAOD,EAAI,EAAEI,EAAS,KAAK,MAAO,OAAO,KAAKH,KAChD;AAAA,WACKG,EAAS,YACdF,KAAO;AAAA,wCACLD,IAAOD,EAAI,UAAU,eAAe,MAAO,OAAO,KAAKC,KACzD,kCACEA,IAAOG,EAAS,YAAa,OAAO,KAAKH,KAC3C;AAAA,YAEAC,KAAO;AAAA;AAAA,SACNF,EAAI,UAAU,OAAO,QAAQ,SAASG,GAAO;AAC9C,MAAAD,KAAO;AAAA;AAAA,wCACLD,IAAQD,EAAI,KAAK,aAAaI,CAAQ,MAAQ,OAAO,KAAKH,KAC5D,gBACEA,IAAOE,EAAM,UAAW,OAAO,KAAKF,KACtC,aACEA,IAAOD,EAAI,QAAS,OAAO,KAAKC,KAClC,QACEA,IAAOG,EAAS,UAAW,OAAO,KAAKH,KACzC,QACEA,IAAOE,EAAM,UAAW,OAAO,KAAKF,KACtC;AAAA;AAAA;AAAA,IACC,CAAC,GACFC,KAAO;AAAA;AAAA;AAAA,EACN,CAAC,GACFA,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;ACnDe,SAAAG,EAASL,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA;AAAA,OACNF,EAAI,UAAU,UAAU,QAAQ,SAASI,GAAU;AACpD,IAAAF,KAAO;AAAA;AAAA,gBACLD,IAAOD,EAAI,EAAEI,EAAS,KAAK,MAAO,OAAO,KAAKH,KAChD;AAAA;AAAA,SACCD,EAAI,UAAU,OAAO,QAAQ,SAASM,GAAM;AAC7C,MAAAJ,KAAO;AAAA,WACFF,EAAI,SAASA,EAAI,MAAM,eAAeI,EAAS,KAAK,KAAKJ,EAAI,MAAMI,EAAS,KAAK,MAAME,EAAK,UACjGJ,KAAO;AAAA,gBACLD,IAAOD,EAAI,EAAEM,EAAK,KAAK,MAAO,OAAO,KAAKL,KAC5C;AAAA,YAEAC,KAAO;AAAA;AAAA,IACN,CAAC,GACFA,KAAO;AAAA;AAAA;AAAA;AAAA,EACN,CAAC,GACFA,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;AClBA,MAAAK,IAAe,EAAE,MAAAR,GAAM,MAAAM,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/tab/flat.ejs","../../../../src/templates/tailwind/tab/form.ejs","../../../../src/templates/tailwind/tab/index.ts"],"sourcesContent":["{% ctx.component.components.forEach(function(tab, index) { %}\n <div class=\"mb-2 card border\">\n <div class=\"card-header bg-default\">\n <h4 class=\"mb-0 card-title\">{{ ctx.t(tab.label, { _userInput: true }) }}</h4>\n </div>\n <div\n class=\"card-body\"\n ref=\"{{ctx.tabKey}}\"\n >\n {{ ctx.tabComponents[index] }}\n </div>\n </div>\n{% }) %}\n","<div class=\"card card-tabs { ctx.component.verticalLayout ? ' card-vertical' : ''}}\">\n <div class=\"card-header card-header-tabs\">\n <ul class=\"nav nav-tabs {{ ctx.component.verticalLayout ? ' nav-tabs-vertical' : ''}}\" role=\"tablist\">\n {% ctx.component.components.forEach(function(tab, index) { %}\n <li class=\"nav-item {{ ctx.currentTab === index ? ' active' : ''}}\" role=\"tab\" ref=\"{{ctx.tabLikey}}\">\n <a\n class=\"nav-link{{ ctx.currentTab === index ? ' active' : ''}}{{ ctx.component.verticalLayout ? ' nav-link-vertical' : ''}}\"\n href=\"#{{tab.key}}\"\n ref=\"{{ctx.tabLinkKey}}\"\n >\n {{ctx.t(tab.label, { _userInput: true })}}\n </a>\n <div class=\"nav-border\"></div>\n </li>\n {% }) %}\n </ul>\n </div>\n {% ctx.component.components.forEach(function(tab, index) { %}\n <div\n role=\"tabpanel\"\n class=\"card-body tab-pane{{ ctx.currentTab === index ? ' active' : ''}}\"\n style=\"display: {{ctx.currentTab === index ? 'block' : 'none'}}\"\n ref=\"{{ctx.tabKey}}\"\n >\n {{ctx.tabComponents[index]}}\n </div>\n {% }) %}\n</div>\n","import flat from \"./flat.ejs\";\nimport form from \"./form.ejs\";\n\nexport default { flat, form };\n"],"names":["flat","ctx","__t","__p","tab","index","form"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/tab/flat.ejs","../../../../src/templates/tailwind/tab/form.ejs","../../../../src/templates/tailwind/tab/index.ts"],"sourcesContent":["{% ctx.component.components.forEach(function(tab, index) { %}\n <div class=\"mb-2 card border\">\n <div class=\"card-header bg-default\">\n <h4 class=\"mb-0 card-title\">{{ ctx.t(tab.label, { _userInput: true }) }}</h4>\n </div>\n <div\n class=\"card-body\"\n ref=\"{{ctx.tabKey}}\"\n >\n {{ ctx.tabComponents[index] }}\n </div>\n </div>\n{% }) %}\n","<div class=\"card card-tabs { ctx.component.verticalLayout ? ' card-vertical' : ''}}\">\n <div class=\"card-header card-header-tabs\">\n <ul class=\"nav nav-tabs {{ ctx.component.verticalLayout ? ' nav-tabs-vertical' : ''}}\" role=\"tablist\">\n {% ctx.component.components.forEach(function(tab, index) { %}\n <li class=\"nav-item {{ ctx.currentTab === index ? ' active' : ''}}\" role=\"tab\" ref=\"{{ctx.tabLikey}}\">\n <a\n class=\"nav-link{{ ctx.currentTab === index ? ' active' : ''}}{{ ctx.component.verticalLayout ? ' nav-link-vertical' : ''}}\"\n href=\"#{{tab.key}}\"\n ref=\"{{ctx.tabLinkKey}}\"\n >\n {{ctx.t(tab.label, { _userInput: true })}}\n </a>\n <div class=\"nav-border\"></div>\n </li>\n {% }) %}\n </ul>\n </div>\n {% ctx.component.components.forEach(function(tab, index) { %}\n <div\n role=\"tabpanel\"\n class=\"card-body tab-pane{{ ctx.currentTab === index ? ' active' : ''}}\"\n style=\"display: {{ctx.currentTab === index ? 'block' : 'none'}}\"\n ref=\"{{ctx.tabKey}}\"\n >\n {{ctx.tabComponents[index]}}\n </div>\n {% }) %}\n</div>\n","import flat from \"./flat.ejs\";\nimport form from \"./form.ejs\";\n\nexport default { flat, form };\n"],"names":["flat","ctx","__t","__p","tab","index","form"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAGd,SAAAF,EAAI,UAAU,WAAW,QAAQ,SAASG,GAAKC,GAAO;AACvD,IAAAF,KAAO;AAAA;AAAA;AAAA,wCACLD,IAAQD,EAAI,EAAEG,EAAI,OAAO,EAAE,YAAY,GAAI,CAAE,MAAQ,OAAO,KAAKF,KACnE;AAAA;AAAA;AAAA;AAAA,iBACEA,IAAOD,EAAI,WAAY,OAAO,KAAKC,KACrC;AAAA;AAAA,YACEA,IAAQD,EAAI,cAAcI,CAAK,MAAQ,OAAO,KAAKH,KACrD;AAAA;AAAA;AAAA;AAAA,EACC,CAAC,GACFC,KAAO;AAAA,GACAA;AACP;ACfe,SAAAG,EAASL,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA;AAAA,kCACLD,IAAQD,EAAI,UAAU,iBAAiB,uBAAuB,OAAQ,OAAO,KAAKC,KACpF;AAAA,SACCD,EAAI,UAAU,WAAW,QAAQ,SAASG,GAAKC,GAAO;AACvD,IAAAF,KAAO;AAAA,gCACLD,IAAQD,EAAI,eAAeI,IAAQ,YAAY,OAAQ,OAAO,KAAKH,KACrE,yBACEA,IAAOD,EAAI,aAAc,OAAO,KAAKC,KACvC;AAAA;AAAA,qCACEA,IAAQD,EAAI,eAAeI,IAAQ,YAAY,OAAQ,OAAO,KAAKH,OAEnEA,IAAQD,EAAI,UAAU,iBAAiB,uBAAuB,OAAQ,OAAO,KAAKC,KACpF;AAAA,6BACEA,IAAOE,EAAI,QAAS,OAAO,KAAKF,KAClC;AAAA,2BACEA,IAAOD,EAAI,eAAgB,OAAO,KAAKC,KACzC;AAAA;AAAA,gBACEA,IAAOD,EAAI,EAAEG,EAAI,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKF,KACjE;AAAA;AAAA;AAAA;AAAA;AAAA,EACC,CAAC,GACFC,KAAO;AAAA;AAAA;AAAA,KACNF,EAAI,UAAU,WAAW,QAAQ,SAASG,GAAKC,GAAO;AACvD,IAAAF,KAAO;AAAA;AAAA;AAAA,mCACLD,IAAQD,EAAI,eAAeI,IAAQ,YAAY,OAAQ,OAAO,KAAKH,KACrE;AAAA,0BACEA,IAAOD,EAAI,eAAeI,IAAQ,UAAU,WAAY,OAAO,KAAKH,KACtE;AAAA,eACEA,IAAOD,EAAI,WAAY,OAAO,KAAKC,KACrC;AAAA;AAAA,UACEA,IAAOD,EAAI,cAAcI,CAAK,MAAO,OAAO,KAAKH,KACnD;AAAA;AAAA;AAAA,EACC,CAAC,GACFC,KAAO;AAAA;AAAA,GACAA;AACP;AClCA,MAAAC,IAAe,EAAE,MAAAJ,GAAM,MAAAM,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/table/form.ejs","../../../../src/templates/tailwind/table/index.ts"],"sourcesContent":["<table class=\"table\n {{ ctx.component.striped ? 'table-striped' : ''}}\n {{ ctx.component.bordered ? 'table-bordered' : ''}}\n {{ ctx.component.hover ? 'table-hover' : ''}}\n {{ ctx.component.condensed ? 'table-sm' : ''}}\n \">\n <caption class=\"sr-only\">{{ctx.t(ctx.component.label)}}</caption>\n {% if (ctx.component.header && ctx.component.header.length > 0) { %}\n <thead>\n <tr>\n {% ctx.component.header.forEach(function(header) { %}\n <th>{{ctx.t(header)}}</th>\n {% }) %}\n </tr>\n </thead>\n {% } %}\n <tbody>\n {% ctx.tableComponents.forEach(function(row, rowIndex) { %}\n <tr ref=\"row-{{ctx.id}}\">\n {% row.forEach(function(column, colIndex) { %}\n <td ref=\"{{ctx.tableKey}}-{{rowIndex}}\"{% if (ctx.cellClassName) { %} class=\"{{ctx.cellClassName}}\"{% } %}>{{column}}</td>\n {% }) %}\n </tr>\n {% }) %}\n </tbody>\n</table>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","header","row","rowIndex","column","colIndex","table"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/table/form.ejs","../../../../src/templates/tailwind/table/index.ts"],"sourcesContent":["<table class=\"table\n {{ ctx.component.striped ? 'table-striped' : ''}}\n {{ ctx.component.bordered ? 'table-bordered' : ''}}\n {{ ctx.component.hover ? 'table-hover' : ''}}\n {{ ctx.component.condensed ? 'table-sm' : ''}}\n \">\n <caption class=\"sr-only\">{{ctx.t(ctx.component.label)}}</caption>\n {% if (ctx.component.header && ctx.component.header.length > 0) { %}\n <thead>\n <tr>\n {% ctx.component.header.forEach(function(header) { %}\n <th>{{ctx.t(header)}}</th>\n {% }) %}\n </tr>\n </thead>\n {% } %}\n <tbody>\n {% ctx.tableComponents.forEach(function(row, rowIndex) { %}\n <tr ref=\"row-{{ctx.id}}\">\n {% row.forEach(function(column, colIndex) { %}\n <td ref=\"{{ctx.tableKey}}-{{rowIndex}}\"{% if (ctx.cellClassName) { %} class=\"{{ctx.cellClassName}}\"{% } %}>{{column}}</td>\n {% }) %}\n </tr>\n {% }) %}\n </tbody>\n</table>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","header","row","rowIndex","column","colIndex","table"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA,UACLD,IAAQD,EAAI,UAAU,UAAU,kBAAkB,OAAQ,OAAO,KAAKC,KACxE;AAAA,UACEA,IAAQD,EAAI,UAAU,WAAW,mBAAmB,OAAQ,OAAO,KAAKC,KAC1E;AAAA,UACEA,IAAQD,EAAI,UAAU,QAAQ,gBAAgB,OAAQ,OAAO,KAAKC,KACpE;AAAA,UACEA,IAAQD,EAAI,UAAU,YAAY,aAAa,OAAQ,OAAO,KAAKC,KACrE;AAAA;AAAA,iCACEA,IAAOD,EAAI,EAAEA,EAAI,UAAU,KAAK,MAAO,OAAO,KAAKC,KACrD;AAAA,KACKD,EAAI,UAAU,UAAUA,EAAI,UAAU,OAAO,SAAS,MAC3DE,KAAO;AAAA;AAAA;AAAA,SACNF,EAAI,UAAU,OAAO,QAAQ,SAASG,GAAQ;AAC/C,IAAAD,KAAO;AAAA,gBACLD,IAAOD,EAAI,EAAEG,CAAM,MAAO,OAAO,KAAKF,KACxC;AAAA;AAAA,EACC,CAAC,GACFC,KAAO;AAAA;AAAA;AAAA,MAEPA,KAAO;AAAA;AAAA,OACNF,EAAI,gBAAgB,QAAQ,SAASI,GAAKC,GAAU;AACrD,IAAAH,KAAO;AAAA,uBACLD,IAAOD,EAAI,OAAQ,OAAO,KAAKC,KACjC;AAAA,SACCG,EAAI,QAAQ,SAASE,GAAQC,GAAU;AACxC,MAAAL,KAAO;AAAA,qBACLD,IAAOD,EAAI,aAAc,OAAO,KAAKC,KACvC,QACEA,IAAOI,MAAc,OAAO,KAAKJ,KACnC,KACKD,EAAI,kBACTE,KAAO,eACLD,IAAOD,EAAI,kBAAmB,OAAO,KAAKC,KAC5C,MAEAC,KAAO,QACLD,IAAOK,MAAY,OAAO,KAAKL,KACjC;AAAA;AAAA,IACC,CAAC,GACFC,KAAO;AAAA;AAAA;AAAA,EACN,CAAC,GACFA,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;AC7CA,MAAAM,IAAe,EAAE,MAAAT,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/tableComponents/form.ejs","../../../../src/templates/tailwind/tableComponents/index.ts"],"sourcesContent":["{% ctx.children.forEach(function(component) { %}\n <td class=\"editgrid-table-column\">\n {{ component }}\n </td>\n{% }) %}\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","component","tableComponents"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/tableComponents/form.ejs","../../../../src/templates/tailwind/tableComponents/index.ts"],"sourcesContent":["{% ctx.children.forEach(function(component) { %}\n <td class=\"editgrid-table-column\">\n {{ component }}\n </td>\n{% }) %}\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","component","tableComponents"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAGd,SAAAF,EAAI,SAAS,QAAQ,SAASG,GAAW;AAC1C,IAAAD,KAAO;AAAA;AAAA,UACLD,IAAQE,MAAgB,OAAO,KAAKF,KACtC;AAAA;AAAA;AAAA,EACC,CAAC,GACFC,KAAO;AAAA,GACAA;AACP;ACTA,MAAAE,IAAe,EAAE,MAAAL,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/tree/form.ejs","../../../../src/templates/tailwind/tree/index.ts"],"sourcesContent":["{% if (ctx.node.isRoot) { %}\n <div ref=\"root\" class=\"list-group-item\">\n{% } else { %}\n <li ref=\"node\" class=\"list-group-item sm:col-span-12 tree__level tree__level_{{ ctx.odd ? 'odd' : 'even' }}\">\n{% } %}\n {% if (ctx.content) { %}\n <div ref=\"content\" class=\"tree__node-content\">\n {{ ctx.content }}\n </div>\n {% } %}\n {% if (ctx.childNodes && ctx.childNodes.length) { %}\n <ul ref=\"childNodes\" class=\"tree__node-children list-group grid grid-cols-12 gap-4\">\n {{ ctx.childNodes.join('') }}\n </ul>\n {% } %}\n{% if (ctx.node.isRoot) { %}\n </div>\n{% } else { %}\n </li>\n{% } %}\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","tree"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/tree/form.ejs","../../../../src/templates/tailwind/tree/index.ts"],"sourcesContent":["{% if (ctx.node.isRoot) { %}\n <div ref=\"root\" class=\"list-group-item\">\n{% } else { %}\n <li ref=\"node\" class=\"list-group-item sm:col-span-12 tree__level tree__level_{{ ctx.odd ? 'odd' : 'even' }}\">\n{% } %}\n {% if (ctx.content) { %}\n <div ref=\"content\" class=\"tree__node-content\">\n {{ ctx.content }}\n </div>\n {% } %}\n {% if (ctx.childNodes && ctx.childNodes.length) { %}\n <ul ref=\"childNodes\" class=\"tree__node-children list-group grid grid-cols-12 gap-4\">\n {{ ctx.childNodes.join('') }}\n </ul>\n {% } %}\n{% if (ctx.node.isRoot) { %}\n </div>\n{% } else { %}\n </li>\n{% } %}\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","tree"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAGd,SAAIF,EAAI,KAAK,SACdE,KAAO;AAAA;AAAA,IAEPA,KAAO;AAAA,qFACLD,IAAQD,EAAI,MAAM,QAAQ,WAAa,OAAO,KAAKC,KACrD;AAAA,GAEAC,KAAO;AAAA,KACFF,EAAI,YACTE,KAAO;AAAA;AAAA,YACLD,IAAQD,EAAI,YAAc,OAAO,KAAKC,KACxC;AAAA;AAAA,MAEAC,KAAO;AAAA,KACFF,EAAI,cAAcA,EAAI,WAAW,WACtCE,KAAO;AAAA;AAAA,YACLD,IAAQD,EAAI,WAAW,KAAK,EAAE,MAAQ,OAAO,KAAKC,KACpD;AAAA;AAAA,MAEAC,KAAO;AAAA,GACFF,EAAI,KAAK,SACdE,KAAO;AAAA;AAAA,IAEPA,KAAO;AAAA;AAAA,GAEPA,KAAO;AAAA,GACAA;AACP;AC7BA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../src/templates/tailwind/tree/partials/edit.ejs","../../../../../src/templates/tailwind/tree/partials/view.ejs","../../../../../src/templates/tailwind/tree/partials/index.ts"],"sourcesContent":["<div class=\"node-edit\">\n <div ref=\"nodeEdit\">{{ ctx.children }}</div>\n {% if (!ctx.readOnly) { %}\n <div class=\"node-actions\">\n <button ref=\"saveNode\" class=\"btn btn-primary saveNode\">{{ ctx.t('Save') }}</button>\n <button ref=\"cancelNode\" class=\"btn btn-danger cancelNode\">{{ ctx.t('Cancel') }}</button>\n </div>\n {% } %}\n</div>\n","<div class=\"grid grid-cols-12 gap-4\">\n {% ctx.values.forEach(function(value) { %}\n <div class=\"sm:col-span-2\">\n {{ value }}\n </div>\n {% }) %}\n <div class=\"sm:col-span-3\">\n <div class=\"btn-group pull-right\">\n {% if (ctx.node.hasChildren) { %}\n <button ref=\"toggleNode\" class=\"btn btn-default btn-sm toggleNode\">{{ ctx.t(ctx.node.collapsed ? 'Expand' : 'Collapse') }}</button>\n {% } %}\n {% if (!ctx.readOnly) { %}\n <button ref=\"addChild\" class=\"btn btn-default btn-sm addChild\">{{ ctx.t('Add') }}</button>\n <button ref=\"editNode\" class=\"btn btn-default btn-sm editNode\">{{ ctx.t('Edit') }}</button>\n <button ref=\"removeNode\" class=\"btn btn-danger btn-sm removeNode\">{{ ctx.t('Delete') }}</button>\n {% if (ctx.node.revertAvailable) { %}\n <button ref=\"revertNode\" class=\"btn btn-danger btn-sm revertNode\">{{ ctx.t('Revert') }}</button>\n {% } %}\n {% } %}\n </div>\n </div>\n</div>\n","import edit from \"./edit.ejs\";\nimport view from \"./view.ejs\";\n\nexport default {\n treeView: {\n form: view\n },\n treeEdit: {\n form: edit\n }\n};\n"],"names":["edit","ctx","__t","__p","view","value","treePartials"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../src/templates/tailwind/tree/partials/edit.ejs","../../../../../src/templates/tailwind/tree/partials/view.ejs","../../../../../src/templates/tailwind/tree/partials/index.ts"],"sourcesContent":["<div class=\"node-edit\">\n <div ref=\"nodeEdit\">{{ ctx.children }}</div>\n {% if (!ctx.readOnly) { %}\n <div class=\"node-actions\">\n <button ref=\"saveNode\" class=\"btn btn-primary saveNode\">{{ ctx.t('Save') }}</button>\n <button ref=\"cancelNode\" class=\"btn btn-danger cancelNode\">{{ ctx.t('Cancel') }}</button>\n </div>\n {% } %}\n</div>\n","<div class=\"grid grid-cols-12 gap-4\">\n {% ctx.values.forEach(function(value) { %}\n <div class=\"sm:col-span-2\">\n {{ value }}\n </div>\n {% }) %}\n <div class=\"sm:col-span-3\">\n <div class=\"btn-group pull-right\">\n {% if (ctx.node.hasChildren) { %}\n <button ref=\"toggleNode\" class=\"btn btn-default btn-sm toggleNode\">{{ ctx.t(ctx.node.collapsed ? 'Expand' : 'Collapse') }}</button>\n {% } %}\n {% if (!ctx.readOnly) { %}\n <button ref=\"addChild\" class=\"btn btn-default btn-sm addChild\">{{ ctx.t('Add') }}</button>\n <button ref=\"editNode\" class=\"btn btn-default btn-sm editNode\">{{ ctx.t('Edit') }}</button>\n <button ref=\"removeNode\" class=\"btn btn-danger btn-sm removeNode\">{{ ctx.t('Delete') }}</button>\n {% if (ctx.node.revertAvailable) { %}\n <button ref=\"revertNode\" class=\"btn btn-danger btn-sm revertNode\">{{ ctx.t('Revert') }}</button>\n {% } %}\n {% } %}\n </div>\n </div>\n</div>\n","import edit from \"./edit.ejs\";\nimport view from \"./view.ejs\";\n\nexport default {\n treeView: {\n form: view\n },\n treeEdit: {\n form: edit\n }\n};\n"],"names":["edit","ctx","__t","__p","view","value","treePartials"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA,4BACLD,IAAQD,EAAI,aAAe,OAAO,KAAKC,KACzC;AAAA,KACMD,EAAI,aACVE,KAAO;AAAA;AAAA,oEACLD,IAAQD,EAAI,EAAE,MAAM,MAAQ,OAAO,KAAKC,KAC1C;AAAA,uEACEA,IAAQD,EAAI,EAAE,QAAQ,MAAQ,OAAO,KAAKC,KAC5C;AAAA;AAAA,MAEAC,KAAO;AAAA;AAAA,GACAA;AACP;ACfe,SAAAC,EAASH,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO;AAAA,KACNF,EAAI,OAAO,QAAQ,SAASI,GAAO;AACpC,IAAAF,KAAO;AAAA;AAAA,YACLD,IAAQG,MAAY,OAAO,KAAKH,KAClC;AAAA;AAAA;AAAA,EACC,CAAC,GACFC,KAAO;AAAA;AAAA;AAAA,SACFF,EAAI,KAAK,gBACdE,KAAO;AAAA,iFACLD,IAAQD,EAAI,EAAEA,EAAI,KAAK,YAAY,WAAW,UAAU,MAAQ,OAAO,KAAKC,KAC9E;AAAA,UAEAC,KAAO;AAAA,SACDF,EAAI,aACVE,KAAO;AAAA,6EACLD,IAAQD,EAAI,EAAE,KAAK,MAAQ,OAAO,KAAKC,KACzC;AAAA,6EACEA,IAAQD,EAAI,EAAE,MAAM,MAAQ,OAAO,KAAKC,KAC1C;AAAA,gFACEA,IAAQD,EAAI,EAAE,QAAQ,MAAQ,OAAO,KAAKC,KAC5C;AAAA,WACKD,EAAI,KAAK,oBACdE,KAAO;AAAA,kFACLD,IAAQD,EAAI,EAAE,QAAQ,MAAQ,OAAO,KAAKC,KAC5C;AAAA,YAEAC,KAAO;AAAA,UAEPA,KAAO;AAAA;AAAA;AAAA;AAAA,GACAA;AACP;AC9BA,MAAAG,IAAe;AAAA,EACb,UAAU;AAAA,IACR,MAAMF;AAAA,EAAA;AAAA,EAER,UAAU;AAAA,IACR,MAAMJ;AAAA,EAAA;AAEV;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/webform/builder.ejs","../../../../src/templates/tailwind/webform/form.ejs","../../../../src/templates/tailwind/webform/index.ts"],"sourcesContent":["<div class=\"text-muted text-center p-2\">{{ ctx.t(ctx.component.title, { _userInput: true }) }}</div>\n","<div class=\"{{ctx.classes}}\" ref=\"webform\" novalidate>{{ctx.children}}</div>\n","import builder from \"./builder.ejs\";\nimport form from \"./form.ejs\";\n\nexport default { form, builder };\n"],"names":["builder","ctx","__t","__p","form","webform"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/webform/builder.ejs","../../../../src/templates/tailwind/webform/form.ejs","../../../../src/templates/tailwind/webform/index.ts"],"sourcesContent":["<div class=\"text-muted text-center p-2\">{{ ctx.t(ctx.component.title, { _userInput: true }) }}</div>\n","<div class=\"{{ctx.classes}}\" ref=\"webform\" novalidate>{{ctx.children}}</div>\n","import builder from \"./builder.ejs\";\nimport form from \"./form.ejs\";\n\nexport default { form, builder };\n"],"names":["builder","ctx","__t","__p","form","webform"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO,+CACLD,IAAQD,EAAI,EAAEA,EAAI,UAAU,OAAO,EAAE,YAAY,GAAI,CAAE,MAAQ,OAAO,KAAKC,KAC7E;AAAA,GACOC;AACP;ACNe,SAAAC,EAASH,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO,mBACLD,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC,kCACEA,IAAOD,EAAI,aAAc,OAAO,KAAKC,KACvC;AAAA,GACOC;AACP;ACLA,MAAAE,IAAe,EAAE,MAAAD,GAAM,SAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/well/form.ejs","../../../../src/templates/tailwind/well/index.ts"],"sourcesContent":["<div class=\"border-1 border-solid border-gray-300 bg-gray-200 shadow-inner p-5 rounded\">\n <div ref=\"{{ctx.nestedKey}}\">\n {{ctx.children}}\n </div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","well"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/well/form.ejs","../../../../src/templates/tailwind/well/index.ts"],"sourcesContent":["<div class=\"border-1 border-solid border-gray-300 bg-gray-200 shadow-inner p-5 rounded\">\n <div ref=\"{{ctx.nestedKey}}\">\n {{ctx.children}}\n </div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","well"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO;AAAA,kBACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC;AAAA,UACEA,IAAOD,EAAI,aAAc,OAAO,KAAKC,KACvC;AAAA;AAAA;AAAA,GACOC;AACP;ACNA,MAAAC,IAAe,EAAE,MAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizard/builder.ejs","../../../../src/templates/tailwind/wizard/form.ejs","../../../../src/templates/tailwind/wizard/index.ts"],"sourcesContent":["<div class=\"text-muted text-center p-2\">{{ ctx.t(ctx.component.title, { _userInput: true }) }}</div>\n","<div class=\"{{ctx.className}}\">\n <div style=\"position: relative;\">\n {% if (ctx.wizardHeaderType === 'wizardHeaderVertical') { %}\n <div class=\"row\">\n {% if (ctx.wizardHeaderLocation !== 'right') { %}\n <div class=\"col-sm-2\">\n {{ ctx.wizardHeader }}\n </div>\n {% } %}\n <div class=\"wizard-page col-sm-10\" ref=\"{{ctx.wizardKey}}\">\n {{ctx.components}}\n </div>\n {% if (ctx.wizardHeaderLocation === 'right') { %}\n <div class=\"col-sm-2\">\n {{ ctx.wizardHeader }}\n </div>\n {% } %}\n </div>\n <div class=\"col-sm-offset-2 col-sm-10 {{ctx.wizardHeaderLocation === 'right' ? 'col-sm-offset-0 col-md-offset-0' : ''}}\">\n {{ ctx.wizardNav }}\n </div>\n {% } else { %}\n {{ ctx.wizardHeader }}\n <div class=\"wizard-page\" ref=\"{{ctx.wizardKey}}\">\n {{ctx.components}}\n </div>\n {{ ctx.wizardNav }}\n {% } %}\n </div>\n</div>\n","import builder from \"./builder.ejs\";\nimport form from \"./form.ejs\";\nexport default { form, builder };\n"],"names":["builder","ctx","__t","__p","form","wizard"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizard/builder.ejs","../../../../src/templates/tailwind/wizard/form.ejs","../../../../src/templates/tailwind/wizard/index.ts"],"sourcesContent":["<div class=\"text-muted text-center p-2\">{{ ctx.t(ctx.component.title, { _userInput: true }) }}</div>\n","<div class=\"{{ctx.className}}\">\n <div style=\"position: relative;\">\n {% if (ctx.wizardHeaderType === 'wizardHeaderVertical') { %}\n <div class=\"row\">\n {% if (ctx.wizardHeaderLocation !== 'right') { %}\n <div class=\"col-sm-2\">\n {{ ctx.wizardHeader }}\n </div>\n {% } %}\n <div class=\"wizard-page col-sm-10\" ref=\"{{ctx.wizardKey}}\">\n {{ctx.components}}\n </div>\n {% if (ctx.wizardHeaderLocation === 'right') { %}\n <div class=\"col-sm-2\">\n {{ ctx.wizardHeader }}\n </div>\n {% } %}\n </div>\n <div class=\"col-sm-offset-2 col-sm-10 {{ctx.wizardHeaderLocation === 'right' ? 'col-sm-offset-0 col-md-offset-0' : ''}}\">\n {{ ctx.wizardNav }}\n </div>\n {% } else { %}\n {{ ctx.wizardHeader }}\n <div class=\"wizard-page\" ref=\"{{ctx.wizardKey}}\">\n {{ctx.components}}\n </div>\n {{ ctx.wizardNav }}\n {% } %}\n </div>\n</div>\n","import builder from \"./builder.ejs\";\nimport form from \"./form.ejs\";\nexport default { form, builder };\n"],"names":["builder","ctx","__t","__p","form","wizard"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO,+CACLD,IAAQD,EAAI,EAAEA,EAAI,UAAU,OAAO,EAAE,YAAY,GAAI,CAAE,MAAQ,OAAO,KAAKC,KAC7E;AAAA,GACOC;AACP;ACNe,SAAAC,EAASH,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO,mBACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC;AAAA;AAAA,WACKD,EAAI,qBAAqB,0BAC9BE,KAAO;AAAA;AAAA,eACFF,EAAI,yBAAyB,YAClCE,KAAO;AAAA;AAAA,sBACLD,IAAQD,EAAI,iBAAmB,OAAO,KAAKC,KAC7C;AAAA;AAAA,gBAEAC,KAAO;AAAA,0DACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC;AAAA,sBACEA,IAAOD,EAAI,eAAgB,OAAO,KAAKC,KACzC;AAAA;AAAA,eACKD,EAAI,yBAAyB,YAClCE,KAAO;AAAA;AAAA,sBACLD,IAAQD,EAAI,iBAAmB,OAAO,KAAKC,KAC7C;AAAA;AAAA,gBAEAC,KAAO;AAAA;AAAA,oDACLD,IAAOD,EAAI,yBAAyB,UAAU,oCAAoC,OAAQ,OAAO,KAAKC,KACxG;AAAA,kBACEA,IAAQD,EAAI,cAAgB,OAAO,KAAKC,KAC1C;AAAA;AAAA,aAEAC,KAAO;AAAA,cACLD,IAAQD,EAAI,iBAAmB,OAAO,KAAKC,KAC7C;AAAA,4CACEA,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC;AAAA,kBACEA,IAAOD,EAAI,eAAgB,OAAO,KAAKC,KACzC;AAAA;AAAA,cACEA,IAAQD,EAAI,cAAgB,OAAO,KAAKC,KAC1C;AAAA,WAEAC,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;ACvCA,MAAAE,IAAe,EAAE,MAAAD,GAAM,SAAAJ,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizardHeader/form.ejs","../../../../src/templates/tailwind/wizardHeader/index.ts"],"sourcesContent":["<nav aria-label=\"Wizard navigation\" id=\"{{ ctx.wizardKey }}-header\" ref=\"{{ctx.wizardKey}}-header\">\n <ul class=\"pagination\" role=\"tablist\">\n {% ctx.panels.forEach(function(panel, index) { %}\n <li class=\"page-item{{ctx.currentPage === index ? ' active' : ''}}\" style=\"cursor: pointer;\">\n <button tabindex=\"0\" data-index=\"{{index}}\" role=\"tab\" class=\"page-link\" ref=\"{{ctx.wizardKey}}-link\">\n {{ctx.t(panel.title, { _userInput: true })}}\n {% if (panel.tooltip && ctx.currentPage === index) { %}\n <i ref=\"{{ctx.wizardKey}}-tooltip\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{panel.tooltip}}\"></i>\n {% } %}\n </button>\n </li>\n {% }) %}\n </ul>\n</nav>\n","import form from \"./form.ejs\";\nexport default { form };\n"],"names":["form","ctx","__t","__p","panel","index","wizardHeader"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizardHeader/form.ejs","../../../../src/templates/tailwind/wizardHeader/index.ts"],"sourcesContent":["<nav aria-label=\"Wizard navigation\" id=\"{{ ctx.wizardKey }}-header\" ref=\"{{ctx.wizardKey}}-header\">\n <ul class=\"pagination\" role=\"tablist\">\n {% ctx.panels.forEach(function(panel, index) { %}\n <li class=\"page-item{{ctx.currentPage === index ? ' active' : ''}}\" style=\"cursor: pointer;\">\n <button tabindex=\"0\" data-index=\"{{index}}\" role=\"tab\" class=\"page-link\" ref=\"{{ctx.wizardKey}}-link\">\n {{ctx.t(panel.title, { _userInput: true })}}\n {% if (panel.tooltip && ctx.currentPage === index) { %}\n <i ref=\"{{ctx.wizardKey}}-tooltip\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{panel.tooltip}}\"></i>\n {% } %}\n </button>\n </li>\n {% }) %}\n </ul>\n</nav>\n","import form from \"./form.ejs\";\nexport default { form };\n"],"names":["form","ctx","__t","__p","panel","index","wizardHeader"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO,+CACLD,IAAQD,EAAI,cAAgB,OAAO,KAAKC,KAC1C,qBACEA,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC;AAAA;AAAA,OACCD,EAAI,OAAO,QAAQ,SAASG,GAAOC,GAAO;AAC3C,IAAAF,KAAO;AAAA,8BACLD,IAAOD,EAAI,gBAAgBI,IAAQ,YAAY,OAAQ,OAAO,KAAKH,KACrE;AAAA,6CACEA,IAAOG,MAAW,OAAO,KAAKH,KAChC,2CACEA,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC;AAAA,cACEA,IAAOD,EAAI,EAAEG,EAAM,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKF,KACnE;AAAA,WACKE,EAAM,WAAWH,EAAI,gBAAgBI,MAC1CF,KAAO;AAAA,sBACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC,wBACEA,IAAOD,EAAI,UAAU,eAAe,MAAO,OAAO,KAAKC,KACzD,kCACEA,IAAOE,EAAM,YAAa,OAAO,KAAKF,KACxC;AAAA,YAEAC,KAAO;AAAA;AAAA;AAAA;AAAA,EACN,CAAC,GACFA,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;AC9BA,MAAAG,IAAe,EAAE,MAAAN,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizardHeaderClassic/form.ejs","../../../../src/templates/tailwind/wizardHeaderClassic/index.ts"],"sourcesContent":["<nav aria-label=\"navigation\" id=\"{{ ctx.wizardKey }}-header\">\n <div class=\"classic-pagination row justify-content-center\" style=\"border-bottom:0;\">\n {% ctx.panels.forEach(function(panel, index) { %}\n <div class=\"classic-pagination-page col-xs-12 col-sm-6 col-md-3\n {{ctx.currentPage < index ? ' disabled' : ''}}\n {{ctx.currentPage === index ? ' active' : ''}}\n {{ctx.currentPage > index ? ' complete' : ''}}\">\n <div class=\"text-center classic-pagination-title\">{{ctx.t(panel.title, { _userInput: true })}}</div>\n {% if (ctx.panels.length > 1) { %}\n <div class=\"progress\"><div class=\"progress-bar\"></div></div>\n {% } %} \n <span ref=\"{{ctx.wizardKey}}-link\" class=\"classic-pagination-dot\"></span>\n </div>\n {% }) %}\n </div>\n</nav>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","panel","index","wizardHeaderClassic"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizardHeaderClassic/form.ejs","../../../../src/templates/tailwind/wizardHeaderClassic/index.ts"],"sourcesContent":["<nav aria-label=\"navigation\" id=\"{{ ctx.wizardKey }}-header\">\n <div class=\"classic-pagination row justify-content-center\" style=\"border-bottom:0;\">\n {% ctx.panels.forEach(function(panel, index) { %}\n <div class=\"classic-pagination-page col-xs-12 col-sm-6 col-md-3\n {{ctx.currentPage < index ? ' disabled' : ''}}\n {{ctx.currentPage === index ? ' active' : ''}}\n {{ctx.currentPage > index ? ' complete' : ''}}\">\n <div class=\"text-center classic-pagination-title\">{{ctx.t(panel.title, { _userInput: true })}}</div>\n {% if (ctx.panels.length > 1) { %}\n <div class=\"progress\"><div class=\"progress-bar\"></div></div>\n {% } %} \n <span ref=\"{{ctx.wizardKey}}-link\" class=\"classic-pagination-dot\"></span>\n </div>\n {% }) %}\n </div>\n</nav>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","panel","index","wizardHeaderClassic"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO,wCACLD,IAAQD,EAAI,cAAgB,OAAO,KAAKC,KAC1C;AAAA;AAAA,OACCD,EAAI,OAAO,QAAQ,SAASG,GAAOC,GAAO;AAC3C,IAAAF,KAAO;AAAA;AAAA,gBACLD,IAAOD,EAAI,cAAcI,IAAQ,cAAc,OAAQ,OAAO,KAAKH,KACrE;AAAA,gBACEA,IAAOD,EAAI,gBAAgBI,IAAQ,YAAY,OAAQ,OAAO,KAAKH,KACrE;AAAA,gBACEA,IAAOD,EAAI,cAAcI,IAAQ,cAAc,OAAQ,OAAO,KAAKH,KACrE;AAAA,gEACEA,IAAOD,EAAI,EAAEG,EAAM,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKF,KACnE;AAAA,WACKD,EAAI,OAAO,SAAS,MACzBE,KAAO;AAAA;AAAA,YAEPA,KAAO;AAAA,yBACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC;AAAA;AAAA;AAAA,EACC,CAAC,GACFC,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;ACvBA,MAAAG,IAAe,EAAE,MAAAN,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizardHeaderVertical/form.ejs","../../../../src/templates/tailwind/wizardHeaderVertical/index.ts"],"sourcesContent":["<nav aria-label=\"navigation\" id=\"{{ ctx.wizardKey }}-header\">\n <ul class=\"pagination flex-column\">\n {% ctx.panels.forEach(function(panel, index) { %}\n <li class=\"col-xs-12 page-item{{ctx.currentPage === index ? ' active' : ''}}\" style=\"cursor: pointer;\">\n <span class=\"page-link\" ref=\"{{ctx.wizardKey}}-link\" style=\"margin-left: 0px;\">\n {{ctx.t(panel.title, { _userInput: true })}}\n {% if (panel.tooltip && ctx.currentPage === index) { %}\n <i ref=\"{{ctx.wizardKey}}-tooltip\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{panel.tooltip}}\"></i>\n {% } %}\n </span>\n </li>\n {% }) %}\n </ul>\n</nav>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","panel","index","wizardHeaderVertical"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizardHeaderVertical/form.ejs","../../../../src/templates/tailwind/wizardHeaderVertical/index.ts"],"sourcesContent":["<nav aria-label=\"navigation\" id=\"{{ ctx.wizardKey }}-header\">\n <ul class=\"pagination flex-column\">\n {% ctx.panels.forEach(function(panel, index) { %}\n <li class=\"col-xs-12 page-item{{ctx.currentPage === index ? ' active' : ''}}\" style=\"cursor: pointer;\">\n <span class=\"page-link\" ref=\"{{ctx.wizardKey}}-link\" style=\"margin-left: 0px;\">\n {{ctx.t(panel.title, { _userInput: true })}}\n {% if (panel.tooltip && ctx.currentPage === index) { %}\n <i ref=\"{{ctx.wizardKey}}-tooltip\" class=\"{{ctx.iconClass('question-sign')}} text-muted\" data-tooltip=\"{{panel.tooltip}}\"></i>\n {% } %}\n </span>\n </li>\n {% }) %}\n </ul>\n</nav>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","panel","index","wizardHeaderVertical"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO,wCACLD,IAAQD,EAAI,cAAgB,OAAO,KAAKC,KAC1C;AAAA;AAAA,OACCD,EAAI,OAAO,QAAQ,SAASG,GAAOC,GAAO;AAC3C,IAAAF,KAAO;AAAA,wCACLD,IAAOD,EAAI,gBAAgBI,IAAQ,YAAY,OAAQ,OAAO,KAAKH,KACrE;AAAA,yCACEA,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC;AAAA,cACEA,IAAOD,EAAI,EAAEG,EAAM,OAAO,EAAE,YAAY,GAAI,CAAE,MAAO,OAAO,KAAKF,KACnE;AAAA,WACKE,EAAM,WAAWH,EAAI,gBAAgBI,MAC1CF,KAAO;AAAA,sBACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC,wBACEA,IAAOD,EAAI,UAAU,eAAe,MAAO,OAAO,KAAKC,KACzD,kCACEA,IAAOE,EAAM,YAAa,OAAO,KAAKF,KACxC;AAAA,YAEAC,KAAO;AAAA;AAAA;AAAA;AAAA,EACN,CAAC,GACFA,KAAO;AAAA;AAAA;AAAA,GACAA;AACP;ACzBA,MAAAG,IAAe,EAAE,MAAAN,EAAA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizardNav/form.ejs","../../../../src/templates/tailwind/wizardNav/index.ts"],"sourcesContent":["<ul class=\"formio-wizard-nav-container list-inline\" id=\"{{ ctx.wizardKey }}-nav\">\n {% ctx.buttonOrder.forEach(function(button) { %}\n {% if (button === 'cancel' && ctx.buttons.cancel) { %}\n <li>\n <button class=\"btn btn-secondary btn-wizard-nav-cancel\" ref=\"{{ctx.wizardKey}}-cancel\" aria-label=\"{{ctx.t('cancelButtonAriaLabel')}}\">{{ctx.t('cancel')}}</button>\n </li>\n {% } %}\n {% if (button === 'previous' && ctx.buttons.previous) { %}\n <li>\n <button class=\"btn btn-primary btn-wizard-nav-previous\" ref=\"{{ctx.wizardKey}}-previous\" aria-label=\"{{ctx.t('previousButtonAriaLabel')}}\">{{ctx.t('previous')}}</button>\n </li>\n {% } %}\n {% if (button === 'next' && ctx.buttons.next) { %}\n <li>\n <button class=\"btn btn-primary btn-wizard-nav-next\" ref=\"{{ctx.wizardKey}}-next\" aria-label=\"{{ctx.t('nextButtonAriaLabel')}}\">{{ctx.t('next')}}</button>\n </li>\n {% } %}\n {% if (button === 'submit' && ctx.buttons.submit) { %}\n <li>\n {% if (ctx.disableWizardSubmit){ %}\n <button disabled class=\"btn btn-primary btn-wizard-nav-submit\" ref=\"{{ctx.wizardKey}}-submit\" aria-label=\"{{ctx.t('submitButtonAriaLabel')}}\">{{ctx.t('submit')}}</button>\n {% } else { %}\n <button class=\"btn btn-primary btn-wizard-nav-submit\" ref=\"{{ctx.wizardKey}}-submit\" aria-label=\"{{ctx.t('submitButtonAriaLabel')}}\">{{ctx.t('submit')}}</button>\n {% } %}\n </li>\n {% } %}\n {% }) %}\n</ul>\n","import form from \"./form.ejs\";\nexport default { form };\n"],"names":["form","ctx","__t","__p","button","wizardNav"],"mappings":"AAAe,
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/wizardNav/form.ejs","../../../../src/templates/tailwind/wizardNav/index.ts"],"sourcesContent":["<ul class=\"formio-wizard-nav-container list-inline\" id=\"{{ ctx.wizardKey }}-nav\">\n {% ctx.buttonOrder.forEach(function(button) { %}\n {% if (button === 'cancel' && ctx.buttons.cancel) { %}\n <li>\n <button class=\"btn btn-secondary btn-wizard-nav-cancel\" ref=\"{{ctx.wizardKey}}-cancel\" aria-label=\"{{ctx.t('cancelButtonAriaLabel')}}\">{{ctx.t('cancel')}}</button>\n </li>\n {% } %}\n {% if (button === 'previous' && ctx.buttons.previous) { %}\n <li>\n <button class=\"btn btn-primary btn-wizard-nav-previous\" ref=\"{{ctx.wizardKey}}-previous\" aria-label=\"{{ctx.t('previousButtonAriaLabel')}}\">{{ctx.t('previous')}}</button>\n </li>\n {% } %}\n {% if (button === 'next' && ctx.buttons.next) { %}\n <li>\n <button class=\"btn btn-primary btn-wizard-nav-next\" ref=\"{{ctx.wizardKey}}-next\" aria-label=\"{{ctx.t('nextButtonAriaLabel')}}\">{{ctx.t('next')}}</button>\n </li>\n {% } %}\n {% if (button === 'submit' && ctx.buttons.submit) { %}\n <li>\n {% if (ctx.disableWizardSubmit){ %}\n <button disabled class=\"btn btn-primary btn-wizard-nav-submit\" ref=\"{{ctx.wizardKey}}-submit\" aria-label=\"{{ctx.t('submitButtonAriaLabel')}}\">{{ctx.t('submit')}}</button>\n {% } else { %}\n <button class=\"btn btn-primary btn-wizard-nav-submit\" ref=\"{{ctx.wizardKey}}-submit\" aria-label=\"{{ctx.t('submitButtonAriaLabel')}}\">{{ctx.t('submit')}}</button>\n {% } %}\n </li>\n {% } %}\n {% }) %}\n</ul>\n","import form from \"./form.ejs\";\nexport default { form };\n"],"names":["form","ctx","__t","__p","button","wizardNav"],"mappings":"AAAe,SAAAA,EAASC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,SAAAA,KAAO,+DACLD,IAAQD,EAAI,cAAgB,OAAO,KAAKC,KAC1C;AAAA,KACCD,EAAI,YAAY,QAAQ,SAASG,GAAQ;AAC1C,IAAAD,KAAO;AAAA,OACFC,MAAW,YAAYH,EAAI,QAAQ,WACxCE,KAAO;AAAA;AAAA,yEACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC,4BACEA,IAAOD,EAAI,EAAE,uBAAuB,MAAO,OAAO,KAAKC,KACzD,SACEA,IAAOD,EAAI,EAAE,QAAQ,MAAO,OAAO,KAAKC,KAC1C;AAAA;AAAA,QAEAC,KAAO;AAAA,OACFC,MAAW,cAAcH,EAAI,QAAQ,aAC1CE,KAAO;AAAA;AAAA,yEACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC,8BACEA,IAAOD,EAAI,EAAE,yBAAyB,MAAO,OAAO,KAAKC,KAC3D,SACEA,IAAOD,EAAI,EAAE,UAAU,MAAO,OAAO,KAAKC,KAC5C;AAAA;AAAA,QAEAC,KAAO;AAAA,OACFC,MAAW,UAAUH,EAAI,QAAQ,SACtCE,KAAO;AAAA;AAAA,qEACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC,0BACEA,IAAOD,EAAI,EAAE,qBAAqB,MAAO,OAAO,KAAKC,KACvD,SACEA,IAAOD,EAAI,EAAE,MAAM,MAAO,OAAO,KAAKC,KACxC;AAAA;AAAA,QAEAC,KAAO;AAAA,OACFC,MAAW,YAAYH,EAAI,QAAQ,WACxCE,KAAO;AAAA;AAAA,SACFF,EAAI,sBACTE,KAAO;AAAA,gFACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC,4BACEA,IAAOD,EAAI,EAAE,uBAAuB,MAAO,OAAO,KAAKC,KACzD,SACEA,IAAOD,EAAI,EAAE,QAAQ,MAAO,OAAO,KAAKC,KAC1C;AAAA,UAEAC,KAAO;AAAA,uEACLD,IAAOD,EAAI,cAAe,OAAO,KAAKC,KACxC,4BACEA,IAAOD,EAAI,EAAE,uBAAuB,MAAO,OAAO,KAAKC,KACzD,SACEA,IAAOD,EAAI,EAAE,QAAQ,MAAO,OAAO,KAAKC,KAC1C;AAAA,SAEAC,KAAO;AAAA;AAAA,QAEPA,KAAO;AAAA;AAAA,EACN,CAAC,GACFA,KAAO;AAAA;AAAA,GACAA;AACP;AC9DA,MAAAE,IAAe,EAAE,MAAAL,EAAA;"}
|