x-runtime-lib 0.8.217 → 0.8.219
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/composables/element/core/breakpoint.d.ts +3 -0
- package/dist/composables/element/core/index.d.ts +1 -0
- package/dist/element/_common/items/index.d.ts +1 -1
- package/dist/element/_common/items/textSizeItems/v1/index.d.ts +2 -0
- package/dist/en.otnq7oq6.js +2 -0
- package/dist/{i18n-en.oe62c4of.js → i18n-en.jkuvala9.js} +16 -11
- package/dist/{i18n-zhHans.hfy1juxk.js → i18n-zhHans.cd57r6e5.js} +16 -11
- package/dist/index.js +2771 -2609
- package/dist/types/protocol.d.ts +1 -1
- package/dist/utils/misc.d.ts +3 -3
- package/dist/zhHans.b7y34n3l.js +2 -0
- package/package.json +1 -1
- package/dist/element/_common/items/textStyleItems/v1/index.d.ts +0 -2
- package/dist/en.b9dg6336.js +0 -2
- package/dist/zhHans.jaf0151p.js +0 -2
package/dist/types/protocol.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ type ZPropertySwitch = {
|
|
|
64
64
|
} & ZPropertyBase;
|
|
65
65
|
type ZPropertySelect = {
|
|
66
66
|
ui: 'select';
|
|
67
|
-
items: 'alignTabsItemsV1' | 'axisTypeItemsV1' | 'borderStyleItemsV1' | 'colorModeItemsV1' | 'densityItemsV1' | 'directionItemsV1' | 'fieldVariantItemsV1' | 'flexCrossAlignItemsV1' | 'flexDirectionItemsV1' | 'flexMainAlignItemsV1' | 'flexWrapItemsV1' | 'fontWeightItemsV1' | 'sheetVariantItemsV1' | 'showTicksItemsV1' | 'sizeItemsV1' | 'textAlignItemsV1' | 'textDecorationItemsV1' | 'textEmphasisItemsV1' | '
|
|
67
|
+
items: 'alignTabsItemsV1' | 'axisTypeItemsV1' | 'borderStyleItemsV1' | 'colorModeItemsV1' | 'densityItemsV1' | 'directionItemsV1' | 'fieldVariantItemsV1' | 'flexCrossAlignItemsV1' | 'flexDirectionItemsV1' | 'flexMainAlignItemsV1' | 'flexWrapItemsV1' | 'fontWeightItemsV1' | 'sheetVariantItemsV1' | 'showTicksItemsV1' | 'sizeItemsV1' | 'textAlignItemsV1' | 'textDecorationItemsV1' | 'textEmphasisItemsV1' | 'textSizeItemsV1' | 'themeColorItemsV1' | 'thumbLabelItemsV1' | 'timelineAlignItemsV1' | 'timelineDirectionItemsV1' | 'timelineSideItemsV1' | 'timelineTruncateLineItemsV1';
|
|
68
68
|
default: string;
|
|
69
69
|
} & ZPropertyBase;
|
|
70
70
|
type ZPropertyColorPicker = {
|
package/dist/utils/misc.d.ts
CHANGED
|
@@ -8,9 +8,9 @@ export declare const reverseBreakpoints: string[];
|
|
|
8
8
|
export type Breakpoint = (typeof breakpoints)[number];
|
|
9
9
|
export declare function calcBreakpoint(width: number): Breakpoint;
|
|
10
10
|
export declare function getIndexOfBreakpoint(breakpoint: Breakpoint): number;
|
|
11
|
-
export declare function
|
|
12
|
-
[bp: Breakpoint]:
|
|
13
|
-
}):
|
|
11
|
+
export declare function getBreakpointPropString(current: Breakpoint, props: {
|
|
12
|
+
[bp: Breakpoint]: string;
|
|
13
|
+
}): string;
|
|
14
14
|
export declare function toDotString(target: string | string[]): string;
|
|
15
15
|
export declare function fromDotString(target: string | string[]): string[];
|
|
16
16
|
export declare function getField(object: any, keys: string | string[]): any;
|
package/package.json
CHANGED
package/dist/en.b9dg6336.js
DELETED
package/dist/zhHans.jaf0151p.js
DELETED