@tsed/tailwind-formio 3.0.0-alpha.9 → 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 +1 -1
- package/styles/icon.css +33 -0
- package/styles/index.css +1 -0
- package/styles/react-select.css +16 -2
- 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
package/styles/tabs.css
CHANGED
|
@@ -1,63 +1,81 @@
|
|
|
1
1
|
.tw-tabs {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
&__header {
|
|
3
|
+
@apply overflow-auto;
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
&-border {
|
|
9
|
-
@apply border-b-1 border-gray-300 absolute bottom-0 left-0 right-0 z-1;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
5
|
+
&-wrapper{
|
|
6
|
+
@apply relative flex items-center pt-1 gap-1;
|
|
12
7
|
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
> [role="tablist"] {
|
|
9
|
+
@apply relative flex items-center gap-1;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
&-icon {
|
|
20
|
-
@apply mr-2 -ml-1 -mt-px;
|
|
21
|
-
}
|
|
13
|
+
.btn {
|
|
14
|
+
@apply px-3;
|
|
15
|
+
}
|
|
22
16
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
@apply border-primary;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
&-wrapper {
|
|
30
|
-
@apply relative mr-1;
|
|
31
|
-
|
|
32
|
-
&:last-child{
|
|
33
|
-
@apply mr-0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&.-active {
|
|
37
|
-
@apply z-2;
|
|
38
|
-
}
|
|
39
|
-
&.-back{
|
|
40
|
-
@apply -ml-2 mr-0;
|
|
41
|
-
}
|
|
17
|
+
&-border {
|
|
18
|
+
@apply border-b-1 border-gray-300 absolute bottom-0 left-0 right-0 z-1;
|
|
19
|
+
}
|
|
42
20
|
}
|
|
43
21
|
|
|
44
|
-
|
|
45
|
-
|
|
22
|
+
&__button {
|
|
23
|
+
@apply flex items-center border-1 border-b-0 border-gray-300 relative outline-none focus:outline-none bg-gray-100 text-gray-700 hover:text-secondary focus:text-secondary px-4 py-2;
|
|
24
|
+
|
|
25
|
+
&-label {
|
|
26
|
+
@apply text-sm whitespace-nowrap;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&-icon {
|
|
30
|
+
@apply mr-2 -ml-1 -mt-px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&-border {
|
|
34
|
+
@apply border-transparent z-1 absolute top-0 right-0 left-0 border-t-2;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&-wrapper {
|
|
38
|
+
@apply relative ;
|
|
39
|
+
|
|
40
|
+
&.-active {
|
|
41
|
+
@apply z-2;
|
|
42
|
+
|
|
43
|
+
.tw-tabs__button {
|
|
44
|
+
@apply text-primary bg-white;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.tw-tabs__button-border {
|
|
48
|
+
@apply border-primary;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&.-reverse {
|
|
53
|
+
.tw-tabs__button {
|
|
54
|
+
@apply bg-white;
|
|
55
|
+
|
|
56
|
+
&.-active {
|
|
57
|
+
@apply bg-gray-100;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
46
62
|
}
|
|
47
63
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
&.-active {
|
|
51
|
-
@apply bg-gray-100;
|
|
52
|
-
}
|
|
64
|
+
&__body {
|
|
65
|
+
@apply grid grid-rows-1 overflow-hidden;
|
|
53
66
|
}
|
|
54
67
|
|
|
55
|
-
|
|
56
|
-
|
|
68
|
+
&__panel {
|
|
69
|
+
@apply col-start-1 col-end-1 row-start-1 row-end-1 transition-all duration-300 ease-in-out;
|
|
70
|
+
|
|
71
|
+
&.-active {
|
|
72
|
+
@apply z-1 opacity-100 visible;
|
|
73
|
+
height: auto;
|
|
74
|
+
}
|
|
57
75
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
76
|
+
&:not(.-active) {
|
|
77
|
+
@apply z-0 opacity-0 invisible;
|
|
78
|
+
height: 0;
|
|
79
|
+
}
|
|
61
80
|
}
|
|
62
|
-
}
|
|
63
81
|
}
|
package/vite.config.mts
CHANGED
|
@@ -38,7 +38,7 @@ export default defineConfig({
|
|
|
38
38
|
plugins: [
|
|
39
39
|
ejsPlugin(),
|
|
40
40
|
dts({
|
|
41
|
-
tsconfigPath: "
|
|
41
|
+
tsconfigPath: "../../tsconfig.app.json",
|
|
42
42
|
aliasesExclude: [],
|
|
43
43
|
include: ["src/**/*.{ts,tsx}"],
|
|
44
44
|
exclude: ["**/*.spec.{ts,tsx}", "**/*.stories.{ts,tsx}", "**/__*__/**"]
|
package/tsconfig.app.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "@tsed/typescript/tsconfig.web.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"baseUrl": ".",
|
|
5
|
-
"noEmit": true,
|
|
6
|
-
"declaration": false,
|
|
7
|
-
"composite": false
|
|
8
|
-
},
|
|
9
|
-
"include": ["src/**/*.ts", "src/**/*.tsx"],
|
|
10
|
-
"exclude": ["node_modules", "dist", "src/**/*.spec.ts", "src/**/*.spec.tsx"]
|
|
11
|
-
}
|
package/tsconfig.json
DELETED
package/tsconfig.node.json
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "@tsed/typescript/tsconfig.web.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"module": "NodeNext",
|
|
5
|
-
"moduleResolution": "NodeNext",
|
|
6
|
-
"baseUrl": ".",
|
|
7
|
-
"noEmit": true,
|
|
8
|
-
"declaration": false,
|
|
9
|
-
"composite": false
|
|
10
|
-
},
|
|
11
|
-
"include": ["vite.config.mts", "tailwind.config.ts"],
|
|
12
|
-
"exclude": ["node_modules", "dist", "src/**/*.spec.ts", "src/**/*.spec.tsx"]
|
|
13
|
-
}
|