@ones-design/locale
Advanced tools
Comparing version 1.14.2 to 1.15.0-beta.4
@@ -238,2 +238,6 @@ import { _ as _extends } from './extends-e8fb2e5c.js'; | ||
}, | ||
Drawer: { | ||
okText: 'OK', | ||
cancelText: 'Cancel' | ||
}, | ||
Dropdown: { | ||
@@ -240,0 +244,0 @@ notFoundContent: 'No results found' |
@@ -194,7 +194,11 @@ import { _ as _extends } from './extends-e8fb2e5c.js'; | ||
popoverLocale: { | ||
okText: '確定', | ||
cancelText: '取り消す' | ||
okText: 'OK', | ||
cancelText: 'キャンセル' | ||
} | ||
} | ||
}, | ||
Drawer: { | ||
okText: 'OK', | ||
cancelText: 'キャンセル' | ||
}, | ||
Dropdown: { | ||
@@ -271,4 +275,4 @@ notFoundContent: '一致する結果がありません' | ||
Popover: { | ||
okText: '確定', | ||
cancelText: '取り消す' | ||
okText: 'OK', | ||
cancelText: 'キャンセル' | ||
}, | ||
@@ -275,0 +279,0 @@ Result: { |
@@ -23,2 +23,6 @@ import type { Locale as AntLocale } from 'antd/es/locale-provider'; | ||
} | ||
export interface DrawerLocale { | ||
okText: string; | ||
cancelText: string; | ||
} | ||
export interface DropdownLocale { | ||
@@ -174,2 +178,3 @@ notFoundContent: string; | ||
VirtualTable?: VirtualTableLocale; | ||
Drawer?: DrawerLocale; | ||
} |
@@ -237,2 +237,6 @@ import { _ as _extends } from './extends-e8fb2e5c.js'; | ||
}, | ||
Drawer: { | ||
okText: '确定', | ||
cancelText: '取消' | ||
}, | ||
Dropdown: { | ||
@@ -239,0 +243,0 @@ notFoundContent: '暂无匹配结果' |
{ | ||
"name": "@ones-design/locale", | ||
"version": "1.14.2", | ||
"version": "1.15.0-beta.4", | ||
"description": "ONES Design", | ||
@@ -54,5 +54,5 @@ "type": "module", | ||
"devDependencies": { | ||
"antd": "4.22.8" | ||
"antd": "4.23.2" | ||
}, | ||
"gitHead": "91460f5efc2104db19bb76eb0b977ee85e9eade6" | ||
"gitHead": "2fdb08ceff721df78cdf05b94996962a849d9233" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78546
1457
2