@open-xamu-co/ui-components-vue 1.0.0
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/CHANGELOG.md +8 -0
- package/LICENSE +7 -0
- package/README.md +3 -0
- package/dist/_virtual/chunk_h.cjs.js +1 -0
- package/dist/_virtual/chunk_h.es.js +4372 -0
- package/dist/_virtual/index.cjs.js +1 -0
- package/dist/_virtual/index.es.js +39 -0
- package/dist/_virtual/lodash.cjs.js +27 -0
- package/dist/_virtual/lodash.es.js +3686 -0
- package/dist/_virtual/nanoid.cjs.js +1 -0
- package/dist/_virtual/nanoid.es.js +4 -0
- package/dist/_virtual/sweetalert2.cjs.js +65 -0
- package/dist/_virtual/sweetalert2.es.js +1415 -0
- package/dist/_virtual/validator.cjs.js +7 -0
- package/dist/_virtual/validator.es.js +4508 -0
- package/dist/components/Dropdown.vue.cjs +1 -0
- package/dist/components/Dropdown.vue.d.ts +64 -0
- package/dist/components/Dropdown.vue.mjs +9 -0
- package/dist/components/Modal.vue.cjs +1 -0
- package/dist/components/Modal.vue.d.ts +112 -0
- package/dist/components/Modal.vue.mjs +9 -0
- package/dist/components/Slider.vue.cjs +1 -0
- package/dist/components/Slider.vue.d.ts +110 -0
- package/dist/components/Slider.vue.mjs +9 -0
- package/dist/components/Table.vue.cjs +1 -0
- package/dist/components/Table.vue.d.ts +98 -0
- package/dist/components/Table.vue.mjs +9 -0
- package/dist/components/action/Button.vue.cjs +1 -0
- package/dist/components/action/Button.vue.d.ts +149 -0
- package/dist/components/action/Button.vue.mjs +9 -0
- package/dist/components/action/ButtonLink.vue.cjs +1 -0
- package/dist/components/action/ButtonLink.vue.d.ts +155 -0
- package/dist/components/action/ButtonLink.vue.mjs +9 -0
- package/dist/components/action/ButtonToggle.vue.cjs +1 -0
- package/dist/components/action/ButtonToggle.vue.d.ts +155 -0
- package/dist/components/action/ButtonToggle.vue.mjs +9 -0
- package/dist/components/action/Link.vue.cjs +1 -0
- package/dist/components/action/Link.vue.d.ts +155 -0
- package/dist/components/action/Link.vue.mjs +9 -0
- package/dist/components/base/Action.vue.cjs +1 -0
- package/dist/components/base/Action.vue.d.ts +95 -0
- package/dist/components/base/Action.vue.mjs +9 -0
- package/dist/components/base/Img.vue.cjs +1 -0
- package/dist/components/base/Img.vue.d.ts +48 -0
- package/dist/components/base/Img.vue.mjs +9 -0
- package/dist/components/base/Input.vue.cjs +1 -0
- package/dist/components/base/Input.vue.d.ts +71 -0
- package/dist/components/base/Input.vue.mjs +9 -0
- package/dist/components/base/Select.vue.cjs +1 -0
- package/dist/components/base/Select.vue.d.ts +61 -0
- package/dist/components/base/Select.vue.mjs +9 -0
- package/dist/components/base/Wrapper.vue.cjs +1 -0
- package/dist/components/base/Wrapper.vue.d.ts +42 -0
- package/dist/components/base/Wrapper.vue.mjs +9 -0
- package/dist/components/box/Action.vue.cjs +1 -0
- package/dist/components/box/Action.vue.d.ts +170 -0
- package/dist/components/box/Action.vue.mjs +9 -0
- package/dist/components/box/Message.vue.cjs +1 -0
- package/dist/components/box/Message.vue.d.ts +143 -0
- package/dist/components/box/Message.vue.mjs +9 -0
- package/dist/components/form/Input.vue.cjs +1 -0
- package/dist/components/form/Input.vue.d.ts +49 -0
- package/dist/components/form/Input.vue.mjs +9 -0
- package/dist/components/form/InputCountriesAPI.vue.d.ts +45 -0
- package/dist/components/form/InputLoop.vue.d.ts +44 -0
- package/dist/components/form/InputNValues.vue.d.ts +34 -0
- package/dist/components/form/InputOptions.vue.d.ts +22 -0
- package/dist/components/form/Simple.vue.cjs +1 -0
- package/dist/components/form/Simple.vue.d.ts +45 -0
- package/dist/components/form/Simple.vue.mjs +9 -0
- package/dist/components/form/Stages.vue.cjs +1 -0
- package/dist/components/form/Stages.vue.d.ts +77 -0
- package/dist/components/form/Stages.vue.mjs +9 -0
- package/dist/components/icon/Fa.vue.cjs +1 -0
- package/dist/components/icon/Fa.vue.d.ts +47 -0
- package/dist/components/icon/Fa.vue.mjs +9 -0
- package/dist/components/icon/Simple.vue.cjs +1 -0
- package/dist/components/icon/Simple.vue.d.ts +29 -0
- package/dist/components/icon/Simple.vue.mjs +9 -0
- package/dist/components/index.cjs +1 -0
- package/dist/components/index.d.ts +32 -0
- package/dist/components/index.mjs +40 -0
- package/dist/components/input/Color.vue.d.ts +88 -0
- package/dist/components/input/File.vue.cjs +1 -0
- package/dist/components/input/File.vue.d.ts +135 -0
- package/dist/components/input/File.vue.mjs +9 -0
- package/dist/components/input/Text.vue.cjs +1 -0
- package/dist/components/input/Text.vue.d.ts +128 -0
- package/dist/components/input/Text.vue.mjs +9 -0
- package/dist/components/input/Toggle.vue.cjs +1 -0
- package/dist/components/input/Toggle.vue.d.ts +113 -0
- package/dist/components/input/Toggle.vue.mjs +9 -0
- package/dist/components/loader/Content.vue.cjs +1 -0
- package/dist/components/loader/Content.vue.d.ts +73 -0
- package/dist/components/loader/Content.vue.mjs +9 -0
- package/dist/components/loader/ContentFetch.vue.cjs +1 -0
- package/dist/components/loader/ContentFetch.vue.d.ts +60 -0
- package/dist/components/loader/ContentFetch.vue.mjs +9 -0
- package/dist/components/loader/Simple.vue.cjs +1 -0
- package/dist/components/loader/Simple.vue.d.ts +47 -0
- package/dist/components/loader/Simple.vue.mjs +9 -0
- package/dist/components/pagination/Content.vue.cjs +1 -0
- package/dist/components/pagination/Content.vue.d.ts +66 -0
- package/dist/components/pagination/Content.vue.mjs +9 -0
- package/dist/components/pagination/Simple.vue.cjs +1 -0
- package/dist/components/pagination/Simple.vue.d.ts +41 -0
- package/dist/components/pagination/Simple.vue.mjs +9 -0
- package/dist/components/select/Filter.vue.cjs +1 -0
- package/dist/components/select/Filter.vue.d.ts +110 -0
- package/dist/components/select/Filter.vue.mjs +9 -0
- package/dist/components/select/Simple.vue.cjs +1 -0
- package/dist/components/select/Simple.vue.d.ts +88 -0
- package/dist/components/select/Simple.vue.mjs +9 -0
- package/dist/components/value/Complex.vue.cjs +1 -0
- package/dist/components/value/Complex.vue.d.ts +80 -0
- package/dist/components/value/Complex.vue.mjs +9 -0
- package/dist/components/value/Simple.vue.cjs +1 -0
- package/dist/components/value/Simple.vue.d.ts +50 -0
- package/dist/components/value/Simple.vue.mjs +9 -0
- package/dist/composables/browser.d.ts +11 -0
- package/dist/composables/countries.d.ts +21 -0
- package/dist/composables/fetch.d.ts +10 -0
- package/dist/composables/helpers.d.ts +2 -0
- package/dist/composables/input.d.ts +9 -0
- package/dist/composables/modifiers.d.ts +9 -0
- package/dist/composables/state.d.ts +9 -0
- package/dist/composables/theme.d.ts +28 -0
- package/dist/composables/uuid.d.ts +9 -0
- package/dist/plugin.cjs +1 -0
- package/dist/plugin.d.ts +8 -0
- package/dist/plugin.mjs +36 -0
- package/dist/types/countries.d.ts +12 -0
- package/dist/types/props.d.ts +77 -0
- package/dist/vite.svg +22 -0
- package/package.json +162 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { WritableComputedRef } from "vue";
|
|
2
|
+
import type { iFormValue } from "@open-xamu-co/ui-common-types";
|
|
3
|
+
import { FormInput as FormInputClass } from "@open-xamu-co/ui-common-helpers";
|
|
4
|
+
import type { iUseThemeProps } from "../../types/props";
|
|
5
|
+
export interface iFormInputLoop<Ti> extends iUseThemeProps {
|
|
6
|
+
input: FormInputClass;
|
|
7
|
+
models: WritableComputedRef<Ti | Ti[]>[];
|
|
8
|
+
}
|
|
9
|
+
declare const _default: <T extends iFormValue>(__VLS_props: iFormInputLoop<T> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
|
|
10
|
+
props: iFormInputLoop<T>;
|
|
11
|
+
expose(exposed: {}): void;
|
|
12
|
+
attrs: any;
|
|
13
|
+
slots: {
|
|
14
|
+
default?(_: {
|
|
15
|
+
i: number;
|
|
16
|
+
}): any;
|
|
17
|
+
};
|
|
18
|
+
emit: any;
|
|
19
|
+
}, "attrs" | "slots" | "emit"> | undefined, __VLS_expose?: ((exposed: {}) => void) | undefined, __VLS_setup?: Promise<{
|
|
20
|
+
props: iFormInputLoop<T>;
|
|
21
|
+
expose(exposed: {}): void;
|
|
22
|
+
attrs: any;
|
|
23
|
+
slots: {
|
|
24
|
+
default?(_: {
|
|
25
|
+
i: number;
|
|
26
|
+
}): any;
|
|
27
|
+
};
|
|
28
|
+
emit: any;
|
|
29
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
}> & {
|
|
32
|
+
__ctx?: {
|
|
33
|
+
props: iFormInputLoop<T>;
|
|
34
|
+
expose(exposed: {}): void;
|
|
35
|
+
attrs: any;
|
|
36
|
+
slots: {
|
|
37
|
+
default?(_: {
|
|
38
|
+
i: number;
|
|
39
|
+
}): any;
|
|
40
|
+
};
|
|
41
|
+
emit: any;
|
|
42
|
+
} | undefined;
|
|
43
|
+
};
|
|
44
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export interface iFormInputNValues<Ti> {
|
|
2
|
+
model: Ti[];
|
|
3
|
+
values: number[];
|
|
4
|
+
}
|
|
5
|
+
declare const _default: <T>(__VLS_props: iFormInputNValues<T> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
|
|
6
|
+
props: iFormInputNValues<T>;
|
|
7
|
+
expose(exposed: {}): void;
|
|
8
|
+
attrs: any;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
emit: any;
|
|
13
|
+
}, "attrs" | "slots" | "emit"> | undefined, __VLS_expose?: ((exposed: {}) => void) | undefined, __VLS_setup?: Promise<{
|
|
14
|
+
props: iFormInputNValues<T>;
|
|
15
|
+
expose(exposed: {}): void;
|
|
16
|
+
attrs: any;
|
|
17
|
+
slots: {
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
};
|
|
20
|
+
emit: any;
|
|
21
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
}> & {
|
|
24
|
+
__ctx?: {
|
|
25
|
+
props: iFormInputNValues<T>;
|
|
26
|
+
expose(exposed: {}): void;
|
|
27
|
+
attrs: any;
|
|
28
|
+
slots: {
|
|
29
|
+
default?(_: {}): any;
|
|
30
|
+
};
|
|
31
|
+
emit: any;
|
|
32
|
+
} | undefined;
|
|
33
|
+
};
|
|
34
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { iFormInput } from "@open-xamu-co/ui-common-types";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
input: {
|
|
4
|
+
type: import("vue").PropType<iFormInput<import("@open-xamu-co/ui-common-types").iFormValue>>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
input: {
|
|
9
|
+
type: import("vue").PropType<iFormInput<import("@open-xamu-co/ui-common-types").iFormValue>>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>, {
|
|
13
|
+
default?(_: {
|
|
14
|
+
options: import("@open-xamu-co/ui-common-types").iSelectOption[];
|
|
15
|
+
}): any;
|
|
16
|
+
}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../../_virtual/chunk_h.cjs.js");require("../../_virtual/lodash.cjs.js");require("../../_virtual/sweetalert2.cjs.js");require("vue");require("../../_virtual/validator.cjs.js");require("../../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$13;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { iInvalidInput } from "@open-xamu-co/ui-common-types";
|
|
2
|
+
import { FormInput as FormInputClass } from "@open-xamu-co/ui-common-helpers";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
title: {
|
|
5
|
+
type: import("vue").PropType<string>;
|
|
6
|
+
};
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: import("vue").PropType<FormInputClass<import("@open-xamu-co/ui-common-types").iFormValue>[]>;
|
|
9
|
+
};
|
|
10
|
+
noForm: {
|
|
11
|
+
type: import("vue").PropType<boolean>;
|
|
12
|
+
};
|
|
13
|
+
invalid: {
|
|
14
|
+
type: import("vue").PropType<iInvalidInput[]>;
|
|
15
|
+
};
|
|
16
|
+
make: {
|
|
17
|
+
type: import("vue").PropType<FormInputClass<import("@open-xamu-co/ui-common-types").iFormValue>[]>;
|
|
18
|
+
};
|
|
19
|
+
theme: {
|
|
20
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
|
|
21
|
+
};
|
|
22
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "update:invalid")[], "update:model-value" | "update:invalid", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
title: {
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
25
|
+
};
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: import("vue").PropType<FormInputClass<import("@open-xamu-co/ui-common-types").iFormValue>[]>;
|
|
28
|
+
};
|
|
29
|
+
noForm: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
};
|
|
32
|
+
invalid: {
|
|
33
|
+
type: import("vue").PropType<iInvalidInput[]>;
|
|
34
|
+
};
|
|
35
|
+
make: {
|
|
36
|
+
type: import("vue").PropType<FormInputClass<import("@open-xamu-co/ui-common-types").iFormValue>[]>;
|
|
37
|
+
};
|
|
38
|
+
theme: {
|
|
39
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
"onUpdate:invalid"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}, {}, {}>;
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { o as e } from "../../_virtual/chunk_h.es.js";
|
|
2
|
+
import "../../_virtual/lodash.es.js";
|
|
3
|
+
import "../../_virtual/sweetalert2.es.js";
|
|
4
|
+
import "vue";
|
|
5
|
+
import "../../_virtual/validator.es.js";
|
|
6
|
+
import "../../_virtual/nanoid.es.js";
|
|
7
|
+
export {
|
|
8
|
+
e as default
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../../_virtual/chunk_h.cjs.js");require("../../_virtual/lodash.cjs.js");require("../../_virtual/sweetalert2.cjs.js");require("vue");require("../../_virtual/validator.cjs.js");require("../../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$14;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import type { iInvalidInput, tProps } from "@open-xamu-co/ui-common-types";
|
|
2
|
+
import { FormInput as FormInputClass } from "@open-xamu-co/ui-common-helpers";
|
|
3
|
+
type tSubmitFn = (values: FormInputClass[]) => Promise<boolean | iInvalidInput[]>;
|
|
4
|
+
interface iForm {
|
|
5
|
+
title?: string;
|
|
6
|
+
inputs: FormInputClass[];
|
|
7
|
+
listen?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare function setActiveStage(newValue: number): void;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
11
|
+
submitLabel: {
|
|
12
|
+
type: import("vue").PropType<string>;
|
|
13
|
+
};
|
|
14
|
+
stages: {
|
|
15
|
+
type: import("vue").PropType<iForm[][]>;
|
|
16
|
+
};
|
|
17
|
+
showConformity: {
|
|
18
|
+
type: import("vue").PropType<boolean>;
|
|
19
|
+
};
|
|
20
|
+
hideRequiredDisclaimer: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
};
|
|
23
|
+
stagesClasses: {
|
|
24
|
+
type: import("vue").PropType<tProps<string>>;
|
|
25
|
+
};
|
|
26
|
+
submitFn: {
|
|
27
|
+
type: import("vue").PropType<tSubmitFn>;
|
|
28
|
+
};
|
|
29
|
+
theme: {
|
|
30
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
|
|
31
|
+
};
|
|
32
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("inputValues" | "submited" | "update:activeStage")[], "inputValues" | "submited" | "update:activeStage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
+
submitLabel: {
|
|
34
|
+
type: import("vue").PropType<string>;
|
|
35
|
+
};
|
|
36
|
+
stages: {
|
|
37
|
+
type: import("vue").PropType<iForm[][]>;
|
|
38
|
+
};
|
|
39
|
+
showConformity: {
|
|
40
|
+
type: import("vue").PropType<boolean>;
|
|
41
|
+
};
|
|
42
|
+
hideRequiredDisclaimer: {
|
|
43
|
+
type: import("vue").PropType<boolean>;
|
|
44
|
+
};
|
|
45
|
+
stagesClasses: {
|
|
46
|
+
type: import("vue").PropType<tProps<string>>;
|
|
47
|
+
};
|
|
48
|
+
submitFn: {
|
|
49
|
+
type: import("vue").PropType<tSubmitFn>;
|
|
50
|
+
};
|
|
51
|
+
theme: {
|
|
52
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
|
|
53
|
+
};
|
|
54
|
+
}>> & {
|
|
55
|
+
onInputValues?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
onSubmited?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
"onUpdate:activeStage"?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
}, {}, {}>, {
|
|
59
|
+
"primary-actions"?(_: {
|
|
60
|
+
activeStage: number;
|
|
61
|
+
stagesLength: number;
|
|
62
|
+
setActiveStage: typeof setActiveStage;
|
|
63
|
+
canSubmit: boolean;
|
|
64
|
+
}): any;
|
|
65
|
+
"secondary-actions"?(_: {
|
|
66
|
+
activeStage: number;
|
|
67
|
+
stagesLength: number | undefined;
|
|
68
|
+
setActiveStage: typeof setActiveStage;
|
|
69
|
+
canSubmit: boolean;
|
|
70
|
+
}): any;
|
|
71
|
+
}>;
|
|
72
|
+
export default _default;
|
|
73
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
74
|
+
new (): {
|
|
75
|
+
$slots: S;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { p as e } from "../../_virtual/chunk_h.es.js";
|
|
2
|
+
import "../../_virtual/lodash.es.js";
|
|
3
|
+
import "../../_virtual/sweetalert2.es.js";
|
|
4
|
+
import "vue";
|
|
5
|
+
import "../../_virtual/validator.es.js";
|
|
6
|
+
import "../../_virtual/nanoid.es.js";
|
|
7
|
+
export {
|
|
8
|
+
e as default
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../../_virtual/chunk_h.cjs.js");require("../../_virtual/lodash.cjs.js");require("../../_virtual/sweetalert2.cjs.js");require("vue");require("../../_virtual/validator.cjs.js");require("../../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$15;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { IconName } from "@fortawesome/fontawesome-common-types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
name: {
|
|
4
|
+
type: import("vue").PropType<IconName>;
|
|
5
|
+
};
|
|
6
|
+
regular: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
};
|
|
9
|
+
brand: {
|
|
10
|
+
type: import("vue").PropType<boolean>;
|
|
11
|
+
};
|
|
12
|
+
indicator: {
|
|
13
|
+
type: import("vue").PropType<boolean>;
|
|
14
|
+
};
|
|
15
|
+
forceRegular: {
|
|
16
|
+
type: import("vue").PropType<boolean>;
|
|
17
|
+
};
|
|
18
|
+
hidden: {
|
|
19
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: import("vue").PropType<string | number>;
|
|
23
|
+
};
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
name: {
|
|
26
|
+
type: import("vue").PropType<IconName>;
|
|
27
|
+
};
|
|
28
|
+
regular: {
|
|
29
|
+
type: import("vue").PropType<boolean>;
|
|
30
|
+
};
|
|
31
|
+
brand: {
|
|
32
|
+
type: import("vue").PropType<boolean>;
|
|
33
|
+
};
|
|
34
|
+
indicator: {
|
|
35
|
+
type: import("vue").PropType<boolean>;
|
|
36
|
+
};
|
|
37
|
+
forceRegular: {
|
|
38
|
+
type: import("vue").PropType<boolean>;
|
|
39
|
+
};
|
|
40
|
+
hidden: {
|
|
41
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
|
|
42
|
+
};
|
|
43
|
+
size: {
|
|
44
|
+
type: import("vue").PropType<string | number>;
|
|
45
|
+
};
|
|
46
|
+
}>>, {}, {}>;
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { q as e } from "../../_virtual/chunk_h.es.js";
|
|
2
|
+
import "../../_virtual/lodash.es.js";
|
|
3
|
+
import "../../_virtual/sweetalert2.es.js";
|
|
4
|
+
import "vue";
|
|
5
|
+
import "../../_virtual/validator.es.js";
|
|
6
|
+
import "../../_virtual/nanoid.es.js";
|
|
7
|
+
export {
|
|
8
|
+
e as default
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../../_virtual/chunk_h.cjs.js");require("../../_virtual/lodash.cjs.js");require("../../_virtual/sweetalert2.cjs.js");require("vue");require("../../_virtual/validator.cjs.js");require("../../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$16;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
indicator: {
|
|
3
|
+
type: import("vue").PropType<boolean>;
|
|
4
|
+
};
|
|
5
|
+
hidden: {
|
|
6
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
|
|
7
|
+
};
|
|
8
|
+
size: {
|
|
9
|
+
type: import("vue").PropType<string | number>;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
indicator: {
|
|
13
|
+
type: import("vue").PropType<boolean>;
|
|
14
|
+
};
|
|
15
|
+
hidden: {
|
|
16
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
|
|
17
|
+
};
|
|
18
|
+
size: {
|
|
19
|
+
type: import("vue").PropType<string | number>;
|
|
20
|
+
};
|
|
21
|
+
}>>, {}, {}>, {
|
|
22
|
+
default?(_: {}): any;
|
|
23
|
+
}>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { r as e } from "../../_virtual/chunk_h.es.js";
|
|
2
|
+
import "../../_virtual/lodash.es.js";
|
|
3
|
+
import "../../_virtual/sweetalert2.es.js";
|
|
4
|
+
import "vue";
|
|
5
|
+
import "../../_virtual/validator.es.js";
|
|
6
|
+
import "../../_virtual/nanoid.es.js";
|
|
7
|
+
export {
|
|
8
|
+
e as default
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../_virtual/chunk_h.cjs.js");require("../_virtual/lodash.cjs.js");require("../_virtual/sweetalert2.cjs.js");require("vue");require("../_virtual/validator.cjs.js");require("../_virtual/nanoid.cjs.js");exports.ActionButton=n._sfc_main;exports.ActionButtonLink=n._sfc_main$1;exports.ActionButtonToggle=n._sfc_main$2;exports.ActionLink=n._sfc_main$3;exports.BaseAction=n._sfc_main$4;exports.BaseImg=n._sfc_main$5;exports.BaseInput=n._sfc_main$6;exports.BaseSelect=n._sfc_main$7;exports.BaseWrapper=n._sfc_main$8;exports.BoxAction=n._sfc_main$9;exports.BoxMessage=n._sfc_main$10;exports.Dropdown=n._sfc_main$11;exports.FormInput=n._sfc_main$12;exports.FormSimple=n._sfc_main$13;exports.FormStages=n._sfc_main$14;exports.IconFa=n._sfc_main$15;exports.IconSimple=n._sfc_main$16;exports.InputFile=n._sfc_main$17;exports.InputText=n._sfc_main$18;exports.InputToggle=n._sfc_main$19;exports.LoaderContent=n._sfc_main$20;exports.LoaderContentFetch=n._sfc_main$21;exports.LoaderSimple=n._sfc_main$22;exports.Modal=n._sfc_main$23;exports.PaginationContent=n._sfc_main$24;exports.PaginationSimple=n._sfc_main$25;exports.SelectFilter=n._sfc_main$26;exports.SelectSimple=n._sfc_main$27;exports.Slider=n._sfc_main$28;exports.Table=n._sfc_main$29;exports.ValueComplex=n._sfc_main$30;exports.ValueSimple=n._sfc_main$31;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export { default as BaseImg } from "./base/Img.vue";
|
|
2
|
+
export { default as BaseAction } from "./base/Action.vue";
|
|
3
|
+
export { default as BaseInput } from "./base/Input.vue";
|
|
4
|
+
export { default as BaseSelect } from "./base/Select.vue";
|
|
5
|
+
export { default as BaseWrapper } from "./base/Wrapper.vue";
|
|
6
|
+
export { default as IconSimple } from "./icon/Simple.vue";
|
|
7
|
+
export { default as IconFa } from "./icon/Fa.vue";
|
|
8
|
+
export { default as ActionButton } from "./action/Button.vue";
|
|
9
|
+
export { default as ActionButtonLink } from "./action/ButtonLink.vue";
|
|
10
|
+
export { default as ActionButtonToggle } from "./action/ButtonToggle.vue";
|
|
11
|
+
export { default as ActionLink } from "./action/Link.vue";
|
|
12
|
+
export { default as InputFile } from "./input/File.vue";
|
|
13
|
+
export { default as InputText } from "./input/Text.vue";
|
|
14
|
+
export { default as InputToggle } from "./input/Toggle.vue";
|
|
15
|
+
export { default as SelectSimple } from "./select/Simple.vue";
|
|
16
|
+
export { default as SelectFilter } from "./select/Filter.vue";
|
|
17
|
+
export { default as ValueSimple } from "./value/Simple.vue";
|
|
18
|
+
export { default as ValueComplex } from "./value/Complex.vue";
|
|
19
|
+
export { default as BoxAction } from "./box/Action.vue";
|
|
20
|
+
export { default as BoxMessage } from "./box/Message.vue";
|
|
21
|
+
export { default as LoaderSimple } from "./loader/Simple.vue";
|
|
22
|
+
export { default as LoaderContent } from "./loader/Content.vue";
|
|
23
|
+
export { default as LoaderContentFetch } from "./loader/ContentFetch.vue";
|
|
24
|
+
export { default as PaginationSimple } from "./pagination/Simple.vue";
|
|
25
|
+
export { default as PaginationContent } from "./pagination/Content.vue";
|
|
26
|
+
export { default as FormInput } from "./form/Input.vue";
|
|
27
|
+
export { default as FormSimple } from "./form/Simple.vue";
|
|
28
|
+
export { default as FormStages } from "./form/Stages.vue";
|
|
29
|
+
export { default as Modal } from "./Modal.vue";
|
|
30
|
+
export { default as Dropdown } from "./Dropdown.vue";
|
|
31
|
+
export { default as Table } from "./Table.vue";
|
|
32
|
+
export { default as Slider } from "./Slider.vue";
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { _ as p, a as l, b as r, d as m, f as c, g as u, h as B, i as S, j as g, k as F, l as I, m as d, n as A, o as x, p as C, q as L, r as T, s as k, t as b, u as f, v as h, w, x as D, y as M, z as P, A as V, B as j, C as q, D as v, E as y, F as z, G as E } from "../_virtual/chunk_h.es.js";
|
|
2
|
+
import "../_virtual/lodash.es.js";
|
|
3
|
+
import "../_virtual/sweetalert2.es.js";
|
|
4
|
+
import "vue";
|
|
5
|
+
import "../_virtual/validator.es.js";
|
|
6
|
+
import "../_virtual/nanoid.es.js";
|
|
7
|
+
export {
|
|
8
|
+
p as ActionButton,
|
|
9
|
+
l as ActionButtonLink,
|
|
10
|
+
r as ActionButtonToggle,
|
|
11
|
+
m as ActionLink,
|
|
12
|
+
c as BaseAction,
|
|
13
|
+
u as BaseImg,
|
|
14
|
+
B as BaseInput,
|
|
15
|
+
S as BaseSelect,
|
|
16
|
+
g as BaseWrapper,
|
|
17
|
+
F as BoxAction,
|
|
18
|
+
I as BoxMessage,
|
|
19
|
+
d as Dropdown,
|
|
20
|
+
A as FormInput,
|
|
21
|
+
x as FormSimple,
|
|
22
|
+
C as FormStages,
|
|
23
|
+
L as IconFa,
|
|
24
|
+
T as IconSimple,
|
|
25
|
+
k as InputFile,
|
|
26
|
+
b as InputText,
|
|
27
|
+
f as InputToggle,
|
|
28
|
+
h as LoaderContent,
|
|
29
|
+
w as LoaderContentFetch,
|
|
30
|
+
D as LoaderSimple,
|
|
31
|
+
M as Modal,
|
|
32
|
+
P as PaginationContent,
|
|
33
|
+
V as PaginationSimple,
|
|
34
|
+
j as SelectFilter,
|
|
35
|
+
q as SelectSimple,
|
|
36
|
+
v as Slider,
|
|
37
|
+
y as Table,
|
|
38
|
+
z as ValueComplex,
|
|
39
|
+
E as ValueSimple
|
|
40
|
+
};
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
type: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
};
|
|
5
|
+
autocomplete: {
|
|
6
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tFormAutocomplete>;
|
|
7
|
+
};
|
|
8
|
+
id: {
|
|
9
|
+
type: import("vue").PropType<string>;
|
|
10
|
+
};
|
|
11
|
+
name: {
|
|
12
|
+
type: import("vue").PropType<string>;
|
|
13
|
+
};
|
|
14
|
+
placeholder: {
|
|
15
|
+
type: import("vue").PropType<string>;
|
|
16
|
+
};
|
|
17
|
+
title: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
};
|
|
20
|
+
required: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
};
|
|
23
|
+
disabled: {
|
|
24
|
+
type: import("vue").PropType<boolean>;
|
|
25
|
+
};
|
|
26
|
+
hidden: {
|
|
27
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
|
|
28
|
+
};
|
|
29
|
+
size: {
|
|
30
|
+
type: import("vue").PropType<string | number>;
|
|
31
|
+
};
|
|
32
|
+
active: {
|
|
33
|
+
type: import("vue").PropType<boolean>;
|
|
34
|
+
};
|
|
35
|
+
invalid: {
|
|
36
|
+
type: import("vue").PropType<boolean>;
|
|
37
|
+
};
|
|
38
|
+
state: {
|
|
39
|
+
type: import("vue").PropType<Record<string, boolean>>;
|
|
40
|
+
};
|
|
41
|
+
theme: {
|
|
42
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
|
|
43
|
+
};
|
|
44
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
+
type: {
|
|
46
|
+
type: import("vue").PropType<string>;
|
|
47
|
+
};
|
|
48
|
+
autocomplete: {
|
|
49
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tFormAutocomplete>;
|
|
50
|
+
};
|
|
51
|
+
id: {
|
|
52
|
+
type: import("vue").PropType<string>;
|
|
53
|
+
};
|
|
54
|
+
name: {
|
|
55
|
+
type: import("vue").PropType<string>;
|
|
56
|
+
};
|
|
57
|
+
placeholder: {
|
|
58
|
+
type: import("vue").PropType<string>;
|
|
59
|
+
};
|
|
60
|
+
title: {
|
|
61
|
+
type: import("vue").PropType<string>;
|
|
62
|
+
};
|
|
63
|
+
required: {
|
|
64
|
+
type: import("vue").PropType<boolean>;
|
|
65
|
+
};
|
|
66
|
+
disabled: {
|
|
67
|
+
type: import("vue").PropType<boolean>;
|
|
68
|
+
};
|
|
69
|
+
hidden: {
|
|
70
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
|
|
71
|
+
};
|
|
72
|
+
size: {
|
|
73
|
+
type: import("vue").PropType<string | number>;
|
|
74
|
+
};
|
|
75
|
+
active: {
|
|
76
|
+
type: import("vue").PropType<boolean>;
|
|
77
|
+
};
|
|
78
|
+
invalid: {
|
|
79
|
+
type: import("vue").PropType<boolean>;
|
|
80
|
+
};
|
|
81
|
+
state: {
|
|
82
|
+
type: import("vue").PropType<Record<string, boolean>>;
|
|
83
|
+
};
|
|
84
|
+
theme: {
|
|
85
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
|
|
86
|
+
};
|
|
87
|
+
}>>, {}, {}>;
|
|
88
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("../../_virtual/chunk_h.cjs.js");require("../../_virtual/lodash.cjs.js");require("../../_virtual/sweetalert2.cjs.js");require("vue");require("../../_virtual/validator.cjs.js");require("../../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$17;
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import type { tProps } from "@open-xamu-co/ui-common-types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
filePrefix: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
};
|
|
6
|
+
min: {
|
|
7
|
+
type: import("vue").PropType<number>;
|
|
8
|
+
};
|
|
9
|
+
max: {
|
|
10
|
+
type: import("vue").PropType<number>;
|
|
11
|
+
};
|
|
12
|
+
maxSize: {
|
|
13
|
+
type: import("vue").PropType<number>;
|
|
14
|
+
};
|
|
15
|
+
accept: {
|
|
16
|
+
type: import("vue").PropType<string[]>;
|
|
17
|
+
};
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: import("vue").PropType<File[]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
classes: {
|
|
23
|
+
type: import("vue").PropType<tProps<string>>;
|
|
24
|
+
};
|
|
25
|
+
type: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
};
|
|
28
|
+
autocomplete: {
|
|
29
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tFormAutocomplete>;
|
|
30
|
+
};
|
|
31
|
+
id: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
};
|
|
34
|
+
name: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
};
|
|
37
|
+
placeholder: {
|
|
38
|
+
type: import("vue").PropType<string>;
|
|
39
|
+
};
|
|
40
|
+
title: {
|
|
41
|
+
type: import("vue").PropType<string>;
|
|
42
|
+
};
|
|
43
|
+
required: {
|
|
44
|
+
type: import("vue").PropType<boolean>;
|
|
45
|
+
};
|
|
46
|
+
disabled: {
|
|
47
|
+
type: import("vue").PropType<boolean>;
|
|
48
|
+
};
|
|
49
|
+
hidden: {
|
|
50
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
|
|
51
|
+
};
|
|
52
|
+
size: {
|
|
53
|
+
type: import("vue").PropType<string | number>;
|
|
54
|
+
};
|
|
55
|
+
active: {
|
|
56
|
+
type: import("vue").PropType<boolean>;
|
|
57
|
+
};
|
|
58
|
+
invalid: {
|
|
59
|
+
type: import("vue").PropType<boolean>;
|
|
60
|
+
};
|
|
61
|
+
state: {
|
|
62
|
+
type: import("vue").PropType<Record<string, boolean>>;
|
|
63
|
+
};
|
|
64
|
+
theme: {
|
|
65
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
|
|
66
|
+
};
|
|
67
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
+
filePrefix: {
|
|
69
|
+
type: import("vue").PropType<string>;
|
|
70
|
+
};
|
|
71
|
+
min: {
|
|
72
|
+
type: import("vue").PropType<number>;
|
|
73
|
+
};
|
|
74
|
+
max: {
|
|
75
|
+
type: import("vue").PropType<number>;
|
|
76
|
+
};
|
|
77
|
+
maxSize: {
|
|
78
|
+
type: import("vue").PropType<number>;
|
|
79
|
+
};
|
|
80
|
+
accept: {
|
|
81
|
+
type: import("vue").PropType<string[]>;
|
|
82
|
+
};
|
|
83
|
+
modelValue: {
|
|
84
|
+
type: import("vue").PropType<File[]>;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
classes: {
|
|
88
|
+
type: import("vue").PropType<tProps<string>>;
|
|
89
|
+
};
|
|
90
|
+
type: {
|
|
91
|
+
type: import("vue").PropType<string>;
|
|
92
|
+
};
|
|
93
|
+
autocomplete: {
|
|
94
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tFormAutocomplete>;
|
|
95
|
+
};
|
|
96
|
+
id: {
|
|
97
|
+
type: import("vue").PropType<string>;
|
|
98
|
+
};
|
|
99
|
+
name: {
|
|
100
|
+
type: import("vue").PropType<string>;
|
|
101
|
+
};
|
|
102
|
+
placeholder: {
|
|
103
|
+
type: import("vue").PropType<string>;
|
|
104
|
+
};
|
|
105
|
+
title: {
|
|
106
|
+
type: import("vue").PropType<string>;
|
|
107
|
+
};
|
|
108
|
+
required: {
|
|
109
|
+
type: import("vue").PropType<boolean>;
|
|
110
|
+
};
|
|
111
|
+
disabled: {
|
|
112
|
+
type: import("vue").PropType<boolean>;
|
|
113
|
+
};
|
|
114
|
+
hidden: {
|
|
115
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
|
|
116
|
+
};
|
|
117
|
+
size: {
|
|
118
|
+
type: import("vue").PropType<string | number>;
|
|
119
|
+
};
|
|
120
|
+
active: {
|
|
121
|
+
type: import("vue").PropType<boolean>;
|
|
122
|
+
};
|
|
123
|
+
invalid: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
|
+
};
|
|
126
|
+
state: {
|
|
127
|
+
type: import("vue").PropType<Record<string, boolean>>;
|
|
128
|
+
};
|
|
129
|
+
theme: {
|
|
130
|
+
type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
|
|
131
|
+
};
|
|
132
|
+
}>> & {
|
|
133
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
134
|
+
}, {}, {}>;
|
|
135
|
+
export default _default;
|