@esri/hub-common 14.43.0 → 14.43.1
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/esm/core/schemas/internal/metrics/StatCardUiSchema.js +42 -42
- package/dist/esm/core/schemas/internal/metrics/StatCardUiSchema.js.map +1 -1
- package/dist/node/core/schemas/internal/metrics/StatCardUiSchema.js +42 -42
- package/dist/node/core/schemas/internal/metrics/StatCardUiSchema.js.map +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
11
11
|
elements: [
|
|
12
12
|
{
|
|
13
13
|
type: "Section",
|
|
14
|
-
labelKey:
|
|
14
|
+
labelKey: `statistic.sectionTitle`,
|
|
15
15
|
options: {
|
|
16
16
|
section: "block",
|
|
17
17
|
open: true,
|
|
@@ -20,16 +20,16 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
20
20
|
{
|
|
21
21
|
type: "Control",
|
|
22
22
|
scope: "/properties/type",
|
|
23
|
-
labelKey:
|
|
23
|
+
labelKey: `statistic.type.label`,
|
|
24
24
|
options: {
|
|
25
25
|
control: "hub-field-input-tile-select",
|
|
26
26
|
enum: {
|
|
27
|
-
i18nScope:
|
|
27
|
+
i18nScope: `statistic.type.enum`,
|
|
28
28
|
},
|
|
29
29
|
},
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
labelKey:
|
|
32
|
+
labelKey: `statistic.displayValue`,
|
|
33
33
|
scope: "/properties/value",
|
|
34
34
|
type: "Control",
|
|
35
35
|
rule: SHOW_FOR_STATIC_RULE,
|
|
@@ -37,7 +37,7 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
37
37
|
{
|
|
38
38
|
scope: "/properties/dynamicMetric",
|
|
39
39
|
type: "Control",
|
|
40
|
-
labelKey:
|
|
40
|
+
labelKey: `statistic.dataSource`,
|
|
41
41
|
rule: SHOW_FOR_DYNAMIC_RULE,
|
|
42
42
|
options: {
|
|
43
43
|
control: "hub-composite-input-service-query-metric",
|
|
@@ -45,7 +45,7 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
type: "Section",
|
|
48
|
-
labelKey:
|
|
48
|
+
labelKey: `formatting.sectionTitle`,
|
|
49
49
|
scope: "/properties/allowUnitFormatting",
|
|
50
50
|
options: {
|
|
51
51
|
section: "subblock",
|
|
@@ -54,26 +54,26 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
54
54
|
},
|
|
55
55
|
elements: [
|
|
56
56
|
{
|
|
57
|
-
labelKey:
|
|
57
|
+
labelKey: `formatting.unit.label`,
|
|
58
58
|
scope: "/properties/unit",
|
|
59
59
|
type: "Control",
|
|
60
60
|
rule: SHOW_FOR_UNITS_SECTION_ENABLED,
|
|
61
61
|
options: {
|
|
62
62
|
helperText: {
|
|
63
|
-
labelKey:
|
|
63
|
+
labelKey: `formatting.unit.helperText`,
|
|
64
64
|
placement: "bottom",
|
|
65
65
|
},
|
|
66
66
|
},
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
labelKey:
|
|
69
|
+
labelKey: `formatting.unitPosition.label`,
|
|
70
70
|
scope: "/properties/unitPosition",
|
|
71
71
|
type: "Control",
|
|
72
72
|
rule: SHOW_FOR_UNITS_SECTION_ENABLED,
|
|
73
73
|
options: {
|
|
74
74
|
control: "hub-field-input-select",
|
|
75
75
|
enum: {
|
|
76
|
-
i18nScope:
|
|
76
|
+
i18nScope: `formatting.unitPosition.enum`,
|
|
77
77
|
},
|
|
78
78
|
},
|
|
79
79
|
},
|
|
@@ -81,7 +81,7 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
type: "Section",
|
|
84
|
-
labelKey:
|
|
84
|
+
labelKey: `advancedConfig.label`,
|
|
85
85
|
options: {
|
|
86
86
|
section: "subblock",
|
|
87
87
|
},
|
|
@@ -89,33 +89,33 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
89
89
|
elements: [
|
|
90
90
|
{
|
|
91
91
|
scope: "/properties/serverTimeout",
|
|
92
|
-
labelKey:
|
|
92
|
+
labelKey: `advancedConfig.serverTimeout.label`,
|
|
93
93
|
type: "Control",
|
|
94
94
|
rule: SHOW_FOR_DYNAMIC_RULE,
|
|
95
95
|
options: {
|
|
96
96
|
control: "hub-field-input-input",
|
|
97
97
|
type: "number",
|
|
98
98
|
helperText: {
|
|
99
|
-
labelKey:
|
|
99
|
+
labelKey: `advancedConfig.serverTimeout.helperText`,
|
|
100
100
|
placement: "bottom",
|
|
101
101
|
},
|
|
102
102
|
messages: [
|
|
103
103
|
{
|
|
104
104
|
type: "ERROR",
|
|
105
105
|
keyword: "type",
|
|
106
|
-
labelKey:
|
|
106
|
+
labelKey: `advancedConfig.serverTimeout.errors.type`,
|
|
107
107
|
icon: true,
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
type: "ERROR",
|
|
111
111
|
keyword: "minimum",
|
|
112
|
-
labelKey:
|
|
112
|
+
labelKey: `advancedConfig.serverTimeout.errors.minimum`,
|
|
113
113
|
icon: true,
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
type: "ERROR",
|
|
117
117
|
keyword: "maximum",
|
|
118
|
-
labelKey:
|
|
118
|
+
labelKey: `advancedConfig.serverTimeout.errors.maximum`,
|
|
119
119
|
icon: true,
|
|
120
120
|
},
|
|
121
121
|
],
|
|
@@ -127,29 +127,29 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
type: "Section",
|
|
130
|
-
labelKey:
|
|
130
|
+
labelKey: `details.sectionTitle`,
|
|
131
131
|
options: {
|
|
132
132
|
section: "block",
|
|
133
133
|
},
|
|
134
134
|
elements: [
|
|
135
135
|
{
|
|
136
|
-
labelKey:
|
|
136
|
+
labelKey: `details.title`,
|
|
137
137
|
scope: "/properties/cardTitle",
|
|
138
138
|
type: "Control",
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
|
-
labelKey:
|
|
141
|
+
labelKey: `details.subtitle`,
|
|
142
142
|
scope: "/properties/subtitle",
|
|
143
143
|
type: "Control",
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
labelKey:
|
|
146
|
+
labelKey: `details.trailingText`,
|
|
147
147
|
scope: "/properties/trailingText",
|
|
148
148
|
type: "Control",
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
type: "Section",
|
|
152
|
-
labelKey:
|
|
152
|
+
labelKey: `details.link.sectionTitle`,
|
|
153
153
|
scope: "/properties/allowLink",
|
|
154
154
|
options: {
|
|
155
155
|
section: "subblock",
|
|
@@ -158,7 +158,7 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
158
158
|
rule: SHOW_FOR_STATIC_RULE,
|
|
159
159
|
elements: [
|
|
160
160
|
{
|
|
161
|
-
labelKey:
|
|
161
|
+
labelKey: `details.link.sourceLink`,
|
|
162
162
|
scope: "/properties/sourceLink",
|
|
163
163
|
type: "Control",
|
|
164
164
|
rule: SHOW_FOR_LINK_SECTION_ENABLED_AND_STATIC,
|
|
@@ -169,14 +169,14 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
169
169
|
type: "ERROR",
|
|
170
170
|
keyword: "required",
|
|
171
171
|
icon: true,
|
|
172
|
-
labelKey:
|
|
172
|
+
labelKey: `errors.sourceLink.required`,
|
|
173
173
|
allowShowBeforeInteract: true,
|
|
174
174
|
},
|
|
175
175
|
],
|
|
176
176
|
},
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
labelKey:
|
|
179
|
+
labelKey: `details.link.sourceTitle`,
|
|
180
180
|
scope: "/properties/sourceTitle",
|
|
181
181
|
type: "Control",
|
|
182
182
|
rule: SHOW_FOR_LINK_SECTION_ENABLED_AND_STATIC,
|
|
@@ -186,7 +186,7 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
186
186
|
{
|
|
187
187
|
type: "Control",
|
|
188
188
|
scope: "/properties/allowDynamicLink",
|
|
189
|
-
labelKey:
|
|
189
|
+
labelKey: `details.allowDynamicLink`,
|
|
190
190
|
rule: SHOW_FOR_DYNAMIC_RULE,
|
|
191
191
|
options: {
|
|
192
192
|
layout: "inline-space-between",
|
|
@@ -197,23 +197,23 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
type: "Section",
|
|
200
|
-
labelKey:
|
|
200
|
+
labelKey: `appearance.sectionTitle`,
|
|
201
201
|
options: { section: "block" },
|
|
202
202
|
elements: [
|
|
203
203
|
{
|
|
204
|
-
labelKey:
|
|
204
|
+
labelKey: `appearance.layout.label`,
|
|
205
205
|
scope: "/properties/layout",
|
|
206
206
|
type: "Control",
|
|
207
207
|
rule: HIDE_FOR_ALL,
|
|
208
208
|
options: {
|
|
209
209
|
control: "hub-field-input-select",
|
|
210
210
|
enum: {
|
|
211
|
-
i18nScope:
|
|
211
|
+
i18nScope: `layout.enum`,
|
|
212
212
|
},
|
|
213
213
|
},
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
labelKey:
|
|
216
|
+
labelKey: `appearance.textAlign`,
|
|
217
217
|
scope: "/properties/textAlign",
|
|
218
218
|
type: "Control",
|
|
219
219
|
rule: HIDE_FOR_DATA_VIZ_RULE,
|
|
@@ -222,7 +222,7 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
222
222
|
},
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
|
-
labelKey:
|
|
225
|
+
labelKey: `appearance.valueColor`,
|
|
226
226
|
scope: "/properties/valueColor",
|
|
227
227
|
type: "Control",
|
|
228
228
|
options: {
|
|
@@ -231,37 +231,37 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
231
231
|
},
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
labelKey:
|
|
234
|
+
labelKey: `appearance.dropShadow.label`,
|
|
235
235
|
scope: "/properties/dropShadow",
|
|
236
236
|
type: "Control",
|
|
237
237
|
rule: HIDE_FOR_ALL,
|
|
238
238
|
options: {
|
|
239
239
|
control: "hub-field-input-select",
|
|
240
240
|
enum: {
|
|
241
|
-
i18nScope:
|
|
241
|
+
i18nScope: `appearance.dropShadow.enum`,
|
|
242
242
|
},
|
|
243
243
|
},
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
|
-
labelKey:
|
|
246
|
+
labelKey: `appearance.visualInterest.label`,
|
|
247
247
|
scope: "/properties/visualInterest",
|
|
248
248
|
type: "Control",
|
|
249
249
|
rule: HIDE_FOR_ALL,
|
|
250
250
|
options: {
|
|
251
251
|
control: "hub-field-input-select",
|
|
252
252
|
enum: {
|
|
253
|
-
i18nScope:
|
|
253
|
+
i18nScope: `appearance.visualInterest.enum`,
|
|
254
254
|
},
|
|
255
255
|
},
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
labelKey:
|
|
258
|
+
labelKey: `appearance.popoverTitle`,
|
|
259
259
|
scope: "/properties/popoverTitle",
|
|
260
260
|
type: "Control",
|
|
261
261
|
rule: SHOW_FOR_MORE_INFO_RULE,
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
labelKey:
|
|
264
|
+
labelKey: `appearance.popoverDescription`,
|
|
265
265
|
scope: "/properties/popoverDescription",
|
|
266
266
|
type: "Control",
|
|
267
267
|
rule: SHOW_FOR_MORE_INFO_RULE,
|
|
@@ -270,38 +270,38 @@ export const buildUiSchema = (i18nScope, config, context) => {
|
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
type: "Section",
|
|
273
|
-
labelKey:
|
|
273
|
+
labelKey: `sharing.sectionTitle`,
|
|
274
274
|
options: {
|
|
275
275
|
section: "block",
|
|
276
276
|
},
|
|
277
277
|
elements: [
|
|
278
278
|
{
|
|
279
|
-
labelKey:
|
|
279
|
+
labelKey: `sharing.showShareIcon`,
|
|
280
280
|
scope: "/properties/shareable",
|
|
281
281
|
type: "Control",
|
|
282
282
|
options: {
|
|
283
283
|
helperText: {
|
|
284
|
-
labelKey:
|
|
284
|
+
labelKey: `sharing.showShareIconHelperText`,
|
|
285
285
|
},
|
|
286
286
|
control: "hub-field-input-switch",
|
|
287
287
|
layout: "inline-space-between",
|
|
288
288
|
},
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
|
-
labelKey:
|
|
291
|
+
labelKey: `sharing.shareableByValue`,
|
|
292
292
|
scope: "/properties/shareableByValue",
|
|
293
293
|
type: "Control",
|
|
294
294
|
rule: HIDE_FOR_ALL,
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
|
-
labelKey:
|
|
297
|
+
labelKey: `sharing.shareableOnHover.label`,
|
|
298
298
|
scope: "/properties/shareableOnHover",
|
|
299
299
|
type: "Control",
|
|
300
300
|
rule: SHOW_FOR_SHARING_RULE,
|
|
301
301
|
options: {
|
|
302
302
|
control: "hub-field-input-switch",
|
|
303
303
|
helperText: {
|
|
304
|
-
labelKey:
|
|
304
|
+
labelKey: `sharing.shareableOnHover.helperText.label`,
|
|
305
305
|
},
|
|
306
306
|
layout: "inline-space-between",
|
|
307
307
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatCardUiSchema.js","sourceRoot":"","sources":["../../../../../../src/core/schemas/internal/metrics/StatCardUiSchema.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAa,MAAM,aAAa,CAAC;AAE7D;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAC3B,SAAiB,EACjB,MAA8B,EAC9B,OAAuB,EACZ,EAAE;IACb,MAAM,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;IAC/B,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"StatCardUiSchema.js","sourceRoot":"","sources":["../../../../../../src/core/schemas/internal/metrics/StatCardUiSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
14
14
|
elements: [
|
|
15
15
|
{
|
|
16
16
|
type: "Section",
|
|
17
|
-
labelKey:
|
|
17
|
+
labelKey: `statistic.sectionTitle`,
|
|
18
18
|
options: {
|
|
19
19
|
section: "block",
|
|
20
20
|
open: true,
|
|
@@ -23,16 +23,16 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
23
23
|
{
|
|
24
24
|
type: "Control",
|
|
25
25
|
scope: "/properties/type",
|
|
26
|
-
labelKey:
|
|
26
|
+
labelKey: `statistic.type.label`,
|
|
27
27
|
options: {
|
|
28
28
|
control: "hub-field-input-tile-select",
|
|
29
29
|
enum: {
|
|
30
|
-
i18nScope:
|
|
30
|
+
i18nScope: `statistic.type.enum`,
|
|
31
31
|
},
|
|
32
32
|
},
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
labelKey:
|
|
35
|
+
labelKey: `statistic.displayValue`,
|
|
36
36
|
scope: "/properties/value",
|
|
37
37
|
type: "Control",
|
|
38
38
|
rule: SHOW_FOR_STATIC_RULE,
|
|
@@ -40,7 +40,7 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
40
40
|
{
|
|
41
41
|
scope: "/properties/dynamicMetric",
|
|
42
42
|
type: "Control",
|
|
43
|
-
labelKey:
|
|
43
|
+
labelKey: `statistic.dataSource`,
|
|
44
44
|
rule: SHOW_FOR_DYNAMIC_RULE,
|
|
45
45
|
options: {
|
|
46
46
|
control: "hub-composite-input-service-query-metric",
|
|
@@ -48,7 +48,7 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
type: "Section",
|
|
51
|
-
labelKey:
|
|
51
|
+
labelKey: `formatting.sectionTitle`,
|
|
52
52
|
scope: "/properties/allowUnitFormatting",
|
|
53
53
|
options: {
|
|
54
54
|
section: "subblock",
|
|
@@ -57,26 +57,26 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
57
57
|
},
|
|
58
58
|
elements: [
|
|
59
59
|
{
|
|
60
|
-
labelKey:
|
|
60
|
+
labelKey: `formatting.unit.label`,
|
|
61
61
|
scope: "/properties/unit",
|
|
62
62
|
type: "Control",
|
|
63
63
|
rule: SHOW_FOR_UNITS_SECTION_ENABLED,
|
|
64
64
|
options: {
|
|
65
65
|
helperText: {
|
|
66
|
-
labelKey:
|
|
66
|
+
labelKey: `formatting.unit.helperText`,
|
|
67
67
|
placement: "bottom",
|
|
68
68
|
},
|
|
69
69
|
},
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
labelKey:
|
|
72
|
+
labelKey: `formatting.unitPosition.label`,
|
|
73
73
|
scope: "/properties/unitPosition",
|
|
74
74
|
type: "Control",
|
|
75
75
|
rule: SHOW_FOR_UNITS_SECTION_ENABLED,
|
|
76
76
|
options: {
|
|
77
77
|
control: "hub-field-input-select",
|
|
78
78
|
enum: {
|
|
79
|
-
i18nScope:
|
|
79
|
+
i18nScope: `formatting.unitPosition.enum`,
|
|
80
80
|
},
|
|
81
81
|
},
|
|
82
82
|
},
|
|
@@ -84,7 +84,7 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
type: "Section",
|
|
87
|
-
labelKey:
|
|
87
|
+
labelKey: `advancedConfig.label`,
|
|
88
88
|
options: {
|
|
89
89
|
section: "subblock",
|
|
90
90
|
},
|
|
@@ -92,33 +92,33 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
92
92
|
elements: [
|
|
93
93
|
{
|
|
94
94
|
scope: "/properties/serverTimeout",
|
|
95
|
-
labelKey:
|
|
95
|
+
labelKey: `advancedConfig.serverTimeout.label`,
|
|
96
96
|
type: "Control",
|
|
97
97
|
rule: SHOW_FOR_DYNAMIC_RULE,
|
|
98
98
|
options: {
|
|
99
99
|
control: "hub-field-input-input",
|
|
100
100
|
type: "number",
|
|
101
101
|
helperText: {
|
|
102
|
-
labelKey:
|
|
102
|
+
labelKey: `advancedConfig.serverTimeout.helperText`,
|
|
103
103
|
placement: "bottom",
|
|
104
104
|
},
|
|
105
105
|
messages: [
|
|
106
106
|
{
|
|
107
107
|
type: "ERROR",
|
|
108
108
|
keyword: "type",
|
|
109
|
-
labelKey:
|
|
109
|
+
labelKey: `advancedConfig.serverTimeout.errors.type`,
|
|
110
110
|
icon: true,
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
type: "ERROR",
|
|
114
114
|
keyword: "minimum",
|
|
115
|
-
labelKey:
|
|
115
|
+
labelKey: `advancedConfig.serverTimeout.errors.minimum`,
|
|
116
116
|
icon: true,
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
type: "ERROR",
|
|
120
120
|
keyword: "maximum",
|
|
121
|
-
labelKey:
|
|
121
|
+
labelKey: `advancedConfig.serverTimeout.errors.maximum`,
|
|
122
122
|
icon: true,
|
|
123
123
|
},
|
|
124
124
|
],
|
|
@@ -130,29 +130,29 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
type: "Section",
|
|
133
|
-
labelKey:
|
|
133
|
+
labelKey: `details.sectionTitle`,
|
|
134
134
|
options: {
|
|
135
135
|
section: "block",
|
|
136
136
|
},
|
|
137
137
|
elements: [
|
|
138
138
|
{
|
|
139
|
-
labelKey:
|
|
139
|
+
labelKey: `details.title`,
|
|
140
140
|
scope: "/properties/cardTitle",
|
|
141
141
|
type: "Control",
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
|
-
labelKey:
|
|
144
|
+
labelKey: `details.subtitle`,
|
|
145
145
|
scope: "/properties/subtitle",
|
|
146
146
|
type: "Control",
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
|
-
labelKey:
|
|
149
|
+
labelKey: `details.trailingText`,
|
|
150
150
|
scope: "/properties/trailingText",
|
|
151
151
|
type: "Control",
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
type: "Section",
|
|
155
|
-
labelKey:
|
|
155
|
+
labelKey: `details.link.sectionTitle`,
|
|
156
156
|
scope: "/properties/allowLink",
|
|
157
157
|
options: {
|
|
158
158
|
section: "subblock",
|
|
@@ -161,7 +161,7 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
161
161
|
rule: SHOW_FOR_STATIC_RULE,
|
|
162
162
|
elements: [
|
|
163
163
|
{
|
|
164
|
-
labelKey:
|
|
164
|
+
labelKey: `details.link.sourceLink`,
|
|
165
165
|
scope: "/properties/sourceLink",
|
|
166
166
|
type: "Control",
|
|
167
167
|
rule: SHOW_FOR_LINK_SECTION_ENABLED_AND_STATIC,
|
|
@@ -172,14 +172,14 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
172
172
|
type: "ERROR",
|
|
173
173
|
keyword: "required",
|
|
174
174
|
icon: true,
|
|
175
|
-
labelKey:
|
|
175
|
+
labelKey: `errors.sourceLink.required`,
|
|
176
176
|
allowShowBeforeInteract: true,
|
|
177
177
|
},
|
|
178
178
|
],
|
|
179
179
|
},
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
|
-
labelKey:
|
|
182
|
+
labelKey: `details.link.sourceTitle`,
|
|
183
183
|
scope: "/properties/sourceTitle",
|
|
184
184
|
type: "Control",
|
|
185
185
|
rule: SHOW_FOR_LINK_SECTION_ENABLED_AND_STATIC,
|
|
@@ -189,7 +189,7 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
189
189
|
{
|
|
190
190
|
type: "Control",
|
|
191
191
|
scope: "/properties/allowDynamicLink",
|
|
192
|
-
labelKey:
|
|
192
|
+
labelKey: `details.allowDynamicLink`,
|
|
193
193
|
rule: SHOW_FOR_DYNAMIC_RULE,
|
|
194
194
|
options: {
|
|
195
195
|
layout: "inline-space-between",
|
|
@@ -200,23 +200,23 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
type: "Section",
|
|
203
|
-
labelKey:
|
|
203
|
+
labelKey: `appearance.sectionTitle`,
|
|
204
204
|
options: { section: "block" },
|
|
205
205
|
elements: [
|
|
206
206
|
{
|
|
207
|
-
labelKey:
|
|
207
|
+
labelKey: `appearance.layout.label`,
|
|
208
208
|
scope: "/properties/layout",
|
|
209
209
|
type: "Control",
|
|
210
210
|
rule: HIDE_FOR_ALL,
|
|
211
211
|
options: {
|
|
212
212
|
control: "hub-field-input-select",
|
|
213
213
|
enum: {
|
|
214
|
-
i18nScope:
|
|
214
|
+
i18nScope: `layout.enum`,
|
|
215
215
|
},
|
|
216
216
|
},
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
labelKey:
|
|
219
|
+
labelKey: `appearance.textAlign`,
|
|
220
220
|
scope: "/properties/textAlign",
|
|
221
221
|
type: "Control",
|
|
222
222
|
rule: HIDE_FOR_DATA_VIZ_RULE,
|
|
@@ -225,7 +225,7 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
225
225
|
},
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
labelKey:
|
|
228
|
+
labelKey: `appearance.valueColor`,
|
|
229
229
|
scope: "/properties/valueColor",
|
|
230
230
|
type: "Control",
|
|
231
231
|
options: {
|
|
@@ -234,37 +234,37 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
234
234
|
},
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
|
-
labelKey:
|
|
237
|
+
labelKey: `appearance.dropShadow.label`,
|
|
238
238
|
scope: "/properties/dropShadow",
|
|
239
239
|
type: "Control",
|
|
240
240
|
rule: HIDE_FOR_ALL,
|
|
241
241
|
options: {
|
|
242
242
|
control: "hub-field-input-select",
|
|
243
243
|
enum: {
|
|
244
|
-
i18nScope:
|
|
244
|
+
i18nScope: `appearance.dropShadow.enum`,
|
|
245
245
|
},
|
|
246
246
|
},
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
labelKey:
|
|
249
|
+
labelKey: `appearance.visualInterest.label`,
|
|
250
250
|
scope: "/properties/visualInterest",
|
|
251
251
|
type: "Control",
|
|
252
252
|
rule: HIDE_FOR_ALL,
|
|
253
253
|
options: {
|
|
254
254
|
control: "hub-field-input-select",
|
|
255
255
|
enum: {
|
|
256
|
-
i18nScope:
|
|
256
|
+
i18nScope: `appearance.visualInterest.enum`,
|
|
257
257
|
},
|
|
258
258
|
},
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
labelKey:
|
|
261
|
+
labelKey: `appearance.popoverTitle`,
|
|
262
262
|
scope: "/properties/popoverTitle",
|
|
263
263
|
type: "Control",
|
|
264
264
|
rule: SHOW_FOR_MORE_INFO_RULE,
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
labelKey:
|
|
267
|
+
labelKey: `appearance.popoverDescription`,
|
|
268
268
|
scope: "/properties/popoverDescription",
|
|
269
269
|
type: "Control",
|
|
270
270
|
rule: SHOW_FOR_MORE_INFO_RULE,
|
|
@@ -273,38 +273,38 @@ exports.buildUiSchema = (i18nScope, config, context) => {
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
type: "Section",
|
|
276
|
-
labelKey:
|
|
276
|
+
labelKey: `sharing.sectionTitle`,
|
|
277
277
|
options: {
|
|
278
278
|
section: "block",
|
|
279
279
|
},
|
|
280
280
|
elements: [
|
|
281
281
|
{
|
|
282
|
-
labelKey:
|
|
282
|
+
labelKey: `sharing.showShareIcon`,
|
|
283
283
|
scope: "/properties/shareable",
|
|
284
284
|
type: "Control",
|
|
285
285
|
options: {
|
|
286
286
|
helperText: {
|
|
287
|
-
labelKey:
|
|
287
|
+
labelKey: `sharing.showShareIconHelperText`,
|
|
288
288
|
},
|
|
289
289
|
control: "hub-field-input-switch",
|
|
290
290
|
layout: "inline-space-between",
|
|
291
291
|
},
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
|
-
labelKey:
|
|
294
|
+
labelKey: `sharing.shareableByValue`,
|
|
295
295
|
scope: "/properties/shareableByValue",
|
|
296
296
|
type: "Control",
|
|
297
297
|
rule: HIDE_FOR_ALL,
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
|
-
labelKey:
|
|
300
|
+
labelKey: `sharing.shareableOnHover.label`,
|
|
301
301
|
scope: "/properties/shareableOnHover",
|
|
302
302
|
type: "Control",
|
|
303
303
|
rule: SHOW_FOR_SHARING_RULE,
|
|
304
304
|
options: {
|
|
305
305
|
control: "hub-field-input-switch",
|
|
306
306
|
helperText: {
|
|
307
|
-
labelKey:
|
|
307
|
+
labelKey: `sharing.shareableOnHover.helperText.label`,
|
|
308
308
|
},
|
|
309
309
|
layout: "inline-space-between",
|
|
310
310
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatCardUiSchema.js","sourceRoot":"","sources":["../../../../../../src/core/schemas/internal/metrics/StatCardUiSchema.ts"],"names":[],"mappings":";;;AAEA,uCAA6D;AAE7D;;;;GAIG;AACU,QAAA,aAAa,GAAG,CAC3B,SAAiB,EACjB,MAA8B,EAC9B,OAAuB,EACZ,EAAE;IACb,MAAM,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;IAC/B,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE;YACR;gBACE,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"StatCardUiSchema.js","sourceRoot":"","sources":["../../../../../../src/core/schemas/internal/metrics/StatCardUiSchema.ts"],"names":[],"mappings":"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"}
|