@zeedhi/vuetify 3.1.0 → 3.3.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 +30 -19
- package/dist/zd-vuetify.min.css +2 -2
- package/dist/zd-vuetify.min.js +15 -17
- package/dist/zd-vuetify.mjs +678 -368
- package/package.json +3 -3
- package/src/components/zd-checkbox/ZdCheckbox.vue +4 -0
- package/src/components/zd-component/ZdComponent.ts +15 -13
- package/src/components/zd-date-input/ZdDateInput.ts +1 -0
- package/src/components/zd-grid-editable/ZdGridEditable.ts +16 -13
- package/src/components/zd-select/ZdSelect.ts +18 -1
- package/src/components/zd-select/ZdSelect.vue +3 -2
- package/src/components/zd-select-multiple/ZdSelectMultiple.ts +21 -3
- package/src/components/zd-select-multiple/ZdSelectMultiple.vue +10 -1
- package/src/components/zd-tabs/ZdTab.ts +40 -6
- package/src/components/zd-tabs/ZdTab.vue +16 -3
- package/src/components/zd-tabs/ZdTabItem.ts +2 -2
- package/src/components/zd-tabs/ZdTabItem.vue +3 -1
- package/src/components/zd-tabs/ZdTabs.ts +96 -2
- package/src/components/zd-tabs/ZdTabs.vue +46 -17
- package/src/components/zd-text-input/ZdTextInput.ts +6 -0
- package/src/components/zd-text-input/ZdTextInput.vue +1 -1
- package/src/components/zd-textarea/ZdTextarea.vue +1 -0
- package/src/components/zd-tooltip/ZdTooltip.vue +2 -1
- package/src/composables/gridColumns.ts +11 -6
- package/types/components/zd-alert/ZdAlert.d.ts +299 -299
- package/types/components/zd-badge/ZdBadge.d.ts +159 -159
- package/types/components/zd-breadcrumbs/ZdBreadcrumbs.d.ts +168 -168
- package/types/components/zd-button/ZdButton.d.ts +159 -159
- package/types/components/zd-button-group/ZdButtonGroup.d.ts +168 -168
- package/types/components/zd-card/ZdCard.d.ts +159 -159
- package/types/components/zd-carousel/ZdCarousel.d.ts +476 -476
- package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.d.ts +599 -599
- package/types/components/zd-chip/ZdChip.d.ts +159 -159
- package/types/components/zd-code-viewer/ZdCodeViewer.d.ts +168 -168
- package/types/components/zd-col/ZdCol.d.ts +168 -168
- package/types/components/zd-collapse-card/ZdCollapseCard.d.ts +374 -374
- package/types/components/zd-container/ZdContainer.d.ts +168 -168
- package/types/components/zd-currency/ZdCurrency.d.ts +595 -595
- package/types/components/zd-date-range/ZdDateRange.d.ts +600 -597
- package/types/components/zd-divider/ZdDivider.d.ts +168 -168
- package/types/components/zd-dropdown/ZdDropdown.d.ts +252 -252
- package/types/components/zd-footer/ZdFooter.d.ts +420 -420
- package/types/components/zd-frame-page/ZdFramePage.d.ts +160 -160
- package/types/components/zd-grid/ZdGrid.d.ts +2976 -2976
- package/types/components/zd-grid/composables/grid-instance.d.ts +1351 -1351
- package/types/components/zd-grid/footer/ZdGridFooter.d.ts +1351 -1351
- package/types/components/zd-grid/toolbar/ZdGridToolbar.d.ts +1351 -1351
- package/types/components/zd-grid-editable/ZdGridEditable.d.ts +2977 -2979
- package/types/components/zd-grid-editable/cell/ZdGridEditableCell.d.ts +271 -271
- package/types/components/zd-header/ZdHeader.d.ts +412 -412
- package/types/components/zd-image/ZdImage.d.ts +168 -168
- package/types/components/zd-increment/ZdIncrement.d.ts +595 -595
- package/types/components/zd-iterable/ZdIterableNoData.d.ts +1351 -1351
- package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.d.ts +472 -472
- package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.d.ts +481 -481
- package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.d.ts +1080 -1080
- package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.d.ts +481 -481
- package/types/components/zd-iterable-component-render/ZdIterableComponentRender.d.ts +816 -816
- package/types/components/zd-layout/ZdLayout.d.ts +168 -168
- package/types/components/zd-list/ZdList.d.ts +447 -447
- package/types/components/zd-list/ZdListGroup.d.ts +560 -560
- package/types/components/zd-list/ZdListItem.d.ts +280 -280
- package/types/components/zd-login/ZdLogin.d.ts +336 -336
- package/types/components/zd-login/ZdLoginButton.d.ts +526 -526
- package/types/components/zd-main/ZdMain.d.ts +168 -168
- package/types/components/zd-master-detail/ZdMasterDetail.d.ts +167 -167
- package/types/components/zd-menu/ZdMenu.d.ts +3060 -1068
- package/types/components/zd-menu/ZdMenuButton.d.ts +159 -159
- package/types/components/zd-menu/ZdMenuGroup.d.ts +5205 -1000
- package/types/components/zd-menu/ZdMenuLink.d.ts +8943 -1529
- package/types/components/zd-menu/ZdMenuSeparator.d.ts +168 -168
- package/types/components/zd-modal/ZdModalCloseButton.d.ts +159 -159
- package/types/components/zd-month/ZdMonth.d.ts +598 -597
- package/types/components/zd-number-input/ZdNumberInput.d.ts +596 -596
- package/types/components/zd-password/ZdPassword.d.ts +595 -595
- package/types/components/zd-progress/ZdProgress.d.ts +252 -252
- package/types/components/zd-row/ZdRow.d.ts +168 -168
- package/types/components/zd-switch/ZdSwitch.d.ts +595 -595
- package/types/components/zd-table/ZdTable.d.ts +313 -313
- package/types/components/zd-tabs/ZdTab.d.ts +144 -150
- package/types/components/zd-tabs/ZdTabItem.d.ts +6 -6
- package/types/components/zd-tabs/ZdTabs.d.ts +330 -311
- package/types/components/zd-tag/ZdTag.d.ts +168 -168
- package/types/components/zd-text/ZdText.d.ts +168 -168
- package/types/components/zd-time/ZdTime.d.ts +595 -595
- package/types/components/zd-tooltip/ZdTooltip.d.ts +168 -168
- package/types/components/zd-tree/ZdTree.d.ts +591 -591
- package/types/components/zd-tree-grid/ZdTreeGrid.d.ts +1485 -1485
- package/types/composables/gridColumns.d.ts +140 -140
package/dist/zd-vuetify.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes v-shake {
|
|
1
|
+
@charset "UTF-8";@keyframes v-shake {
|
|
2
2
|
59% {
|
|
3
3
|
margin-left: 0;
|
|
4
4
|
}
|
|
@@ -3285,22 +3285,6 @@ 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
|
-
}
|
|
3304
3288
|
.scale-transition-enter-active {
|
|
3305
3289
|
transition-duration: 0.3s !important;
|
|
3306
3290
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
@@ -18665,6 +18649,9 @@ li.carousel__slide {
|
|
|
18665
18649
|
}.zd-checkbox.v-input {
|
|
18666
18650
|
height: fit-content;
|
|
18667
18651
|
}
|
|
18652
|
+
.zd-checkbox.v-input .v-selection-control {
|
|
18653
|
+
min-height: 28px !important;
|
|
18654
|
+
}
|
|
18668
18655
|
.zd-checkbox .v-label {
|
|
18669
18656
|
font-weight: var(--zd-font-body1-weight);
|
|
18670
18657
|
color: var(--zd-font-color);
|
|
@@ -20064,7 +20051,8 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20064
20051
|
border: var(--regular) solid #dedede;
|
|
20065
20052
|
padding: 12px;
|
|
20066
20053
|
vertical-align: top;
|
|
20067
|
-
}
|
|
20054
|
+
}
|
|
20055
|
+
.zd-tabs-tab, .zd-tabs-tab:before {
|
|
20068
20056
|
border-radius: var(--border) var(--border) 0 0;
|
|
20069
20057
|
}
|
|
20070
20058
|
.zd-tabs-tab {
|
|
@@ -20076,6 +20064,13 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20076
20064
|
font-size: var(--zd-font-body1-size);
|
|
20077
20065
|
line-height: 15px;
|
|
20078
20066
|
margin-bottom: 1px;
|
|
20067
|
+
}
|
|
20068
|
+
.zd-tabs-tab-sortable::before {
|
|
20069
|
+
content: "⋮";
|
|
20070
|
+
position: absolute;
|
|
20071
|
+
left: 1px;
|
|
20072
|
+
width: 10px;
|
|
20073
|
+
cursor: grab;
|
|
20079
20074
|
}.zd-tabs-tab-item {
|
|
20080
20075
|
transition: none;
|
|
20081
20076
|
}
|
|
@@ -20129,6 +20124,21 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20129
20124
|
}
|
|
20130
20125
|
.zd-tabs .v-tabs-window-item > .v-container {
|
|
20131
20126
|
height: 100% !important;
|
|
20127
|
+
}
|
|
20128
|
+
.zd-tabs-sortable-drop-indicator {
|
|
20129
|
+
display: inline-block;
|
|
20130
|
+
position: relative;
|
|
20131
|
+
height: 100%;
|
|
20132
|
+
width: 0;
|
|
20133
|
+
z-index: 1;
|
|
20134
|
+
}
|
|
20135
|
+
.zd-tabs-sortable-drop-indicator::after {
|
|
20136
|
+
content: "";
|
|
20137
|
+
width: 3px;
|
|
20138
|
+
background-color: var(--v-primary-base);
|
|
20139
|
+
height: 100%;
|
|
20140
|
+
position: absolute;
|
|
20141
|
+
opacity: 0.75;
|
|
20132
20142
|
}.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 {
|
|
20133
20143
|
font-weight: var(--zd-font-body2-weight);
|
|
20134
20144
|
color: rgb(var(--v-theme-grey-lighten-2));
|
|
@@ -20330,7 +20340,8 @@ table.zd-table, .zd-table tr, .zd-table td, .zd-table th {
|
|
|
20330
20340
|
-webkit-mask-image: none;
|
|
20331
20341
|
mask-image: none;
|
|
20332
20342
|
}.zd-tooltip.v-overlay__content {
|
|
20333
|
-
opacity: 0.9;
|
|
20343
|
+
opacity: 0.9 !important;
|
|
20344
|
+
white-space: pre-line;
|
|
20334
20345
|
}.zd-tree-grid .zd-table-cell-text-first {
|
|
20335
20346
|
display: inline-flex;
|
|
20336
20347
|
width: 100%;
|