@gct-paas/core-web 0.1.6-dev.18 → 0.1.6-dev.19
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/{JsBarcode-BHGaO9dz.js → JsBarcode-nqhcZPvn.js} +2 -2
- package/dist/{_plugin-vue_export-helper-CVA7dXVu.js → _plugin-vue_export-helper-CyelNe0I.js} +2 -2
- package/dist/{chunk-BNkb119g.js → chunk-C9ZKDnvz.js} +1 -1
- package/dist/components-DtFY5KCF.js +2 -0
- package/dist/{cropper-CYj8Bfd1.js → cropper-BuY_n52N.js} +2 -2
- package/dist/{de_DE-CqvjMewI.js → de_DE-B3kLT_zG.js} +2 -2
- package/dist/{defineProperty-YzDFxjHJ.js → defineProperty-DiReHMuo.js} +1 -1
- package/dist/{diagram-config-item-C0dNHnv8.js → diagram-config-item-DYCiDqAy.js} +2 -2
- package/dist/{diagram-config-item-reverse-CPqmFsFd.js → diagram-config-item-reverse-BKf_yXvB.js} +2 -2
- package/dist/{diagram-config-item-virtual-CqPkYosK.js → diagram-config-item-virtual-Dw36zOeJ.js} +2 -2
- package/dist/{en_US-Cy3_1Rt6.js → en_US-tZ7NgN80.js} +2 -2
- package/dist/{es_ES-C6ghJagB.js → es_ES-DY2QXYwT.js} +2 -2
- package/dist/{fr_FR-B_boR4BS.js → fr_FR-DbN-1gO0.js} +2 -2
- package/dist/{hooks-BqvX2KLt.js → hooks-BuOffqGU.js} +2 -2
- package/dist/{icon-next-picker-CMsbLe7r.js → icon-next-picker-BmnIn29K.js} +1 -1
- package/dist/index.min.css +1 -1
- package/dist/{ja_JP-DhLuasFw.js → ja_JP-BRcXbHEH.js} +2 -2
- package/dist/loader.esm.min.js +2 -2
- package/dist/{monaco-editor-Cl_E7g__.js → monaco-editor-CHnBEX6V.js} +2 -2
- package/dist/{objectSpread2-B962Mxf_.js → objectSpread2-BHKS0stT.js} +1 -1
- package/dist/{overlayscrollbars-vue-BfwUd3EM.js → overlayscrollbars-vue-Cc8URtSg.js} +1 -1
- package/dist/{pt_PT-BdlIINyT.js → pt_PT-DjiZFPmH.js} +2 -2
- package/dist/{relationship-diagram-config-GxEGtkql.js → relationship-diagram-config-BwVOMUAb.js} +2 -2
- package/dist/{rich-editor-D7vzpB9U.js → rich-editor-DfsJmv_B.js} +2 -2
- package/dist/{ru_RU-Bw0Fk9MV.js → ru_RU-Dw9N99Ox.js} +2 -2
- package/dist/template-D-UpvSne.js +2 -0
- package/dist/{tr_TR-CUUs9qjY.js → tr_TR-DCCv6rhK.js} +2 -2
- package/dist/{useMonacoEditor-BDC4VLbE.js → useMonacoEditor-C3S2BSui.js} +2 -2
- package/dist/{vi_VN--jG2lM6p.js → vi_VN-BNMXRAom.js} +2 -2
- package/dist/{zh_CN-Br1qCqWn.js → zh_CN-ywcxTWfr.js} +2 -2
- package/dist/{zh_TW-BMGkBv3z.js → zh_TW-DL4FRJVy.js} +2 -2
- package/es/components/design-view-layout/design-view-layout.mjs +3 -2
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +11 -1
- package/es/components/ui/basic-grid/basic-grid.vue.d.ts +81 -0
- package/es/components/ui/basic-grid/basic-grid.vue.mjs +7 -0
- package/es/components/ui/basic-grid/basic-grid.vue_vue_type_script_setup_true_name_basic-grid_lang.mjs +134 -0
- package/es/components/ui/basic-grid/basic-grid.vue_vue_type_style_index_0_scoped_e9d09c1d_lang.css +90 -0
- package/es/components/ui/basic-grid/index.d.ts +3 -0
- package/es/components/ui/basic-grid/index.mjs +1 -0
- package/es/components/ui/basic-grid/types.d.ts +6 -0
- package/es/components/ui/embed-grid/embed-grid.vue.d.ts +62 -0
- package/es/components/ui/embed-grid/embed-grid.vue.mjs +7 -0
- package/es/components/ui/embed-grid/embed-grid.vue_vue_type_script_setup_true_name_embed-grid_lang.mjs +73 -0
- package/es/components/ui/embed-grid/index.d.ts +3 -0
- package/es/components/ui/embed-grid/index.mjs +1 -0
- package/es/components/ui/embed-grid/types.d.ts +5 -0
- package/es/components/ui/form-alert/form-alert.vue.d.ts +10 -0
- package/es/components/ui/form-alert/form-alert.vue.mjs +7 -0
- package/es/components/ui/form-alert/form-alert.vue_vue_type_script_setup_true_name_form-alert_lang.mjs +31 -0
- package/es/components/ui/form-alert/form-alert.vue_vue_type_style_index_0_scoped_a6bdad9c_lang.css +64 -0
- package/es/components/ui/grid-btns/grid-btns.vue.d.ts +2 -0
- package/es/components/ui/grid-btns/grid-btns.vue.mjs +7 -0
- package/es/components/ui/grid-btns/grid-btns.vue_vue_type_script_setup_true_name_grid-btns_lang.mjs +15 -0
- package/es/components/ui/grid-btns/grid-btns.vue_vue_type_style_index_0_scoped_e3385a9e_lang.css +70 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue.d.ts +12 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue.mjs +7 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_script_setup_true_name_grid-pagination_lang.mjs +57 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_style_index_0_scoped_4905eabf_lang.css +68 -0
- package/es/components/ui/grid-pagination/index.d.ts +3 -0
- package/es/components/ui/grid-pagination/index.mjs +1 -0
- package/es/components/ui/grid-pagination/types.d.ts +24 -0
- package/es/components/ui/highlight/highlight.vue.d.ts +6 -0
- package/es/components/ui/highlight/highlight.vue.mjs +7 -0
- package/es/components/ui/highlight/highlight.vue_vue_type_script_setup_true_name_highlight_lang.mjs +30 -0
- package/es/components/ui/highlight/highlight.vue_vue_type_style_index_0_scoped_e17c6606_lang.css +6 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue.d.ts +10 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue.mjs +7 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_script_setup_true_name_icon-tooltip_lang.mjs +27 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_style_index_0_scoped_a35580e4_lang.css +68 -0
- package/es/components/ui/index.d.ts +10 -0
- package/es/components/ui/index.mjs +12 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue.d.ts +26 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue.mjs +7 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_script_setup_true_name_modal-wrapper_lang.mjs +78 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_style_index_0_scoped_6b8a9609_lang.css +28 -0
- package/es/components/ui/notice/index.d.ts +8 -0
- package/es/components/ui/notice/index.mjs +31 -0
- package/es/index.mjs +11 -2
- package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +1 -1
- package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +1 -1
- package/package.json +9 -7
- package/dist/components-DjUk_DX6.js +0 -2
- package/dist/template-CbCwf9Cr.js +0 -2
- /package/es/modules/gct-table/editor/{gct-table-text/gct-table-text.css → gct-table-date/gct-table-date.css} +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/*! @gct-paas/core-web v0.1.6-dev.18 */
|
|
2
|
-
import{A as e,E as t,K as a,R as s,W as i,k as l,q as o}from"./components-DjUk_DX6.js";import{t as n}from"./_plugin-vue_export-helper-CVA7dXVu.js";import{createBlock as r,createElementVNode as d,createVNode as p,defineComponent as c,openBlock as g,reactive as u,ref as h,unref as m,withCtx as v}from"vue";var f={class:"label-designer"},b={class:"label-designer-content"},y=/* @__PURE__ */n(/* @__PURE__ */c({__name:"template",props:{destroyVm:{type:Function}},setup(n,{expose:c}){const y=n,{selectedElements:w}=i(),{project:S,width:_,height:k}=a(),{destroyVm:M}=u(y),[j,{openModal:x,closeModal:I}]=e(),N=h(()=>({}));function O(){setTimeout(()=>{N.value(JSON.stringify(S.value)),I(),M()},200)}function R(e){const{width:t,height:a,strHeight:s,strWidth:i}=o(1,203);S.value={labelWidth:t??0,labelHeight:a??0,height:s,width:i,heightMM:String(a??""),widthMM:String(t??""),id:String(e??""),key:String(e??""),page:[],projectName:"",styles:{position:"relative",margin:"auto",background:"#fff"},labelSize:1,modelKey:void 0,dpi:203}}function W(){M()}return c({open:function(e,t,a){w.value=[],N.value=a??(()=>({}));try{e?S.value=JSON.parse(e):R(t)}catch{R(t)}_.value=parseInt(S.value.width),k.value=parseInt(S.value.height),x()}}),(e,a)=>(g(),r(m(l),{height:640,title:"标签模板设计",centered:"",width:"1200px","wrap-class-name":"label-design-modal","mask-closable":!1,onRegister:m(j),onOk:O,onCancel:W},{default:v(()=>[d("div",f,[d("div",b,[p(s,{class:"label-designer-toolkit"}),p(t,{class:"label-designer-stage"})])])]),_:1},8,["onRegister"]))}}),[["__scopeId","data-v-e795eb1e"]]);export{y as default};
|
|
File without changes
|