tp-react-elements-dev 1.12.32 → 1.12.34
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/assets/icons/flaticon_hvc.css +195 -195
- package/dist/assets/icons/flaticon_hvc.scss +243 -243
- package/dist/components/FileUpload/index.d.ts +1 -0
- package/dist/components/FileUpload/index.esm.js +1 -0
- package/dist/components/Form/FormRender.esm.js +12 -8
- package/dist/components/FormComponents/FileUpload/MultiFileWithPreview.d.ts +6 -0
- package/dist/components/FormComponents/FileUpload/MultiFileWithPreview.esm.js +211 -0
- package/dist/components/FormComponents/FileUpload/index.d.ts +3 -0
- package/dist/components/FormComponents/FileUpload/index.esm.js +3 -0
- package/dist/components/FormComponents/index.esm.js +5 -5
- package/dist/components/Global.styles.esm.js +64 -64
- package/dist/utils/Interface/FormInterface.d.ts +3 -2
- package/package.json +1 -1
|
@@ -1,195 +1,195 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ______ _ _ _
|
|
3
|
-
* | ____| | | | (_)
|
|
4
|
-
* | |__ | | __ _| |_ _ ___ ___ _ __
|
|
5
|
-
* | __| | |/ _` | __| |/ __/ _ \| '_ \
|
|
6
|
-
* | | | | (_| | |_| | (_| (_) | | | |
|
|
7
|
-
* |_| |_|\__,_|\__|_|\___\___/|_| |_|
|
|
8
|
-
*
|
|
9
|
-
* https://www.flaticon.com
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
@font-face {
|
|
13
|
-
font-family: 'flaticon_hvc';
|
|
14
|
-
src:
|
|
15
|
-
url('./flaticon_hvc.woff2?09127989b5c99a4f290cd7bb7c4bad12') format('woff2'),
|
|
16
|
-
url('./flaticon_hvc.woff?09127989b5c99a4f290cd7bb7c4bad12') format('woff'),
|
|
17
|
-
url('./flaticon_hvc.eot?09127989b5c99a4f290cd7bb7c4bad12#iefix') format('embedded-opentype'),
|
|
18
|
-
url('./flaticon_hvc.ttf?09127989b5c99a4f290cd7bb7c4bad12') format('truetype'),
|
|
19
|
-
url('./flaticon_hvc.svg?09127989b5c99a4f290cd7bb7c4bad12#flaticon_hvc') format('svg');
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
i[class^='flaticon-']:before,
|
|
23
|
-
i[class*=' flaticon-']:before {
|
|
24
|
-
font-family: flaticon_hvc !important;
|
|
25
|
-
font-style: normal;
|
|
26
|
-
font-weight: normal !important;
|
|
27
|
-
font-variant: normal;
|
|
28
|
-
text-transform: none;
|
|
29
|
-
line-height: 1;
|
|
30
|
-
-webkit-font-smoothing: antialiased;
|
|
31
|
-
-moz-osx-font-smoothing: grayscale;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.flaticon-setting:before {
|
|
35
|
-
content: '\f101';
|
|
36
|
-
}
|
|
37
|
-
.flaticon-refresh:before {
|
|
38
|
-
content: '\f102';
|
|
39
|
-
}
|
|
40
|
-
.flaticon-setting-1:before {
|
|
41
|
-
content: '\f103';
|
|
42
|
-
}
|
|
43
|
-
.flaticon-check:before {
|
|
44
|
-
content: '\f104';
|
|
45
|
-
}
|
|
46
|
-
.flaticon-bank:before {
|
|
47
|
-
content: '\f105';
|
|
48
|
-
}
|
|
49
|
-
.flaticon-user:before {
|
|
50
|
-
content: '\f106';
|
|
51
|
-
}
|
|
52
|
-
.flaticon-user-1:before {
|
|
53
|
-
content: '\f107';
|
|
54
|
-
}
|
|
55
|
-
.flaticon-info-sign:before {
|
|
56
|
-
content: '\f108';
|
|
57
|
-
}
|
|
58
|
-
.flaticon-clipboard:before {
|
|
59
|
-
content: '\f109';
|
|
60
|
-
}
|
|
61
|
-
.flaticon-right-arrow:before {
|
|
62
|
-
content: '\f10a';
|
|
63
|
-
}
|
|
64
|
-
.flaticon-home:before {
|
|
65
|
-
content: '\f10b';
|
|
66
|
-
}
|
|
67
|
-
.flaticon-search:before {
|
|
68
|
-
content: '\f10c';
|
|
69
|
-
}
|
|
70
|
-
.flaticon-eye:before {
|
|
71
|
-
content: '\f10d';
|
|
72
|
-
}
|
|
73
|
-
.flaticon-edit:before {
|
|
74
|
-
content: '\f10e';
|
|
75
|
-
}
|
|
76
|
-
.flaticon-delete:before {
|
|
77
|
-
content: '\f10f';
|
|
78
|
-
}
|
|
79
|
-
.flaticon-add-1:before {
|
|
80
|
-
content: '\f110';
|
|
81
|
-
}
|
|
82
|
-
.flaticon-plus-1:before {
|
|
83
|
-
content: '\f111';
|
|
84
|
-
}
|
|
85
|
-
.flaticon-compose:before {
|
|
86
|
-
content: '\f112';
|
|
87
|
-
}
|
|
88
|
-
.flaticon-trash:before {
|
|
89
|
-
content: '\f113';
|
|
90
|
-
}
|
|
91
|
-
.flaticon-download:before {
|
|
92
|
-
content: '\f114';
|
|
93
|
-
}
|
|
94
|
-
.flaticon-downloading:before {
|
|
95
|
-
content: '\f115';
|
|
96
|
-
}
|
|
97
|
-
.flaticon-upload:before {
|
|
98
|
-
content: '\f116';
|
|
99
|
-
}
|
|
100
|
-
.flaticon-right-arrow-1:before {
|
|
101
|
-
content: '\f117';
|
|
102
|
-
}
|
|
103
|
-
.flaticon-user-2:before {
|
|
104
|
-
content: '\f118';
|
|
105
|
-
}
|
|
106
|
-
.flaticon-man-in-suit-and-tie:before {
|
|
107
|
-
content: '\f119';
|
|
108
|
-
}
|
|
109
|
-
.flaticon-cancel:before {
|
|
110
|
-
content: '\f11a';
|
|
111
|
-
}
|
|
112
|
-
.flaticon-check-mark:before {
|
|
113
|
-
content: '\f11b';
|
|
114
|
-
}
|
|
115
|
-
.flaticon-bars:before {
|
|
116
|
-
content: '\f11c';
|
|
117
|
-
}
|
|
118
|
-
.flaticon-copy:before {
|
|
119
|
-
content: '\f11d';
|
|
120
|
-
}
|
|
121
|
-
.flaticon-printer:before {
|
|
122
|
-
content: '\f11e';
|
|
123
|
-
}
|
|
124
|
-
.flaticon-file:before {
|
|
125
|
-
content: '\f11f';
|
|
126
|
-
}
|
|
127
|
-
.flaticon-file-1:before {
|
|
128
|
-
content: '\f120';
|
|
129
|
-
}
|
|
130
|
-
.flaticon-file-2:before {
|
|
131
|
-
content: '\f121';
|
|
132
|
-
}
|
|
133
|
-
.flaticon-eye-1:before {
|
|
134
|
-
content: '\f122';
|
|
135
|
-
}
|
|
136
|
-
.flaticon-upload-1:before {
|
|
137
|
-
content: '\f123';
|
|
138
|
-
}
|
|
139
|
-
.flaticon-production:before {
|
|
140
|
-
content: '\f124';
|
|
141
|
-
}
|
|
142
|
-
.flaticon-cube:before {
|
|
143
|
-
content: '\f125';
|
|
144
|
-
}
|
|
145
|
-
.flaticon-rotation:before {
|
|
146
|
-
content: '\f126';
|
|
147
|
-
}
|
|
148
|
-
.flaticon-rotation-1:before {
|
|
149
|
-
content: '\f127';
|
|
150
|
-
}
|
|
151
|
-
.flaticon-spinning:before {
|
|
152
|
-
content: '\f128';
|
|
153
|
-
}
|
|
154
|
-
.flaticon-spinning-1:before {
|
|
155
|
-
content: '\f129';
|
|
156
|
-
}
|
|
157
|
-
.flaticon-ready-stock:before {
|
|
158
|
-
content: '\f12a';
|
|
159
|
-
}
|
|
160
|
-
.flaticon-ready-stock-1:before {
|
|
161
|
-
content: '\f12b';
|
|
162
|
-
}
|
|
163
|
-
.flaticon-visible:before {
|
|
164
|
-
content: '\f12c';
|
|
165
|
-
}
|
|
166
|
-
.flaticon-printing:before {
|
|
167
|
-
content: '\f12d';
|
|
168
|
-
}
|
|
169
|
-
.flaticon-like:before {
|
|
170
|
-
content: '\f12e';
|
|
171
|
-
}
|
|
172
|
-
.flaticon-thumb-up:before {
|
|
173
|
-
content: '\f12f';
|
|
174
|
-
}
|
|
175
|
-
.flaticon-thumbs-up:before {
|
|
176
|
-
content: '\f130';
|
|
177
|
-
}
|
|
178
|
-
.flaticon-thumb-down:before {
|
|
179
|
-
content: '\f131';
|
|
180
|
-
}
|
|
181
|
-
.flaticon-dislike:before {
|
|
182
|
-
content: '\f132';
|
|
183
|
-
}
|
|
184
|
-
.flaticon-thumb-down-1:before {
|
|
185
|
-
content: '\f133';
|
|
186
|
-
}
|
|
187
|
-
.flaticon-pointing-right:before {
|
|
188
|
-
content: '\f134';
|
|
189
|
-
}
|
|
190
|
-
.flaticon-point:before {
|
|
191
|
-
content: '\f135';
|
|
192
|
-
}
|
|
193
|
-
.flaticon-history:before {
|
|
194
|
-
content: '\f136';
|
|
195
|
-
}
|
|
1
|
+
/*!
|
|
2
|
+
* ______ _ _ _
|
|
3
|
+
* | ____| | | | (_)
|
|
4
|
+
* | |__ | | __ _| |_ _ ___ ___ _ __
|
|
5
|
+
* | __| | |/ _` | __| |/ __/ _ \| '_ \
|
|
6
|
+
* | | | | (_| | |_| | (_| (_) | | | |
|
|
7
|
+
* |_| |_|\__,_|\__|_|\___\___/|_| |_|
|
|
8
|
+
*
|
|
9
|
+
* https://www.flaticon.com
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'flaticon_hvc';
|
|
14
|
+
src:
|
|
15
|
+
url('./flaticon_hvc.woff2?09127989b5c99a4f290cd7bb7c4bad12') format('woff2'),
|
|
16
|
+
url('./flaticon_hvc.woff?09127989b5c99a4f290cd7bb7c4bad12') format('woff'),
|
|
17
|
+
url('./flaticon_hvc.eot?09127989b5c99a4f290cd7bb7c4bad12#iefix') format('embedded-opentype'),
|
|
18
|
+
url('./flaticon_hvc.ttf?09127989b5c99a4f290cd7bb7c4bad12') format('truetype'),
|
|
19
|
+
url('./flaticon_hvc.svg?09127989b5c99a4f290cd7bb7c4bad12#flaticon_hvc') format('svg');
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
i[class^='flaticon-']:before,
|
|
23
|
+
i[class*=' flaticon-']:before {
|
|
24
|
+
font-family: flaticon_hvc !important;
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-weight: normal !important;
|
|
27
|
+
font-variant: normal;
|
|
28
|
+
text-transform: none;
|
|
29
|
+
line-height: 1;
|
|
30
|
+
-webkit-font-smoothing: antialiased;
|
|
31
|
+
-moz-osx-font-smoothing: grayscale;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.flaticon-setting:before {
|
|
35
|
+
content: '\f101';
|
|
36
|
+
}
|
|
37
|
+
.flaticon-refresh:before {
|
|
38
|
+
content: '\f102';
|
|
39
|
+
}
|
|
40
|
+
.flaticon-setting-1:before {
|
|
41
|
+
content: '\f103';
|
|
42
|
+
}
|
|
43
|
+
.flaticon-check:before {
|
|
44
|
+
content: '\f104';
|
|
45
|
+
}
|
|
46
|
+
.flaticon-bank:before {
|
|
47
|
+
content: '\f105';
|
|
48
|
+
}
|
|
49
|
+
.flaticon-user:before {
|
|
50
|
+
content: '\f106';
|
|
51
|
+
}
|
|
52
|
+
.flaticon-user-1:before {
|
|
53
|
+
content: '\f107';
|
|
54
|
+
}
|
|
55
|
+
.flaticon-info-sign:before {
|
|
56
|
+
content: '\f108';
|
|
57
|
+
}
|
|
58
|
+
.flaticon-clipboard:before {
|
|
59
|
+
content: '\f109';
|
|
60
|
+
}
|
|
61
|
+
.flaticon-right-arrow:before {
|
|
62
|
+
content: '\f10a';
|
|
63
|
+
}
|
|
64
|
+
.flaticon-home:before {
|
|
65
|
+
content: '\f10b';
|
|
66
|
+
}
|
|
67
|
+
.flaticon-search:before {
|
|
68
|
+
content: '\f10c';
|
|
69
|
+
}
|
|
70
|
+
.flaticon-eye:before {
|
|
71
|
+
content: '\f10d';
|
|
72
|
+
}
|
|
73
|
+
.flaticon-edit:before {
|
|
74
|
+
content: '\f10e';
|
|
75
|
+
}
|
|
76
|
+
.flaticon-delete:before {
|
|
77
|
+
content: '\f10f';
|
|
78
|
+
}
|
|
79
|
+
.flaticon-add-1:before {
|
|
80
|
+
content: '\f110';
|
|
81
|
+
}
|
|
82
|
+
.flaticon-plus-1:before {
|
|
83
|
+
content: '\f111';
|
|
84
|
+
}
|
|
85
|
+
.flaticon-compose:before {
|
|
86
|
+
content: '\f112';
|
|
87
|
+
}
|
|
88
|
+
.flaticon-trash:before {
|
|
89
|
+
content: '\f113';
|
|
90
|
+
}
|
|
91
|
+
.flaticon-download:before {
|
|
92
|
+
content: '\f114';
|
|
93
|
+
}
|
|
94
|
+
.flaticon-downloading:before {
|
|
95
|
+
content: '\f115';
|
|
96
|
+
}
|
|
97
|
+
.flaticon-upload:before {
|
|
98
|
+
content: '\f116';
|
|
99
|
+
}
|
|
100
|
+
.flaticon-right-arrow-1:before {
|
|
101
|
+
content: '\f117';
|
|
102
|
+
}
|
|
103
|
+
.flaticon-user-2:before {
|
|
104
|
+
content: '\f118';
|
|
105
|
+
}
|
|
106
|
+
.flaticon-man-in-suit-and-tie:before {
|
|
107
|
+
content: '\f119';
|
|
108
|
+
}
|
|
109
|
+
.flaticon-cancel:before {
|
|
110
|
+
content: '\f11a';
|
|
111
|
+
}
|
|
112
|
+
.flaticon-check-mark:before {
|
|
113
|
+
content: '\f11b';
|
|
114
|
+
}
|
|
115
|
+
.flaticon-bars:before {
|
|
116
|
+
content: '\f11c';
|
|
117
|
+
}
|
|
118
|
+
.flaticon-copy:before {
|
|
119
|
+
content: '\f11d';
|
|
120
|
+
}
|
|
121
|
+
.flaticon-printer:before {
|
|
122
|
+
content: '\f11e';
|
|
123
|
+
}
|
|
124
|
+
.flaticon-file:before {
|
|
125
|
+
content: '\f11f';
|
|
126
|
+
}
|
|
127
|
+
.flaticon-file-1:before {
|
|
128
|
+
content: '\f120';
|
|
129
|
+
}
|
|
130
|
+
.flaticon-file-2:before {
|
|
131
|
+
content: '\f121';
|
|
132
|
+
}
|
|
133
|
+
.flaticon-eye-1:before {
|
|
134
|
+
content: '\f122';
|
|
135
|
+
}
|
|
136
|
+
.flaticon-upload-1:before {
|
|
137
|
+
content: '\f123';
|
|
138
|
+
}
|
|
139
|
+
.flaticon-production:before {
|
|
140
|
+
content: '\f124';
|
|
141
|
+
}
|
|
142
|
+
.flaticon-cube:before {
|
|
143
|
+
content: '\f125';
|
|
144
|
+
}
|
|
145
|
+
.flaticon-rotation:before {
|
|
146
|
+
content: '\f126';
|
|
147
|
+
}
|
|
148
|
+
.flaticon-rotation-1:before {
|
|
149
|
+
content: '\f127';
|
|
150
|
+
}
|
|
151
|
+
.flaticon-spinning:before {
|
|
152
|
+
content: '\f128';
|
|
153
|
+
}
|
|
154
|
+
.flaticon-spinning-1:before {
|
|
155
|
+
content: '\f129';
|
|
156
|
+
}
|
|
157
|
+
.flaticon-ready-stock:before {
|
|
158
|
+
content: '\f12a';
|
|
159
|
+
}
|
|
160
|
+
.flaticon-ready-stock-1:before {
|
|
161
|
+
content: '\f12b';
|
|
162
|
+
}
|
|
163
|
+
.flaticon-visible:before {
|
|
164
|
+
content: '\f12c';
|
|
165
|
+
}
|
|
166
|
+
.flaticon-printing:before {
|
|
167
|
+
content: '\f12d';
|
|
168
|
+
}
|
|
169
|
+
.flaticon-like:before {
|
|
170
|
+
content: '\f12e';
|
|
171
|
+
}
|
|
172
|
+
.flaticon-thumb-up:before {
|
|
173
|
+
content: '\f12f';
|
|
174
|
+
}
|
|
175
|
+
.flaticon-thumbs-up:before {
|
|
176
|
+
content: '\f130';
|
|
177
|
+
}
|
|
178
|
+
.flaticon-thumb-down:before {
|
|
179
|
+
content: '\f131';
|
|
180
|
+
}
|
|
181
|
+
.flaticon-dislike:before {
|
|
182
|
+
content: '\f132';
|
|
183
|
+
}
|
|
184
|
+
.flaticon-thumb-down-1:before {
|
|
185
|
+
content: '\f133';
|
|
186
|
+
}
|
|
187
|
+
.flaticon-pointing-right:before {
|
|
188
|
+
content: '\f134';
|
|
189
|
+
}
|
|
190
|
+
.flaticon-point:before {
|
|
191
|
+
content: '\f135';
|
|
192
|
+
}
|
|
193
|
+
.flaticon-history:before {
|
|
194
|
+
content: '\f136';
|
|
195
|
+
}
|