@anzusystems/common-admin 1.43.0 → 1.44.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.
@@ -1734,6 +1734,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1734
1734
  };
1735
1735
  };
1736
1736
 
1737
+ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1738
+ new (): {
1739
+ $slots: S;
1740
+ };
1741
+ };
1742
+
1737
1743
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1738
1744
  new (): {
1739
1745
  $slots: S;
@@ -2133,7 +2139,7 @@ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_54<__VL
2133
2139
  containerClass: string;
2134
2140
  }, {}>;
2135
2141
 
2136
- export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2142
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_25<DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_73<{
2137
2143
  modelValue?: boolean | undefined;
2138
2144
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2139
2145
  minCount: number;
@@ -2246,7 +2252,7 @@ export declare const ABooleanValue: DefineComponent<__VLS_WithDefaults_6<__VLS_T
2246
2252
  invertColor: boolean;
2247
2253
  }, {}>;
2248
2254
 
2249
- export declare const ABtnSplit: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2255
+ export declare const ABtnSplit: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
2250
2256
  buttonT?: string | undefined;
2251
2257
  buttonClass?: string | undefined;
2252
2258
  dataCy?: string | undefined;
@@ -2514,15 +2520,15 @@ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_69<__
2514
2520
  fetchCachedUsers: () => Promisify<Promise<any>>;
2515
2521
  }, {}>;
2516
2522
 
2517
- export declare const ACopyText: DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2518
- value: number | string;
2523
+ export declare const ACopyText: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2524
+ value: string | number;
2519
2525
  notifyT?: string | undefined;
2520
2526
  dataCy?: string | undefined;
2521
2527
  }>, {
2522
2528
  notifyT: string;
2523
2529
  dataCy: string;
2524
2530
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_35<__VLS_TypePropsToRuntimeProps_38<{
2525
- value: number | string;
2531
+ value: string | number;
2526
2532
  notifyT?: string | undefined;
2527
2533
  dataCy?: string | undefined;
2528
2534
  }>, {
@@ -2531,7 +2537,14 @@ export declare const ACopyText: DefineComponent<__VLS_WithDefaults_35<__VLS_Type
2531
2537
  }>>>, {
2532
2538
  dataCy: string;
2533
2539
  notifyT: string;
2534
- }, {}>;
2540
+ }, {}>, {
2541
+ activator?(_: {
2542
+ props: {
2543
+ onClick: (e: Event) => void;
2544
+ disabled: boolean;
2545
+ };
2546
+ }): any;
2547
+ }>;
2535
2548
 
2536
2549
  export declare const ACreateDialog: __VLS_WithTemplateSlots_15<DefineComponent<{
2537
2550
  modelValue: PropType<boolean>;
@@ -2833,7 +2846,7 @@ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_56
2833
2846
  dataCy: string;
2834
2847
  }, {}>;
2835
2848
 
2836
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2849
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_64<{
2837
2850
  modelValue: {
2838
2851
  [key: string]: any;
2839
2852
  };
@@ -4359,7 +4372,7 @@ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefau
4359
4372
  images: ImageAware[];
4360
4373
  }, {}>;
4361
4374
 
4362
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4375
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_67<{
4363
4376
  modelValue: IntegerIdNullable | undefined;
4364
4377
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4365
4378
  configName?: string | undefined;
@@ -4436,7 +4449,7 @@ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineCompon
4436
4449
  }): any;
4437
4450
  }>;
4438
4451
 
4439
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4452
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_61<{
4440
4453
  job: JobBase<`job${string}`>;
4441
4454
  loading?: boolean | undefined;
4442
4455
  }>, {
@@ -4696,7 +4709,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
4696
4709
 
4697
4710
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
4698
4711
 
4699
- export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4712
+ export declare const ASortable: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_62<{
4700
4713
  modelValue: any;
4701
4714
  dirty?: Set<string | number> | undefined;
4702
4715
  keyField?: string | undefined;
@@ -4806,7 +4819,7 @@ export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS
4806
4819
  }): any;
4807
4820
  }>;
4808
4821
 
4809
- export declare const ASortableNested: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4822
+ export declare const ASortableNested: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_63<{
4810
4823
  modelValue: SortableNested<any>;
4811
4824
  maxDepth: number;
4812
4825
  disableDraggable?: boolean | undefined;
@@ -1,4 +1,4 @@
1
- import { R as j, S as G, T as J, U as x, V as q, W, K, d as Q, a8 as X, aq as Y, a9 as Z, e as $, a3 as aa, J as ea, _ as sa, a as ta, c as oa, ao as ia, an as ra, ap as na, O as la, G as ua, am as ma, aa as Aa, ag as ca, ah as da, D as ba, E as pa, C as Ca, z as Ta, B as Sa, F as Fa, L as ga, X as Da, A as ya, x as Ea, y as Ra, u as Ba, $ as Ia, v as Ua, Y as La, t as ha, Z as Oa, w as Pa, s as _a, l as ka, m as va, n as Na, ab as fa, o as Ma, p as wa, q as Va, j as za, k as Ha, r as ja, P as Ga, ai as Ja, ak as xa, al as qa, aj as Wa, ac as Ka, I as Qa, a5 as Xa, H as Ya, a7 as Za, ar as $a, as as ae, au as ee, f as se, h as te, b as oe, ad as ie, ae as re, af as ne, a6 as le, i as ue, a0 as me, a1 as Ae, a2 as ce, a4 as de, M as be, at as pe, Q as Ce, N as Te, dx as Se, dC as Fe, dz as ge, dF as De, dH as ye, dI as Ee, b9 as Re, bb as Be, ba as Ie, cL as Ue, dt as Le, ds as he, cW as Oe, dk as Pe, dl as _e, dg as ke, df as ve, dr as Ne, dq as fe, dp as Me, dj as we, bi as Ve, bj as ze, b_ as He, bZ as je, bl as Ge, bk as Je, br as xe, bm as qe, bn as We, bo as Ke, bq as Qe, cM as Xe, a_ as Ye, b0 as Ze, cQ as $e, cO as as, cS as es, cP as ss, cN as ts, cR as os, cT as is, b6 as rs, b7 as ns, b2 as ls, cV as us, cU as ms, cK as As, cJ as cs, aF as ds, bg as bs, bh as ps, bp as Cs, cr as Ts, cs as Ss, ct as Fs, cu as gs, cv as Ds, cw as ys, cx as Es, cy as Rs, ck as Bs, cj as Is, ch as Us, ci as Ls, cl as hs, be as Os, bf as Ps, bc as _s, bd as ks, dB as vs, dE as Ns, dw as fs, cg as Ms, cn as ws, cm as Vs, bv as zs, aC as Hs, dh as js, cF as Gs, dO as Js, dP as xs, dM as qs, cc as Ws, c5 as Ks, c7 as Qs, ca as Xs, c0 as Ys, c3 as Zs, c2 as $s, c4 as at, c1 as et, c8 as st, c6 as tt, aE as ot, co as it, dN as rt, aK as nt, cp as lt, cq as ut, dL as mt, du as At, aS as ct, dv as dt, dA as bt, dy as pt, dD as Ct, dG as Tt, bA as St, bC as Ft, dn as gt, dm as Dt, b5 as yt, bG as Et, bD as Rt, bw as Bt, bz as It, bx as Ut, bB as Lt, bH as ht, bE as Ot, bJ as Pt, by as _t, b4 as kt, bI as vt, bF as Nt, ce as ft, dK as Mt, ay as wt, cG as Vt, cH as zt, cI as Ht, aH as jt, cf as Gt, bO as Jt, bN as xt, bL as qt, bK as Wt, bM as Kt, cd as Qt, cE as Xt, bW as Yt, bV as Zt, bS as $t, bQ as ao, bP as eo, bU as so, bR as to, bT as oo, bX as io, bY as ro, cb as no, b$ as lo, aZ as uo, cD as mo, aA as Ao, bs as co, cz as bo, aR as po, d3 as Co, d8 as To, db as So, c_ as Fo, d0 as go, di as Do, d7 as yo, d2 as Eo, cY as Ro, da as Bo, de as Io, d5 as Uo, d9 as Lo, dc as ho, dd as Oo, d1 as Po, d4 as _o, d6 as ko, c$ as vo, cZ as No, b8 as fo, dJ as Mo, aL as wo, aM as Vo, aQ as zo, aW as Ho, aX as jo, aN as Go, aY as Jo, aV as xo, aT as qo, aP as Wo, aU as Ko, aB as Qo, ax as Xo, a$ as Yo, b1 as Zo, cA as $o, cB as ai, cC as ei, aG as si, b3 as ti, aI as oi, av as ii, aw as ri, bt as ni, bu as li, az as ui, aJ as mi, aD as Ai, aO as ci, cX as di, c9 as bi } from "./lib-iohqH_6L.js";
1
+ import { R as j, S as G, T as J, U as x, V as q, W, K, d as Q, a8 as X, aq as Y, a9 as Z, e as $, a3 as aa, J as ea, _ as sa, a as ta, c as oa, ao as ia, an as ra, ap as na, O as la, G as ua, am as ma, aa as Aa, ag as ca, ah as da, D as ba, E as pa, C as Ca, z as Ta, B as Sa, F as Fa, L as ga, X as Da, A as ya, x as Ea, y as Ra, u as Ba, $ as Ia, v as Ua, Y as La, t as ha, Z as Oa, w as Pa, s as _a, l as ka, m as va, n as Na, ab as fa, o as Ma, p as wa, q as Va, j as za, k as Ha, r as ja, P as Ga, ai as Ja, ak as xa, al as qa, aj as Wa, ac as Ka, I as Qa, a5 as Xa, H as Ya, a7 as Za, ar as $a, as as ae, au as ee, f as se, h as te, b as oe, ad as ie, ae as re, af as ne, a6 as le, i as ue, a0 as me, a1 as Ae, a2 as ce, a4 as de, M as be, at as pe, Q as Ce, N as Te, dx as Se, dC as Fe, dz as ge, dF as De, dH as ye, dI as Ee, b9 as Re, bb as Be, ba as Ie, cL as Ue, dt as Le, ds as he, cW as Oe, dk as Pe, dl as _e, dg as ke, df as ve, dr as Ne, dq as fe, dp as Me, dj as we, bi as Ve, bj as ze, b_ as He, bZ as je, bl as Ge, bk as Je, br as xe, bm as qe, bn as We, bo as Ke, bq as Qe, cM as Xe, a_ as Ye, b0 as Ze, cQ as $e, cO as as, cS as es, cP as ss, cN as ts, cR as os, cT as is, b6 as rs, b7 as ns, b2 as ls, cV as us, cU as ms, cK as As, cJ as cs, aF as ds, bg as bs, bh as ps, bp as Cs, cr as Ts, cs as Ss, ct as Fs, cu as gs, cv as Ds, cw as ys, cx as Es, cy as Rs, ck as Bs, cj as Is, ch as Us, ci as Ls, cl as hs, be as Os, bf as Ps, bc as _s, bd as ks, dB as vs, dE as Ns, dw as fs, cg as Ms, cn as ws, cm as Vs, bv as zs, aC as Hs, dh as js, cF as Gs, dO as Js, dP as xs, dM as qs, cc as Ws, c5 as Ks, c7 as Qs, ca as Xs, c0 as Ys, c3 as Zs, c2 as $s, c4 as at, c1 as et, c8 as st, c6 as tt, aE as ot, co as it, dN as rt, aK as nt, cp as lt, cq as ut, dL as mt, du as At, aS as ct, dv as dt, dA as bt, dy as pt, dD as Ct, dG as Tt, bA as St, bC as Ft, dn as gt, dm as Dt, b5 as yt, bG as Et, bD as Rt, bw as Bt, bz as It, bx as Ut, bB as Lt, bH as ht, bE as Ot, bJ as Pt, by as _t, b4 as kt, bI as vt, bF as Nt, ce as ft, dK as Mt, ay as wt, cG as Vt, cH as zt, cI as Ht, aH as jt, cf as Gt, bO as Jt, bN as xt, bL as qt, bK as Wt, bM as Kt, cd as Qt, cE as Xt, bW as Yt, bV as Zt, bS as $t, bQ as ao, bP as eo, bU as so, bR as to, bT as oo, bX as io, bY as ro, cb as no, b$ as lo, aZ as uo, cD as mo, aA as Ao, bs as co, cz as bo, aR as po, d3 as Co, d8 as To, db as So, c_ as Fo, d0 as go, di as Do, d7 as yo, d2 as Eo, cY as Ro, da as Bo, de as Io, d5 as Uo, d9 as Lo, dc as ho, dd as Oo, d1 as Po, d4 as _o, d6 as ko, c$ as vo, cZ as No, b8 as fo, dJ as Mo, aL as wo, aM as Vo, aQ as zo, aW as Ho, aX as jo, aN as Go, aY as Jo, aV as xo, aT as qo, aP as Wo, aU as Ko, aB as Qo, ax as Xo, a$ as Yo, b1 as Zo, cA as $o, cB as ai, cC as ei, aG as si, b3 as ti, aI as oi, av as ii, aw as ri, bt as ni, bu as li, az as ui, aJ as mi, aD as Ai, aO as ci, cX as di, c9 as bi } from "./lib-FDzcrIKi.js";
2
2
  import { useI18n as Ci } from "vue-i18n";
3
3
  import "vue";
4
4
  import "vuetify/lib/components/VChip/index.mjs";
@@ -4950,7 +4950,7 @@ const WV = { class: "ml-1" }, GV = {
4950
4950
  },
4951
4951
  { immediate: !0 }
4952
4952
  ), Bt(() => {
4953
- import("./shortcut-buttons-flatpickr-lNPy8AB-.js").then((G) => G.s).then((G) => {
4953
+ import("./shortcut-buttons-flatpickr-zPJPBNKc.js").then((G) => G.s).then((G) => {
4954
4954
  s.value = G.default, r.value = !0;
4955
4955
  });
4956
4956
  }), Kn(() => {
@@ -6246,28 +6246,35 @@ const AT = /* @__PURE__ */ Z({
6246
6246
  s(r(t.notifyT));
6247
6247
  }));
6248
6248
  };
6249
- return (l, o) => (Y(), R("div", {
6250
- class: Xe([{ "cursor-pointer": h(a) }, "d-inline-flex align-center anzu-copy-text"]),
6251
- "data-cy": l.dataCy,
6252
- onClick: ae(n, ["stop"])
6253
- }, [
6254
- z("span", null, k(l.value), 1),
6255
- h(a) ? (Y(), B(fe, {
6256
- key: 0,
6257
- class: "ml-1",
6258
- size: "x-small",
6259
- icon: "mdi-content-copy"
6260
- })) : j("", !0),
6261
- f(Ie, {
6262
- activator: "parent",
6263
- location: "bottom"
6264
- }, {
6265
- default: p(() => [
6266
- P(" Copy ")
6267
- ]),
6268
- _: 1
6269
- })
6270
- ], 10, Vg));
6249
+ return (l, o) => ge(l.$slots, "activator", {
6250
+ props: {
6251
+ onClick: ae((d) => n(d), ["stop"]),
6252
+ disabled: !h(a)
6253
+ }
6254
+ }, () => [
6255
+ z("div", {
6256
+ class: Xe([{ "cursor-pointer": h(a) }, "d-inline-flex align-center anzu-copy-text"]),
6257
+ "data-cy": l.dataCy,
6258
+ onClick: ae(n, ["stop"])
6259
+ }, [
6260
+ z("span", null, k(l.value), 1),
6261
+ h(a) ? (Y(), B(fe, {
6262
+ key: 0,
6263
+ class: "ml-1",
6264
+ size: "x-small",
6265
+ icon: "mdi-content-copy"
6266
+ })) : j("", !0),
6267
+ f(Ie, {
6268
+ activator: "parent",
6269
+ location: "bottom"
6270
+ }, {
6271
+ default: p(() => [
6272
+ P(" Copy ")
6273
+ ]),
6274
+ _: 1
6275
+ })
6276
+ ], 10, Vg)
6277
+ ]);
6271
6278
  }
6272
6279
  }), gg = {
6273
6280
  key: 0,
@@ -23924,7 +23931,7 @@ const gK = {
23924
23931
  })
23925
23932
  });
23926
23933
  async function xK() {
23927
- (await import("./webfontloader-oZSb3ZWI.js").then((t) => t.w)).load({
23934
+ (await import("./webfontloader-6GrI1eHT.js").then((t) => t.w)).load({
23928
23935
  google: {
23929
23936
  families: ["Roboto:100,300,400,500,700,900&display=swap"]
23930
23937
  }
@@ -26587,4 +26594,4 @@ export {
26587
26594
  pT as y,
26588
26595
  gr as z
26589
26596
  };
26590
- //# sourceMappingURL=lib-iohqH_6L.js.map
26597
+ //# sourceMappingURL=lib-FDzcrIKi.js.map