@sfxcode/formkit-primevue 0.8.4 → 0.9.1
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 +2 -2
- package/dist/App.vue.d.ts +18 -0
- package/dist/assets/Calendar.3675defa.js +1 -0
- package/dist/assets/Checkbox.8559427c.js +1 -0
- package/dist/assets/Chips.315caad6.js +1 -0
- package/dist/assets/ColorPicker.10e09aac.js +1 -0
- package/dist/assets/Dropdown.f342d58d.js +1 -0
- package/dist/assets/Editor.df8224b3.js +1 -0
- package/dist/assets/InputMask.604480ef.js +1 -0
- package/dist/assets/InputNumber.e779a78f.js +1 -0
- package/dist/assets/InputSwitch.b6f6e816.js +1 -0
- package/dist/assets/InputText.2ca2d78a.js +1 -0
- package/dist/assets/InputTextArea.fe0e60a6.js +1 -0
- package/dist/assets/Knob.dc3cbe39.js +1 -0
- package/dist/assets/Listbox.a92ee1ae.js +1 -0
- package/dist/assets/MultiSelect.f4ad3ae8.js +1 -0
- package/dist/assets/Password.01c0e922.js +1 -0
- package/dist/assets/Rating.ab4e6b25.js +1 -0
- package/dist/assets/SelectButton.017e4b04.js +1 -0
- package/dist/assets/Slider.7ac70d1f.js +1 -0
- package/dist/assets/ToggleButton.b6c9d5f4.js +1 -0
- package/dist/assets/TriStateCheckbox.3e426490.js +1 -0
- package/dist/assets/auto.13a9debe.js +18 -0
- package/dist/assets/color.473bc8ca.png +0 -0
- package/dist/assets/favicon.db74ab0b.ico +0 -0
- package/dist/assets/formschema.a22e8253.css +1 -0
- package/dist/assets/formschema.fc53242b.js +1 -0
- package/dist/assets/index.2dc5f365.js +5645 -0
- package/dist/assets/index.a1a4a804.css +1 -0
- package/dist/assets/primeicons.131bc3bf.ttf +0 -0
- package/dist/assets/primeicons.3824be50.woff2 +0 -0
- package/dist/assets/primeicons.5e10f102.svg +292 -0
- package/dist/assets/primeicons.90a58d3a.woff +0 -0
- package/dist/assets/primeicons.ce852338.eot +0 -0
- package/dist/assets/quill.dd09d639.js +41 -0
- package/dist/components/app/AppTopbar.vue.d.ts +16 -0
- package/dist/formkit/PrimeCalendar.vue.d.ts +1 -0
- package/dist/formkit/{PrimeCheckBox.vue.d.ts → PrimeCheckbox.vue.d.ts} +1 -0
- package/dist/formkit/PrimeChips.vue.d.ts +1 -0
- package/dist/formkit/PrimeColorPicker.vue.d.ts +1 -0
- package/dist/formkit/PrimeDropdown.vue.d.ts +1 -0
- package/dist/formkit/PrimeEditor.vue.d.ts +2 -1
- package/dist/formkit/PrimeInputMask.vue.d.ts +1 -0
- package/dist/formkit/PrimeInputNumber.vue.d.ts +1 -0
- package/dist/formkit/PrimeInputSwitch.vue.d.ts +1 -0
- package/dist/formkit/PrimeInputText.vue.d.ts +1 -0
- package/dist/formkit/PrimeInputTextArea.vue.d.ts +1 -0
- package/dist/formkit/PrimeKnob.vue.d.ts +1 -0
- package/dist/formkit/PrimeListbox.vue.d.ts +1 -0
- package/dist/formkit/PrimeMultiSelect.vue.d.ts +1 -0
- package/dist/formkit/PrimePassword.vue.d.ts +1 -0
- package/dist/formkit/PrimeRating.vue.d.ts +1 -0
- package/dist/formkit/PrimeSelectButton.vue.d.ts +11 -0
- package/dist/formkit/PrimeSlider.vue.d.ts +1 -0
- package/dist/formkit/PrimeToggleButton.vue.d.ts +1 -0
- package/dist/formkit/PrimeTriStateCheckbox.vue.d.ts +11 -0
- package/dist/formkit/index.d.ts +8 -5
- package/dist/index.html +16 -0
- package/dist/index_form.json +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/modules/formkit.d.ts +3 -0
- package/dist/modules/primevue.d.ts +2 -0
- package/dist/pages/demo/Calendar.vue.d.ts +36 -0
- package/dist/pages/demo/Checkbox.vue.d.ts +45 -0
- package/dist/pages/demo/Editor.vue.d.ts +22 -0
- package/dist/pages/demo/InputMask.vue.d.ts +24 -0
- package/dist/pages/demo/InputNumber.vue.d.ts +28 -0
- package/dist/pages/demo/InputSwitch.vue.d.ts +45 -0
- package/dist/pages/demo/InputText.vue.d.ts +66 -0
- package/dist/pages/demo/InputTextArea.vue.d.ts +54 -0
- package/dist/pages/demo/Password.vue.d.ts +11 -0
- package/dist/pages/demo/TriStateCheckbox.vue.d.ts +21 -0
- package/dist/pages/index.vue.d.ts +127 -0
- package/dist/sass/formkit-prime-inputs.scss +12 -8
- package/dist/sass/formkit-primevue.scss +7 -12
- package/dist/types.d.ts +2 -0
- package/package.json +23 -16
- package/dist/formkit-primevue.es.js +0 -2498
- package/dist/formkit-primevue.umd.js +0 -1
- package/dist/manifest.json +0 -7
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
redirectToGithub: (event: any) => void;
|
|
3
|
+
items: import("vue").Ref<{
|
|
4
|
+
label: string;
|
|
5
|
+
icon: string;
|
|
6
|
+
items: {
|
|
7
|
+
label: string;
|
|
8
|
+
items: {
|
|
9
|
+
label: string;
|
|
10
|
+
icon: string;
|
|
11
|
+
to: string;
|
|
12
|
+
}[];
|
|
13
|
+
}[][];
|
|
14
|
+
}[]>;
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
16
|
+
export default _sfc_main;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
handleSelect: (e: any) => void;
|
|
8
9
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleChange: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleBlur: (e: any) => void;
|
|
7
8
|
handleInput: (e: any) => void;
|
|
8
9
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { EditorSelectionChangeEvent } from 'primevue/editor';
|
|
1
|
+
import type { EditorSelectionChangeEvent } from 'primevue/editor';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
3
|
context: ObjectConstructor;
|
|
4
4
|
}, {
|
|
5
5
|
props: any;
|
|
6
6
|
context: Record<string, any> | undefined;
|
|
7
|
+
attrs: any;
|
|
7
8
|
handleInput: (e: any) => void;
|
|
8
9
|
handleSelection: (e: EditorSelectionChangeEvent) => void;
|
|
9
10
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleBlur: (e: any) => void;
|
|
7
8
|
handleInput: (e: any) => void;
|
|
8
9
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleBlur: (e: any) => void;
|
|
7
8
|
handleInput: (e: any) => void;
|
|
8
9
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleChange: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleBlur: (e: any) => void;
|
|
7
8
|
handleInput: (e: any) => void;
|
|
8
9
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
context: ObjectConstructor;
|
|
3
|
+
}, {
|
|
4
|
+
props: any;
|
|
5
|
+
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
7
|
+
handleChange: (e: any) => void;
|
|
8
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
context: ObjectConstructor;
|
|
10
|
+
}>>, {}>;
|
|
11
|
+
export default _sfc_main;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleInput: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
3
3
|
}, {
|
|
4
4
|
props: any;
|
|
5
5
|
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
6
7
|
handleChange: (e: any) => void;
|
|
7
8
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
9
|
context: ObjectConstructor;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
context: ObjectConstructor;
|
|
3
|
+
}, {
|
|
4
|
+
props: any;
|
|
5
|
+
context: Record<string, any> | undefined;
|
|
6
|
+
attrs: any;
|
|
7
|
+
handleChange: (e: any) => void;
|
|
8
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
context: ObjectConstructor;
|
|
10
|
+
}>>, {}>;
|
|
11
|
+
export default _sfc_main;
|
package/dist/formkit/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ export declare const primeInputTextDefinition: FormKitTypeDefinition;
|
|
|
3
3
|
export declare const primeInputNumberDefinition: FormKitTypeDefinition;
|
|
4
4
|
export declare const primeInputMaskDefinition: FormKitTypeDefinition;
|
|
5
5
|
export declare const primePasswordDefinition: FormKitTypeDefinition;
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
6
|
+
export declare const primeTextareaDefinition: FormKitTypeDefinition;
|
|
7
|
+
export declare const primeCheckboxDefinition: FormKitTypeDefinition;
|
|
8
8
|
export declare const primeInputSwitchDefinition: FormKitTypeDefinition;
|
|
9
9
|
export declare const primeEditorDefinition: FormKitTypeDefinition;
|
|
10
10
|
export declare const primeDropdownDefinition: FormKitTypeDefinition;
|
|
@@ -17,14 +17,16 @@ export declare const primeChipsDefinition: FormKitTypeDefinition;
|
|
|
17
17
|
export declare const primeKnobDefinition: FormKitTypeDefinition;
|
|
18
18
|
export declare const primeColorPickerDefinition: FormKitTypeDefinition;
|
|
19
19
|
export declare const primeToggleButtonDefinition: FormKitTypeDefinition;
|
|
20
|
+
export declare const primeSelectButtonDefinition: FormKitTypeDefinition;
|
|
21
|
+
export declare const primeTriStateCheckboxDefinition: FormKitTypeDefinition;
|
|
20
22
|
export declare const primeInputs: {
|
|
21
23
|
primeInputText: FormKitTypeDefinition;
|
|
22
24
|
primeInputNumber: FormKitTypeDefinition;
|
|
23
25
|
primeInputMask: FormKitTypeDefinition;
|
|
24
26
|
primePassword: FormKitTypeDefinition;
|
|
25
|
-
|
|
27
|
+
primeCheckbox: FormKitTypeDefinition;
|
|
26
28
|
primeInputSwitch: FormKitTypeDefinition;
|
|
27
|
-
|
|
29
|
+
primeTextarea: FormKitTypeDefinition;
|
|
28
30
|
primeEditor: FormKitTypeDefinition;
|
|
29
31
|
primeDropdown: FormKitTypeDefinition;
|
|
30
32
|
primeMultiSelect: FormKitTypeDefinition;
|
|
@@ -36,5 +38,6 @@ export declare const primeInputs: {
|
|
|
36
38
|
primeColorPicker: FormKitTypeDefinition;
|
|
37
39
|
primeToggleButton: FormKitTypeDefinition;
|
|
38
40
|
primeListbox: FormKitTypeDefinition;
|
|
41
|
+
primeSelectButton: FormKitTypeDefinition;
|
|
42
|
+
primeTriStateCheckbox: FormKitTypeDefinition;
|
|
39
43
|
};
|
|
40
|
-
declare module '@sfxcode/formkit-primevue';
|
package/dist/index.html
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en" style="font-size: 14px;">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<link rel="icon" href="/assets/favicon.db74ab0b.ico" />
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
+
<title>Vite App</title>
|
|
8
|
+
<script type="module" crossorigin src="/assets/index.2dc5f365.js"></script>
|
|
9
|
+
<link rel="stylesheet" href="/assets/index.a1a4a804.css">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<div id="app"></div>
|
|
13
|
+
|
|
14
|
+
</body>
|
|
15
|
+
|
|
16
|
+
</html>
|
package/dist/index_form.json
CHANGED
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const createApp: (client?: boolean | undefined, routePath?: string | undefined) => Promise<import("vite-ssg/dist/types-8f5489c2").V<true>>;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
schema: ({
|
|
4
|
+
$formkit: string;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
label: string;
|
|
8
|
+
style?: undefined;
|
|
9
|
+
class?: undefined;
|
|
10
|
+
showIcon?: undefined;
|
|
11
|
+
dateFormat?: undefined;
|
|
12
|
+
icon?: undefined;
|
|
13
|
+
} | {
|
|
14
|
+
$formkit: string;
|
|
15
|
+
name: string;
|
|
16
|
+
label: string;
|
|
17
|
+
style: string;
|
|
18
|
+
class: string;
|
|
19
|
+
showIcon: boolean;
|
|
20
|
+
id?: undefined;
|
|
21
|
+
dateFormat?: undefined;
|
|
22
|
+
icon?: undefined;
|
|
23
|
+
} | {
|
|
24
|
+
$formkit: string;
|
|
25
|
+
name: string;
|
|
26
|
+
label: string;
|
|
27
|
+
dateFormat: string;
|
|
28
|
+
showIcon: boolean;
|
|
29
|
+
icon: string;
|
|
30
|
+
id?: undefined;
|
|
31
|
+
style?: undefined;
|
|
32
|
+
class?: undefined;
|
|
33
|
+
})[];
|
|
34
|
+
data: {};
|
|
35
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
36
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
customAttributes: string;
|
|
4
|
+
schema: ({
|
|
5
|
+
$formkit: string;
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
label: string;
|
|
9
|
+
labelLeft?: undefined;
|
|
10
|
+
_readonly?: undefined;
|
|
11
|
+
trueValue?: undefined;
|
|
12
|
+
falseValue?: undefined;
|
|
13
|
+
} | {
|
|
14
|
+
$formkit: string;
|
|
15
|
+
name: string;
|
|
16
|
+
id: string;
|
|
17
|
+
labelLeft: string;
|
|
18
|
+
label?: undefined;
|
|
19
|
+
_readonly?: undefined;
|
|
20
|
+
trueValue?: undefined;
|
|
21
|
+
falseValue?: undefined;
|
|
22
|
+
} | {
|
|
23
|
+
$formkit: string;
|
|
24
|
+
name: string;
|
|
25
|
+
label: string;
|
|
26
|
+
_readonly: boolean;
|
|
27
|
+
id?: undefined;
|
|
28
|
+
labelLeft?: undefined;
|
|
29
|
+
trueValue?: undefined;
|
|
30
|
+
falseValue?: undefined;
|
|
31
|
+
} | {
|
|
32
|
+
$formkit: string;
|
|
33
|
+
name: string;
|
|
34
|
+
label: string;
|
|
35
|
+
trueValue: string;
|
|
36
|
+
falseValue: string;
|
|
37
|
+
id?: undefined;
|
|
38
|
+
labelLeft?: undefined;
|
|
39
|
+
_readonly?: undefined;
|
|
40
|
+
})[];
|
|
41
|
+
data: {
|
|
42
|
+
readonly: boolean;
|
|
43
|
+
};
|
|
44
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
45
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
schema: ({
|
|
4
|
+
$formkit: string;
|
|
5
|
+
name: string;
|
|
6
|
+
label: string;
|
|
7
|
+
validation: string;
|
|
8
|
+
class: string;
|
|
9
|
+
style?: undefined;
|
|
10
|
+
placeholder?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
$formkit: string;
|
|
13
|
+
name: string;
|
|
14
|
+
label: string;
|
|
15
|
+
style: string;
|
|
16
|
+
placeholder: string;
|
|
17
|
+
validation?: undefined;
|
|
18
|
+
class?: undefined;
|
|
19
|
+
})[];
|
|
20
|
+
data: {};
|
|
21
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
22
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
schema: ({
|
|
4
|
+
$formkit: string;
|
|
5
|
+
name: string;
|
|
6
|
+
label: string;
|
|
7
|
+
validation: string;
|
|
8
|
+
validationVisibility: string;
|
|
9
|
+
mask: string;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
unmask?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
$formkit: string;
|
|
14
|
+
name: string;
|
|
15
|
+
label: string;
|
|
16
|
+
mask: string;
|
|
17
|
+
unmask: boolean;
|
|
18
|
+
validation?: undefined;
|
|
19
|
+
validationVisibility?: undefined;
|
|
20
|
+
placeholder?: undefined;
|
|
21
|
+
})[];
|
|
22
|
+
data: {};
|
|
23
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
24
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
schema: ({
|
|
4
|
+
$formkit: string;
|
|
5
|
+
name: string;
|
|
6
|
+
label: string;
|
|
7
|
+
value: number;
|
|
8
|
+
validation: string;
|
|
9
|
+
useGrouping: boolean;
|
|
10
|
+
minFractionDigits: number;
|
|
11
|
+
class?: undefined;
|
|
12
|
+
style?: undefined;
|
|
13
|
+
_readonly?: undefined;
|
|
14
|
+
} | {
|
|
15
|
+
$formkit: string;
|
|
16
|
+
name: string;
|
|
17
|
+
label: string;
|
|
18
|
+
value: number;
|
|
19
|
+
class: string;
|
|
20
|
+
style: string;
|
|
21
|
+
_readonly: boolean;
|
|
22
|
+
validation?: undefined;
|
|
23
|
+
useGrouping?: undefined;
|
|
24
|
+
minFractionDigits?: undefined;
|
|
25
|
+
})[];
|
|
26
|
+
data: {};
|
|
27
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
28
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
customAttributes: string;
|
|
4
|
+
schema: ({
|
|
5
|
+
$formkit: string;
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
label: string;
|
|
9
|
+
labelLeft?: undefined;
|
|
10
|
+
_readonly?: undefined;
|
|
11
|
+
trueValue?: undefined;
|
|
12
|
+
falseValue?: undefined;
|
|
13
|
+
} | {
|
|
14
|
+
$formkit: string;
|
|
15
|
+
name: string;
|
|
16
|
+
id: string;
|
|
17
|
+
labelLeft: string;
|
|
18
|
+
label?: undefined;
|
|
19
|
+
_readonly?: undefined;
|
|
20
|
+
trueValue?: undefined;
|
|
21
|
+
falseValue?: undefined;
|
|
22
|
+
} | {
|
|
23
|
+
$formkit: string;
|
|
24
|
+
name: string;
|
|
25
|
+
label: string;
|
|
26
|
+
_readonly: boolean;
|
|
27
|
+
id?: undefined;
|
|
28
|
+
labelLeft?: undefined;
|
|
29
|
+
trueValue?: undefined;
|
|
30
|
+
falseValue?: undefined;
|
|
31
|
+
} | {
|
|
32
|
+
$formkit: string;
|
|
33
|
+
name: string;
|
|
34
|
+
label: string;
|
|
35
|
+
trueValue: string;
|
|
36
|
+
falseValue: string;
|
|
37
|
+
id?: undefined;
|
|
38
|
+
labelLeft?: undefined;
|
|
39
|
+
_readonly?: undefined;
|
|
40
|
+
})[];
|
|
41
|
+
data: {
|
|
42
|
+
readonly: boolean;
|
|
43
|
+
};
|
|
44
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
45
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
customAttributes: string;
|
|
4
|
+
schema: ({
|
|
5
|
+
$formkit: string;
|
|
6
|
+
name: string;
|
|
7
|
+
label: string;
|
|
8
|
+
help: string;
|
|
9
|
+
validation: string;
|
|
10
|
+
_readonly: boolean;
|
|
11
|
+
id?: undefined;
|
|
12
|
+
placeholder?: undefined;
|
|
13
|
+
iconLeft?: undefined;
|
|
14
|
+
iconRight?: undefined;
|
|
15
|
+
_disabled?: undefined;
|
|
16
|
+
style?: undefined;
|
|
17
|
+
class?: undefined;
|
|
18
|
+
} | {
|
|
19
|
+
$formkit: string;
|
|
20
|
+
id: string;
|
|
21
|
+
name: string;
|
|
22
|
+
label: string;
|
|
23
|
+
help: string;
|
|
24
|
+
placeholder: string;
|
|
25
|
+
iconLeft: string;
|
|
26
|
+
validation?: undefined;
|
|
27
|
+
_readonly?: undefined;
|
|
28
|
+
iconRight?: undefined;
|
|
29
|
+
_disabled?: undefined;
|
|
30
|
+
style?: undefined;
|
|
31
|
+
class?: undefined;
|
|
32
|
+
} | {
|
|
33
|
+
$formkit: string;
|
|
34
|
+
name: string;
|
|
35
|
+
label: string;
|
|
36
|
+
help: string;
|
|
37
|
+
iconRight: string;
|
|
38
|
+
_disabled: boolean;
|
|
39
|
+
validation?: undefined;
|
|
40
|
+
_readonly?: undefined;
|
|
41
|
+
id?: undefined;
|
|
42
|
+
placeholder?: undefined;
|
|
43
|
+
iconLeft?: undefined;
|
|
44
|
+
style?: undefined;
|
|
45
|
+
class?: undefined;
|
|
46
|
+
} | {
|
|
47
|
+
$formkit: string;
|
|
48
|
+
name: string;
|
|
49
|
+
label: string;
|
|
50
|
+
help: string;
|
|
51
|
+
style: string;
|
|
52
|
+
class: string;
|
|
53
|
+
iconLeft: string;
|
|
54
|
+
iconRight: string;
|
|
55
|
+
validation?: undefined;
|
|
56
|
+
_readonly?: undefined;
|
|
57
|
+
id?: undefined;
|
|
58
|
+
placeholder?: undefined;
|
|
59
|
+
_disabled?: undefined;
|
|
60
|
+
})[];
|
|
61
|
+
data: {
|
|
62
|
+
name: string;
|
|
63
|
+
iconRight: string;
|
|
64
|
+
};
|
|
65
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
66
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
schema: ({
|
|
4
|
+
$formkit: string;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
label: string;
|
|
8
|
+
help: string;
|
|
9
|
+
validation: string;
|
|
10
|
+
rows?: undefined;
|
|
11
|
+
placeholder?: undefined;
|
|
12
|
+
style?: undefined;
|
|
13
|
+
class?: undefined;
|
|
14
|
+
_readonly?: undefined;
|
|
15
|
+
} | {
|
|
16
|
+
$formkit: string;
|
|
17
|
+
name: string;
|
|
18
|
+
label: string;
|
|
19
|
+
rows: number;
|
|
20
|
+
id?: undefined;
|
|
21
|
+
help?: undefined;
|
|
22
|
+
validation?: undefined;
|
|
23
|
+
placeholder?: undefined;
|
|
24
|
+
style?: undefined;
|
|
25
|
+
class?: undefined;
|
|
26
|
+
_readonly?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
$formkit: string;
|
|
29
|
+
name: string;
|
|
30
|
+
placeholder: string;
|
|
31
|
+
style: string;
|
|
32
|
+
class: string;
|
|
33
|
+
id?: undefined;
|
|
34
|
+
label?: undefined;
|
|
35
|
+
help?: undefined;
|
|
36
|
+
validation?: undefined;
|
|
37
|
+
rows?: undefined;
|
|
38
|
+
_readonly?: undefined;
|
|
39
|
+
} | {
|
|
40
|
+
$formkit: string;
|
|
41
|
+
name: string;
|
|
42
|
+
placeholder: string;
|
|
43
|
+
_readonly: boolean;
|
|
44
|
+
id?: undefined;
|
|
45
|
+
label?: undefined;
|
|
46
|
+
help?: undefined;
|
|
47
|
+
validation?: undefined;
|
|
48
|
+
rows?: undefined;
|
|
49
|
+
style?: undefined;
|
|
50
|
+
class?: undefined;
|
|
51
|
+
})[];
|
|
52
|
+
data: {};
|
|
53
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
54
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
primeAttributes: string;
|
|
3
|
+
schema: {
|
|
4
|
+
$formkit: string;
|
|
5
|
+
name: string;
|
|
6
|
+
label: string;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
}[];
|
|
9
|
+
data: {};
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
11
|
+
export default _sfc_main;
|