shared-ritm 1.3.98 → 1.3.100

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 (100) hide show
  1. package/README.md +103 -103
  2. package/dist/index.css +1 -1
  3. package/dist/shared-ritm.es.js +30 -21
  4. package/dist/shared-ritm.umd.js +3 -3
  5. package/dist/types/api/services/GanttService.d.ts +6 -0
  6. package/dist/types/api/services/InstrumentsService.d.ts +2 -1
  7. package/dist/types/api/types/Api_Instruments.d.ts +20 -0
  8. package/package.json +1 -1
  9. package/src/api/services/BrigadesService.ts +32 -32
  10. package/src/api/services/CommentsService.ts +24 -24
  11. package/src/api/services/FileService.ts +17 -17
  12. package/src/api/services/GanttService.ts +58 -47
  13. package/src/api/services/InstrumentsService.ts +5 -1
  14. package/src/api/services/ModulesService.ts +27 -27
  15. package/src/api/services/ProjectsService.ts +83 -83
  16. package/src/api/services/ScheduleService.ts +69 -69
  17. package/src/api/services/SearchService.ts +22 -22
  18. package/src/api/services/TasksService.ts +157 -157
  19. package/src/api/settings/ApiService.ts +184 -184
  20. package/src/api/types/Api_Brigades.ts +36 -36
  21. package/src/api/types/Api_Comment.ts +40 -40
  22. package/src/api/types/Api_Files.ts +7 -7
  23. package/src/api/types/Api_Instruments.ts +22 -1
  24. package/src/api/types/Api_Modules.ts +21 -21
  25. package/src/api/types/Api_Projects.ts +62 -62
  26. package/src/api/types/Api_Schedule.ts +64 -64
  27. package/src/api/types/Api_Service.ts +9 -9
  28. package/src/common/app-button/AppButton.vue +173 -173
  29. package/src/common/app-date-picker/AppDatePicker.vue +81 -81
  30. package/src/common/app-datepicker/AppDatepicker.vue +218 -218
  31. package/src/common/app-dropdown/AppDropdown.vue +37 -37
  32. package/src/common/app-file/AppFile.vue +80 -80
  33. package/src/common/app-input/AppInput.vue +150 -150
  34. package/src/common/app-input-search/AppInputSearch.vue +174 -174
  35. package/src/common/app-layout/AppLayout.vue +84 -84
  36. package/src/common/app-layout/components/AppLayoutPage.vue +16 -16
  37. package/src/common/app-loader/index.vue +43 -43
  38. package/src/common/app-page-layout/AppPageLayout.vue +122 -122
  39. package/src/common/app-sheet/AppSheet.vue +120 -120
  40. package/src/common/app-sheet-new/AppSheetNew.vue +244 -244
  41. package/src/common/app-sidebar/components/SidebarMenu.vue +37 -37
  42. package/src/common/app-sidebar/components/SidebarMenuItem.vue +149 -149
  43. package/src/common/app-table/AppTableLayout.vue +137 -137
  44. package/src/common/app-table/components/TablePagination.vue +152 -152
  45. package/src/common/app-table/components/TableSearch.vue +76 -76
  46. package/src/common/app-table/controllers/useBaseTable.ts +45 -45
  47. package/src/global.d.ts +1 -1
  48. package/src/icons/components/arrow-down-icon.vue +25 -25
  49. package/src/icons/components/arrow-frame-icon.vue +19 -19
  50. package/src/icons/components/arrow-square.vue +22 -22
  51. package/src/icons/components/table-filter-icon.vue +30 -30
  52. package/src/icons/dialogs/RemoveIcon.vue +12 -12
  53. package/src/icons/dialogs/SafetyIcon.vue +12 -12
  54. package/src/icons/header/NotificationIcon.vue +18 -18
  55. package/src/icons/header/PersonIcon.vue +11 -11
  56. package/src/icons/header/SettingIcon.vue +14 -14
  57. package/src/icons/header/flashIcon.vue +24 -24
  58. package/src/icons/header/searchStatusIcon.vue +24 -24
  59. package/src/icons/header/smallCapsIcon.vue +34 -34
  60. package/src/icons/sidebar/assign-module-icon.vue +36 -36
  61. package/src/icons/sidebar/instrument-history-icon.vue +32 -32
  62. package/src/icons/sidebar/instrument-order-icon.vue +38 -38
  63. package/src/icons/sidebar/instrument-work-zone-icon.vue +18 -18
  64. package/src/icons/sidebar/instruments-icon.vue +45 -45
  65. package/src/icons/sidebar/logo-icon.vue +15 -15
  66. package/src/icons/sidebar/logout-icon.vue +13 -13
  67. package/src/icons/sidebar/modules-icon.vue +16 -16
  68. package/src/icons/sidebar/notifications-icon.vue +24 -24
  69. package/src/icons/sidebar/order-icon.vue +44 -44
  70. package/src/icons/sidebar/pass-icon.vue +38 -38
  71. package/src/icons/sidebar/positions-icon.vue +42 -42
  72. package/src/icons/sidebar/preorder-icon.vue +19 -19
  73. package/src/icons/sidebar/projects-icon.vue +31 -31
  74. package/src/icons/sidebar/repair-object-icon.vue +18 -18
  75. package/src/icons/sidebar/repairs-icon.vue +20 -20
  76. package/src/icons/sidebar/roles-icon.vue +26 -26
  77. package/src/icons/sidebar/status-history-icon.vue +24 -24
  78. package/src/icons/sidebar/tasks-icon.vue +28 -28
  79. package/src/icons/sidebar/tasks_tasks-icon.vue +39 -39
  80. package/src/icons/sidebar/tasks_today-icon.vue +27 -27
  81. package/src/icons/sidebar/teams-icon.vue +32 -32
  82. package/src/icons/sidebar/user-icon.vue +18 -18
  83. package/src/icons/sidebar/users-icon.vue +46 -46
  84. package/src/icons/sidebar/videosources-icon.vue +19 -19
  85. package/src/icons/sidebar/videowall-icon.vue +13 -13
  86. package/src/icons/sidebar/videozones-icon.vue +21 -21
  87. package/src/icons/sidebar/warehouses-icon.vue +43 -43
  88. package/src/icons/sidebar/workshop-icon.vue +100 -100
  89. package/src/icons/sidebar/workzones-icon.vue +22 -22
  90. package/src/icons/task/attention-icon.vue +13 -13
  91. package/src/icons/task/clock-icon.vue +10 -10
  92. package/src/icons/task/delete-icon.vue +10 -10
  93. package/src/icons/task/fire-icon.vue +16 -16
  94. package/src/main.ts +28 -28
  95. package/src/quasar-user-options.ts +17 -17
  96. package/src/router/index.ts +10 -10
  97. package/src/shims-vue.d.ts +5 -5
  98. package/src/utils/confirm.ts +12 -12
  99. package/src/utils/faceApiHelper.ts +132 -132
  100. package/src/utils/notification.ts +9 -9
@@ -1,81 +1,81 @@
1
- <template>
2
- <div class="date-picker">
3
- <app-button
4
- class="button"
5
- outline
6
- size="20px"
7
- padding="10px"
8
- border-radius="8px"
9
- border-width="2px"
10
- rounded
11
- :disabled="disabled"
12
- text-color="primary"
13
- icon="event"
14
- >
15
- <q-popup-proxy anchor="top left" self="top left" transition-show="scale-up" transition-hide="scale-down">
16
- <q-date v-model="model" mask="YYYY-MM-DD" minimal :options="disablePastDates" />
17
- </q-popup-proxy>
18
- </app-button>
19
- <div class="date-picker__content">
20
- <p>{{ label }}<span> * </span></p>
21
- <span>{{ model || 'Выберите дату' }}</span>
22
- </div>
23
- </div>
24
- </template>
25
-
26
- <script setup lang="ts">
27
- import { computed } from 'vue'
28
- import AppButton from '@/common/app-button/AppButton.vue'
29
-
30
- interface Props {
31
- label: string
32
- disabled?: boolean
33
- modelValue: string
34
- disableRuleDates?: string
35
- }
36
- const emits = defineEmits(['update:modelValue'])
37
- const props = defineProps<Props>()
38
-
39
- const model = computed({
40
- get() {
41
- return props.modelValue
42
- },
43
- set(value: string) {
44
- emits('update:modelValue', value)
45
- },
46
- })
47
-
48
- function disablePastDates(date) {
49
- const today = new Date()
50
- const [year, month, day] = date.split('/')
51
- const currentDate = new Date(year, month - 1, day)
52
- const todayDate = new Date(today.getFullYear(), today.getMonth(), today.getDate())
53
- if (props?.disableRuleDates) {
54
- const firstDate = new Date(props.disableRuleDates)
55
- return currentDate >= firstDate
56
- }
57
- return currentDate >= todayDate
58
- }
59
- </script>
60
-
61
- <style scoped lang="scss">
62
- .date-picker {
63
- display: flex;
64
- gap: 14px;
65
- &__content {
66
- color: #7d8592;
67
- font-weight: 500;
68
- p {
69
- margin: 0;
70
- font-weight: 700;
71
- span {
72
- color: red;
73
- }
74
- }
75
- span {
76
- }
77
- }
78
- }
79
- .button {
80
- }
81
- </style>
1
+ <template>
2
+ <div class="date-picker">
3
+ <app-button
4
+ class="button"
5
+ outline
6
+ size="20px"
7
+ padding="10px"
8
+ border-radius="8px"
9
+ border-width="2px"
10
+ rounded
11
+ :disabled="disabled"
12
+ text-color="primary"
13
+ icon="event"
14
+ >
15
+ <q-popup-proxy anchor="top left" self="top left" transition-show="scale-up" transition-hide="scale-down">
16
+ <q-date v-model="model" mask="YYYY-MM-DD" minimal :options="disablePastDates" />
17
+ </q-popup-proxy>
18
+ </app-button>
19
+ <div class="date-picker__content">
20
+ <p>{{ label }}<span> * </span></p>
21
+ <span>{{ model || 'Выберите дату' }}</span>
22
+ </div>
23
+ </div>
24
+ </template>
25
+
26
+ <script setup lang="ts">
27
+ import { computed } from 'vue'
28
+ import AppButton from '@/common/app-button/AppButton.vue'
29
+
30
+ interface Props {
31
+ label: string
32
+ disabled?: boolean
33
+ modelValue: string
34
+ disableRuleDates?: string
35
+ }
36
+ const emits = defineEmits(['update:modelValue'])
37
+ const props = defineProps<Props>()
38
+
39
+ const model = computed({
40
+ get() {
41
+ return props.modelValue
42
+ },
43
+ set(value: string) {
44
+ emits('update:modelValue', value)
45
+ },
46
+ })
47
+
48
+ function disablePastDates(date) {
49
+ const today = new Date()
50
+ const [year, month, day] = date.split('/')
51
+ const currentDate = new Date(year, month - 1, day)
52
+ const todayDate = new Date(today.getFullYear(), today.getMonth(), today.getDate())
53
+ if (props?.disableRuleDates) {
54
+ const firstDate = new Date(props.disableRuleDates)
55
+ return currentDate >= firstDate
56
+ }
57
+ return currentDate >= todayDate
58
+ }
59
+ </script>
60
+
61
+ <style scoped lang="scss">
62
+ .date-picker {
63
+ display: flex;
64
+ gap: 14px;
65
+ &__content {
66
+ color: #7d8592;
67
+ font-weight: 500;
68
+ p {
69
+ margin: 0;
70
+ font-weight: 700;
71
+ span {
72
+ color: red;
73
+ }
74
+ }
75
+ span {
76
+ }
77
+ }
78
+ }
79
+ .button {
80
+ }
81
+ </style>
@@ -1,218 +1,218 @@
1
- <template>
2
- <div class="datepicker">
3
- <app-input-new
4
- v-model="model"
5
- readonly
6
- input-class="cursor-pointer"
7
- :label="label"
8
- :required="required"
9
- :rules="rules"
10
- :error="error"
11
- :disable="disabled"
12
- placeholder="Выберите дату"
13
- >
14
- <q-popup-proxy v-if="!disabled" class="datepicker__wrapper" @update:model-value="updateError">
15
- <q-date
16
- :model-value="model"
17
- :mask="time ? `DD.MM.YYYY ${timeFormat}` : 'DD.MM.YYYY'"
18
- :options="disablePastDates"
19
- @update:model-value="updateDate"
20
- />
21
- <q-time
22
- v-if="time"
23
- v-model="model"
24
- :mask="`DD.MM.YYYY ${timeFormat}`"
25
- format24h
26
- :hour-options="hourOptions()"
27
- :minute-options="minuteOptions()"
28
- />
29
- </q-popup-proxy>
30
- <template #append>
31
- <q-icon name="event" class="cursor-pointer"></q-icon>
32
- </template>
33
- </app-input-new>
34
- </div>
35
- </template>
36
-
37
- <script setup lang="ts">
38
- import AppInputNew from '@/common/app-input-new/AppInputNew.vue'
39
- import { ref, withDefaults, defineEmits, defineProps, defineModel } from 'vue'
40
- import { date } from 'quasar'
41
-
42
- interface Props {
43
- label?: string
44
- modelValue?: string
45
- rules?: ((val?: string | number | null) => boolean | string)[]
46
- disableRuleDates?: string | string[]
47
- time?: boolean
48
- noPastDates?: boolean
49
- disabled?: boolean
50
- required?: boolean
51
- timeFormat?: string
52
- }
53
- const props = withDefaults(defineProps<Props>(), {
54
- label: '',
55
- timeFormat: 'HH:mm',
56
- rules: () => [],
57
- disableRuleDates: undefined,
58
- modelValue: undefined,
59
- })
60
-
61
- defineEmits(['update:modelValue'])
62
-
63
- const model = defineModel<string | null | undefined>()
64
-
65
- const error = ref(false)
66
-
67
- const updateError = (state: boolean) => {
68
- if (props.required && !error.value && !model.value && !state) {
69
- error.value = true
70
- }
71
- }
72
-
73
- const updateDate = (value: string) => {
74
- error.value = false
75
-
76
- if (!props.noPastDates) {
77
- model.value = value
78
- return
79
- }
80
-
81
- const today = new Date()
82
- const todayStr = today.toLocaleDateString('ru-RU').slice(0, 10)
83
- const selectedDate = getSelectedDate(value)
84
-
85
- if (selectedDate !== todayStr) {
86
- model.value = value
87
- return
88
- }
89
-
90
- const selectedHour = getSelectedHour(value)
91
- const selectedMinutes = getSelectedMinutes(value)
92
- const currentHour = today.getHours()
93
- const currentMinutes = today.getMinutes()
94
-
95
- if (
96
- (selectedHour || selectedHour === 0) &&
97
- (selectedMinutes || selectedMinutes === 0) &&
98
- (selectedHour < currentHour || (selectedHour === currentHour && selectedMinutes < currentMinutes))
99
- ) {
100
- today.setHours(currentHour, currentMinutes, 0)
101
- model.value = date.formatDate(today, `DD.MM.YYYY ${props.timeFormat}`)
102
- } else {
103
- model.value = value
104
- }
105
- }
106
-
107
- const disablePastDates = (date: string) => {
108
- if (!props.noPastDates && !props.disableRuleDates) return true
109
-
110
- const [year, month, day] = date.split('/')
111
- const currentDate = new Date(Number(year), Number(month) - 1, Number(day))
112
- currentDate.setHours(0, 0, 0, 0)
113
-
114
- if (props.disableRuleDates) {
115
- if (Array.isArray(props.disableRuleDates)) {
116
- const firstDate = props.disableRuleDates[0] ? new Date(props.disableRuleDates[0]) : null
117
- firstDate?.setHours(0, 0, 0, 0)
118
- const lastDate = props.disableRuleDates[1] ? new Date(props.disableRuleDates[1]) : null
119
- lastDate?.setHours(0, 0, 0, 0)
120
-
121
- return (!firstDate || currentDate >= firstDate) && (!lastDate || currentDate <= lastDate)
122
- } else {
123
- const firstDate = new Date(props.disableRuleDates)
124
- return currentDate >= firstDate
125
- }
126
- }
127
-
128
- const today = new Date()
129
- const todayDate = new Date(today.getFullYear(), today.getMonth(), today.getDate())
130
-
131
- return currentDate >= todayDate
132
- }
133
-
134
- function getSelectedDate(value = model.value) {
135
- if (!value) return null
136
-
137
- return value.toString().substring(0, 10)
138
- }
139
-
140
- function getSelectedHour(value = model.value) {
141
- if (!value) return null
142
-
143
- const timePart = value.toString().split(' ')[1]
144
- return timePart ? Number(timePart.split(':')[0]) : null
145
- }
146
-
147
- function getSelectedMinutes(value = model.value) {
148
- if (!value) return null
149
-
150
- const timePart = value.toString().split(' ')[1]
151
- return timePart ? Number(timePart.split(':')[1]) : null
152
- }
153
-
154
- function hourOptions(): number[] {
155
- const today = new Date()
156
- const selectedDate = getSelectedDate()
157
- const todayStr = today.toLocaleDateString('ru-RU').slice(0, 10)
158
-
159
- if (selectedDate !== todayStr) {
160
- return Array.from({ length: 24 }, (_, i) => i)
161
- }
162
-
163
- const currentHour = today.getHours()
164
- return Array.from({ length: 24 - currentHour }, (_, i) => currentHour + i)
165
- }
166
-
167
- function minuteOptions(): number[] {
168
- const today = new Date()
169
- const selectedDate = getSelectedDate()
170
- const todayStr = today.toLocaleDateString('ru-RU').slice(0, 10)
171
- const selectedHour = getSelectedHour()
172
-
173
- if (selectedDate !== todayStr) {
174
- return Array.from({ length: 60 }, (_, i) => i)
175
- }
176
-
177
- if (selectedHour === today.getHours()) {
178
- const currentMinutes = today.getMinutes()
179
- return Array.from({ length: 60 - currentMinutes }, (_, i) => currentMinutes + i)
180
- }
181
-
182
- return Array.from({ length: 60 }, (_, i) => i)
183
- }
184
- </script>
185
-
186
- <style scoped lang="scss">
187
- .datepicker {
188
- :deep(input),
189
- :deep(.q-field--readonly.q-field--float .q-field__native) {
190
- cursor: pointer;
191
- }
192
-
193
- &__label {
194
- font-size: 14px;
195
- font-weight: 700;
196
- color: #7d8592;
197
-
198
- .required {
199
- color: #f65160;
200
- font-weight: bold;
201
- }
202
- }
203
- }
204
- </style>
205
-
206
- <style lang="scss">
207
- .datepicker {
208
- &__wrapper {
209
- display: flex;
210
-
211
- .q-time,
212
- .q-date {
213
- box-shadow: none;
214
- border-radius: 0;
215
- }
216
- }
217
- }
218
- </style>
1
+ <template>
2
+ <div class="datepicker">
3
+ <app-input-new
4
+ v-model="model"
5
+ readonly
6
+ input-class="cursor-pointer"
7
+ :label="label"
8
+ :required="required"
9
+ :rules="rules"
10
+ :error="error"
11
+ :disable="disabled"
12
+ placeholder="Выберите дату"
13
+ >
14
+ <q-popup-proxy v-if="!disabled" class="datepicker__wrapper" @update:model-value="updateError">
15
+ <q-date
16
+ :model-value="model"
17
+ :mask="time ? `DD.MM.YYYY ${timeFormat}` : 'DD.MM.YYYY'"
18
+ :options="disablePastDates"
19
+ @update:model-value="updateDate"
20
+ />
21
+ <q-time
22
+ v-if="time"
23
+ v-model="model"
24
+ :mask="`DD.MM.YYYY ${timeFormat}`"
25
+ format24h
26
+ :hour-options="hourOptions()"
27
+ :minute-options="minuteOptions()"
28
+ />
29
+ </q-popup-proxy>
30
+ <template #append>
31
+ <q-icon name="event" class="cursor-pointer"></q-icon>
32
+ </template>
33
+ </app-input-new>
34
+ </div>
35
+ </template>
36
+
37
+ <script setup lang="ts">
38
+ import AppInputNew from '@/common/app-input-new/AppInputNew.vue'
39
+ import { ref, withDefaults, defineEmits, defineProps, defineModel } from 'vue'
40
+ import { date } from 'quasar'
41
+
42
+ interface Props {
43
+ label?: string
44
+ modelValue?: string
45
+ rules?: ((val?: string | number | null) => boolean | string)[]
46
+ disableRuleDates?: string | string[]
47
+ time?: boolean
48
+ noPastDates?: boolean
49
+ disabled?: boolean
50
+ required?: boolean
51
+ timeFormat?: string
52
+ }
53
+ const props = withDefaults(defineProps<Props>(), {
54
+ label: '',
55
+ timeFormat: 'HH:mm',
56
+ rules: () => [],
57
+ disableRuleDates: undefined,
58
+ modelValue: undefined,
59
+ })
60
+
61
+ defineEmits(['update:modelValue'])
62
+
63
+ const model = defineModel<string | null | undefined>()
64
+
65
+ const error = ref(false)
66
+
67
+ const updateError = (state: boolean) => {
68
+ if (props.required && !error.value && !model.value && !state) {
69
+ error.value = true
70
+ }
71
+ }
72
+
73
+ const updateDate = (value: string) => {
74
+ error.value = false
75
+
76
+ if (!props.noPastDates) {
77
+ model.value = value
78
+ return
79
+ }
80
+
81
+ const today = new Date()
82
+ const todayStr = today.toLocaleDateString('ru-RU').slice(0, 10)
83
+ const selectedDate = getSelectedDate(value)
84
+
85
+ if (selectedDate !== todayStr) {
86
+ model.value = value
87
+ return
88
+ }
89
+
90
+ const selectedHour = getSelectedHour(value)
91
+ const selectedMinutes = getSelectedMinutes(value)
92
+ const currentHour = today.getHours()
93
+ const currentMinutes = today.getMinutes()
94
+
95
+ if (
96
+ (selectedHour || selectedHour === 0) &&
97
+ (selectedMinutes || selectedMinutes === 0) &&
98
+ (selectedHour < currentHour || (selectedHour === currentHour && selectedMinutes < currentMinutes))
99
+ ) {
100
+ today.setHours(currentHour, currentMinutes, 0)
101
+ model.value = date.formatDate(today, `DD.MM.YYYY ${props.timeFormat}`)
102
+ } else {
103
+ model.value = value
104
+ }
105
+ }
106
+
107
+ const disablePastDates = (date: string) => {
108
+ if (!props.noPastDates && !props.disableRuleDates) return true
109
+
110
+ const [year, month, day] = date.split('/')
111
+ const currentDate = new Date(Number(year), Number(month) - 1, Number(day))
112
+ currentDate.setHours(0, 0, 0, 0)
113
+
114
+ if (props.disableRuleDates) {
115
+ if (Array.isArray(props.disableRuleDates)) {
116
+ const firstDate = props.disableRuleDates[0] ? new Date(props.disableRuleDates[0]) : null
117
+ firstDate?.setHours(0, 0, 0, 0)
118
+ const lastDate = props.disableRuleDates[1] ? new Date(props.disableRuleDates[1]) : null
119
+ lastDate?.setHours(0, 0, 0, 0)
120
+
121
+ return (!firstDate || currentDate >= firstDate) && (!lastDate || currentDate <= lastDate)
122
+ } else {
123
+ const firstDate = new Date(props.disableRuleDates)
124
+ return currentDate >= firstDate
125
+ }
126
+ }
127
+
128
+ const today = new Date()
129
+ const todayDate = new Date(today.getFullYear(), today.getMonth(), today.getDate())
130
+
131
+ return currentDate >= todayDate
132
+ }
133
+
134
+ function getSelectedDate(value = model.value) {
135
+ if (!value) return null
136
+
137
+ return value.toString().substring(0, 10)
138
+ }
139
+
140
+ function getSelectedHour(value = model.value) {
141
+ if (!value) return null
142
+
143
+ const timePart = value.toString().split(' ')[1]
144
+ return timePart ? Number(timePart.split(':')[0]) : null
145
+ }
146
+
147
+ function getSelectedMinutes(value = model.value) {
148
+ if (!value) return null
149
+
150
+ const timePart = value.toString().split(' ')[1]
151
+ return timePart ? Number(timePart.split(':')[1]) : null
152
+ }
153
+
154
+ function hourOptions(): number[] {
155
+ const today = new Date()
156
+ const selectedDate = getSelectedDate()
157
+ const todayStr = today.toLocaleDateString('ru-RU').slice(0, 10)
158
+
159
+ if (selectedDate !== todayStr) {
160
+ return Array.from({ length: 24 }, (_, i) => i)
161
+ }
162
+
163
+ const currentHour = today.getHours()
164
+ return Array.from({ length: 24 - currentHour }, (_, i) => currentHour + i)
165
+ }
166
+
167
+ function minuteOptions(): number[] {
168
+ const today = new Date()
169
+ const selectedDate = getSelectedDate()
170
+ const todayStr = today.toLocaleDateString('ru-RU').slice(0, 10)
171
+ const selectedHour = getSelectedHour()
172
+
173
+ if (selectedDate !== todayStr) {
174
+ return Array.from({ length: 60 }, (_, i) => i)
175
+ }
176
+
177
+ if (selectedHour === today.getHours()) {
178
+ const currentMinutes = today.getMinutes()
179
+ return Array.from({ length: 60 - currentMinutes }, (_, i) => currentMinutes + i)
180
+ }
181
+
182
+ return Array.from({ length: 60 }, (_, i) => i)
183
+ }
184
+ </script>
185
+
186
+ <style scoped lang="scss">
187
+ .datepicker {
188
+ :deep(input),
189
+ :deep(.q-field--readonly.q-field--float .q-field__native) {
190
+ cursor: pointer;
191
+ }
192
+
193
+ &__label {
194
+ font-size: 14px;
195
+ font-weight: 700;
196
+ color: #7d8592;
197
+
198
+ .required {
199
+ color: #f65160;
200
+ font-weight: bold;
201
+ }
202
+ }
203
+ }
204
+ </style>
205
+
206
+ <style lang="scss">
207
+ .datepicker {
208
+ &__wrapper {
209
+ display: flex;
210
+
211
+ .q-time,
212
+ .q-date {
213
+ box-shadow: none;
214
+ border-radius: 0;
215
+ }
216
+ }
217
+ }
218
+ </style>
@@ -1,37 +1,37 @@
1
- <template>
2
- <q-btn-dropdown
3
- v-model="model"
4
- :color="color"
5
- :content-style="{ width: width || '200px', minWidth: height || '200px' }"
6
- >
7
- <template #label>
8
- <slot name="label">
9
- {{ label }}
10
- </slot>
11
- </template>
12
- <template #default>
13
- <slot name="content" />
14
- </template>
15
- </q-btn-dropdown>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- interface Props {
20
- label?: string
21
- color?: string
22
- width?: number
23
- height?: number
24
- }
25
-
26
- const props = defineProps<Props>()
27
-
28
- const model = defineModel<boolean>()
29
- </script>
30
-
31
- <style scoped lang="scss">
32
- .q-btn {
33
- &:before {
34
- box-shadow: none;
35
- }
36
- }
37
- </style>
1
+ <template>
2
+ <q-btn-dropdown
3
+ v-model="model"
4
+ :color="color"
5
+ :content-style="{ width: width || '200px', minWidth: height || '200px' }"
6
+ >
7
+ <template #label>
8
+ <slot name="label">
9
+ {{ label }}
10
+ </slot>
11
+ </template>
12
+ <template #default>
13
+ <slot name="content" />
14
+ </template>
15
+ </q-btn-dropdown>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ interface Props {
20
+ label?: string
21
+ color?: string
22
+ width?: number
23
+ height?: number
24
+ }
25
+
26
+ const props = defineProps<Props>()
27
+
28
+ const model = defineModel<boolean>()
29
+ </script>
30
+
31
+ <style scoped lang="scss">
32
+ .q-btn {
33
+ &:before {
34
+ box-shadow: none;
35
+ }
36
+ }
37
+ </style>