@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.
@@ -20925,6 +20925,7 @@
20925
20925
  var frontend_notifications_allread$1 = "Mark all as read";
20926
20926
  var frontend_notifications_allread_message$1 = "All marked as read";
20927
20927
  var frontend_profile$1 = "Profile";
20928
+ var switch_space$1 = "Switch Space";
20928
20929
  var frontend_about$1 = "About";
20929
20930
  var frontend_log_out$1 = "Log out";
20930
20931
  var frontend_listview_warning_start$1 = "The current ";
@@ -21012,6 +21013,7 @@
21012
21013
  frontend_notifications_allread: frontend_notifications_allread$1,
21013
21014
  frontend_notifications_allread_message: frontend_notifications_allread_message$1,
21014
21015
  frontend_profile: frontend_profile$1,
21016
+ switch_space: switch_space$1,
21015
21017
  frontend_about: frontend_about$1,
21016
21018
  frontend_log_out: frontend_log_out$1,
21017
21019
  frontend_listview_warning_start: frontend_listview_warning_start$1,
@@ -21101,6 +21103,7 @@
21101
21103
  var frontend_notifications_allread = "全部标记为已读";
21102
21104
  var frontend_notifications_allread_message = "已全部标记为已读";
21103
21105
  var frontend_profile = "个人资料";
21106
+ var switch_space = "切换工作区";
21104
21107
  var frontend_about = "关于";
21105
21108
  var frontend_log_out = "注销";
21106
21109
  var frontend_listview_warning_start = "当前";
@@ -21189,6 +21192,7 @@
21189
21192
  frontend_notifications_allread: frontend_notifications_allread,
21190
21193
  frontend_notifications_allread_message: frontend_notifications_allread_message,
21191
21194
  frontend_profile: frontend_profile,
21195
+ switch_space: switch_space,
21192
21196
  frontend_about: frontend_about,
21193
21197
  frontend_log_out: frontend_log_out,
21194
21198
  frontend_listview_warning_start: frontend_listview_warning_start,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-widgets/sortable",
3
- "version": "3.6.2-beta.10",
3
+ "version": "3.6.2-beta.11",
4
4
  "main": "dist/sortable.cjs.js",
5
5
  "module": "dist/sortable.esm.js",
6
6
  "unpkg": "dist/sortable.umd.js",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@dnd-kit/core": "^6.0.5",
47
47
  "@dnd-kit/sortable": "^7.0.1",
48
- "@steedos-widgets/amis-lib": "3.6.2-beta.10"
48
+ "@steedos-widgets/amis-lib": "3.6.2-beta.11"
49
49
  },
50
- "gitHead": "9074b66d1cfd4cdc7a5ebce711a3ac0d295269c1"
50
+ "gitHead": "c8f1202857d0988250628012afbc80be391eae3d"
51
51
  }