eco-vue-js 0.9.22 → 0.9.24
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/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
- package/dist/components/FieldWrapper/WFieldWrapper.vue.js +5 -4
- package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts +4 -2
- package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts.map +1 -1
- package/dist/components/FieldWrapper/components/FilterButton.vue.js +9 -3
- package/dist/components/Form/WForm.vue.d.ts +13 -8
- package/dist/components/Form/WForm.vue.d.ts.map +1 -1
- package/dist/components/Form/WForm.vue.js +86 -32
- package/dist/components/Form/WFormValidator.vue.d.ts +3 -2
- package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
- package/dist/components/Form/WFormValidator.vue.js +4 -0
- package/dist/components/Form/models/injection.d.ts +2 -1
- package/dist/components/Form/models/injection.d.ts.map +1 -1
- package/dist/components/Form/models/utils.d.ts +3 -0
- package/dist/components/Form/models/utils.d.ts.map +1 -1
- package/dist/components/Form/models/utils.js +1 -6
- package/dist/components/Form/use/useFormValueMap.d.ts +7 -0
- package/dist/components/Form/use/useFormValueMap.d.ts.map +1 -0
- package/dist/components/Form/use/useFormValueMap.js +36 -0
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +7 -1
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/WInfiniteList.vue.js +4 -3
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +2 -0
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +6 -13
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +7 -1
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.js +7 -5
- package/dist/components/List/WList.vue.d.ts +10 -2
- package/dist/components/List/WList.vue.d.ts.map +1 -1
- package/dist/components/List/WList.vue.js +3 -2
- package/dist/components/List/WListCard.vue.d.ts +1 -1
- package/dist/components/Modal/WModalStepper.vue.d.ts +761 -471
- package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
- package/dist/components/Page/WPage.vue.d.ts +45 -0
- package/dist/components/Page/WPage.vue.d.ts.map +1 -0
- package/dist/components/Page/WPage.vue.js +148 -0
- package/dist/components/Page/WPage.vue2.js +5 -0
- package/dist/components/Page/WPageNumerator.vue.d.ts +17 -0
- package/dist/components/Page/WPageNumerator.vue.d.ts.map +1 -0
- package/dist/components/Page/WPageNumerator.vue.js +15 -0
- package/dist/components/Page/WPageTitle.vue.d.ts +9 -0
- package/dist/components/Page/WPageTitle.vue.d.ts.map +1 -0
- package/dist/components/Page/WPageTitle.vue.js +21 -0
- package/dist/components/Page/WPageTitle.vue2.js +5 -0
- package/dist/components/Tabs/WTabs.vue.d.ts +567 -45
- package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/WTabs.vue.js +147 -129
- package/dist/components/Tabs/WTabsColumns.vue.d.ts +4 -2
- package/dist/components/Tabs/WTabsColumns.vue.d.ts.map +1 -1
- package/dist/components/Tabs/WTabsItem.vue.d.ts +2 -18
- package/dist/components/Tabs/WTabsItem.vue.d.ts.map +1 -1
- package/dist/components/Tabs/components/TabItem.vue.d.ts +51 -43
- package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
- package/dist/components/Tabs/components/TabItem.vue.js +2 -15
- package/dist/components/Tabs/types.d.ts +10 -0
- package/dist/components/Tabs/types.d.ts.map +1 -1
- package/dist/imports/componentsPlugin.d.ts +4 -1
- package/dist/imports/componentsPlugin.d.ts.map +1 -1
- package/dist/main.js +3 -0
- package/package.json +10 -1
- package/dist/components/Form/use/useFormErrorMessageMap.d.ts +0 -8
- package/dist/components/Form/use/useFormErrorMessageMap.d.ts.map +0 -1
- package/dist/components/Form/use/useFormErrorMessageMap.js +0 -32
- package/dist/components/Form/use/useFormHasChangesMap.d.ts +0 -6
- package/dist/components/Form/use/useFormHasChangesMap.d.ts.map +0 -1
- package/dist/components/Form/use/useFormHasChangesMap.js +0 -27
- package/dist/components/Form/use/useFormHasValueMap.d.ts +0 -6
- package/dist/components/Form/use/useFormHasValueMap.d.ts.map +0 -1
- package/dist/components/Form/use/useFormHasValueMap.js +0 -31
- package/dist/components/Form/use/useFormInitModelMap.d.ts +0 -6
- package/dist/components/Form/use/useFormInitModelMap.d.ts.map +0 -1
- package/dist/components/Form/use/useFormInitModelMap.js +0 -31
- package/dist/components/Form/use/useFormInvalidateMap.d.ts +0 -8
- package/dist/components/Form/use/useFormInvalidateMap.d.ts.map +0 -1
- package/dist/components/Form/use/useFormInvalidateMap.js +0 -32
- package/dist/components/Form/use/useFormTitleMap.d.ts +0 -6
- package/dist/components/Form/use/useFormTitleMap.d.ts.map +0 -1
- package/dist/components/Form/use/useFormTitleMap.js +0 -29
- package/dist/components/Form/use/useFormValidateMap.d.ts +0 -9
- package/dist/components/Form/use/useFormValidateMap.d.ts.map +0 -1
- package/dist/components/Form/use/useFormValidateMap.js +0 -39
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WModalStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModalStepper.vue"],"names":[],"mappings":"AA2KA,iBAAS,cAAc;;uBA4PI,GAAG;yBACA,GAAG
|
1
|
+
{"version":3,"file":"WModalStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModalStepper.vue"],"names":[],"mappings":"AA2KA,iBAAS,cAAc;;uBA4PI,GAAG;yBACA,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAkE+yS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAxDx7S,OAAO,IAA6B;EAEjD;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cA7UT,OAAO;eACN,OAAO;mBACH,OAAO;;gBAqBP,IAAI;oBAJA,IAAI;;;;;;cAnBb,OAAO;eACN,OAAO;mBACH,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA0WwzS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;OAlBp8S,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
import { Component } from 'vue';
|
2
|
+
declare function __VLS_template(): {
|
3
|
+
slots: {
|
4
|
+
header?(_: {}): any;
|
5
|
+
header?(_: {}): any;
|
6
|
+
default?(_: {
|
7
|
+
updateOverflow: () => void;
|
8
|
+
INNER_CLASS: "w-page-inner";
|
9
|
+
}): any;
|
10
|
+
};
|
11
|
+
refs: {
|
12
|
+
container: HTMLDivElement;
|
13
|
+
};
|
14
|
+
attrs: Partial<{}>;
|
15
|
+
};
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
18
|
+
title?: string;
|
19
|
+
empty?: boolean;
|
20
|
+
centerLogo?: boolean;
|
21
|
+
logoComponent?: Component;
|
22
|
+
topTitle?: boolean;
|
23
|
+
date?: Date;
|
24
|
+
prerendered?: HTMLElement[];
|
25
|
+
skeleton?: boolean;
|
26
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
27
|
+
title?: string;
|
28
|
+
empty?: boolean;
|
29
|
+
centerLogo?: boolean;
|
30
|
+
logoComponent?: Component;
|
31
|
+
topTitle?: boolean;
|
32
|
+
date?: Date;
|
33
|
+
prerendered?: HTMLElement[];
|
34
|
+
skeleton?: boolean;
|
35
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
36
|
+
container: HTMLDivElement;
|
37
|
+
}, any>;
|
38
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
39
|
+
export default _default;
|
40
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
41
|
+
new (): {
|
42
|
+
$slots: S;
|
43
|
+
};
|
44
|
+
};
|
45
|
+
//# sourceMappingURL=WPage.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"WPage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/WPage.vue"],"names":[],"mappings":"AA8LA,OAAO,EAAC,KAAK,SAAS,EAAuC,MAAM,KAAK,CAAA;AA4HxE,iBAAS,cAAc;;wBAuHK,GAAG;wBAEF,GAAG;;kCAhNL,IAAI;;YA+MF,GAAG;;;;;WAWlB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YApQX,MAAM;YACN,OAAO;iBACF,OAAO;oBACJ,SAAS;eACd,OAAO;WACX,IAAI;kBACG,WAAW,EAAE;eAChB,OAAO;;YAPV,MAAM;YACN,OAAO;iBACF,OAAO;oBACJ,SAAS;eACd,OAAO;WACX,IAAI;kBACG,WAAW,EAAE;eAChB,OAAO;;;OAoQlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -0,0 +1,148 @@
|
|
1
|
+
import { defineComponent, useTemplateRef, ref, watch, nextTick, resolveComponent, openBlock, createElementBlock, Fragment, createElementVNode, normalizeClass, createVNode, createCommentVNode, renderSlot, normalizeProps, guardReactiveProps, createBlock, resolveDynamicComponent, toDisplayString, unref, createSlots, withCtx } from 'vue';
|
2
|
+
import { dateFormat } from '../../utils/dateTime.js';
|
3
|
+
import _sfc_main$1 from './WPageTitle.vue.js';
|
4
|
+
|
5
|
+
const _hoisted_1 = {
|
6
|
+
key: 0,
|
7
|
+
class: "mb-8"
|
8
|
+
};
|
9
|
+
const _hoisted_2 = {
|
10
|
+
ref: "container",
|
11
|
+
class: "row-start-2 overflow-hidden"
|
12
|
+
};
|
13
|
+
const _hoisted_3 = {
|
14
|
+
key: 2,
|
15
|
+
class: "absolute inset-x-[1cm] bottom-[1cm] text-center text-xs"
|
16
|
+
};
|
17
|
+
const _hoisted_4 = {
|
18
|
+
key: 3,
|
19
|
+
class: "absolute inset-x-[1cm] top-[1cm] text-xs font-semibold before:text-gray-400 before:[content:counters(section,'.',decimal-leading-zero)]"
|
20
|
+
};
|
21
|
+
const INNER_CLASS = "w-page-inner";
|
22
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
23
|
+
__name: "WPage",
|
24
|
+
props: {
|
25
|
+
title: {},
|
26
|
+
empty: { type: Boolean },
|
27
|
+
centerLogo: { type: Boolean },
|
28
|
+
logoComponent: {},
|
29
|
+
topTitle: { type: Boolean },
|
30
|
+
date: {},
|
31
|
+
prerendered: {},
|
32
|
+
skeleton: { type: Boolean }
|
33
|
+
},
|
34
|
+
setup(__props) {
|
35
|
+
const props = __props;
|
36
|
+
const containerRef = useTemplateRef("container");
|
37
|
+
const overflow = ref([]);
|
38
|
+
const getElements = (item, inner = false) => {
|
39
|
+
return Array.from(item.children).filter((item2) => item2 instanceof HTMLElement).flatMap(
|
40
|
+
(item2) => inner && item2.childElementCount > 1 ? getElements(item2) : item2.className.includes(INNER_CLASS) ? getElements(item2, true) : item2
|
41
|
+
);
|
42
|
+
};
|
43
|
+
const updateOverflow = () => {
|
44
|
+
if (!containerRef.value) return;
|
45
|
+
if (containerRef.value.scrollHeight <= containerRef.value.offsetHeight) {
|
46
|
+
if (overflow.value.length) overflow.value = [];
|
47
|
+
return;
|
48
|
+
}
|
49
|
+
const top = containerRef.value.offsetHeight + containerRef.value.offsetTop;
|
50
|
+
const result = getElements(containerRef.value).filter((item, index) => index > 2 && item.offsetTop + item.offsetHeight > top && !overflow.value.includes(item));
|
51
|
+
overflow.value.push(...result);
|
52
|
+
};
|
53
|
+
const isSimilar = (current, element) => {
|
54
|
+
return current?.tagName === element?.tagName && current?.className === current?.className;
|
55
|
+
};
|
56
|
+
const moveElements = (value) => {
|
57
|
+
let wrapper = null;
|
58
|
+
value.forEach((item) => {
|
59
|
+
if (item.parentElement?.className.includes(INNER_CLASS) && !isSimilar(wrapper, item.parentElement)) {
|
60
|
+
wrapper = document.createElement(item.parentElement.tagName);
|
61
|
+
wrapper.className = item.parentElement.className;
|
62
|
+
containerRef.value?.appendChild(wrapper);
|
63
|
+
}
|
64
|
+
if (item.parentElement?.parentElement?.className.includes(INNER_CLASS) && !isSimilar(wrapper, item.parentElement)) {
|
65
|
+
wrapper = document.createElement(item.parentElement.tagName);
|
66
|
+
wrapper.className = item.parentElement.className;
|
67
|
+
const parent = document.createElement(item.parentElement.parentElement.tagName);
|
68
|
+
parent.className = item.parentElement.parentElement.className;
|
69
|
+
parent.appendChild(wrapper);
|
70
|
+
containerRef.value?.appendChild(parent);
|
71
|
+
}
|
72
|
+
if (wrapper) wrapper.appendChild(item);
|
73
|
+
else containerRef.value?.appendChild(item);
|
74
|
+
});
|
75
|
+
nextTick().then(updateOverflow);
|
76
|
+
};
|
77
|
+
watch(() => props.prerendered, async (value) => {
|
78
|
+
if (!value) return;
|
79
|
+
await nextTick();
|
80
|
+
if (containerRef.value?.children.length) {
|
81
|
+
Array.from(containerRef.value.children).forEach((item) => containerRef.value?.removeChild(item));
|
82
|
+
}
|
83
|
+
await nextTick();
|
84
|
+
moveElements(value);
|
85
|
+
});
|
86
|
+
watch(() => props.prerendered?.length, async () => {
|
87
|
+
if (!props.prerendered) return;
|
88
|
+
await nextTick();
|
89
|
+
moveElements(props.prerendered);
|
90
|
+
}, { immediate: true });
|
91
|
+
watch(() => props.skeleton, async (value) => {
|
92
|
+
if (value) return;
|
93
|
+
await nextTick();
|
94
|
+
updateOverflow();
|
95
|
+
}, { immediate: true });
|
96
|
+
return (_ctx, _cache) => {
|
97
|
+
const _component_WPage = resolveComponent("WPage", true);
|
98
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
99
|
+
createElementVNode("div", {
|
100
|
+
class: normalizeClass(["not-print:shadow-md bg-default text-black-default light relative grid h-[29.62cm] w-[21.01cm] break-before-page grid-cols-1 grid-rows-[auto,1fr] overflow-hidden px-[1cm] py-[2cm]", {
|
101
|
+
"[counter-increment:page] after:absolute after:bottom-[1cm] after:right-[1cm] after:text-xs after:[--tw-content:counter(page)]": !_ctx.empty
|
102
|
+
}])
|
103
|
+
}, [
|
104
|
+
_ctx.title && !_ctx.topTitle ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
105
|
+
createVNode(_sfc_main$1, {
|
106
|
+
title: _ctx.title,
|
107
|
+
big: ""
|
108
|
+
}, null, 8, ["title"])
|
109
|
+
])) : createCommentVNode("", true),
|
110
|
+
createElementVNode("div", _hoisted_2, [
|
111
|
+
renderSlot(_ctx.$slots, "header"),
|
112
|
+
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ updateOverflow, INNER_CLASS })))
|
113
|
+
], 512),
|
114
|
+
_ctx.logoComponent ? (openBlock(), createElementBlock("div", {
|
115
|
+
key: 1,
|
116
|
+
class: normalizeClass(["absolute bottom-[1cm] left-[1cm] flex items-center justify-center gap-3", {
|
117
|
+
"right-[1cm]": _ctx.centerLogo
|
118
|
+
}])
|
119
|
+
}, [
|
120
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.logoComponent)))
|
121
|
+
], 2)) : createCommentVNode("", true),
|
122
|
+
!_ctx.centerLogo && _ctx.date ? (openBlock(), createElementBlock("div", _hoisted_3, toDisplayString(unref(dateFormat)(_ctx.date)), 1)) : createCommentVNode("", true),
|
123
|
+
_ctx.title && _ctx.topTitle ? (openBlock(), createElementBlock("span", _hoisted_4, " " + toDisplayString(_ctx.title), 1)) : createCommentVNode("", true)
|
124
|
+
], 2),
|
125
|
+
overflow.value.length !== 0 ? (openBlock(), createBlock(_component_WPage, {
|
126
|
+
key: 0,
|
127
|
+
prerendered: overflow.value,
|
128
|
+
title: _ctx.title,
|
129
|
+
"top-title": "",
|
130
|
+
"center-logo": _ctx.centerLogo,
|
131
|
+
"logo-component": _ctx.logoComponent,
|
132
|
+
date: _ctx.date,
|
133
|
+
empty: _ctx.empty
|
134
|
+
}, createSlots({ _: 2 }, [
|
135
|
+
_ctx.$slots.header ? {
|
136
|
+
name: "header",
|
137
|
+
fn: withCtx(() => [
|
138
|
+
renderSlot(_ctx.$slots, "header")
|
139
|
+
]),
|
140
|
+
key: "0"
|
141
|
+
} : void 0
|
142
|
+
]), 1032, ["prerendered", "title", "center-logo", "logo-component", "date", "empty"])) : createCommentVNode("", true)
|
143
|
+
], 64);
|
144
|
+
};
|
145
|
+
}
|
146
|
+
});
|
147
|
+
|
148
|
+
export { _sfc_main as default };
|
@@ -0,0 +1,17 @@
|
|
1
|
+
declare function __VLS_template(): {
|
2
|
+
slots: {
|
3
|
+
default?(_: {}): any;
|
4
|
+
};
|
5
|
+
refs: {};
|
6
|
+
attrs: Partial<{}>;
|
7
|
+
};
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
11
|
+
export default _default;
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
13
|
+
new (): {
|
14
|
+
$slots: S;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
//# sourceMappingURL=WPageNumerator.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"WPageNumerator.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/WPageNumerator.vue"],"names":[],"mappings":"AAKA;AAgBA,iBAAS,cAAc;;yBA2BM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { openBlock, createElementBlock, renderSlot } from 'vue';
|
2
|
+
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
|
3
|
+
|
4
|
+
const _sfc_main = {};
|
5
|
+
|
6
|
+
const _hoisted_1 = { class: "[counter-reset:section]" };
|
7
|
+
|
8
|
+
function _sfc_render(_ctx, _cache) {
|
9
|
+
return (openBlock(), createElementBlock("div", _hoisted_1, [
|
10
|
+
renderSlot(_ctx.$slots, "default")
|
11
|
+
]))
|
12
|
+
}
|
13
|
+
const WPageNumerator = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
14
|
+
|
15
|
+
export { WPageNumerator as default };
|
@@ -0,0 +1,9 @@
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
2
|
+
title: string;
|
3
|
+
big?: boolean;
|
4
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
5
|
+
title: string;
|
6
|
+
big?: boolean;
|
7
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
8
|
+
export default _default;
|
9
|
+
//# sourceMappingURL=WPageTitle.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"WPageTitle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/WPageTitle.vue"],"names":[],"mappings":";WAuBS,MAAM;UACP,OAAO;;WADN,MAAM;UACP,OAAO;;AAiEf,wBAMG"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, normalizeClass, toDisplayString } from 'vue';
|
2
|
+
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
4
|
+
__name: "WPageTitle",
|
5
|
+
props: {
|
6
|
+
title: {},
|
7
|
+
big: { type: Boolean }
|
8
|
+
},
|
9
|
+
setup(__props) {
|
10
|
+
return (_ctx, _cache) => {
|
11
|
+
return openBlock(), createElementBlock("span", {
|
12
|
+
class: normalizeClass(["text-black-default tracking-tight [counter-increment:section] before:[--tw-content:counters(section,'.',var(--w-report-counter-style,null))]", {
|
13
|
+
"font-semibold before:text-gray-400": !_ctx.big,
|
14
|
+
"text-6xl font-bold before:text-gray-300 before:[--w-report-counter-style:decimal-leading-zero]": _ctx.big
|
15
|
+
}])
|
16
|
+
}, " " + toDisplayString(_ctx.title), 3);
|
17
|
+
};
|
18
|
+
}
|
19
|
+
});
|
20
|
+
|
21
|
+
export { _sfc_main as default };
|