x-runtime-lib 0.6.56 → 0.7.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.
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const directionItemsV1: ZItem[];
@@ -3,11 +3,13 @@ export * from './borderStyleItems/v1';
3
3
  export * from './btnVariantItems/v1';
4
4
  export * from './colorModeItems/v1';
5
5
  export * from './densityItems/v1';
6
+ export * from './directionItems/v1';
6
7
  export * from './flexCrossAlignItems/v1';
7
8
  export * from './flexDirectionItems/v1';
8
9
  export * from './flexMainAlignItems/v1';
9
10
  export * from './flexWrapItems/v1';
10
11
  export * from './fontWeightItems/v1';
12
+ export * from './showTicksItems/v1';
11
13
  export * from './textAlignItems/v1';
12
14
  export * from './textDecorationItems/v1';
13
15
  export * from './textEmphasisItems/v1';
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const showTicksItemsV1: ZItem[];
@@ -1,2 +1,2 @@
1
- import { ZItem } from "../../../../../types";
1
+ import { ZItem } from '../../../../../types';
2
2
  export declare const thumbLabelItemsV1: ZItem[];
@@ -2,6 +2,7 @@ const e = {
2
2
  "x-runtime-lib": {
3
3
  alias: "Alias",
4
4
  align: "Align",
5
+ always: "Always",
5
6
  append: "Append",
6
7
  appendInner: "Append Inner",
7
8
  auto: "Auto",
@@ -151,6 +152,7 @@ const e = {
151
152
  series: "Series",
152
153
  settings: "Settings",
153
154
  show: "Show",
155
+ showTicks: "Show Ticks",
154
156
  shrink: "Shrink",
155
157
  singleLine: "Sinle Line",
156
158
  size: "Size",
@@ -175,6 +177,11 @@ const e = {
175
177
  theme: "Theme",
176
178
  thin: "Thin",
177
179
  thick: "Thick",
180
+ thumbColor: "Thumb Color",
181
+ thumbLabel: "Thumb Label",
182
+ thumbSize: "Thumb Size",
183
+ ticks: "Ticks",
184
+ tickSize: "Tick Size",
178
185
  time: "Time",
179
186
  timeline: "Timeline",
180
187
  timelineItem: "Timeline Item",
@@ -183,6 +190,7 @@ const e = {
183
190
  top: "Top",
184
191
  topLeft: "Top Left",
185
192
  topRight: "Top Right",
193
+ trackColor: "Track Color",
186
194
  true: "True",
187
195
  type: "Type",
188
196
  underline: "Underline",
@@ -2,6 +2,7 @@ const e = {
2
2
  "x-runtime-lib": {
3
3
  alias: "别名",
4
4
  align: "对齐",
5
+ always: "总是",
5
6
  append: "追加",
6
7
  appendInner: "内部追加",
7
8
  auto: "自动",
@@ -151,6 +152,7 @@ const e = {
151
152
  series: "系列",
152
153
  settings: "设置",
153
154
  show: "显示",
155
+ showTicks: "显示刻度",
154
156
  shrink: "收缩",
155
157
  singleLine: "单行",
156
158
  size: "大小",
@@ -175,6 +177,11 @@ const e = {
175
177
  theme: "主题",
176
178
  thin: "细",
177
179
  thick: "粗",
180
+ thumbColor: "拇指颜色",
181
+ thumbLabel: "拇指标签",
182
+ thumbSize: "拇指大小",
183
+ ticks: "刻度",
184
+ tickSize: "刻度大小",
178
185
  time: "时间",
179
186
  timeline: "时间线",
180
187
  timelineItem: "时间线项目",
@@ -183,6 +190,7 @@ const e = {
183
190
  top: "顶部",
184
191
  topLeft: "顶左",
185
192
  topRight: "顶右",
193
+ trackColor: "轨道颜色",
186
194
  true: "真",
187
195
  type: "类型",
188
196
  underline: "下划线",