@vtj/designer 0.12.48 → 0.12.49
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/Editor-BQxLBLof.js +4 -0
- package/dist/{index-BojM8ONV.js → index-BaMmsNcE.js} +4542 -4468
- package/dist/index.mjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +7 -7
- package/types/components/shared/panel.d.ts +15 -1
- package/types/components/widgets/ai/index.d.ts +8 -1
- package/types/components/widgets/ai/json-input.d.ts +499 -3
- package/types/components/widgets/apis/form.d.ts +8 -1
- package/types/components/widgets/docs/index.d.ts +8 -1
- package/types/components/widgets/index.d.ts +22 -1
- package/types/components/widgets/market/index.d.ts +8 -1
- package/types/version.d.ts +2 -2
- package/dist/Editor-A9_-yeeG.js +0 -4
@@ -7,7 +7,7 @@ import { Props } from '../editor/Editor';
|
|
7
7
|
import { Props } from './style/index';
|
8
8
|
import { Props } from './previewer/index';
|
9
9
|
import { Props } from './docs/index';
|
10
|
-
import { ActionMenuItem, BaseSize, ContainerDirection, ContainerWrap, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent, IconParam, HeaderProps, ContainerProps } from '@vtj/ui';
|
10
|
+
import { ActionMenuItem, BaseSize, ContainerDirection, ContainerWrap, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent, IconParam, PanelBadge, HeaderProps, ContainerProps } from '@vtj/ui';
|
11
11
|
import { OnCleanup } from '@vue/reactivity';
|
12
12
|
import { Props } from '../shared/panel';
|
13
13
|
import { Props } from './about/index';
|
@@ -407,6 +407,7 @@ export declare const widgets: {
|
|
407
407
|
type: BooleanConstructor;
|
408
408
|
};
|
409
409
|
}>>> | null | undefined;
|
410
|
+
readonly badge?: PanelBadge | undefined;
|
410
411
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
411
412
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "fit" | "radius" | "border" | "card">;
|
412
413
|
$attrs: {
|
@@ -675,6 +676,9 @@ export declare const widgets: {
|
|
675
676
|
$emit: (event: string, ...args: any[]) => void;
|
676
677
|
$el: any;
|
677
678
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
679
|
+
badge: {
|
680
|
+
type: PropType<PanelBadge>;
|
681
|
+
};
|
678
682
|
fit: {
|
679
683
|
type: BooleanConstructor;
|
680
684
|
default: boolean;
|
@@ -744,6 +748,9 @@ export declare const widgets: {
|
|
744
748
|
border: boolean;
|
745
749
|
card: boolean;
|
746
750
|
}> & Omit<Readonly< ExtractPropTypes<{
|
751
|
+
badge: {
|
752
|
+
type: PropType<PanelBadge>;
|
753
|
+
};
|
747
754
|
fit: {
|
748
755
|
type: BooleanConstructor;
|
749
756
|
default: boolean;
|
@@ -1078,6 +1085,7 @@ export declare const widgets: {
|
|
1078
1085
|
type: BooleanConstructor;
|
1079
1086
|
};
|
1080
1087
|
}>>> | null | undefined;
|
1088
|
+
readonly badge?: PanelBadge | undefined;
|
1081
1089
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
1082
1090
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "fit" | "radius" | "border" | "card">;
|
1083
1091
|
$attrs: {
|
@@ -1346,6 +1354,9 @@ export declare const widgets: {
|
|
1346
1354
|
$emit: (event: string, ...args: any[]) => void;
|
1347
1355
|
$el: any;
|
1348
1356
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
1357
|
+
badge: {
|
1358
|
+
type: PropType<PanelBadge>;
|
1359
|
+
};
|
1349
1360
|
fit: {
|
1350
1361
|
type: BooleanConstructor;
|
1351
1362
|
default: boolean;
|
@@ -1415,6 +1426,9 @@ export declare const widgets: {
|
|
1415
1426
|
border: boolean;
|
1416
1427
|
card: boolean;
|
1417
1428
|
}> & Omit<Readonly< ExtractPropTypes<{
|
1429
|
+
badge: {
|
1430
|
+
type: PropType<PanelBadge>;
|
1431
|
+
};
|
1418
1432
|
fit: {
|
1419
1433
|
type: BooleanConstructor;
|
1420
1434
|
default: boolean;
|
@@ -1748,6 +1762,7 @@ export declare const widgets: {
|
|
1748
1762
|
type: BooleanConstructor;
|
1749
1763
|
};
|
1750
1764
|
}>>> | null | undefined;
|
1765
|
+
readonly badge?: PanelBadge | undefined;
|
1751
1766
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
1752
1767
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "fit" | "radius" | "border" | "card">;
|
1753
1768
|
$attrs: {
|
@@ -2016,6 +2031,9 @@ export declare const widgets: {
|
|
2016
2031
|
$emit: (event: string, ...args: any[]) => void;
|
2017
2032
|
$el: any;
|
2018
2033
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
2034
|
+
badge: {
|
2035
|
+
type: PropType<PanelBadge>;
|
2036
|
+
};
|
2019
2037
|
fit: {
|
2020
2038
|
type: BooleanConstructor;
|
2021
2039
|
default: boolean;
|
@@ -2085,6 +2103,9 @@ export declare const widgets: {
|
|
2085
2103
|
border: boolean;
|
2086
2104
|
card: boolean;
|
2087
2105
|
}> & Omit<Readonly< ExtractPropTypes<{
|
2106
|
+
badge: {
|
2107
|
+
type: PropType<PanelBadge>;
|
2108
|
+
};
|
2088
2109
|
fit: {
|
2089
2110
|
type: BooleanConstructor;
|
2090
2111
|
default: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Ref, nextTick } from 'vue';
|
2
|
-
import { ActionMenuItem, BaseSize, ContainerDirection, ContainerWrap, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent, IconParam, HeaderProps, ContainerProps } from '@vtj/ui';
|
2
|
+
import { ActionMenuItem, BaseSize, ContainerDirection, ContainerWrap, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent, IconParam, PanelBadge, HeaderProps, ContainerProps } from '@vtj/ui';
|
3
3
|
import { OnCleanup } from '@vue/reactivity';
|
4
4
|
import { Props } from '../../shared/panel';
|
5
5
|
declare const _default: DefineComponent<{}, {
|
@@ -208,6 +208,7 @@ declare const _default: DefineComponent<{}, {
|
|
208
208
|
type: BooleanConstructor;
|
209
209
|
};
|
210
210
|
}>>> | null | undefined;
|
211
|
+
readonly badge?: PanelBadge | undefined;
|
211
212
|
readonly shadow?: "hover" | "none" | "always" | undefined;
|
212
213
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "fit" | "radius" | "border" | "card">;
|
213
214
|
$attrs: {
|
@@ -476,6 +477,9 @@ declare const _default: DefineComponent<{}, {
|
|
476
477
|
$emit: (event: string, ...args: any[]) => void;
|
477
478
|
$el: any;
|
478
479
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
480
|
+
badge: {
|
481
|
+
type: PropType<PanelBadge>;
|
482
|
+
};
|
479
483
|
fit: {
|
480
484
|
type: BooleanConstructor;
|
481
485
|
default: boolean;
|
@@ -545,6 +549,9 @@ declare const _default: DefineComponent<{}, {
|
|
545
549
|
border: boolean;
|
546
550
|
card: boolean;
|
547
551
|
}> & Omit<Readonly< ExtractPropTypes<{
|
552
|
+
badge: {
|
553
|
+
type: PropType<PanelBadge>;
|
554
|
+
};
|
548
555
|
fit: {
|
549
556
|
type: BooleanConstructor;
|
550
557
|
default: boolean;
|
package/types/version.d.ts
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
* Copyright (c) 2025, VTJ.PRO All rights reserved.
|
3
3
|
* @name @vtj/designer
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
5
|
-
* @version 0.12.
|
5
|
+
* @version 0.12.48
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
7
7
|
*/
|
8
|
-
export declare const version = "0.12.
|
8
|
+
export declare const version = "0.12.48";
|
package/dist/Editor-A9_-yeeG.js
DELETED