@dcodegroup-au/dsg-vue 1.0.0-next.1 → 1.0.2-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/README.md +4 -5
- package/dist/DsgLabel.vue_vue_type_style_index_0_lang-CzkVjbOp.js +26 -0
- package/dist/DsgLabel.vue_vue_type_style_index_0_lang-WrIgmJyQ.cjs +1 -0
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-CmNG2Wig.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-eTosSqko.cjs} +1217 -1197
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-BoJ6hpYL.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-gN_n5gOu.js} +5742 -5750
- package/dist/components/Elements/DsgAccordion.vue.d.ts +0 -1
- package/dist/components/Elements/DsgAvatar.vue.d.ts +0 -1
- package/dist/components/Elements/DsgBadge.vue.d.ts +0 -1
- package/dist/components/Elements/DsgButton.vue.d.ts +0 -1
- package/dist/components/Elements/DsgCard.vue.d.ts +1 -2
- package/dist/components/Elements/DsgCardContainer.vue.d.ts +1 -1
- package/dist/components/Elements/DsgCheckbox.vue.d.ts +0 -1
- package/dist/components/Elements/DsgCheckboxGroup.vue.d.ts +2 -2
- package/dist/components/Elements/DsgDropdown.vue.d.ts +0 -5
- package/dist/components/Elements/DsgInput.vue.d.ts +0 -1
- package/dist/components/Elements/DsgLabel.vue.d.ts +1 -2
- package/dist/components/Elements/DsgProgress.vue.d.ts +1 -1
- package/dist/components/Elements/DsgTag.vue.d.ts +0 -1
- package/dist/components/Elements/DsgToggle.vue.d.ts +1 -2
- package/dist/components/Elements/ElementComponents.d.ts +1 -3
- package/dist/components/Icons/DsgCreditCardIcon.vue.d.ts +0 -1
- package/dist/components/Icons/DsgIcon.vue.d.ts +0 -2
- package/dist/components/Icons/DsgMiscIcon.vue.d.ts +0 -1
- package/dist/components/Table/DsgTableActions.vue.d.ts +11 -56
- package/dist/dsg-vue.cjs +32 -11
- package/dist/dsg-vue.css +2 -2
- package/dist/dsg-vue.editor.cjs +33 -33
- package/dist/dsg-vue.editor.esm.js +6 -7
- package/dist/dsg-vue.esm.js +2969 -3061
- package/dist/dsg-vue.table.cjs +2 -2
- package/dist/dsg-vue.table.esm.js +539 -529
- package/dist/main.d.ts +4 -82
- package/package.json +5 -2
- package/vite.config.ts +10 -7
- package/dist/DsgColoursConfig-BseFo6-R.js +0 -450
- package/dist/DsgColoursConfig-D7UiFGB5.cjs +0 -1
- package/dist/DsgLabel.vue_vue_type_style_index_0_lang-BYL1w85l.js +0 -28
- package/dist/DsgLabel.vue_vue_type_style_index_0_lang-DAM6oT0f.cjs +0 -1
- package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
- package/dist/_commonjsHelpers-DwGv2jUC.cjs +0 -1
- package/dist/components/Elements/DsgInputDropdown.vue.d.ts +0 -30
- package/dist/components/Elements/DsgLink.vue.d.ts +0 -36
- package/dist/dsg-vue.tailwind.cjs +0 -1
- package/dist/dsg-vue.tailwind.esm.js +0 -610
- package/dist/tailwind/plugins/DsgBackdropBlurPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgColoursPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgContainerPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgFocusRingPlugin.d.ts +0 -28
- package/dist/tailwind/plugins/DsgFontFamilyPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgGradientPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgHeightPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgRadiusPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgScreenPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgShadowsPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgSpacingPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/DsgTypographyPlugin.d.ts +0 -80
- package/dist/tailwind/plugins/DsgWidthPlugin.d.ts +0 -15
- package/dist/tailwind/plugins/PluginCore.d.ts +0 -17
- package/dist/tailwind.d.ts +0 -866
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { defineComponent as Ai, useModel as xi, ref as Vn, watch as Di, useTemplateRef as Hi, onMounted as Oi, openBlock as dt, createElementBlock as Tt, createElementVNode as Wn, createBlock as Ni, createCommentVNode as Fn, Fragment as Ri, renderList as Ii, toDisplayString as Pi, mergeModels as qn } from "vue";
|
|
2
|
-
import { g as ji } from "./
|
|
3
|
-
import { _ as Bi } from "./DsgLabel.vue_vue_type_style_index_0_lang-BYL1w85l.js";
|
|
2
|
+
import { g as ji, _ as Bi } from "./DsgLabel.vue_vue_type_style_index_0_lang-CzkVjbOp.js";
|
|
4
3
|
var _t = { exports: {} };
|
|
5
4
|
/*!
|
|
6
5
|
* Vditor v3.11.2 - A markdown editor written in TypeScript.
|
|
@@ -8033,7 +8032,7 @@ const Fi = /* @__PURE__ */ ji(Wi), qi = { class: "dsg-editor" }, Ki = {
|
|
|
8033
8032
|
class: "dsg-editor__vditor"
|
|
8034
8033
|
}, zi = {
|
|
8035
8034
|
key: 0,
|
|
8036
|
-
class: "dsg-
|
|
8035
|
+
class: "dsg-editor__error-wrapper"
|
|
8037
8036
|
}, Gi = /* @__PURE__ */ Ai({
|
|
8038
8037
|
__name: "DsgEditor",
|
|
8039
8038
|
props: /* @__PURE__ */ qn({
|
|
@@ -8222,23 +8221,23 @@ const Fi = /* @__PURE__ */ ji(Wi), qi = { class: "dsg-editor" }, Ki = {
|
|
|
8222
8221
|
Wn("div", null, [
|
|
8223
8222
|
we.label ? (dt(), Ni(Bi, {
|
|
8224
8223
|
key: 0,
|
|
8225
|
-
|
|
8224
|
+
class: "dsg-editor__label",
|
|
8226
8225
|
label: we.label
|
|
8227
8226
|
}, null, 8, ["label"])) : Fn("", !0),
|
|
8228
8227
|
Wn("div", Ki, null, 512)
|
|
8229
8228
|
]),
|
|
8230
8229
|
we.errors && we.errors.length ? (dt(), Tt("div", zi, [
|
|
8231
8230
|
(dt(!0), Tt(Ri, null, Ii(we.errors, (g, s) => (dt(), Tt("div", {
|
|
8232
|
-
class: "dsg-
|
|
8231
|
+
class: "dsg-editor__error",
|
|
8233
8232
|
key: s
|
|
8234
8233
|
}, Pi(g), 1))), 128))
|
|
8235
8234
|
])) : Fn("", !0)
|
|
8236
8235
|
]));
|
|
8237
8236
|
}
|
|
8238
|
-
}), Zi = Gi,
|
|
8237
|
+
}), Zi = Gi, Yi = {
|
|
8239
8238
|
DsgEditor: Zi
|
|
8240
8239
|
};
|
|
8241
8240
|
export {
|
|
8242
8241
|
Zi as DsgEditor,
|
|
8243
|
-
|
|
8242
|
+
Yi as default
|
|
8244
8243
|
};
|