@signal24/vue-foundation 4.12.2 → 4.13.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.
@@ -0,0 +1 @@
1
+ .yarn/
Binary file
@@ -2,20 +2,18 @@ type GenericObject = {
2
2
  [key: string]: any;
3
3
  };
4
4
  declare const _default: import("vue").DefineComponent<{}, {
5
- props: Readonly<import("@vue/shared").LooseRequired<{
5
+ props: import("vue").DefineProps<import("@vue/shared").LooseRequired<{
6
6
  modelValue: any;
7
7
  loadFn: () => Promise<GenericObject[]>;
8
8
  nullText?: string | undefined;
9
9
  loadingText?: string | undefined;
10
10
  displayKey?: string | undefined;
11
11
  preprocesor?: ((option: GenericObject) => string) | undefined;
12
- }>> & {
13
- readonly modelValue: boolean;
14
- };
12
+ }>, "modelValue">;
15
13
  options: import("vue").Ref<GenericObject[] | null>;
16
14
  renderOptions: import("vue").ComputedRef<any[] | null>;
17
15
  selectedItem: import("vue").Ref<GenericObject | null>;
18
16
  }, {}, {}, {
19
17
  load(): Promise<void>;
20
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
18
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
21
19
  export default _default;
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
6
6
  message: string | Error;
7
7
  shouldConfirm?: boolean | undefined;
8
8
  callback: (ok: boolean) => void;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
10
  isBare?: boolean | undefined;
11
11
  isHtml?: boolean | undefined;
12
12
  classes?: string[] | undefined;
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
6
6
  formatter?: ((value: any) => string) | undefined;
7
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  "update:modelValue": (value: string | null) => void;
9
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
10
  modelValue: string | null | undefined;
11
11
  nullTitle?: string | undefined;
12
12
  placeholder?: string | undefined;
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  unhide: typeof unhide;
16
16
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
17
  formSubmit: (...args: any[]) => void;
18
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
18
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
19
19
  id?: string | undefined;
20
20
  closeOnMaskClick?: boolean | undefined;
21
21
  scrolls?: boolean | undefined;
@@ -2,7 +2,7 @@ import type { OverlayAnchorOptions } from './overlay-types';
2
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  overlayId: string;
4
4
  anchor: OverlayAnchorOptions;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
6
  overlayId: string;
7
7
  anchor: OverlayAnchorOptions;
8
8
  }>>>, {}, {}>, {
@@ -14,7 +14,7 @@ export interface OverlayInjection<C extends OverlayComponent> {
14
14
  }
15
15
  export declare const OverlayContainer: import("vue").DefineComponent<{}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
16
  [key: string]: any;
17
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
17
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
18
18
  export type Vue__ComponentPublicInstanceConstructor<T extends ComponentPublicInstance<Props, RawBindings, D, C, M> = ComponentPublicInstance<any>, Props = any, RawBindings = any, D = any, C extends ComputedOptions = ComputedOptions, M extends MethodOptions = MethodOptions> = {
19
19
  __isFragment?: never;
20
20
  __isTeleport?: never;
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
84
84
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
85
85
  optionsLoaded: (options: any[]) => void;
86
86
  'update:modelValue': (value: any) => void;
87
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
87
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
88
88
  modelValue: {
89
89
  type: PropType<any>;
90
90
  default: null;
@@ -7,7 +7,7 @@ export interface IToastOptions {
7
7
  }
8
8
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IToastOptions & {
9
9
  callback: () => void;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IToastOptions & {
10
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IToastOptions & {
11
11
  callback: () => void;
12
12
  }>>>, {}, {}>;
13
13
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@signal24/vue-foundation",
3
3
  "type": "module",
4
- "version": "4.12.2",
4
+ "version": "4.13.0",
5
5
  "description": "Common components, directives, and helpers for Vue 3 apps",
6
6
  "module": "./dist/vue-foundation.es.js",
7
7
  "exports": {
@@ -38,9 +38,9 @@
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@signal24/openapi-client-codegen": "^1.1.0",
41
- "date-fns": "^2.30.0",
41
+ "date-fns": "^3.0.6",
42
42
  "lodash": "^4.17.21",
43
- "vue": "^3.3.7"
43
+ "vue": "^3.4.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@nabla/vite-plugin-eslint": "^2.0.2",
@@ -72,7 +72,7 @@
72
72
  "typescript": "~5.3.3",
73
73
  "vite": "^5.0.10",
74
74
  "vitest": "^1.1.0",
75
- "vue": "^3.3.13",
75
+ "vue": "^3.4.0",
76
76
  "vue-tsc": "^1.8.27"
77
77
  },
78
78
  "packageManager": "yarn@4.0.2"