cleek 2.6.79 → 2.6.80

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/cleek.es.js CHANGED
@@ -81626,8 +81626,9 @@ const _sfc_main$w = defineComponent$2({
81626
81626
  split: { type: Boolean }
81627
81627
  },
81628
81628
  emits: ["click"],
81629
- setup(__props, { emit: emits }) {
81629
+ setup(__props, { emit: __emit }) {
81630
81630
  const props = __props;
81631
+ const emits = __emit;
81631
81632
  const computedTime = computed$3(() => {
81632
81633
  if (props.time) {
81633
81634
  if (props.timeInMinutes)
@@ -82581,8 +82582,9 @@ const _sfc_main$p = defineComponent$2({
82581
82582
  pulse: { type: Boolean }
82582
82583
  },
82583
82584
  emits: ["click"],
82584
- setup(__props, { emit: emits }) {
82585
+ setup(__props, { emit: __emit }) {
82585
82586
  const props = __props;
82587
+ const emits = __emit;
82586
82588
  const computediconPack = computed$3(() => {
82587
82589
  const defaultPackage = "font-awesome";
82588
82590
  if (!props.iconPack)
@@ -82660,6 +82662,7 @@ const _sfc_main$o = defineComponent$2({
82660
82662
  isLoading: { type: Boolean },
82661
82663
  type: {},
82662
82664
  color: {},
82665
+ backgroundColor: {},
82663
82666
  align: {},
82664
82667
  size: {},
82665
82668
  width: {},
@@ -82674,8 +82677,9 @@ const _sfc_main$o = defineComponent$2({
82674
82677
  groupVertical: {}
82675
82678
  },
82676
82679
  emits: ["click"],
82677
- setup(__props, { emit: emits }) {
82680
+ setup(__props, { emit: __emit }) {
82678
82681
  const props = __props;
82682
+ const emits = __emit;
82679
82683
  const { windowWidth } = useWindowWidth();
82680
82684
  let cleekOptions2 = ref$1();
82681
82685
  const realButtonType = computed$3(() => {
@@ -82769,7 +82773,7 @@ const _sfc_main$o = defineComponent$2({
82769
82773
  };
82770
82774
  }
82771
82775
  });
82772
- var CkButton = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-c080c6b8"]]);
82776
+ var CkButton = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-88a11642"]]);
82773
82777
  var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
82774
82778
  const _hoisted_1$i = ["for"];
82775
82779
  const defaultSize$2 = "m";
@@ -82839,8 +82843,9 @@ const _sfc_main$m = defineComponent$2({
82839
82843
  justInteger: { type: Boolean }
82840
82844
  },
82841
82845
  emits: ["update:modelValue", "click", "input", "change", "focus", "blur", "delayChange"],
82842
- setup(__props, { expose: __expose, emit: emits }) {
82846
+ setup(__props, { expose: __expose, emit: __emit }) {
82843
82847
  const props = __props;
82848
+ const emits = __emit;
82844
82849
  __expose({ setFocus, setSelect });
82845
82850
  let cleekOptions2 = ref$1();
82846
82851
  const realInput = ref$1(null);
@@ -83052,8 +83057,9 @@ const _sfc_main$l = defineComponent$2({
83052
83057
  version: {}
83053
83058
  },
83054
83059
  emits: ["update:search", "refreshList", "openColumnsManager"],
83055
- setup(__props, { emit: emits }) {
83060
+ setup(__props, { emit: __emit }) {
83056
83061
  const props = __props;
83062
+ const emits = __emit;
83057
83063
  const searchLocal = computed$3({
83058
83064
  get() {
83059
83065
  return props.search;
@@ -83173,8 +83179,9 @@ const _sfc_main$k = defineComponent$2({
83173
83179
  layout: {}
83174
83180
  },
83175
83181
  emits: ["refreshList", "update:currentPage"],
83176
- setup(__props, { emit: emits }) {
83182
+ setup(__props, { emit: __emit }) {
83177
83183
  const props = __props;
83184
+ const emits = __emit;
83178
83185
  let cleekOptions2 = ref$1();
83179
83186
  const currentPageLocal = computed$3({
83180
83187
  get() {
@@ -83580,8 +83587,9 @@ const _sfc_main$j = defineComponent$2({
83580
83587
  disabled: { type: Boolean }
83581
83588
  },
83582
83589
  emits: ["update:modelValue", "change"],
83583
- setup(__props, { emit: emits }) {
83590
+ setup(__props, { emit: __emit }) {
83584
83591
  const props = __props;
83592
+ const emits = __emit;
83585
83593
  const value = computed({
83586
83594
  get() {
83587
83595
  return props.modelValue;
@@ -83673,8 +83681,9 @@ const _sfc_main$i = defineComponent$2({
83673
83681
  fontSize: {}
83674
83682
  },
83675
83683
  emits: ["update:modelValue", "cancel", "accept"],
83676
- setup(__props, { emit: emits }) {
83684
+ setup(__props, { emit: __emit }) {
83677
83685
  const props = __props;
83686
+ const emits = __emit;
83678
83687
  let cleekOptions2 = ref$1();
83679
83688
  const isActive = computed$3({
83680
83689
  get() {
@@ -83870,8 +83879,9 @@ const _sfc_main$h = defineComponent$2({
83870
83879
  columnsArray: {}
83871
83880
  },
83872
83881
  emits: ["update:modelValue"],
83873
- setup(__props, { emit: emits }) {
83882
+ setup(__props, { emit: __emit }) {
83874
83883
  const props = __props;
83884
+ const emits = __emit;
83875
83885
  let columnsCheckable = ref$1([]);
83876
83886
  const isActive = computed$3({
83877
83887
  get() {
@@ -83980,8 +83990,9 @@ const _sfc_main$g = defineComponent$2({
83980
83990
  mobileMaxWidth: {}
83981
83991
  },
83982
83992
  emits: ["refreshList", "update:search", "update:currentPage"],
83983
- setup(__props, { emit: emits }) {
83993
+ setup(__props, { emit: __emit }) {
83984
83994
  const props = __props;
83995
+ const emits = __emit;
83985
83996
  let cleekOptions2 = ref$1();
83986
83997
  const { windowWidth } = useWindowWidth();
83987
83998
  const isPopupActive = ref$1({
@@ -84205,8 +84216,9 @@ const _sfc_main$f = defineComponent$2({
84205
84216
  align: {}
84206
84217
  },
84207
84218
  emits: ["update:modelValue"],
84208
- setup(__props, { emit: emits }) {
84219
+ setup(__props, { emit: __emit }) {
84209
84220
  const props = __props;
84221
+ const emits = __emit;
84210
84222
  const currentStep = computed$3({
84211
84223
  get() {
84212
84224
  return props.modelValue;
@@ -89353,8 +89365,9 @@ const _sfc_main$e = defineComponent$2({
89353
89365
  groupVertical: {}
89354
89366
  },
89355
89367
  emits: ["update:modelValue", "change"],
89356
- setup(__props, { emit: emits }) {
89368
+ setup(__props, { emit: __emit }) {
89357
89369
  const props = __props;
89370
+ const emits = __emit;
89358
89371
  const { windowWidth } = useWindowWidth();
89359
89372
  const refFocusAbsorber = ref$1(null);
89360
89373
  const inputValue = computed$3({
@@ -89430,8 +89443,9 @@ const _sfc_main$d = defineComponent$2({
89430
89443
  groupVertical: {}
89431
89444
  },
89432
89445
  emits: ["update:modelValue", "change"],
89433
- setup(__props, { emit: emits }) {
89446
+ setup(__props, { emit: __emit }) {
89434
89447
  const props = __props;
89448
+ const emits = __emit;
89435
89449
  const inputValue = computed$3({
89436
89450
  get() {
89437
89451
  if (typeof props.modelValue !== "number")
@@ -89481,8 +89495,9 @@ const _sfc_main$c = defineComponent$2({
89481
89495
  layout: {}
89482
89496
  },
89483
89497
  emits: ["update:modelValue", "closeCard"],
89484
- setup(__props, { emit: emits }) {
89498
+ setup(__props, { emit: __emit }) {
89485
89499
  const props = __props;
89500
+ const emits = __emit;
89486
89501
  let cleekOptions2 = ref$1();
89487
89502
  const isActive = computed$3({
89488
89503
  get() {
@@ -89560,8 +89575,9 @@ const _sfc_main$b = defineComponent$2({
89560
89575
  iconPack: {}
89561
89576
  },
89562
89577
  emits: ["click"],
89563
- setup(__props, { emit: emits }) {
89578
+ setup(__props, { emit: __emit }) {
89564
89579
  const props = __props;
89580
+ const emits = __emit;
89565
89581
  const computedClass = computed$3(() => {
89566
89582
  const list = [];
89567
89583
  if (!props.color || hooks9.isColorTemplateVariable(props.color)) {
@@ -89618,8 +89634,9 @@ const _sfc_main$a = defineComponent$2({
89618
89634
  gap: {}
89619
89635
  },
89620
89636
  emits: ["click"],
89621
- setup(__props, { emit: emits }) {
89637
+ setup(__props, { emit: __emit }) {
89622
89638
  const props = __props;
89639
+ const emits = __emit;
89623
89640
  const { windowWidth } = useWindowWidth();
89624
89641
  let cleekOptions2 = ref$1();
89625
89642
  const computedStyle = computed$3(() => {
@@ -89794,8 +89811,9 @@ const _sfc_main$8 = defineComponent$2({
89794
89811
  label: {}
89795
89812
  },
89796
89813
  emits: ["update:modelValue", "change"],
89797
- setup(__props, { emit: emits }) {
89814
+ setup(__props, { emit: __emit }) {
89798
89815
  const props = __props;
89816
+ const emits = __emit;
89799
89817
  const value = computed$3({
89800
89818
  get() {
89801
89819
  return props.modelValue;
@@ -89914,8 +89932,9 @@ const _sfc_main$7 = defineComponent$2({
89914
89932
  emptyOptionsMsg: {}
89915
89933
  },
89916
89934
  emits: ["update:modelValue", "click", "change"],
89917
- setup(__props, { expose: __expose, emit: emits }) {
89935
+ setup(__props, { expose: __expose, emit: __emit }) {
89918
89936
  const props = __props;
89937
+ const emits = __emit;
89919
89938
  __expose({
89920
89939
  setFocus
89921
89940
  });
@@ -90157,8 +90176,9 @@ const _sfc_main$6 = defineComponent$2({
90157
90176
  notCloseBtn: { type: Boolean }
90158
90177
  },
90159
90178
  emits: ["update:modelValue"],
90160
- setup(__props, { emit: emits }) {
90179
+ setup(__props, { emit: __emit }) {
90161
90180
  const props = __props;
90181
+ const emits = __emit;
90162
90182
  const isActive = computed$3({
90163
90183
  get() {
90164
90184
  return props.modelValue;
@@ -90256,8 +90276,9 @@ const _sfc_main$5 = defineComponent$2({
90256
90276
  iconPack: {}
90257
90277
  },
90258
90278
  emits: ["update:modelValue", "click"],
90259
- setup(__props, { emit: emits }) {
90279
+ setup(__props, { emit: __emit }) {
90260
90280
  const props = __props;
90281
+ const emits = __emit;
90261
90282
  const value = computed$3({
90262
90283
  get() {
90263
90284
  return props.modelValue;
@@ -90355,9 +90376,10 @@ const _sfc_main$4 = defineComponent$2({
90355
90376
  sameWidthOptions: { type: Boolean }
90356
90377
  },
90357
90378
  emits: ["update:modelValue", "change"],
90358
- setup(__props, { emit: emits }) {
90359
- const props = __props;
90379
+ setup(__props, { emit: __emit }) {
90360
90380
  const defaultReduceFunction = (option) => option.id;
90381
+ const props = __props;
90382
+ const emits = __emit;
90361
90383
  const { windowWidth } = useWindowWidth();
90362
90384
  const selectedOption = computed$3({
90363
90385
  get() {
@@ -90444,8 +90466,9 @@ const _sfc_main$3 = defineComponent$2({
90444
90466
  labelAlign: {}
90445
90467
  },
90446
90468
  emits: ["update:modelValue", "input", "change", "click"],
90447
- setup(__props, { emit: emits }) {
90469
+ setup(__props, { emit: __emit }) {
90448
90470
  const props = __props;
90471
+ const emits = __emit;
90449
90472
  let cleekOptions2 = ref$1();
90450
90473
  const refTextarea = ref$1(null);
90451
90474
  const { windowWidth } = useWindowWidth();