@tmagic/editor 1.6.0 → 1.6.1
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/style.css +37 -7
- package/dist/tmagic-editor.js +545 -496
- package/dist/tmagic-editor.umd.cjs +544 -495
- package/package.json +9 -9
- package/src/fields/DataSourceFieldSelect/Index.vue +0 -1
- package/src/fields/StyleSetter/Index.vue +15 -10
- package/src/fields/StyleSetter/components/BackgroundPosition.vue +9 -1
- package/src/fields/StyleSetter/components/Border.vue +3 -2
- package/src/fields/StyleSetter/components/Box.vue +4 -1
- package/src/fields/StyleSetter/components/Position.vue +4 -1
- package/src/fields/StyleSetter/pro/Background.vue +6 -2
- package/src/fields/StyleSetter/pro/Border.vue +7 -3
- package/src/fields/StyleSetter/pro/Font.vue +6 -2
- package/src/fields/StyleSetter/pro/Layout.vue +10 -2
- package/src/fields/StyleSetter/pro/Position.vue +6 -2
- package/src/layouts/page-bar/PageList.vue +15 -13
- package/src/theme/component-list-panel.scss +11 -0
- package/src/theme/data-source-field-select.scss +4 -0
- package/src/theme/page-bar.scss +5 -0
- package/src/theme/props-panel.scss +0 -5
- package/src/theme/style-setter/index.scss +16 -3
- package/src/utils/props.ts +19 -3
- package/types/index.d.ts +89 -51
package/types/index.d.ts
CHANGED
|
@@ -1804,7 +1804,7 @@ interface EditorProps {
|
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
1806
|
type __VLS_Slots$c = EditorSlots;
|
|
1807
|
-
declare const
|
|
1807
|
+
declare const __VLS_base$c: _vue_runtime_core.DefineComponent<EditorProps, Services, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
1808
1808
|
"update:modelValue": (value: MApp | null) => any;
|
|
1809
1809
|
"props-panel-mounted": (instance: {
|
|
1810
1810
|
$: _vue_runtime_core.ComponentInternalInstance;
|
|
@@ -2449,7 +2449,8 @@ declare const __VLS_component$c: _vue_runtime_core.DefineComponent<EditorProps,
|
|
|
2449
2449
|
containerHighlightType: StageCore.ContainerHighlightType;
|
|
2450
2450
|
canSelect: (el: HTMLElement) => boolean | Promise<boolean>;
|
|
2451
2451
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2452
|
-
declare const
|
|
2452
|
+
declare const __VLS_export$w: __VLS_WithSlots$c<typeof __VLS_base$c, __VLS_Slots$c>;
|
|
2453
|
+
declare const _default$x: typeof __VLS_export$w;
|
|
2453
2454
|
|
|
2454
2455
|
type __VLS_WithSlots$c<T, S> = T & {
|
|
2455
2456
|
new (): {
|
|
@@ -2468,7 +2469,7 @@ type __VLS_Props$t = {
|
|
|
2468
2469
|
parse?: boolean;
|
|
2469
2470
|
disabledFullScreen?: boolean;
|
|
2470
2471
|
};
|
|
2471
|
-
declare const
|
|
2472
|
+
declare const __VLS_export$v: _vue_runtime_core.DefineComponent<__VLS_Props$t, {
|
|
2472
2473
|
values: _vue_reactivity.Ref<string, string>;
|
|
2473
2474
|
getEditor(): monaco.editor.IStandaloneCodeEditor | monaco.editor.IStandaloneDiffEditor | null;
|
|
2474
2475
|
getVsEditor(): monaco.editor.IStandaloneCodeEditor | null;
|
|
@@ -2490,10 +2491,12 @@ declare const _default$w: _vue_runtime_core.DefineComponent<__VLS_Props$t, {
|
|
|
2490
2491
|
autoSave: boolean;
|
|
2491
2492
|
disabledFullScreen: boolean;
|
|
2492
2493
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2494
|
+
declare const _default$w: typeof __VLS_export$v;
|
|
2493
2495
|
|
|
2494
2496
|
type __VLS_Slots$b = ComponentListPanelSlots;
|
|
2495
|
-
declare const
|
|
2496
|
-
declare const
|
|
2497
|
+
declare const __VLS_base$b: _vue_runtime_core.DefineComponent<{}, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {}, string, _vue_runtime_core.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, true, {}, any>;
|
|
2498
|
+
declare const __VLS_export$u: __VLS_WithSlots$b<typeof __VLS_base$b, __VLS_Slots$b>;
|
|
2499
|
+
declare const _default$v: typeof __VLS_export$u;
|
|
2497
2500
|
|
|
2498
2501
|
type __VLS_WithSlots$b<T, S> = T & {
|
|
2499
2502
|
new (): {
|
|
@@ -2508,8 +2511,9 @@ type __VLS_Props$s = {
|
|
|
2508
2511
|
nextLevelIndentIncrement?: number;
|
|
2509
2512
|
customContentMenu: CustomContentMenuFunction;
|
|
2510
2513
|
};
|
|
2511
|
-
declare const
|
|
2512
|
-
declare const
|
|
2514
|
+
declare const __VLS_base$a: _vue_runtime_core.DefineComponent<__VLS_Props$s, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$s> & Readonly<{}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2515
|
+
declare const __VLS_export$t: __VLS_WithSlots$a<typeof __VLS_base$a, __VLS_Slots$a>;
|
|
2516
|
+
declare const _default$u: typeof __VLS_export$t;
|
|
2513
2517
|
|
|
2514
2518
|
type __VLS_WithSlots$a<T, S> = T & {
|
|
2515
2519
|
new (): {
|
|
@@ -2518,28 +2522,31 @@ type __VLS_WithSlots$a<T, S> = T & {
|
|
|
2518
2522
|
};
|
|
2519
2523
|
|
|
2520
2524
|
type __VLS_Props$r = FieldProps<CodeSelectConfig>;
|
|
2521
|
-
declare const
|
|
2525
|
+
declare const __VLS_export$s: _vue_runtime_core.DefineComponent<__VLS_Props$r, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2522
2526
|
change: (v: any, eventData: ContainerChangeEventData$1) => any;
|
|
2523
2527
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$r> & Readonly<{
|
|
2524
2528
|
onChange?: ((v: any, eventData: ContainerChangeEventData$1) => any) | undefined;
|
|
2525
2529
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2530
|
+
declare const _default$t: typeof __VLS_export$s;
|
|
2526
2531
|
|
|
2527
2532
|
type __VLS_Props$q = FieldProps<CodeSelectColConfig>;
|
|
2528
|
-
declare const
|
|
2533
|
+
declare const __VLS_export$r: _vue_runtime_core.DefineComponent<__VLS_Props$q, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2529
2534
|
change: (v: any, eventData: ContainerChangeEventData$1) => any;
|
|
2530
2535
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$q> & Readonly<{
|
|
2531
2536
|
onChange?: ((v: any, eventData: ContainerChangeEventData$1) => any) | undefined;
|
|
2532
2537
|
}>, {
|
|
2533
2538
|
disabled: boolean;
|
|
2534
2539
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2540
|
+
declare const _default$s: typeof __VLS_export$r;
|
|
2535
2541
|
|
|
2536
2542
|
type __VLS_Props$p = FieldProps<DataSourceFieldsConfig>;
|
|
2537
|
-
type
|
|
2543
|
+
type __VLS_ModelProps$4 = {
|
|
2538
2544
|
'width'?: number;
|
|
2539
2545
|
'visible'?: boolean;
|
|
2540
2546
|
'visible1'?: boolean;
|
|
2541
2547
|
};
|
|
2542
|
-
|
|
2548
|
+
type __VLS_PublicProps$4 = __VLS_Props$p & __VLS_ModelProps$4;
|
|
2549
|
+
declare const __VLS_export$q: _vue_runtime_core.DefineComponent<__VLS_PublicProps$4, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2543
2550
|
change: (v: any, eventData?: ContainerChangeEventData$1 | undefined) => any;
|
|
2544
2551
|
"update:width": (value: number) => any;
|
|
2545
2552
|
"update:visible": (value: boolean) => any;
|
|
@@ -2552,13 +2559,15 @@ declare const _default$r: _vue_runtime_core.DefineComponent<__VLS_PublicProps$4,
|
|
|
2552
2559
|
}>, {
|
|
2553
2560
|
disabled: boolean;
|
|
2554
2561
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2562
|
+
declare const _default$r: typeof __VLS_export$q;
|
|
2555
2563
|
|
|
2556
2564
|
type __VLS_Props$o = FieldProps<DataSourceMocksConfig>;
|
|
2557
|
-
type
|
|
2565
|
+
type __VLS_ModelProps$3 = {
|
|
2558
2566
|
'width'?: number;
|
|
2559
2567
|
'visible'?: boolean;
|
|
2560
2568
|
};
|
|
2561
|
-
|
|
2569
|
+
type __VLS_PublicProps$3 = __VLS_Props$o & __VLS_ModelProps$3;
|
|
2570
|
+
declare const __VLS_export$p: _vue_runtime_core.DefineComponent<__VLS_PublicProps$3, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2562
2571
|
change: (...args: any[]) => void;
|
|
2563
2572
|
"update:width": (value: number) => void;
|
|
2564
2573
|
"update:visible": (value: boolean) => void;
|
|
@@ -2569,67 +2578,75 @@ declare const _default$q: _vue_runtime_core.DefineComponent<__VLS_PublicProps$3,
|
|
|
2569
2578
|
}>, {
|
|
2570
2579
|
disabled: boolean;
|
|
2571
2580
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2581
|
+
declare const _default$q: typeof __VLS_export$p;
|
|
2572
2582
|
|
|
2573
2583
|
type __VLS_Props$n = FieldProps<DataSourceMethodsConfig>;
|
|
2574
|
-
declare const
|
|
2584
|
+
declare const __VLS_export$o: _vue_runtime_core.DefineComponent<__VLS_Props$n, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2575
2585
|
change: (...args: any[]) => void;
|
|
2576
2586
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$n> & Readonly<{
|
|
2577
2587
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2578
2588
|
}>, {
|
|
2579
2589
|
disabled: boolean;
|
|
2580
2590
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2591
|
+
declare const _default$p: typeof __VLS_export$o;
|
|
2581
2592
|
|
|
2582
2593
|
type __VLS_Props$m = FieldProps<DataSourceInputConfig>;
|
|
2583
|
-
declare const
|
|
2594
|
+
declare const __VLS_export$n: _vue_runtime_core.DefineComponent<__VLS_Props$m, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2584
2595
|
change: (value: string) => any;
|
|
2585
2596
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$m> & Readonly<{
|
|
2586
2597
|
onChange?: ((value: string) => any) | undefined;
|
|
2587
2598
|
}>, {
|
|
2588
2599
|
disabled: boolean;
|
|
2589
2600
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2601
|
+
declare const _default$o: typeof __VLS_export$n;
|
|
2590
2602
|
|
|
2591
2603
|
type __VLS_Props$l = FieldProps<DataSourceSelect>;
|
|
2592
|
-
declare const
|
|
2604
|
+
declare const __VLS_export$m: _vue_runtime_core.DefineComponent<__VLS_Props$l, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2593
2605
|
change: (...args: any[]) => void;
|
|
2594
2606
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$l> & Readonly<{
|
|
2595
2607
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2596
2608
|
}>, {
|
|
2597
2609
|
disabled: boolean;
|
|
2598
2610
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2611
|
+
declare const _default$n: typeof __VLS_export$m;
|
|
2599
2612
|
|
|
2600
2613
|
type __VLS_Props$k = FieldProps<DataSourceMethodSelectConfig>;
|
|
2601
|
-
declare const
|
|
2614
|
+
declare const __VLS_export$l: _vue_runtime_core.DefineComponent<__VLS_Props$k, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2602
2615
|
change: (...args: any[]) => void;
|
|
2603
2616
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$k> & Readonly<{
|
|
2604
2617
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2605
2618
|
}>, {
|
|
2606
2619
|
disabled: boolean;
|
|
2607
2620
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2621
|
+
declare const _default$m: typeof __VLS_export$l;
|
|
2608
2622
|
|
|
2609
2623
|
type __VLS_Props$j = FieldProps<DataSourceFieldSelectConfig>;
|
|
2610
|
-
declare const
|
|
2624
|
+
declare const __VLS_export$k: _vue_runtime_core.DefineComponent<__VLS_Props$j, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2611
2625
|
change: (...args: any[]) => void;
|
|
2612
2626
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$j> & Readonly<{
|
|
2613
2627
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2614
2628
|
}>, {
|
|
2615
2629
|
disabled: boolean;
|
|
2616
2630
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2631
|
+
declare const _default$l: typeof __VLS_export$k;
|
|
2617
2632
|
|
|
2618
2633
|
type __VLS_Props$i = FieldProps<EventSelectConfig>;
|
|
2619
|
-
declare const
|
|
2634
|
+
declare const __VLS_export$j: _vue_runtime_core.DefineComponent<__VLS_Props$i, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2620
2635
|
change: (v: any, eventData?: ContainerChangeEventData$1 | undefined) => any;
|
|
2621
2636
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$i> & Readonly<{
|
|
2622
2637
|
onChange?: ((v: any, eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
|
|
2623
2638
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2639
|
+
declare const _default$k: typeof __VLS_export$j;
|
|
2624
2640
|
|
|
2625
2641
|
type __VLS_Props$h = FieldProps<KeyValueConfig>;
|
|
2626
|
-
declare const
|
|
2642
|
+
declare const __VLS_export$i: _vue_runtime_core.DefineComponent<__VLS_Props$h, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
2627
2643
|
change: (value: Record<string, any>) => any;
|
|
2628
2644
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$h> & Readonly<{
|
|
2629
2645
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
2630
2646
|
}>, {
|
|
2631
2647
|
disabled: boolean;
|
|
2632
2648
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2649
|
+
declare const _default$j: typeof __VLS_export$i;
|
|
2633
2650
|
|
|
2634
2651
|
type __VLS_Slots$9 = CodeBlockListSlots;
|
|
2635
2652
|
type __VLS_Props$g = {
|
|
@@ -2637,7 +2654,7 @@ type __VLS_Props$g = {
|
|
|
2637
2654
|
nextLevelIndentIncrement?: number;
|
|
2638
2655
|
customError?: (_id: Id, _errorType: CodeDeleteErrorType) => any;
|
|
2639
2656
|
};
|
|
2640
|
-
declare const
|
|
2657
|
+
declare const __VLS_base$9: _vue_runtime_core.DefineComponent<__VLS_Props$g, {
|
|
2641
2658
|
nodeStatusMap: _vue_reactivity.Ref<Map<Id, {
|
|
2642
2659
|
visible: boolean;
|
|
2643
2660
|
expand: boolean;
|
|
@@ -2660,7 +2677,8 @@ declare const __VLS_component$9: _vue_runtime_core.DefineComponent<__VLS_Props$g
|
|
|
2660
2677
|
onRemove?: ((id: string) => any) | undefined;
|
|
2661
2678
|
onEdit?: ((id: string) => any) | undefined;
|
|
2662
2679
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2663
|
-
declare const
|
|
2680
|
+
declare const __VLS_export$h: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$9>;
|
|
2681
|
+
declare const _default$i: typeof __VLS_export$h;
|
|
2664
2682
|
|
|
2665
2683
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
2666
2684
|
new (): {
|
|
@@ -2675,8 +2693,9 @@ type __VLS_Props$f = {
|
|
|
2675
2693
|
customError?: (_id: Id, _errorType: CodeDeleteErrorType) => any;
|
|
2676
2694
|
customContentMenu: CustomContentMenuFunction;
|
|
2677
2695
|
};
|
|
2678
|
-
declare const
|
|
2679
|
-
declare const
|
|
2696
|
+
declare const __VLS_base$8: _vue_runtime_core.DefineComponent<__VLS_Props$f, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$f> & Readonly<{}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2697
|
+
declare const __VLS_export$g: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
|
|
2698
|
+
declare const _default$h: typeof __VLS_export$g;
|
|
2680
2699
|
|
|
2681
2700
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
2682
2701
|
new (): {
|
|
@@ -2689,11 +2708,12 @@ type __VLS_Props$e = {
|
|
|
2689
2708
|
values: any;
|
|
2690
2709
|
disabled: boolean;
|
|
2691
2710
|
};
|
|
2692
|
-
type
|
|
2711
|
+
type __VLS_ModelProps$2 = {
|
|
2693
2712
|
'visible'?: boolean;
|
|
2694
2713
|
'width'?: number;
|
|
2695
2714
|
};
|
|
2696
|
-
|
|
2715
|
+
type __VLS_PublicProps$2 = __VLS_Props$e & __VLS_ModelProps$2;
|
|
2716
|
+
declare const __VLS_export$f: _vue_runtime_core.DefineComponent<__VLS_PublicProps$2, {
|
|
2697
2717
|
show(): void;
|
|
2698
2718
|
hide(): void;
|
|
2699
2719
|
}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
@@ -2709,13 +2729,14 @@ declare const _default$g: _vue_runtime_core.DefineComponent<__VLS_PublicProps$2,
|
|
|
2709
2729
|
"onUpdate:width"?: ((value: number) => any) | undefined;
|
|
2710
2730
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
2711
2731
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
2732
|
+
declare const _default$g: typeof __VLS_export$f;
|
|
2712
2733
|
|
|
2713
2734
|
type __VLS_Slots$7 = PropsPanelSlots;
|
|
2714
2735
|
type __VLS_Props$d = {
|
|
2715
2736
|
disabledShowSrc?: boolean;
|
|
2716
2737
|
extendState?: (_state: FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
2717
2738
|
};
|
|
2718
|
-
declare const
|
|
2739
|
+
declare const __VLS_base$7: _vue_runtime_core.DefineComponent<__VLS_Props$d, {
|
|
2719
2740
|
getFormState(): FormState | undefined;
|
|
2720
2741
|
submit: (v: MNode, eventData?: ContainerChangeEventData$1) => Promise<void>;
|
|
2721
2742
|
}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
@@ -3331,7 +3352,8 @@ declare const __VLS_component$7: _vue_runtime_core.DefineComponent<__VLS_Props$d
|
|
|
3331
3352
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
3332
3353
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
3333
3354
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3334
|
-
declare const
|
|
3355
|
+
declare const __VLS_export$e: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$7>;
|
|
3356
|
+
declare const _default$f: typeof __VLS_export$e;
|
|
3335
3357
|
|
|
3336
3358
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
3337
3359
|
new (): {
|
|
@@ -3351,7 +3373,7 @@ type __VLS_Props$c = {
|
|
|
3351
3373
|
labelPosition?: string;
|
|
3352
3374
|
extendState?: (_state: FormState) => Record<string, any> | Promise<Record<string, any>>;
|
|
3353
3375
|
};
|
|
3354
|
-
declare const
|
|
3376
|
+
declare const __VLS_base$6: _vue_runtime_core.DefineComponent<__VLS_Props$c, {
|
|
3355
3377
|
configForm: Readonly<_vue_reactivity.ShallowRef<_vue_runtime_core.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3356
3378
|
config: FormConfig;
|
|
3357
3379
|
initValues: Record<string, any>;
|
|
@@ -3470,7 +3492,8 @@ declare const __VLS_component$6: _vue_runtime_core.DefineComponent<__VLS_Props$c
|
|
|
3470
3492
|
"onSubmit-error"?: ((e: any) => any) | undefined;
|
|
3471
3493
|
"onForm-error"?: ((e: any) => any) | undefined;
|
|
3472
3494
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3473
|
-
declare const
|
|
3495
|
+
declare const __VLS_export$d: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$6>;
|
|
3496
|
+
declare const _default$e: typeof __VLS_export$d;
|
|
3474
3497
|
|
|
3475
3498
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
3476
3499
|
new (): {
|
|
@@ -3482,10 +3505,11 @@ type __VLS_Props$b = {
|
|
|
3482
3505
|
data?: MenuButton | MenuComponent;
|
|
3483
3506
|
eventType?: 'mousedown' | 'mouseup' | 'click';
|
|
3484
3507
|
};
|
|
3485
|
-
declare const
|
|
3508
|
+
declare const __VLS_export$c: _vue_runtime_core.DefineComponent<__VLS_Props$b, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$b> & Readonly<{}>, {
|
|
3486
3509
|
data: MenuButton | MenuComponent;
|
|
3487
3510
|
eventType: "mousedown" | "mouseup" | "click";
|
|
3488
3511
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3512
|
+
declare const _default$d: typeof __VLS_export$c;
|
|
3489
3513
|
|
|
3490
3514
|
type __VLS_Props$a = {
|
|
3491
3515
|
menuData?: (MenuButton | MenuComponent)[];
|
|
@@ -3497,7 +3521,7 @@ declare var __VLS_6$1: {};
|
|
|
3497
3521
|
type __VLS_Slots$5 = {} & {
|
|
3498
3522
|
title?: (props: typeof __VLS_6$1) => any;
|
|
3499
3523
|
};
|
|
3500
|
-
declare const
|
|
3524
|
+
declare const __VLS_base$5: _vue_runtime_core.DefineComponent<__VLS_Props$a, {
|
|
3501
3525
|
menu: Readonly<_vue_reactivity.ShallowRef<HTMLDivElement | null>>;
|
|
3502
3526
|
menuPosition: Ref<{
|
|
3503
3527
|
left: number;
|
|
@@ -3532,7 +3556,8 @@ declare const __VLS_component$5: _vue_runtime_core.DefineComponent<__VLS_Props$a
|
|
|
3532
3556
|
isSubMenu: boolean;
|
|
3533
3557
|
autoHide: boolean;
|
|
3534
3558
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3535
|
-
declare const
|
|
3559
|
+
declare const __VLS_export$b: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$5>;
|
|
3560
|
+
declare const _default$c: typeof __VLS_export$b;
|
|
3536
3561
|
|
|
3537
3562
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
3538
3563
|
new (): {
|
|
@@ -3543,7 +3568,8 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
3543
3568
|
type __VLS_Props$9 = {
|
|
3544
3569
|
icon?: any;
|
|
3545
3570
|
};
|
|
3546
|
-
declare const
|
|
3571
|
+
declare const __VLS_export$a: _vue_runtime_core.DefineComponent<__VLS_Props$9, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$9> & Readonly<{}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3572
|
+
declare const _default$b: typeof __VLS_export$a;
|
|
3547
3573
|
|
|
3548
3574
|
type __VLS_Props$8 = {
|
|
3549
3575
|
width?: number;
|
|
@@ -3566,7 +3592,7 @@ type __VLS_Slots$4 = {} & {
|
|
|
3566
3592
|
} & {
|
|
3567
3593
|
right?: (props: typeof __VLS_19) => any;
|
|
3568
3594
|
};
|
|
3569
|
-
declare const
|
|
3595
|
+
declare const __VLS_base$4: _vue_runtime_core.DefineComponent<__VLS_Props$8, {
|
|
3570
3596
|
updateWidth(): void;
|
|
3571
3597
|
}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
3572
3598
|
change: (...args: any[]) => void;
|
|
@@ -3581,7 +3607,8 @@ declare const __VLS_component$4: _vue_runtime_core.DefineComponent<__VLS_Props$8
|
|
|
3581
3607
|
minRight: number;
|
|
3582
3608
|
minCenter: number;
|
|
3583
3609
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3584
|
-
declare const
|
|
3610
|
+
declare const __VLS_export$9: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
|
|
3611
|
+
declare const _default$a: typeof __VLS_export$9;
|
|
3585
3612
|
|
|
3586
3613
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
3587
3614
|
new (): {
|
|
@@ -3593,12 +3620,13 @@ declare var __VLS_1: {};
|
|
|
3593
3620
|
type __VLS_Slots$3 = {} & {
|
|
3594
3621
|
default?: (props: typeof __VLS_1) => any;
|
|
3595
3622
|
};
|
|
3596
|
-
declare const
|
|
3623
|
+
declare const __VLS_base$3: _vue_runtime_core.DefineComponent<{}, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
3597
3624
|
change: (e: OnDrag<gesto.default>) => any;
|
|
3598
3625
|
}, string, _vue_runtime_core.PublicProps, Readonly<{}> & Readonly<{
|
|
3599
3626
|
onChange?: ((e: OnDrag<gesto.default>) => any) | undefined;
|
|
3600
3627
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, true, {}, any>;
|
|
3601
|
-
declare const
|
|
3628
|
+
declare const __VLS_export$8: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
|
|
3629
|
+
declare const _default$9: typeof __VLS_export$8;
|
|
3602
3630
|
|
|
3603
3631
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
3604
3632
|
new (): {
|
|
@@ -3612,11 +3640,12 @@ type __VLS_Props$7 = {
|
|
|
3612
3640
|
isDataSource?: boolean;
|
|
3613
3641
|
dataSourceType?: string;
|
|
3614
3642
|
};
|
|
3615
|
-
type
|
|
3643
|
+
type __VLS_ModelProps$1 = {
|
|
3616
3644
|
'width'?: number;
|
|
3617
3645
|
'visible'?: boolean;
|
|
3618
3646
|
};
|
|
3619
|
-
|
|
3647
|
+
type __VLS_PublicProps$1 = __VLS_Props$7 & __VLS_ModelProps$1;
|
|
3648
|
+
declare const __VLS_export$7: _vue_runtime_core.DefineComponent<__VLS_PublicProps$1, {
|
|
3620
3649
|
show(): Promise<void>;
|
|
3621
3650
|
hide(): Promise<void>;
|
|
3622
3651
|
}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
@@ -3632,6 +3661,7 @@ declare const _default$8: _vue_runtime_core.DefineComponent<__VLS_PublicProps$1,
|
|
|
3632
3661
|
"onUpdate:width"?: ((value: number) => any) | undefined;
|
|
3633
3662
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
3634
3663
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3664
|
+
declare const _default$8: typeof __VLS_export$7;
|
|
3635
3665
|
|
|
3636
3666
|
interface Position {
|
|
3637
3667
|
left: number;
|
|
@@ -3642,11 +3672,12 @@ type __VLS_Props$6 = {
|
|
|
3642
3672
|
title?: string;
|
|
3643
3673
|
beforeClose?: (_done: (_cancel?: boolean) => void) => void;
|
|
3644
3674
|
};
|
|
3645
|
-
type
|
|
3675
|
+
type __VLS_ModelProps = {
|
|
3646
3676
|
'width'?: number;
|
|
3647
3677
|
'height'?: number;
|
|
3648
3678
|
'visible'?: boolean;
|
|
3649
3679
|
};
|
|
3680
|
+
type __VLS_PublicProps = __VLS_Props$6 & __VLS_ModelProps;
|
|
3650
3681
|
declare var __VLS_6: {};
|
|
3651
3682
|
declare var __VLS_20: {};
|
|
3652
3683
|
type __VLS_Slots$2 = {} & {
|
|
@@ -3654,7 +3685,7 @@ type __VLS_Slots$2 = {} & {
|
|
|
3654
3685
|
} & {
|
|
3655
3686
|
body?: (props: typeof __VLS_20) => any;
|
|
3656
3687
|
};
|
|
3657
|
-
declare const
|
|
3688
|
+
declare const __VLS_base$2: _vue_runtime_core.DefineComponent<__VLS_PublicProps, {
|
|
3658
3689
|
bodyHeight: _vue_reactivity.ComputedRef<number | "auto">;
|
|
3659
3690
|
target: Readonly<_vue_reactivity.ShallowRef<HTMLDivElement | null>>;
|
|
3660
3691
|
titleEl: Readonly<_vue_reactivity.ShallowRef<HTMLDivElement | null>>;
|
|
@@ -3670,7 +3701,8 @@ declare const __VLS_component$2: _vue_runtime_core.DefineComponent<__VLS_PublicP
|
|
|
3670
3701
|
title: string;
|
|
3671
3702
|
position: Position;
|
|
3672
3703
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3673
|
-
declare const
|
|
3704
|
+
declare const __VLS_export$6: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$2>;
|
|
3705
|
+
declare const _default$7: typeof __VLS_export$6;
|
|
3674
3706
|
|
|
3675
3707
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
3676
3708
|
new (): {
|
|
@@ -3696,7 +3728,7 @@ type __VLS_Props$5 = {
|
|
|
3696
3728
|
nextLevelIndentIncrement?: number;
|
|
3697
3729
|
emptyText?: string;
|
|
3698
3730
|
};
|
|
3699
|
-
declare const
|
|
3731
|
+
declare const __VLS_base$1: _vue_runtime_core.DefineComponent<__VLS_Props$5, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
3700
3732
|
"node-click": (event: MouseEvent, data: TreeNodeData) => any;
|
|
3701
3733
|
"node-contextmenu": (event: MouseEvent, data: TreeNodeData) => any;
|
|
3702
3734
|
"node-dragstart": (event: DragEvent, data: TreeNodeData) => any;
|
|
@@ -3716,7 +3748,8 @@ declare const __VLS_component$1: _vue_runtime_core.DefineComponent<__VLS_Props$5
|
|
|
3716
3748
|
emptyText: string;
|
|
3717
3749
|
indent: number;
|
|
3718
3750
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3719
|
-
declare const
|
|
3751
|
+
declare const __VLS_export$5: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
|
|
3752
|
+
declare const _default$6: typeof __VLS_export$5;
|
|
3720
3753
|
|
|
3721
3754
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
3722
3755
|
new (): {
|
|
@@ -3743,7 +3776,7 @@ type __VLS_Props$4 = {
|
|
|
3743
3776
|
indent?: number;
|
|
3744
3777
|
nextLevelIndentIncrement?: number;
|
|
3745
3778
|
};
|
|
3746
|
-
declare const
|
|
3779
|
+
declare const __VLS_base: _vue_runtime_core.DefineComponent<__VLS_Props$4, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
3747
3780
|
"node-click": (event: MouseEvent, data: TreeNodeData) => any;
|
|
3748
3781
|
"node-contextmenu": (event: MouseEvent, data: TreeNodeData) => any;
|
|
3749
3782
|
"node-dragstart": (event: DragEvent, data: TreeNodeData) => any;
|
|
@@ -3762,7 +3795,8 @@ declare const __VLS_component: _vue_runtime_core.DefineComponent<__VLS_Props$4,
|
|
|
3762
3795
|
parentsId: Id[];
|
|
3763
3796
|
nextLevelIndentIncrement: number;
|
|
3764
3797
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3765
|
-
declare const
|
|
3798
|
+
declare const __VLS_export$4: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3799
|
+
declare const _default$5: typeof __VLS_export$4;
|
|
3766
3800
|
|
|
3767
3801
|
type __VLS_WithSlots<T, S> = T & {
|
|
3768
3802
|
new (): {
|
|
@@ -3771,36 +3805,40 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
3771
3805
|
};
|
|
3772
3806
|
|
|
3773
3807
|
type __VLS_Props$3 = FieldProps<PageFragmentSelectConfig>;
|
|
3774
|
-
declare const
|
|
3808
|
+
declare const __VLS_export$3: _vue_runtime_core.DefineComponent<__VLS_Props$3, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
3775
3809
|
change: (...args: any[]) => void;
|
|
3776
3810
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$3> & Readonly<{
|
|
3777
3811
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
3778
3812
|
}>, {
|
|
3779
3813
|
disabled: boolean;
|
|
3780
3814
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3815
|
+
declare const _default$4: typeof __VLS_export$3;
|
|
3781
3816
|
|
|
3782
3817
|
type __VLS_Props$2 = FieldProps<DisplayCondsConfig>;
|
|
3783
|
-
declare const
|
|
3818
|
+
declare const __VLS_export$2: _vue_runtime_core.DefineComponent<__VLS_Props$2, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
3784
3819
|
change: (value: DisplayCond[], eventData?: ContainerChangeEventData$1 | undefined) => any;
|
|
3785
3820
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$2> & Readonly<{
|
|
3786
3821
|
onChange?: ((value: DisplayCond[], eventData?: ContainerChangeEventData$1 | undefined) => any) | undefined;
|
|
3787
3822
|
}>, {
|
|
3788
3823
|
disabled: boolean;
|
|
3789
3824
|
}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3825
|
+
declare const _default$3: typeof __VLS_export$2;
|
|
3790
3826
|
|
|
3791
3827
|
type __VLS_Props$1 = FieldProps<CondOpSelectConfig>;
|
|
3792
|
-
declare const
|
|
3828
|
+
declare const __VLS_export$1: _vue_runtime_core.DefineComponent<__VLS_Props$1, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
3793
3829
|
change: (value: string) => any;
|
|
3794
3830
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props$1> & Readonly<{
|
|
3795
3831
|
onChange?: ((value: string) => any) | undefined;
|
|
3796
3832
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3833
|
+
declare const _default$2: typeof __VLS_export$1;
|
|
3797
3834
|
|
|
3798
3835
|
type __VLS_Props = FieldProps<StyleSchema>;
|
|
3799
|
-
declare const
|
|
3836
|
+
declare const __VLS_export: _vue_runtime_core.DefineComponent<__VLS_Props, {}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
3800
3837
|
change: (v: any, eventData: ContainerChangeEventData$1) => any;
|
|
3801
3838
|
}, string, _vue_runtime_core.PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
3802
3839
|
onChange?: ((v: any, eventData: ContainerChangeEventData$1) => any) | undefined;
|
|
3803
3840
|
}>, {}, {}, {}, {}, string, _vue_runtime_core.ComponentProvideOptions, false, {}, any>;
|
|
3841
|
+
declare const _default$1: typeof __VLS_export;
|
|
3804
3842
|
|
|
3805
3843
|
declare const _default: {
|
|
3806
3844
|
install: (app: App, opt?: Partial<EditorInstallOptions | DesignPluginOptions | FormInstallOptions>) => void;
|