@stlhorizon/vue-ui 3.5.1 → 3.5.3

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,8 +3,8 @@ declare const _default: import("vue").DefineComponent<{}, {
3
3
  $props: Partial<typeof props>;
4
4
  data: unknown[];
5
5
  padding: Record<string, any>;
6
- width: number;
7
6
  height: number;
7
+ width: number;
8
8
  labels: unknown[];
9
9
  colors: unknown[];
10
10
  showGrid: boolean;
@@ -23,8 +23,8 @@ declare const emit: (event: "bar-click" | "bar-hover", ...args: any[]) => void;
23
23
  declare const props: {
24
24
  readonly data: unknown[];
25
25
  readonly padding: Record<string, any>;
26
- readonly width: number;
27
26
  readonly height: number;
27
+ readonly width: number;
28
28
  readonly labels: unknown[];
29
29
  readonly colors: unknown[];
30
30
  readonly showGrid: boolean;
@@ -8,11 +8,11 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
8
8
  $props: Partial<typeof props>;
9
9
  variant: string;
10
10
  padding: string;
11
+ searchQuery: string;
11
12
  showDateFilter: boolean;
12
13
  showExport: boolean;
13
14
  dateFrom: string;
14
15
  dateTo: string;
15
- searchQuery: string;
16
16
  searchPlaceholder: string;
17
17
  selectedStatus: string;
18
18
  statusOptions: unknown[];
@@ -37,11 +37,11 @@ declare const emit: (event: "add" | "update:dateFrom" | "update:dateTo" | "expor
37
37
  declare const props: {
38
38
  readonly variant: string;
39
39
  readonly padding: string;
40
+ readonly searchQuery: string;
40
41
  readonly showDateFilter: boolean;
41
42
  readonly showExport: boolean;
42
43
  readonly dateFrom: string;
43
44
  readonly dateTo: string;
44
- readonly searchQuery: string;
45
45
  readonly searchPlaceholder: string;
46
46
  readonly selectedStatus: string;
47
47
  readonly statusOptions: unknown[];
@@ -3,9 +3,9 @@ declare const _default: import("vue").DefineComponent<{}, {
3
3
  $props: Partial<typeof props>;
4
4
  data: unknown[];
5
5
  padding: Record<string, any>;
6
+ height: number;
6
7
  width: string | number;
7
8
  strokeWidth: number;
8
- height: number;
9
9
  labels: unknown[];
10
10
  showGrid: boolean;
11
11
  showXAxis: boolean;
@@ -31,9 +31,9 @@ declare const emit: (event: "point-click" | "point-hover", ...args: any[]) => vo
31
31
  declare const props: {
32
32
  readonly data: unknown[];
33
33
  readonly padding: Record<string, any>;
34
+ readonly height: number;
34
35
  readonly width: string | number;
35
36
  readonly strokeWidth: number;
36
- readonly height: number;
37
37
  readonly labels: unknown[];
38
38
  readonly showGrid: boolean;
39
39
  readonly showXAxis: boolean;
@@ -9,11 +9,11 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
9
9
  size: string;
10
10
  variant: string;
11
11
  disabled: boolean;
12
+ block: boolean;
12
13
  underline: string;
13
14
  external: boolean;
14
15
  iconPosition: string;
15
16
  showExternalIcon: boolean;
16
- block: boolean;
17
17
  icon?: string;
18
18
  target?: string;
19
19
  to?: string | Record<string, any>;
@@ -28,11 +28,11 @@ declare const props: {
28
28
  readonly size: string;
29
29
  readonly variant: string;
30
30
  readonly disabled: boolean;
31
+ readonly block: boolean;
31
32
  readonly underline: string;
32
33
  readonly external: boolean;
33
34
  readonly iconPosition: string;
34
35
  readonly showExternalIcon: boolean;
35
- readonly block: boolean;
36
36
  readonly icon?: string;
37
37
  readonly target?: string;
38
38
  readonly to?: string | Record<string, any>;
@@ -8,6 +8,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
8
8
  $props: Partial<typeof props>;
9
9
  size: string;
10
10
  modelValue: boolean;
11
+ height: string;
11
12
  showClose: boolean;
12
13
  closeOnBackdrop: boolean;
13
14
  resizable: boolean;
@@ -19,6 +20,7 @@ declare const emit: (event: "update:modelValue" | "close", ...args: any[]) => vo
19
20
  declare const props: {
20
21
  readonly size: string;
21
22
  readonly modelValue: boolean;
23
+ readonly height: string;
22
24
  readonly showClose: boolean;
23
25
  readonly closeOnBackdrop: boolean;
24
26
  readonly resizable: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal.vue"],"names":[],"mappings":"wBA0WqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;2OAGrC;;;;AArLH,mFAAwD;AArBxD;;;;;;EAmBE"}
1
+ {"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal.vue"],"names":[],"mappings":"wBAsZqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAGrC;;;;AArLH,mFAAwD;AA1BxD;;;;;;;EAwBE"}
@@ -7,6 +7,7 @@ declare const _default: import("vue").DefineComponent<{}, {
7
7
  entityName: string;
8
8
  fields: unknown[];
9
9
  modalSize: string;
10
+ modalHeight: string;
10
11
  modalResizable: boolean;
11
12
  initialData?: Record<string, any>;
12
13
  customValidation?: Function;
@@ -20,6 +21,7 @@ declare const props: {
20
21
  readonly entityName: string;
21
22
  readonly fields: unknown[];
22
23
  readonly modalSize: string;
24
+ readonly modalHeight: string;
23
25
  readonly modalResizable: boolean;
24
26
  readonly initialData?: Record<string, any>;
25
27
  readonly customValidation?: Function;
@@ -1 +1 @@
1
- {"version":3,"file":"ReusableFormModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ReusableFormModal.vue"],"names":[],"mappings":";WA+5DkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;;;AA1mCxC,8FAAkE;AA1ElE;;;;;;;;;;EAwEE"}
1
+ {"version":3,"file":"ReusableFormModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ReusableFormModal.vue"],"names":[],"mappings":";WAs4DkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;;;;AArlCxC,8FAAkE;AA/ElE;;;;;;;;;;;EA6EE"}
@@ -4,25 +4,31 @@ type __VLS_WithSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: typeof __VLS_emit;
7
+ $emit: typeof emit;
8
8
  $props: Partial<typeof props>;
9
9
  required: boolean;
10
10
  disabled: boolean;
11
11
  modelValue: string | number | boolean;
12
+ hasError: boolean;
13
+ options: unknown[];
12
14
  name?: string;
13
15
  class?: string;
16
+ placeholder?: string;
14
17
  id?: string;
15
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
19
  type __VLS_Slots = {
17
20
  default?: (props: {}) => any;
18
21
  };
19
- declare const __VLS_emit: (event: "update:modelValue", ...args: any[]) => void;
22
+ declare const emit: (event: "update:modelValue", ...args: any[]) => void;
20
23
  declare const props: {
21
24
  readonly required: boolean;
22
25
  readonly disabled: boolean;
23
26
  readonly modelValue: string | number | boolean;
27
+ readonly hasError: boolean;
28
+ readonly options: unknown[];
24
29
  readonly name?: string;
25
30
  readonly class?: string;
31
+ readonly placeholder?: string;
26
32
  readonly id?: string;
27
33
  };
28
34
  //# sourceMappingURL=Select.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select.vue"],"names":[],"mappings":"wBA8KqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,UAAU;YADhB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAGrC;;;;AA7EH,+EAAqD;AAxBrD;;;;;;;EAsBE"}
1
+ {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select.vue"],"names":[],"mappings":"wBA2lBqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;2OAGrC;;;;AA9VH,yEAA+C;AApC/C;;;;;;;;;;EAkCE"}
@@ -8,10 +8,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
8
8
  variant: string;
9
9
  color: string;
10
10
  required: boolean;
11
+ truncate: boolean;
11
12
  align: string;
12
13
  italic: boolean;
13
14
  underline: boolean;
14
- truncate: boolean;
15
15
  noWrap: boolean;
16
16
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
17
  type __VLS_Slots = {
@@ -21,10 +21,10 @@ declare const props: {
21
21
  readonly variant: string;
22
22
  readonly color: string;
23
23
  readonly required: boolean;
24
+ readonly truncate: boolean;
24
25
  readonly align: string;
25
26
  readonly italic: boolean;
26
27
  readonly underline: boolean;
27
- readonly truncate: boolean;
28
28
  readonly noWrap: boolean;
29
29
  };
30
30
  //# sourceMappingURL=Typography.vue.d.ts.map