@dcodegroup-au/dsg-vue 0.1.2 → 0.1.4
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/{DsgTablePerPage.vue_vue_type_style_index_0_lang-0tHi6h4J.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-DEG12JOR.cjs} +146 -146
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-Ui9JRdZP.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-Dj3jH6bn.js} +41 -5
- package/dist/components/Elements/DsgDatepicker.vue.d.ts +1 -0
- package/dist/components/Elements/DsgDropdown.vue.d.ts +2 -0
- package/dist/components/Elements/DsgInput.vue.d.ts +43 -3
- package/dist/components/Table/DsgTable.vue.d.ts +51 -7
- package/dist/components/Table/DsgTableComponent.vue.d.ts +6 -0
- package/dist/dsg-vue.cjs +10 -10
- package/dist/dsg-vue.esm.js +727 -714
- package/dist/dsg-vue.table.cjs +2 -2
- package/dist/dsg-vue.table.esm.js +364 -359
- package/dist/main.d.ts +214 -14
- package/dist/table.d.ts +150 -24
- package/package.json +10 -10
|
@@ -8320,11 +8320,11 @@ const L6 = `<svg stroke="currentColor" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
8320
8320
|
console.warn(`DSG UntitledUI Icon not found: ${e.icon}`);
|
|
8321
8321
|
return;
|
|
8322
8322
|
}
|
|
8323
|
-
const l = s.default,
|
|
8324
|
-
return
|
|
8323
|
+
const l = s.default, d = new DOMParser().parseFromString(l, "text/html").querySelector("body > svg:nth-child(1)"), u = t.split(" ").filter((c) => c !== "");
|
|
8324
|
+
return d.classList.add(...u), e.color !== "currentColor" && O6(e.color) && d.setAttribute("stroke", e.color), {
|
|
8325
8325
|
render() {
|
|
8326
8326
|
return y9({
|
|
8327
|
-
template: `${
|
|
8327
|
+
template: `${d.outerHTML}`
|
|
8328
8328
|
});
|
|
8329
8329
|
}
|
|
8330
8330
|
};
|
|
@@ -9085,7 +9085,7 @@ const dN = function(e) {
|
|
|
9085
9085
|
const b = (((T = s.flip) == null ? void 0 : T.index) || 0) + 1, C = E[b];
|
|
9086
9086
|
if (C && (!(c === "alignment" ? x !== J2(C) : !1) || // We leave the current main axis only if every placement on that axis
|
|
9087
9087
|
// overflows the main axis.
|
|
9088
|
-
w.every((V) => V.overflows[0] > 0
|
|
9088
|
+
w.every((V) => J2(V.placement) === x ? V.overflows[0] > 0 : !0)))
|
|
9089
9089
|
return {
|
|
9090
9090
|
data: {
|
|
9091
9091
|
index: b,
|
|
@@ -11361,6 +11361,38 @@ function lF() {
|
|
|
11361
11361
|
name: "CVC",
|
|
11362
11362
|
size: 3
|
|
11363
11363
|
}
|
|
11364
|
+
},
|
|
11365
|
+
verve: {
|
|
11366
|
+
niceType: "Verve",
|
|
11367
|
+
type: "verve",
|
|
11368
|
+
patterns: [
|
|
11369
|
+
[506099, 506127],
|
|
11370
|
+
506129,
|
|
11371
|
+
[506133, 506150],
|
|
11372
|
+
[506158, 506163],
|
|
11373
|
+
506166,
|
|
11374
|
+
506168,
|
|
11375
|
+
506170,
|
|
11376
|
+
506173,
|
|
11377
|
+
[506176, 506180],
|
|
11378
|
+
506184,
|
|
11379
|
+
[506187, 506188],
|
|
11380
|
+
506191,
|
|
11381
|
+
506195,
|
|
11382
|
+
506197,
|
|
11383
|
+
507865,
|
|
11384
|
+
507866,
|
|
11385
|
+
[507868, 507877],
|
|
11386
|
+
[507880, 507888],
|
|
11387
|
+
507900,
|
|
11388
|
+
507941
|
|
11389
|
+
],
|
|
11390
|
+
gaps: [4, 8, 12],
|
|
11391
|
+
lengths: [16, 18, 19],
|
|
11392
|
+
code: {
|
|
11393
|
+
name: "CVV",
|
|
11394
|
+
size: 3
|
|
11395
|
+
}
|
|
11364
11396
|
}
|
|
11365
11397
|
};
|
|
11366
11398
|
return D3 = e, D3;
|
|
@@ -11454,6 +11486,7 @@ function J5() {
|
|
|
11454
11486
|
DISCOVER: "discover",
|
|
11455
11487
|
JCB: "jcb",
|
|
11456
11488
|
UNIONPAY: "unionpay",
|
|
11489
|
+
VERVE: "verve",
|
|
11457
11490
|
MAESTRO: "maestro",
|
|
11458
11491
|
ELO: "elo",
|
|
11459
11492
|
MIR: "mir",
|
|
@@ -11467,6 +11500,7 @@ function J5() {
|
|
|
11467
11500
|
i.DISCOVER,
|
|
11468
11501
|
i.JCB,
|
|
11469
11502
|
i.UNIONPAY,
|
|
11503
|
+
i.VERVE,
|
|
11470
11504
|
i.MAESTRO,
|
|
11471
11505
|
i.ELO,
|
|
11472
11506
|
i.MIR,
|
|
@@ -21940,6 +21974,7 @@ const bX = { class: "dsg-datepicker--label-wrapper block" }, MX = {
|
|
|
21940
21974
|
menu: "",
|
|
21941
21975
|
input: ""
|
|
21942
21976
|
}) },
|
|
21977
|
+
disabled: { type: Boolean, default: !1 },
|
|
21943
21978
|
format: { default: "" },
|
|
21944
21979
|
size: { default: "md" },
|
|
21945
21980
|
label: { default: "" },
|
|
@@ -22030,6 +22065,7 @@ const bX = { class: "dsg-datepicker--label-wrapper block" }, MX = {
|
|
|
22030
22065
|
teleport: !0,
|
|
22031
22066
|
ui: s.value,
|
|
22032
22067
|
"auto-apply": "",
|
|
22068
|
+
disabled: x.disabled,
|
|
22033
22069
|
locale: "en-AU",
|
|
22034
22070
|
class: m1(["dsg-datepicker-el", { "dsg-datepicker--wrapper-error": y(a) }]),
|
|
22035
22071
|
"onUpdate:modelValue": c,
|
|
@@ -22077,7 +22113,7 @@ const bX = { class: "dsg-datepicker--label-wrapper block" }, MX = {
|
|
|
22077
22113
|
})
|
|
22078
22114
|
]),
|
|
22079
22115
|
_: 1
|
|
22080
|
-
}, 8, ["enable-time-picker", "format", "model-value", "multi-calendars", "range", "ui", "class"]),
|
|
22116
|
+
}, 8, ["enable-time-picker", "format", "model-value", "multi-calendars", "range", "ui", "disabled", "class"]),
|
|
22081
22117
|
y(a) && y(i).length ? (H(), N("div", MX, [
|
|
22082
22118
|
(H(!0), N(M1, null, Z1(y(i), ($, R) => (H(), N("span", {
|
|
22083
22119
|
class: "dsg-datepicker--error",
|
|
@@ -29,6 +29,7 @@ export interface DsgDropdownProps {
|
|
|
29
29
|
label?: string;
|
|
30
30
|
type?: DsgDropdownType;
|
|
31
31
|
icon?: string;
|
|
32
|
+
iconBefore?: string;
|
|
32
33
|
buttonTheme?: DsgButtonTheme;
|
|
33
34
|
menuItems?: DsgDropdownMenuItem[];
|
|
34
35
|
avatarInfo?: DsgDropdownAvatar | null;
|
|
@@ -40,6 +41,7 @@ export interface DsgDropdownProps {
|
|
|
40
41
|
strategy?: "absolute" | "fixed" | undefined;
|
|
41
42
|
skidding?: number;
|
|
42
43
|
distance?: number;
|
|
44
|
+
size?: "sm" | "md";
|
|
43
45
|
}
|
|
44
46
|
declare function __VLS_template(): {
|
|
45
47
|
attrs: Partial<{}>;
|
|
@@ -93,11 +93,51 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
93
93
|
callbackValidation: (callback: Function) => void;
|
|
94
94
|
setErrors: (errors: string[]) => void;
|
|
95
95
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
96
|
-
|
|
96
|
+
"update:modelValue": (value: any) => any;
|
|
97
97
|
} & {
|
|
98
|
-
|
|
98
|
+
"update:modelValue": (newValue: string, oldValue: string) => any;
|
|
99
|
+
"update:model-value": (newValue: string, oldValue: string) => any;
|
|
100
|
+
"on-focus": (el: HTMLElement) => any;
|
|
101
|
+
"on-suffix-icon-clicked": (value: string) => any;
|
|
102
|
+
"on-before-focus": (el: HTMLElement) => any;
|
|
103
|
+
"on-before-off-focus": (el: HTMLElement) => any;
|
|
104
|
+
"off-focus": (el: HTMLElement) => any;
|
|
105
|
+
"on-before-copy": (value: string) => any;
|
|
106
|
+
"on-copy": (value: string) => any;
|
|
107
|
+
"on-before-clear": (value: string) => any;
|
|
108
|
+
"on-clear": (oldValue: string) => any;
|
|
109
|
+
"on-before-format": (oldValue: string, newValue: string) => any;
|
|
110
|
+
"on-format": (value: string) => any;
|
|
111
|
+
"on-before-validate": (value: string) => any;
|
|
112
|
+
"on-validate": (inputErrors: string[]) => any;
|
|
113
|
+
"on-card-detected": (detectedType: string | false) => any;
|
|
114
|
+
"enter-pressed": (value: string) => any;
|
|
115
|
+
"on-keydown": (char: string, value: string) => any;
|
|
116
|
+
"on-keyup": (char: string, value: string) => any;
|
|
117
|
+
"on-keypress": (char: string, value: string) => any;
|
|
118
|
+
"icon-clicked": (value: string) => any;
|
|
99
119
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
100
|
-
|
|
120
|
+
"onUpdate:modelValue"?: ((newValue: string, oldValue: string) => any) | undefined;
|
|
121
|
+
"onUpdate:model-value"?: ((newValue: string, oldValue: string) => any) | undefined;
|
|
122
|
+
"onOn-focus"?: ((el: HTMLElement) => any) | undefined;
|
|
123
|
+
"onOn-suffix-icon-clicked"?: ((value: string) => any) | undefined;
|
|
124
|
+
"onOn-before-focus"?: ((el: HTMLElement) => any) | undefined;
|
|
125
|
+
"onOn-before-off-focus"?: ((el: HTMLElement) => any) | undefined;
|
|
126
|
+
"onOff-focus"?: ((el: HTMLElement) => any) | undefined;
|
|
127
|
+
"onOn-before-copy"?: ((value: string) => any) | undefined;
|
|
128
|
+
"onOn-copy"?: ((value: string) => any) | undefined;
|
|
129
|
+
"onOn-before-clear"?: ((value: string) => any) | undefined;
|
|
130
|
+
"onOn-clear"?: ((oldValue: string) => any) | undefined;
|
|
131
|
+
"onOn-before-format"?: ((oldValue: string, newValue: string) => any) | undefined;
|
|
132
|
+
"onOn-format"?: ((value: string) => any) | undefined;
|
|
133
|
+
"onOn-before-validate"?: ((value: string) => any) | undefined;
|
|
134
|
+
"onOn-validate"?: ((inputErrors: string[]) => any) | undefined;
|
|
135
|
+
"onOn-card-detected"?: ((detectedType: string | false) => any) | undefined;
|
|
136
|
+
"onEnter-pressed"?: ((value: string) => any) | undefined;
|
|
137
|
+
"onOn-keydown"?: ((char: string, value: string) => any) | undefined;
|
|
138
|
+
"onOn-keyup"?: ((char: string, value: string) => any) | undefined;
|
|
139
|
+
"onOn-keypress"?: ((char: string, value: string) => any) | undefined;
|
|
140
|
+
"onIcon-clicked"?: ((value: string) => any) | undefined;
|
|
101
141
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
102
142
|
themeInputWrapper: HTMLDivElement;
|
|
103
143
|
creditCardIcon: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Icons/DsgCreditCardIcon.vue').DsgCreditCardIconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -157,6 +157,9 @@ declare function __VLS_template(): {
|
|
|
157
157
|
readonly "onDsg-table:load-error"?: ((response: import('axios').AxiosResponse<any, any>) => any) | undefined;
|
|
158
158
|
readonly "onDsg-table:pagination-data"?: ((paginationData: any) => any) | undefined;
|
|
159
159
|
readonly "onDsg-table:rows-selected"?: ((rows: any) => any) | undefined;
|
|
160
|
+
readonly "onDsg-table:row-clicked"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
161
|
+
readonly "onDsg-table:row-hover"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
162
|
+
readonly "onDsg-table:row-dblclick"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
160
163
|
readonly "onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
161
164
|
readonly "onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
162
165
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -174,7 +177,7 @@ declare function __VLS_template(): {
|
|
|
174
177
|
$root: import('vue').ComponentPublicInstance | null;
|
|
175
178
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
176
179
|
$host: Element | null;
|
|
177
|
-
$emit: ((event: "dsg-table:loading", loading: boolean) => void) & ((event: "dsg-table:loaded") => void) & ((event: "dsg-table:load-success", response: import('axios').AxiosResponse<any, any>) => void) & ((event: "dsg-table:load-error", response: import('axios').AxiosResponse<any, any>) => void) & ((event: "dsg-table:pagination-data", paginationData: any) => void) & ((event: "dsg-table:rows-selected", rows: any) => void) & ((event: "update:filterParams", value: any) => void) & ((event: "update:perPage", value: any) => void);
|
|
180
|
+
$emit: ((event: "dsg-table:loading", loading: boolean) => void) & ((event: "dsg-table:loaded") => void) & ((event: "dsg-table:load-success", response: import('axios').AxiosResponse<any, any>) => void) & ((event: "dsg-table:load-error", response: import('axios').AxiosResponse<any, any>) => void) & ((event: "dsg-table:pagination-data", paginationData: any) => void) & ((event: "dsg-table:rows-selected", rows: any) => void) & ((event: "dsg-table:row-clicked", ev: Event, rowIndex: number, rowData: Record<string, any>) => void) & ((event: "dsg-table:row-hover", ev: Event, rowIndex: number, rowData: Record<string, any>) => void) & ((event: "dsg-table:row-dblclick", ev: Event, rowIndex: number, rowData: Record<string, any>) => void) & ((event: "update:filterParams", value: any) => void) & ((event: "update:perPage", value: any) => void);
|
|
178
181
|
$el: HTMLDivElement;
|
|
179
182
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
180
183
|
filterParams?: any;
|
|
@@ -186,6 +189,9 @@ declare function __VLS_template(): {
|
|
|
186
189
|
"onDsg-table:load-error"?: ((response: import('axios').AxiosResponse<any, any>) => any) | undefined;
|
|
187
190
|
"onDsg-table:pagination-data"?: ((paginationData: any) => any) | undefined;
|
|
188
191
|
"onDsg-table:rows-selected"?: ((rows: any) => any) | undefined;
|
|
192
|
+
"onDsg-table:row-clicked"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
193
|
+
"onDsg-table:row-hover"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
194
|
+
"onDsg-table:row-dblclick"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
189
195
|
"onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
190
196
|
"onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
191
197
|
}>, {
|
|
@@ -201,6 +207,9 @@ declare function __VLS_template(): {
|
|
|
201
207
|
"dsg-table:load-error": (response: import('axios').AxiosResponse<any, any>) => any;
|
|
202
208
|
"dsg-table:pagination-data": (paginationData: any) => any;
|
|
203
209
|
"dsg-table:rows-selected": (rows: any) => any;
|
|
210
|
+
"dsg-table:row-clicked": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
211
|
+
"dsg-table:row-hover": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
212
|
+
"dsg-table:row-dblclick": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
204
213
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
205
214
|
beforeCreate?: (() => void) | (() => void)[];
|
|
206
215
|
created?: (() => void) | (() => void)[];
|
|
@@ -231,6 +240,9 @@ declare function __VLS_template(): {
|
|
|
231
240
|
"onDsg-table:load-error"?: ((response: import('axios').AxiosResponse<any, any>) => any) | undefined;
|
|
232
241
|
"onDsg-table:pagination-data"?: ((paginationData: any) => any) | undefined;
|
|
233
242
|
"onDsg-table:rows-selected"?: ((rows: any) => any) | undefined;
|
|
243
|
+
"onDsg-table:row-clicked"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
244
|
+
"onDsg-table:row-hover"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
245
|
+
"onDsg-table:row-dblclick"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
234
246
|
"onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
235
247
|
"onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
236
248
|
}>, "changePage" | "reload"> & import('vue').ShallowUnwrapRef<{
|
|
@@ -312,12 +324,32 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableProps, {
|
|
|
312
324
|
updateRowTable: (rowData: any) => void;
|
|
313
325
|
termChanged: (term: string | null) => void;
|
|
314
326
|
setFilters: (filters: any) => void;
|
|
315
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
327
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
328
|
+
"dsg-table:action-edit": (ev: Event, rowData: Record<string, any>) => any;
|
|
329
|
+
"dsg-table:action-view": (ev: Event, rowData: Record<string, any>) => any;
|
|
330
|
+
"dsg-table:action-delete": (ev: Event, rowData: Record<string, any>) => any;
|
|
331
|
+
"dsg-table:action-archive": (ev: Event, rowData: Record<string, any>) => any;
|
|
332
|
+
"dsg-table:link-clicked": (ev: Event, actionId: string | number, rowData: Record<string, any>) => any;
|
|
333
|
+
"dsg-table:term-changed": (term: string | null) => any;
|
|
334
|
+
"dsg-table:filter-updated": (params: any, payload: any, activeFacet: DsgTableSearchFacet | null | undefined) => any;
|
|
335
|
+
"dsg-table:rows-selected": (rows: any) => any;
|
|
336
|
+
"dsg-table:row-clicked": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
337
|
+
"dsg-table:row-hover": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
338
|
+
"dsg-table:row-dblclick": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
339
|
+
"dsg-table:data-loaded": (data: any) => any;
|
|
319
340
|
}, string, import('vue').PublicProps, Readonly<DsgTableProps> & Readonly<{
|
|
320
|
-
|
|
341
|
+
"onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
342
|
+
"onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
343
|
+
"onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
344
|
+
"onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
345
|
+
"onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
|
|
346
|
+
"onDsg-table:term-changed"?: ((term: string | null) => any) | undefined;
|
|
347
|
+
"onDsg-table:filter-updated"?: ((params: any, payload: any, activeFacet: DsgTableSearchFacet | null | undefined) => any) | undefined;
|
|
348
|
+
"onDsg-table:rows-selected"?: ((rows: any) => any) | undefined;
|
|
349
|
+
"onDsg-table:row-clicked"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
350
|
+
"onDsg-table:row-hover"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
351
|
+
"onDsg-table:row-dblclick"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
352
|
+
"onDsg-table:data-loaded"?: ((data: any) => any) | undefined;
|
|
321
353
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
322
354
|
dsgTableSearchHeaderEl: HTMLDivElement;
|
|
323
355
|
dsgTable: ({
|
|
@@ -373,6 +405,9 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableProps, {
|
|
|
373
405
|
readonly "onDsg-table:load-error"?: ((response: import('axios').AxiosResponse<any, any>) => any) | undefined;
|
|
374
406
|
readonly "onDsg-table:pagination-data"?: ((paginationData: any) => any) | undefined;
|
|
375
407
|
readonly "onDsg-table:rows-selected"?: ((rows: any) => any) | undefined;
|
|
408
|
+
readonly "onDsg-table:row-clicked"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
409
|
+
readonly "onDsg-table:row-hover"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
410
|
+
readonly "onDsg-table:row-dblclick"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
376
411
|
readonly "onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
377
412
|
readonly "onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
378
413
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -390,7 +425,7 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableProps, {
|
|
|
390
425
|
$root: import('vue').ComponentPublicInstance | null;
|
|
391
426
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
392
427
|
$host: Element | null;
|
|
393
|
-
$emit: ((event: "dsg-table:loading", loading: boolean) => void) & ((event: "dsg-table:loaded") => void) & ((event: "dsg-table:load-success", response: import('axios').AxiosResponse<any, any>) => void) & ((event: "dsg-table:load-error", response: import('axios').AxiosResponse<any, any>) => void) & ((event: "dsg-table:pagination-data", paginationData: any) => void) & ((event: "dsg-table:rows-selected", rows: any) => void) & ((event: "update:filterParams", value: any) => void) & ((event: "update:perPage", value: any) => void);
|
|
428
|
+
$emit: ((event: "dsg-table:loading", loading: boolean) => void) & ((event: "dsg-table:loaded") => void) & ((event: "dsg-table:load-success", response: import('axios').AxiosResponse<any, any>) => void) & ((event: "dsg-table:load-error", response: import('axios').AxiosResponse<any, any>) => void) & ((event: "dsg-table:pagination-data", paginationData: any) => void) & ((event: "dsg-table:rows-selected", rows: any) => void) & ((event: "dsg-table:row-clicked", ev: Event, rowIndex: number, rowData: Record<string, any>) => void) & ((event: "dsg-table:row-hover", ev: Event, rowIndex: number, rowData: Record<string, any>) => void) & ((event: "dsg-table:row-dblclick", ev: Event, rowIndex: number, rowData: Record<string, any>) => void) & ((event: "update:filterParams", value: any) => void) & ((event: "update:perPage", value: any) => void);
|
|
394
429
|
$el: HTMLDivElement;
|
|
395
430
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
396
431
|
filterParams?: any;
|
|
@@ -402,6 +437,9 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableProps, {
|
|
|
402
437
|
"onDsg-table:load-error"?: ((response: import('axios').AxiosResponse<any, any>) => any) | undefined;
|
|
403
438
|
"onDsg-table:pagination-data"?: ((paginationData: any) => any) | undefined;
|
|
404
439
|
"onDsg-table:rows-selected"?: ((rows: any) => any) | undefined;
|
|
440
|
+
"onDsg-table:row-clicked"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
441
|
+
"onDsg-table:row-hover"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
442
|
+
"onDsg-table:row-dblclick"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
405
443
|
"onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
406
444
|
"onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
407
445
|
}>, {
|
|
@@ -417,6 +455,9 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableProps, {
|
|
|
417
455
|
"dsg-table:load-error": (response: import('axios').AxiosResponse<any, any>) => any;
|
|
418
456
|
"dsg-table:pagination-data": (paginationData: any) => any;
|
|
419
457
|
"dsg-table:rows-selected": (rows: any) => any;
|
|
458
|
+
"dsg-table:row-clicked": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
459
|
+
"dsg-table:row-hover": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
460
|
+
"dsg-table:row-dblclick": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
420
461
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
421
462
|
beforeCreate?: (() => void) | (() => void)[];
|
|
422
463
|
created?: (() => void) | (() => void)[];
|
|
@@ -447,6 +488,9 @@ declare const __VLS_component: import('vue').DefineComponent<DsgTableProps, {
|
|
|
447
488
|
"onDsg-table:load-error"?: ((response: import('axios').AxiosResponse<any, any>) => any) | undefined;
|
|
448
489
|
"onDsg-table:pagination-data"?: ((paginationData: any) => any) | undefined;
|
|
449
490
|
"onDsg-table:rows-selected"?: ((rows: any) => any) | undefined;
|
|
491
|
+
"onDsg-table:row-clicked"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
492
|
+
"onDsg-table:row-hover"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
493
|
+
"onDsg-table:row-dblclick"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
450
494
|
"onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
451
495
|
"onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
452
496
|
}>, "changePage" | "reload"> & import('vue').ShallowUnwrapRef<{
|
|
@@ -126,6 +126,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
126
126
|
"dsg-table:load-error": (response: AxiosResponse<any, any>) => any;
|
|
127
127
|
"dsg-table:pagination-data": (paginationData: any) => any;
|
|
128
128
|
"dsg-table:rows-selected": (rows: any) => any;
|
|
129
|
+
"dsg-table:row-clicked": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
130
|
+
"dsg-table:row-hover": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
131
|
+
"dsg-table:row-dblclick": (ev: Event, rowIndex: number, rowData: Record<string, any>) => any;
|
|
129
132
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
130
133
|
"onDsg-table:loading"?: ((loading: boolean) => any) | undefined;
|
|
131
134
|
"onDsg-table:loaded"?: (() => any) | undefined;
|
|
@@ -133,6 +136,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
133
136
|
"onDsg-table:load-error"?: ((response: AxiosResponse<any, any>) => any) | undefined;
|
|
134
137
|
"onDsg-table:pagination-data"?: ((paginationData: any) => any) | undefined;
|
|
135
138
|
"onDsg-table:rows-selected"?: ((rows: any) => any) | undefined;
|
|
139
|
+
"onDsg-table:row-clicked"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
140
|
+
"onDsg-table:row-hover"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
141
|
+
"onDsg-table:row-dblclick"?: ((ev: Event, rowIndex: number, rowData: Record<string, any>) => any) | undefined;
|
|
136
142
|
"onUpdate:filterParams"?: ((value: any) => any) | undefined;
|
|
137
143
|
"onUpdate:perPage"?: ((value: any) => any) | undefined;
|
|
138
144
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|