@dcodegroup-au/dsg-vue 0.0.27 → 0.0.28
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/components/Table/DsgTableActions.vue.d.ts +2 -0
- package/dist/dsg-vue.css +1 -1
- package/dist/dsg-vue.table.cjs +2 -2
- package/dist/dsg-vue.table.esm.js +218 -213
- package/dist/table.d.ts +10 -0
- package/package.json +1 -1
package/dist/table.d.ts
CHANGED
|
@@ -351,11 +351,13 @@ export declare const DsgTableActions: {
|
|
|
351
351
|
"onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
352
352
|
"onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
353
353
|
"onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
354
|
+
"onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
354
355
|
"onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
|
|
355
356
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
356
357
|
"dsg-table:action-edit": (ev: Event, rowData: Record<string, any>) => any;
|
|
357
358
|
"dsg-table:action-view": (ev: Event, rowData: Record<string, any>) => any;
|
|
358
359
|
"dsg-table:action-delete": (ev: Event, rowData: Record<string, any>) => any;
|
|
360
|
+
"dsg-table:action-archive": (ev: Event, rowData: Record<string, any>) => any;
|
|
359
361
|
"dsg-table:link-clicked": (ev: Event, actionId: string | number, rowData: Record<string, any>) => any;
|
|
360
362
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
361
363
|
dsgTableActions: HTMLDivElement;
|
|
@@ -859,6 +861,7 @@ export declare const DsgTableActions: {
|
|
|
859
861
|
"onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
860
862
|
"onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
861
863
|
"onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
864
|
+
"onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
862
865
|
"onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
|
|
863
866
|
}>, {}, {}, {}, {}, {}>;
|
|
864
867
|
__isFragment?: never;
|
|
@@ -868,11 +871,13 @@ export declare const DsgTableActions: {
|
|
|
868
871
|
"onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
869
872
|
"onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
870
873
|
"onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
874
|
+
"onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
871
875
|
"onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
|
|
872
876
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
873
877
|
"dsg-table:action-edit": (ev: Event, rowData: Record<string, any>) => any;
|
|
874
878
|
"dsg-table:action-view": (ev: Event, rowData: Record<string, any>) => any;
|
|
875
879
|
"dsg-table:action-delete": (ev: Event, rowData: Record<string, any>) => any;
|
|
880
|
+
"dsg-table:action-archive": (ev: Event, rowData: Record<string, any>) => any;
|
|
876
881
|
"dsg-table:link-clicked": (ev: Event, actionId: string | number, rowData: Record<string, any>) => any;
|
|
877
882
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
878
883
|
$slots: {
|
|
@@ -1808,11 +1813,13 @@ declare const _default: {
|
|
|
1808
1813
|
"onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
1809
1814
|
"onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
1810
1815
|
"onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
1816
|
+
"onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
1811
1817
|
"onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
|
|
1812
1818
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1813
1819
|
"dsg-table:action-edit": (ev: Event, rowData: Record<string, any>) => any;
|
|
1814
1820
|
"dsg-table:action-view": (ev: Event, rowData: Record<string, any>) => any;
|
|
1815
1821
|
"dsg-table:action-delete": (ev: Event, rowData: Record<string, any>) => any;
|
|
1822
|
+
"dsg-table:action-archive": (ev: Event, rowData: Record<string, any>) => any;
|
|
1816
1823
|
"dsg-table:link-clicked": (ev: Event, actionId: string | number, rowData: Record<string, any>) => any;
|
|
1817
1824
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1818
1825
|
dsgTableActions: HTMLDivElement;
|
|
@@ -2316,6 +2323,7 @@ declare const _default: {
|
|
|
2316
2323
|
"onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
2317
2324
|
"onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
2318
2325
|
"onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
2326
|
+
"onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
2319
2327
|
"onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
|
|
2320
2328
|
}>, {}, {}, {}, {}, {}>;
|
|
2321
2329
|
__isFragment?: never;
|
|
@@ -2325,11 +2333,13 @@ declare const _default: {
|
|
|
2325
2333
|
"onDsg-table:action-edit"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
2326
2334
|
"onDsg-table:action-view"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
2327
2335
|
"onDsg-table:action-delete"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
2336
|
+
"onDsg-table:action-archive"?: ((ev: Event, rowData: Record<string, any>) => any) | undefined;
|
|
2328
2337
|
"onDsg-table:link-clicked"?: ((ev: Event, actionId: string | number, rowData: Record<string, any>) => any) | undefined;
|
|
2329
2338
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2330
2339
|
"dsg-table:action-edit": (ev: Event, rowData: Record<string, any>) => any;
|
|
2331
2340
|
"dsg-table:action-view": (ev: Event, rowData: Record<string, any>) => any;
|
|
2332
2341
|
"dsg-table:action-delete": (ev: Event, rowData: Record<string, any>) => any;
|
|
2342
|
+
"dsg-table:action-archive": (ev: Event, rowData: Record<string, any>) => any;
|
|
2333
2343
|
"dsg-table:link-clicked": (ev: Event, actionId: string | number, rowData: Record<string, any>) => any;
|
|
2334
2344
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2335
2345
|
$slots: {
|