star-horse-lowcode 2.8.28 → 2.8.29

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.
@@ -7,6 +7,7 @@ import { ComputedRef } from 'vue';
7
7
  import { CreateComponentPublicInstanceWithMixins } from 'vue';
8
8
  import { CSSProperties } from 'vue';
9
9
  import { DefineComponent } from 'vue';
10
+ import { EditorView } from '@codemirror/view';
10
11
  import { ExtractPropTypes } from 'vue';
11
12
  import { GlobalComponents } from 'vue';
12
13
  import { GlobalDirectives } from 'vue';
@@ -116,7 +117,7 @@ default: number;
116
117
  };
117
118
  compSize: {
118
119
  type: StringConstructor;
119
- default: any;
120
+ default: string;
120
121
  };
121
122
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
122
123
  merge: (...args: any[]) => void;
@@ -211,7 +212,7 @@ default: number;
211
212
  };
212
213
  compSize: {
213
214
  type: StringConstructor;
214
- default: any;
215
+ default: string;
215
216
  };
216
217
  }>> & Readonly<{
217
218
  onMerge?: (...args: any[]) => any;
@@ -447,6 +448,8 @@ buttons: HTMLDivElement;
447
448
  subMenu: unknown;
448
449
  }, any>;
449
450
 
451
+ declare const __VLS_component_6: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
452
+
450
453
  declare type __VLS_Props = ContainerPreps;
451
454
 
452
455
  declare type __VLS_Props_10 = ItemPreps;
@@ -756,6 +759,15 @@ declare function __VLS_template_5(): {
756
759
  rootEl: any;
757
760
  };
758
761
 
762
+ declare function __VLS_template_6(): {
763
+ attrs: Partial<{}>;
764
+ slots: {
765
+ default?(_: {}): any;
766
+ };
767
+ refs: {};
768
+ rootEl: HTMLDivElement;
769
+ };
770
+
759
771
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
760
772
 
761
773
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
@@ -766,6 +778,8 @@ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
766
778
 
767
779
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
768
780
 
781
+ declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
782
+
769
783
  declare type __VLS_WithTemplateSlots<T, S> = T & {
770
784
  new (): {
771
785
  $slots: S;
@@ -796,6 +810,12 @@ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
796
810
  };
797
811
  };
798
812
 
813
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
814
+ new (): {
815
+ $slots: S;
816
+ };
817
+ };
818
+
799
819
  /**
800
820
  * 解析表单字段信息及层级
801
821
  */
@@ -813,6 +833,13 @@ export declare const analysisCompDatas: (dataList: any) => {
813
833
  compFieldList?: undefined;
814
834
  };
815
835
 
836
+ /**
837
+ * 解析已组装的条件
838
+ * @param conditions
839
+ * @param name
840
+ */
841
+ export declare function analysisField(conditions: SearchParams[], name: string): SearchParams;
842
+
816
843
  /**
817
844
  * 公共Api接口
818
845
  * @param appName 应用名称
@@ -1008,6 +1035,11 @@ isSearch: boolean;
1008
1035
  showFormItem: boolean;
1009
1036
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1010
1037
 
1038
+ /**
1039
+ * 升序或者降序
1040
+ */
1041
+ export declare function ascOrDesc(): SelectOption[];
1042
+
1011
1043
  export declare const audioItem: DefineComponent<ItemPreps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1012
1044
  selectItem: (...args: any[]) => void;
1013
1045
  selfFunc: (...args: any[]) => void;
@@ -1530,6 +1562,11 @@ isSearch: boolean;
1530
1562
  showFormItem: boolean;
1531
1563
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1532
1564
 
1565
+ /**
1566
+ * 公共字段
1567
+ */
1568
+ export declare function commonField(): FieldInfo[];
1569
+
1533
1570
  /**
1534
1571
  * 数据格式化
1535
1572
  * @param name
@@ -1737,20 +1774,38 @@ export declare interface ContainerPreps {
1737
1774
 
1738
1775
  export declare const ContentMenu: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1739
1776
 
1777
+ /**
1778
+ * 操作接口
1779
+ * @param act
1780
+ * @param item
1781
+ * @param parentItem
1782
+ */
1783
+ export declare function contextOperation(act: string, item: any, parentItem: any): void;
1784
+
1740
1785
  /**
1741
1786
  * 下划线转驼峰
1742
1787
  * @param str
1743
1788
  */
1744
1789
  export declare function convertToCamelCase(str: string): string;
1745
1790
 
1791
+ export declare function copy(item: any, parentItem: any): void;
1792
+
1746
1793
  /**
1747
- * 复制数据
1748
- * @param msg
1794
+ * 拷贝容器
1795
+ * @param parentComp
1796
+ * @param currentContainer
1797
+ * @param isCut
1749
1798
  */
1750
- export declare function copy(msg: string): void;
1799
+ export declare const copyContainer: (parentComp: any, currentContainer: any, isCut?: boolean) => void;
1751
1800
 
1752
1801
  export declare function copyText(text: any): Promise<void>;
1753
1802
 
1803
+ /**
1804
+ * 复制数据
1805
+ * @param msg
1806
+ */
1807
+ export declare function copyTxt(msg: string): void;
1808
+
1754
1809
  /**
1755
1810
  * 动态创建组件
1756
1811
  * @param compInfo 组件信息
@@ -1784,6 +1839,14 @@ export declare function createDatetime(val: any, isDateTime?: boolean, needSecon
1784
1839
  */
1785
1840
  export declare function createFilter(queryString: string): Promise<(data: SelectOption) => number>;
1786
1841
 
1842
+ /**
1843
+ * 创建关联条件
1844
+ * @param leftFieldName 左表字段名称
1845
+ * @param rightFieldName 右表字段名称
1846
+ * @param matchType 匹配方式
1847
+ */
1848
+ export declare function createJoinCondition(leftFieldName: string, rightFieldName: string, matchType?: string): JoinSearchParams;
1849
+
1787
1850
  /**
1788
1851
  * 构建菜单树
1789
1852
  * @param data
@@ -2169,6 +2232,8 @@ export declare interface CustomerItem {
2169
2232
  compItems?: Array<CompInfo>;
2170
2233
  }
2171
2234
 
2235
+ export declare function cut(item: any, parentItem: any): void;
2236
+
2172
2237
  declare interface DataDropdownProps {
2173
2238
  /**
2174
2239
  * 模型值
@@ -2333,6 +2398,11 @@ declare interface DataSelectorProps {
2333
2398
  style?: CSSProperties;
2334
2399
  }
2335
2400
 
2401
+ /**
2402
+ * 数据格式
2403
+ */
2404
+ export declare function dataType(): SelectOption[];
2405
+
2336
2406
  /**
2337
2407
  * 日期组件
2338
2408
  * @returns
@@ -2544,6 +2614,15 @@ export declare interface DyCompField {
2544
2614
  */
2545
2615
  export declare function dynamicFormAnalysis(props: any, dataForm: any): any;
2546
2616
 
2617
+ /**
2618
+ *
2619
+ * @param item
2620
+ * @param parentItem
2621
+ * @param flag scene 场景 container 容器 item 组件
2622
+ * @param recall
2623
+ */
2624
+ export declare function dynamicFormContextMenuData(item: any, parentItem: any, flag?: string, recall?: Function): Reactive<any[]>;
2625
+
2547
2626
  export declare interface DynamicNode {
2548
2627
  /**
2549
2628
  * 节点ID
@@ -2579,6 +2658,13 @@ export declare interface DynamicNode {
2579
2658
  children?: DynamicNode[];
2580
2659
  }
2581
2660
 
2661
+ /**
2662
+ * 动态页面上下文菜单数据
2663
+ * @param node
2664
+ * @param recallFunction
2665
+ */
2666
+ export declare function dynamicPageContextMenuData(node: DynamicNode, recallFunction: Function): any[];
2667
+
2582
2668
  export declare interface DynamicParamField {
2583
2669
  paramName: string;
2584
2670
  matchType: string;
@@ -2935,6 +3021,8 @@ export declare function getFormData(item: any, dataForm: any, prefix: string, pa
2935
3021
 
2936
3022
  export declare function getMenuId(): string;
2937
3023
 
3024
+ export declare function getParentComp(parentField: any): "container" | "item";
3025
+
2938
3026
  /**
2939
3027
  * 计算表单Pron
2940
3028
  * @param data
@@ -2988,6 +3076,11 @@ isSearch: boolean;
2988
3076
  showFormItem: boolean;
2989
3077
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2990
3078
 
3079
+ /**
3080
+ * 请求方式
3081
+ */
3082
+ export declare function httpMethod(): SelectOption[];
3083
+
2991
3084
  /**
2992
3085
  * Request 请求
2993
3086
  * @param url 请求地址
@@ -3030,6 +3123,12 @@ isSearch: boolean;
3030
3123
  showFormItem: boolean;
3031
3124
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3032
3125
 
3126
+ /**
3127
+ * 预览图片
3128
+ * @param images
3129
+ */
3130
+ export declare function imagesPreview(images: Array<string> | string): void;
3131
+
3033
3132
  /**
3034
3133
  * 批量添加时的导入信息
3035
3134
  */
@@ -3240,10 +3339,7 @@ showFormItem: boolean;
3240
3339
 
3241
3340
  declare enum LangType {
3242
3341
  EN_US = "en_US",
3243
- ZH_CN = "zh_CN",
3244
- ZH_TW = "zh_TW",
3245
- JA_JP = "ja_JP",
3246
- DE_DE = "de_DE"
3342
+ ZH_CN = "zh_CN"
3247
3343
  }
3248
3344
 
3249
3345
  /**
@@ -3387,6 +3483,16 @@ export declare function monthRange(date: Date): {
3387
3483
  lastDateStr: string;
3388
3484
  };
3389
3485
 
3486
+ export declare function moveDownItem(isEdit: boolean, formItem: any, parentField: any): void;
3487
+
3488
+ /**
3489
+ * 上移组件
3490
+ * @param isEdit
3491
+ * @param formItem
3492
+ * @param parentField
3493
+ */
3494
+ export declare function moveUpItem(isEdit: boolean, formItem: any, parentField: any): void;
3495
+
3390
3496
  /**
3391
3497
  * 节点信息
3392
3498
  */
@@ -3588,6 +3694,8 @@ isSearch: boolean;
3588
3694
  showFormItem: boolean;
3589
3695
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3590
3696
 
3697
+ export declare function paste(parentItem: any): void;
3698
+
3591
3699
  export declare const piniaInstance: Pinia;
3592
3700
 
3593
3701
  /**
@@ -3755,6 +3863,14 @@ export declare interface RelationDetail {
3755
3863
  */
3756
3864
  export declare function removeEmptyCondition(condition: SearchParams[]): SearchParams[];
3757
3865
 
3866
+ /**
3867
+ * 从舞台删除组件
3868
+ * @param isEdit
3869
+ * @param formItem
3870
+ * @param parentField
3871
+ */
3872
+ export declare function removeItem(isEdit: boolean, formItem: any, parentField: any): void;
3873
+
3758
3874
  /**
3759
3875
  * 表格序号
3760
3876
  * @param row
@@ -3901,6 +4017,14 @@ export declare type SelectOption = {
3901
4017
  children?: SelectOption[] | Ref<SelectOption[]>;
3902
4018
  };
3903
4019
 
4020
+ /**
4021
+ * 设置css 全局变量
4022
+ * @param name 变量名称
4023
+ * @param val 变量值
4024
+ * @param dom
4025
+ */
4026
+ export declare function setCssVar(name: string, val: any, dom?: HTMLElement): void;
4027
+
3904
4028
  export declare const ShDynamicForm: DefineComponent<ExtractPropTypes< {
3905
4029
  compUrl: {
3906
4030
  type: PropType<ApiUrls>;
@@ -4018,7 +4142,7 @@ type: ObjectConstructor;
4018
4142
  };
4019
4143
  size: {
4020
4144
  type: StringConstructor;
4021
- default: any;
4145
+ default: string;
4022
4146
  };
4023
4147
  source: {
4024
4148
  type: NumberConstructor;
@@ -4053,7 +4177,7 @@ type: ObjectConstructor;
4053
4177
  };
4054
4178
  size: {
4055
4179
  type: StringConstructor;
4056
- default: any;
4180
+ default: string;
4057
4181
  };
4058
4182
  source: {
4059
4183
  type: NumberConstructor;
@@ -4061,8 +4185,8 @@ default: number;
4061
4185
  };
4062
4186
  }>> & Readonly<{}>, {
4063
4187
  source: number;
4064
- size: string;
4065
4188
  batchName: string;
4189
+ size: string;
4066
4190
  staticColumn: string;
4067
4191
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
4068
4192
 
@@ -4406,7 +4530,7 @@ required: true;
4406
4530
  };
4407
4531
  compSize: {
4408
4532
  type: StringConstructor;
4409
- default: any;
4533
+ default: string;
4410
4534
  };
4411
4535
  commonFormat: {
4412
4536
  type: FunctionConstructor;
@@ -4428,7 +4552,7 @@ required: true;
4428
4552
  };
4429
4553
  compSize: {
4430
4554
  type: StringConstructor;
4431
- default: any;
4555
+ default: string;
4432
4556
  };
4433
4557
  commonFormat: {
4434
4558
  type: FunctionConstructor;
@@ -4447,6 +4571,87 @@ export declare const StarHorseDialog: __VLS_WithTemplateSlots<typeof __VLS_compo
4447
4571
 
4448
4572
  export declare const StarHorseDraggable: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
4449
4573
 
4574
+ export declare const StarHorseEditor: DefineComponent<ExtractPropTypes< {
4575
+ funcName: {
4576
+ type: StringConstructor;
4577
+ default: string;
4578
+ };
4579
+ fieldName: {
4580
+ type: StringConstructor;
4581
+ default: string;
4582
+ };
4583
+ lang: {
4584
+ type: StringConstructor;
4585
+ default: any;
4586
+ };
4587
+ theme: {
4588
+ type: StringConstructor;
4589
+ default: string;
4590
+ };
4591
+ boxHeight: {
4592
+ type: StringConstructor;
4593
+ default: string;
4594
+ };
4595
+ btnList: {
4596
+ type: PropType<Array<any>>;
4597
+ default: () => any[];
4598
+ };
4599
+ helpMsg: {
4600
+ type: StringConstructor;
4601
+ };
4602
+ value: {
4603
+ type: PropType<string>;
4604
+ };
4605
+ }>, {
4606
+ editor: Ref<EditorView, EditorView>;
4607
+ setValue: (val: any) => void;
4608
+ setAutoCompletion: (dbName: string, datas: any) => void;
4609
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4610
+ "update:value": (value: string) => any;
4611
+ }, string, PublicProps, Readonly<ExtractPropTypes< {
4612
+ funcName: {
4613
+ type: StringConstructor;
4614
+ default: string;
4615
+ };
4616
+ fieldName: {
4617
+ type: StringConstructor;
4618
+ default: string;
4619
+ };
4620
+ lang: {
4621
+ type: StringConstructor;
4622
+ default: any;
4623
+ };
4624
+ theme: {
4625
+ type: StringConstructor;
4626
+ default: string;
4627
+ };
4628
+ boxHeight: {
4629
+ type: StringConstructor;
4630
+ default: string;
4631
+ };
4632
+ btnList: {
4633
+ type: PropType<Array<any>>;
4634
+ default: () => any[];
4635
+ };
4636
+ helpMsg: {
4637
+ type: StringConstructor;
4638
+ };
4639
+ value: {
4640
+ type: PropType<string>;
4641
+ };
4642
+ }>> & Readonly<{
4643
+ "onUpdate:value"?: (value: string) => any;
4644
+ }>, {
4645
+ lang: string;
4646
+ funcName: string;
4647
+ fieldName: string;
4648
+ boxHeight: string;
4649
+ theme: string;
4650
+ btnList: any[];
4651
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
4652
+ codemirror: HTMLDivElement;
4653
+ }, HTMLDivElement>;
4654
+
4450
4655
  export declare const StarHorseForm: DefineComponent<ExtractPropTypes< {
4451
4656
  compUrl: {
4452
4657
  type: PropType<ApiUrls>;
@@ -4477,7 +4682,7 @@ type: ObjectConstructor;
4477
4682
  };
4478
4683
  formSize: {
4479
4684
  type: StringConstructor;
4480
- default: any;
4685
+ default: string;
4481
4686
  };
4482
4687
  labelPosition: {
4483
4688
  type: StringConstructor;
@@ -4560,7 +4765,7 @@ type: ObjectConstructor;
4560
4765
  };
4561
4766
  formSize: {
4562
4767
  type: StringConstructor;
4563
- default: any;
4768
+ default: string;
4564
4769
  };
4565
4770
  labelPosition: {
4566
4771
  type: StringConstructor;
@@ -4673,7 +4878,7 @@ default: string;
4673
4878
  };
4674
4879
  size: {
4675
4880
  type: StringConstructor;
4676
- default: any;
4881
+ default: string;
4677
4882
  };
4678
4883
  source: {
4679
4884
  type: NumberConstructor;
@@ -4742,7 +4947,7 @@ default: string;
4742
4947
  };
4743
4948
  size: {
4744
4949
  type: StringConstructor;
4745
- default: any;
4950
+ default: string;
4746
4951
  };
4747
4952
  source: {
4748
4953
  type: NumberConstructor;
@@ -4771,8 +4976,8 @@ onInited?: (...args: any[]) => any;
4771
4976
  }>, {
4772
4977
  source: number;
4773
4978
  title: string;
4774
- size: string;
4775
4979
  batchName: string;
4980
+ size: string;
4776
4981
  helpMsg: string;
4777
4982
  initRows: number;
4778
4983
  defaultValues: Record<string, any>;
@@ -4811,7 +5016,7 @@ type: ObjectConstructor;
4811
5016
  };
4812
5017
  formSize: {
4813
5018
  type: StringConstructor;
4814
- default: any;
5019
+ default: string;
4815
5020
  };
4816
5021
  labelPosition: {
4817
5022
  type: StringConstructor;
@@ -4917,7 +5122,7 @@ type: ObjectConstructor;
4917
5122
  };
4918
5123
  formSize: {
4919
5124
  type: StringConstructor;
4920
- default: any;
5125
+ default: string;
4921
5126
  };
4922
5127
  labelPosition: {
4923
5128
  type: StringConstructor;
@@ -4995,7 +5200,7 @@ default: number;
4995
5200
  };
4996
5201
  size: {
4997
5202
  type: StringConstructor;
4998
- default: any;
5203
+ default: string;
4999
5204
  };
5000
5205
  source: {
5001
5206
  type: NumberConstructor;
@@ -5022,7 +5227,7 @@ default: number;
5022
5227
  };
5023
5228
  size: {
5024
5229
  type: StringConstructor;
5025
- default: any;
5230
+ default: string;
5026
5231
  };
5027
5232
  source: {
5028
5233
  type: NumberConstructor;
@@ -5549,6 +5754,8 @@ dialogInput: boolean;
5549
5754
  mutComp: boolean;
5550
5755
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
5551
5756
 
5757
+ export declare const StarHorseSidebar: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
5758
+
5552
5759
  export declare const StarHorseStaticTable: DefineComponent<ExtractPropTypes< {
5553
5760
  primaryKey: {
5554
5761
  type: PropType<string | any>;
@@ -5564,7 +5771,7 @@ default: any;
5564
5771
  };
5565
5772
  compSize: {
5566
5773
  type: StringConstructor;
5567
- default: any;
5774
+ default: string;
5568
5775
  };
5569
5776
  dialogInput: {
5570
5777
  type: BooleanConstructor;
@@ -5610,7 +5817,7 @@ default: any;
5610
5817
  };
5611
5818
  compSize: {
5612
5819
  type: StringConstructor;
5613
- default: any;
5820
+ default: string;
5614
5821
  };
5615
5822
  dialogInput: {
5616
5823
  type: BooleanConstructor;
@@ -5795,7 +6002,7 @@ default: boolean;
5795
6002
  };
5796
6003
  compSize: {
5797
6004
  type: StringConstructor;
5798
- default: any;
6005
+ default: string;
5799
6006
  };
5800
6007
  source: {
5801
6008
  type: NumberConstructor;
@@ -5838,7 +6045,7 @@ default: boolean;
5838
6045
  };
5839
6046
  compSize: {
5840
6047
  type: StringConstructor;
5841
- default: any;
6048
+ default: string;
5842
6049
  };
5843
6050
  source: {
5844
6051
  type: NumberConstructor;
@@ -6457,6 +6664,66 @@ export declare interface SubFieldInfo {
6457
6664
  */
6458
6665
  export declare const success: (msg: string) => void;
6459
6666
 
6667
+ export declare const SvgLoader: DefineComponent<ExtractPropTypes< {
6668
+ path: {
6669
+ type: StringConstructor;
6670
+ required: true;
6671
+ };
6672
+ size: {
6673
+ type: StringConstructor;
6674
+ default: string;
6675
+ };
6676
+ cursor: {
6677
+ type: StringConstructor;
6678
+ default: string;
6679
+ };
6680
+ marginLeft: {
6681
+ type: StringConstructor;
6682
+ default: string;
6683
+ };
6684
+ marginRight: {
6685
+ type: StringConstructor;
6686
+ default: string;
6687
+ };
6688
+ color: {
6689
+ type: StringConstructor;
6690
+ default: string;
6691
+ };
6692
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
6693
+ path: {
6694
+ type: StringConstructor;
6695
+ required: true;
6696
+ };
6697
+ size: {
6698
+ type: StringConstructor;
6699
+ default: string;
6700
+ };
6701
+ cursor: {
6702
+ type: StringConstructor;
6703
+ default: string;
6704
+ };
6705
+ marginLeft: {
6706
+ type: StringConstructor;
6707
+ default: string;
6708
+ };
6709
+ marginRight: {
6710
+ type: StringConstructor;
6711
+ default: string;
6712
+ };
6713
+ color: {
6714
+ type: StringConstructor;
6715
+ default: string;
6716
+ };
6717
+ }>> & Readonly<{}>, {
6718
+ size: string;
6719
+ color: string;
6720
+ cursor: string;
6721
+ marginLeft: string;
6722
+ marginRight: string;
6723
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {
6724
+ svgContainer: HTMLDivElement;
6725
+ }, HTMLDivElement>;
6726
+
6460
6727
  export declare const switchItem: DefineComponent<__VLS_PublicProps_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6461
6728
  selectItem: (...args: any[]) => void;
6462
6729
  selfFunc: (...args: any[]) => void;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "star-horse-lowcode",
3
3
  "private": false,
4
4
  "author": "l_1019@163.com",
5
- "version": "2.8.28",
5
+ "version": "2.8.29",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -61,10 +61,26 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
+ "@codemirror/lang-cpp": "^6.0.3",
65
+ "@codemirror/lang-css": "^6.3.1",
66
+ "@codemirror/lang-go": "^6.0.1",
67
+ "@codemirror/lang-java": "^6.0.2",
68
+ "@codemirror/lang-javascript": "^6.2.4",
69
+ "@codemirror/lang-json": "^6.0.2",
70
+ "@codemirror/lang-markdown": "^6.5.0",
71
+ "@codemirror/lang-python": "^6.2.1",
72
+ "@codemirror/lang-sql": "^6.10.0",
73
+ "@codemirror/lang-vue": "^0.1.3",
74
+ "@codemirror/lang-xml": "^6.1.0",
75
+ "@codemirror/lang-yaml": "^6.1.2",
76
+ "@codemirror/theme-one-dark": "^6.1.3",
77
+ "@replit/codemirror-minimap": "^0.5.2",
78
+ "thememirror": "^2.0.1",
79
+ "codemirror": "^6.0.2",
80
+ "sql-formatter": "^15.6.10",
64
81
  "@vueup/vue-quill": "^1.2.0",
65
82
  "axios": "^1.13.2",
66
83
  "element-plus": "^2.11.8",
67
- "globals": "^16.5.0",
68
84
  "jquery": "^3.7.1",
69
85
  "json5": "^2.2.3",
70
86
  "md-editor-v3": "^6.2.0",
@@ -78,8 +94,9 @@
78
94
  "tailwindcss": "^4.1.17",
79
95
  "uuid": "^13.0.0",
80
96
  "vanilla-jsoneditor": "^3.10.0",
81
- "vue": "^3.5.24",
82
- "vue-i18n": "^11.1.12",
97
+ "preview-image-js": "^1.2.0",
98
+ "vue": "^3.5.25",
99
+ "vue-i18n": "^11.2.1",
83
100
  "vue-m-message": "^4.0.2",
84
101
  "vue-router": "^4.6.3",
85
102
  "vue3-barcode": "^1.0.1",
@@ -87,26 +104,21 @@
87
104
  "vuedraggable-es": "^4.1.1"
88
105
  },
89
106
  "devDependencies": {
107
+ "globals": "^16.5.0",
90
108
  "@eslint/js": "^9.39.1",
91
- "@originjs/vite-plugin-commonjs": "^1.0.3",
92
- "@rollup/plugin-inject": "^5.0.5",
93
109
  "@tailwindcss/vite": "^4.1.17",
94
- "@vitejs/plugin-vue-jsx": "^5.1.2",
95
- "@rollup/plugin-commonjs": "^29.0.0",
96
110
  "@types/jquery": "^3.5.33",
97
- "@types/node": "^24.10.1",
98
111
  "@types/prismjs": "^1.26.5",
99
112
  "@types/sortablejs": "^1.15.9",
100
- "@typescript-eslint/eslint-plugin": "^8.47.0",
101
- "@typescript-eslint/parser": "^8.47.0",
113
+ "@rollup/plugin-inject": "^5.0.5",
114
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
115
+ "@typescript-eslint/parser": "^8.48.0",
102
116
  "@vitejs/plugin-vue": "^6.0.2",
103
117
  "unplugin-auto-import": "^20.2.0",
104
118
  "unplugin-vue-components": "^30.0.0",
105
119
  "eslint": "^9.39.1",
106
120
  "vue-eslint-parser": "^10.2.0",
107
- "eslint-config-prettier": "^10.1.8",
108
- "eslint-plugin-prettier": "^5.5.4",
109
- "eslint-plugin-vue": "^10.5.1",
121
+ "eslint-plugin-vue": "^10.6.0",
110
122
  "prettier": "^3.6.2",
111
123
  "vite-plugin-dts": "^4.5.4",
112
124
  "sass-embedded": "^1.93.3",