@dpa-id-components/dpa-shared-components 5.0.3 → 5.1.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.
@@ -30,6 +30,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
30
30
  required: false;
31
31
  default: null;
32
32
  };
33
+ partnerText: {
34
+ type: __PropType<string | null | undefined>;
35
+ required: false;
36
+ default: null;
37
+ };
33
38
  truncateTitle: {
34
39
  type: __PropType<boolean | undefined>;
35
40
  required: false;
@@ -80,6 +85,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
80
85
  required: false;
81
86
  default: null;
82
87
  };
88
+ partnerText: {
89
+ type: __PropType<string | null | undefined>;
90
+ required: false;
91
+ default: null;
92
+ };
83
93
  truncateTitle: {
84
94
  type: __PropType<boolean | undefined>;
85
95
  required: false;
@@ -103,6 +113,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
103
113
  dateDetail: string | undefined;
104
114
  location: string | null | undefined;
105
115
  comments: string | null | undefined;
116
+ partnerText: string | null | undefined;
106
117
  truncateTitle: boolean | undefined;
107
118
  topEntry: boolean | undefined;
108
119
  description: string | undefined;
@@ -30,6 +30,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
30
30
  required: false;
31
31
  default: null;
32
32
  };
33
+ partnerText: {
34
+ type: __PropType<string | null | undefined>;
35
+ required: false;
36
+ default: null;
37
+ };
33
38
  topEntry: {
34
39
  type: __PropType<boolean | undefined>;
35
40
  required: false;
@@ -71,6 +76,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
71
76
  required: false;
72
77
  default: null;
73
78
  };
79
+ partnerText: {
80
+ type: __PropType<string | null | undefined>;
81
+ required: false;
82
+ default: null;
83
+ };
74
84
  topEntry: {
75
85
  type: __PropType<boolean | undefined>;
76
86
  required: false;
@@ -85,6 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
85
95
  dateDetail: string | undefined;
86
96
  location: string | null | undefined;
87
97
  comments: string | null | undefined;
98
+ partnerText: string | null | undefined;
88
99
  topEntry: boolean | undefined;
89
100
  description: string | undefined;
90
101
  }, {}>;
@@ -130,7 +130,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
130
130
  default: boolean;
131
131
  };
132
132
  customFormatCallback: {
133
- type: __PropType<((value: Date | [Date, Date]) => string) | undefined>;
133
+ type: __PropType<any>;
134
134
  required: false;
135
135
  default: () => null;
136
136
  };
@@ -269,7 +269,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
269
269
  default: boolean;
270
270
  };
271
271
  customFormatCallback: {
272
- type: __PropType<((value: Date | [Date, Date]) => string) | undefined>;
272
+ type: __PropType<any>;
273
273
  required: false;
274
274
  default: () => null;
275
275
  };
@@ -314,7 +314,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
314
314
  activeState: boolean | undefined;
315
315
  disabledState: boolean | undefined;
316
316
  monthPicker: boolean | undefined;
317
- customFormatCallback: ((value: Date | [Date, Date]) => string) | undefined;
317
+ customFormatCallback: any;
318
318
  inputLabel: string | undefined;
319
319
  iconLeft: string | null | undefined;
320
320
  }, {}>;
@@ -82,9 +82,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
82
82
  default: string;
83
83
  };
84
84
  selectedDate: {
85
- type: __PropType<Date | [Date, Date] | null | undefined>;
85
+ type: __PropType<string | Date | [Date, Date] | undefined>;
86
86
  required: false;
87
- default: null;
87
+ default: string;
88
88
  };
89
89
  autoPosition: {
90
90
  type: __PropType<boolean | undefined>;
@@ -203,9 +203,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
203
203
  default: string;
204
204
  };
205
205
  selectedDate: {
206
- type: __PropType<Date | [Date, Date] | null | undefined>;
206
+ type: __PropType<string | Date | [Date, Date] | undefined>;
207
207
  required: false;
208
- default: null;
208
+ default: string;
209
209
  };
210
210
  autoPosition: {
211
211
  type: __PropType<boolean | undefined>;
@@ -261,13 +261,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
261
261
  placeholderText: string | undefined;
262
262
  quickFilterRanges: PresetRange[] | null | undefined;
263
263
  quickFilterHeadline: string | undefined;
264
- overlayHeadline: string | undefined;
265
- selectedDate: Date | [Date, Date] | null | undefined;
264
+ selectedDate: string | Date | [Date, Date] | undefined;
266
265
  autoPosition: boolean | undefined;
267
266
  leftSidebar: boolean | undefined;
268
267
  cancel: string | undefined;
269
268
  submit: string | undefined;
270
- hasHeader: boolean | undefined;
271
269
  firstAvailableDate: number | undefined;
272
270
  maxDate: Date | undefined;
273
271
  autoRange: number | null;
@@ -275,5 +273,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
275
273
  independentMultiCalendars: boolean | undefined;
276
274
  inputLabel: string | undefined;
277
275
  mobileOverlayHeadline: string | undefined;
278
- }>;
276
+ overlayHeadline: string | undefined;
277
+ hasHeader: boolean | undefined;
278
+ }, {}>;
279
279
  export default _sfc_main;
@@ -40,6 +40,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
40
40
  required: false;
41
41
  default: boolean;
42
42
  };
43
+ closeOnClickOutside: {
44
+ type: __PropType<boolean | undefined>;
45
+ required: false;
46
+ default: boolean;
47
+ };
43
48
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
49
  scrollable: {
45
50
  type: __PropType<boolean | undefined>;
@@ -81,6 +86,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
81
86
  required: false;
82
87
  default: boolean;
83
88
  };
89
+ closeOnClickOutside: {
90
+ type: __PropType<boolean | undefined>;
91
+ required: false;
92
+ default: boolean;
93
+ };
84
94
  }>> & {
85
95
  onClose?: ((...args: any[]) => any) | undefined;
86
96
  }, {
@@ -92,5 +102,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
92
102
  hasPaddingX: boolean | undefined;
93
103
  headerClasses: string | undefined;
94
104
  hasCloseButton: boolean | undefined;
105
+ closeOnClickOutside: boolean | undefined;
95
106
  }, {}>;
96
107
  export default _sfc_main;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -1,52 +1 @@
1
- import type { AllowedComponentProps } from 'vue';
2
- import type { ComponentCustomProps } from 'vue';
3
- import type { ComponentOptionsMixin } from 'vue';
4
- import type { DefineComponent } from 'vue';
5
- import type { ExtractPropTypes } from 'vue';
6
- import type { VNodeProps } from 'vue';
7
-
8
- export declare const UiAutocomplete: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
9
-
10
- export declare const UiBadge: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
11
-
12
- export declare const UiButton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
13
-
14
- export declare const UiCard: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
15
-
16
- export declare const UiCheckbox: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
17
-
18
- export declare const UiChip: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
19
-
20
- export declare const UiDialog: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
21
-
22
- export declare const UiFilterBadge: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
23
-
24
- export declare const UiFilterButton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
25
-
26
- export declare const UiIcon: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
27
-
28
- export declare const UiIconButton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
29
-
30
- export declare const UiInfoContent: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
31
-
32
- export declare const UiInput: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
33
-
34
- export declare const UiList: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
35
-
36
- export declare const UiListItem: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
37
-
38
- export declare const UiOverlay: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
39
-
40
- export declare const UiOverlayMenu: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
41
-
42
- export declare const UiSearchInput: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
43
-
44
- export declare const UiSection: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
45
-
46
- export declare const UiSkeletonBox: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
47
-
48
- export declare const UiSpinner: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
49
-
50
- export declare const UiToggleButton: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
51
-
52
- export { }
1
+ export * from './index'