@dcodegroup-au/dsg-vue 1.0.4-next → 1.0.6-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.
Files changed (26) hide show
  1. package/dist/DsgLabel.vue_vue_type_style_index_0_lang-BTfTmByq.cjs +1 -0
  2. package/dist/DsgLabel.vue_vue_type_style_index_0_lang-BzrjL4Wl.js +32 -0
  3. package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-gN_n5gOu.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-Bnug1LC_.js} +10911 -9392
  4. package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-eTosSqko.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-fX2LUEbe.cjs} +1206 -1200
  5. package/dist/components/Elements/DsgCheckbox.vue.d.ts +1 -0
  6. package/dist/components/Elements/DsgDatepicker.vue.d.ts +1 -0
  7. package/dist/components/Elements/DsgInputSelect.vue.d.ts +2 -1
  8. package/dist/components/Elements/DsgLabel.vue.d.ts +2 -5
  9. package/dist/components/Elements/DsgSlider.vue.d.ts +2 -0
  10. package/dist/components/Table/DsgTable.vue.d.ts +6 -4
  11. package/dist/components/Table/DsgTablePagination.vue.d.ts +2 -2
  12. package/dist/components/Table/DsgTablePerPage.vue.d.ts +3 -2
  13. package/dist/dsg-vue.cjs +15 -21
  14. package/dist/dsg-vue.css +2 -2
  15. package/dist/dsg-vue.editor.cjs +1 -1
  16. package/dist/dsg-vue.editor.esm.js +1 -1
  17. package/dist/dsg-vue.esm.js +4205 -5660
  18. package/dist/dsg-vue.table.cjs +2 -2
  19. package/dist/dsg-vue.table.esm.js +385 -381
  20. package/dist/main.d.ts +4 -0
  21. package/dist/table.d.ts +8 -8
  22. package/dist/tailwind/plugins/DsgGradientPlugin.d.ts +12 -0
  23. package/dist/tailwind/plugins/DsgShadowsPlugin.d.ts +12 -0
  24. package/package.json +1 -1
  25. package/dist/DsgLabel.vue_vue_type_style_index_0_lang-CzkVjbOp.js +0 -26
  26. package/dist/DsgLabel.vue_vue_type_style_index_0_lang-WrIgmJyQ.cjs +0 -1
package/dist/main.d.ts CHANGED
@@ -1762,6 +1762,7 @@ export declare const DsgSlider: import('vue').DefineComponent<{
1762
1762
  type: import('./main').DsgSliderType;
1763
1763
  max: number;
1764
1764
  step: number;
1765
+ requiredLabel: boolean;
1765
1766
  min: number;
1766
1767
  handleLabelPosition: import('./main').DsgSliderLabelPosition;
1767
1768
  prefix: string;
@@ -1783,6 +1784,7 @@ export declare const DsgLabel: {
1783
1784
  __isSuspense?: never;
1784
1785
  } & import('vue').ComponentOptionsBase<Readonly<import('./main').DsgLabelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1785
1786
  $slots: {
1787
+ default?(_: {}): any;
1786
1788
  'dsg-label-text'?(_: {}): any;
1787
1789
  };
1788
1790
  });
@@ -4523,6 +4525,7 @@ declare const _default: {
4523
4525
  type: import('./main').DsgSliderType;
4524
4526
  max: number;
4525
4527
  step: number;
4528
+ requiredLabel: boolean;
4526
4529
  min: number;
4527
4530
  handleLabelPosition: import('./main').DsgSliderLabelPosition;
4528
4531
  prefix: string;
@@ -4544,6 +4547,7 @@ declare const _default: {
4544
4547
  __isSuspense?: never;
4545
4548
  } & import('vue').ComponentOptionsBase<Readonly<import('./main').DsgLabelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4546
4549
  $slots: {
4550
+ default?(_: {}): any;
4547
4551
  'dsg-label-text'?(_: {}): any;
4548
4552
  };
4549
4553
  });
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').DsgTablePaginationInfoProps> & Readonly<{
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').DsgTablePaginationInfoProps> & Readonly<{
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').DsgTablePaginationInfoProps, {
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').DsgTablePaginationInfoProps> & Readonly<{
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').DsgTablePaginationInfoProps> & Readonly<{
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').DsgTablePaginationInfoProps> & Readonly<{
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').DsgTablePaginationInfoProps, {
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').DsgTablePaginationInfoProps> & Readonly<{
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/dsg-vue",
3
3
  "description": "Front-end Vue/Tailwind DSG for UntitledUI.",
4
- "version": "1.0.4-next",
4
+ "version": "1.0.6-next",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "preinstall": "npx only-allow pnpm",
@@ -1,26 +0,0 @@
1
- import { defineComponent as t, openBlock as a, createElementBlock as o, normalizeClass as r, renderSlot as s, createTextVNode as n, toDisplayString as d } from "vue";
2
- function b(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
5
- const c = ["for"], i = /* @__PURE__ */ t({
6
- __name: "DsgLabel",
7
- props: {
8
- label: { default: "" },
9
- labelFor: { default: "" },
10
- size: { default: "md" }
11
- },
12
- setup(e) {
13
- return (l, f) => (a(), o("label", {
14
- for: e.labelFor,
15
- class: r(`dsg-label dsg-label--${e.size}`)
16
- }, [
17
- s(l.$slots, "dsg-label-text", {}, () => [
18
- n(d(e.label), 1)
19
- ])
20
- ], 10, c));
21
- }
22
- });
23
- export {
24
- i as _,
25
- b as g
26
- };
@@ -1 +0,0 @@
1
- "use strict";const t=require("vue");function a(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}const o=["for"],r=t.defineComponent({__name:"DsgLabel",props:{label:{default:""},labelFor:{default:""},size:{default:"md"}},setup(e){return(l,s)=>(t.openBlock(),t.createElementBlock("label",{for:e.labelFor,class:t.normalizeClass(`dsg-label dsg-label--${e.size}`)},[t.renderSlot(l.$slots,"dsg-label-text",{},()=>[t.createTextVNode(t.toDisplayString(e.label),1)])],10,o))}});exports._sfc_main=r;exports.getDefaultExportFromCjs=a;