@zeedhi/vuetify 3.0.11 → 3.1.0
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/zd-vuetify.css +60 -58
- package/dist/zd-vuetify.min.css +1 -1
- package/dist/zd-vuetify.min.js +14 -14
- package/dist/zd-vuetify.mjs +1061 -792
- package/environments.json +16 -0
- package/package.json +3 -3
- package/src/components/index.ts +3 -1
- package/src/components/zd-alert/ZdAlert.ts +1 -1
- package/src/components/zd-badge/ZdBadge.ts +1 -1
- package/src/components/zd-breadcrumbs/ZdBreadcrumbs.ts +2 -1
- package/src/components/zd-button/ZdButton.ts +1 -1
- package/src/components/zd-button-group/ZdButtonGroup.ts +1 -1
- package/src/components/zd-card/ZdCard.ts +1 -1
- package/src/components/zd-card/ZdCard.vue +2 -2
- package/src/components/zd-carousel/ZdCarousel.ts +3 -1
- package/src/components/zd-checkbox/ZdCheckbox.ts +1 -1
- package/src/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts +3 -1
- package/src/components/zd-chip/ZdChip.ts +1 -1
- package/src/components/zd-code-viewer/ZdCodeViewer.ts +1 -1
- package/src/components/zd-col/ZdCol.ts +1 -1
- package/src/components/zd-collapse-card/ZdCollapseCard.ts +3 -1
- package/src/components/zd-component/ZdComponent.ts +23 -1
- package/src/components/zd-component/ZdComponentRender.ts +2 -0
- package/src/components/zd-container/ZdContainer.ts +1 -1
- package/src/components/zd-currency/ZdCurrency.ts +1 -1
- package/src/components/zd-date-input/ZdDateInput.ts +1 -1
- package/src/components/zd-date-range/ZdDateRange.ts +1 -1
- package/src/components/zd-divider/ZdDivider.ts +1 -1
- package/src/components/zd-dropdown/ZdDropdown.ts +2 -1
- package/src/components/zd-dropdown/ZdDropdown.vue +1 -1
- package/src/components/zd-footer/ZdFooter.ts +1 -1
- package/src/components/zd-form/ZdForm.ts +2 -1
- package/src/components/zd-frame/ZdFrame.ts +3 -1
- package/src/components/zd-frame-page/ZdFramePage.ts +1 -1
- package/src/components/zd-frame-page/ZdFramePage.vue +1 -1
- package/src/components/zd-grid/ZdGrid.ts +10 -2
- package/src/components/zd-grid/ZdGrid.vue +1 -1
- package/src/components/zd-grid/cell/ZdGridCellContent.vue +5 -7
- package/src/components/zd-grid/column-header/ZdGridColumnHeader.vue +4 -7
- package/src/components/zd-grid-editable/ZdGridEditable.ts +9 -2
- package/src/components/zd-grid-editable/cell/ZdGridEditableCell.vue +1 -0
- package/src/components/zd-header/ZdHeader.ts +4 -1
- package/src/components/zd-icon/ZdIcon.ts +1 -1
- package/src/components/zd-image/ZdImage.ts +1 -1
- package/src/components/zd-increment/ZdIncrement.ts +1 -1
- package/src/components/zd-input/ZdInput.ts +10 -3
- package/src/components/zd-iterable/ZdIterable.ts +2 -0
- package/src/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts +6 -1
- package/src/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts +1 -1
- package/src/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts +2 -1
- package/src/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts +8 -3
- package/src/components/zd-iterable/zd-search/ZdSearch.ts +1 -1
- package/src/components/zd-iterable-component-render/ZdIterableComponentRender.ts +12 -1
- package/src/components/zd-layout/ZdLayout.ts +1 -1
- package/src/components/zd-list/ZdList.scss +3 -0
- package/src/components/zd-list/ZdList.ts +2 -1
- package/src/components/zd-list/ZdListGroup.ts +2 -1
- package/src/components/zd-list/ZdListGroup.vue +14 -16
- package/src/components/zd-list/ZdListItem.ts +1 -1
- package/src/components/zd-loading/ZdLoading.ts +1 -1
- package/src/components/zd-loading/ZdLoading.vue +30 -53
- package/src/components/zd-login/ZdLogin.ts +3 -1
- package/src/components/zd-login/ZdLoginButton.ts +1 -1
- package/src/components/zd-main/ZdMain.ts +1 -1
- package/src/components/zd-master-detail/ZdMasterDetail.ts +1 -1
- package/src/components/zd-menu/ZdMenu.ts +9 -4
- package/src/components/zd-menu/ZdMenu.vue +6 -5
- package/src/components/zd-menu/ZdMenuButton.ts +1 -1
- package/src/components/zd-menu/ZdMenuGroup.ts +2 -1
- package/src/components/zd-menu/ZdMenuLink.ts +1 -1
- package/src/components/zd-menu/ZdMenuSeparator.ts +1 -1
- package/src/components/zd-modal/ZdModal.ts +1 -21
- package/src/components/zd-modal/ZdModal.vue +18 -77
- package/src/components/zd-modal/ZdModalCard.ts +100 -0
- package/src/components/zd-modal/ZdModalCard.vue +47 -0
- package/src/components/zd-modal/ZdModalCloseButton.ts +1 -1
- package/src/components/zd-month/ZdMonth.ts +1 -1
- package/src/components/zd-number-input/ZdNumberInput.ts +1 -1
- package/src/components/zd-password/ZdPassword.ts +1 -1
- package/src/components/zd-progress/ZdProgress.ts +2 -1
- package/src/components/zd-radio/ZdRadio.ts +2 -1
- package/src/components/zd-row/ZdRow.ts +1 -1
- package/src/components/zd-select/ZdSelect.ts +10 -2
- package/src/components/zd-select/ZdSelect.vue +2 -6
- package/src/components/zd-select-multiple/ZdSelectMultiple.ts +6 -1
- package/src/components/zd-select-multiple/ZdSelectMultiple.vue +1 -1
- package/src/components/zd-svg-map/ZdSvgMap.ts +1 -1
- package/src/components/zd-switch/ZdSwitch.ts +1 -1
- package/src/components/zd-table/ZdTable.ts +1 -1
- package/src/components/zd-tabs/ZdTab.ts +1 -1
- package/src/components/zd-tabs/ZdTabItem.vue +1 -0
- package/src/components/zd-tabs/ZdTabs.ts +4 -3
- package/src/components/zd-tabs/ZdTabs.vue +14 -5
- package/src/components/zd-tag/ZdTag.ts +1 -1
- package/src/components/zd-text/ZdText.ts +1 -1
- package/src/components/zd-text-input/ZdTextInput.ts +1 -1
- package/src/components/zd-text-input/ZdTextInput.vue +2 -2
- package/src/components/zd-textarea/ZdTextarea.ts +5 -1
- package/src/components/zd-textarea/ZdTextarea.vue +5 -2
- package/src/components/zd-time/ZdTime.ts +1 -1
- package/src/components/zd-tooltip/ZdTooltip.ts +1 -1
- package/src/components/zd-tooltip-overflow/ZdTooltipOverflow.vue +45 -0
- package/src/components/zd-tree/ZdTree.ts +5 -1
- package/src/components/zd-tree-grid/ZdTreeGrid.ts +2 -1
- package/src/composables/columnDrag.ts +9 -11
- package/src/composables/tableNavigation.ts +5 -1
- package/src/composables/useTooltipManager.ts +24 -0
- package/src/directives/index.ts +1 -0
- package/src/directives/v-tooltip-overflow.ts +97 -0
- package/src/index.ts +11 -0
- package/src/styles/_zd-input.scss +3 -2
- package/src/utils/fillHeight.ts +3 -2
- package/src/utils/index.ts +1 -0
- package/src/utils/plugins/getIconPlugin.ts +4 -3
- package/src/utils/tooltip-overflow/index.ts +2 -0
- package/src/utils/tooltip-overflow/install.ts +27 -0
- package/src/utils/tooltip-overflow/uninstall.ts +32 -0
- package/types/components/zd-alert/ZdAlert.d.ts +429 -351
- package/types/components/zd-badge/ZdBadge.d.ts +235 -211
- package/types/components/zd-breadcrumbs/ZdBreadcrumbs.d.ts +249 -222
- package/types/components/zd-button/ZdButton.d.ts +251 -227
- package/types/components/zd-button-group/ZdButtonGroup.d.ts +227 -212
- package/types/components/zd-card/ZdCard.d.ts +246 -222
- package/types/components/zd-carousel/ZdCarousel.d.ts +705 -701
- package/types/components/zd-checkbox/ZdCheckbox.d.ts +41 -14
- package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.d.ts +779 -746
- package/types/components/zd-chip/ZdChip.d.ts +246 -222
- package/types/components/zd-code-viewer/ZdCodeViewer.d.ts +264 -234
- package/types/components/zd-col/ZdCol.d.ts +244 -220
- package/types/components/zd-collapse-card/ZdCollapseCard.d.ts +541 -457
- package/types/components/zd-component/ZdComponent.d.ts +12 -5
- package/types/components/zd-component/ZdComponentRender.d.ts +12 -4
- package/types/components/zd-container/ZdContainer.d.ts +247 -223
- package/types/components/zd-currency/ZdCurrency.d.ts +765 -738
- package/types/components/zd-date-input/ZdDateInput.d.ts +62 -29
- package/types/components/zd-date-range/ZdDateRange.d.ts +776 -749
- package/types/components/zd-dialog/ZdDialog.d.ts +36 -12
- package/types/components/zd-divider/ZdDivider.d.ts +244 -220
- package/types/components/zd-dropdown/ZdDropdown.d.ts +342 -324
- package/types/components/zd-footer/ZdFooter.d.ts +624 -562
- package/types/components/zd-form/ZdForm.d.ts +12 -4
- package/types/components/zd-frame/ZdFrame.d.ts +13 -4
- package/types/components/zd-frame-page/ZdFramePage.d.ts +242 -215
- package/types/components/zd-grid/ZdGrid.d.ts +4500 -4527
- package/types/components/zd-grid/cell/ZdGridAction.d.ts +2 -2
- package/types/components/zd-grid/cell/ZdGridCell.d.ts +4 -4
- package/types/components/zd-grid/cell/ZdGridCellContent.d.ts +4 -4
- package/types/components/zd-grid/column-header/ZdGridColumnHeader.d.ts +2 -2
- package/types/components/zd-grid/composables/grid-instance.d.ts +1927 -1238
- package/types/components/zd-grid/footer/ZdGridFooter.d.ts +1927 -1238
- package/types/components/zd-grid/row/ZdGridRow.d.ts +6 -6
- package/types/components/zd-grid/toolbar/ZdGridToolbar.d.ts +1927 -1238
- package/types/components/zd-grid-editable/ZdGridEditable.d.ts +5102 -6303
- package/types/components/zd-grid-editable/cell/ZdGridEditableCell.d.ts +341 -341
- package/types/components/zd-grid-editable/row/ZdGridEditableRow.d.ts +6 -6
- package/types/components/zd-header/ZdHeader.d.ts +640 -582
- package/types/components/zd-icon/ZdIcon.d.ts +39 -15
- package/types/components/zd-image/ZdImage.d.ts +241 -220
- package/types/components/zd-increment/ZdIncrement.d.ts +765 -738
- package/types/components/zd-input/ZdInput.d.ts +15 -6
- package/types/components/zd-iterable/ZdIterable.d.ts +26 -12
- package/types/components/zd-iterable/ZdIterableNoData.d.ts +1927 -1238
- package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.d.ts +753 -470
- package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.d.ts +750 -461
- package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.d.ts +1659 -987
- package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.d.ts +762 -470
- package/types/components/zd-iterable/zd-search/ZdSearch.d.ts +50 -23
- package/types/components/zd-iterable-component-render/ZdIterableComponentRender.d.ts +1224 -1080
- package/types/components/zd-layout/ZdLayout.d.ts +243 -222
- package/types/components/zd-list/ZdList.d.ts +671 -432
- package/types/components/zd-list/ZdListGroup.d.ts +809 -570
- package/types/components/zd-list/ZdListItem.d.ts +424 -294
- package/types/components/zd-loading/ZdLoading.d.ts +35 -14
- package/types/components/zd-login/ZdLogin.d.ts +455 -425
- package/types/components/zd-login/ZdLoginButton.d.ts +678 -654
- package/types/components/zd-main/ZdMain.d.ts +241 -220
- package/types/components/zd-master-detail/ZdMasterDetail.d.ts +261 -237
- package/types/components/zd-menu/ZdMenu.d.ts +1257 -3206
- package/types/components/zd-menu/ZdMenuButton.d.ts +244 -220
- package/types/components/zd-menu/ZdMenuGroup.d.ts +1219 -5391
- package/types/components/zd-menu/ZdMenuLink.d.ts +2042 -9432
- package/types/components/zd-menu/ZdMenuSeparator.d.ts +244 -220
- package/types/components/zd-modal/ZdModal.d.ts +0 -2
- package/types/components/zd-modal/ZdModalCard.d.ts +125 -0
- package/types/components/zd-modal/ZdModalCloseButton.d.ts +244 -220
- package/types/components/zd-month/ZdMonth.d.ts +774 -747
- package/types/components/zd-number-input/ZdNumberInput.d.ts +766 -739
- package/types/components/zd-password/ZdPassword.d.ts +765 -738
- package/types/components/zd-progress/ZdProgress.d.ts +363 -336
- package/types/components/zd-radio/ZdRadio.d.ts +44 -14
- package/types/components/zd-row/ZdRow.d.ts +244 -220
- package/types/components/zd-select/ZdSelect.d.ts +17 -5
- package/types/components/zd-select-multiple/ZdSelectMultiple.d.ts +17 -5
- package/types/components/zd-svg-map/ZdSvgMap.d.ts +37 -13
- package/types/components/zd-switch/ZdSwitch.d.ts +764 -737
- package/types/components/zd-table/ZdTable.d.ts +547 -346
- package/types/components/zd-tabs/ZdTab.d.ts +233 -156
- package/types/components/zd-tabs/ZdTabItem.d.ts +36 -12
- package/types/components/zd-tabs/ZdTabs.d.ts +492 -306
- package/types/components/zd-tag/ZdTag.d.ts +244 -220
- package/types/components/zd-text/ZdText.d.ts +264 -234
- package/types/components/zd-text-input/ZdTextInput.d.ts +41 -14
- package/types/components/zd-textarea/ZdTextarea.d.ts +55 -15
- package/types/components/zd-time/ZdTime.d.ts +774 -747
- package/types/components/zd-toggleable/ZdToggleable.d.ts +13 -4
- package/types/components/zd-tooltip/ZdTooltip.d.ts +250 -226
- package/types/components/zd-tree/ZdTree.d.ts +799 -763
- package/types/components/zd-tree/ZdTreeAfterTitle.d.ts +3 -3
- package/types/components/zd-tree/ZdTreeCheckbox.d.ts +5 -5
- package/types/components/zd-tree-grid/ZdTreeGrid.d.ts +2230 -2214
- package/types/components/zd-tree-grid/cell/ZdTreeGridCell.d.ts +4 -4
- package/types/components/zd-tree-grid/row/ZdTreeGridRow.d.ts +6 -6
- package/types/composables/cellSelection.d.ts +2 -264
- package/types/composables/gridColumns.d.ts +200 -147
- package/types/composables/gridSorting.d.ts +1 -1
- package/types/composables/tableNavigation.d.ts +3 -2
- package/types/composables/useTooltipManager.d.ts +13 -0
- package/types/directives/index.d.ts +1 -0
- package/types/directives/v-tooltip-overflow.d.ts +12 -0
- package/types/index.d.ts +1 -0
- package/types/utils/fillHeight.d.ts +1 -1
- package/types/utils/index.d.ts +1 -0
- package/types/utils/tooltip-overflow/index.d.ts +2 -0
- package/types/utils/tooltip-overflow/install.d.ts +13 -0
- package/types/utils/tooltip-overflow/uninstall.d.ts +14 -0
- package/src/components/tooltip-overflow/ZdTooltipOverflow.ts +0 -63
- package/src/components/tooltip-overflow/ZdTooltipOverflow.vue +0 -63
package/dist/zd-vuetify.css
CHANGED
|
@@ -3285,6 +3285,22 @@ progress {
|
|
|
3285
3285
|
.expand-x-transition-enter-active, .expand-x-transition-leave-active {
|
|
3286
3286
|
transition-property: width !important;
|
|
3287
3287
|
}
|
|
3288
|
+
.expand-both-transition-enter-active {
|
|
3289
|
+
transition-duration: 0.3s !important;
|
|
3290
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3291
|
+
}
|
|
3292
|
+
.expand-both-transition-leave-active {
|
|
3293
|
+
transition-duration: 0.3s !important;
|
|
3294
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3295
|
+
}
|
|
3296
|
+
.expand-both-transition-move {
|
|
3297
|
+
transition-duration: 0.5s !important;
|
|
3298
|
+
transition-property: transform !important;
|
|
3299
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
3300
|
+
}
|
|
3301
|
+
.expand-both-transition-enter-active, .expand-both-transition-leave-active {
|
|
3302
|
+
transition-property: height, width !important;
|
|
3303
|
+
}
|
|
3288
3304
|
.scale-transition-enter-active {
|
|
3289
3305
|
transition-duration: 0.3s !important;
|
|
3290
3306
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
@@ -18008,15 +18024,19 @@ html.overflow-y-hidden {
|
|
|
18008
18024
|
}
|
|
18009
18025
|
.zd-tooltip-overflow--clamp-2 {
|
|
18010
18026
|
-webkit-line-clamp: 2;
|
|
18027
|
+
line-clamp: 2;
|
|
18011
18028
|
}
|
|
18012
18029
|
.zd-tooltip-overflow--clamp-3 {
|
|
18013
18030
|
-webkit-line-clamp: 3;
|
|
18031
|
+
line-clamp: 3;
|
|
18014
18032
|
}
|
|
18015
18033
|
.zd-tooltip-overflow--clamp-4 {
|
|
18016
18034
|
-webkit-line-clamp: 4;
|
|
18035
|
+
line-clamp: 4;
|
|
18017
18036
|
}
|
|
18018
18037
|
.zd-tooltip-overflow--clamp-5 {
|
|
18019
18038
|
-webkit-line-clamp: 5;
|
|
18039
|
+
line-clamp: 5;
|
|
18020
18040
|
}
|
|
18021
18041
|
.zd-tooltip-overflow--ellipsis {
|
|
18022
18042
|
overflow: hidden;
|
|
@@ -18187,32 +18207,32 @@ button.v-btn.zd-button .v-btn__content .v-icon--left {
|
|
|
18187
18207
|
a.v-btn.zd-button .v-btn__content .v-icon--right,
|
|
18188
18208
|
button.v-btn.zd-button .v-btn__content .v-icon--right {
|
|
18189
18209
|
margin-left: var(--spacing-1);
|
|
18190
|
-
}.zd-card {
|
|
18191
|
-
padding: var(--spacing-4)
|
|
18210
|
+
}.v-card.zd-card {
|
|
18211
|
+
padding: var(--spacing-4);
|
|
18192
18212
|
overflow: auto;
|
|
18193
18213
|
}
|
|
18194
|
-
.zd-card::before {
|
|
18214
|
+
.v-card.zd-card::before {
|
|
18195
18215
|
content: none;
|
|
18196
18216
|
}
|
|
18197
|
-
.zd-card:not(.zd-card--link) {
|
|
18217
|
+
.v-card.zd-card:not(.zd-card--link) {
|
|
18198
18218
|
cursor: auto;
|
|
18199
18219
|
}
|
|
18200
|
-
.zd-card.v-sheet.v-card {
|
|
18220
|
+
.v-card.zd-card.v-sheet.v-card {
|
|
18201
18221
|
border-radius: var(--border);
|
|
18202
18222
|
}
|
|
18203
|
-
.zd-card.v-sheet.v-card:not(.v-sheet--outlined) {
|
|
18223
|
+
.v-card.zd-card.v-sheet.v-card:not(.v-sheet--outlined) {
|
|
18204
18224
|
box-shadow: var(--shadow-3);
|
|
18205
18225
|
}
|
|
18206
|
-
.zd-card.v-sheet.v-card:not(.v-sheet--outlined).v-card--raised {
|
|
18226
|
+
.v-card.zd-card.v-sheet.v-card:not(.v-sheet--outlined).v-card--raised {
|
|
18207
18227
|
box-shadow: var(--shadow-9);
|
|
18208
18228
|
}
|
|
18209
|
-
.zd-card.v-sheet.v-card--hover:focus, .zd-card.v-sheet.v-card--hover:hover {
|
|
18229
|
+
.v-card.zd-card.v-sheet.v-card--hover:focus, .v-card.zd-card.v-sheet.v-card--hover:hover {
|
|
18210
18230
|
box-shadow: var(--shadow-5);
|
|
18211
18231
|
}
|
|
18212
|
-
.zd-card.v-sheet.v-card.v-sheet--outlined {
|
|
18232
|
+
.v-card.zd-card.v-sheet.v-card.v-sheet--outlined {
|
|
18213
18233
|
border: var(--regular) solid var(--v-secondary-base);
|
|
18214
18234
|
}
|
|
18215
|
-
.zd-card.v-card--variant-elevated.v-theme--dark {
|
|
18235
|
+
.v-card.zd-card.v-card--variant-elevated.v-theme--dark {
|
|
18216
18236
|
border: solid 1px #333;
|
|
18217
18237
|
}
|
|
18218
18238
|
.v-card:hover > .v-card__overlay {
|
|
@@ -19138,7 +19158,7 @@ div.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {
|
|
|
19138
19158
|
white-space: unset;
|
|
19139
19159
|
overflow: auto;
|
|
19140
19160
|
text-overflow: unset;
|
|
19141
|
-
padding: 2px;
|
|
19161
|
+
padding: 2px !important;
|
|
19142
19162
|
}
|
|
19143
19163
|
.zd-dropdown-hover:hover {
|
|
19144
19164
|
background-color: var(--v-grey-lighten5);
|
|
@@ -19207,6 +19227,7 @@ div.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {
|
|
|
19207
19227
|
transform: translateX(-50%);
|
|
19208
19228
|
}.zd-grid__cell .zd-grid-editable__cell-content {
|
|
19209
19229
|
height: 100%;
|
|
19230
|
+
width: 100%;
|
|
19210
19231
|
align-content: center;
|
|
19211
19232
|
display: flex;
|
|
19212
19233
|
flex-direction: row;
|
|
@@ -19267,7 +19288,7 @@ div.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {
|
|
|
19267
19288
|
--v-table-header-height: 24px !important;
|
|
19268
19289
|
}
|
|
19269
19290
|
.zd-grid.v-table--density-compact .zd-grid__checkbox .v-icon {
|
|
19270
|
-
font-size:
|
|
19291
|
+
font-size: 1.25rem;
|
|
19271
19292
|
}
|
|
19272
19293
|
.zd-grid.v-table--density-compact .zd-grid__checkbox .v-checkbox-btn {
|
|
19273
19294
|
min-height: unset;
|
|
@@ -19599,6 +19620,9 @@ div.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {
|
|
|
19599
19620
|
font-size: var(--zd-font-body3-size) !important;
|
|
19600
19621
|
font-weight: var(--zd-font-body3-weight) !important;
|
|
19601
19622
|
}
|
|
19623
|
+
.zd-list .v-list-item__content {
|
|
19624
|
+
flex: 1 1;
|
|
19625
|
+
}
|
|
19602
19626
|
.v-list-item__spacer {
|
|
19603
19627
|
width: 5px !important;
|
|
19604
19628
|
}.zd-list-group .group-list {
|
|
@@ -19612,24 +19636,19 @@ div.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {
|
|
|
19612
19636
|
}
|
|
19613
19637
|
.rotate-icon.rotate-180 {
|
|
19614
19638
|
transform: rotate(-180deg);
|
|
19615
|
-
}.zd-loading
|
|
19616
|
-
font-size: var(--zd-font-headline-size);
|
|
19617
|
-
margin-top: 15px;
|
|
19618
|
-
}
|
|
19619
|
-
.zd-loading .v-overlay {
|
|
19639
|
+
}.zd-loading {
|
|
19620
19640
|
justify-content: center;
|
|
19621
19641
|
align-items: center;
|
|
19622
19642
|
}
|
|
19643
|
+
.zd-loading__text {
|
|
19644
|
+
font-size: var(--zd-font-headline-size);
|
|
19645
|
+
margin-top: 15px;
|
|
19646
|
+
}
|
|
19623
19647
|
.zd-loading .center-div {
|
|
19624
19648
|
display: flex;
|
|
19625
19649
|
align-items: center;
|
|
19626
19650
|
justify-content: center;
|
|
19627
19651
|
flex-flow: column;
|
|
19628
|
-
}
|
|
19629
|
-
.zd-loading .zd-loading .zd-loading-progress > svg,
|
|
19630
|
-
.zd-loading .zd-loading .zd-loading-progress > svg .v-progress-circular__overlay {
|
|
19631
|
-
-webkit-animation-play-state: running !important;
|
|
19632
|
-
animation-play-state: running !important;
|
|
19633
19652
|
}.container {
|
|
19634
19653
|
display: flex;
|
|
19635
19654
|
justify-content: flex-start;
|
|
@@ -19844,10 +19863,10 @@ div.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {
|
|
|
19844
19863
|
.zd-menu.v-navigation-drawer--is-mobile div > .zd-menu-top-slot {
|
|
19845
19864
|
display: block !important;
|
|
19846
19865
|
}
|
|
19847
|
-
.zd-menu.theme--dark .v-list .v-list-item .v-list-item-title {
|
|
19866
|
+
.zd-menu.theme--dark .v-list .v-list-item .v-list-item-title, .zd-menu.v-theme--dark .v-list .v-list-item .v-list-item-title {
|
|
19848
19867
|
color: rgba(var(--v-theme-grey-lighten-5));
|
|
19849
19868
|
}
|
|
19850
|
-
.zd-menu.theme--dark .v-list .v-list-item .v-list-item__prepend .v-icon {
|
|
19869
|
+
.zd-menu.theme--dark .v-list .v-list-item .v-list-item__prepend .v-icon, .zd-menu.v-theme--dark .v-list .v-list-item .v-list-item__prepend .v-icon {
|
|
19851
19870
|
color: rgba(var(--v-theme-grey-lighten-5));
|
|
19852
19871
|
}.zd-menu-group .v-list-group__header .v-list-group__header__prepend-icon {
|
|
19853
19872
|
margin-right: var(--zd-default-padding);
|
|
@@ -19904,37 +19923,12 @@ div.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {
|
|
|
19904
19923
|
.zd-modal .zd-footer-slot {
|
|
19905
19924
|
padding: 0px !important;
|
|
19906
19925
|
}
|
|
19907
|
-
.v-dialog .v-overlay__content .v-card .v-card-text {
|
|
19908
|
-
padding: 0px !important;
|
|
19909
|
-
}
|
|
19910
19926
|
.v-overlay.v-dialog > .v-overlay__content {
|
|
19911
19927
|
flex-direction: row;
|
|
19912
19928
|
justify-content: center;
|
|
19913
19929
|
max-width: none;
|
|
19914
|
-
}
|
|
19915
|
-
|
|
19916
|
-
padding: var(--zd-default-padding);
|
|
19917
|
-
padding-bottom: 0px;
|
|
19918
|
-
font-size: var(--zd-font-title-size);
|
|
19919
|
-
font-weight: var(--zd-font-title-weight);
|
|
19920
|
-
color: var(--zd-font-color);
|
|
19921
|
-
}
|
|
19922
|
-
.zd-modal-content > .zd-modal-card > .zd-modal-card-text {
|
|
19923
|
-
padding: var(--zd-default-padding);
|
|
19924
|
-
display: flex;
|
|
19925
|
-
flex: 1 1 auto;
|
|
19926
|
-
}
|
|
19927
|
-
.zd-modal-content .zd-modal-content > .zd-modal-card > .zd-modal-title {
|
|
19928
|
-
padding: var(--zd-default-padding);
|
|
19929
|
-
padding-bottom: 0px;
|
|
19930
|
-
font-size: var(--zd-font-title-size);
|
|
19931
|
-
font-weight: var(--zd-font-title-weight);
|
|
19932
|
-
color: var(--zd-font-color);
|
|
19933
|
-
}
|
|
19934
|
-
.zd-modal-content .zd-modal-content > .zd-modal-card > .zd-modal-card-text {
|
|
19935
|
-
padding: var(--zd-default-padding);
|
|
19936
|
-
display: flex;
|
|
19937
|
-
flex: 1 1 auto;
|
|
19930
|
+
}.zd-modal-card-text {
|
|
19931
|
+
padding: 0px !important;
|
|
19938
19932
|
}.zd-radio.v-input {
|
|
19939
19933
|
height: fit-content;
|
|
19940
19934
|
}
|
|
@@ -19992,9 +19986,6 @@ div.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {
|
|
|
19992
19986
|
}.zd-select .v-field {
|
|
19993
19987
|
font-size: var(--zd-font-body1-size);
|
|
19994
19988
|
}
|
|
19995
|
-
.zd-select .v-label {
|
|
19996
|
-
opacity: 1;
|
|
19997
|
-
}
|
|
19998
19989
|
.zd-select.zd-dense .v-field__input {
|
|
19999
19990
|
min-height: 22px;
|
|
20000
19991
|
padding: 0;
|
|
@@ -20090,6 +20081,7 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20090
20081
|
}
|
|
20091
20082
|
.zd-tabs-tab-item > .v-container {
|
|
20092
20083
|
padding: 0;
|
|
20084
|
+
height: 100%;
|
|
20093
20085
|
}
|
|
20094
20086
|
.zd-tabs .zd-tabs-tab-item {
|
|
20095
20087
|
height: 100%;
|
|
@@ -20123,12 +20115,19 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20123
20115
|
}
|
|
20124
20116
|
.zd-tabs .v-tabs {
|
|
20125
20117
|
flex-grow: 0;
|
|
20118
|
+
flex-shrink: 0;
|
|
20126
20119
|
}
|
|
20127
|
-
.zd-tabs .v-
|
|
20120
|
+
.zd-tabs .v-window {
|
|
20128
20121
|
flex-grow: 1;
|
|
20129
20122
|
overflow-y: auto;
|
|
20130
20123
|
}
|
|
20131
|
-
.zd-tabs .v-
|
|
20124
|
+
.zd-tabs .v-window__container {
|
|
20125
|
+
height: 100%;
|
|
20126
|
+
}
|
|
20127
|
+
.zd-tabs .v-tabs-window-item {
|
|
20128
|
+
height: 100%;
|
|
20129
|
+
}
|
|
20130
|
+
.zd-tabs .v-tabs-window-item > .v-container {
|
|
20132
20131
|
height: 100% !important;
|
|
20133
20132
|
}.zd-text-input__affix, .v-input.zd-text-input--suffix .v-text-field__suffix__text, .v-input.zd-text-input .v-text-field__prefix__text {
|
|
20134
20133
|
font-weight: var(--zd-font-body2-weight);
|
|
@@ -20283,6 +20282,8 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20283
20282
|
.v-input.zd-textarea textarea {
|
|
20284
20283
|
padding: var(--spacing-2);
|
|
20285
20284
|
line-height: unset;
|
|
20285
|
+
-webkit-mask-image: none;
|
|
20286
|
+
mask-image: none;
|
|
20286
20287
|
}
|
|
20287
20288
|
.v-input.zd-textarea.zd-text-align-left > .v-input__control > .v-input__slot input {
|
|
20288
20289
|
text-align: left;
|
|
@@ -20726,6 +20727,7 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20726
20727
|
}
|
|
20727
20728
|
.zd-input.v-input.zd-dense > .v-input__details {
|
|
20728
20729
|
min-height: 11px;
|
|
20730
|
+
padding: 2px 4px;
|
|
20729
20731
|
}
|
|
20730
20732
|
.zd-input.v-input.zd-dense > .v-input__details .v-messages {
|
|
20731
20733
|
min-height: 11px;
|
|
@@ -20746,8 +20748,8 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20746
20748
|
.zd-input.v-input:hover .v-field__append-outer, .zd-input.v-input.v-input--is-focused .v-field__append-outer {
|
|
20747
20749
|
margin-left: var(--spacing-1);
|
|
20748
20750
|
}
|
|
20749
|
-
.zd-input.error--
|
|
20750
|
-
border:
|
|
20751
|
+
.zd-input.v-input--error:not(.v-input--focused).v-input > .v-input__control > .v-field {
|
|
20752
|
+
border-color: rgb(var(--v-theme-error));
|
|
20751
20753
|
}
|
|
20752
20754
|
|
|
20753
20755
|
/* Class to make inputs without label be correctly align inside forms with inputs */
|