x-runtime-lib 0.7.35 → 0.7.37

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,7 +1,7 @@
1
1
  import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as no, onUnmounted as Ie, ref as be, watchEffect as Xt, watch as me, defineComponent as z, useTemplateRef as li, onMounted as ai, nextTick as ui, createElementBlock as re, openBlock as I, normalizeStyle as ie, createBlock as N, h as J, resolveComponent as W, unref as o, withCtx as P, renderSlot as j, createVNode as Z, isRef as X, createSlots as Yt, renderList as io, useId as ci, createCommentVNode as di, withModifiers as oo, normalizeClass as so, toDisplayString as ro } from "vue";
2
2
  import { waitUtil as mi, eventBus as Qt, messageInfo as lo, messageSuccess as ao, messageWarning as pi, messageError as fi, createAxios as uo, globalObjects as He, openConfirmDlg as co, openPromptDlg as mo, useViewStack as bi, injectDark as po } from "x-essential-lib";
3
3
  import { useTheme as fo } from "vuetify";
4
- import { c as G, u as bo, r as yi, e as hi, i as yo, a as ho, b as xo, d as go, f as vo, g as ko, h as _o, j as wo, I as Vo, m as $o, k as xi } from "./vendor.kp4chziz.js";
4
+ import { c as G, u as bo, r as yi, e as hi, i as yo, a as ho, b as xo, d as go, f as vo, g as ko, h as _o, j as wo, I as Vo, m as $o, k as xi } from "./vendor.hc5p3stp.js";
5
5
  import { useI18n as gi } from "vue-i18n";
6
6
  import { getErrorMessage as Io } from "x-error-lib";
7
7
  const ye = {}, Co = {
@@ -161,29 +161,31 @@ export type ZMethod = {
161
161
  type: Type;
162
162
  }[];
163
163
  };
164
- export type ZSlot = {
164
+ export type SlotProp = {
165
+ key: string;
166
+ name: string;
167
+ type: Type;
168
+ };
169
+ export type SlotMethod = {
165
170
  key: string;
166
171
  name: string;
167
- props: {
172
+ inputs: {
168
173
  key: string;
169
174
  name: string;
170
175
  type: Type;
171
176
  }[];
172
- methods: {
177
+ outputs: {
173
178
  key: string;
174
179
  name: string;
175
- inputs: {
176
- key: string;
177
- name: string;
178
- type: Type;
179
- }[];
180
- outputs: {
181
- key: string;
182
- name: string;
183
- type: Type;
184
- }[];
180
+ type: Type;
185
181
  }[];
186
182
  };
183
+ export type ZSlot = {
184
+ key: string;
185
+ name: string;
186
+ props: SlotProp[];
187
+ methods: SlotMethod[];
188
+ };
187
189
  export type ZElement = {
188
190
  key: string;
189
191
  name: string;