@velkymx/vibeui 0.4.0 → 0.4.2

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.
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  modelValue: {
4
4
  type: (BooleanConstructor | ArrayConstructor)[];
5
5
  default: boolean;
6
+ validator: (value: any) => boolean;
6
7
  };
7
8
  id: {
8
9
  type: StringConstructor;
@@ -62,6 +63,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
62
63
  modelValue: {
63
64
  type: (BooleanConstructor | ArrayConstructor)[];
64
65
  default: boolean;
66
+ validator: (value: any) => boolean;
65
67
  };
66
68
  id: {
67
69
  type: StringConstructor;
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  modelValue: {
4
4
  type: StringConstructor;
5
5
  default: string;
6
+ validator: (value: any) => boolean;
6
7
  };
7
8
  id: {
8
9
  type: StringConstructor;
@@ -71,6 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
72
  modelValue: {
72
73
  type: StringConstructor;
73
74
  default: string;
75
+ validator: (value: any) => boolean;
74
76
  };
75
77
  id: {
76
78
  type: StringConstructor;
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  modelValue: {
4
4
  type: (StringConstructor | NumberConstructor)[];
5
5
  default: string;
6
+ validator: (value: any) => boolean;
6
7
  };
7
8
  type: {
8
9
  type: () => InputType;
@@ -71,6 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
72
  modelValue: {
72
73
  type: (StringConstructor | NumberConstructor)[];
73
74
  default: string;
75
+ validator: (value: any) => boolean;
74
76
  };
75
77
  type: {
76
78
  type: () => InputType;
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  modelValue: {
4
4
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
5
5
  default: undefined;
6
+ validator: (value: any) => boolean;
6
7
  };
7
8
  id: {
8
9
  type: StringConstructor;
@@ -62,6 +63,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
62
63
  modelValue: {
63
64
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
64
65
  default: undefined;
66
+ validator: (value: any) => boolean;
65
67
  };
66
68
  id: {
67
69
  type: StringConstructor;
@@ -12,6 +12,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
12
12
  modelValue: {
13
13
  type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
14
14
  default: string;
15
+ validator: (value: any) => boolean;
15
16
  };
16
17
  id: {
17
18
  type: StringConstructor;
@@ -79,6 +80,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
79
80
  modelValue: {
80
81
  type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
81
82
  default: string;
83
+ validator: (value: any) => boolean;
82
84
  };
83
85
  id: {
84
86
  type: StringConstructor;
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  modelValue: {
4
4
  type: NumberConstructor;
5
5
  default: number;
6
+ validator: (value: any) => boolean;
6
7
  };
7
8
  id: {
8
9
  type: StringConstructor;
@@ -81,6 +82,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
81
82
  modelValue: {
82
83
  type: NumberConstructor;
83
84
  default: number;
85
+ validator: (value: any) => boolean;
84
86
  };
85
87
  id: {
86
88
  type: StringConstructor;
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  modelValue: {
4
4
  type: BooleanConstructor;
5
5
  default: boolean;
6
+ validator: (value: any) => boolean;
6
7
  };
7
8
  id: {
8
9
  type: StringConstructor;
@@ -50,6 +51,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
50
51
  modelValue: {
51
52
  type: BooleanConstructor;
52
53
  default: boolean;
54
+ validator: (value: any) => boolean;
53
55
  };
54
56
  id: {
55
57
  type: StringConstructor;
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  modelValue: {
4
4
  type: StringConstructor;
5
5
  default: string;
6
+ validator: (value: any) => boolean;
6
7
  };
7
8
  id: {
8
9
  type: StringConstructor;
@@ -75,6 +76,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
75
76
  modelValue: {
76
77
  type: StringConstructor;
77
78
  default: string;
79
+ validator: (value: any) => boolean;
78
80
  };
79
81
  id: {
80
82
  type: StringConstructor;
@@ -3,6 +3,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  modelValue: {
4
4
  type: StringConstructor;
5
5
  default: string;
6
+ validator: (value: any) => boolean;
6
7
  };
7
8
  id: {
8
9
  type: StringConstructor;
@@ -71,6 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
71
72
  modelValue: {
72
73
  type: StringConstructor;
73
74
  default: string;
75
+ validator: (value: any) => boolean;
74
76
  };
75
77
  id: {
76
78
  type: StringConstructor;
package/dist/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
+ import { default as VibeUIPlugin } from './components';
1
2
  export * from './components';
2
3
  export * from './types';
3
4
  export * from './composables/useFormValidation';
5
+ export default VibeUIPlugin;
@@ -1,2 +1,6 @@
1
1
  export * from '../index'
2
2
  export {}
3
+ import VibeUI from '../index'
4
+ export default VibeUI
5
+ export * from '../index'
6
+ export {}
package/dist/vibeui.css CHANGED
@@ -1 +1 @@
1
- .vibe-datatable[data-v-48221c7b]{width:100%}.datatable-info[data-v-48221c7b]{padding:.5rem 0;color:#6c757d}.input-group-vertical[data-v-e706d3dc]{flex-direction:column}.input-group-vertical[data-v-e706d3dc]>*{width:100%}.vibe-wysiwyg-container[data-v-2eb8f4ff]{border:1px solid #ced4da;border-radius:.375rem}.vibe-wysiwyg-container.is-valid[data-v-2eb8f4ff]{border-color:#198754}.vibe-wysiwyg-container.is-invalid[data-v-2eb8f4ff]{border-color:#dc3545}.vibe-wysiwyg-container.disabled[data-v-2eb8f4ff]{background-color:#e9ecef;opacity:.6;cursor:not-allowed}.vibe-wysiwyg-container[data-v-2eb8f4ff] .ql-container{border:none;font-size:1rem}.vibe-wysiwyg-container[data-v-2eb8f4ff] .ql-toolbar{border:none;border-bottom:1px solid #ced4da;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.vibe-wysiwyg-container[data-v-2eb8f4ff] .ql-editor{min-height:150px}
1
+ .vibe-datatable[data-v-48221c7b]{width:100%}.datatable-info[data-v-48221c7b]{padding:.5rem 0;color:#6c757d}.input-group-vertical[data-v-f7aee3b4]{flex-direction:column}.input-group-vertical[data-v-f7aee3b4]>*{width:100%}.vibe-wysiwyg-container[data-v-792a0bda]{border:1px solid #ced4da;border-radius:.375rem}.vibe-wysiwyg-container.is-valid[data-v-792a0bda]{border-color:#198754}.vibe-wysiwyg-container.is-invalid[data-v-792a0bda]{border-color:#dc3545}.vibe-wysiwyg-container.disabled[data-v-792a0bda]{background-color:#e9ecef;opacity:.6;cursor:not-allowed}.vibe-wysiwyg-container[data-v-792a0bda] .ql-container{border:none;font-size:1rem}.vibe-wysiwyg-container[data-v-792a0bda] .ql-toolbar{border:none;border-bottom:1px solid #ced4da;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.vibe-wysiwyg-container[data-v-792a0bda] .ql-editor{min-height:150px}