@nethserver/ns8-ui-lib 0.0.47 → 0.0.48

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.
@@ -1109,7 +1109,7 @@ var __vue_render__$o = function () {
1109
1109
  "color": "white"
1110
1110
  }
1111
1111
  })], 1) : _vm._e()])], 1), _vm._v(" "), _vm.actionLabel ? _c('button', {
1112
- class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost"],
1112
+ class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost", 'action-button'],
1113
1113
  attrs: {
1114
1114
  "type": "button"
1115
1115
  },
@@ -1140,8 +1140,8 @@ var __vue_staticRenderFns__$o = [];
1140
1140
 
1141
1141
  const __vue_inject_styles__$p = function (inject) {
1142
1142
  if (!inject) return;
1143
- inject("data-v-1e5d2ff7_0", {
1144
- source: ".title[data-v-1e5d2ff7]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-1e5d2ff7]{margin-right:.75rem}.details[data-v-1e5d2ff7]{flex-grow:0}.bx--inline-notification__close-button[data-v-1e5d2ff7]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-1e5d2ff7]{padding-right:0!important}",
1143
+ inject("data-v-59312d66_0", {
1144
+ source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
1145
1145
  map: undefined,
1146
1146
  media: undefined
1147
1147
  });
@@ -1149,7 +1149,7 @@ const __vue_inject_styles__$p = function (inject) {
1149
1149
  /* scoped */
1150
1150
 
1151
1151
 
1152
- const __vue_scope_id__$p = "data-v-1e5d2ff7";
1152
+ const __vue_scope_id__$p = "data-v-59312d66";
1153
1153
  /* module identifier */
1154
1154
 
1155
1155
  const __vue_module_identifier__$p = undefined;
@@ -1408,10 +1408,16 @@ var script$g = {
1408
1408
  },
1409
1409
  centered: Boolean,
1410
1410
  large: Boolean,
1411
- light: Boolean
1411
+ light: Boolean,
1412
+ disabled: Boolean
1412
1413
  },
1413
1414
  computed: {
1414
1415
  tagType() {
1416
+ if (this.disabled) {
1417
+ // not selectable nor clickable
1418
+ return "cv-tile-standard";
1419
+ }
1420
+
1415
1421
  switch (this.kind) {
1416
1422
  case "clickable":
1417
1423
  return "cv-tile-clickable";
@@ -1445,6 +1451,8 @@ var __vue_render__$m = function () {
1445
1451
  tag: "component",
1446
1452
  class: ["cv-tile " + _vm.carbonPrefix + "--tile", (_obj = {}, _obj[_vm.carbonPrefix + "--tile--light"] = _vm.isLight, _obj), 'ns-tile', {
1447
1453
  'pad-bottom': _vm.footerIcon
1454
+ }, {
1455
+ 'disabled-tile': _vm.disabled
1448
1456
  }],
1449
1457
  attrs: {
1450
1458
  "checked": _vm.selected,
@@ -1473,8 +1481,8 @@ var __vue_staticRenderFns__$m = [];
1473
1481
 
1474
1482
  const __vue_inject_styles__$m = function (inject) {
1475
1483
  if (!inject) return;
1476
- inject("data-v-bbf09f9e_0", {
1477
- source: ".ns-tile[data-v-bbf09f9e]{margin-bottom:2rem}.container[data-v-bbf09f9e]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-bbf09f9e]{text-align:center}.large[data-v-bbf09f9e]{min-height:10rem}.tile-icon[data-v-bbf09f9e]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-bbf09f9e]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-bbf09f9e]{padding-bottom:4rem}",
1484
+ inject("data-v-fd6b91dc_0", {
1485
+ source: ".ns-tile[data-v-fd6b91dc]{margin-bottom:2rem}.container[data-v-fd6b91dc]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-fd6b91dc]{text-align:center}.large[data-v-fd6b91dc]{min-height:10rem}.tile-icon[data-v-fd6b91dc]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-fd6b91dc]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-fd6b91dc]{padding-bottom:4rem}.disabled-tile[data-v-fd6b91dc]{color:#c6c6c6}",
1478
1486
  map: undefined,
1479
1487
  media: undefined
1480
1488
  });
@@ -1482,7 +1490,7 @@ const __vue_inject_styles__$m = function (inject) {
1482
1490
  /* scoped */
1483
1491
 
1484
1492
 
1485
- const __vue_scope_id__$m = "data-v-bbf09f9e";
1493
+ const __vue_scope_id__$m = "data-v-fd6b91dc";
1486
1494
  /* module identifier */
1487
1495
 
1488
1496
  const __vue_module_identifier__$m = undefined;
@@ -7022,27 +7030,32 @@ var __vue_render__$h = function () {
7022
7030
  }, [_c('span', {
7023
7031
  class: ['requirement', {
7024
7032
  'requirement-ok': _vm.isLengthOk,
7025
- 'requirement-light': _vm.light
7033
+ 'requirement-light': _vm.light,
7034
+ 'requirement-disabled': _vm.disabled
7026
7035
  }]
7027
7036
  }, [_vm._v(_vm._s(_vm.lengthLabel))]), _vm._v(" "), _c('span', {
7028
7037
  class: ['requirement', {
7029
7038
  'requirement-ok': _vm.isLowercaseOk,
7030
- 'requirement-light': _vm.light
7039
+ 'requirement-light': _vm.light,
7040
+ 'requirement-disabled': _vm.disabled
7031
7041
  }]
7032
7042
  }, [_vm._v(_vm._s(_vm.lowercaseLabel))]), _vm._v(" "), _c('span', {
7033
7043
  class: ['requirement', {
7034
7044
  'requirement-ok': _vm.isUppercaseOk,
7035
- 'requirement-light': _vm.light
7045
+ 'requirement-light': _vm.light,
7046
+ 'requirement-disabled': _vm.disabled
7036
7047
  }]
7037
7048
  }, [_vm._v(_vm._s(_vm.uppercaseLabel))]), _vm._v(" "), _c('span', {
7038
7049
  class: ['requirement', {
7039
7050
  'requirement-ok': _vm.isNumberOk,
7040
- 'requirement-light': _vm.light
7051
+ 'requirement-light': _vm.light,
7052
+ 'requirement-disabled': _vm.disabled
7041
7053
  }]
7042
7054
  }, [_vm._v(_vm._s(_vm.numberLabel))]), _vm._v(" "), _c('span', {
7043
7055
  class: ['requirement', {
7044
7056
  'requirement-ok': _vm.isSymbolOk,
7045
- 'requirement-light': _vm.light
7057
+ 'requirement-light': _vm.light,
7058
+ 'requirement-disabled': _vm.disabled
7046
7059
  }]
7047
7060
  }, [_vm._v(_vm._s(_vm.symbolLabel))])])], 1), _vm._v(" "), _c('div', {
7048
7061
  staticClass: "confirm-password-container"
@@ -7072,7 +7085,8 @@ var __vue_render__$h = function () {
7072
7085
  }, [_c('span', {
7073
7086
  class: ['requirement', {
7074
7087
  'requirement-ok': _vm.isEqualOk,
7075
- 'requirement-light': _vm.light
7088
+ 'requirement-light': _vm.light,
7089
+ 'requirement-disabled': _vm.disabled
7076
7090
  }]
7077
7091
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7078
7092
  };
@@ -7082,8 +7096,8 @@ var __vue_staticRenderFns__$h = [];
7082
7096
 
7083
7097
  const __vue_inject_styles__$h = function (inject) {
7084
7098
  if (!inject) return;
7085
- inject("data-v-1598af82_0", {
7086
- source: ".new-password-container[data-v-1598af82]{margin-bottom:1rem}.new-password[data-v-1598af82]{margin-bottom:.25rem}.confirm-password[data-v-1598af82]{margin-bottom:.25rem}.password-meter[data-v-1598af82]{display:flex}@media (min-width:672px){.password-meter[data-v-1598af82]{max-width:38rem}}.requirement[data-v-1598af82]{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-1598af82]{background-color:#fff}.requirement[data-v-1598af82]:first-child{margin-left:0}.requirement-ok[data-v-1598af82]{color:#fff;background-color:#198038}",
7099
+ inject("data-v-af9d89fe_0", {
7100
+ source: ".new-password-container[data-v-af9d89fe]{margin-bottom:1rem}.new-password[data-v-af9d89fe]{margin-bottom:.25rem}.confirm-password[data-v-af9d89fe]{margin-bottom:.25rem}.password-meter[data-v-af9d89fe]{display:flex}@media (min-width:672px){.password-meter[data-v-af9d89fe]{max-width:38rem}}.requirement[data-v-af9d89fe]{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-af9d89fe]{background-color:#fff}.requirement[data-v-af9d89fe]:first-child{margin-left:0}.requirement-ok[data-v-af9d89fe]{color:#fff;background-color:#198038}.requirement-disabled[data-v-af9d89fe]{color:#c6c6c6;background-color:#f4f4f4}",
7087
7101
  map: undefined,
7088
7102
  media: undefined
7089
7103
  });
@@ -7091,7 +7105,7 @@ const __vue_inject_styles__$h = function (inject) {
7091
7105
  /* scoped */
7092
7106
 
7093
7107
 
7094
- const __vue_scope_id__$h = "data-v-1598af82";
7108
+ const __vue_scope_id__$h = "data-v-af9d89fe";
7095
7109
  /* module identifier */
7096
7110
 
7097
7111
  const __vue_module_identifier__$h = undefined;
@@ -8017,7 +8031,7 @@ var __vue_render__$b = function () {
8017
8031
  "for": _vm.uid
8018
8032
  }
8019
8033
  }, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
8020
- staticClass: "tooltip",
8034
+ staticClass: "tooltip info",
8021
8035
  attrs: {
8022
8036
  "alignment": _vm.tooltipAlignment,
8023
8037
  "direction": _vm.tooltipDirection
@@ -8083,11 +8097,11 @@ var __vue_staticRenderFns__$b = [];
8083
8097
 
8084
8098
  const __vue_inject_styles__$b = function (inject) {
8085
8099
  if (!inject) return;
8086
- inject("data-v-1a7ed132_0", {
8087
- source: ".tooltip[data-v-1a7ed132]{display:inline-block;position:absolute}",
8100
+ inject("data-v-c9c91db0_0", {
8101
+ source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
8088
8102
  map: undefined,
8089
8103
  media: undefined
8090
- }), inject("data-v-1a7ed132_1", {
8104
+ }), inject("data-v-c9c91db0_1", {
8091
8105
  source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
8092
8106
  map: undefined,
8093
8107
  media: undefined
@@ -8096,7 +8110,7 @@ const __vue_inject_styles__$b = function (inject) {
8096
8110
  /* scoped */
8097
8111
 
8098
8112
 
8099
- const __vue_scope_id__$b = "data-v-1a7ed132";
8113
+ const __vue_scope_id__$b = "data-v-c9c91db0";
8100
8114
  /* module identifier */
8101
8115
 
8102
8116
  const __vue_module_identifier__$b = undefined;