@dcodegroup-au/dsg-vue 0.0.32 → 0.0.33

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.
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as W, mergeModels as G, useModel as Y, computed as O, withDirectives as oe, createElementBlock as n, openBlock as a, createCommentVNode as k, createElementVNode as m, normalizeClass as F, createVNode as B, Fragment as E, renderList as q, vShow as Se, ref as y, useTemplateRef as ge, useAttrs as Fe, unref as U, withCtx as x, renderSlot as T, toDisplayString as _, createBlock as N, resolveDynamicComponent as Be, normalizeStyle as X, watch as te, onMounted as Me, Transition as Le, createTextVNode as Ee, useSlots as Re, createSlots as He, normalizeProps as Ie, mergeProps as ze, vModelSelect as Ae } from "vue";
2
- import { _ as A, k as Ve, v as Oe, g as Ue, u as qe, c as ve, e as ce, i as be, j as Ne } from "./DsgTablePerPage.vue_vue_type_style_index_0_lang-BZcdFc4A.js";
2
+ import { _ as A, k as Ve, v as Oe, g as Ue, u as qe, c as ve, e as ce, i as be, j as Ne } from "./DsgTablePerPage.vue_vue_type_style_index_0_lang-vCgh5rQK.js";
3
3
  import { ucfirst as We, ucwords as je, toSnakeCase as Ke } from "./dsg-vue.helpers-string.esm.js";
4
4
  import { data_get as ne } from "./dsg-vue.helpers-object.esm.js";
5
5
  const Qe = { class: "dsg-table--pagination" }, Ye = ["disabled"], Ge = ["disabled"], Je = ["onClick", "innerHTML"], Xe = ["onClick", "innerHTML"], Ze = ["disabled"], xe = ["disabled"], fe = /* @__PURE__ */ W({
package/dist/main.d.ts CHANGED
@@ -1012,11 +1012,11 @@ export declare const DsgInputSelect: import('vue').DefineComponent<{
1012
1012
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1013
1013
  "onUpdate:model-value"?: ((value: any) => any) | undefined;
1014
1014
  onTag?: ((label: any, id: string | number) => any) | undefined;
1015
- "onUpdate:single"?: ((value: any) => any) | undefined;
1016
1015
  "onSearch-change"?: ((queryTerm: string) => any) | undefined;
1017
1016
  onOpen?: ((id: string | number) => any) | undefined;
1018
1017
  onClose?: ((value: any, id: string | number) => any) | undefined;
1019
1018
  onRemove?: ((value: any, id: string | number) => any) | undefined;
1019
+ "onUpdate:single"?: ((value: any) => any) | undefined;
1020
1020
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
1021
1021
  dsgInputSelectEl: HTMLDivElement;
1022
1022
  multiselectEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue-multiselect').ComponentProps>, {}, {}, {}, {
@@ -3036,11 +3036,11 @@ declare const _default: {
3036
3036
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
3037
3037
  "onUpdate:model-value"?: ((value: any) => any) | undefined;
3038
3038
  onTag?: ((label: any, id: string | number) => any) | undefined;
3039
- "onUpdate:single"?: ((value: any) => any) | undefined;
3040
3039
  "onSearch-change"?: ((queryTerm: string) => any) | undefined;
3041
3040
  onOpen?: ((id: string | number) => any) | undefined;
3042
3041
  onClose?: ((value: any, id: string | number) => any) | undefined;
3043
3042
  onRemove?: ((value: any, id: string | number) => any) | undefined;
3043
+ "onUpdate:single"?: ((value: any) => any) | undefined;
3044
3044
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
3045
3045
  dsgInputSelectEl: HTMLDivElement;
3046
3046
  multiselectEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue-multiselect').ComponentProps>, {}, {}, {}, {
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": "0.0.32",
4
+ "version": "0.0.33",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "preinstall": "npx only-allow pnpm",
@@ -108,9 +108,9 @@
108
108
  "@vitejs/plugin-vue": "^5.2.4",
109
109
  "@vue/eslint-config-typescript": "^14.6.0",
110
110
  "@vuepic/vue-datepicker": "^11.0.2",
111
- "@vueuse/components": "^13.5.0",
112
- "@vueuse/core": "^13.5.0",
113
- "@vueuse/integrations": "^13.5.0",
111
+ "@vueuse/components": "^13.6.0",
112
+ "@vueuse/core": "^13.6.0",
113
+ "@vueuse/integrations": "^13.6.0",
114
114
  "axios": "^1.11.0",
115
115
  "card-validator": "^10.0.3",
116
116
  "dayjs": "^1.11.13",