@saooti/octopus-sdk 35.2.5 → 35.2.7
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/package.json
CHANGED
package/src/assets/share.scss
CHANGED
|
@@ -195,4 +195,34 @@
|
|
|
195
195
|
width: 90%;
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
|
+
.advanced-search-container {
|
|
199
|
+
background: #fff;
|
|
200
|
+
border-radius: 0.8rem;
|
|
201
|
+
display: flex;
|
|
202
|
+
width: 100%;
|
|
203
|
+
padding: 1rem 2rem;
|
|
204
|
+
margin-bottom: 1rem;
|
|
205
|
+
justify-content: space-around;
|
|
206
|
+
@media (max-width: 720px) {
|
|
207
|
+
flex-wrap: wrap;
|
|
208
|
+
justify-content: flex-start;
|
|
209
|
+
}
|
|
210
|
+
@media (max-width: 450px) {
|
|
211
|
+
flex-direction: column;
|
|
212
|
+
padding: 1rem;
|
|
213
|
+
.vdatetime, label {
|
|
214
|
+
padding: 0.5rem 0 !important;
|
|
215
|
+
width: 100%;
|
|
216
|
+
input {
|
|
217
|
+
width: 100%;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
select {
|
|
222
|
+
-webkit-appearance: none;
|
|
223
|
+
-moz-appearance: none;
|
|
224
|
+
appearance: none;
|
|
225
|
+
padding-right: 40px;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
198
228
|
}
|
|
@@ -187,39 +187,4 @@ export default defineComponent({
|
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
})
|
|
190
|
-
</script>
|
|
191
|
-
|
|
192
|
-
<style lang="scss">
|
|
193
|
-
.octopus-app{
|
|
194
|
-
.advanced-search-container {
|
|
195
|
-
background: #fff;
|
|
196
|
-
border-radius: 0.8rem;
|
|
197
|
-
display: flex;
|
|
198
|
-
width: 100%;
|
|
199
|
-
padding: 1rem 2rem;
|
|
200
|
-
margin-bottom: 1rem;
|
|
201
|
-
justify-content: space-around;
|
|
202
|
-
@media (max-width: 720px) {
|
|
203
|
-
flex-wrap: wrap;
|
|
204
|
-
justify-content: flex-start;
|
|
205
|
-
}
|
|
206
|
-
@media (max-width: 450px) {
|
|
207
|
-
flex-direction: column;
|
|
208
|
-
padding: 1rem;
|
|
209
|
-
.vdatetime, label {
|
|
210
|
-
padding: 0.5rem 0 !important;
|
|
211
|
-
width: 100%;
|
|
212
|
-
input {
|
|
213
|
-
width: 100%;
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
select {
|
|
218
|
-
-webkit-appearance: none;
|
|
219
|
-
-moz-appearance: none;
|
|
220
|
-
appearance: none;
|
|
221
|
-
padding-right: 40px;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
</style>
|
|
190
|
+
</script>
|
|
@@ -4,7 +4,7 @@ import { Category } from './class/general/category';
|
|
|
4
4
|
const state:ParamStore = {
|
|
5
5
|
generalParameters: {
|
|
6
6
|
organisationId:'ecbd98d9-79bd-4312-ad5e-fc7c1c4a191c',
|
|
7
|
-
authenticated:
|
|
7
|
+
authenticated: true,
|
|
8
8
|
isAdmin: false,
|
|
9
9
|
isRoleLive: false,
|
|
10
10
|
isCommments: false,
|