Socket
Socket
Sign inDemoInstall

@opentiny/vue-locale

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-locale - npm Package Compare versions

Comparing version 3.16.0 to 3.17.0

42

lib/index.js
function _extends() {
_extends = Object.assign ? Object.assign.bind() : function(target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
return _extends = Object.assign ? Object.assign.bind() : function(n) {
for (var e = 1; e < arguments.length; e++) {
var t2 = arguments[e];
for (var r in t2)
({}).hasOwnProperty.call(t2, r) && (n[r] = t2[r]);
}
return target;
};
return _extends.apply(this, arguments);
return n;
}, _extends.apply(null, arguments);
}

@@ -29,2 +25,7 @@ import { extend as extend$2 } from "@opentiny/vue-renderless/common/object";

ui: {
input: {
close: "关闭",
more: "更多",
detail: "详细信息"
},
numeric: {

@@ -99,2 +100,5 @@ equalTo: "等于",

},
buttonGroup: {
noData: "暂无数据"
},
buttonMessage: {

@@ -366,3 +370,4 @@ cancel: "取消",

groupColumnFixedError: "同一个分组内不能设置不同的固定类型。",
missingValueFormat: "渲染器无法格式化日期字符串,需要提供 valueFormat 源日期格式配置。"
missingValueFormat: "渲染器无法格式化日期字符串,需要提供 valueFormat 源日期格式配置。",
clipboardWriteError: "剪切板写入错误"
},

@@ -851,2 +856,7 @@ filter: {

ui: {
input: {
close: "Close",
more: "More",
detail: "Detailed Info"
},
numeric: {

@@ -918,2 +928,5 @@ equalTo: "Equal to",

},
buttonGroup: {
noData: "No data"
},
buttonMessage: {

@@ -1185,3 +1198,4 @@ cancel: "Cancel",

groupColumnFixedError: "Different fixed types cannot be set in the same group.",
missingValueFormat: 'The renderer cannot format the date string. You should provide the "valueFormat" source date format configuration.'
missingValueFormat: 'The renderer cannot format the date string. You should provide the "valueFormat" source date format configuration.',
clipboardWriteError: "clipboard write error"
},

@@ -1910,3 +1924,3 @@ filter: {

}
var version = "3.16.0";
var version = "3.17.0";
var use = vue.use, t = vue.t, i18n = vue.i18n, initI18n = vue.initI18n, extend = vue.extend, zhCN = vue.zhCN, enUS = vue.enUS, language = vue.language;

@@ -1913,0 +1927,0 @@ var globalization = glob(t);

{
"name": "@opentiny/vue-locale",
"version": "3.16.0",
"version": "3.17.0",
"description": "",

@@ -10,5 +10,5 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.16.0",
"@opentiny/vue-theme": "~3.16.0",
"@opentiny/vue-theme-mobile": "~3.16.0"
"@opentiny/vue-renderless": "~3.17.0",
"@opentiny/vue-theme": "~3.17.0",
"@opentiny/vue-theme-mobile": "~3.17.0"
},

@@ -15,0 +15,0 @@ "module": "./lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc