@anzusystems/common-admin 0.0.70 → 0.0.71
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/common-admin.es.d.ts +48 -12
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-be4807f9.js → lib-8ba3156b.js} +1112 -1103
- package/dist/lib-8ba3156b.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/{webfontloader-42556845.js → webfontloader-b6774f1b.js} +2 -2
- package/dist/{webfontloader-42556845.js.map → webfontloader-b6774f1b.js.map} +1 -1
- package/package.json +1 -1
- package/dist/lib-be4807f9.js.map +0 -1
|
@@ -88,9 +88,9 @@ export declare const AActionCloseButton: DefineComponent<{
|
|
|
88
88
|
};
|
|
89
89
|
}>>, {
|
|
90
90
|
dataCy: string | undefined;
|
|
91
|
+
size: number | undefined;
|
|
91
92
|
buttonT: string | undefined;
|
|
92
93
|
buttonClass: string | undefined;
|
|
93
|
-
size: number | undefined;
|
|
94
94
|
routeParams: any;
|
|
95
95
|
}>;
|
|
96
96
|
|
|
@@ -156,10 +156,10 @@ export declare const AActionCreateButton: DefineComponent<{
|
|
|
156
156
|
};
|
|
157
157
|
}>>, {
|
|
158
158
|
dataCy: string | undefined;
|
|
159
|
+
size: number | undefined;
|
|
159
160
|
buttonT: string | undefined;
|
|
160
161
|
buttonClass: string | undefined;
|
|
161
162
|
variant: ButtonVariant | undefined;
|
|
162
|
-
size: number | undefined;
|
|
163
163
|
}>;
|
|
164
164
|
|
|
165
165
|
export declare const AActionDeleteButton: DefineComponent<{
|
|
@@ -318,10 +318,11 @@ export declare const AActionDeleteButton: DefineComponent<{
|
|
|
318
318
|
onDeleteRecord?: ((...args: any[]) => any) | undefined;
|
|
319
319
|
}, {
|
|
320
320
|
dataCy: string | undefined;
|
|
321
|
+
color: string | undefined;
|
|
322
|
+
size: number | undefined;
|
|
321
323
|
buttonT: string | undefined;
|
|
322
324
|
buttonClass: string | undefined;
|
|
323
325
|
variant: ButtonVariant | undefined;
|
|
324
|
-
size: number | undefined;
|
|
325
326
|
dialogMessageT: string | undefined;
|
|
326
327
|
dialogConfirmButtonT: string | undefined;
|
|
327
328
|
dialogCancelButtonT: string | undefined;
|
|
@@ -330,7 +331,6 @@ export declare const AActionDeleteButton: DefineComponent<{
|
|
|
330
331
|
dialogMaxWidth: number | undefined;
|
|
331
332
|
disabled: boolean | undefined;
|
|
332
333
|
disableCloseAfterConfirm: boolean | undefined;
|
|
333
|
-
color: string | undefined;
|
|
334
334
|
}>;
|
|
335
335
|
|
|
336
336
|
export declare const AActionEditButton: DefineComponent<{
|
|
@@ -428,10 +428,10 @@ export declare const AActionEditButton: DefineComponent<{
|
|
|
428
428
|
}, {
|
|
429
429
|
loading: boolean | undefined;
|
|
430
430
|
dataCy: string | undefined;
|
|
431
|
+
size: number | undefined;
|
|
431
432
|
buttonT: string | undefined;
|
|
432
433
|
buttonClass: string | undefined;
|
|
433
434
|
variant: ButtonVariant | undefined;
|
|
434
|
-
size: number | undefined;
|
|
435
435
|
routeParams: any;
|
|
436
436
|
recordId: string | number | undefined;
|
|
437
437
|
}>;
|
|
@@ -575,10 +575,10 @@ export declare const AActionSaveButton: DefineComponent<{
|
|
|
575
575
|
}, {
|
|
576
576
|
loading: boolean | undefined;
|
|
577
577
|
dataCy: string | undefined;
|
|
578
|
+
size: number | undefined;
|
|
578
579
|
buttonT: string | undefined;
|
|
579
580
|
buttonClass: string | undefined;
|
|
580
581
|
variant: ButtonVariant | undefined;
|
|
581
|
-
size: number | undefined;
|
|
582
582
|
disabled: boolean | undefined;
|
|
583
583
|
}>;
|
|
584
584
|
|
|
@@ -691,8 +691,8 @@ export declare const AAnzuUserAvatar: DefineComponent<{
|
|
|
691
691
|
default: string;
|
|
692
692
|
};
|
|
693
693
|
}>>, {
|
|
694
|
-
containerClass: string | undefined;
|
|
695
694
|
size: number | undefined;
|
|
695
|
+
containerClass: string | undefined;
|
|
696
696
|
user: AnzuUserMinimal | null | undefined;
|
|
697
697
|
}>;
|
|
698
698
|
|
|
@@ -919,12 +919,12 @@ export declare const ABtnSplit: DefineComponent<{
|
|
|
919
919
|
}, {
|
|
920
920
|
loading: boolean | undefined;
|
|
921
921
|
dataCy: string | undefined;
|
|
922
|
+
color: string | undefined;
|
|
923
|
+
size: "small" | "x-small" | undefined;
|
|
922
924
|
buttonT: string | undefined;
|
|
923
925
|
buttonClass: string | undefined;
|
|
924
926
|
variant: ButtonVariantText | undefined;
|
|
925
|
-
size: "small" | "x-small" | undefined;
|
|
926
927
|
disabled: boolean | undefined;
|
|
927
|
-
color: string | undefined;
|
|
928
928
|
disableMore: boolean | undefined;
|
|
929
929
|
rounded: "pill" | undefined;
|
|
930
930
|
}>;
|
|
@@ -1048,10 +1048,10 @@ export declare const ACachedChip: DefineComponent<{
|
|
|
1048
1048
|
}>>, {
|
|
1049
1049
|
id: string | number | null | undefined;
|
|
1050
1050
|
title: string | undefined;
|
|
1051
|
+
size: string | undefined;
|
|
1051
1052
|
containerClass: string | undefined;
|
|
1052
1053
|
disableClick: boolean | undefined;
|
|
1053
1054
|
openInNew: boolean | undefined;
|
|
1054
|
-
size: string | undefined;
|
|
1055
1055
|
forceRounded: boolean | undefined;
|
|
1056
1056
|
textOnly: boolean | undefined;
|
|
1057
1057
|
fallbackIdText: boolean | undefined;
|
|
@@ -1100,7 +1100,43 @@ export declare const ACardLoader: DefineComponent<{
|
|
|
1100
1100
|
loading: boolean | undefined;
|
|
1101
1101
|
}>;
|
|
1102
1102
|
|
|
1103
|
-
export declare const AChipNoLink: DefineComponent<{
|
|
1103
|
+
export declare const AChipNoLink: DefineComponent<{
|
|
1104
|
+
color: {
|
|
1105
|
+
type: PropType<string | undefined>;
|
|
1106
|
+
required: false;
|
|
1107
|
+
default: undefined;
|
|
1108
|
+
};
|
|
1109
|
+
size: {
|
|
1110
|
+
type: PropType<string | undefined>;
|
|
1111
|
+
required: false;
|
|
1112
|
+
default: string;
|
|
1113
|
+
};
|
|
1114
|
+
dataCy: {
|
|
1115
|
+
type: PropType<string | undefined>;
|
|
1116
|
+
required: false;
|
|
1117
|
+
default: undefined;
|
|
1118
|
+
};
|
|
1119
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1120
|
+
color: {
|
|
1121
|
+
type: PropType<string | undefined>;
|
|
1122
|
+
required: false;
|
|
1123
|
+
default: undefined;
|
|
1124
|
+
};
|
|
1125
|
+
size: {
|
|
1126
|
+
type: PropType<string | undefined>;
|
|
1127
|
+
required: false;
|
|
1128
|
+
default: string;
|
|
1129
|
+
};
|
|
1130
|
+
dataCy: {
|
|
1131
|
+
type: PropType<string | undefined>;
|
|
1132
|
+
required: false;
|
|
1133
|
+
default: undefined;
|
|
1134
|
+
};
|
|
1135
|
+
}>>, {
|
|
1136
|
+
dataCy: string | undefined;
|
|
1137
|
+
color: string | undefined;
|
|
1138
|
+
size: string | undefined;
|
|
1139
|
+
}>;
|
|
1104
1140
|
|
|
1105
1141
|
export declare const Acl: DefineComponent<{
|
|
1106
1142
|
permission: {
|
|
@@ -3467,9 +3503,9 @@ export declare const ATableCopyIdButton: DefineComponent<{
|
|
|
3467
3503
|
};
|
|
3468
3504
|
}>>, {
|
|
3469
3505
|
dataCy: string | undefined;
|
|
3506
|
+
size: "small" | "x-small" | undefined;
|
|
3470
3507
|
buttonT: string | undefined;
|
|
3471
3508
|
buttonClass: string | undefined;
|
|
3472
|
-
size: "small" | "x-small" | undefined;
|
|
3473
3509
|
notifyT: string | undefined;
|
|
3474
3510
|
iconT: string | undefined;
|
|
3475
3511
|
}>;
|
package/dist/common-admin.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as V, Q as f, R as w, S as H, T as z, U as v, I as G,
|
|
1
|
+
import { P as V, Q as f, R as w, S as H, T as z, U as v, I as G, d as j, a5 as k, a6 as M, e as x, a0 as J, H as K, _ as W, a as Q, c as q, M as X, E as Y, a7 as Z, B as $, C as aa, z as ea, y as sa, D as ta, J as oa, V as ra, A as ia, w as na, x as Aa, t as ma, u as ba, W as la, s as pa, X as ua, v as ca, r as Ta, q as da, l as Sa, m as ga, a8 as Fa, n as ya, o as Ea, j as Ca, k as Da, p as Ba, N as Oa, a9 as Ra, G as Ua, a2 as _a, F as Pa, a4 as ha, aa as La, ab as Na, ad as Ia, f as Va, h as fa, b as wa, a3 as Ha, i as za, Y as va, Z as Ga, $ as ja, a1 as ka, K as Ma, ac as xa, O as Ja, L as Ka, c2 as Wa, c7 as Qa, c4 as qa, ca as Xa, cc as Ya, cd as Za, bO as $a, bZ as ae, b6 as ee, b5 as se, bP as te, ar as oe, at as re, bT as ie, bR as ne, bV as Ae, bS as me, bQ as be, bU as le, bW as pe, az as ue, aA as ce, av as Te, bY as de, bX as Se, bN as ge, bM as Fe, an as ye, by as Ee, bz as Ce, bA as De, bB as Be, bC as Oe, bD as Re, bE as Ue, bs as _e, br as Pe, bp as he, bq as Le, bt as Ne, c6 as Ie, c9 as Ve, c1 as fe, bo as we, bv as He, bu as ze, aF as ve, ak as Ge, bk as je, bd as ke, bf as Me, bi as xe, b8 as Je, bb as Ke, ba as We, bc as Qe, b9 as qe, bg as Xe, be as Ye, am as Ze, bw as $e, bx as as, b$ as es, c0 as ss, c5 as ts, c3 as os, c8 as rs, cb as is, aK as ns, aL as As, ay as ms, aP as bs, aM as ls, aG as ps, aJ as us, aH as cs, aQ as Ts, aN as ds, aS as Ss, aI as gs, ax as Fs, aR as ys, aO as Es, bm as Cs, cf as Ds, ah as Bs, bK as Os, bL as Rs, ap as Us, bn as _s, aX as Ps, aW as hs, aU as Ls, aT as Ns, aV as Is, bl as Vs, b2 as fs, a$ as ws, aZ as Hs, aY as zs, b1 as vs, a_ as Gs, b0 as js, b3 as ks, b4 as Ms, bj as xs, b7 as Js, bJ as Ks, ai as Ws, aC as Qs, bF as qs, aB as Xs, ce as Ys, aj as Zs, ag as $s, as as at, au as et, bG as st, bH as tt, bI as ot, ao as rt, aw as it, aq as nt, ae as At, af as mt, aD as bt, aE as lt, al as pt, b_ as ut, bh as ct } from "./lib-8ba3156b.js";
|
|
2
2
|
import { useI18n as dt } from "vue-i18n";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "vuetify/lib/components/VChip/index.mjs";
|