@castlabs/ui 4.21.1 → 4.22.0

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.
@@ -2377,28 +2377,6 @@ $({ target: 'Iterator', proto: true, real: true }, {
2377
2377
  });
2378
2378
 
2379
2379
 
2380
- /***/ }),
2381
-
2382
- /***/ 8992:
2383
- /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
2384
-
2385
- "use strict";
2386
-
2387
- // TODO: Remove from `core-js@4`
2388
- __webpack_require__(8111);
2389
-
2390
-
2391
- /***/ }),
2392
-
2393
- /***/ 3949:
2394
- /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
2395
-
2396
- "use strict";
2397
-
2398
- // TODO: Remove from `core-js@4`
2399
- __webpack_require__(7588);
2400
-
2401
-
2402
2380
  /***/ })
2403
2381
 
2404
2382
  /******/ });
@@ -2626,7 +2604,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2626
2604
  name: 'ClUI',
2627
2605
  computed: {
2628
2606
  version: function () {
2629
- return "4.21.1" ?? 0;
2607
+ return "4.22.0" ?? 0;
2630
2608
  }
2631
2609
  }
2632
2610
  }));
@@ -2746,10 +2724,10 @@ function templatevue_type_template_id_37ea6a9d_ts_true_render(_ctx, _cache, $pro
2746
2724
 
2747
2725
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
2748
2726
  var es_array_push = __webpack_require__(4114);
2749
- // EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.constructor.js
2750
- var esnext_iterator_constructor = __webpack_require__(8992);
2751
- // EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.for-each.js
2752
- var esnext_iterator_for_each = __webpack_require__(3949);
2727
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
2728
+ var es_iterator_constructor = __webpack_require__(8111);
2729
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
2730
+ var es_iterator_for_each = __webpack_require__(7588);
2753
2731
  // EXTERNAL MODULE: ./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
2754
2732
  var bootstrap_bundle_min = __webpack_require__(8736);
2755
2733
  var bootstrap_bundle_min_default = /*#__PURE__*/__webpack_require__.n(bootstrap_bundle_min);
@@ -4048,16 +4026,16 @@ ClDropzone_template.install = Vue => {
4048
4026
  Vue.component(ClDropzone_template.name ?? 'ClNoName', ClDropzone_template);
4049
4027
  };
4050
4028
  /* harmony default export */ var ClDropzone = (ClDropzone_template);
4051
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/form/ClField/template.vue?vue&type=template&id=56c2f246&ts=true
4029
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/form/ClField/template.vue?vue&type=template&id=1e758708&ts=true
4052
4030
 
4053
- const templatevue_type_template_id_56c2f246_ts_true_hoisted_1 = ["for"];
4054
- const templatevue_type_template_id_56c2f246_ts_true_hoisted_2 = {
4031
+ const templatevue_type_template_id_1e758708_ts_true_hoisted_1 = ["for"];
4032
+ const templatevue_type_template_id_1e758708_ts_true_hoisted_2 = {
4055
4033
  key: 0,
4056
4034
  class: "required"
4057
4035
  };
4058
- const templatevue_type_template_id_56c2f246_ts_true_hoisted_3 = ["id", "disabled", "required", "autofocus", "placeholder"];
4059
- const templatevue_type_template_id_56c2f246_ts_true_hoisted_4 = ["id", "disabled", "required", "autofocus"];
4060
- const _hoisted_5 = ["id", "type", "placeholder", "minlength", "maxlength", "pattern", "disabled", "required", "autofocus"];
4036
+ const templatevue_type_template_id_1e758708_ts_true_hoisted_3 = ["id", "autofocus", "disabled", "maxlength", "minlength", "placeholder", "required"];
4037
+ const templatevue_type_template_id_1e758708_ts_true_hoisted_4 = ["id", "autofocus", "disabled", "required"];
4038
+ const _hoisted_5 = ["id", "autofocus", "disabled", "maxlength", "minlength", "pattern", "placeholder", "required", "type"];
4061
4039
  const _hoisted_6 = ["id", "for"];
4062
4040
  const _hoisted_7 = {
4063
4041
  class: "invalid-feedback"
@@ -4066,57 +4044,59 @@ const _hoisted_8 = {
4066
4044
  key: 1,
4067
4045
  class: "valid-feedback valid-feedback-none"
4068
4046
  };
4069
- function templatevue_type_template_id_56c2f246_ts_true_render(_ctx, _cache, $props, $setup, $data, $options) {
4047
+ function templatevue_type_template_id_1e758708_ts_true_render(_ctx, _cache, $props, $setup, $data, $options) {
4070
4048
  return (0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)(external_vue_namespaceObject.Fragment, null, [_ctx.label ? ((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("label", {
4071
4049
  key: 0,
4072
4050
  for: _ctx.$uid,
4073
4051
  class: (0,external_vue_namespaceObject.normalizeClass)(["form-label", {
4074
4052
  disabled: _ctx.disabled
4075
4053
  }])
4076
- }, [(0,external_vue_namespaceObject.createTextVNode)((0,external_vue_namespaceObject.toDisplayString)(_ctx.label), 1), _ctx.required ? ((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("span", templatevue_type_template_id_56c2f246_ts_true_hoisted_2, "*")) : (0,external_vue_namespaceObject.createCommentVNode)("", true)], 10, templatevue_type_template_id_56c2f246_ts_true_hoisted_1)) : (0,external_vue_namespaceObject.createCommentVNode)("", true), _ctx.type === 'textarea' ? (0,external_vue_namespaceObject.withDirectives)(((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("textarea", (0,external_vue_namespaceObject.mergeProps)({
4054
+ }, [(0,external_vue_namespaceObject.createTextVNode)((0,external_vue_namespaceObject.toDisplayString)(_ctx.label), 1), _ctx.required ? ((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("span", templatevue_type_template_id_1e758708_ts_true_hoisted_2, "*")) : (0,external_vue_namespaceObject.createCommentVNode)("", true)], 10, templatevue_type_template_id_1e758708_ts_true_hoisted_1)) : (0,external_vue_namespaceObject.createCommentVNode)("", true), _ctx.type === 'textarea' ? (0,external_vue_namespaceObject.withDirectives)(((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("textarea", (0,external_vue_namespaceObject.mergeProps)({
4077
4055
  key: 1,
4078
4056
  id: _ctx.$uid
4079
4057
  }, _ctx.$attrs, {
4080
4058
  ref: "input",
4081
4059
  "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.modelValue = $event),
4060
+ autofocus: _ctx.autofocus,
4082
4061
  class: _ctx.clazz,
4083
4062
  disabled: _ctx.disabled,
4084
- required: _ctx.required,
4085
- autofocus: _ctx.autofocus,
4063
+ maxlength: _ctx.maxlength,
4064
+ minlength: _ctx.minlength,
4086
4065
  placeholder: _ctx.placeholder,
4087
- onInput: _cache[1] || (_cache[1] = $event => _ctx.validate()),
4066
+ required: _ctx.required,
4067
+ onBlur: _cache[1] || (_cache[1] = $event => _ctx.validate(true)),
4088
4068
  onChange: _cache[2] || (_cache[2] = $event => _ctx.validate()),
4089
- onBlur: _cache[3] || (_cache[3] = $event => _ctx.validate(true))
4090
- }), null, 16, templatevue_type_template_id_56c2f246_ts_true_hoisted_3)), [[external_vue_namespaceObject.vModelText, _ctx.modelValue]]) : _ctx.type === 'select' ? (0,external_vue_namespaceObject.withDirectives)(((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("select", (0,external_vue_namespaceObject.mergeProps)({
4069
+ onInput: _cache[3] || (_cache[3] = $event => _ctx.validate())
4070
+ }), null, 16, templatevue_type_template_id_1e758708_ts_true_hoisted_3)), [[external_vue_namespaceObject.vModelText, _ctx.modelValue]]) : _ctx.type === 'select' ? (0,external_vue_namespaceObject.withDirectives)(((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("select", (0,external_vue_namespaceObject.mergeProps)({
4091
4071
  key: 2,
4092
4072
  id: _ctx.$uid,
4093
4073
  "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => _ctx.modelValue = $event),
4094
4074
  class: ["form-select", _ctx.clazz],
4075
+ autofocus: _ctx.autofocus,
4095
4076
  disabled: _ctx.disabled,
4096
- required: _ctx.required,
4097
- autofocus: _ctx.autofocus
4077
+ required: _ctx.required
4098
4078
  }, _ctx.$attrs, {
4099
- onInput: _cache[5] || (_cache[5] = $event => _ctx.validate()),
4079
+ onBlur: _cache[5] || (_cache[5] = $event => _ctx.validate(true)),
4100
4080
  onChange: _cache[6] || (_cache[6] = $event => _ctx.validate()),
4101
- onBlur: _cache[7] || (_cache[7] = $event => _ctx.validate(true))
4102
- }), [(0,external_vue_namespaceObject.renderSlot)(_ctx.$slots, "default")], 16, templatevue_type_template_id_56c2f246_ts_true_hoisted_4)), [[external_vue_namespaceObject.vModelSelect, _ctx.modelValue]]) : (0,external_vue_namespaceObject.withDirectives)(((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("input", (0,external_vue_namespaceObject.mergeProps)({
4081
+ onInput: _cache[7] || (_cache[7] = $event => _ctx.validate())
4082
+ }), [(0,external_vue_namespaceObject.renderSlot)(_ctx.$slots, "default")], 16, templatevue_type_template_id_1e758708_ts_true_hoisted_4)), [[external_vue_namespaceObject.vModelSelect, _ctx.modelValue]]) : (0,external_vue_namespaceObject.withDirectives)(((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("input", (0,external_vue_namespaceObject.mergeProps)({
4103
4083
  key: 3,
4104
4084
  id: _ctx.$uid
4105
4085
  }, _ctx.$attrs, {
4106
4086
  ref: "input",
4107
4087
  "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => _ctx.modelValue = $event),
4108
- type: _ctx.type,
4088
+ autofocus: _ctx.autofocus,
4109
4089
  class: _ctx.clazz,
4110
- placeholder: _ctx.placeholder,
4111
- minlength: _ctx.minlength,
4090
+ disabled: _ctx.disabled,
4112
4091
  maxlength: _ctx.maxlength,
4092
+ minlength: _ctx.minlength,
4113
4093
  pattern: _ctx.pattern,
4114
- disabled: _ctx.disabled,
4094
+ placeholder: _ctx.placeholder,
4115
4095
  required: _ctx.required,
4116
- autofocus: _ctx.autofocus,
4117
- onInput: _cache[9] || (_cache[9] = $event => _ctx.validate()),
4096
+ type: _ctx.type,
4097
+ onBlur: _cache[9] || (_cache[9] = $event => _ctx.validate(true)),
4118
4098
  onChange: _cache[10] || (_cache[10] = $event => _ctx.validate()),
4119
- onBlur: _cache[11] || (_cache[11] = $event => _ctx.validate(true))
4099
+ onInput: _cache[11] || (_cache[11] = $event => _ctx.validate())
4120
4100
  }), null, 16, _hoisted_5)), [[external_vue_namespaceObject.vModelDynamic, _ctx.modelValue]]), _ctx.type === 'file' ? ((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("label", {
4121
4101
  key: 4,
4122
4102
  id: `${_ctx.$uid}-companion`,
@@ -4131,7 +4111,7 @@ function templatevue_type_template_id_56c2f246_ts_true_render(_ctx, _cache, $pro
4131
4111
  }])
4132
4112
  }, (0,external_vue_namespaceObject.toDisplayString)(_ctx.help), 3)) : ((0,external_vue_namespaceObject.openBlock)(), (0,external_vue_namespaceObject.createElementBlock)("p", _hoisted_8))], 64)) : (0,external_vue_namespaceObject.createCommentVNode)("", true)], 64);
4133
4113
  }
4134
- ;// ./src/components/form/ClField/template.vue?vue&type=template&id=56c2f246&ts=true
4114
+ ;// ./src/components/form/ClField/template.vue?vue&type=template&id=1e758708&ts=true
4135
4115
 
4136
4116
  ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/form/ClField/template.vue?vue&type=script&lang=ts
4137
4117
 
@@ -4307,7 +4287,7 @@ function templatevue_type_template_id_56c2f246_ts_true_render(_ctx, _cache, $pro
4307
4287
 
4308
4288
 
4309
4289
  ;
4310
- const ClField_template_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ClField_templatevue_type_script_lang_ts, [['render',templatevue_type_template_id_56c2f246_ts_true_render]])
4290
+ const ClField_template_exports_ = /*#__PURE__*/(0,exportHelper/* default */.A)(ClField_templatevue_type_script_lang_ts, [['render',templatevue_type_template_id_1e758708_ts_true_render]])
4311
4291
 
4312
4292
  /* harmony default export */ var ClField_template = (ClField_template_exports_);
4313
4293
  ;// ./src/components/form/ClField/index.ts