@steedos-widgets/sortable 6.3.0-beta.14 → 6.3.0-beta.16
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 +6 -2
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +6 -2
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +6 -2
- 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.16/dist/sortable.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.16/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.16/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.16/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/sortable@6.3.0-beta.16/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,
|
|
@@ -59934,8 +59938,8 @@ async function lookupToAmisPicker(field, readonly, ctx){
|
|
|
59934
59938
|
const isAllowCreate = refObjectConfig.permissions.allowCreate;
|
|
59935
59939
|
const isCreate = lodash.exports.isBoolean(field.create) ? field.create : true;
|
|
59936
59940
|
// lookup字段配置过滤条件就强制不显示新建按钮
|
|
59937
|
-
let
|
|
59938
|
-
if (isAllowCreate && isCreate && !
|
|
59941
|
+
let hasFilters = !lodash.exports.isEmpty(field.filters) || !!field.filtersFunction || !!field._filtersFunction;
|
|
59942
|
+
if (isAllowCreate && isCreate && !hasFilters) {
|
|
59939
59943
|
const new_button = await getSchema$5(refObjectConfig, { appId: ctx.appId, objectName: refObjectConfig.name, formFactor: ctx.formFactor });
|
|
59940
59944
|
new_button.align = "right";
|
|
59941
59945
|
// 保持快速搜索放在最左侧,新建按钮往里插,而不是push到最后
|