shared-ritm 1.3.130 → 1.3.132

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.
Files changed (83) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/shared-ritm.es.js +18 -15
  3. package/dist/shared-ritm.umd.js +3 -3
  4. package/dist/types/api/services/MetricsService.d.ts +1 -0
  5. package/package.json +70 -70
  6. package/src/App.vue +2461 -2461
  7. package/src/api/services/AuthService.ts +67 -67
  8. package/src/api/services/ControlsService.ts +100 -100
  9. package/src/api/services/EquipmentService.ts +68 -68
  10. package/src/api/services/GanttService.ts +58 -58
  11. package/src/api/services/InstrumentsService.ts +76 -76
  12. package/src/api/services/MetricsService.ts +3 -0
  13. package/src/api/services/RepairsService.ts +111 -111
  14. package/src/api/services/TasksService.ts +165 -165
  15. package/src/api/services/UserIssueService.ts +32 -32
  16. package/src/api/services/UserService.ts +129 -129
  17. package/src/api/services/VideoService.ts +118 -118
  18. package/src/api/settings/ApiService.ts +185 -185
  19. package/src/api/types/Api_Auth.ts +121 -121
  20. package/src/api/types/Api_Controls.ts +112 -112
  21. package/src/api/types/Api_Equipment.ts +54 -54
  22. package/src/api/types/Api_Instruments.ts +182 -182
  23. package/src/api/types/Api_Metrics.ts +112 -112
  24. package/src/api/types/Api_Repairs.ts +200 -200
  25. package/src/api/types/Api_Search.ts +81 -81
  26. package/src/api/types/Api_Tasks.ts +385 -385
  27. package/src/api/types/Api_User.ts +161 -161
  28. package/src/api/types/Api_User_Issue.ts +36 -36
  29. package/src/api/types/Api_Video.ts +244 -244
  30. package/src/common/app-button/Button.stories.ts +369 -369
  31. package/src/common/app-checkbox/AppCheckbox.vue +33 -33
  32. package/src/common/app-checkbox/Checkbox.stories.ts +252 -252
  33. package/src/common/app-date-picker/DatePicker.stories.ts +66 -66
  34. package/src/common/app-datepicker/AppDatepicker.vue +221 -221
  35. package/src/common/app-datepicker/Datepicker.stories.ts +145 -145
  36. package/src/common/app-dialogs/AppConfirmDialog.vue +109 -109
  37. package/src/common/app-dialogs/Confirm.stories.ts +93 -93
  38. package/src/common/app-dropdown/Dropdown.stories.ts +94 -94
  39. package/src/common/app-file/File.stories.ts +104 -104
  40. package/src/common/app-icon/AppIcon.vue +110 -110
  41. package/src/common/app-icon/Icon.stories.ts +91 -91
  42. package/src/common/app-input/AppInput.vue +150 -150
  43. package/src/common/app-input/Input.stories.ts +160 -160
  44. package/src/common/app-input-new/AppInputNew.vue +186 -186
  45. package/src/common/app-input-new/InputNew.stories.ts +240 -240
  46. package/src/common/app-input-search/InputSearch.stories.ts +149 -149
  47. package/src/common/app-layout/components/AppLayoutHeader.vue +289 -289
  48. package/src/common/app-loader/Loader.stories.ts +114 -114
  49. package/src/common/app-modal/index.vue +101 -101
  50. package/src/common/app-select/AppSelect.vue +167 -167
  51. package/src/common/app-select/Select.stories.ts +155 -155
  52. package/src/common/app-sheet-new/AppSheetNew.vue +254 -254
  53. package/src/common/app-sidebar/AppSidebar.vue +177 -177
  54. package/src/common/app-table/AppTable.vue +313 -313
  55. package/src/common/app-table/components/ModalSelect.stories.ts +323 -323
  56. package/src/common/app-table/components/ModalSelect.vue +311 -311
  57. package/src/common/app-table/components/TableModal.vue +369 -369
  58. package/src/common/app-table/controllers/useColumnSelector.ts +45 -45
  59. package/src/common/app-table/controllers/useTableModel.ts +98 -98
  60. package/src/common/app-toggle/AppToggle.vue +12 -12
  61. package/src/common/app-toggle/Toggle.stories.ts +245 -245
  62. package/src/common/app-wrapper/AppWrapper.vue +31 -31
  63. package/src/configs/storybook.ts +14 -14
  64. package/src/icons/sidebar/user-requests-icon.vue +23 -23
  65. package/src/index.ts +134 -134
  66. package/src/shared/styles/general.css +140 -140
  67. package/src/styles/variables.sass +12 -12
  68. package/src/utils/files.ts +38 -38
  69. package/src/utils/helpers.ts +59 -59
  70. package/dist/types/api/services/PhotoService.d.ts +0 -40
  71. package/dist/types/stories/Button.stories.d.ts +0 -13
  72. package/dist/types/stories/Checkbox.stories.d.ts +0 -7
  73. package/dist/types/stories/Confirm.stories.d.ts +0 -8
  74. package/dist/types/stories/DatePicker.stories.d.ts +0 -8
  75. package/dist/types/stories/Dropdown.stories.d.ts +0 -8
  76. package/dist/types/stories/File.stories.d.ts +0 -8
  77. package/dist/types/stories/Icon.stories.d.ts +0 -7
  78. package/dist/types/stories/Input.stories.d.ts +0 -11
  79. package/dist/types/stories/InputNew.stories.d.ts +0 -12
  80. package/dist/types/stories/InputSearch.stories.d.ts +0 -10
  81. package/dist/types/stories/Loader.stories.d.ts +0 -8
  82. package/dist/types/stories/Select.stories.d.ts +0 -7
  83. package/dist/types/stories/Toggle.stories.d.ts +0 -8
@@ -1,311 +1,311 @@
1
- <template>
2
- <label v-if="label" class="field-label" :data-test="`${dataTest}-label`">
3
- {{ label }}
4
- <span v-if="rules?.length && isShowRequired" class="required">*</span>
5
- </label>
6
-
7
- <q-select
8
- ref="select"
9
- v-model="selected"
10
- :data-test="dataTest"
11
- :options="filteredOptions"
12
- :disable="isDisabled"
13
- :multiple="multiple"
14
- :popup-content-class="'custom-select-menu'"
15
- :hide-selected="!showChip && !simple"
16
- :placeholder="isEmpty || (multiple && !showChip) ? placeholder : null"
17
- :loading="loading"
18
- :option-value="optionValue || 'value'"
19
- :option-label="optionLabel || 'label'"
20
- emit-value
21
- filled
22
- map-options
23
- stack-label
24
- :use-input="!hideSearch"
25
- :use-chips="!simple"
26
- :hide-bottom-space="hideBottomSpace"
27
- input-debounce="100"
28
- autocomplete=""
29
- :rules="rules"
30
- :popup-content-style="popupContentStyle"
31
- @virtual-scroll="onScroll"
32
- @filter="filterFn"
33
- @add="clearInputAfterFilterSelection"
34
- >
35
- <template v-if="multiple || showChip || 'selected' in slots" #selected-item="scope">
36
- <slot v-if="'selected' in slots && scope.opt" name="selected" :opt="scope.opt" />
37
- <q-chip
38
- v-else-if="scope.opt"
39
- removable
40
- :tabindex="scope.tabindex"
41
- :style="{ backgroundColor: chipColor }"
42
- icon-remove="close"
43
- text-color="secondary"
44
- @remove="scope.removeAtIndex(scope.index)"
45
- >
46
- {{ scope.opt[optionLabel || 'label'] }}
47
- </q-chip>
48
- </template>
49
-
50
- <template v-if="'prepend' in slots" #prepend>
51
- <slot name="prepend" />
52
- </template>
53
-
54
- <template #append>
55
- <q-icon
56
- v-if="!isDisabled && !isEmpty && !hideClear"
57
- name="close"
58
- class="cursor-pointer clear-input"
59
- @click.stop="handleClear"
60
- />
61
- </template>
62
-
63
- <template #no-option>
64
- <div class="q-pa-sm">
65
- <q-item>
66
- <q-item-section class="wrapper-empty-text">
67
- {{ emptyText || 'Нет данных' }}
68
- <button
69
- v-if="allowCreate && internalSearch && internalSearch.trim()"
70
- class="add-new-items"
71
- @click="handleCreateFromSearch"
72
- >
73
- Добавить
74
- </button>
75
- </q-item-section>
76
- </q-item>
77
- </div>
78
- </template>
79
-
80
- <template #option="scope">
81
- <q-item v-if="scope.opt.__loading" class="q-py-md q-ml-md">
82
- <q-spinner-dots size="24px" color="primary" />
83
- </q-item>
84
- <q-item v-else-if="'option' in slots" v-bind="scope.itemProps">
85
- <slot name="option" :opt="scope.opt" :toggle-option="scope.toggleOption" />
86
- </q-item>
87
- <q-item v-else v-bind="scope.itemProps">
88
- <q-item-section>{{ scope.opt[optionLabel || 'label'] }}</q-item-section>
89
- </q-item>
90
- </template>
91
-
92
- <template v-if="'after-options' in slots" #after-options>
93
- <slot name="after-options" />
94
- </template>
95
- </q-select>
96
- </template>
97
-
98
- <script setup lang="ts">
99
- import { computed, defineEmits, defineProps, ref, Ref, useSlots, defineExpose } from 'vue'
100
- import { QSelect } from 'quasar'
101
- type Option = Record<string, any>
102
-
103
- interface AppQSelectProps {
104
- modelValue: any
105
- options: Option[]
106
- placeholder?: string | undefined
107
- emptyText?: string
108
- optionLabel?: string
109
- optionValue?: string
110
- label?: string
111
- multiple?: boolean
112
- loading?: boolean
113
- isShowRequired?: boolean
114
- isDisabled?: boolean
115
- allowCreate?: boolean
116
- isSearch?: boolean
117
- hideSearch?: boolean
118
- hideClear?: boolean
119
- showChip?: boolean
120
- simple?: boolean
121
- hideBottomSpace?: boolean
122
- chipColor?: string
123
- height?: string
124
- borderColor?: string
125
- borderRadius?: string
126
- menuWidth?: string
127
- rules?: ((val: any) => boolean | string)[]
128
- popupContentStyle?: string
129
- dataTest?: string
130
- }
131
-
132
- const props = defineProps<AppQSelectProps>()
133
- const emit = defineEmits(['update:modelValue', 'update:scroll', 'update:search', 'clear', 'create'])
134
-
135
- const slots = useSlots()
136
-
137
- const select = ref<QSelect | null>(null)
138
- const lcText: Ref<string> = ref('')
139
- const internalSearch = ref('')
140
-
141
- const selected = computed({
142
- get() {
143
- return props.modelValue
144
- },
145
- set(value) {
146
- emit('update:modelValue', value)
147
- },
148
- })
149
-
150
- const isEmpty = computed(() => {
151
- if (!props.modelValue && props.modelValue !== 0) return true
152
-
153
- return Array.isArray(props.modelValue) && !props.modelValue.length
154
- })
155
-
156
- function handleClear() {
157
- const emptyValue = props.multiple ? [] : null
158
- selected.value = emptyValue
159
- lcText.value = ''
160
- emit('update:modelValue', emptyValue)
161
- emit('clear')
162
- }
163
-
164
- const filteredOptions = computed(() => {
165
- const labelKey = props.optionLabel || 'label'
166
-
167
- const baseOptions =
168
- 'option' in slots
169
- ? props.options
170
- : props.options.filter(x => {
171
- const label = x[labelKey]
172
- return typeof label === 'string' && label.toLowerCase().includes(lcText.value)
173
- })
174
-
175
- if (props.loading) {
176
- return [
177
- ...baseOptions,
178
- {
179
- __loading: true,
180
- label: '__loading__',
181
- value: '__loading__',
182
- },
183
- ]
184
- }
185
-
186
- return baseOptions
187
- })
188
-
189
- function handleCreateFromSearch() {
190
- const labelKey = props.optionLabel || 'label'
191
- const valueKey = props.optionValue || 'value'
192
-
193
- const trimmed = internalSearch.value?.trim()
194
- if (!trimmed) return
195
-
196
- const newOption = {
197
- [labelKey]: trimmed,
198
- [valueKey]: trimmed,
199
- }
200
- emit('create', newOption)
201
- handleClear()
202
- }
203
-
204
- function filterFn(val: string, update: (cb: () => void) => void) {
205
- debouncedFilter(val, update)
206
- }
207
-
208
- const debouncedFilter = debounce((val: string, update: (cb: () => void) => void) => {
209
- internalSearch.value = val
210
- emit('update:search', val)
211
- update(() => {
212
- lcText.value = val.toLowerCase()
213
- })
214
- }, 500)
215
-
216
- function onScroll({ to, ref: qSelectRef }) {
217
- const totalOptions = qSelectRef.options.length
218
- if (to >= totalOptions - 1 && !lcText.value) {
219
- emit('update:scroll')
220
- }
221
- }
222
-
223
- function clearInputAfterFilterSelection() {
224
- if (!props.hideSearch && select.value) {
225
- select.value.updateInputValue('')
226
- }
227
- }
228
-
229
- function debounce<T>(fn: T, ms) {
230
- let timeoutId
231
- return function (...args) {
232
- clearTimeout(timeoutId)
233
- return new Promise(resolve => {
234
- timeoutId = setTimeout(() => {
235
- resolve(fn(...args))
236
- }, ms)
237
- })
238
- }
239
- }
240
-
241
- defineExpose({
242
- validate: () => select.value?.validate(),
243
- })
244
- </script>
245
-
246
- <style lang="scss" scoped>
247
- .wrapper-empty-text {
248
- display: flex;
249
- align-items: center;
250
- justify-content: space-between;
251
- flex-direction: row;
252
- .add-new-items {
253
- background: #3f8cff;
254
- color: #fff;
255
- outline: none;
256
- border: none;
257
- border-radius: 4px;
258
- padding: 5px 10px;
259
- cursor: pointer;
260
- }
261
- }
262
- .field-label {
263
- font-size: 14px;
264
- font-weight: 700;
265
- color: #7d8592;
266
- }
267
- .required {
268
- color: #f65160;
269
- font-weight: bold;
270
- }
271
-
272
- ::v-deep(.q-placeholder) {
273
- color: #7d8592;
274
- }
275
- ::v-deep(.q-field__control) {
276
- border-radius: 8px;
277
- border: 1px solid #d8e0f0;
278
- background: #fff;
279
- box-shadow: 0 1px 2px 0 rgba(184, 200, 224, 0.22);
280
- }
281
- :deep(.q-field__control:before) {
282
- display: none;
283
- }
284
- :global(.q-field--filled.q-field--highlighted .q-field__control:before) {
285
- background: #fff !important;
286
- border: none;
287
- }
288
- ::v-deep(.q-field--with-bottom) {
289
- padding-bottom: 0;
290
- }
291
- ::v-deep(.q-field__bottom) {
292
- padding: 0;
293
- }
294
- .clear-input {
295
- color: #d8e0f0;
296
- }
297
- ::v-deep(.q-chip) {
298
- border-radius: 4px;
299
- background: #e9eff9;
300
- color: #1d425d;
301
- font-family: NunitoSansFont, sans-serif;
302
- font-size: 14px;
303
- height: 30px;
304
- line-height: 30px;
305
- padding: 0 15px;
306
- .q-chip__icon {
307
- color: #3f8cff;
308
- margin-left: 5px;
309
- }
310
- }
311
- </style>
1
+ <template>
2
+ <label v-if="label" class="field-label" :data-test="`${dataTest}-label`">
3
+ {{ label }}
4
+ <span v-if="rules?.length && isShowRequired" class="required">*</span>
5
+ </label>
6
+
7
+ <q-select
8
+ ref="select"
9
+ v-model="selected"
10
+ :data-test="dataTest"
11
+ :options="filteredOptions"
12
+ :disable="isDisabled"
13
+ :multiple="multiple"
14
+ :popup-content-class="'custom-select-menu'"
15
+ :hide-selected="!showChip && !simple"
16
+ :placeholder="isEmpty || (multiple && !showChip) ? placeholder : null"
17
+ :loading="loading"
18
+ :option-value="optionValue || 'value'"
19
+ :option-label="optionLabel || 'label'"
20
+ emit-value
21
+ filled
22
+ map-options
23
+ stack-label
24
+ :use-input="!hideSearch"
25
+ :use-chips="!simple"
26
+ :hide-bottom-space="hideBottomSpace"
27
+ input-debounce="100"
28
+ autocomplete=""
29
+ :rules="rules"
30
+ :popup-content-style="popupContentStyle"
31
+ @virtual-scroll="onScroll"
32
+ @filter="filterFn"
33
+ @add="clearInputAfterFilterSelection"
34
+ >
35
+ <template v-if="multiple || showChip || 'selected' in slots" #selected-item="scope">
36
+ <slot v-if="'selected' in slots && scope.opt" name="selected" :opt="scope.opt" />
37
+ <q-chip
38
+ v-else-if="scope.opt"
39
+ removable
40
+ :tabindex="scope.tabindex"
41
+ :style="{ backgroundColor: chipColor }"
42
+ icon-remove="close"
43
+ text-color="secondary"
44
+ @remove="scope.removeAtIndex(scope.index)"
45
+ >
46
+ {{ scope.opt[optionLabel || 'label'] }}
47
+ </q-chip>
48
+ </template>
49
+
50
+ <template v-if="'prepend' in slots" #prepend>
51
+ <slot name="prepend" />
52
+ </template>
53
+
54
+ <template #append>
55
+ <q-icon
56
+ v-if="!isDisabled && !isEmpty && !hideClear"
57
+ name="close"
58
+ class="cursor-pointer clear-input"
59
+ @click.stop="handleClear"
60
+ />
61
+ </template>
62
+
63
+ <template #no-option>
64
+ <div class="q-pa-sm">
65
+ <q-item>
66
+ <q-item-section class="wrapper-empty-text">
67
+ {{ emptyText || 'Нет данных' }}
68
+ <button
69
+ v-if="allowCreate && internalSearch && internalSearch.trim()"
70
+ class="add-new-items"
71
+ @click="handleCreateFromSearch"
72
+ >
73
+ Добавить
74
+ </button>
75
+ </q-item-section>
76
+ </q-item>
77
+ </div>
78
+ </template>
79
+
80
+ <template #option="scope">
81
+ <q-item v-if="scope.opt.__loading" class="q-py-md q-ml-md">
82
+ <q-spinner-dots size="24px" color="primary" />
83
+ </q-item>
84
+ <q-item v-else-if="'option' in slots" v-bind="scope.itemProps">
85
+ <slot name="option" :opt="scope.opt" :toggle-option="scope.toggleOption" />
86
+ </q-item>
87
+ <q-item v-else v-bind="scope.itemProps">
88
+ <q-item-section>{{ scope.opt[optionLabel || 'label'] }}</q-item-section>
89
+ </q-item>
90
+ </template>
91
+
92
+ <template v-if="'after-options' in slots" #after-options>
93
+ <slot name="after-options" />
94
+ </template>
95
+ </q-select>
96
+ </template>
97
+
98
+ <script setup lang="ts">
99
+ import { computed, defineEmits, defineProps, ref, Ref, useSlots, defineExpose } from 'vue'
100
+ import { QSelect } from 'quasar'
101
+ type Option = Record<string, any>
102
+
103
+ interface AppQSelectProps {
104
+ modelValue: any
105
+ options: Option[]
106
+ placeholder?: string | undefined
107
+ emptyText?: string
108
+ optionLabel?: string
109
+ optionValue?: string
110
+ label?: string
111
+ multiple?: boolean
112
+ loading?: boolean
113
+ isShowRequired?: boolean
114
+ isDisabled?: boolean
115
+ allowCreate?: boolean
116
+ isSearch?: boolean
117
+ hideSearch?: boolean
118
+ hideClear?: boolean
119
+ showChip?: boolean
120
+ simple?: boolean
121
+ hideBottomSpace?: boolean
122
+ chipColor?: string
123
+ height?: string
124
+ borderColor?: string
125
+ borderRadius?: string
126
+ menuWidth?: string
127
+ rules?: ((val: any) => boolean | string)[]
128
+ popupContentStyle?: string
129
+ dataTest?: string
130
+ }
131
+
132
+ const props = defineProps<AppQSelectProps>()
133
+ const emit = defineEmits(['update:modelValue', 'update:scroll', 'update:search', 'clear', 'create'])
134
+
135
+ const slots = useSlots()
136
+
137
+ const select = ref<QSelect | null>(null)
138
+ const lcText: Ref<string> = ref('')
139
+ const internalSearch = ref('')
140
+
141
+ const selected = computed({
142
+ get() {
143
+ return props.modelValue
144
+ },
145
+ set(value) {
146
+ emit('update:modelValue', value)
147
+ },
148
+ })
149
+
150
+ const isEmpty = computed(() => {
151
+ if (!props.modelValue && props.modelValue !== 0) return true
152
+
153
+ return Array.isArray(props.modelValue) && !props.modelValue.length
154
+ })
155
+
156
+ function handleClear() {
157
+ const emptyValue = props.multiple ? [] : null
158
+ selected.value = emptyValue
159
+ lcText.value = ''
160
+ emit('update:modelValue', emptyValue)
161
+ emit('clear')
162
+ }
163
+
164
+ const filteredOptions = computed(() => {
165
+ const labelKey = props.optionLabel || 'label'
166
+
167
+ const baseOptions =
168
+ 'option' in slots
169
+ ? props.options
170
+ : props.options.filter(x => {
171
+ const label = x[labelKey]
172
+ return typeof label === 'string' && label.toLowerCase().includes(lcText.value)
173
+ })
174
+
175
+ if (props.loading) {
176
+ return [
177
+ ...baseOptions,
178
+ {
179
+ __loading: true,
180
+ label: '__loading__',
181
+ value: '__loading__',
182
+ },
183
+ ]
184
+ }
185
+
186
+ return baseOptions
187
+ })
188
+
189
+ function handleCreateFromSearch() {
190
+ const labelKey = props.optionLabel || 'label'
191
+ const valueKey = props.optionValue || 'value'
192
+
193
+ const trimmed = internalSearch.value?.trim()
194
+ if (!trimmed) return
195
+
196
+ const newOption = {
197
+ [labelKey]: trimmed,
198
+ [valueKey]: trimmed,
199
+ }
200
+ emit('create', newOption)
201
+ handleClear()
202
+ }
203
+
204
+ function filterFn(val: string, update: (cb: () => void) => void) {
205
+ debouncedFilter(val, update)
206
+ }
207
+
208
+ const debouncedFilter = debounce((val: string, update: (cb: () => void) => void) => {
209
+ internalSearch.value = val
210
+ emit('update:search', val)
211
+ update(() => {
212
+ lcText.value = val.toLowerCase()
213
+ })
214
+ }, 500)
215
+
216
+ function onScroll({ to, ref: qSelectRef }) {
217
+ const totalOptions = qSelectRef.options.length
218
+ if (to >= totalOptions - 1 && !lcText.value) {
219
+ emit('update:scroll')
220
+ }
221
+ }
222
+
223
+ function clearInputAfterFilterSelection() {
224
+ if (!props.hideSearch && select.value) {
225
+ select.value.updateInputValue('')
226
+ }
227
+ }
228
+
229
+ function debounce<T>(fn: T, ms) {
230
+ let timeoutId
231
+ return function (...args) {
232
+ clearTimeout(timeoutId)
233
+ return new Promise(resolve => {
234
+ timeoutId = setTimeout(() => {
235
+ resolve(fn(...args))
236
+ }, ms)
237
+ })
238
+ }
239
+ }
240
+
241
+ defineExpose({
242
+ validate: () => select.value?.validate(),
243
+ })
244
+ </script>
245
+
246
+ <style lang="scss" scoped>
247
+ .wrapper-empty-text {
248
+ display: flex;
249
+ align-items: center;
250
+ justify-content: space-between;
251
+ flex-direction: row;
252
+ .add-new-items {
253
+ background: #3f8cff;
254
+ color: #fff;
255
+ outline: none;
256
+ border: none;
257
+ border-radius: 4px;
258
+ padding: 5px 10px;
259
+ cursor: pointer;
260
+ }
261
+ }
262
+ .field-label {
263
+ font-size: 14px;
264
+ font-weight: 700;
265
+ color: #7d8592;
266
+ }
267
+ .required {
268
+ color: #f65160;
269
+ font-weight: bold;
270
+ }
271
+
272
+ ::v-deep(.q-placeholder) {
273
+ color: #7d8592;
274
+ }
275
+ ::v-deep(.q-field__control) {
276
+ border-radius: 8px;
277
+ border: 1px solid #d8e0f0;
278
+ background: #fff;
279
+ box-shadow: 0 1px 2px 0 rgba(184, 200, 224, 0.22);
280
+ }
281
+ :deep(.q-field__control:before) {
282
+ display: none;
283
+ }
284
+ :global(.q-field--filled.q-field--highlighted .q-field__control:before) {
285
+ background: #fff !important;
286
+ border: none;
287
+ }
288
+ ::v-deep(.q-field--with-bottom) {
289
+ padding-bottom: 0;
290
+ }
291
+ ::v-deep(.q-field__bottom) {
292
+ padding: 0;
293
+ }
294
+ .clear-input {
295
+ color: #d8e0f0;
296
+ }
297
+ ::v-deep(.q-chip) {
298
+ border-radius: 4px;
299
+ background: #e9eff9;
300
+ color: #1d425d;
301
+ font-family: NunitoSansFont, sans-serif;
302
+ font-size: 14px;
303
+ height: 30px;
304
+ line-height: 30px;
305
+ padding: 0 15px;
306
+ .q-chip__icon {
307
+ color: #3f8cff;
308
+ margin-left: 5px;
309
+ }
310
+ }
311
+ </style>