@nethserver/ns8-ui-lib 1.9.0 → 1.10.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/ns8-ui-lib.esm.js
CHANGED
|
@@ -7696,11 +7696,11 @@ var script$o = {
|
|
|
7696
7696
|
mixins: [UtilService],
|
|
7697
7697
|
props: {
|
|
7698
7698
|
value: String,
|
|
7699
|
-
|
|
7699
|
+
newPasswordHelperText: {
|
|
7700
7700
|
type: String,
|
|
7701
7701
|
default: undefined
|
|
7702
7702
|
},
|
|
7703
|
-
|
|
7703
|
+
confirmPasswordHelperText: {
|
|
7704
7704
|
type: String,
|
|
7705
7705
|
default: undefined
|
|
7706
7706
|
},
|
|
@@ -7893,7 +7893,7 @@ var __vue_render__$A = function () {
|
|
|
7893
7893
|
attrs: {
|
|
7894
7894
|
"value": _vm.value,
|
|
7895
7895
|
"type": "password",
|
|
7896
|
-
"helperText": _vm.
|
|
7896
|
+
"helperText": _vm.newPasswordHelperText,
|
|
7897
7897
|
"invalidMessage": _vm.newPasswordInvalidMessage,
|
|
7898
7898
|
"label": _vm.newPasswordLabel,
|
|
7899
7899
|
"passwordHideLabel": _vm.passwordHideLabel,
|
|
@@ -7944,7 +7944,7 @@ var __vue_render__$A = function () {
|
|
|
7944
7944
|
staticClass: "confirm-password",
|
|
7945
7945
|
attrs: {
|
|
7946
7946
|
"type": "password",
|
|
7947
|
-
"helperText": _vm.
|
|
7947
|
+
"helperText": _vm.confirmPasswordHelperText,
|
|
7948
7948
|
"invalidMessage": _vm.confirmPasswordInvalidMessage,
|
|
7949
7949
|
"label": _vm.confirmPasswordLabel,
|
|
7950
7950
|
"passwordHideLabel": _vm.passwordHideLabel,
|
|
@@ -7976,8 +7976,8 @@ var __vue_staticRenderFns__$A = [];
|
|
|
7976
7976
|
|
|
7977
7977
|
const __vue_inject_styles__$C = function (inject) {
|
|
7978
7978
|
if (!inject) return;
|
|
7979
|
-
inject("data-v-
|
|
7980
|
-
source: ".new-password-container[data-v-
|
|
7979
|
+
inject("data-v-1972134c_0", {
|
|
7980
|
+
source: ".new-password-container[data-v-1972134c]{margin-bottom:1.5rem}.new-password[data-v-1972134c]{margin-bottom:.25rem}.confirm-password[data-v-1972134c]{margin-bottom:.25rem}.password-meter[data-v-1972134c]{display:flex}@media (min-width:672px){.password-meter[data-v-1972134c]{max-width:38rem}}.requirement[data-v-1972134c]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-1972134c]{background-color:#fff}.requirement[data-v-1972134c]:first-child{margin-left:0}.requirement-ok[data-v-1972134c]{color:#fff;background-color:#198038}.requirement-disabled[data-v-1972134c]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
7981
7981
|
map: undefined,
|
|
7982
7982
|
media: undefined
|
|
7983
7983
|
});
|
|
@@ -7985,7 +7985,7 @@ const __vue_inject_styles__$C = function (inject) {
|
|
|
7985
7985
|
/* scoped */
|
|
7986
7986
|
|
|
7987
7987
|
|
|
7988
|
-
const __vue_scope_id__$C = "data-v-
|
|
7988
|
+
const __vue_scope_id__$C = "data-v-1972134c";
|
|
7989
7989
|
/* module identifier */
|
|
7990
7990
|
|
|
7991
7991
|
const __vue_module_identifier__$C = undefined;
|