@antify/ui 4.1.23 → 4.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.
|
@@ -101,7 +101,7 @@ function confirmDialog() {
|
|
|
101
101
|
<Transition :name="'bounce'">
|
|
102
102
|
<div
|
|
103
103
|
v-if="openDialog"
|
|
104
|
-
class="flex flex-col gap-px bg-base-300 overflow-hidden cursor-auto w-96 border border-base-300 rounded-md shadow-md"
|
|
104
|
+
class="flex flex-col gap-px bg-base-300 overflow-hidden cursor-auto min-w-96 border border-base-300 rounded-md shadow-md"
|
|
105
105
|
>
|
|
106
106
|
<div
|
|
107
107
|
v-if="title || $slots['title']"
|
|
@@ -46,6 +46,7 @@ import AntListGroup from './AntListGroup.vue';
|
|
|
46
46
|
import AntListGroupItem from './AntListGroupItem.vue';
|
|
47
47
|
import AntModal from './AntModal.vue';
|
|
48
48
|
import AntPagination from './AntPagination.vue';
|
|
49
|
+
import AntItemsPerPage from './AntItemsPerPage.vue';
|
|
49
50
|
import AntPopover from './AntPopover.vue';
|
|
50
51
|
import AntSkeleton from './AntSkeleton.vue';
|
|
51
52
|
import AntSpinner from './AntSpinner.vue';
|
|
@@ -53,4 +54,4 @@ import AntTag from './AntTag.vue';
|
|
|
53
54
|
import AntToast from './AntToast.vue';
|
|
54
55
|
import AntToaster from './AntToaster.vue';
|
|
55
56
|
import AntTooltip from './AntTooltip.vue';
|
|
56
|
-
export { AntButton, AntDatePicker, AntDialog, AntField, AntFormGroup, AntFormGroupLabel, AntBaseInput, AntSelectMenu, AntInputDescription, AntInputLabel, AntInputLimiter, AntCheckbox, AntCheckboxGroup, AntDateInput, AntNumberInput, AntPasswordInput, AntRadio, AntRadioGroup, AntRangeSlider, AntSearch, AntSelect, AntSwitch, AntSwitcher, AntTagInput, AntTextarea, AntTextInput, AntUnitInput, AntImageInput, AntNavLeftLayout, AntNavbar, AntNavbarItem, AntTable, AntTabs, AntTransitionCollapseHeight, AntAccordion, AntAccordionItem, AntAlert, AntCard, AntContent, AntDropdown, AntIcon, AntKeycap, AntListGroup, AntListGroupItem, AntModal, AntPagination, AntPopover, AntSkeleton, AntSpinner, AntTag, AntToast, AntToaster, AntTooltip, AntColorInput, AntMultiSelect, };
|
|
57
|
+
export { AntButton, AntDatePicker, AntDialog, AntField, AntFormGroup, AntFormGroupLabel, AntBaseInput, AntSelectMenu, AntInputDescription, AntInputLabel, AntInputLimiter, AntCheckbox, AntCheckboxGroup, AntDateInput, AntNumberInput, AntPasswordInput, AntRadio, AntRadioGroup, AntRangeSlider, AntSearch, AntSelect, AntSwitch, AntSwitcher, AntTagInput, AntTextarea, AntTextInput, AntUnitInput, AntImageInput, AntNavLeftLayout, AntNavbar, AntNavbarItem, AntTable, AntTabs, AntTransitionCollapseHeight, AntAccordion, AntAccordionItem, AntAlert, AntCard, AntContent, AntDropdown, AntIcon, AntKeycap, AntListGroup, AntListGroupItem, AntModal, AntPagination, AntItemsPerPage, AntPopover, AntSkeleton, AntSpinner, AntTag, AntToast, AntToaster, AntTooltip, AntColorInput, AntMultiSelect, };
|
package/dist/components/index.js
CHANGED
|
@@ -135,6 +135,12 @@ Object.defineProperty(exports, "AntInputLimiter", {
|
|
|
135
135
|
return _AntInputLimiter.default;
|
|
136
136
|
}
|
|
137
137
|
});
|
|
138
|
+
Object.defineProperty(exports, "AntItemsPerPage", {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function () {
|
|
141
|
+
return _AntItemsPerPage.default;
|
|
142
|
+
}
|
|
143
|
+
});
|
|
138
144
|
Object.defineProperty(exports, "AntKeycap", {
|
|
139
145
|
enumerable: true,
|
|
140
146
|
get: function () {
|
|
@@ -381,6 +387,7 @@ var _AntListGroup = _interopRequireDefault(require("./AntListGroup.vue"));
|
|
|
381
387
|
var _AntListGroupItem = _interopRequireDefault(require("./AntListGroupItem.vue"));
|
|
382
388
|
var _AntModal = _interopRequireDefault(require("./AntModal.vue"));
|
|
383
389
|
var _AntPagination = _interopRequireDefault(require("./AntPagination.vue"));
|
|
390
|
+
var _AntItemsPerPage = _interopRequireDefault(require("./AntItemsPerPage.vue"));
|
|
384
391
|
var _AntPopover = _interopRequireDefault(require("./AntPopover.vue"));
|
|
385
392
|
var _AntSkeleton = _interopRequireDefault(require("./AntSkeleton.vue"));
|
|
386
393
|
var _AntSpinner = _interopRequireDefault(require("./AntSpinner.vue"));
|
|
@@ -46,6 +46,7 @@ import AntListGroup from "./AntListGroup.vue";
|
|
|
46
46
|
import AntListGroupItem from "./AntListGroupItem.vue";
|
|
47
47
|
import AntModal from "./AntModal.vue";
|
|
48
48
|
import AntPagination from "./AntPagination.vue";
|
|
49
|
+
import AntItemsPerPage from "./AntItemsPerPage.vue";
|
|
49
50
|
import AntPopover from "./AntPopover.vue";
|
|
50
51
|
import AntSkeleton from "./AntSkeleton.vue";
|
|
51
52
|
import AntSpinner from "./AntSpinner.vue";
|
|
@@ -100,6 +101,7 @@ export {
|
|
|
100
101
|
AntListGroupItem,
|
|
101
102
|
AntModal,
|
|
102
103
|
AntPagination,
|
|
104
|
+
AntItemsPerPage,
|
|
103
105
|
AntPopover,
|
|
104
106
|
AntSkeleton,
|
|
105
107
|
AntSpinner,
|