ablok-components 0.3.34 → 0.3.36
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/ablok-components.es.js +8327 -57
- package/dist/ablok-components.umd.js +38 -112
- package/dist/components/atoms/base-button/base-button.vue.d.ts +1 -1
- package/dist/components/molecules/image-crop/image-crop.vue.d.ts +6 -10
- package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.d.ts +2 -4
- package/dist/components/molecules/progress-steps/progress-steps.vue.d.ts +1 -1
- package/dist/{index-Bk6yOA7Y.mjs → index-C2xADkRL.mjs} +22 -22
- package/dist/{index-Ki1Egcx9.mjs → index-_eTitAbu.mjs} +3273 -3189
- package/package.json +3 -3
- package/dist/confetti.module-Dm_JxCnK.mjs +0 -410
- package/dist/index-4swvWhBV.mjs +0 -85
- package/dist/index-B4qukPmD.mjs +0 -47
- package/dist/index-BzE6-pPu.mjs +0 -580
- package/dist/index-C9XBp_Jh.mjs +0 -2333
- package/dist/index-DbvQcSeJ.mjs +0 -1006
- package/dist/index-Dgq1pUHO.mjs +0 -22992
- package/dist/leaflet-src-mwV2C14q.mjs +0 -6336
- package/dist/leaflet-src.esm-BSRIxBxW.mjs +0 -6429
- package/dist/marker-icon-2x-DVSLMKfE.mjs +0 -4
- package/dist/marker-icon-DbhCZIpd.mjs +0 -4
- package/dist/marker-shadow-ZZvxUwqf.mjs +0 -4
- package/dist/vue-datepicker-DjJc0tSE.mjs +0 -9171
- package/dist/vue-leaflet.es-Cn1a0sf0.mjs +0 -1871
|
@@ -105,10 +105,10 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
105
105
|
default: boolean;
|
|
106
106
|
};
|
|
107
107
|
}>> & Readonly<{}>, {
|
|
108
|
-
error: boolean;
|
|
109
108
|
circle: boolean;
|
|
110
109
|
color: string;
|
|
111
110
|
pending: boolean;
|
|
111
|
+
error: boolean;
|
|
112
112
|
disabled: boolean;
|
|
113
113
|
success: boolean;
|
|
114
114
|
outlined: boolean;
|
|
@@ -60,9 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
60
60
|
}> & Omit<{
|
|
61
61
|
readonly [x: string]: any;
|
|
62
62
|
} & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, never>;
|
|
63
|
-
$attrs:
|
|
64
|
-
[x: string]: unknown;
|
|
65
|
-
};
|
|
63
|
+
$attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
66
64
|
$refs: {
|
|
67
65
|
[x: string]: unknown;
|
|
68
66
|
};
|
|
@@ -105,7 +103,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
105
103
|
$forceUpdate: () => void;
|
|
106
104
|
$nextTick: typeof import('../../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
107
105
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
108
|
-
} & Readonly<{}> & Omit<Readonly<any>, "
|
|
106
|
+
} & Readonly<{}> & Omit<Readonly<any>, "rotate" | "zoom" | "reset" | "move" | "getResult" | "setCoordinates" | "refresh" | "flip"> & {
|
|
109
107
|
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
110
108
|
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
111
109
|
refresh: () => void;
|
|
@@ -114,7 +112,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
114
112
|
rotate: (angle: number) => void;
|
|
115
113
|
flip: (horizontal: boolean, vertical?: boolean) => void;
|
|
116
114
|
reset: () => void;
|
|
117
|
-
}
|
|
115
|
+
} & {
|
|
118
116
|
[x: string]: never;
|
|
119
117
|
} & import('../../../../vue/dist/vue.esm-bundler.js').MethodOptions & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {}) | ({
|
|
120
118
|
$: import('../../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
@@ -124,9 +122,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
124
122
|
}> & Omit<{
|
|
125
123
|
readonly [x: string]: any;
|
|
126
124
|
} & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, never>;
|
|
127
|
-
$attrs:
|
|
128
|
-
[x: string]: unknown;
|
|
129
|
-
};
|
|
125
|
+
$attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
130
126
|
$refs: {
|
|
131
127
|
[x: string]: unknown;
|
|
132
128
|
};
|
|
@@ -171,7 +167,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
171
167
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
172
168
|
} & Readonly<{
|
|
173
169
|
[x: string]: any;
|
|
174
|
-
}> & Omit<Readonly<any>, "
|
|
170
|
+
}> & Omit<Readonly<any>, "rotate" | "zoom" | "reset" | "move" | "getResult" | "setCoordinates" | "refresh" | "flip"> & {
|
|
175
171
|
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
176
172
|
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
177
173
|
refresh: () => void;
|
|
@@ -180,7 +176,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
180
176
|
rotate: (angle: number) => void;
|
|
181
177
|
flip: (horizontal: boolean, vertical?: boolean) => void;
|
|
182
178
|
reset: () => void;
|
|
183
|
-
}
|
|
179
|
+
} & {
|
|
184
180
|
[x: string]: never;
|
|
185
181
|
} & import('../../../../vue/dist/vue.esm-bundler.js').MethodOptions & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {}) | null;
|
|
186
182
|
}, any>, {
|
|
@@ -151,9 +151,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
151
151
|
readonly closeTimeout: number;
|
|
152
152
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
153
153
|
} & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "footer" | "header" | "title" | "id" | "modelValue" | "classes" | "hover" | "hoverDelay" | "closeTimeout">;
|
|
154
|
-
$attrs:
|
|
155
|
-
[x: string]: unknown;
|
|
156
|
-
};
|
|
154
|
+
$attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
157
155
|
$refs: {
|
|
158
156
|
[x: string]: unknown;
|
|
159
157
|
} & {
|
|
@@ -297,7 +295,7 @@ declare const _default: __VLS_WithTemplateSlots<import('../../../../vue/dist/vue
|
|
|
297
295
|
};
|
|
298
296
|
}>> & Readonly<{
|
|
299
297
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
300
|
-
}>, "type" | "footer" | "header" | "title" | "id" | "modelValue" | "classes" | "hover" | "hoverDelay" | "closeTimeout"> &
|
|
298
|
+
}>, "type" | "footer" | "header" | "title" | "id" | "modelValue" | "classes" | "hover" | "hoverDelay" | "closeTimeout"> & {} & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
301
299
|
$slots: {
|
|
302
300
|
default?(_: {}): any;
|
|
303
301
|
};
|
|
@@ -90,8 +90,8 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
90
90
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
"onUpdate:progress"?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
}>, {
|
|
93
|
-
progress: number;
|
|
94
93
|
label: string;
|
|
94
|
+
progress: number;
|
|
95
95
|
modelValue: number;
|
|
96
96
|
reveal: boolean;
|
|
97
97
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Mark as d, markPasteRule as r, markInputRule as n, mergeAttributes as l } from "./index-_eTitAbu.mjs";
|
|
2
2
|
var s = (e, t) => {
|
|
3
3
|
if (e === "slot")
|
|
4
4
|
return 0;
|
|
5
5
|
if (e instanceof Function)
|
|
6
6
|
return e(t);
|
|
7
|
-
const { children:
|
|
7
|
+
const { children: o, ...a } = t ?? {};
|
|
8
8
|
if (e === "svg")
|
|
9
9
|
throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");
|
|
10
|
-
return [e,
|
|
11
|
-
},
|
|
10
|
+
return [e, a, o];
|
|
11
|
+
}, i = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, u = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g, p = /(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/, g = /(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g, m = d.create({
|
|
12
12
|
name: "bold",
|
|
13
13
|
addOptions() {
|
|
14
14
|
return {
|
|
@@ -35,10 +35,16 @@ var s = (e, t) => {
|
|
|
35
35
|
];
|
|
36
36
|
},
|
|
37
37
|
renderHTML({ HTMLAttributes: e }) {
|
|
38
|
-
return /* @__PURE__ */ s("strong", { ...
|
|
38
|
+
return /* @__PURE__ */ s("strong", { ...l(this.options.HTMLAttributes, e), children: /* @__PURE__ */ s("slot", {}) });
|
|
39
39
|
},
|
|
40
40
|
markdownTokenName: "strong",
|
|
41
41
|
parseMarkdown: (e, t) => t.applyMark("bold", t.parseInline(e.tokens || [])),
|
|
42
|
+
markdownOptions: {
|
|
43
|
+
htmlReopen: {
|
|
44
|
+
open: "<strong>",
|
|
45
|
+
close: "</strong>"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
42
48
|
renderMarkdown: (e, t) => `**${t.renderChildren(e)}**`,
|
|
43
49
|
addCommands() {
|
|
44
50
|
return {
|
|
@@ -56,11 +62,11 @@ var s = (e, t) => {
|
|
|
56
62
|
addInputRules() {
|
|
57
63
|
return [
|
|
58
64
|
n({
|
|
59
|
-
find:
|
|
65
|
+
find: i,
|
|
60
66
|
type: this.type
|
|
61
67
|
}),
|
|
62
68
|
n({
|
|
63
|
-
find:
|
|
69
|
+
find: p,
|
|
64
70
|
type: this.type
|
|
65
71
|
})
|
|
66
72
|
];
|
|
@@ -68,27 +74,21 @@ var s = (e, t) => {
|
|
|
68
74
|
addPasteRules() {
|
|
69
75
|
return [
|
|
70
76
|
r({
|
|
71
|
-
find:
|
|
77
|
+
find: u,
|
|
72
78
|
type: this.type
|
|
73
79
|
}),
|
|
74
80
|
r({
|
|
75
|
-
find:
|
|
81
|
+
find: g,
|
|
76
82
|
type: this.type
|
|
77
83
|
})
|
|
78
84
|
];
|
|
79
85
|
}
|
|
80
|
-
}),
|
|
81
|
-
const y = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
82
|
-
__proto__: null,
|
|
83
|
-
Bold: i,
|
|
84
|
-
default: m,
|
|
85
|
-
starInputRegex: a,
|
|
86
|
-
starPasteRegex: o,
|
|
87
|
-
underscoreInputRegex: d,
|
|
88
|
-
underscorePasteRegex: l
|
|
89
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
86
|
+
}), _ = m;
|
|
90
87
|
export {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
88
|
+
m as Bold,
|
|
89
|
+
_ as default,
|
|
90
|
+
i as starInputRegex,
|
|
91
|
+
u as starPasteRegex,
|
|
92
|
+
p as underscoreInputRegex,
|
|
93
|
+
g as underscorePasteRegex
|
|
94
94
|
};
|