@enos5/enos-vue-default 1.7.6 → 1.8.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/README.md CHANGED
@@ -51,7 +51,7 @@ createApp(App).use(EnosVueDefault).mount('#app')
51
51
  Or import individual components:
52
52
 
53
53
  ```ts
54
- import { Button, TextInput } from '@enos5/enos-vue-default'
54
+ import { Button, ColorPicker, TextInput } from '@enos5/enos-vue-default'
55
55
  ```
56
56
 
57
57
  Styles are loaded automatically when you import the package entrypoint, so consumers do not have to remember a separate CSS import.
@@ -0,0 +1,41 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ modelValue: {
5
+ type: (StringConstructor | null)[];
6
+ default: string;
7
+ };
8
+ disabled: {
9
+ type: BooleanConstructor;
10
+ default: boolean;
11
+ };
12
+ disabledClass: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ }>, {
17
+ focus: () => any;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ "update:modelValue": (...args: any[]) => void;
20
+ blur: (...args: any[]) => void;
21
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
+ modelValue: {
23
+ type: (StringConstructor | null)[];
24
+ default: string;
25
+ };
26
+ disabled: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ disabledClass: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ }>> & Readonly<{
35
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
36
+ onBlur?: ((...args: any[]) => any) | undefined;
37
+ }>, {
38
+ disabled: boolean;
39
+ modelValue: string | null;
40
+ disabledClass: string;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
package/dist/exports.d.ts CHANGED
@@ -8,6 +8,7 @@ export { default as CardTabs } from './components/CardTabs.vue';
8
8
  export { default as Checkbox } from './components/Checkbox.vue';
9
9
  export { default as CheckboxInput } from './components/CheckboxInput.vue';
10
10
  export { default as CheckboxMultipleInput } from './components/CheckboxMultipleInput.vue';
11
+ export { default as ColorPicker } from './components/ColorPicker.vue';
11
12
  export { default as ConfirmationModal } from './components/ConfirmationModal.vue';
12
13
  export { default as CustomSelect } from './components/CustomSelect.vue';
13
14
  export { default as DateInput } from './components/DateInput.vue';
@@ -8,6 +8,7 @@ export { default as CardTabs } from "./components/CardTabs.vue";
8
8
  export { default as Checkbox } from "./components/Checkbox.vue";
9
9
  export { default as CheckboxInput } from "./components/CheckboxInput.vue";
10
10
  export { default as CheckboxMultipleInput } from "./components/CheckboxMultipleInput.vue";
11
+ export { default as ColorPicker } from "./components/ColorPicker.vue";
11
12
  export { default as ConfirmationModal } from "./components/ConfirmationModal.vue";
12
13
  export { default as CustomSelect } from "./components/CustomSelect.vue";
13
14
  export { default as DateInput } from "./components/DateInput.vue";
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import './styles.css';
2
- import { _, a, b, c, d, e, f, g, h, i, j, k, D, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, S, C, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1, a2 } from "./plugin-BBFChsPh.js";
2
+ import { _, a, b, c, d, e, f, g, h, i, j, k, l, D, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, S, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1, a2, a3 } from "./plugin-ODQo1Iv8.js";
3
3
  export {
4
4
  _ as ActionCard,
5
5
  a as ActionMessage,
@@ -11,52 +11,53 @@ export {
11
11
  g as Checkbox,
12
12
  h as CheckboxInput,
13
13
  i as CheckboxMultipleInput,
14
- j as ConfirmationModal,
15
- k as CustomSelect,
14
+ j as ColorPicker,
15
+ k as ConfirmationModal,
16
+ l as CustomSelect,
16
17
  D as DateInput,
17
- l as DateRangeInput,
18
- m as DialogModal,
19
- n as Divider,
20
- o as Dropdown,
21
- p as DropdownLink,
22
- q as EnosVueDefault,
23
- r as FormSection,
24
- s as ImageInput,
25
- t as InputError,
26
- u as InputGroup,
27
- v as InputLabel,
28
- w as LinkButton,
29
- x as Modal,
30
- y as NotationInput,
31
- z as RadioInput,
32
- A as RadioMultipleInput,
33
- B as SectionBorder,
18
+ m as DateRangeInput,
19
+ n as DialogModal,
20
+ o as Divider,
21
+ p as Dropdown,
22
+ q as DropdownLink,
23
+ r as EnosVueDefault,
24
+ s as FormSection,
25
+ t as ImageInput,
26
+ u as InputError,
27
+ v as InputGroup,
28
+ w as InputLabel,
29
+ x as LinkButton,
30
+ y as Modal,
31
+ z as NotationInput,
32
+ A as RadioInput,
33
+ B as RadioMultipleInput,
34
+ C as SectionBorder,
34
35
  S as SectionTitle,
35
- C as SelectInput,
36
- E as Sidebar,
37
- F as SidebarContent,
38
- G as SidebarFooter,
39
- H as SidebarGroup,
40
- I as SidebarGroupContent,
41
- J as SidebarGroupLabel,
42
- K as SidebarHeader,
43
- L as SidebarInset,
44
- M as SidebarMenu,
45
- N as SidebarMenuButton,
46
- O as SidebarMenuItem,
47
- P as SidebarProvider,
48
- Q as SidebarTrigger,
49
- R as SortControls,
50
- T as TableList,
51
- U as TableListForm,
52
- V as TableSearch,
53
- W as TextArea,
54
- X as TextInput,
55
- Y as ThSortable,
56
- Z as TinyEditor,
57
- $ as Toast,
58
- a0 as ToastContainer,
59
- a1 as ToggleInput,
60
- a2 as useSidebar
36
+ E as SelectInput,
37
+ F as Sidebar,
38
+ G as SidebarContent,
39
+ H as SidebarFooter,
40
+ I as SidebarGroup,
41
+ J as SidebarGroupContent,
42
+ K as SidebarGroupLabel,
43
+ L as SidebarHeader,
44
+ M as SidebarInset,
45
+ N as SidebarMenu,
46
+ O as SidebarMenuButton,
47
+ P as SidebarMenuItem,
48
+ Q as SidebarProvider,
49
+ R as SidebarTrigger,
50
+ T as SortControls,
51
+ U as TableList,
52
+ V as TableListForm,
53
+ W as TableSearch,
54
+ X as TextArea,
55
+ Y as TextInput,
56
+ Z as ThSortable,
57
+ $ as TinyEditor,
58
+ a0 as Toast,
59
+ a1 as ToastContainer,
60
+ a2 as ToggleInput,
61
+ a3 as useSidebar
61
62
  };
62
63
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import { _, a, b, c, d, e, f, g, h, i, j, k, D, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, S, C, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1, a2 } from "./plugin-BBFChsPh.js";
1
+ import { _, a, b, c, d, e, f, g, h, i, j, k, l, D, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, S, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V, W, X, Y, Z, $, a0, a1, a2, a3 } from "./plugin-ODQo1Iv8.js";
2
2
  export {
3
3
  _ as ActionCard,
4
4
  a as ActionMessage,
@@ -10,52 +10,53 @@ export {
10
10
  g as Checkbox,
11
11
  h as CheckboxInput,
12
12
  i as CheckboxMultipleInput,
13
- j as ConfirmationModal,
14
- k as CustomSelect,
13
+ j as ColorPicker,
14
+ k as ConfirmationModal,
15
+ l as CustomSelect,
15
16
  D as DateInput,
16
- l as DateRangeInput,
17
- m as DialogModal,
18
- n as Divider,
19
- o as Dropdown,
20
- p as DropdownLink,
21
- q as EnosVueDefault,
22
- r as FormSection,
23
- s as ImageInput,
24
- t as InputError,
25
- u as InputGroup,
26
- v as InputLabel,
27
- w as LinkButton,
28
- x as Modal,
29
- y as NotationInput,
30
- z as RadioInput,
31
- A as RadioMultipleInput,
32
- B as SectionBorder,
17
+ m as DateRangeInput,
18
+ n as DialogModal,
19
+ o as Divider,
20
+ p as Dropdown,
21
+ q as DropdownLink,
22
+ r as EnosVueDefault,
23
+ s as FormSection,
24
+ t as ImageInput,
25
+ u as InputError,
26
+ v as InputGroup,
27
+ w as InputLabel,
28
+ x as LinkButton,
29
+ y as Modal,
30
+ z as NotationInput,
31
+ A as RadioInput,
32
+ B as RadioMultipleInput,
33
+ C as SectionBorder,
33
34
  S as SectionTitle,
34
- C as SelectInput,
35
- E as Sidebar,
36
- F as SidebarContent,
37
- G as SidebarFooter,
38
- H as SidebarGroup,
39
- I as SidebarGroupContent,
40
- J as SidebarGroupLabel,
41
- K as SidebarHeader,
42
- L as SidebarInset,
43
- M as SidebarMenu,
44
- N as SidebarMenuButton,
45
- O as SidebarMenuItem,
46
- P as SidebarProvider,
47
- Q as SidebarTrigger,
48
- R as SortControls,
49
- T as TableList,
50
- U as TableListForm,
51
- V as TableSearch,
52
- W as TextArea,
53
- X as TextInput,
54
- Y as ThSortable,
55
- Z as TinyEditor,
56
- $ as Toast,
57
- a0 as ToastContainer,
58
- a1 as ToggleInput,
59
- a2 as useSidebar
35
+ E as SelectInput,
36
+ F as Sidebar,
37
+ G as SidebarContent,
38
+ H as SidebarFooter,
39
+ I as SidebarGroup,
40
+ J as SidebarGroupContent,
41
+ K as SidebarGroupLabel,
42
+ L as SidebarHeader,
43
+ M as SidebarInset,
44
+ N as SidebarMenu,
45
+ O as SidebarMenuButton,
46
+ P as SidebarMenuItem,
47
+ Q as SidebarProvider,
48
+ R as SidebarTrigger,
49
+ T as SortControls,
50
+ U as TableList,
51
+ V as TableListForm,
52
+ W as TableSearch,
53
+ X as TextArea,
54
+ Y as TextInput,
55
+ Z as ThSortable,
56
+ $ as TinyEditor,
57
+ a0 as Toast,
58
+ a1 as ToastContainer,
59
+ a2 as ToggleInput,
60
+ a3 as useSidebar
60
61
  };
61
62
  //# sourceMappingURL=index.node.js.map