@frollo/frollo-web-ui 9.0.10 → 9.0.12

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.
@@ -8152,8 +8152,8 @@ var __default__$f = defineComponent({
8152
8152
  var __injectCSSVars__$b = function __injectCSSVars__() {
8153
8153
  useCssVars(function (_ctx) {
8154
8154
  return {
8155
- "v221768dc": _ctx.primaryFade5,
8156
- "v0b83798c": _ctx.colorErrorTextFade5
8155
+ "v027ca7bd": _ctx.primaryFade5,
8156
+ "v6423b1fe": _ctx.colorErrorTextFade5
8157
8157
  };
8158
8158
  });
8159
8159
  };
@@ -8184,39 +8184,35 @@ var _hoisted_7$a = {
8184
8184
  "class": "relative"
8185
8185
  };
8186
8186
  var _hoisted_8$9 = {
8187
- key: 0,
8188
- "class": "border border-grey-100 bg-white rounded-lg p-3"
8189
- };
8190
- var _hoisted_9$8 = {
8191
8187
  key: 0,
8192
8188
  "class": "flex text-body absolute w-9 h-full inset-y-0 left-0 items-center pl-3 pointer-events-none"
8193
8189
  };
8194
- var _hoisted_10$6 = {
8195
- "class": "pl-9 flex flex-row items-center flex-wrap"
8190
+ var _hoisted_9$8 = {
8191
+ "class": "flex flex-row items-center flex-wrap"
8196
8192
  };
8197
- var _hoisted_11$5 = ["id", "name", "type", "readonly", "tabindex", "disabled", "autocomplete", "maxlength"];
8198
- var _hoisted_12$4 = {
8193
+ var _hoisted_10$6 = ["id", "name", "type", "readonly", "tabindex", "disabled", "autocomplete", "placeholder", "maxlength"];
8194
+ var _hoisted_11$5 = {
8199
8195
  key: 1,
8200
8196
  "class": "flex text-black absolute w-10 h-full inset-y-0 right-0 items-center pr-3"
8201
8197
  };
8202
- var _hoisted_13$4 = {
8198
+ var _hoisted_12$4 = {
8203
8199
  key: 0,
8204
8200
  "class": "flex text-body absolute w-9 h-full inset-y-0 left-0 items-center pl-3 pointer-events-none"
8205
8201
  };
8206
- var _hoisted_14$4 = ["id", "name", "placeholder", "type", "readonly", "tabindex", "disabled", "autocomplete", "maxlength"];
8207
- var _hoisted_15$3 = {
8202
+ var _hoisted_13$4 = ["id", "name", "placeholder", "type", "readonly", "tabindex", "disabled", "autocomplete", "maxlength"];
8203
+ var _hoisted_14$4 = {
8208
8204
  key: 1,
8209
8205
  "class": "flex text-black absolute w-10 h-full inset-y-0 right-0 items-center pr-3"
8210
8206
  };
8211
- var _hoisted_16$2 = {
8207
+ var _hoisted_15$3 = {
8212
8208
  key: 0,
8213
8209
  "class": "text-left text-p-small mt-2 min-h-[21px]"
8214
8210
  };
8215
- var _hoisted_17$2 = {
8211
+ var _hoisted_16$2 = {
8216
8212
  key: 0,
8217
8213
  "class": "text-brand-error-text"
8218
8214
  };
8219
- var _hoisted_18$1 = {
8215
+ var _hoisted_17$2 = {
8220
8216
  key: 1,
8221
8217
  "class": "text-brand-text2"
8222
8218
  };
@@ -8245,9 +8241,15 @@ function render$u(_ctx, _cache, $props, $setup, $data, $options) {
8245
8241
  key: 0,
8246
8242
  "for": _ctx.inputId || "fw-input-".concat(_ctx.name),
8247
8243
  "class": normalizeClass([[(errorMessage || errors[0]) && meta.touched || _ctx.invalidate ? 'text-brand-error-text' : 'text-brand-text2'], "block mb-2 text-base"])
8248
- }, [createTextVNode(toDisplayString(_ctx.label) + " ", 1), _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_5$f, "*")) : createCommentVNode("", true)], 10, _hoisted_4$g)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_6$d, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_7$a, [_ctx.enableTags && _ctx.tags ? (openBlock(), createElementBlock("div", _hoisted_8$9, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_9$8, [renderSlot(_ctx.$slots, "prefix", {
8244
+ }, [createTextVNode(toDisplayString(_ctx.label) + " ", 1), _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_5$f, "*")) : createCommentVNode("", true)], 10, _hoisted_4$g)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_6$d, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_7$a, [_ctx.enableTags && _ctx.tags ? (openBlock(), createElementBlock("div", {
8245
+ key: 0,
8246
+ "class": normalizeClass([{
8247
+ 'pl-10': !!_ctx.$slots.prefix,
8248
+ 'pr-20': !!_ctx.$slots.suffix
8249
+ }, (errorMessage || errors[0]) && meta.touched || _ctx.invalidate ? 'input--error-state border-brand-error-text caret-brand-error-text' : 'caret-primary bg-white border-grey-100 hover:border-brand-text3 focus:border-brand-text3', _ctx.inputBaseClass, _ctx.rounded ? 'rounded-full' : 'rounded-lg', _ctx.inputClass, 'fw-input__tagged'])
8250
+ }, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_8$9, [renderSlot(_ctx.$slots, "prefix", {
8249
8251
  "class": "h-full"
8250
- })])) : createCommentVNode("", true), createElementVNode("div", _hoisted_10$6, [(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.tags, function (tag) {
8252
+ })])) : createCommentVNode("", true), createElementVNode("div", _hoisted_9$8, [(openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.tags, function (tag) {
8251
8253
  return openBlock(), createBlock(_component_FwTag, {
8252
8254
  key: tag.id,
8253
8255
  label: tag.name,
@@ -8268,6 +8270,7 @@ function render$u(_ctx, _cache, $props, $setup, $data, $options) {
8268
8270
  tabindex: _ctx.tabindex,
8269
8271
  disabled: _ctx.readonly,
8270
8272
  autocomplete: _ctx.autocomplete,
8273
+ placeholder: _ctx.placeholder,
8271
8274
  maxlength: _ctx.maxLength,
8272
8275
  "class": "border-none outline-none !bg-transparent flex-grow pl-1",
8273
8276
  onFocus: _cache[0] || (_cache[0] = function () {
@@ -8276,11 +8279,11 @@ function render$u(_ctx, _cache, $props, $setup, $data, $options) {
8276
8279
  onBlur: _cache[1] || (_cache[1] = function () {
8277
8280
  return _ctx.onBlur && _ctx.onBlur.apply(_ctx, arguments);
8278
8281
  })
8279
- }), null, 16, _hoisted_11$5)]), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_12$4, [renderSlot(_ctx.$slots, "suffix", {
8282
+ }), null, 16, _hoisted_10$6)]), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_11$5, [renderSlot(_ctx.$slots, "suffix", {
8280
8283
  "class": "h-full"
8281
- })])) : createCommentVNode("", true)])) : createCommentVNode("", true), !_ctx.enableTags ? (openBlock(), createElementBlock(Fragment$1, {
8284
+ })])) : createCommentVNode("", true)], 2)) : createCommentVNode("", true), !_ctx.enableTags ? (openBlock(), createElementBlock(Fragment$1, {
8282
8285
  key: 1
8283
- }, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_13$4, [renderSlot(_ctx.$slots, "prefix", {
8286
+ }, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_12$4, [renderSlot(_ctx.$slots, "prefix", {
8284
8287
  "class": "h-full"
8285
8288
  })])) : createCommentVNode("", true), createElementVNode("input", mergeProps(field, {
8286
8289
  id: _ctx.inputId || "fw-input-".concat(_ctx.name),
@@ -8302,14 +8305,14 @@ function render$u(_ctx, _cache, $props, $setup, $data, $options) {
8302
8305
  onBlur: _cache[3] || (_cache[3] = function () {
8303
8306
  return _ctx.onBlur && _ctx.onBlur.apply(_ctx, arguments);
8304
8307
  })
8305
- }), null, 16, _hoisted_14$4), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_15$3, [renderSlot(_ctx.$slots, "suffix", {
8308
+ }), null, 16, _hoisted_13$4), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_14$4, [renderSlot(_ctx.$slots, "suffix", {
8306
8309
  "class": "h-full"
8307
- })])) : createCommentVNode("", true)], 64)) : createCommentVNode("", true)]), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_16$2, [createVNode(Transition, {
8310
+ })])) : createCommentVNode("", true)], 64)) : createCommentVNode("", true)]), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_15$3, [createVNode(Transition, {
8308
8311
  name: "fwFadeIn",
8309
8312
  mode: "out-in"
8310
8313
  }, {
8311
8314
  "default": withCtx(function () {
8312
- return [(errorMessage || errors[0]) && meta.touched ? (openBlock(), createElementBlock("span", _hoisted_17$2, toDisplayString(errorMessage || errors[0]), 1)) : _ctx.hint ? (openBlock(), createElementBlock("span", _hoisted_18$1, toDisplayString(_ctx.hint), 1)) : createCommentVNode("", true)];
8315
+ return [(errorMessage || errors[0]) && meta.touched ? (openBlock(), createElementBlock("span", _hoisted_16$2, toDisplayString(errorMessage || errors[0]), 1)) : _ctx.hint ? (openBlock(), createElementBlock("span", _hoisted_17$2, toDisplayString(_ctx.hint), 1)) : createCommentVNode("", true)];
8313
8316
  }),
8314
8317
  _: 2
8315
8318
  }, 1024)])) : createCommentVNode("", true)])];
@@ -8318,8 +8321,8 @@ function render$u(_ctx, _cache, $props, $setup, $data, $options) {
8318
8321
  }, 8, ["modelValue", "tags", "name", "rules"])]);
8319
8322
  }
8320
8323
 
8321
- var css_248z$n = ".fwFadeIn-enter-active,.fwFadeIn-leave-active{-webkit-transition:opacity .12s ease,-webkit-transform .12s ease;transition:opacity .12s ease,-webkit-transform .12s ease;-moz-transition:opacity .12s ease,transform .12s ease,-moz-transform .12s ease;transition:opacity .12s ease,transform .12s ease;transition:opacity .12s ease,transform .12s ease,-webkit-transform .12s ease,-moz-transform .12s ease;will-change:opacity,transform}.fwFadeIn-enter-from,.fwFadeIn-leave-to{opacity:0;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.fw-input input:focus{background-color:var(--v221768dc)}.fw-input input.input--error-state{background-color:var(--v0b83798c)}";
8322
- var stylesheet$n = ".fwFadeIn-enter-active,.fwFadeIn-leave-active{-webkit-transition:opacity .12s ease,-webkit-transform .12s ease;transition:opacity .12s ease,-webkit-transform .12s ease;-moz-transition:opacity .12s ease,transform .12s ease,-moz-transform .12s ease;transition:opacity .12s ease,transform .12s ease;transition:opacity .12s ease,transform .12s ease,-webkit-transform .12s ease,-moz-transform .12s ease;will-change:opacity,transform}.fwFadeIn-enter-from,.fwFadeIn-leave-to{opacity:0;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.fw-input input:focus{background-color:var(--v221768dc)}.fw-input input.input--error-state{background-color:var(--v0b83798c)}";
8324
+ var css_248z$n = ".fwFadeIn-enter-active,.fwFadeIn-leave-active{-webkit-transition:opacity .12s ease,-webkit-transform .12s ease;transition:opacity .12s ease,-webkit-transform .12s ease;-moz-transition:opacity .12s ease,transform .12s ease,-moz-transform .12s ease;transition:opacity .12s ease,transform .12s ease;transition:opacity .12s ease,transform .12s ease,-webkit-transform .12s ease,-moz-transform .12s ease;will-change:opacity,transform}.fwFadeIn-enter-from,.fwFadeIn-leave-to{opacity:0;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.fw-input input:focus{background-color:var(--v027ca7bd)}.fw-input input.input--error-state{background-color:var(--v6423b1fe)}.fw-input__tagged:focus-within{background-color:var(--v027ca7bd)}.fw-input__tagged.input--error-state{background-color:var(--v6423b1fe)}";
8325
+ var stylesheet$n = ".fwFadeIn-enter-active,.fwFadeIn-leave-active{-webkit-transition:opacity .12s ease,-webkit-transform .12s ease;transition:opacity .12s ease,-webkit-transform .12s ease;-moz-transition:opacity .12s ease,transform .12s ease,-moz-transform .12s ease;transition:opacity .12s ease,transform .12s ease;transition:opacity .12s ease,transform .12s ease,-webkit-transform .12s ease,-moz-transform .12s ease;will-change:opacity,transform}.fwFadeIn-enter-from,.fwFadeIn-leave-to{opacity:0;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.fw-input input:focus{background-color:var(--v027ca7bd)}.fw-input input.input--error-state{background-color:var(--v6423b1fe)}.fw-input__tagged:focus-within{background-color:var(--v027ca7bd)}.fw-input__tagged.input--error-state{background-color:var(--v6423b1fe)}";
8323
8326
  styleInject(css_248z$n);
8324
8327
 
8325
8328
  __default__$f.render = render$u;
@@ -8670,6 +8673,13 @@ var __default__$e = defineComponent({
8670
8673
  inputId: {
8671
8674
  type: String,
8672
8675
  required: false
8676
+ },
8677
+ /**
8678
+ * Whether the checkbox is disabled or not.
8679
+ */
8680
+ disabled: {
8681
+ type: Boolean,
8682
+ "default": false
8673
8683
  }
8674
8684
  },
8675
8685
  setup: function setup() {
@@ -8677,17 +8687,19 @@ var __default__$e = defineComponent({
8677
8687
  var _useColours = useColours(),
8678
8688
  primaryFade5 = _useColours.primaryFade5,
8679
8689
  colorErrorTextFade5 = _useColours.colorErrorTextFade5;
8690
+ var checkboxBaseClass = 'w-6 h-6 cursor-pointer border-brand-text2 border rounded';
8680
8691
  return {
8681
8692
  uuid: uuid,
8682
8693
  primaryFade5: primaryFade5,
8683
- colorErrorTextFade5: colorErrorTextFade5
8694
+ colorErrorTextFade5: colorErrorTextFade5,
8695
+ checkboxBaseClass: checkboxBaseClass
8684
8696
  };
8685
8697
  }
8686
8698
  });
8687
8699
  var __injectCSSVars__$a = function __injectCSSVars__() {
8688
8700
  useCssVars(function (_ctx) {
8689
8701
  return {
8690
- "v96bda67e": _ctx.primaryFade5
8702
+ "v242a63d2": _ctx.primaryFade5
8691
8703
  };
8692
8704
  });
8693
8705
  };
@@ -8704,8 +8716,8 @@ var _hoisted_2$w = {
8704
8716
  "class": "flex flex-col"
8705
8717
  };
8706
8718
  var _hoisted_3$q = ["for"];
8707
- var _hoisted_4$f = ["id", "value", "name"];
8708
- var _hoisted_5$e = ["id", "value", "name", "checked"];
8719
+ var _hoisted_4$f = ["id", "value", "name", "disabled"];
8720
+ var _hoisted_5$e = ["id", "value", "name", "disabled", "checked"];
8709
8721
  var _hoisted_6$c = ["innerHTML"];
8710
8722
  var _hoisted_7$9 = {
8711
8723
  key: 0,
@@ -8742,7 +8754,8 @@ function render$t(_ctx, _cache, $props, $setup, $data, $options) {
8742
8754
  value: _ctx.value ? _ctx.value : _ctx.name,
8743
8755
  name: _ctx.disableNamePrefix ? _ctx.name : "fw-checkbox-".concat(_ctx.name, "-").concat(_ctx.uuid),
8744
8756
  type: "checkbox",
8745
- "class": "bg-white w-6 h-6 cursor-pointer border-brand-text2 border rounded"
8757
+ disabled: _ctx.disabled,
8758
+ "class": [_ctx.checkboxBaseClass, _ctx.disabled ? 'bg-grey-60' : 'bg-white']
8746
8759
  }), null, 16, _hoisted_4$f)) : (openBlock(), createElementBlock("input", mergeProps({
8747
8760
  key: 1
8748
8761
  }, field, {
@@ -8750,8 +8763,9 @@ function render$t(_ctx, _cache, $props, $setup, $data, $options) {
8750
8763
  value: _ctx.value ? _ctx.value : _ctx.name,
8751
8764
  name: _ctx.disableNamePrefix ? _ctx.name : "fw-checkbox-".concat(_ctx.name, "-").concat(_ctx.uuid),
8752
8765
  type: "checkbox",
8766
+ disabled: _ctx.disabled,
8753
8767
  checked: _ctx.isChecked,
8754
- "class": "bg-white w-6 h-6 cursor-pointer border-brand-text2 border rounded"
8768
+ "class": [_ctx.checkboxBaseClass, _ctx.disabled ? 'bg-grey-60' : 'bg-white']
8755
8769
  }), null, 16, _hoisted_5$e)), _ctx.label ? (openBlock(), createElementBlock("span", {
8756
8770
  key: 2,
8757
8771
  "class": "ml-2 text-p text-body",
@@ -8770,12 +8784,12 @@ function render$t(_ctx, _cache, $props, $setup, $data, $options) {
8770
8784
  }, 8, ["name", "value", "rules"])]);
8771
8785
  }
8772
8786
 
8773
- var css_248z$m = ".fwFadeIn-enter-active[data-v-5e61228a],.fwFadeIn-leave-active[data-v-5e61228a]{-webkit-transition:opacity .35s ease;-moz-transition:opacity .35s ease;transition:opacity .35s ease}.fwFadeIn-enter-from[data-v-5e61228a],.fwFadeIn-leave-to[data-v-5e61228a]{opacity:0}.fwFadeIn-enter-to[data-v-5e61228a],.fwFadeIn-leave-from[data-v-5e61228a]{opacity:1}.fw-checkbox input[data-v-5e61228a]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;background-size:60% 100%;display:inline-block;-webkit-flex-shrink:0;flex-shrink:0;-webkit-transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;-moz-transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,-webkit-box-shadow .14s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-5e61228a]:hover{background-color:var(--v96bda67e);border-color:var(--colorPrimary)}.fw-checkbox input[data-v-5e61228a]:checked{background-color:var(--colorPrimary);background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.753.219c.319.294.319.769 0 1.034l-8.25 8.25c-.266.319-.74.319-1.034 0l-4.25-4.25c-.292-.265-.292-.74 0-1.034a.754.754 0 0 1 1.061 0L5 7.94 12.719.219c.293-.292.769-.292 1.034 0Z' fill='%23F7F7F7'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:60%;border-color:var(--colorPrimary)}";
8774
- var stylesheet$m = ".fwFadeIn-enter-active[data-v-5e61228a],.fwFadeIn-leave-active[data-v-5e61228a]{-webkit-transition:opacity .35s ease;-moz-transition:opacity .35s ease;transition:opacity .35s ease}.fwFadeIn-enter-from[data-v-5e61228a],.fwFadeIn-leave-to[data-v-5e61228a]{opacity:0}.fwFadeIn-enter-to[data-v-5e61228a],.fwFadeIn-leave-from[data-v-5e61228a]{opacity:1}.fw-checkbox input[data-v-5e61228a]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;background-size:60% 100%;display:inline-block;-webkit-flex-shrink:0;flex-shrink:0;-webkit-transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;-moz-transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,-webkit-box-shadow .14s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-5e61228a]:hover{background-color:var(--v96bda67e);border-color:var(--colorPrimary)}.fw-checkbox input[data-v-5e61228a]:checked{background-color:var(--colorPrimary);background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.753.219c.319.294.319.769 0 1.034l-8.25 8.25c-.266.319-.74.319-1.034 0l-4.25-4.25c-.292-.265-.292-.74 0-1.034a.754.754 0 0 1 1.061 0L5 7.94 12.719.219c.293-.292.769-.292 1.034 0Z' fill='%23F7F7F7'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:60%;border-color:var(--colorPrimary)}";
8787
+ var css_248z$m = ".fwFadeIn-enter-active[data-v-2ee5b97b],.fwFadeIn-leave-active[data-v-2ee5b97b]{-webkit-transition:opacity .35s ease;-moz-transition:opacity .35s ease;transition:opacity .35s ease}.fwFadeIn-enter-from[data-v-2ee5b97b],.fwFadeIn-leave-to[data-v-2ee5b97b]{opacity:0}.fwFadeIn-enter-to[data-v-2ee5b97b],.fwFadeIn-leave-from[data-v-2ee5b97b]{opacity:1}.fw-checkbox input[data-v-2ee5b97b]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;background-size:60% 100%;display:inline-block;-webkit-flex-shrink:0;flex-shrink:0;-webkit-transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;-moz-transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,-webkit-box-shadow .14s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-2ee5b97b]:hover{background-color:var(--v242a63d2);border-color:var(--colorPrimary)}.fw-checkbox input[data-v-2ee5b97b]:checked{background-color:var(--colorPrimary);background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.753.219c.319.294.319.769 0 1.034l-8.25 8.25c-.266.319-.74.319-1.034 0l-4.25-4.25c-.292-.265-.292-.74 0-1.034a.754.754 0 0 1 1.061 0L5 7.94 12.719.219c.293-.292.769-.292 1.034 0Z' fill='%23F7F7F7'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:60%;border-color:var(--colorPrimary)}.fw-checkbox input[data-v-2ee5b97b]:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(222 224 227/var(--tw-bg-opacity));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.753.219c.319.294.319.769 0 1.034l-8.25 8.25c-.266.319-.74.319-1.034 0l-4.25-4.25c-.292-.265-.292-.74 0-1.034a.754.754 0 0 1 1.061 0L5 7.94 12.719.219c.293-.292.769-.292 1.034 0Z' fill='%235F6489'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:60%;border-color:rgb(222 224 227/var(--tw-border-opacity))}.fw-checkbox input[data-v-2ee5b97b]:disabled:not(:checked){background-image:none}";
8788
+ var stylesheet$m = ".fwFadeIn-enter-active[data-v-2ee5b97b],.fwFadeIn-leave-active[data-v-2ee5b97b]{-webkit-transition:opacity .35s ease;-moz-transition:opacity .35s ease;transition:opacity .35s ease}.fwFadeIn-enter-from[data-v-2ee5b97b],.fwFadeIn-leave-to[data-v-2ee5b97b]{opacity:0}.fwFadeIn-enter-to[data-v-2ee5b97b],.fwFadeIn-leave-from[data-v-2ee5b97b]{opacity:1}.fw-checkbox input[data-v-2ee5b97b]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;background-size:60% 100%;display:inline-block;-webkit-flex-shrink:0;flex-shrink:0;-webkit-transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;-moz-transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,-webkit-box-shadow .14s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-2ee5b97b]:hover{background-color:var(--v242a63d2);border-color:var(--colorPrimary)}.fw-checkbox input[data-v-2ee5b97b]:checked{background-color:var(--colorPrimary);background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.753.219c.319.294.319.769 0 1.034l-8.25 8.25c-.266.319-.74.319-1.034 0l-4.25-4.25c-.292-.265-.292-.74 0-1.034a.754.754 0 0 1 1.061 0L5 7.94 12.719.219c.293-.292.769-.292 1.034 0Z' fill='%23F7F7F7'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:60%;border-color:var(--colorPrimary)}.fw-checkbox input[data-v-2ee5b97b]:disabled{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(222 224 227/var(--tw-bg-opacity));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.753.219c.319.294.319.769 0 1.034l-8.25 8.25c-.266.319-.74.319-1.034 0l-4.25-4.25c-.292-.265-.292-.74 0-1.034a.754.754 0 0 1 1.061 0L5 7.94 12.719.219c.293-.292.769-.292 1.034 0Z' fill='%235F6489'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:60%;border-color:rgb(222 224 227/var(--tw-border-opacity))}.fw-checkbox input[data-v-2ee5b97b]:disabled:not(:checked){background-image:none}";
8775
8789
  styleInject(css_248z$m);
8776
8790
 
8777
8791
  __default__$e.render = render$t;
8778
- __default__$e.__scopeId = "data-v-5e61228a";
8792
+ __default__$e.__scopeId = "data-v-2ee5b97b";
8779
8793
 
8780
8794
  var stateMap = new WeakMap();
8781
8795
  function getState(el) {
package/index.d.ts CHANGED
@@ -776,10 +776,18 @@ declare const __default__$b: vue.DefineComponent<vue.ExtractPropTypes<{
776
776
  type: StringConstructor;
777
777
  required: false;
778
778
  };
779
+ /**
780
+ * Whether the checkbox is disabled or not.
781
+ */
782
+ disabled: {
783
+ type: BooleanConstructor;
784
+ default: boolean;
785
+ };
779
786
  }>, {
780
787
  uuid: string;
781
788
  primaryFade5: string;
782
789
  colorErrorTextFade5: string;
790
+ checkboxBaseClass: string;
783
791
  }, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
784
792
  /**
785
793
  * The name of the checkbox input field.
@@ -844,10 +852,18 @@ declare const __default__$b: vue.DefineComponent<vue.ExtractPropTypes<{
844
852
  type: StringConstructor;
845
853
  required: false;
846
854
  };
855
+ /**
856
+ * Whether the checkbox is disabled or not.
857
+ */
858
+ disabled: {
859
+ type: BooleanConstructor;
860
+ default: boolean;
861
+ };
847
862
  }>> & Readonly<{}>, {
848
863
  enableErrors: boolean;
849
864
  isChecked: boolean;
850
865
  disableNamePrefix: boolean;
866
+ disabled: boolean;
851
867
  }, {}, {
852
868
  InputField: {
853
869
  new (...args: any[]): vue.CreateComponentPublicInstance<Readonly<vue.ExtractPropTypes<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frollo/frollo-web-ui",
3
- "version": "9.0.10",
3
+ "version": "9.0.12",
4
4
  "description": "Frollo's UI library for components, utilities and configs",
5
5
  "exports": {
6
6
  "./icons": "./icons/index.ts",
@@ -64,10 +64,18 @@ declare const __default__: import("vue").DefineComponent<import("vue").ExtractPr
64
64
  type: StringConstructor;
65
65
  required: false;
66
66
  };
67
+ /**
68
+ * Whether the checkbox is disabled or not.
69
+ */
70
+ disabled: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
67
74
  }>, {
68
75
  uuid: string;
69
76
  primaryFade5: string;
70
77
  colorErrorTextFade5: string;
78
+ checkboxBaseClass: string;
71
79
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
72
80
  /**
73
81
  * The name of the checkbox input field.
@@ -132,10 +140,18 @@ declare const __default__: import("vue").DefineComponent<import("vue").ExtractPr
132
140
  type: StringConstructor;
133
141
  required: false;
134
142
  };
143
+ /**
144
+ * Whether the checkbox is disabled or not.
145
+ */
146
+ disabled: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
135
150
  }>> & Readonly<{}>, {
136
151
  enableErrors: boolean;
137
152
  isChecked: boolean;
138
153
  disableNamePrefix: boolean;
154
+ disabled: boolean;
139
155
  }, {}, {
140
156
  InputField: {
141
157
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{