@steedos-widgets/sortable 6.3.0-beta.14 → 6.3.0-beta.15
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/dist/assets.json +5 -5
- package/dist/sortable.cjs.js +4 -0
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +4 -0
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +4 -0
- package/package.json +3 -3
package/dist/assets.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
{
|
|
4
4
|
"package": "@steedos-widgets/sortable",
|
|
5
5
|
"urls": [
|
|
6
|
-
"https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.15/dist/sortable.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.15/dist/sortable.umd.css"
|
|
8
8
|
],
|
|
9
9
|
"library": "BuilderSortable"
|
|
10
10
|
}
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"npm": {
|
|
16
16
|
"package": "@steedos-widgets/sortable"
|
|
17
17
|
},
|
|
18
|
-
"url": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.15/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.15/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.15/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/sortable.cjs.js
CHANGED
|
@@ -54702,6 +54702,7 @@ var frontend_setup$1 = "Setup";
|
|
|
54702
54702
|
var frontend_notifications$1 = "Notifications";
|
|
54703
54703
|
var frontend_notifications_allread$1 = "Mark all as read";
|
|
54704
54704
|
var frontend_notifications_allread_message$1 = "All marked as read";
|
|
54705
|
+
var frontend_notifications_close_dialog$1 = "Close";
|
|
54705
54706
|
var frontend_profile$1 = "Profile";
|
|
54706
54707
|
var switch_space$1 = "Switch Space";
|
|
54707
54708
|
var frontend_about$1 = "About";
|
|
@@ -54791,6 +54792,7 @@ var en_us = {
|
|
|
54791
54792
|
frontend_notifications: frontend_notifications$1,
|
|
54792
54793
|
frontend_notifications_allread: frontend_notifications_allread$1,
|
|
54793
54794
|
frontend_notifications_allread_message: frontend_notifications_allread_message$1,
|
|
54795
|
+
frontend_notifications_close_dialog: frontend_notifications_close_dialog$1,
|
|
54794
54796
|
frontend_profile: frontend_profile$1,
|
|
54795
54797
|
switch_space: switch_space$1,
|
|
54796
54798
|
frontend_about: frontend_about$1,
|
|
@@ -54882,6 +54884,7 @@ var frontend_setup = "设置";
|
|
|
54882
54884
|
var frontend_notifications = "通知";
|
|
54883
54885
|
var frontend_notifications_allread = "全部标记为已读";
|
|
54884
54886
|
var frontend_notifications_allread_message = "已全部标记为已读";
|
|
54887
|
+
var frontend_notifications_close_dialog = "关闭";
|
|
54885
54888
|
var frontend_profile = "个人资料";
|
|
54886
54889
|
var switch_space = "切换工作区";
|
|
54887
54890
|
var frontend_about = "关于";
|
|
@@ -54972,6 +54975,7 @@ var zh_cn = {
|
|
|
54972
54975
|
frontend_notifications: frontend_notifications,
|
|
54973
54976
|
frontend_notifications_allread: frontend_notifications_allread,
|
|
54974
54977
|
frontend_notifications_allread_message: frontend_notifications_allread_message,
|
|
54978
|
+
frontend_notifications_close_dialog: frontend_notifications_close_dialog,
|
|
54975
54979
|
frontend_profile: frontend_profile,
|
|
54976
54980
|
switch_space: switch_space,
|
|
54977
54981
|
frontend_about: frontend_about,
|