iking-web-ui-pro 0.1.55 → 0.1.57
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/{IkDescription → IKDescription}/ik.index.es.js +5 -5
- package/dist/IKDescription/ik.index.umd.js +1 -0
- package/dist/IKDescription/style.css +1 -0
- package/dist/IKDetailPreviewFiles/ik.index.es.js +733 -729
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +6 -6
- package/dist/IKPreviewFile/ik.index.es.js +702 -698
- package/dist/IKPreviewFile/ik.index.umd.js +7 -7
- package/dist/IkApprovalProcessDetail/ik.index.es.js +440 -436
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +6 -6
- package/dist/IkAutoCard/ik.index.es.js +6 -6
- package/dist/IkAutoCard/ik.index.umd.js +1 -1
- package/dist/IkAutoCard/style.css +1 -1
- package/dist/IkOnlyOffice/ik.index.es.js +6 -6
- package/dist/IkOnlyOffice/ik.index.umd.js +1 -1
- package/dist/IkTemplateOfficeConfig/ik.index.es.js +1 -1
- package/dist/IkTemplateOfficeConfig/ik.index.umd.js +1 -1
- package/dist/IkUploadFile/ik.index.es.js +109 -109
- package/dist/IkUploadFile/ik.index.umd.js +1 -1
- package/dist/index.es.js +3423 -3419
- package/dist/index.umd.js +50 -50
- package/dist/src/components/IKDetailPreviewFiles/index.d.ts +2 -2
- package/dist/src/components/IKDetailPreviewFiles/src/IKDetailPreviewFiles.vue.d.ts +2 -2
- package/dist/src/components/IKHorizontalStepBar/index.d.ts +3 -3
- package/dist/src/components/IKPreviewFile/index.d.ts +21 -21
- package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +7 -7
- package/dist/src/components/IKPreviewFileDialog/index.d.ts +2 -2
- package/dist/src/components/IKPreviewFileDialog/src/IkPreviewFileDialog.vue.d.ts +2 -2
- package/dist/src/components/IKSearch/index.d.ts +3 -3
- package/dist/src/components/IKSearch/src/IKSearch.vue.d.ts +1 -1
- package/dist/src/components/IkApprovalProcess/index.d.ts +1 -1
- package/dist/src/components/IkApprovalProcess/src/IKApprovalProcess.vue.d.ts +1 -1
- package/dist/src/components/IkApprovalProcessDetail/index.d.ts +1 -1
- package/dist/src/components/IkApprovalProcessDetail/src/IKApprovalProcessDetail.vue.d.ts +1 -1
- package/dist/src/components/IkBtnSetting/index.d.ts +1 -1
- package/dist/src/components/IkBtnSetting/src/IkBtnSetting.vue.d.ts +1 -1
- package/dist/src/components/IkDescription/index.d.ts +18 -18
- package/dist/src/components/IkDragList/index.d.ts +3 -3
- package/dist/src/components/IkDragList/src/IkDragList.vue.d.ts +1 -1
- package/dist/src/components/IkPageFull/index.d.ts +3 -3
- package/dist/src/components/IkPageFull/src/IkPageTable.vue.d.ts +1 -1
- package/dist/src/components/IkPageFull/src/IkSearchAuto copy.d.ts +1 -1
- package/dist/src/components/IkPageFull/src/IkSearchAuto.d.ts +1 -1
- package/dist/src/components/IkPageFull/src/index.vue.d.ts +1 -1
- package/dist/src/components/IkPickerUser/index.d.ts +1 -1
- package/dist/src/components/IkPickerUser/src/picker.vue.d.ts +1 -1
- package/dist/src/components/IkSideText/IkSideText.vue.d.ts +2 -2
- package/dist/src/components/IkSideText/index.d.ts +2 -2
- package/dist/src/components/IkSvgIcon/index.d.ts +24 -24
- package/dist/src/components/IkSvgIcon/src/index.vue.d.ts +2 -2
- package/dist/src/components/IkTinymce/index.d.ts +2 -2
- package/dist/src/components/IkTinymce/src/index.vue.d.ts +2 -2
- package/dist/src/components/IkUploadFile/src/index.vue.d.ts +3 -3
- package/dist/src/components/IkUploadImage/index.d.ts +6 -6
- package/dist/src/components/IkUploadImage/src/index.vue.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/IkDescription/ik.index.umd.js +0 -1
- package/dist/IkDescription/style.css +0 -1
- package/dist/src/components/IkDescription/src/{IkDescription.vue.d.ts → IKDescription.vue.d.ts} +6 -6
|
@@ -62,7 +62,7 @@ const P = (e, l) => {
|
|
|
62
62
|
},
|
|
63
63
|
setup(e) {
|
|
64
64
|
k((n) => ({
|
|
65
|
-
|
|
65
|
+
"5e8fb1df": r.value
|
|
66
66
|
}));
|
|
67
67
|
const l = e, t = {
|
|
68
68
|
id: "id",
|
|
@@ -74,9 +74,9 @@ const P = (e, l) => {
|
|
|
74
74
|
...l.fileField
|
|
75
75
|
}, r = g(() => typeof l.labelWidth == "number" ? `${l.labelWidth}px` : l.labelWidth);
|
|
76
76
|
return (n, j) => {
|
|
77
|
-
const y = c("el-tag"), v = c("IkPreviewFile"),
|
|
77
|
+
const y = c("el-tag"), v = c("IkPreviewFile"), b = c("el-descriptions-item"), _ = c("el-descriptions");
|
|
78
78
|
return s(), a(
|
|
79
|
-
|
|
79
|
+
_,
|
|
80
80
|
u({ class: "margin-top" }, { ...e.titleProps, ...l }),
|
|
81
81
|
{
|
|
82
82
|
extra: i(() => [
|
|
@@ -87,7 +87,7 @@ const P = (e, l) => {
|
|
|
87
87
|
x,
|
|
88
88
|
null,
|
|
89
89
|
S(e.listData, (o) => (s(), a(
|
|
90
|
-
|
|
90
|
+
b,
|
|
91
91
|
u({
|
|
92
92
|
key: o[t.id],
|
|
93
93
|
ref_for: !0
|
|
@@ -165,7 +165,7 @@ const D = (e, l) => {
|
|
|
165
165
|
for (const [r, n] of l)
|
|
166
166
|
t[r] = n;
|
|
167
167
|
return t;
|
|
168
|
-
}, F = /* @__PURE__ */ D(I, [["__scopeId", "data-v-
|
|
168
|
+
}, F = /* @__PURE__ */ D(I, [["__scopeId", "data-v-f0be0ec8"]]), B = P(F);
|
|
169
169
|
export {
|
|
170
170
|
B as IkDescriptions,
|
|
171
171
|
B as default
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(r,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(r=typeof globalThis<"u"?globalThis:r||self,e(r.index={},r.Vue))})(this,function(r,e){"use strict";const f=(t,o)=>{if(t.install=l=>{for(const i of[t,...Object.values(o??{})])l.component(i.name,i)},o)for(const[l,i]of Object.entries(o))t[l]=i;return t},a=e.defineComponent({__name:"IKDescription",props:{showIcon:{type:Boolean,default:!1},listData:{type:Array,default:()=>[]},props:{type:Object,default:()=>({})},titleProps:{type:Object,default:()=>({})},fileField:{type:Object,default:()=>({})},loadUrl:{type:String,default:""},kkUrl:{type:String,default:""},labelWidth:{type:String||Number,default:"150px"},isOnlyOfficePreview:{type:Boolean,default:!1},onlyOfficeAccept:{type:String,default:".pdf,.docx,.doc.ppt,.pptx,.xlsx,.xls,"},onlyofficeServer:{type:String,default:""}},setup(t){e.useCssVars(s=>({"5e8fb1df":i.value}));const o=t,l={id:"id",value:"value",props:"props",label:"label",tag:"tag",fileList:"fileList",...o.fileField},i=e.computed(()=>typeof o.labelWidth=="number"?`${o.labelWidth}px`:o.labelWidth);return(s,g)=>{const d=e.resolveComponent("el-tag"),p=e.resolveComponent("IkPreviewFile"),y=e.resolveComponent("el-descriptions-item"),u=e.resolveComponent("el-descriptions");return e.openBlock(),e.createBlock(u,e.mergeProps({class:"margin-top"},{...t.titleProps,...o}),{extra:e.withCtx(()=>[e.renderSlot(s.$slots,"extra",{},void 0,!0)]),default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.listData,n=>(e.openBlock(),e.createBlock(y,e.mergeProps({key:n[l.id],ref_for:!0},n[l.props]),{label:e.withCtx(()=>[e.renderSlot(s.$slots,n[l.label],{},()=>[e.createTextVNode(e.toDisplayString(n[l.label]),1)],!0)]),default:e.withCtx(()=>[e.renderSlot(s.$slots,`${n[l.label]}_value`,{},()=>[e.createTextVNode(e.toDisplayString(n[l.value])+" ",1),n[l.tag]?(e.openBlock(),e.createBlock(d,{key:0,size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n[l.value].value),1)]),_:2},1024)):e.createCommentVNode("v-if",!0),e.createVNode(p,{list:n[l.fileList],field:t.fileField,"load-url":t.loadUrl,"kk-url":t.kkUrl,"show-bg":!1,isOnlyOfficePreview:t.isOnlyOfficePreview,onlyOfficeAccept:t.onlyOfficeAccept,onlyofficeServer:t.onlyofficeServer},null,8,["list","field","load-url","kk-url","isOnlyOfficePreview","onlyOfficeAccept","onlyofficeServer"])],!0)]),_:2},1040))),128))]),_:3},16)}}}),b="",c=f(((t,o)=>{const l=t.__vccOpts||t;for(const[i,s]of o)l[i]=s;return l})(a,[["__scopeId","data-v-f0be0ec8"]]));r.IkDescriptions=c,r.default=c,Object.defineProperties(r,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-v-f0be0ec8] .el-descriptions__body .el-descriptions__label{font-weight:500!important;width:var(--5e8fb1df)!important;background:var(--ik-table-header-bg)!important;color:var(--ik-color-font-secondary)!important}[data-v-f0be0ec8] .el-descriptions__body .el-descriptions__content{color:var(--ik-color-font-title)!important}
|