@steedos/service-plugin-amis 2.6.2-beta.34 → 2.6.2-beta.35
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.
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"actionType": "dialog",
|
|
24
24
|
"dialog": {
|
|
25
25
|
"type": "dialog",
|
|
26
|
+
"title": "显示的列",
|
|
26
27
|
"size": "md",
|
|
27
28
|
"body": [
|
|
28
29
|
{
|
|
@@ -173,6 +174,7 @@
|
|
|
173
174
|
"actionType": "dialog",
|
|
174
175
|
"dialog": {
|
|
175
176
|
"type": "dialog",
|
|
177
|
+
"title": "显示的列",
|
|
176
178
|
"size": "md",
|
|
177
179
|
"body": [
|
|
178
180
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.6.2-beta.
|
|
3
|
+
"version": "2.6.2-beta.35",
|
|
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": "0ee80cda18567eca0efc64396f04b679ead06ef6",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|