@winchsa/ui 0.1.23 → 0.1.25

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.
@@ -1,4 +1,3 @@
1
- import 'cropperjs/dist/cropper.css';
2
1
  import type { Attachment } from '../../types';
3
2
  type __VLS_Props = {
4
3
  validTypes?: string[];
@@ -1,7 +1,6 @@
1
1
  <script setup>
2
2
  import Cropper from "cropperjs";
3
3
  import { ref, computed, watch, nextTick } from "vue";
4
- import "cropperjs/dist/cropper.css";
5
4
  import { useI18n } from "vue-i18n";
6
5
  import { VIcon, VBtn, VValidation, VSlider } from "vuetify/components";
7
6
  import { ruleValidator } from "../../utils/ruleValidator";
@@ -224,5 +223,5 @@ watch(zoomLevel, async (newZoom) => {
224
223
  </template>
225
224
 
226
225
  <style scoped>
227
- :deep(.cropper-container){width:auto!important}:global(.cropper-line),:global(.cropper-point){background-color:rgb(var(--v-theme-primary))!important}:global(.cropper-view-box){outline-color:rgba(var(--v-theme-primary),.75)!important}
226
+ @import "cropperjs/dist/cropper.css";:deep(.cropper-container){width:auto!important}:global(.cropper-line),:global(.cropper-point){background-color:rgb(var(--v-theme-primary))!important}:global(.cropper-view-box){outline-color:rgba(var(--v-theme-primary),.75)!important}
228
227
  </style>
@@ -1,4 +1,3 @@
1
- import 'cropperjs/dist/cropper.css';
2
1
  import type { Attachment } from '../../types';
3
2
  type __VLS_Props = {
4
3
  validTypes?: string[];
@@ -16,6 +16,6 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
16
16
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string[] | null) => any) | undefined;
18
18
  }>, {
19
- validateOn: "submit" | "lazy" | "input" | "blur" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
19
+ validateOn: "submit" | "blur lazy" | "input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy submit" | "submit lazy" | "blur" | "input";
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -135,6 +135,17 @@ watch(() => model.value, (newVal) => {
135
135
  </template>
136
136
 
137
137
  <style scoped>
138
+ .app-license-plate-input.app-license-plate-input--error {
139
+ border-color: rgba(var(--v-theme-error), 1) !important;
140
+ }
141
+ .app-license-plate-input:hover {
142
+ transition: all 0.3s;
143
+ border-color: rgba(var(--v-theme-primary), 1);
144
+ }
145
+ .app-license-plate-input:focus-within {
146
+ transition: all 0.3s;
147
+ border-color: rgba(var(--v-theme-primary));
148
+ }
138
149
  .app-license-plate-input {
139
150
  display: grid;
140
151
  grid-template-columns: 60px 60px 60px 1fr;
@@ -147,17 +158,6 @@ watch(() => model.value, (newVal) => {
147
158
  transition: all 0.5s;
148
159
  box-sizing: border-box;
149
160
  }
150
- .app-license-plate-input.app-license-plate-input--error {
151
- border-color: rgba(var(--v-theme-error), 1) !important;
152
- }
153
- .app-license-plate-input:hover {
154
- transition: all 0.3s;
155
- border-color: rgba(var(--v-theme-primary), 1);
156
- }
157
- .app-license-plate-input:focus-within {
158
- transition: all 0.3s;
159
- border-color: rgba(var(--v-theme-primary));
160
- }
161
161
  .app-license-plate-input .app-license-plate-input-cell {
162
162
  height: 100%;
163
163
  text-align: center;
@@ -16,6 +16,6 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
16
16
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string[] | null) => any) | undefined;
18
18
  }>, {
19
- validateOn: "submit" | "lazy" | "input" | "blur" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
19
+ validateOn: "submit" | "blur lazy" | "input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy submit" | "submit lazy" | "blur" | "input";
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
16
16
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
17
  "onUpdate:model-value"?: ((value: string) => any) | undefined;
18
18
  }>, {
19
- validateOn: "submit" | "lazy" | "input" | "blur" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
19
+ validateOn: "submit" | "blur lazy" | "input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy submit" | "submit lazy" | "blur" | "input";
20
20
  customId: string;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
22
  export default _default;
@@ -219,18 +219,6 @@ watch(() => props.modelValue, (val) => {
219
219
  </template>
220
220
 
221
221
  <style scoped>
222
- .app-date-input {
223
- display: grid;
224
- grid-template-columns: 60px 60px 1fr;
225
- width: 100%;
226
- min-height: 40px;
227
- height: 100%;
228
- align-items: center;
229
- border: 1px solid rgba(var(--v-border-color), 0.29) !important;
230
- border-radius: 6px;
231
- transition: all 0.5s;
232
- box-sizing: border-box;
233
- }
234
222
  .app-date-input.app-date-input--error {
235
223
  border-color: rgba(var(--v-theme-error), 1) !important;
236
224
  }
@@ -246,6 +234,18 @@ watch(() => props.modelValue, (val) => {
246
234
  transition: all 0.3s;
247
235
  border-color: rgba(var(--v-theme-primary));
248
236
  }
237
+ .app-date-input {
238
+ display: grid;
239
+ grid-template-columns: 60px 60px 1fr;
240
+ width: 100%;
241
+ min-height: 40px;
242
+ height: 100%;
243
+ align-items: center;
244
+ border: 1px solid rgba(var(--v-border-color), 0.29) !important;
245
+ border-radius: 6px;
246
+ transition: all 0.5s;
247
+ box-sizing: border-box;
248
+ }
249
249
  .app-date-input .app-date-input-cell {
250
250
  height: 100%;
251
251
  text-align: center;
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
16
16
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
17
  "onUpdate:model-value"?: ((value: string) => any) | undefined;
18
18
  }>, {
19
- validateOn: "submit" | "lazy" | "input" | "blur" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
19
+ validateOn: "submit" | "blur lazy" | "input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy submit" | "submit lazy" | "blur" | "input";
20
20
  customId: string;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
22
  export default _default;
@@ -1,6 +1,5 @@
1
1
  <script setup>
2
- import { VCol, VRow, VCardText, VDivider, VProgressCircular, VIcon, VSpacer } from "vuetify/components";
3
- import { VDataTableServer } from "vuetify/labs/VDataTable";
2
+ import { VCol, VRow, VCardText, VDivider, VProgressCircular, VIcon, VSpacer, VDataTableServer } from "vuetify/components";
4
3
  import { useQuery } from "@tanstack/vue-query";
5
4
  import { useRoute, useRouter } from "vue-router";
6
5
  import { computed, reactive, ref, watch } from "vue";
@@ -1,5 +1,4 @@
1
- import { VTooltip, VIcon } from 'vuetify/components';
2
- import { VDataTableVirtual } from 'vuetify/labs/VDataTable';
1
+ import { VTooltip, VIcon, VDataTableVirtual } from 'vuetify/components';
3
2
  import type { EditableDataTableItem, ErrorResponseFiled } from '../../types';
4
3
  import LoadingBar from '../LoadingBar.vue';
5
4
  import EditableDataTableRow from './EditableDataTableRow.vue';
@@ -1,6 +1,5 @@
1
1
  <script setup>
2
- import { VTooltip, VIcon } from "vuetify/components";
3
- import { VDataTableVirtual } from "vuetify/labs/VDataTable";
2
+ import { VTooltip, VIcon, VDataTableVirtual } from "vuetify/components";
4
3
  import { useI18n } from "vue-i18n";
5
4
  import { computed } from "vue";
6
5
  import LoadingBar from "../LoadingBar.vue";
@@ -1,5 +1,4 @@
1
- import { VTooltip, VIcon } from 'vuetify/components';
2
- import { VDataTableVirtual } from 'vuetify/labs/VDataTable';
1
+ import { VTooltip, VIcon, VDataTableVirtual } from 'vuetify/components';
3
2
  import type { EditableDataTableItem, ErrorResponseFiled } from '../../types';
4
3
  import LoadingBar from '../LoadingBar.vue';
5
4
  import EditableDataTableRow from './EditableDataTableRow.vue';
@@ -1 +1 @@
1
- export declare function useIsMobile(): import("vue").Ref<boolean, boolean>;
1
+ export declare function useIsMobile(): import("vue").ComputedRef<boolean>;
@@ -136,7 +136,7 @@
136
136
  // loop for all colors bg
137
137
  @each $color-name in variables.$theme-colors-name {
138
138
  .v-tabs.v-tabs-pill {
139
- .v-slide-group-item--active.v-tab--selected.text-#{$color-name} {
139
+ .v-tab--selected.text-#{$color-name} {
140
140
  background-color: rgb(var(--v-theme-#{$color-name}));
141
141
  color: rgb(var(--v-theme-on-#{$color-name})) !important;
142
142
  }
@@ -150,7 +150,7 @@
150
150
  }
151
151
  }
152
152
 
153
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-primary {
153
+ .v-tabs.v-tabs-pill .v-tab--selected.text-primary {
154
154
  color: rgb(var(--v-theme-button-on-primary)) !important;
155
155
  }
156
156
 
@@ -46,11 +46,6 @@ h6,
46
46
  }
47
47
  }
48
48
 
49
- // Button
50
- // Update tonal variant disabled opacity
51
- .v-btn--disabled {
52
- opacity: 0.65;
53
- }
54
49
 
55
50
  @if variables.$vuetify-reduce-default-compact-button-icon-size {
56
51
  .v-btn--density-compact.v-btn--size-default {
@@ -789,7 +789,7 @@ $btn-hover-overlay-opacity: (
789
789
 
790
790
  // Tab Pill
791
791
  .v-tabs.v-tabs-pill {
792
- .v-slide-group-item--active.v-tab--selected {
792
+ .v-tab--selected {
793
793
  @include mixins.elevation(2);
794
794
  }
795
795
 
@@ -1,5 +1,4 @@
1
1
  @charset "UTF-8";
2
- /** if false, disabled buttons will be greyed out */
3
2
  /*
4
3
  TODO: Add docs on when to use placeholder vs when to use SASS variable
5
4
 
@@ -197,8 +196,6 @@
197
196
 
198
197
  .v-dialog .v-card {
199
198
  /* width */
200
- /* Track */
201
- /* Handle */
202
199
  }
203
200
  .v-dialog .v-card::-webkit-scrollbar {
204
201
  background: rgb(var(--v-theme-surface));
@@ -207,9 +204,15 @@
207
204
  border-start-end-radius: 14px;
208
205
  inline-size: 4px;
209
206
  }
207
+ .v-dialog .v-card {
208
+ /* Track */
209
+ }
210
210
  .v-dialog .v-card::-webkit-scrollbar-track {
211
211
  background: transparent;
212
212
  }
213
+ .v-dialog .v-card {
214
+ /* Handle */
215
+ }
213
216
  .v-dialog .v-card::-webkit-scrollbar-thumb {
214
217
  border-radius: 0.5rem;
215
218
  background: rgb(var(--v-theme-silver));
@@ -218,13 +221,13 @@
218
221
  display: none;
219
222
  }
220
223
 
221
- .layout-nav-type-vertical .layout-vertical-nav {
222
- background-color: rgb(var(--v-theme-surface));
223
- }
224
224
  .layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav.hovered {
225
225
  box-shadow: 0 4px 11px rgba(var(--v-shadow-key-umbra-color), 0.16), 0 0 transparent, 0 0 transparent;
226
226
  }
227
227
 
228
+ .layout-nav-type-vertical .layout-vertical-nav {
229
+ background-color: rgb(var(--v-theme-surface));
230
+ }
228
231
  .layout-nav-type-vertical .layout-vertical-nav .nav-header {
229
232
  overflow: hidden;
230
233
  padding: 1rem 0.75rem;
@@ -439,15 +442,15 @@ code {
439
442
  display: flex;
440
443
  }
441
444
 
445
+ .layout-wrapper.layout-nav-type-vertical.layout-navbar-sticky .layout-navbar {
446
+ inset-block-start: 1rem;
447
+ }
442
448
  .layout-wrapper.layout-nav-type-vertical.layout-navbar-sticky {
443
449
  /*
444
450
  ℹ️ If it's floating navbar
445
451
  Add `vertical-nav-floating-navbar-top` as margin top to .layout-page-content
446
452
  */
447
453
  }
448
- .layout-wrapper.layout-nav-type-vertical.layout-navbar-sticky .layout-navbar {
449
- inset-block-start: 1rem;
450
- }
451
454
  .layout-wrapper.layout-nav-type-vertical.layout-navbar-sticky .layout-page-content {
452
455
  margin-block-start: 1rem;
453
456
  }
@@ -932,12 +935,12 @@ code {
932
935
  display: flex;
933
936
  align-items: center;
934
937
  }
935
- .v-avatar-group > * {
936
- transition: transform 0.25s ease, box-shadow 0.15s ease;
937
- }
938
938
  .v-avatar-group > *:not(:first-child) {
939
939
  margin-inline-start: -0.8rem;
940
940
  }
941
+ .v-avatar-group > * {
942
+ transition: transform 0.25s ease, box-shadow 0.15s ease;
943
+ }
941
944
  .v-avatar-group > *:hover {
942
945
  z-index: 2;
943
946
  transform: translateY(-5px) scale(1.05);
@@ -1018,7 +1021,7 @@ code {
1018
1021
  visibility: hidden;
1019
1022
  }
1020
1023
 
1021
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-primary {
1024
+ .v-tabs.v-tabs-pill .v-tab--selected.text-primary {
1022
1025
  background-color: rgb(var(--v-theme-primary));
1023
1026
  color: rgb(var(--v-theme-on-primary)) !important;
1024
1027
  }
@@ -1027,7 +1030,7 @@ code {
1027
1030
  color: rgb(var(--v-theme-on-gray-100)) !important;
1028
1031
  }
1029
1032
 
1030
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-secondary {
1033
+ .v-tabs.v-tabs-pill .v-tab--selected.text-secondary {
1031
1034
  background-color: rgb(var(--v-theme-secondary));
1032
1035
  color: rgb(var(--v-theme-on-secondary)) !important;
1033
1036
  }
@@ -1036,7 +1039,7 @@ code {
1036
1039
  color: rgb(var(--v-theme-on-gray-100)) !important;
1037
1040
  }
1038
1041
 
1039
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-error {
1042
+ .v-tabs.v-tabs-pill .v-tab--selected.text-error {
1040
1043
  background-color: rgb(var(--v-theme-error));
1041
1044
  color: rgb(var(--v-theme-on-error)) !important;
1042
1045
  }
@@ -1045,7 +1048,7 @@ code {
1045
1048
  color: rgb(var(--v-theme-on-gray-100)) !important;
1046
1049
  }
1047
1050
 
1048
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-info {
1051
+ .v-tabs.v-tabs-pill .v-tab--selected.text-info {
1049
1052
  background-color: rgb(var(--v-theme-info));
1050
1053
  color: rgb(var(--v-theme-on-info)) !important;
1051
1054
  }
@@ -1054,7 +1057,7 @@ code {
1054
1057
  color: rgb(var(--v-theme-on-gray-100)) !important;
1055
1058
  }
1056
1059
 
1057
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-success {
1060
+ .v-tabs.v-tabs-pill .v-tab--selected.text-success {
1058
1061
  background-color: rgb(var(--v-theme-success));
1059
1062
  color: rgb(var(--v-theme-on-success)) !important;
1060
1063
  }
@@ -1063,7 +1066,7 @@ code {
1063
1066
  color: rgb(var(--v-theme-on-gray-100)) !important;
1064
1067
  }
1065
1068
 
1066
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-warning {
1069
+ .v-tabs.v-tabs-pill .v-tab--selected.text-warning {
1067
1070
  background-color: rgb(var(--v-theme-warning));
1068
1071
  color: rgb(var(--v-theme-on-warning)) !important;
1069
1072
  }
@@ -1072,7 +1075,7 @@ code {
1072
1075
  color: rgb(var(--v-theme-on-gray-100)) !important;
1073
1076
  }
1074
1077
 
1075
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected.text-primary {
1078
+ .v-tabs.v-tabs-pill .v-tab--selected.text-primary {
1076
1079
  color: rgb(var(--v-theme-button-on-primary)) !important;
1077
1080
  }
1078
1081
 
@@ -18079,14 +18082,6 @@ body {
18079
18082
 
18080
18083
  .v-btn {
18081
18084
  transform: scale(1.001);
18082
- /*
18083
- Loop over $btn-active-overlay-opacity map and add active styles for each variant.
18084
- Group variants with same opacity value.
18085
- */
18086
- /*
18087
- Loop over $btn-hover-overlay-opacity map and add hover styles for each variant.
18088
- Group variants with same opacity value.
18089
- */
18090
18085
  }
18091
18086
  .v-btn .v-btn__content {
18092
18087
  z-index: 0;
@@ -18101,12 +18096,24 @@ body {
18101
18096
  transition: opacity 0.15s ease-in-out;
18102
18097
  will-change: opacity;
18103
18098
  }
18099
+ .v-btn {
18100
+ /*
18101
+ Loop over $btn-active-overlay-opacity map and add active styles for each variant.
18102
+ Group variants with same opacity value.
18103
+ */
18104
+ }
18104
18105
  .v-btn.v-btn--variant-outlined:active > .v-btn__overlay, .v-btn.v-btn--variant-flat:active > .v-btn__overlay, .v-btn.v-btn--variant-text:active > .v-btn__overlay, .v-btn.v-btn--variant-plain:active > .v-btn__overlay {
18105
18106
  opacity: 0.08;
18106
18107
  }
18107
18108
  .v-btn.v-btn--variant-tonal:active > .v-btn__overlay {
18108
18109
  opacity: 0.24;
18109
18110
  }
18111
+ .v-btn {
18112
+ /*
18113
+ Loop over $btn-hover-overlay-opacity map and add hover styles for each variant.
18114
+ Group variants with same opacity value.
18115
+ */
18116
+ }
18110
18117
  .v-btn.v-btn--variant-elevated:hover > .v-btn__overlay {
18111
18118
  opacity: 0.1;
18112
18119
  }
@@ -18158,12 +18165,12 @@ body {
18158
18165
  margin-inline-start: 0 !important;
18159
18166
  }
18160
18167
 
18161
- .v-checkbox-btn {
18162
- /* stylelint-disable-next-line no-descending-specificity */
18163
- }
18164
18168
  .v-checkbox-btn.v-selection-control--dirty .v-selection-control__input .v-icon.iconify--custom {
18165
18169
  filter: drop-shadow(0 2px 6px rgba(var(--v-shadow-key-umbra-color), 0.14));
18166
18170
  }
18171
+ .v-checkbox-btn {
18172
+ /* stylelint-disable-next-line no-descending-specificity */
18173
+ }
18167
18174
  .v-checkbox-btn .v-selection-control__input {
18168
18175
  /* stylelint-disable-next-line no-descending-specificity */
18169
18176
  }
@@ -18227,15 +18234,15 @@ body {
18227
18234
  [dir=rtl] .v-application.v-layout .v-application__wrap .v-expansion-panels:not(.no-icon-rotate) .v-expansion-panel.v-expansion-panel--active .v-expansion-panel-title__icon {
18228
18235
  transform: rotate(-90deg);
18229
18236
  }
18230
- .v-application.v-layout .v-application__wrap .v-expansion-panels:not(.expansion-panels-width-border) .v-expansion-panel {
18231
- /* stylelint-disable-next-line no-descending-specificity */
18232
- }
18233
18237
  .v-application.v-layout .v-application__wrap .v-expansion-panels:not(.expansion-panels-width-border) .v-expansion-panel:not(:last-child) {
18234
18238
  margin-block-end: 0.5rem;
18235
18239
  }
18236
18240
  .v-application.v-layout .v-application__wrap .v-expansion-panels:not(.expansion-panels-width-border) .v-expansion-panel:not(:first-child)::after {
18237
18241
  content: none;
18238
18242
  }
18243
+ .v-application.v-layout .v-application__wrap .v-expansion-panels:not(.expansion-panels-width-border) .v-expansion-panel {
18244
+ /* stylelint-disable-next-line no-descending-specificity */
18245
+ }
18239
18246
  .v-application.v-layout .v-application__wrap .v-expansion-panels:not(.expansion-panels-width-border) .v-expansion-panel:first-child:not(:last-child), .v-application.v-layout .v-application__wrap .v-expansion-panels:not(.expansion-panels-width-border) .v-expansion-panel:not(:first-child, :last-child), .v-application.v-layout .v-application__wrap .v-expansion-panels:not(.expansion-panels-width-border) .v-expansion-panel:not(:first-child) {
18240
18247
  border-radius: 0.375rem !important;
18241
18248
  }
@@ -18252,8 +18259,6 @@ body {
18252
18259
  --v-hover-opacity: 0.08 !important;
18253
18260
  cursor: pointer;
18254
18261
  /* stylelint-disable-next-line no-descending-specificity */
18255
- /* stylelint-disable-next-line no-descending-specificity */
18256
- /* stylelint-disable-next-line no-descending-specificity */
18257
18262
  }
18258
18263
  .v-list-item .v-ripple__container {
18259
18264
  display: none;
@@ -18264,9 +18269,15 @@ body {
18264
18269
  .v-list-item .v-list-item__overlay {
18265
18270
  transition: none;
18266
18271
  }
18272
+ .v-list-item {
18273
+ /* stylelint-disable-next-line no-descending-specificity */
18274
+ }
18267
18275
  .v-list-item.v-list-item--density-comfortable .v-icon {
18268
18276
  font-size: 1.25rem;
18269
18277
  }
18278
+ .v-list-item {
18279
+ /* stylelint-disable-next-line no-descending-specificity */
18280
+ }
18270
18281
  .v-list-item.v-list-item--density-compact .v-icon {
18271
18282
  font-size: 1.125rem;
18272
18283
  }
@@ -18314,9 +18325,6 @@ body {
18314
18325
  padding-block: 0.5rem;
18315
18326
  }
18316
18327
 
18317
- .v-pagination {
18318
- /* stylelint-disable-next-line no-descending-specificity */
18319
- }
18320
18328
  .v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn {
18321
18329
  background-color: rgb(var(--v-theme-primary));
18322
18330
  }
@@ -18333,6 +18341,9 @@ body {
18333
18341
  .v-pagination .v-pagination__item .v-btn:active {
18334
18342
  transform: scale(1);
18335
18343
  }
18344
+ .v-pagination {
18345
+ /* stylelint-disable-next-line no-descending-specificity */
18346
+ }
18336
18347
  .v-pagination .v-pagination__next,
18337
18348
  .v-pagination .v-pagination__prev {
18338
18349
  /* stylelint-disable-next-line no-descending-specificity */
@@ -18489,9 +18500,6 @@ body {
18489
18500
  justify-content: space-between;
18490
18501
  }
18491
18502
 
18492
- .v-tabs {
18493
- /* stylelint-disable-next-line no-descending-specificity */
18494
- }
18495
18503
  .v-tabs.v-tabs--vertical {
18496
18504
  --v-tabs-height: 38px !important;
18497
18505
  }
@@ -18505,11 +18513,12 @@ body {
18505
18513
  .v-tabs.v-tabs--horizontal:not(.v-tabs-pill) .v-tab__slider {
18506
18514
  block-size: 3px;
18507
18515
  }
18516
+ .v-tabs {
18517
+ /* stylelint-disable-next-line no-descending-specificity */
18518
+ }
18508
18519
  .v-tabs .v-btn {
18509
18520
  font-weight: 400;
18510
18521
  transform: none !important;
18511
- /* stylelint-disable-next-line no-descending-specificity */
18512
- /* stylelint-disable-next-line no-descending-specificity */
18513
18522
  }
18514
18523
  .v-tabs .v-btn.v-btn--stacked {
18515
18524
  /* stylelint-disable-next-line no-descending-specificity */
@@ -18517,16 +18526,22 @@ body {
18517
18526
  .v-tabs .v-btn.v-btn--stacked .v-icon {
18518
18527
  --v-icon-size-multiplier: 1.1428571429;
18519
18528
  }
18529
+ .v-tabs .v-btn {
18530
+ /* stylelint-disable-next-line no-descending-specificity */
18531
+ }
18520
18532
  .v-tabs .v-btn .v-btn__overlay,
18521
18533
  .v-tabs .v-btn .v-ripple__container {
18522
18534
  opacity: 0 !important;
18523
18535
  }
18536
+ .v-tabs .v-btn {
18537
+ /* stylelint-disable-next-line no-descending-specificity */
18538
+ }
18524
18539
  .v-tabs .v-btn .v-tab__slider {
18525
18540
  inset-inline-end: 0;
18526
18541
  inset-inline-start: unset;
18527
18542
  }
18528
18543
 
18529
- .v-tabs.v-tabs-pill .v-slide-group-item--active.v-tab--selected {
18544
+ .v-tabs.v-tabs-pill .v-tab--selected {
18530
18545
  box-shadow: 0 2px 6px rgba(var(--v-shadow-key-umbra-color), 0.14), 0 0 transparent, 0 0 transparent;
18531
18546
  }
18532
18547
  .v-tabs.v-tabs-pill.v-slide-group,
@@ -486,10 +486,6 @@ h6,
486
486
  margin-block-end: 0;
487
487
  }
488
488
 
489
- .v-btn--disabled {
490
- opacity: 0.65;
491
- }
492
-
493
489
  .v-btn--density-compact.v-btn--size-default .v-btn__content > svg {
494
490
  block-size: 22px;
495
491
  font-size: 22px;
@@ -609,7 +605,6 @@ h6,
609
605
 
610
606
  .v-data-table {
611
607
  /* stylelint-disable-next-line no-descending-specificity */
612
- font-size: 13px;
613
608
  }
614
609
  .v-data-table .v-checkbox-btn .v-selection-control__wrapper {
615
610
  margin-inline-start: 0 !important;
@@ -620,6 +615,9 @@ h6,
620
615
  .v-data-table .v-pagination {
621
616
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
622
617
  }
618
+ .v-data-table {
619
+ font-size: 13px;
620
+ }
623
621
 
624
622
  .v-data-table-footer {
625
623
  margin-block-start: 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winchsa/ui",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  "vue-router": "4.4.5",
35
35
  "vue-sonner": "^1.3.0",
36
36
  "vue3-perfect-scrollbar": "2.0.0",
37
- "vuetify": "3.3.12"
37
+ "vuetify": "3.10.11"
38
38
  },
39
39
  "dependencies": {
40
40
  "@vuepic/vue-datepicker": "^11.0.0",
@@ -46,17 +46,17 @@
46
46
  "devDependencies": {
47
47
  "@tanstack/eslint-plugin-query": "^5.73.3",
48
48
  "@typescript-eslint/eslint-plugin": "^7.18.0",
49
- "@types/node": "20.17.27",
50
- "@vitejs/plugin-vue": "^4.6.2",
49
+ "@types/node": "^22.12.0",
50
+ "@vitejs/plugin-vue": "^6.0.1",
51
51
  "eslint": "^8.57.1",
52
52
  "eslint-import-resolver-typescript": "^4.3.3",
53
53
  "eslint-plugin-import": "^2.31.0",
54
54
  "eslint-plugin-vue": "^9.32.0",
55
- "sass": "1.86.0",
56
- "typescript": "^5.8.3",
55
+ "sass": "1.92.1",
56
+ "typescript": "^5.9.3",
57
57
  "unbuild": "^3.0.0",
58
- "vite": "^4.5.14",
59
- "vite-plugin-vuetify": "1.0.2",
58
+ "vite": "^6.0.14",
59
+ "vite-plugin-vuetify": "^2.1.2",
60
60
  "vue-sfc-transformer": "^0.1.16",
61
61
  "vue-tsc": "2.2.4"
62
62
  },