@blueking/date-picker 0.0.65 → 0.0.67

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.
@@ -44,7 +44,8 @@ export declare const langData: {
44
44
  readonly 无匹配数据: "No matching data";
45
45
  readonly 日期选择: "Time Range";
46
46
  readonly 时区设置: "Timezone setting";
47
- readonly '\u65F6\u5DEE\uFF1An\u5C0F\u65F6': "Time difference: n hours";
47
+ readonly '\u65F6\u5DEE\uFF1A\u65E9 $n \u5C0F\u65F6': "Offset: $n hours early";
48
+ readonly '\u65F6\u5DEE\uFF1A\u665A $n \u5C0F\u65F6': "Offset: $n hours late";
48
49
  readonly 时间格式支持: "Time format support";
49
50
  readonly '\u662F\u5426\u6E05\u7A7A\u6700\u8FD1\u4F7F\u7528\uFF1F': "Clear recent records?";
50
51
  readonly 暂无常用时间: "No common time";
@@ -71,6 +72,6 @@ export type TimeUnitDateKey = keyof typeof timeUnitLangData;
71
72
  export type ShortTimeUnitDateKey = keyof typeof shortTimeUnitLangData;
72
73
  export type LangKey = keyof typeof langData;
73
74
  export type LangValue = (typeof langData)[LangKey];
74
- export declare const langValueMap: Record<LangValue, "前" | "取消" | "将来" | "常用时间" | "开始时间" | "开始时间不能大于结束时间" | "支持多种时间格式自动转换" | "整" | "无匹配数据" | "日期选择" | "时区设置" | "时差:n小时" | "时间格式支持" | "是否清空最近使用?" | "暂无常用时间" | "暂无最近使用记录" | "最近" | "最近使用" | "未来" | "查看支持格式" | "格式" | "此刻" | "浏览器时区" | "确定" | "示例" | "结束时间" | "自然日期" | "至今" | "请输入" | "请输入搜索(国家,城市,简称)" | "近" | "(至今)">;
75
+ export declare const langValueMap: Record<LangValue, "前" | "取消" | "将来" | "常用时间" | "开始时间" | "开始时间不能大于结束时间" | "支持多种时间格式自动转换" | "整" | "无匹配数据" | "日期选择" | "时区设置" | "时差:早 $n 小时" | "时差:晚 $n 小时" | "时间格式支持" | "是否清空最近使用?" | "暂无常用时间" | "暂无最近使用记录" | "最近" | "最近使用" | "未来" | "查看支持格式" | "格式" | "此刻" | "浏览器时区" | "确定" | "示例" | "结束时间" | "自然日期" | "至今" | "请输入" | "请输入搜索(国家,城市,简称)" | "近" | "(至今)">;
75
76
  export declare const lang: string;
76
77
  export declare const t: (key: LangKey | NaturalDateKey | ShortTimeUnitDateKey | TimeUnitDateKey) => string;