@steedos/service-plugin-amis 2.5.0-beta.19 → 2.5.0-beta.20
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.
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"valueField": "symbol",
|
|
110
110
|
"multiple": false,
|
|
111
111
|
"source": "${sldsIconsOptions}",
|
|
112
|
-
"menuTpl": "<span class=\"flex items-center mt-0.5\">\n <span role=\"img\" aria-label=\"smile\" class=\"anticon anticon-smile\">\n <span class=\"slds-icon_container slds-icon-standard-${symbol|split:_|join:-}\">\n <svg class=\"slds-icon slds-icon_x-small\" aria-hidden=\"true\">\n <use xlink:href=\"
|
|
112
|
+
"menuTpl": "<span class=\"flex items-center mt-0.5\">\n <span role=\"img\" aria-label=\"smile\" class=\"anticon anticon-smile\">\n <span class=\"slds-icon_container slds-icon-standard-${symbol|split:_|join:-}\">\n <svg class=\"slds-icon slds-icon_x-small\" aria-hidden=\"true\">\n <use xlink:href=\"/assets/icons/standard-sprite/svg/symbols.svg#${symbol}\"></use>\n </svg>\n </span>\n </span>\n <span class=\"pl-1.5\">${symbol}</span>\n</span>"
|
|
113
113
|
}
|
|
114
114
|
],
|
|
115
115
|
"id": "u:420b0162ce2c",
|
|
@@ -407,15 +407,6 @@
|
|
|
407
407
|
"labelClassName": "text-left",
|
|
408
408
|
"id": "u:44fa8ee006c1"
|
|
409
409
|
},
|
|
410
|
-
{
|
|
411
|
-
"name": "is_use_iframe",
|
|
412
|
-
"label": "使用iframe打开",
|
|
413
|
-
"type": "checkbox",
|
|
414
|
-
"tpl": null,
|
|
415
|
-
"className": "m-0",
|
|
416
|
-
"labelClassName": "text-left",
|
|
417
|
-
"id": "u:ba806048fa36"
|
|
418
|
-
},
|
|
419
410
|
{
|
|
420
411
|
"name": "is_new_window",
|
|
421
412
|
"label": "在新窗口打开",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.5.0-beta.
|
|
3
|
+
"version": "2.5.0-beta.20",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:tailwind-base && yarn build:tailwind",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "830af95dcc46ba3ac1abf237943d23e627feabaf",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|