@steedos-widgets/sortable 3.6.2-beta.10 → 3.6.2-beta.11
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@3.6.2-beta.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.11/dist/sortable.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.11/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@3.6.2-beta.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.11/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.11/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/sortable@3.6.2-beta.11/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/sortable.cjs.js
CHANGED
|
@@ -54624,6 +54624,7 @@ var frontend_notifications$1 = "Notifications";
|
|
|
54624
54624
|
var frontend_notifications_allread$1 = "Mark all as read";
|
|
54625
54625
|
var frontend_notifications_allread_message$1 = "All marked as read";
|
|
54626
54626
|
var frontend_profile$1 = "Profile";
|
|
54627
|
+
var switch_space$1 = "Switch Space";
|
|
54627
54628
|
var frontend_about$1 = "About";
|
|
54628
54629
|
var frontend_log_out$1 = "Log out";
|
|
54629
54630
|
var frontend_listview_warning_start$1 = "The current ";
|
|
@@ -54711,6 +54712,7 @@ var en_us = {
|
|
|
54711
54712
|
frontend_notifications_allread: frontend_notifications_allread$1,
|
|
54712
54713
|
frontend_notifications_allread_message: frontend_notifications_allread_message$1,
|
|
54713
54714
|
frontend_profile: frontend_profile$1,
|
|
54715
|
+
switch_space: switch_space$1,
|
|
54714
54716
|
frontend_about: frontend_about$1,
|
|
54715
54717
|
frontend_log_out: frontend_log_out$1,
|
|
54716
54718
|
frontend_listview_warning_start: frontend_listview_warning_start$1,
|
|
@@ -54800,6 +54802,7 @@ var frontend_notifications = "通知";
|
|
|
54800
54802
|
var frontend_notifications_allread = "全部标记为已读";
|
|
54801
54803
|
var frontend_notifications_allread_message = "已全部标记为已读";
|
|
54802
54804
|
var frontend_profile = "个人资料";
|
|
54805
|
+
var switch_space = "切换工作区";
|
|
54803
54806
|
var frontend_about = "关于";
|
|
54804
54807
|
var frontend_log_out = "注销";
|
|
54805
54808
|
var frontend_listview_warning_start = "当前";
|
|
@@ -54888,6 +54891,7 @@ var zh_cn = {
|
|
|
54888
54891
|
frontend_notifications_allread: frontend_notifications_allread,
|
|
54889
54892
|
frontend_notifications_allread_message: frontend_notifications_allread_message,
|
|
54890
54893
|
frontend_profile: frontend_profile,
|
|
54894
|
+
switch_space: switch_space,
|
|
54891
54895
|
frontend_about: frontend_about,
|
|
54892
54896
|
frontend_log_out: frontend_log_out,
|
|
54893
54897
|
frontend_listview_warning_start: frontend_listview_warning_start,
|