@jsg-developer/vue-pack 0.0.9-beta-5 → 0.0.9-beta-7

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,11 +1,11 @@
1
1
  import { FromModalProps } from '../../configs/types';
2
2
  declare const _default: import('vue').DefineComponent<FromModalProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
- cancel: () => any;
4
3
  submit: (value: Record<string, any>) => any;
4
+ cancel: () => any;
5
5
  DataChildRemove: (value: number[]) => any;
6
6
  }, string, import('vue').PublicProps, Readonly<FromModalProps> & Readonly<{
7
- onCancel?: (() => any) | undefined;
8
7
  onSubmit?: ((value: Record<string, any>) => any) | undefined;
8
+ onCancel?: (() => any) | undefined;
9
9
  onDataChildRemove?: ((value: number[]) => any) | undefined;
10
10
  }>, {
11
11
  demo: boolean;
@@ -0,0 +1,69 @@
1
+ import { MapPickerProps } from '../../../configs/types';
2
+ declare const _default: import('vue').DefineComponent<MapPickerProps, {
3
+ setCoordinates: (lat: number, lng: number) => void;
4
+ refresh: () => any;
5
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
+ "update:modelValue": (value: Record<string, string>, key: string) => any;
7
+ "push:error": (message: string[], key: string) => any;
8
+ "remove:error": (key: string) => any;
9
+ "update:lat": (value: string, key: string) => any;
10
+ "update:lng": (value: string, key: string) => any;
11
+ "coordinates-selected": (value: Record<string, string>) => any;
12
+ }, string, import('vue').PublicProps, Readonly<MapPickerProps> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: Record<string, string>, key: string) => any) | undefined;
14
+ "onPush:error"?: ((message: string[], key: string) => any) | undefined;
15
+ "onRemove:error"?: ((key: string) => any) | undefined;
16
+ "onUpdate:lat"?: ((value: string, key: string) => any) | undefined;
17
+ "onUpdate:lng"?: ((value: string, key: string) => any) | undefined;
18
+ "onCoordinates-selected"?: ((value: Record<string, string>) => any) | undefined;
19
+ }>, {
20
+ id: string;
21
+ height: string;
22
+ lang: import('../../..').SupportedLanguage;
23
+ latKey: string;
24
+ lngKey: string;
25
+ initialLat: string | number;
26
+ initialLng: string | number;
27
+ viewOnly: boolean;
28
+ searchCity: string;
29
+ searchCountry: string;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
31
+ loader: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
32
+ onError?: (() => any) | undefined;
33
+ onSuccess?: (() => any) | undefined;
34
+ }>, {
35
+ show: (type?: "loading" | "error" | "success", msg?: string) => void;
36
+ hide: () => void;
37
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
38
+ error: () => any;
39
+ success: () => any;
40
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
41
+ P: {};
42
+ B: {};
43
+ D: {};
44
+ C: {};
45
+ M: {};
46
+ Defaults: {};
47
+ }, Readonly<{}> & Readonly<{
48
+ onError?: (() => any) | undefined;
49
+ onSuccess?: (() => any) | undefined;
50
+ }>, {
51
+ show: (type?: "loading" | "error" | "success", msg?: string) => void;
52
+ hide: () => void;
53
+ }, {}, {}, {}, {}> | null;
54
+ alert: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
55
+ addAlert: (alert: import('../Feedback/AlertApp.vue').Alert) => void;
56
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
57
+ alertRefs: HTMLDivElement[];
58
+ }, any, import('vue').ComponentProvideOptions, {
59
+ P: {};
60
+ B: {};
61
+ D: {};
62
+ C: {};
63
+ M: {};
64
+ Defaults: {};
65
+ }, Readonly<{}> & Readonly<{}>, {
66
+ addAlert: (alert: import('../Feedback/AlertApp.vue').Alert) => void;
67
+ }, {}, {}, {}, {}> | null;
68
+ }, HTMLDivElement>;
69
+ export default _default;
@@ -3,10 +3,10 @@ type __VLS_Props = {
3
3
  initialValue?: string;
4
4
  };
5
5
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
- close: () => any;
7
6
  submit: (value: string) => any;
7
+ close: () => any;
8
8
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
- onClose?: (() => any) | undefined;
10
9
  onSubmit?: ((value: string) => any) | undefined;
10
+ onClose?: (() => any) | undefined;
11
11
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
12
  export default _default;
@@ -2,22 +2,49 @@ type __VLS_Props = {
2
2
  show: boolean;
3
3
  mode: 'image' | 'video' | 'link';
4
4
  uploadUrl?: string;
5
+ listUrl?: string;
6
+ deleteUrl?: string;
5
7
  initialValue?: string;
6
8
  initialText?: string;
7
9
  };
8
10
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
- close: () => any;
10
11
  submit: (payload: {
11
12
  url: string;
12
13
  alt?: string;
13
14
  text?: string;
14
15
  }) => any;
16
+ close: () => any;
15
17
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
- onClose?: (() => any) | undefined;
17
18
  onSubmit?: ((payload: {
18
19
  url: string;
19
20
  alt?: string;
20
21
  text?: string;
21
22
  }) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ onClose?: (() => any) | undefined;
24
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
+ loaderRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
26
+ onError?: (() => any) | undefined;
27
+ onSuccess?: (() => any) | undefined;
28
+ }>, {
29
+ show: (type?: "loading" | "error" | "success", msg?: string) => void;
30
+ hide: () => void;
31
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
32
+ error: () => any;
33
+ success: () => any;
34
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
35
+ P: {};
36
+ B: {};
37
+ D: {};
38
+ C: {};
39
+ M: {};
40
+ Defaults: {};
41
+ }, Readonly<{}> & Readonly<{
42
+ onError?: (() => any) | undefined;
43
+ onSuccess?: (() => any) | undefined;
44
+ }>, {
45
+ show: (type?: "loading" | "error" | "success", msg?: string) => void;
46
+ hide: () => void;
47
+ }, {}, {}, {}, {}> | null;
48
+ fileInput: HTMLInputElement;
49
+ }, any>;
23
50
  export default _default;
@@ -22,3 +22,4 @@ export { default as TextInput } from './TextInput.vue';
22
22
  export { default as TimeInput } from './TimeInput.vue';
23
23
  export { default as ToggleInput } from './ToggleInput.vue';
24
24
  export { default as UrlInput } from './UrlInput.vue';
25
+ export { default as MapPicker } from './LocationPicker.vue';
@@ -1,8 +1,9 @@
1
1
  export interface Item {
2
2
  [key: string]: any;
3
3
  }
4
- export type XOR<T, U> = (T & {
5
- [K in keyof U]?: never;
6
- }) | (U & {
7
- [K in keyof T]?: never;
8
- });
4
+ type Without<T, U> = {
5
+ [P in Exclude<keyof T, keyof U>]?: never;
6
+ };
7
+ export type XOR<T, U> = T | U extends object ? (T & Without<U, T>) | (U & Without<T, U>) : T | U;
8
+ export type XORMany<T extends any[]> = T extends [infer Only] ? Only : T extends [infer A, infer B, ...infer Rest] ? XOR<A, XORMany<[B, ...Rest]>> : never;
9
+ export {};
@@ -1,7 +1,7 @@
1
- import { DataKeyConfig, Item, SubmitAuthOptionMap, Schema, XOR, DateOnly, TimeOnly, DateTimeString, watermarkMargin, watermarkPosition, watermarkSize } from '../..';
1
+ import { DataKeyConfig, Item, SubmitAuthOptionMap, Schema, XORMany, XOR, DateOnly, TimeOnly, DateTimeString, watermarkMargin, watermarkPosition, watermarkSize } from '../..';
2
2
  export declare const ImageTypes: readonly ["png", "jpg", "jpeg", "gif", "bmp", "webp", "heif", "heic", "tiff", "tif", "svg", "avif", "ico", "jfif"];
3
3
  export type ImageType = (typeof ImageTypes)[number];
4
- export declare const fieldTypes: readonly ["text", "email", "password", "number", "image", "color", "select", "arrayObject", "quillEditor", "optionGroupSchema", "tag", "object", "url", "toggle", "date", "time", "dateTime", "imageArray", "file", "fileArray", "textArea", "currency", "rate", "tel"];
4
+ export declare const fieldTypes: readonly ["text", "email", "password", "number", "image", "color", "select", "arrayObject", "quillEditor", "optionGroupSchema", "tag", "object", "url", "toggle", "date", "time", "dateTime", "imageArray", "file", "fileArray", "textArea", "currency", "rate", "tel", "mapPicker"];
5
5
  export declare const formDesign: readonly ["form", "news"];
6
6
  export type FieldType = (typeof fieldTypes)[number];
7
7
  export type FormDesign = (typeof formDesign)[number];
@@ -105,6 +105,8 @@ export interface QuillEditorField extends BaseField {
105
105
  minLength?: number;
106
106
  maxLength?: number;
107
107
  };
108
+ apiListImages?: string;
109
+ apiDeleteImage?: string;
108
110
  apiUploadImage?: string;
109
111
  apiUploadVideo?: string;
110
112
  }
@@ -216,6 +218,51 @@ export interface ColorField extends BaseField {
216
218
  max?: number;
217
219
  };
218
220
  }
221
+ export interface MapPickerField extends BaseField {
222
+ type: 'mapPicker';
223
+ initialLat?: string | number;
224
+ initialLng?: string | number;
225
+ withFieldKey?: boolean;
226
+ key: {
227
+ lat: string;
228
+ lng: string;
229
+ };
230
+ view?: {
231
+ geoJsonKey: string;
232
+ };
233
+ geocodeApi?: XORMany<[
234
+ {
235
+ geoapify: string;
236
+ },
237
+ {
238
+ google: string;
239
+ },
240
+ {
241
+ mapbox: string;
242
+ },
243
+ {
244
+ geocode: string;
245
+ },
246
+ {
247
+ custom: {
248
+ handler: (query: string) => Promise<{
249
+ lat: number;
250
+ lng: number;
251
+ } | null>;
252
+ };
253
+ }
254
+ ]>;
255
+ validate?: XOR<{
256
+ maxLat: number;
257
+ minLat: number;
258
+ maxLng: number;
259
+ minLng: number;
260
+ }, {
261
+ geoJson: string | Record<string, any> | JSON;
262
+ }>;
263
+ searchCity?: string;
264
+ searchCountry?: string;
265
+ }
219
266
  export type OptionsSource = {
220
267
  url: string;
221
268
  valueKey: string;
@@ -1,4 +1,4 @@
1
- import { SupportedLanguage, Errors, Schema, SubmitAuthOptionMap, Item, DataKeyConfig, DateOnly, DateTimeString, TimeOnly, ImageType, XOR, SeoFieldMapping } from '../../index';
1
+ import { SupportedLanguage, Errors, Schema, SubmitAuthOptionMap, Item, DataKeyConfig, DateOnly, DateTimeString, TimeOnly, ImageType, XOR, SeoFieldMapping, XORMany } from '../../index';
2
2
  export interface SchemaGroupRendererProps {
3
3
  id: string;
4
4
  label?: string;
@@ -7,6 +7,7 @@ export interface SchemaGroupRendererProps {
7
7
  optionsLabels?: Record<string, string>;
8
8
  withValue?: boolean;
9
9
  formData: Record<string, any>;
10
+ defaultValue?: string | [string, string];
10
11
  required?: boolean;
11
12
  disabled?: boolean;
12
13
  errors: Errors;
@@ -247,6 +248,8 @@ export interface TextEdiorQuillProps {
247
248
  minLength?: number;
248
249
  maxLength?: number;
249
250
  };
251
+ apiListImages?: string;
252
+ apiDeleteImage?: string;
250
253
  apiUploadImage?: string;
251
254
  apiUploadVideo?: string;
252
255
  }
@@ -263,6 +266,54 @@ export interface TextAreaProps {
263
266
  maxLength?: number;
264
267
  };
265
268
  }
269
+ export interface MapPickerProps {
270
+ id?: string;
271
+ label?: string;
272
+ modelValue?: Record<string, string>;
273
+ latKey?: string;
274
+ lngKey?: string;
275
+ initialLat?: string | number;
276
+ initialLng?: string | number;
277
+ error?: string | string[];
278
+ disabled?: boolean;
279
+ viewOnly?: boolean;
280
+ required?: boolean;
281
+ validate?: XOR<{
282
+ maxLat: number;
283
+ minLat: number;
284
+ maxLng: number;
285
+ minLng: number;
286
+ }, {
287
+ geoJson: string | Record<string, any> | JSON;
288
+ }>;
289
+ geocodeApi?: XORMany<[
290
+ {
291
+ geoapify: string;
292
+ },
293
+ {
294
+ google: string;
295
+ },
296
+ {
297
+ mapbox: string;
298
+ },
299
+ {
300
+ geocode: string;
301
+ },
302
+ {
303
+ custom: {
304
+ handler: (query: string) => Promise<{
305
+ lat: number;
306
+ lng: number;
307
+ } | null>;
308
+ };
309
+ }
310
+ ]>;
311
+ height?: string;
312
+ searchCity?: string;
313
+ searchCountry?: string;
314
+ geoJson?: JSON;
315
+ lang?: SupportedLanguage;
316
+ }
266
317
  export interface FileInputProps {
267
318
  id?: string;
268
319
  label?: string;
@@ -1,12 +1,12 @@
1
- import { TextField, ImageField, ColorField, EmailField, PasswordField, NumberField, SelectField, ArrayObjectField, OptionGroupField, QuillEditorField, TagField, UrlField, ToggleField, ImageArrayField, FileArrayField, ObjectField, TextAreaField, DateField, TimeField, DateTimeField, FileField, XOR, CurrencyField, RateField, TelField } from '../../index';
2
- export type Field = TextField | ImageArrayField | NumberField | FileArrayField | ImageField | ColorField | SelectField | EmailField | PasswordField | ArrayObjectField | UrlField | ToggleField | DateField | ObjectField | TimeField | QuillEditorField | DateTimeField | TagField | FileField | TextAreaField | OptionGroupField | CurrencyField | RateField | TelField;
1
+ import { TextField, ImageField, ColorField, EmailField, PasswordField, NumberField, SelectField, ArrayObjectField, OptionGroupField, QuillEditorField, TagField, UrlField, ToggleField, ImageArrayField, FileArrayField, ObjectField, TextAreaField, DateField, TimeField, DateTimeField, FileField, XOR, CurrencyField, RateField, TelField, MapPickerField } from '../../index';
2
+ export type Field = TextField | ImageArrayField | NumberField | FileArrayField | ImageField | ColorField | SelectField | EmailField | PasswordField | ArrayObjectField | UrlField | ToggleField | DateField | ObjectField | TimeField | QuillEditorField | DateTimeField | TagField | FileField | TextAreaField | OptionGroupField | CurrencyField | RateField | TelField | MapPickerField;
3
3
  export type Schema = Record<string, Field>;
4
4
  export type FormData = Record<string, any>;
5
5
  export type Errors = Record<string, any>;
6
6
  export type DataView = Record<string, string | dataProperty>;
7
7
  export interface dataProperty {
8
8
  valueKey: string;
9
- type: 'image' | 'file' | 'url' | 'rate' | 'seo' | 'color' | 'date' | 'time' | 'dateTime' | 'text' | 'number' | 'email' | 'password' | 'currency' | 'textarea' | 'richtext' | 'select' | 'multiSelect' | 'boolean' | 'arrayObject' | 'arrayColor' | 'arrayImage' | 'arrayFile' | 'arrayUrl' | 'arrayNumber' | 'arrayText' | 'tag' | 'tel' | 'rate';
9
+ type: 'image' | 'file' | 'url' | 'rate' | 'seo' | 'color' | 'date' | 'time' | 'dateTime' | 'text' | 'number' | 'email' | 'password' | 'currency' | 'textarea' | 'richtext' | 'select' | 'multiSelect' | 'boolean' | 'arrayObject' | 'arrayColor' | 'arrayImage' | 'arrayFile' | 'arrayUrl' | 'arrayNumber' | 'arrayText' | 'tag' | 'tel' | 'rate' | 'mapPicker';
10
10
  connect?: XOR<{
11
11
  withDB: {
12
12
  DB_NAME: string;
@@ -13,4 +13,5 @@ import { Schema as CqSchema } from './CQ';
13
13
  import { Schema as expenditureSchema } from './expenditure';
14
14
  import { Schema as ServiceSchema } from './service';
15
15
  import { Schema as RateSchema } from './rate';
16
- export { PageSchema, ToolSchema, CategoriesSchema, handleCustomActionIncome, CqSchema, OrderSchema, incomeSchema, QnASchema, ColorsSchema, PromoSchema, SubToolSchema, ModelSchema, ServiceSchema, RateSchema, NewsSchema, expenditureSchema, };
16
+ import { Schema as ShippingSchema } from './shipping';
17
+ export { PageSchema, ToolSchema, CategoriesSchema, handleCustomActionIncome, CqSchema, OrderSchema, incomeSchema, QnASchema, ColorsSchema, PromoSchema, SubToolSchema, ModelSchema, ServiceSchema, RateSchema, NewsSchema, ShippingSchema, expenditureSchema, };
@@ -0,0 +1,2 @@
1
+ import { Item, TabelDataProperty } from '../configs';
2
+ export declare const Schema: TabelDataProperty<Item>;
package/dist/vue.cjs.js CHANGED
@@ -1 +1 @@
1
- "use strict";const n=require("./TabelData-an0OdJkA.cjs"),m=require("./init.cjs.js"),_=Object.freeze(Object.defineProperty({__proto__:null,AlertApp:n._sfc_main,ArrayObjectInput:n._sfc_main$1,BaseImage:n._sfc_main$2,BaseLabel:n._sfc_main$3,ColorInput:n._sfc_main$4,CurrencyInput:n._sfc_main$5,DateInput:n._sfc_main$6,DateTimeInput:n._sfc_main$7,EmailInput:n._sfc_main$8,FieldDetailRenderer:n.FieldDetailRenderer,FileArrayInput:n._sfc_main$9,FileInput:n._sfc_main$10,FormFieldRenderer:n._sfc_main$11,FormModal:n.FormModal,GroupRendererInput:n._sfc_main$12,ImageArrayInput:n._sfc_main$13,ImageInput:n._sfc_main$14,ImagePreview:n._sfc_main$15,Loader:n.Loader,ModalDetailData:n.ModalDetailData,NumberInput:n._sfc_main$16,ObjectInput:n._sfc_main$17,PasswordInput:n._sfc_main$18,RateInput:n._sfc_main$19,SafeHtml:n._sfc_main$20,SelectedOptions:n._sfc_main$21,TabelData:n.TabelData,TagInput:n._sfc_main$22,TelInput:n._sfc_main$23,TextAreaInput:n._sfc_main$24,TextAreaQuillInput:n.TextAreaQuill,TextInput:n._sfc_main$25,TimeInput:n._sfc_main$26,ToggleInput:n._sfc_main$27,Tooltip:n._sfc_main$28,UrlInput:n._sfc_main$29,WarningForm:n.WarningForm},Symbol.toStringTag,{value:"Module"})),r={install(i,a){for(const t in _){const e=_[t];e&&(e.name||e.__name)&&i.component(t,e)}a&&m(a)}};module.exports=r;
1
+ "use strict";const n=require("./TabelData-BNaePRCW.cjs"),m=require("./init.cjs.js"),t=Object.freeze(Object.defineProperty({__proto__:null,AlertApp:n._sfc_main,ArrayObjectInput:n._sfc_main$1,BaseImage:n._sfc_main$2,BaseLabel:n._sfc_main$3,ColorInput:n._sfc_main$4,CurrencyInput:n._sfc_main$5,DateInput:n._sfc_main$6,DateTimeInput:n._sfc_main$7,EmailInput:n._sfc_main$8,FieldDetailRenderer:n.FieldDetailRenderer,FileArrayInput:n._sfc_main$9,FileInput:n._sfc_main$10,FormFieldRenderer:n._sfc_main$11,FormModal:n.FormModal,GroupRendererInput:n._sfc_main$12,ImageArrayInput:n._sfc_main$13,ImageInput:n._sfc_main$14,ImagePreview:n._sfc_main$15,Loader:n.Loader,MapPicker:n._sfc_main$16,ModalDetailData:n.ModalDetailData,NumberInput:n._sfc_main$17,ObjectInput:n._sfc_main$18,PasswordInput:n._sfc_main$19,RateInput:n._sfc_main$20,SafeHtml:n._sfc_main$21,SelectedOptions:n._sfc_main$22,TabelData:n.TabelData,TagInput:n._sfc_main$23,TelInput:n._sfc_main$24,TextAreaInput:n._sfc_main$25,TextAreaQuillInput:n.TextAreaQuill,TextInput:n._sfc_main$26,TimeInput:n._sfc_main$27,ToggleInput:n._sfc_main$28,Tooltip:n._sfc_main$29,UrlInput:n._sfc_main$30,WarningForm:n.WarningForm},Symbol.toStringTag,{value:"Module"})),c={install(i,e){for(const _ in t){const a=t[_];a&&(a.name||a.__name)&&i.component(_,a)}e&&m(e)}};module.exports=c;
package/dist/vue.es.js CHANGED
@@ -1,5 +1,5 @@
1
- import { _ as t, a as i, b as m, c, d as r, e as f, g as o, h as p, i as l, F as u, j as $, k as I, l as d, m as g, n as T, o as b, p as A, q as y, L as F, M as j, r as x, t as D, u as O, v as C, w as M, x as R, y as S, z as k, A as v, B as w, C as z, E as B, G as L, H as P, I as h, J as q, W as E } from "./TabelData-CBsZDSCf.js";
2
- import G from "./init.es.js";
1
+ import { _ as t, a as i, b as m, c, d as r, e as f, g as p, h as o, i as l, F as u, j as $, k as I, l as d, m as g, n as T, o as b, p as A, q as y, L as F, r as j, M as x, t as D, u as M, v as O, w as k, x as C, y as P, z as R, A as S, B as v, C as w, E as z, G as B, H as L, I as h, J as q, K as E, W as G } from "./TabelData-BxQVnwZT.js";
2
+ import H from "./init.es.js";
3
3
  const e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4
4
  __proto__: null,
5
5
  AlertApp: t,
@@ -8,8 +8,8 @@ const e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8
8
  BaseLabel: c,
9
9
  ColorInput: r,
10
10
  CurrencyInput: f,
11
- DateInput: o,
12
- DateTimeInput: p,
11
+ DateInput: p,
12
+ DateTimeInput: o,
13
13
  EmailInput: l,
14
14
  FieldDetailRenderer: u,
15
15
  FileArrayInput: $,
@@ -21,33 +21,34 @@ const e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21
21
  ImageInput: A,
22
22
  ImagePreview: y,
23
23
  Loader: F,
24
- ModalDetailData: j,
25
- NumberInput: x,
26
- ObjectInput: D,
24
+ MapPicker: j,
25
+ ModalDetailData: x,
26
+ NumberInput: D,
27
+ ObjectInput: M,
27
28
  PasswordInput: O,
28
- RateInput: C,
29
- SafeHtml: M,
30
- SelectedOptions: R,
31
- TabelData: S,
32
- TagInput: k,
29
+ RateInput: k,
30
+ SafeHtml: C,
31
+ SelectedOptions: P,
32
+ TabelData: R,
33
+ TagInput: S,
33
34
  TelInput: v,
34
35
  TextAreaInput: w,
35
36
  TextAreaQuillInput: z,
36
37
  TextInput: B,
37
38
  TimeInput: L,
38
- ToggleInput: P,
39
- Tooltip: h,
40
- UrlInput: q,
41
- WarningForm: E
42
- }, Symbol.toStringTag, { value: "Module" })), Q = {
43
- install(_, n) {
44
- for (const s in e) {
45
- const a = e[s];
46
- a && (a.name || a.__name) && _.component(s, a);
39
+ ToggleInput: h,
40
+ Tooltip: q,
41
+ UrlInput: E,
42
+ WarningForm: G
43
+ }, Symbol.toStringTag, { value: "Module" })), W = {
44
+ install(_, s) {
45
+ for (const n in e) {
46
+ const a = e[n];
47
+ a && (a.name || a.__name) && _.component(n, a);
47
48
  }
48
- n && G(n);
49
+ s && H(s);
49
50
  }
50
51
  };
51
52
  export {
52
- Q as default
53
+ W as default
53
54
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsg-developer/vue-pack",
3
- "version": "0.0.9-beta-5",
3
+ "version": "0.0.9-beta-7",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -60,7 +60,8 @@
60
60
  },
61
61
  "peerDependencies": {
62
62
  "vue": "^3.5.18",
63
- "zod": "^4.0.10"
63
+ "zod": "^4.0.10",
64
+ "leaflet": "^1.9.4"
64
65
  },
65
66
  "overrides": {
66
67
  "minimatch": "^10.2.3",
@@ -69,6 +70,7 @@
69
70
  "devDependencies": {
70
71
  "@tsconfig/node21": "^21.0.5",
71
72
  "@tsconfig/node22": "^22.0.2",
73
+ "@types/leaflet": "^1.9.21",
72
74
  "@types/lodash.isequal": "^4.5.8",
73
75
  "@types/node": "^22.19.10",
74
76
  "@vitejs/plugin-vue": "^6.0.1",