eservices-core 1.0.460 → 1.0.461

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.460
2
+ * eservices-core v1.0.461
3
3
  * (c) 2022 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -3244,7 +3244,8 @@ var script$k = /*#__PURE__*/ vue.defineComponent({
3244
3244
  mini: { type: Boolean, required: false },
3245
3245
  activeRow: { type: null, required: false },
3246
3246
  selectRows: { type: Array, required: false },
3247
- wait: { type: Boolean, required: false }
3247
+ wait: { type: Boolean, required: false },
3248
+ classCallback: { type: Function, required: false }
3248
3249
  },
3249
3250
  emits: ["update:activeRow", "update:selectRows", "save", "read"],
3250
3251
  setup(__props, { emit: emits }) {
@@ -3292,8 +3293,9 @@ var script$k = /*#__PURE__*/ vue.defineComponent({
3292
3293
  config: __props.config,
3293
3294
  values: values,
3294
3295
  selected: (_a = __props.selectRows) === null || _a === void 0 ? void 0 : _a.includes(vue.unref(List$1).getKey(values)),
3295
- onSelect: ($event) => (onSelect(vue.unref(List$1).getKey(values), $event))
3296
- }, null, 8 /* PROPS */, ["config", "values", "selected", "onSelect"]),
3296
+ onSelect: ($event) => (onSelect(vue.unref(List$1).getKey(values), $event)),
3297
+ class: vue.normalizeClass(!!__props.classCallback ? __props.classCallback() : '')
3298
+ }, null, 8 /* PROPS */, ["config", "values", "selected", "onSelect", "class"]),
3297
3299
  (__props.activeRow === vue.unref(List$1).getKey(values))
3298
3300
  ? (vue.openBlock(), vue.createBlock(script$m, {
3299
3301
  key: 0,
@@ -23,6 +23,10 @@ declare const _default: import("vue").DefineComponent<{
23
23
  type: BooleanConstructor;
24
24
  required: false;
25
25
  };
26
+ classCallback: {
27
+ type: FunctionConstructor;
28
+ required: false;
29
+ };
26
30
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
31
  [key: string]: any;
28
32
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:activeRow" | "update:selectRows" | "save" | "read")[], "update:activeRow" | "update:selectRows" | "save" | "read", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -50,6 +54,10 @@ declare const _default: import("vue").DefineComponent<{
50
54
  type: BooleanConstructor;
51
55
  required: false;
52
56
  };
57
+ classCallback: {
58
+ type: FunctionConstructor;
59
+ required: false;
60
+ };
53
61
  }>> & {
54
62
  "onUpdate:activeRow"?: (...args: any[]) => any;
55
63
  "onUpdate:selectRows"?: (...args: any[]) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.460",
3
+ "version": "1.0.461",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {