comand-component-library 4.2.96 → 4.2.98
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comand-component-library",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.98",
|
|
4
4
|
"license": "GPL-3.0-only",
|
|
5
5
|
"author": "CoManD-UI",
|
|
6
6
|
"private": false,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"clickout-event": "^1.1.2",
|
|
32
|
-
"comand-frontend-framework": "^4.3.
|
|
32
|
+
"comand-frontend-framework": "^4.3.26",
|
|
33
33
|
"comand-ui-iconfonts": "^1.0.19",
|
|
34
34
|
"core-js": "^3.20.1",
|
|
35
35
|
"prismjs": "^1.27.0",
|
package/src/ComponentLibrary.vue
CHANGED
|
@@ -1331,6 +1331,7 @@
|
|
|
1331
1331
|
:modelValue="props.formDataForPage"
|
|
1332
1332
|
@update:modelValue="props.updateFormDataForPage"
|
|
1333
1333
|
/>
|
|
1334
|
+
props.formDataForPage: {{ props.formDataForPage }}
|
|
1334
1335
|
<a href="#" @click.prevent="props.setErrorOnPage('This is an error!')">Set Error</a><br />
|
|
1335
1336
|
<a href="#" @click.prevent="props.removeErrorOnPage">Remove Error</a>
|
|
1336
1337
|
</template>
|
|
@@ -1365,6 +1366,7 @@
|
|
|
1365
1366
|
@validation-status-change="setValidationStatus($event, 'page-2-email', props)"
|
|
1366
1367
|
/>
|
|
1367
1368
|
</CmdForm>
|
|
1369
|
+
props.formDataForPage: {{ props.formDataForPage }}
|
|
1368
1370
|
<a href="#" @click.prevent="props.setErrorOnPage('This is an error!')">Set Error</a>
|
|
1369
1371
|
</template>
|
|
1370
1372
|
<template v-slot:page-3="props">
|
|
@@ -1403,6 +1405,7 @@
|
|
|
1403
1405
|
v-model="props.formDataForPage.city"
|
|
1404
1406
|
/>
|
|
1405
1407
|
</div>
|
|
1408
|
+
props.formDataForPage: {{ props.formDataForPage }}
|
|
1406
1409
|
</CmdForm>
|
|
1407
1410
|
</template>
|
|
1408
1411
|
<template v-slot:page-last="props">
|
|
@@ -244,42 +244,44 @@ a img.flag {
|
|
|
244
244
|
top: 0 !important; /* overwrite calculated inline-styles from javascript for cmd-tooltip-component */
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
|
|
248
|
-
.
|
|
249
|
-
|
|
250
|
-
|
|
247
|
+
&:has([required]) {
|
|
248
|
+
&.has-state, & + .cmd-tooltip {
|
|
249
|
+
.label-text {
|
|
250
|
+
> span, > a, sup {
|
|
251
|
+
color: var(--status-color);
|
|
252
|
+
}
|
|
251
253
|
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
254
|
+
|
|
255
|
+
&.error {
|
|
256
|
+
--status-color: var(--error-color);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
&.warning {
|
|
260
|
+
--status-color: var(--warning-color);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
&.success {
|
|
264
|
+
--status-color: var(--success-color);
|
|
265
|
+
|
|
266
|
+
.label-text > a {
|
|
267
|
+
&:has([class*="icon-"]) {
|
|
268
|
+
&:hover, &:active, &:focus {
|
|
269
|
+
cursor: default;
|
|
270
|
+
|
|
271
|
+
[class*="icon-"] {
|
|
272
|
+
color: var(--success-color);
|
|
273
|
+
}
|
|
272
274
|
}
|
|
273
275
|
}
|
|
274
276
|
}
|
|
275
277
|
}
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
278
|
+
|
|
279
|
+
&.info {
|
|
280
|
+
--status-color: var(--info-color);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
281
283
|
}
|
|
282
|
-
|
|
284
|
+
|
|
283
285
|
& + .cmd-tooltip {
|
|
284
286
|
border-color: var(--status-color);
|
|
285
287
|
}
|