@blueking/date-picker 0.0.8 → 0.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/date-picker",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "packageManager": "pnpm@8.5.0",
5
5
  "description": "蓝鲸监控平台日期时间选择",
6
6
  "license": "MIT",
@@ -61,6 +61,7 @@
61
61
  "tslib": "^2.6.2",
62
62
  "typescript": "^5.0.2",
63
63
  "vite": "^4.4.5",
64
+ "vite-plugin-inspect": "^0.7.40",
64
65
  "vite-plugin-style-import": "^2.0.0",
65
66
  "vue": "^3.3.6",
66
67
  "vue-eslint-parser": "^9.3.2",
@@ -30,7 +30,7 @@ export declare enum NaturalOptionType {
30
30
  }
31
31
  export declare const CommonNaturalOptions: ({
32
32
  id: string;
33
- name: string;
33
+ name: "Last week" | "Last month" | "Today" | "minutes" | "now-2d/d" | "weeks" | "days" | "hours" | "years" | "Yesterday" | "Months" | "This week" | "This month" | "Seconds" | "now-1w/w" | "now-1M/M" | "now/d" | "m" | "Previous" | "Previous N weeks" | "Previous N days" | "The day before yesterday" | "w" | "d" | "Future" | "h" | "Common" | "y" | "Start Time" | "Support multiple time formats for automatic conversion" | "whole" | "No matching data" | "Time Range" | "Timezone setting" | "Time format support" | "now-1d/d" | "No recent records" | "Last" | "Recently" | "M" | "now/w" | "now/M" | "View supported formats" | "Format" | "now" | "Browser time" | "Confirm" | "Example" | "s" | "End Time" | "Natural" | "so far" | "Please enter" | "Please enter search (country, city, abbreviation)" | "Last " | "(so far)" | "option-上周" | "option-上月" | "option-今天" | "option-分钟" | "option-前天" | "option-周" | "option-天" | "option-小时" | "option-年" | "option-昨天" | "option-月" | "option-本周" | "option-本月" | "option-秒" | "上周" | "上月" | "今天" | "分钟" | "前" | "前 N 周" | "前 N 天" | "前天" | "周" | "天" | "将来" | "小时" | "常用时间" | "年" | "开始时间" | "支持多种时间格式自动转换" | "整" | "无匹配数据" | "日期选择" | "时区设置" | "时间格式支持" | "昨天" | "暂无最近使用记录" | "最近" | "最近使用" | "月" | "未来" | "本周" | "本月" | "查看支持格式" | "格式" | "此刻" | "浏览器时间" | "确定" | "示例" | "秒" | "结束时间" | "自然日期" | "至今" | "请输入" | "请输入搜索(国家,城市,简称)" | "近" | "(至今)";
34
34
  type: NaturalOptionType;
35
35
  prefix?: undefined;
36
36
  suffix?: undefined;