@aplus-frontend/ui 0.6.0-beta.15 → 0.6.0-beta.17
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/es/index.mjs +1 -1
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +9 -8
- package/es/src/ap-form/interface.d.ts +4 -0
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +33 -13
- package/es/src/ap-form/search-form/index.vue.d.ts +2 -6
- package/es/src/ap-form/search-form/index.vue.mjs +63 -62
- package/es/src/business/ap-card/ApCard.vue2.mjs +1 -1
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +23 -23
- package/es/src/business/batch-input-group/index.vue.mjs +1 -1
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-form/interface.d.ts +4 -0
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +2 -6
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +3 -3
- package/theme/antd-global-overwrite/admin/field.css +12 -0
- package/theme/antd-global-overwrite/admin/field.less +16 -0
- package/theme/antd-global-overwrite/admin/index.css +21 -194
- package/theme/antd-global-overwrite/admin/table.css +9 -194
- package/theme/antd-global-overwrite/admin/table.less +2 -126
- package/theme/antd-global-overwrite/aplus/field.css +12 -0
- package/theme/antd-global-overwrite/aplus/field.less +16 -0
- package/theme/antd-global-overwrite/aplus/index.css +21 -186
- package/theme/antd-global-overwrite/aplus/table.css +9 -186
- package/theme/antd-global-overwrite/aplus/table.less +2 -129
- package/theme/ap-card/ap-card.css +1 -1
- package/theme/ap-card/ap-card.less +1 -1
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -1
- package/theme/ap-expand-alert/ap-expand-alert.less +2 -2
- package/theme/index.css +3 -2
|
@@ -383,9 +383,7 @@ declare function __VLS_template(): {
|
|
|
383
383
|
default: string | number | ColSize;
|
|
384
384
|
};
|
|
385
385
|
xxl: {
|
|
386
|
-
type: PropType<string | number |
|
|
387
|
-
* extra区域展开占据的span数(占据剩余所有空间)
|
|
388
|
-
*/).ColSize>;
|
|
386
|
+
type: PropType<string | number | ColSize>;
|
|
389
387
|
default: string | number | ColSize;
|
|
390
388
|
};
|
|
391
389
|
prefixCls: StringConstructor;
|
|
@@ -1220,9 +1218,7 @@ declare const __VLS_component: DefineComponent<ApFormSearchFormProps, {
|
|
|
1220
1218
|
default: string | number | ColSize;
|
|
1221
1219
|
};
|
|
1222
1220
|
xxl: {
|
|
1223
|
-
type: PropType<string | number |
|
|
1224
|
-
* extra区域展开占据的span数(占据剩余所有空间)
|
|
1225
|
-
*/).ColSize>;
|
|
1221
|
+
type: PropType<string | number | ColSize>;
|
|
1226
1222
|
default: string | number | ColSize;
|
|
1227
1223
|
};
|
|
1228
1224
|
prefixCls: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("@aplus-frontend/antdv");require("../ap-form.vue.js");require("../item/index.vue2.js");const A=require("../item-group/helper.js");require("../../config-provider/index.js");const N=require("lodash-unified"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("@aplus-frontend/antdv");require("../ap-form.vue.js");require("../item/index.vue2.js");const A=require("../item-group/helper.js");require("../../config-provider/index.js");const N=require("lodash-unified"),T=require("../../utils/index.js"),w=require("./utils.js");require("./components/popover-filter.vue.js");const z=require("./hooks/use-count-per-row.js");require("./components/popover-sorter/index.vue.js");const H=require("../../config-provider/hooks/use-namespace.js"),G=require("../../config-provider/hooks/use-locale.js"),P=require("../item/index.vue.js"),J=require("./components/popover-filter.vue2.js"),K=require("./components/popover-sorter/index.vue2.js"),Q=require("../ap-form.vue2.js");function X(f){return typeof f=="function"||Object.prototype.toString.call(f)==="[object Object]"&&!e.isVNode(f)}const u=24,Y=e.defineComponent({name:"ApFormSearchForm",__name:"index",props:{layout:{default:"horizontal"},labelCol:{},wrapperCol:{},colon:{type:Boolean,default:!0},labelAlign:{default:"right"},labelWrap:{type:Boolean},prefixCls:{},requiredMark:{},hideRequiredMark:{type:Boolean,default:!1},rules:{},validateMessages:{},validateOnRuleChange:{type:Boolean,default:!0},scrollToFirstError:{},onSubmit:{},name:{},validateTrigger:{default:"change"},size:{},disabled:{type:Boolean},onFieldsChange:{},onFinish:{},onFinishFailed:{},onValidate:{},initialValues:{},onValuesChange:{},syncToUrl:{type:[Boolean,Function]},syncToUrlPriority:{type:Boolean},collapse:{type:Boolean,default:void 0},defaultCollapse:{type:Boolean,default:!0},"onUpdate:collapse":{},searchText:{},resetText:{},onReset:{},customReset:{type:Boolean,default:!1},extraInAction:{type:Boolean,default:!1},forceExpand:{type:Boolean,default:!1},countPerRow:{default:4},submitLoading:{type:Boolean},maxRows:{default:2},sortable:{type:Boolean,default:!0},resizeTarget:{}},setup(f,{expose:I}){var S;const s=e.useSlots(),n=f,{b:m}=H.useNamespace("ap-form-search-form"),{t:B}=G.useLocale(),E=z.useCountPerRow(n),x=e.ref();function F(){var a;const t=(a=x.value)==null?void 0:a.getFieldsValueTransformed(!0);w.execFunc(n.onSubmit,t)}function O(){var t,a;n.customReset||(a=(t=x.value)==null?void 0:t.resetFields)==null||a.call(t),w.execFunc(n.onReset)}const j=t=>T.isDef(t)?(N.isArray(t)?t:[t]).join(""):Date.now();let R=[];const c=e.shallowRef(A.genRealChildren(s.default())),v=e.ref(!1),d=e.shallowRef((S=s.extra)==null?void 0:S.call(s)),b=e.computed(()=>Math.floor(u/e.unref(E)));e.watch(()=>s.default(),t=>{R=c.value,c.value=w.diffFormItem(R,A.genRealChildren(t)),v.value=!1}),e.watch(()=>{var t;return(t=s.extra)==null?void 0:t.call(s)},t=>{d.value=t});const o=e.computed(()=>{const t=c.value,a=[],r=[],h=[],i=e.unref(b);let _=0,y=0;const D=u*n.maxRows-i*(e.unref(d)&&!n.extraInAction?2:1);t.forEach((C,$)=>{const p=C.props;if(N.isBoolean(p.hidden)?!!p.hidden:T.isDef(p.hidden))a.push(C);else{let g=p.span||i;const V={node:C,span:g,key:`ApFormSearchFormItem-${$}-${j(p.name)}-${p._signal}`},q=u-_%u;q<g&&(g+=q),_+=g,_>D?r.push(V):(y=_,h.push(V))}});const k=u-(y+i)%u,M=y%u<i,W=k<i?u:k;return{hideNode:e.createVNode(e.Fragment,null,[a]),nodes:h,collapseNodes:r,extraSpan:W,lastRowOnlyIncludeActionAndExtra:M}});function L(t){c.value=[...t],v.value=!0}const U=e.computed(()=>{let t;const a=o.value.collapseNodes.length||n.sortable&&c.value.length,r=e.createVNode(l.Col,{span:e.unref(b),key:"actionWrapper"},{default:()=>[e.createVNode(P.default,null,{default:()=>[e.createVNode(l.Flex,{wrap:"wrap",justify:o.value.lastRowOnlyIncludeActionAndExtra&&!(e.unref(d)&&n.extraInAction)?"flex-end":"space-between"},{default:()=>[e.createVNode(l.Flex,{gap:8,wrap:"wrap"},{default:()=>[a?e.createVNode("div",{class:m("column-setting-trigger-wrapper")},[o.value.collapseNodes.length?e.createVNode(J.default,{onSubmit:F,config:o.value.collapseNodes,submitLoading:n.submitLoading},null):null,n.sortable&&c.value.length?e.createVNode(K.default,{children:c.value,onClickConfirm:L,sorted:v.value},null):null]):null,e.createVNode(l.Button,{type:"primary",onClick:F,loading:n.submitLoading,htmlType:"submit",class:m("action-btn")},{default:()=>[n.searchText||B("ap.apForm.search.search")]}),e.createVNode(l.Button,{onClick:O,type:"text",class:[m("action-btn"),m("action-btn-reset")]},{default:()=>[n.resetText||B("ap.apForm.search.reset")]})]}),n.extraInAction?e.unref(d):null]})]})]}),h=!n.extraInAction&&e.unref(d)?e.createVNode(l.Col,{span:o.value.extraSpan,key:"extraNode"},{default:()=>[e.createVNode(P.default,null,{default:()=>[e.createVNode(l.Flex,{justify:o.value.extraSpan===u||o.value.lastRowOnlyIncludeActionAndExtra?"start":"flex-end"},X(t=e.unref(d))?t:{default:()=>[t]})]})]}):null,i=e.createVNode(l.Col,{span:o.value.extraSpan},null);return o.value.lastRowOnlyIncludeActionAndExtra?e.createVNode(e.Fragment,null,[h||i,r]):e.createVNode(e.Fragment,null,[r,h])});return I({apForm:e.computed(()=>e.unref(x))}),(t,a)=>(e.openBlock(),e.createBlock(Q.default,e.mergeProps({ref_key:"apForm",ref:x,class:e.unref(m)()},e.unref(N.omit)(n,["collapse","defaultCollapse","onUpdate:collapse","searchText","resetText","onSubmit","onReset","extraInAction","forceExpand","countPerRow"])),{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.value.hideNode))),e.createVNode(e.unref(l.Row),{gutter:8},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value.nodes,r=>(e.openBlock(),e.createBlock(e.unref(l.Col),{key:r.key,span:r.span},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.node)))]),_:2},1032,["span"]))),128)),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(U.value)))]),_:1})]),_:1},16,["class"]))}});exports.default=Y;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../ap-title/ApTitle.vue.js");const m=require("lodash-unified");require("../../config-provider/index.js");const k=require("../../config-provider/hooks/use-namespace.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../ap-title/ApTitle.vue.js");const m=require("lodash-unified");require("../../config-provider/index.js");const k=require("../../config-provider/hooks/use-namespace.js"),x=require("../ap-title/ApTitle.vue2.js"),_={key:1},p={key:1},v=e.defineComponent({__name:"ApCard",props:{titleProps:{},padding:{}},setup(u){const t=u,{b:r}=k.useNamespace("ap-card"),d=e.computed(()=>m.omit((t==null?void 0:t.titleProps)||{},["prefix","suffix"])),c=e.computed(()=>{var n;return(n=Object.keys((t==null?void 0:t.titleProps)||{}))==null?void 0:n.length}),f=e.computed(()=>t.padding??(c.value?"12px 14px 14px":"12px 14px"));return(n,y)=>{var s,a;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(r)()]),style:e.normalizeStyle({padding:f.value})},[c.value?(e.openBlock(),e.createBlock(x.default,e.mergeProps({key:0,class:[`${e.unref(r)()}-title`]},{...d.value}),e.createSlots({_:2},[(s=t==null?void 0:t.titleProps)!=null&&s.suffix?{name:"suffix",fn:e.withCtx(()=>{var i,l,o;return[e.isVNode((i=t==null?void 0:t.titleProps)==null?void 0:i.suffix)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent((l=t==null?void 0:t.titleProps)==null?void 0:l.suffix),{key:0})):(e.openBlock(),e.createElementBlock("div",_,e.toDisplayString((o=t==null?void 0:t.titleProps)==null?void 0:o.suffix),1))]}),key:"0"}:void 0,(a=t==null?void 0:t.titleProps)!=null&&a.prefix?{name:"prefix",fn:e.withCtx(()=>{var i,l,o;return[e.isVNode((i=t==null?void 0:t.titleProps)==null?void 0:i.prefix)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent((l=t==null?void 0:t.titleProps)==null?void 0:l.prefix),{key:0})):(e.openBlock(),e.createElementBlock("div",p,e.toDisplayString((o=t==null?void 0:t.titleProps)==null?void 0:o.prefix),1))]}),key:"1"}:void 0]),1040,["class"])):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"default")],6)}}});exports.default=v;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),k=require("@aplus-frontend/antdv");require("../../config-provider/index.js");require("../../hooks/index.js");const v=require("../../config-provider/hooks/use-namespace.js"),y=require("../../hooks/useControllableValue.js"),C=["onClick"],b=e.defineComponent({name:"ApRadioGroup",__name:"ap-radio-group",props:{value:{default:""},options:{default:()=>[]},optionStyle:{default:()=>({height:28,gap:8})}},emits:["update:value","change"],setup(u,{emit:c}){const{b:p,e:n}=v.useNamespace("ap-radio-group"),d=u,r=c,{value:m,updateValue:f}=y.useControllableValue(d,r),h=t=>e.isVNode(t)?e.h(t):typeof t=="function"?e.h("span",t()):e.h("span",t),g=t=>{f(t),r("change",t)};return(t,B)=>{var l;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(p)()])},[e.createVNode(e.unref(k.Flex),{gap:(l=t.optionStyle)==null?void 0:l.gap,wrap:"wrap"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options.filter(o=>o.visible!==!1),o=>{var a,i,s;return e.openBlock(),e.createElementBlock("div",{key:o.value,class:e.normalizeClass([e.unref(n)("item"),e.unref(m)===o.value?e.unref(n)("item--active"):""]),style:e.normalizeStyle({height:((a=t.optionStyle)==null?void 0:a.height)+"px",lineHeight:((i=t.optionStyle)==null?void 0:i.height)+"px",color:(s=t.optionStyle)==null?void 0:s.color}),onClick:S=>g(o.value)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(h(o.label))))],14,C)}),128))]),_:1},8,["gap"])],2)}}});exports.default=b;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue");require("../../ap-field/index.js");const L=require("@aplus-frontend/antdv");require("../../config-provider/index.js");const y=require("lodash-unified");require("./popover-input/index.vue.js");require("../../hooks/index.js");const N=require("../../utils/index.js"),O=require("../../ap-field/hooks/use-default-placeholder.js"),z=require("../../hooks/useControllableValue.js"),E=require("../../config-provider/hooks/use-locale.js"),F=require("../../config-provider/hooks/use-namespace.js"),T=require("../../ap-field/select/index.vue.js"),M=require("../../ap-field/text/index.js"),$=require("./popover-input/index.vue2.js"),p="GROUP_SEARCH_ALL",D=t.defineComponent({__name:"index",props:{style:{type:[Boolean,null,String,Object,Array]},inputStyle:{type:[Boolean,null,String,Object,Array]},options:{},hasAll:{type:Boolean,default:!0},value:{},"onUpdate:value":{},popoverPlacement:{default:"left"},mode:{default:"edit"},class:{},id:{},placeholder:{},autocomplete:{},type:{default:"text"},name:{},size:{},autofocus:{type:Boolean},lazy:{type:Boolean,default:!0},maxlength:{},loading:{type:Boolean},bordered:{type:Boolean,default:!0},showCount:{type:[Boolean,Object]},htmlSize:{},onPressEnter:{},onKeydown:{},onKeyup:{},onMousedown:{},onMouseUp:{},onFocus:{},onBlur:{},onChange:{},onInput:{},onRawInput:{},onCompositionstart:{},onCompositionend:{},valueModifiers:{},hidden:{type:Boolean},status:{},defaultValue:{},inputElement:{},prefixCls:{},disabled:{type:Boolean},focused:{type:Boolean},triggerFocus:{},readonly:{type:Boolean},handleReset:{},addonBefore:{},addonAfter:{},prefix:{},suffix:{},clearIcon:{},allowClear:{type:Boolean,default:!0},emptyText:{default:"--"},beforeInput:{}},emits:["update:value"],setup(h,{emit:g}){const l=h,B=O.useDefaultPlaceholder("Text",l),b=g,{value:u,updateValue:
|
|
2
|
-
`):""}),P=t.computed(()=>{var n;const e=(n=t.unref(u))==null?void 0:n.key;if(e!=null&&e.length)return e.length===1?e[0]:p}),U=t.computed(()=>{var o;const e=(o=t.unref(u))==null?void 0:o.key;return!e||(e==null?void 0:e.length)<=1?t.unref(B):(l.options||[]).filter(
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue");require("../../ap-field/index.js");const L=require("@aplus-frontend/antdv");require("../../config-provider/index.js");const y=require("lodash-unified");require("./popover-input/index.vue.js");require("../../hooks/index.js");const N=require("../../utils/index.js"),O=require("../../ap-field/hooks/use-default-placeholder.js"),z=require("../../hooks/useControllableValue.js"),E=require("../../config-provider/hooks/use-locale.js"),F=require("../../config-provider/hooks/use-namespace.js"),T=require("../../ap-field/select/index.vue.js"),M=require("../../ap-field/text/index.js"),$=require("./popover-input/index.vue2.js"),p="GROUP_SEARCH_ALL",D=t.defineComponent({__name:"index",props:{style:{type:[Boolean,null,String,Object,Array]},inputStyle:{type:[Boolean,null,String,Object,Array]},options:{},hasAll:{type:Boolean,default:!0},value:{},"onUpdate:value":{},popoverPlacement:{default:"left"},mode:{default:"edit"},class:{},id:{},placeholder:{},autocomplete:{},type:{default:"text"},name:{},size:{},autofocus:{type:Boolean},lazy:{type:Boolean,default:!0},maxlength:{},loading:{type:Boolean},bordered:{type:Boolean,default:!0},showCount:{type:[Boolean,Object]},htmlSize:{},onPressEnter:{},onKeydown:{},onKeyup:{},onMousedown:{},onMouseUp:{},onFocus:{},onBlur:{},onChange:{},onInput:{},onRawInput:{},onCompositionstart:{},onCompositionend:{},valueModifiers:{},hidden:{type:Boolean},status:{},defaultValue:{},inputElement:{},prefixCls:{},disabled:{type:Boolean},focused:{type:Boolean},triggerFocus:{},readonly:{type:Boolean},handleReset:{},addonBefore:{},addonAfter:{},prefix:{},suffix:{},clearIcon:{},allowClear:{type:Boolean,default:!0},emptyText:{default:"--"},beforeInput:{}},emits:["update:value"],setup(h,{emit:g}){const l=h,B=O.useDefaultPlaceholder("Text",l),b=g,{value:u,updateValue:r}=z.useControllableValue(l,b),i=t.ref(),c=t.ref(),{t:V}=E.useLocale(),{b:_,cssVar:A}=F.useNamespace("batch-input-group"),C=t.computed(()=>{const e=l.popoverPlacement;return{"popover-left":y.isNumber(e)?`${e}px`:e==="left"?"0px":"unset","popover-right":e==="right"?"0px":"unset"}}),q=t.computed(()=>l.options?l.options.length>1&&l.hasAll?[{value:p,label:V("ap.common.all")},...l.options]:l.options:[]),S=t.computed(()=>l.options?l.options.map(e=>e.value):[]),x=t.computed(()=>{var e,n;return(n=(e=t.unref(u))==null?void 0:e.value)!=null&&n.length?t.unref(u).value.join(","):""}),I=t.computed(()=>{var e,n;return(n=(e=t.unref(u))==null?void 0:e.value)!=null&&n.length?t.unref(u).value.join(`
|
|
2
|
+
`):""}),P=t.computed(()=>{var n;const e=(n=t.unref(u))==null?void 0:n.key;if(e!=null&&e.length)return e.length===1||!l.hasAll?e[0]:p}),U=t.computed(()=>{var o;const e=(o=t.unref(u))==null?void 0:o.key;return!e||(e==null?void 0:e.length)<=1?t.unref(B):(l.options||[]).filter(a=>e.includes(a.value)).map(a=>a.label).join("/")});function w(e){const n=t.unref(u)||{},o=e===p?t.unref(S):N.isDef(e)?[e]:[];r({...n,key:o})}function k(e){var f,v;const n=t.unref(u)||{},o=e.target.value||"",a=o.replace(/[,]+/g,",");if(o!==a){const m=(v=(f=c.value)==null?void 0:f.$el)==null?void 0:v.querySelector("input");m&&(m.value=a)}let s=a.split(",");s.length===1&&s[0]===""&&(s=[]),r({...n,value:s})}function R(e){const n=t.unref(u)||{};let o=e.split(/,|\n/);r({...n,value:o})}function d(){var o;const e=t.unref(u)||{},n=(o=e.value)==null?void 0:o.filter(Boolean);r({...e,value:n})}function j(e){var n;d(),(n=l.onBlur)==null||n.call(l,e)}return(e,n)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"containerRef",ref:i,class:t.normalizeClass(t.unref(_)()),style:t.normalizeStyle(t.unref(A)(C.value)),onFocus:n[0]||(n[0]=(...o)=>e.onFocus&&e.onFocus(...o)),onBlur:n[1]||(n[1]=(...o)=>e.onBlur&&e.onBlur(...o))},[t.createVNode(t.unref(L.Space).Compact,{block:""},{default:t.withCtx(()=>{var o;return[(o=e.options)!=null&&o.length?(t.openBlock(),t.createBlock(t.unref(T.default),{key:0,style:t.normalizeStyle(e.style),options:q.value,value:P.value,"allow-clear":!1,"dropdown-match-select-width":!1,disabled:e.disabled,"get-popup-container":()=>i.value,"onUpdate:value":w},null,8,["style","options","value","disabled","get-popup-container"])):t.createCommentVNode("",!0),t.createVNode(t.unref(M.ApFieldText),t.mergeProps(t.unref(y.omit)(l,["style","value","onUpdate:value","inputStyle","hasAll","options","onBlur"]),{ref_key:"inputRef",ref:c,style:e.inputStyle,value:x.value,placeholder:U.value,onInput:k,onBlur:j}),{suffix:t.withCtx(()=>[t.createVNode($.default,{_parent:i.value,value:I.value,disabled:e.disabled,placement:l.popoverPlacement,"onUpdate:value":R,onClose:d},null,8,["_parent","value","disabled","placement"])]),_:1},16,["style","value","placeholder"])]}),_:1})],38))}});exports.default=D;
|
package/lib/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.6.0-beta.
|
|
1
|
+
declare const _default: "0.6.0-beta.17";
|
|
2
2
|
export default _default;
|
package/lib/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="0.6.0-beta.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="0.6.0-beta.17";exports.default=e;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aplus-frontend/ui",
|
|
3
|
-
"version": "0.6.0-beta.
|
|
3
|
+
"version": "0.6.0-beta.17",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@aplus-frontend/hooks": "1.0.7"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@aplus-frontend/antdv": "^1.1.
|
|
70
|
+
"@aplus-frontend/antdv": "^1.1.6",
|
|
71
71
|
"@aplus-frontend/icon": "^1.2.3",
|
|
72
72
|
"@aplus-frontend/oss": "^1.1.2",
|
|
73
73
|
"vue": "^3.5.13",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"vxe-table": "4.11.29"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@aplus-frontend/antdv": "^1.1.
|
|
78
|
+
"@aplus-frontend/antdv": "^1.1.6",
|
|
79
79
|
"@aplus-frontend/icon": "^1.2.3",
|
|
80
80
|
"@aplus-frontend/oss": "^1.1.2",
|
|
81
81
|
"@types/sortablejs": "^1.15.8",
|
|
@@ -25,3 +25,15 @@
|
|
|
25
25
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
26
26
|
color: #bfbfbf;
|
|
27
27
|
}
|
|
28
|
+
input[disabled].ant-input {
|
|
29
|
+
color: var(--ap-text-color-1);
|
|
30
|
+
}
|
|
31
|
+
textarea[disabled].ant-input {
|
|
32
|
+
color: var(--ap-text-color-1);
|
|
33
|
+
}
|
|
34
|
+
.ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
|
|
35
|
+
color: var(--ap-text-color-1);
|
|
36
|
+
}
|
|
37
|
+
.ant-select-disabled .ant-select-selection-item {
|
|
38
|
+
color: var(--ap-text-color-1) !important;
|
|
39
|
+
}
|
|
@@ -21,3 +21,19 @@
|
|
|
21
21
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
22
22
|
color: #bfbfbf;
|
|
23
23
|
}
|
|
24
|
+
|
|
25
|
+
input[disabled].ant-input {
|
|
26
|
+
color: var(--ap-text-color-1);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
textarea[disabled].ant-input {
|
|
30
|
+
color: var(--ap-text-color-1);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
|
|
34
|
+
color: var(--ap-text-color-1);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ant-select-disabled .ant-select-selection-item {
|
|
38
|
+
color: var(--ap-text-color-1) !important;
|
|
39
|
+
}
|
|
@@ -160,242 +160,69 @@
|
|
|
160
160
|
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
161
161
|
color: #ff4d4f;
|
|
162
162
|
}
|
|
163
|
-
[class$='ap-table--sticky'] {
|
|
164
|
-
width: 100%;
|
|
165
|
-
height: 100%;
|
|
166
|
-
}
|
|
167
|
-
[class$='ap-table--sticky'] .ant-table-wrapper {
|
|
168
|
-
background-color: #ffffff;
|
|
169
|
-
border-radius: 0;
|
|
170
|
-
}
|
|
171
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-middle > .ant-table-title,
|
|
172
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table.ant-table-small > .ant-table-title {
|
|
173
|
-
display: flex;
|
|
174
|
-
align-items: center;
|
|
175
|
-
justify-content: space-between;
|
|
176
|
-
min-height: 40px;
|
|
177
|
-
padding: 0 0 12px;
|
|
178
|
-
border: none;
|
|
179
|
-
}
|
|
180
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table {
|
|
181
|
-
width: 100%;
|
|
182
|
-
overflow-x: hidden;
|
|
183
|
-
border-radius: 0;
|
|
184
|
-
}
|
|
185
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container {
|
|
186
|
-
border-radius: 0;
|
|
187
|
-
}
|
|
188
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table {
|
|
189
|
-
border-radius: 0;
|
|
190
|
-
}
|
|
191
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container table > thead > tr:first-child > *:first-child {
|
|
192
|
-
border-radius: 0;
|
|
193
|
-
}
|
|
194
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-header {
|
|
195
|
-
border-radius: 0;
|
|
196
|
-
}
|
|
197
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected > td {
|
|
198
|
-
background-color: #f3fbf7;
|
|
199
|
-
}
|
|
200
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
|
201
|
-
background-color: #e6f6ef;
|
|
202
|
-
}
|
|
203
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-tbody > tr > td {
|
|
204
|
-
padding: 13.5px 16px;
|
|
205
|
-
line-height: 20px;
|
|
206
|
-
}
|
|
207
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table .ant-table-container .ant-table-thead > tr > th {
|
|
208
|
-
padding: 13.5px 16px;
|
|
209
|
-
line-height: 20px;
|
|
210
|
-
}
|
|
211
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer {
|
|
212
|
-
padding: 0;
|
|
213
|
-
}
|
|
214
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-wrapper {
|
|
215
|
-
padding: 0;
|
|
216
|
-
}
|
|
217
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer table {
|
|
218
|
-
border: none;
|
|
219
|
-
}
|
|
220
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer .ant-table-body {
|
|
221
|
-
overflow-x: hidden;
|
|
222
|
-
}
|
|
223
|
-
[class$='ap-table--sticky'] .ant-table-wrapper .ant-table-footer td {
|
|
224
|
-
padding: 12px 8px;
|
|
225
|
-
}
|
|
226
|
-
[class$='-basic-table-form-container'] {
|
|
227
|
-
padding: 16px;
|
|
228
|
-
}
|
|
229
|
-
[class$='-basic-table-form-container'] .ant-form {
|
|
230
|
-
width: 100%;
|
|
231
|
-
margin-bottom: 16px;
|
|
232
|
-
padding: 16px;
|
|
233
|
-
background-color: #ffffff;
|
|
234
|
-
border-radius: 0;
|
|
235
|
-
}
|
|
236
|
-
[class$='-basic-table-form-container'] .ant-form .ant-row {
|
|
237
|
-
row-gap: 16px;
|
|
238
|
-
}
|
|
239
|
-
[class$='-basic-table-form-container'] .ant-form .ant-form-item {
|
|
240
|
-
margin-bottom: 0;
|
|
241
|
-
}
|
|
242
|
-
[class$='-basic-table--inset'] .ant-table-wrapper {
|
|
243
|
-
padding: 0;
|
|
244
|
-
}
|
|
245
|
-
[class$='-basic-table-row__striped'] td {
|
|
246
|
-
background-color: #fafafa;
|
|
247
|
-
}
|
|
248
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
249
163
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination),
|
|
250
|
-
[class*='-
|
|
251
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
252
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination),
|
|
253
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
164
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) {
|
|
254
165
|
padding-bottom: 0;
|
|
255
166
|
}
|
|
256
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
257
167
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
258
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
259
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
260
168
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
261
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
262
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
263
169
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
264
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper,
|
|
265
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper,
|
|
266
170
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper,
|
|
267
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper,
|
|
268
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
269
171
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container,
|
|
270
|
-
[class*='-
|
|
271
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
272
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container,
|
|
273
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
172
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container {
|
|
274
173
|
overflow: visible;
|
|
275
174
|
}
|
|
276
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
277
175
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
278
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
279
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
280
176
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
281
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
282
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
283
177
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
284
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table,
|
|
285
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
286
178
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
287
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table,
|
|
288
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
289
179
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table,
|
|
290
|
-
[class*='-
|
|
291
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
292
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table,
|
|
293
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
180
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table {
|
|
294
181
|
overflow: visible;
|
|
295
182
|
}
|
|
296
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
297
183
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
298
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
299
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
300
184
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
301
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
302
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
303
185
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
304
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container,
|
|
305
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
306
186
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
307
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container,
|
|
308
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
309
187
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
310
|
-
[class*='-
|
|
311
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
312
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container,
|
|
313
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
188
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
|
|
314
189
|
overflow: visible;
|
|
315
190
|
}
|
|
316
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
317
191
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
318
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
319
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
320
192
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
321
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
322
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
323
193
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
324
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
325
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
326
194
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
327
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-table .ant-table-container .ant-table-header,
|
|
328
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
329
195
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
330
|
-
[class*='-
|
|
331
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
332
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header,
|
|
333
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
196
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
|
|
334
197
|
position: sticky;
|
|
335
198
|
top: 0;
|
|
336
199
|
z-index: 90;
|
|
337
200
|
border-top: 4px solid #ffffff;
|
|
338
201
|
}
|
|
339
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
340
202
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
341
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
342
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
343
203
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
344
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
345
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
346
204
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
347
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
348
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
349
205
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
350
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
351
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
352
206
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
353
|
-
[class*='-
|
|
354
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
355
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
356
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
207
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
357
208
|
position: sticky;
|
|
358
209
|
bottom: -1px;
|
|
359
210
|
z-index: 90;
|
|
360
211
|
}
|
|
361
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
362
212
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
363
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
364
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
365
213
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
366
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
367
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
368
214
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
369
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
370
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
371
215
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
372
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
373
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
374
216
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
375
|
-
[class*='-
|
|
376
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
377
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
378
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
217
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
379
218
|
bottom: 44px;
|
|
380
219
|
}
|
|
381
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
382
220
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
383
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
384
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
385
221
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
386
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
387
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
388
222
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
389
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper ul.ant-pagination,
|
|
390
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
391
223
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
392
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper ul.ant-pagination,
|
|
393
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
394
224
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
395
|
-
[class*='-
|
|
396
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
397
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination,
|
|
398
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
225
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container ul.ant-pagination {
|
|
399
226
|
position: sticky;
|
|
400
227
|
bottom: 0;
|
|
401
228
|
z-index: 90;
|
|
@@ -403,24 +230,12 @@
|
|
|
403
230
|
padding: 8px 0;
|
|
404
231
|
background-color: #ffffff;
|
|
405
232
|
}
|
|
406
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
407
233
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
408
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
409
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
410
234
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
411
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
412
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
413
235
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
414
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
415
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
416
236
|
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
417
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
418
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
419
237
|
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
420
|
-
[class*='-
|
|
421
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
422
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
423
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
238
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
424
239
|
padding-top: 4px;
|
|
425
240
|
}
|
|
426
241
|
.ant-tooltip div[role='tooltip'] {
|
|
@@ -453,3 +268,15 @@
|
|
|
453
268
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
454
269
|
color: #bfbfbf;
|
|
455
270
|
}
|
|
271
|
+
input[disabled].ant-input {
|
|
272
|
+
color: var(--ap-text-color-1);
|
|
273
|
+
}
|
|
274
|
+
textarea[disabled].ant-input {
|
|
275
|
+
color: var(--ap-text-color-1);
|
|
276
|
+
}
|
|
277
|
+
.ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
|
|
278
|
+
color: var(--ap-text-color-1);
|
|
279
|
+
}
|
|
280
|
+
.ant-select-disabled .ant-select-selection-item {
|
|
281
|
+
color: var(--ap-text-color-1) !important;
|
|
282
|
+
}
|