@ibiz-template/web-theme 1.0.28 → 1.0.30

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.
@@ -64,6 +64,9 @@ declare const _default: {
64
64
  } | {
65
65
  panelItems: ({
66
66
  editor: {
67
+ editorParams: {
68
+ autocomplete: string;
69
+ };
67
70
  editorType: string;
68
71
  predefinedType: string;
69
72
  valueType: string;
@@ -66,6 +66,9 @@ var AppLoginView = {
66
66
  "panelItems": [
67
67
  {
68
68
  "editor": {
69
+ "editorParams": {
70
+ "autocomplete": "true"
71
+ },
69
72
  "editorType": "TEXTBOX",
70
73
  "predefinedType": "AUTH_USERID",
71
74
  "valueType": "SIMPLE",
@@ -86,6 +89,9 @@ var AppLoginView = {
86
89
  },
87
90
  {
88
91
  "editor": {
92
+ "editorParams": {
93
+ "autocomplete": "true"
94
+ },
89
95
  "editorType": "PASSWORD",
90
96
  "predefinedType": "AUTH_PASSWORD",
91
97
  "valueType": "SIMPLE",
@@ -96,6 +96,7 @@ declare const _default: {
96
96
  layoutPos: {
97
97
  shrink: number;
98
98
  layout: string;
99
+ grow?: undefined;
99
100
  };
100
101
  id: string;
101
102
  } | {
@@ -104,6 +105,7 @@ declare const _default: {
104
105
  itemStyle: string;
105
106
  itemType: string;
106
107
  layoutPos: {
108
+ grow: number;
107
109
  shrink: number;
108
110
  layout: string;
109
111
  };
@@ -121,6 +123,7 @@ declare const _default: {
121
123
  itemStyle: string;
122
124
  itemType: string;
123
125
  layoutPos: {
126
+ grow: number;
124
127
  shrink: number;
125
128
  layout: string;
126
129
  };
@@ -145,6 +145,7 @@ var ChartExpBar = {
145
145
  "itemStyle": "DEFAULT",
146
146
  "itemType": "CTRLPOS",
147
147
  "layoutPos": {
148
+ "grow": 1,
148
149
  "shrink": 1,
149
150
  "layout": "FLEX"
150
151
  },
@@ -160,6 +161,7 @@ var ChartExpBar = {
160
161
  "itemStyle": "DEFAULT",
161
162
  "itemType": "CONTAINER",
162
163
  "layoutPos": {
164
+ "grow": 1,
163
165
  "shrink": 1,
164
166
  "layout": "FLEX"
165
167
  },
@@ -90,7 +90,7 @@ var DETabExpView = {
90
90
  "itemStyle": "DEFAULT",
91
91
  "itemType": "CONTAINER",
92
92
  "layoutPos": {
93
- "shrink": 1,
93
+ "shrink": 0,
94
94
  "layout": "FLEX"
95
95
  },
96
96
  "id": "view_tabexppanel_left"
@@ -70,6 +70,9 @@ var AppLoginView = {
70
70
  "panelItems": [
71
71
  {
72
72
  "editor": {
73
+ "editorParams": {
74
+ "autocomplete": "true"
75
+ },
73
76
  "editorType": "TEXTBOX",
74
77
  "predefinedType": "AUTH_USERID",
75
78
  "valueType": "SIMPLE",
@@ -90,6 +93,9 @@ var AppLoginView = {
90
93
  },
91
94
  {
92
95
  "editor": {
96
+ "editorParams": {
97
+ "autocomplete": "true"
98
+ },
93
99
  "editorType": "PASSWORD",
94
100
  "predefinedType": "AUTH_PASSWORD",
95
101
  "valueType": "SIMPLE",
@@ -149,6 +149,7 @@ var ChartExpBar = {
149
149
  "itemStyle": "DEFAULT",
150
150
  "itemType": "CTRLPOS",
151
151
  "layoutPos": {
152
+ "grow": 1,
152
153
  "shrink": 1,
153
154
  "layout": "FLEX"
154
155
  },
@@ -164,6 +165,7 @@ var ChartExpBar = {
164
165
  "itemStyle": "DEFAULT",
165
166
  "itemType": "CONTAINER",
166
167
  "layoutPos": {
168
+ "grow": 1,
167
169
  "shrink": 1,
168
170
  "layout": "FLEX"
169
171
  },
@@ -94,7 +94,7 @@ var DETabExpView = {
94
94
  "itemStyle": "DEFAULT",
95
95
  "itemType": "CONTAINER",
96
96
  "layoutPos": {
97
- "shrink": 1,
97
+ "shrink": 0,
98
98
  "layout": "FLEX"
99
99
  },
100
100
  "id": "view_tabexppanel_left"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",