@dcodegroup-au/dsg-vue 1.0.4-next → 1.0.5-next
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-eTosSqko.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-7nhJxEEm.cjs} +1206 -1200
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-gN_n5gOu.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-CuY0Wrto.js} +10914 -9400
- package/dist/components/Elements/DsgInputSelect.vue.d.ts +1 -1
- package/dist/components/Table/DsgTable.vue.d.ts +6 -4
- package/dist/components/Table/DsgTablePagination.vue.d.ts +2 -2
- package/dist/components/Table/DsgTablePerPage.vue.d.ts +3 -2
- package/dist/dsg-vue.cjs +15 -21
- package/dist/dsg-vue.css +2 -2
- package/dist/dsg-vue.esm.js +4205 -5660
- package/dist/dsg-vue.table.cjs +2 -2
- package/dist/dsg-vue.table.esm.js +385 -381
- package/dist/table.d.ts +8 -8
- package/dist/tailwind/plugins/DsgGradientPlugin.d.ts +12 -0
- package/dist/tailwind/plugins/DsgShadowsPlugin.d.ts +12 -0
- package/package.json +1 -1
package/dist/table.d.ts
CHANGED
|
@@ -282,7 +282,7 @@ export declare const DsgTable: {
|
|
|
282
282
|
}>, {}, {}, {}, {}, {}> | null;
|
|
283
283
|
pagination: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
284
284
|
pagination?: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null;
|
|
285
|
-
} & import('./components/Table/DsgTablePagination.vue').
|
|
285
|
+
} & import('./components/Table/DsgTablePagination.vue').DsgTablePaginationProps> & Readonly<{
|
|
286
286
|
"onDsg-table:change-page"?: ((page: import('./components/Table/DsgTablePagination.vue').Page) => any) | undefined;
|
|
287
287
|
"onUpdate:pagination"?: ((value: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null) => any) | undefined;
|
|
288
288
|
}>, {
|
|
@@ -300,7 +300,7 @@ export declare const DsgTable: {
|
|
|
300
300
|
Defaults: {};
|
|
301
301
|
}, Readonly<{
|
|
302
302
|
pagination?: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null;
|
|
303
|
-
} & import('./components/Table/DsgTablePagination.vue').
|
|
303
|
+
} & import('./components/Table/DsgTablePagination.vue').DsgTablePaginationProps> & Readonly<{
|
|
304
304
|
"onDsg-table:change-page"?: ((page: import('./components/Table/DsgTablePagination.vue').Page) => any) | undefined;
|
|
305
305
|
"onUpdate:pagination"?: ((value: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null) => any) | undefined;
|
|
306
306
|
}>, {
|
|
@@ -1535,7 +1535,7 @@ export declare const DsgTableFilter: {
|
|
|
1535
1535
|
});
|
|
1536
1536
|
export declare const DsgTablePagination: import('vue').DefineComponent<{
|
|
1537
1537
|
pagination?: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null;
|
|
1538
|
-
} & import('./components/Table/DsgTablePagination.vue').
|
|
1538
|
+
} & import('./components/Table/DsgTablePagination.vue').DsgTablePaginationProps, {
|
|
1539
1539
|
loadPage: (page: import('./components/Table/DsgTablePagination.vue').Page) => void;
|
|
1540
1540
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1541
1541
|
"update:pagination": (value: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null) => any;
|
|
@@ -1543,7 +1543,7 @@ export declare const DsgTablePagination: import('vue').DefineComponent<{
|
|
|
1543
1543
|
"dsg-table:change-page": (page: import('./components/Table/DsgTablePagination.vue').Page) => any;
|
|
1544
1544
|
}, string, import('vue').PublicProps, Readonly<{
|
|
1545
1545
|
pagination?: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null;
|
|
1546
|
-
} & import('./components/Table/DsgTablePagination.vue').
|
|
1546
|
+
} & import('./components/Table/DsgTablePagination.vue').DsgTablePaginationProps> & Readonly<{
|
|
1547
1547
|
"onDsg-table:change-page"?: ((page: import('./components/Table/DsgTablePagination.vue').Page) => any) | undefined;
|
|
1548
1548
|
"onUpdate:pagination"?: ((value: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null) => any) | undefined;
|
|
1549
1549
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -1874,7 +1874,7 @@ declare const _default: {
|
|
|
1874
1874
|
}>, {}, {}, {}, {}, {}> | null;
|
|
1875
1875
|
pagination: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1876
1876
|
pagination?: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null;
|
|
1877
|
-
} & import('./components/Table/DsgTablePagination.vue').
|
|
1877
|
+
} & import('./components/Table/DsgTablePagination.vue').DsgTablePaginationProps> & Readonly<{
|
|
1878
1878
|
"onDsg-table:change-page"?: ((page: import('./components/Table/DsgTablePagination.vue').Page) => any) | undefined;
|
|
1879
1879
|
"onUpdate:pagination"?: ((value: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null) => any) | undefined;
|
|
1880
1880
|
}>, {
|
|
@@ -1892,7 +1892,7 @@ declare const _default: {
|
|
|
1892
1892
|
Defaults: {};
|
|
1893
1893
|
}, Readonly<{
|
|
1894
1894
|
pagination?: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null;
|
|
1895
|
-
} & import('./components/Table/DsgTablePagination.vue').
|
|
1895
|
+
} & import('./components/Table/DsgTablePagination.vue').DsgTablePaginationProps> & Readonly<{
|
|
1896
1896
|
"onDsg-table:change-page"?: ((page: import('./components/Table/DsgTablePagination.vue').Page) => any) | undefined;
|
|
1897
1897
|
"onUpdate:pagination"?: ((value: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null) => any) | undefined;
|
|
1898
1898
|
}>, {
|
|
@@ -3127,7 +3127,7 @@ declare const _default: {
|
|
|
3127
3127
|
});
|
|
3128
3128
|
DsgTablePagination: import('vue').DefineComponent<{
|
|
3129
3129
|
pagination?: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null;
|
|
3130
|
-
} & import('./components/Table/DsgTablePagination.vue').
|
|
3130
|
+
} & import('./components/Table/DsgTablePagination.vue').DsgTablePaginationProps, {
|
|
3131
3131
|
loadPage: (page: import('./components/Table/DsgTablePagination.vue').Page) => void;
|
|
3132
3132
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3133
3133
|
"update:pagination": (value: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null) => any;
|
|
@@ -3135,7 +3135,7 @@ declare const _default: {
|
|
|
3135
3135
|
"dsg-table:change-page": (page: import('./components/Table/DsgTablePagination.vue').Page) => any;
|
|
3136
3136
|
}, string, import('vue').PublicProps, Readonly<{
|
|
3137
3137
|
pagination?: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null;
|
|
3138
|
-
} & import('./components/Table/DsgTablePagination.vue').
|
|
3138
|
+
} & import('./components/Table/DsgTablePagination.vue').DsgTablePaginationProps> & Readonly<{
|
|
3139
3139
|
"onDsg-table:change-page"?: ((page: import('./components/Table/DsgTablePagination.vue').Page) => any) | undefined;
|
|
3140
3140
|
"onUpdate:pagination"?: ((value: import('./components/Table/DsgTablePagination.vue').DsgTablePagination | null) => any) | undefined;
|
|
3141
3141
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* --------------------------------------------------------------------------
|
|
3
|
+
* Gradient Plugin for Untitled UI Kit for Kanopi
|
|
4
|
+
* --------------------------------------------------------------------------
|
|
5
|
+
*
|
|
6
|
+
* This plugin adds custom gradient classes to the TailwindCSS framework
|
|
7
|
+
* based on the Untitled UI Kit for Kanopi.
|
|
8
|
+
*
|
|
9
|
+
* --------------------------------------------------------------------------
|
|
10
|
+
*/
|
|
11
|
+
declare const GradientPlugin: import('tailwindcss/plugin').PluginWithConfig;
|
|
12
|
+
export default GradientPlugin;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* --------------------------------------------------------------------------
|
|
3
|
+
* Shadows Plugin for Untitled UI Kit for Kanopi
|
|
4
|
+
* --------------------------------------------------------------------------
|
|
5
|
+
*
|
|
6
|
+
* This plugin adds custom shadow classes to the TailwindCSS framework
|
|
7
|
+
* based on the Untitled UI Kit for Kanopi.
|
|
8
|
+
*
|
|
9
|
+
* --------------------------------------------------------------------------
|
|
10
|
+
*/
|
|
11
|
+
declare const ShadowsPlugin: import('tailwindcss/plugin').PluginWithConfig;
|
|
12
|
+
export default ShadowsPlugin;
|