@maxax/ui 1.1.62 → 1.1.64
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/components/app-common/button-icon.vue.d.ts +2 -2
- package/dist/components/app-common/button-icon.vue.d.ts.map +1 -1
- package/dist/components/app-common/icon-tooltip.vue.d.ts +1 -1
- package/dist/components/app-common/icon-tooltip.vue.d.ts.map +1 -1
- package/dist/components/basic-button/BasicButton.vue.d.ts +3 -1
- package/dist/components/basic-button/BasicButton.vue.d.ts.map +1 -1
- package/dist/components/basic-button/interface.d.ts +2 -28
- package/dist/components/basic-button/interface.d.ts.map +1 -1
- package/dist/components/basic-button-action/BasicButtonExportDrop.vue.d.ts +1 -1
- package/dist/components/basic-button-action/BasicButtonImport.vue.d.ts +1 -1
- package/dist/components/basic-button-export-max/BasicButtonExportMax.vue.d.ts +1 -1
- package/dist/components/basic-button-import-max/BasicButtonImportMax.vue.d.ts +12 -12
- package/dist/components/basic-button-import-max/BasicButtonImportMax.vue.d.ts.map +1 -1
- package/dist/components/basic-button-import-max/PreviewModal.vue.d.ts +10 -10
- package/dist/components/basic-button-import-max/PreviewModal.vue.d.ts.map +1 -1
- package/dist/components/basic-checkbox-group/BasicCheckboxGroup.d.ts +1 -1
- package/dist/components/basic-count-to/BasicCountTo.vue.d.ts +1 -1
- package/dist/components/basic-count-to/BasicCountTo.vue.d.ts.map +1 -1
- package/dist/components/basic-date-picker/BasicDatePicker.vue.d.ts +1 -1
- package/dist/components/basic-drag-verify/BasicDragVerify.vue.d.ts +3 -3
- package/dist/components/basic-drawer/BasicDrawer.vue.d.ts +1 -1
- package/dist/components/basic-form/BasicForm.vue.d.ts +1 -1
- package/dist/components/basic-json-viewer/BasicJsonViewer.d.ts +2 -2
- package/dist/components/basic-json-viewer/components/TreeNode.d.ts +1 -1
- package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts +5 -5
- package/dist/components/basic-notification/BasicNotification.vue.d.ts +2 -2
- package/dist/components/basic-overlay/BasicOverlay.d.ts +2 -2
- package/dist/components/basic-radio/BasicRadio.d.ts +1 -1
- package/dist/components/basic-radio-group/BasicRadioGroup.d.ts +1 -1
- package/dist/components/basic-region/BasicRegion.d.ts +3 -3
- package/dist/components/basic-region-select/BasicRegionSelect.d.ts +6 -6
- package/dist/components/basic-table/BasicTable.vue.d.ts +2 -2
- package/dist/components/basic-table/BasicTable.vue.d.ts.map +1 -1
- package/dist/components/basic-tree/BasicTree.vue.d.ts +7 -7
- package/dist/components/basic-upload/BasicUpload.d.ts +2 -2
- package/dist/components/basic-upload-core/AjaxUploader.d.ts +2 -2
- package/dist/components/basic-upload-core/BasicUploadCore.d.ts +2 -2
- package/dist/components/basic-upload-dragger/BasicUploadDragger.d.ts +1 -1
- package/dist/components/tree/Tree.vue.d.ts +1 -1
- package/dist/components/tree-drop/TreeDrop.vue.d.ts +14 -14
- package/dist/components/tree-search/TreeSearch.vue.d.ts +7 -7
- package/dist/composable/use-drawer-modal.d.ts +9 -11
- package/dist/composable/use-drawer-modal.d.ts.map +1 -1
- package/dist/index.cjs +12 -33
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +12 -33
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -8499,32 +8499,7 @@ const XCommonReloadButton = utils.withInstall(_sfc_main$W);
|
|
|
8499
8499
|
const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
8500
8500
|
__name: "BasicButton",
|
|
8501
8501
|
props: {
|
|
8502
|
-
|
|
8503
|
-
type: {},
|
|
8504
|
-
icon: {},
|
|
8505
|
-
color: {},
|
|
8506
|
-
textColor: {},
|
|
8507
|
-
text: { type: Boolean },
|
|
8508
|
-
block: { type: Boolean },
|
|
8509
|
-
loading: { type: Boolean },
|
|
8510
|
-
disabled: { type: Boolean },
|
|
8511
|
-
circle: { type: Boolean },
|
|
8512
|
-
ghost: { type: Boolean },
|
|
8513
|
-
round: { type: Boolean },
|
|
8514
|
-
secondary: { type: Boolean },
|
|
8515
|
-
tertiary: { type: Boolean },
|
|
8516
|
-
quaternary: { type: Boolean },
|
|
8517
|
-
strong: { type: Boolean },
|
|
8518
|
-
focusable: { type: Boolean },
|
|
8519
|
-
keyboard: { type: Boolean },
|
|
8520
|
-
tag: {},
|
|
8521
|
-
dashed: { type: Boolean },
|
|
8522
|
-
renderIcon: { type: Function },
|
|
8523
|
-
iconPlacement: {},
|
|
8524
|
-
attrType: {},
|
|
8525
|
-
bordered: { type: Boolean },
|
|
8526
|
-
onClick: { type: [Function, Array] },
|
|
8527
|
-
nativeFocusBehavior: { type: Boolean }
|
|
8502
|
+
icon: {}
|
|
8528
8503
|
},
|
|
8529
8504
|
setup(__props) {
|
|
8530
8505
|
const props = __props;
|
|
@@ -31592,13 +31567,17 @@ const BasicUploadListItem = /* @__PURE__ */ vue.defineComponent({
|
|
|
31592
31567
|
const dom = vue.createVNode("div", {
|
|
31593
31568
|
"class": infoUploadingClass
|
|
31594
31569
|
}, [icon, fileName, pictureCardActions, showProgress.value && vue.createVNode(vue.Transition, transitionProps.value, {
|
|
31595
|
-
default: () =>
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31600
|
-
|
|
31601
|
-
|
|
31570
|
+
default: () => {
|
|
31571
|
+
var _a3;
|
|
31572
|
+
return [vue.withDirectives(vue.createVNode("div", {
|
|
31573
|
+
"class": `${prefixCls}-progress`
|
|
31574
|
+
}, [file && "percent" in file ? vue.createVNode(naiveUi.NProgress, vue.mergeProps(progressProps, {
|
|
31575
|
+
"type": "line",
|
|
31576
|
+
"percentage": Number((_a3 = file == null ? void 0 : file.percent) != null ? _a3 : 0),
|
|
31577
|
+
"height": 2,
|
|
31578
|
+
"show-indicator": false
|
|
31579
|
+
}), null) : null]), [[vue.vShow, mergedStatus.value === "uploading"]])];
|
|
31580
|
+
}
|
|
31602
31581
|
})]);
|
|
31603
31582
|
const listContainerNameClass = {
|
|
31604
31583
|
[`${prefixCls}-${listType}`]: true,
|