@dpa-id-components/dpa-shared-components 8.4.2 → 8.5.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.
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +24 -1
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +5 -0
- package/dist/components/UiInput/UiInput.stories.d.ts +11 -11
- package/dist/components/UiInput/UiInput.vue.d.ts +5 -5
- package/dist/dpa-shared-components.mjs +413 -405
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -73,6 +73,11 @@ declare const meta: {
|
|
|
73
73
|
type: import("vue").PropType<boolean>;
|
|
74
74
|
default: boolean;
|
|
75
75
|
};
|
|
76
|
+
actionAreaExtraContent: {
|
|
77
|
+
type: import("vue").PropType<string>;
|
|
78
|
+
required: true;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
76
81
|
firstAvailableDate: {
|
|
77
82
|
type: import("vue").PropType<number>;
|
|
78
83
|
default: number;
|
|
@@ -188,6 +193,11 @@ declare const meta: {
|
|
|
188
193
|
type: import("vue").PropType<boolean>;
|
|
189
194
|
default: boolean;
|
|
190
195
|
};
|
|
196
|
+
actionAreaExtraContent: {
|
|
197
|
+
type: import("vue").PropType<string>;
|
|
198
|
+
required: true;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
191
201
|
firstAvailableDate: {
|
|
192
202
|
type: import("vue").PropType<number>;
|
|
193
203
|
default: number;
|
|
@@ -252,6 +262,7 @@ declare const meta: {
|
|
|
252
262
|
autoPosition: boolean;
|
|
253
263
|
leftSidebar: boolean;
|
|
254
264
|
actionArea: boolean;
|
|
265
|
+
actionAreaExtraContent: string;
|
|
255
266
|
firstAvailableDate: number;
|
|
256
267
|
minDate: Date;
|
|
257
268
|
maxDate: Date;
|
|
@@ -348,7 +359,7 @@ declare const meta: {
|
|
|
348
359
|
submit: string;
|
|
349
360
|
inputLabel: string;
|
|
350
361
|
minDate: Date;
|
|
351
|
-
maxDate:
|
|
362
|
+
maxDate: undefined;
|
|
352
363
|
maxRange: null;
|
|
353
364
|
actionArea: false;
|
|
354
365
|
leftSidebar: false;
|
|
@@ -439,6 +450,11 @@ declare const meta: {
|
|
|
439
450
|
type: import("vue").PropType<boolean>;
|
|
440
451
|
default: boolean;
|
|
441
452
|
};
|
|
453
|
+
actionAreaExtraContent: {
|
|
454
|
+
type: import("vue").PropType<string>;
|
|
455
|
+
required: true;
|
|
456
|
+
default: string;
|
|
457
|
+
};
|
|
442
458
|
firstAvailableDate: {
|
|
443
459
|
type: import("vue").PropType<number>;
|
|
444
460
|
default: number;
|
|
@@ -554,6 +570,11 @@ declare const meta: {
|
|
|
554
570
|
type: import("vue").PropType<boolean>;
|
|
555
571
|
default: boolean;
|
|
556
572
|
};
|
|
573
|
+
actionAreaExtraContent: {
|
|
574
|
+
type: import("vue").PropType<string>;
|
|
575
|
+
required: true;
|
|
576
|
+
default: string;
|
|
577
|
+
};
|
|
557
578
|
firstAvailableDate: {
|
|
558
579
|
type: import("vue").PropType<number>;
|
|
559
580
|
default: number;
|
|
@@ -618,6 +639,7 @@ declare const meta: {
|
|
|
618
639
|
autoPosition: boolean;
|
|
619
640
|
leftSidebar: boolean;
|
|
620
641
|
actionArea: boolean;
|
|
642
|
+
actionAreaExtraContent: string;
|
|
621
643
|
firstAvailableDate: number;
|
|
622
644
|
minDate: Date;
|
|
623
645
|
maxDate: Date;
|
|
@@ -645,3 +667,4 @@ export declare const WithCustomDateFormat: Story;
|
|
|
645
667
|
export declare const WithCustomDateFormatAndInput: Story;
|
|
646
668
|
export declare const WithActionArea: Story;
|
|
647
669
|
export declare const AsInputBox: Story;
|
|
670
|
+
export declare const WithExtraFooterContent: Story;
|
|
@@ -23,6 +23,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
23
|
autoPosition?: boolean | undefined;
|
|
24
24
|
leftSidebar?: boolean | undefined;
|
|
25
25
|
actionArea?: boolean | undefined;
|
|
26
|
+
actionAreaExtraContent: string;
|
|
26
27
|
cancel?: string | undefined;
|
|
27
28
|
submit?: string | undefined;
|
|
28
29
|
firstAvailableDate?: number | undefined;
|
|
@@ -51,6 +52,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
51
52
|
autoPosition: boolean;
|
|
52
53
|
leftSidebar: boolean;
|
|
53
54
|
actionArea: boolean;
|
|
55
|
+
actionAreaExtraContent: string;
|
|
54
56
|
cancel: string;
|
|
55
57
|
submit: string;
|
|
56
58
|
firstAvailableDate: number;
|
|
@@ -85,6 +87,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
85
87
|
autoPosition?: boolean | undefined;
|
|
86
88
|
leftSidebar?: boolean | undefined;
|
|
87
89
|
actionArea?: boolean | undefined;
|
|
90
|
+
actionAreaExtraContent: string;
|
|
88
91
|
cancel?: string | undefined;
|
|
89
92
|
submit?: string | undefined;
|
|
90
93
|
firstAvailableDate?: number | undefined;
|
|
@@ -113,6 +116,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
113
116
|
autoPosition: boolean;
|
|
114
117
|
leftSidebar: boolean;
|
|
115
118
|
actionArea: boolean;
|
|
119
|
+
actionAreaExtraContent: string;
|
|
116
120
|
cancel: string;
|
|
117
121
|
submit: string;
|
|
118
122
|
firstAvailableDate: number;
|
|
@@ -150,6 +154,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
150
154
|
autoPosition: boolean;
|
|
151
155
|
leftSidebar: boolean;
|
|
152
156
|
actionArea: boolean;
|
|
157
|
+
actionAreaExtraContent: string;
|
|
153
158
|
firstAvailableDate: number;
|
|
154
159
|
minDate: Date;
|
|
155
160
|
maxDate: Date;
|
|
@@ -39,8 +39,8 @@ declare const meta: {
|
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
41
|
autocomplete: {
|
|
42
|
-
type: import("vue").PropType<
|
|
43
|
-
default:
|
|
42
|
+
type: import("vue").PropType<string>;
|
|
43
|
+
default: string;
|
|
44
44
|
};
|
|
45
45
|
isInvalid: {
|
|
46
46
|
type: import("vue").PropType<boolean>;
|
|
@@ -120,8 +120,8 @@ declare const meta: {
|
|
|
120
120
|
default: boolean;
|
|
121
121
|
};
|
|
122
122
|
autocomplete: {
|
|
123
|
-
type: import("vue").PropType<
|
|
124
|
-
default:
|
|
123
|
+
type: import("vue").PropType<string>;
|
|
124
|
+
default: string;
|
|
125
125
|
};
|
|
126
126
|
isInvalid: {
|
|
127
127
|
type: import("vue").PropType<boolean>;
|
|
@@ -170,7 +170,7 @@ declare const meta: {
|
|
|
170
170
|
chevron: boolean;
|
|
171
171
|
disabled: boolean;
|
|
172
172
|
isDateTimePicker: boolean;
|
|
173
|
-
autocomplete:
|
|
173
|
+
autocomplete: string;
|
|
174
174
|
isInvalid: boolean;
|
|
175
175
|
errorMessage: string;
|
|
176
176
|
showWarning: boolean;
|
|
@@ -243,7 +243,7 @@ declare const meta: {
|
|
|
243
243
|
chevron: false;
|
|
244
244
|
disabled: false;
|
|
245
245
|
isDateTimePicker: false;
|
|
246
|
-
autocomplete:
|
|
246
|
+
autocomplete: string;
|
|
247
247
|
errorMessage: string;
|
|
248
248
|
warningMessage: string;
|
|
249
249
|
isTextarea: false;
|
|
@@ -288,8 +288,8 @@ declare const meta: {
|
|
|
288
288
|
default: boolean;
|
|
289
289
|
};
|
|
290
290
|
autocomplete: {
|
|
291
|
-
type: import("vue").PropType<
|
|
292
|
-
default:
|
|
291
|
+
type: import("vue").PropType<string>;
|
|
292
|
+
default: string;
|
|
293
293
|
};
|
|
294
294
|
isInvalid: {
|
|
295
295
|
type: import("vue").PropType<boolean>;
|
|
@@ -369,8 +369,8 @@ declare const meta: {
|
|
|
369
369
|
default: boolean;
|
|
370
370
|
};
|
|
371
371
|
autocomplete: {
|
|
372
|
-
type: import("vue").PropType<
|
|
373
|
-
default:
|
|
372
|
+
type: import("vue").PropType<string>;
|
|
373
|
+
default: string;
|
|
374
374
|
};
|
|
375
375
|
isInvalid: {
|
|
376
376
|
type: import("vue").PropType<boolean>;
|
|
@@ -419,7 +419,7 @@ declare const meta: {
|
|
|
419
419
|
chevron: boolean;
|
|
420
420
|
disabled: boolean;
|
|
421
421
|
isDateTimePicker: boolean;
|
|
422
|
-
autocomplete:
|
|
422
|
+
autocomplete: string;
|
|
423
423
|
isInvalid: boolean;
|
|
424
424
|
errorMessage: string;
|
|
425
425
|
showWarning: boolean;
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
readonly?: boolean | undefined;
|
|
9
9
|
disabled?: boolean | undefined;
|
|
10
10
|
isDateTimePicker?: boolean | undefined;
|
|
11
|
-
autocomplete?:
|
|
11
|
+
autocomplete?: string | undefined;
|
|
12
12
|
isInvalid?: boolean | undefined;
|
|
13
13
|
errorMessage?: string | undefined;
|
|
14
14
|
showWarning?: boolean | undefined;
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
26
|
readonly: boolean;
|
|
27
27
|
disabled: boolean;
|
|
28
28
|
isDateTimePicker: boolean;
|
|
29
|
-
autocomplete:
|
|
29
|
+
autocomplete: string;
|
|
30
30
|
isInvalid: boolean;
|
|
31
31
|
errorMessage: string;
|
|
32
32
|
showWarning: boolean;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
53
53
|
readonly?: boolean | undefined;
|
|
54
54
|
disabled?: boolean | undefined;
|
|
55
55
|
isDateTimePicker?: boolean | undefined;
|
|
56
|
-
autocomplete?:
|
|
56
|
+
autocomplete?: string | undefined;
|
|
57
57
|
isInvalid?: boolean | undefined;
|
|
58
58
|
errorMessage?: string | undefined;
|
|
59
59
|
showWarning?: boolean | undefined;
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
71
71
|
readonly: boolean;
|
|
72
72
|
disabled: boolean;
|
|
73
73
|
isDateTimePicker: boolean;
|
|
74
|
-
autocomplete:
|
|
74
|
+
autocomplete: string;
|
|
75
75
|
isInvalid: boolean;
|
|
76
76
|
errorMessage: string;
|
|
77
77
|
showWarning: boolean;
|
|
@@ -95,7 +95,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
95
95
|
chevron: boolean;
|
|
96
96
|
disabled: boolean;
|
|
97
97
|
isDateTimePicker: boolean;
|
|
98
|
-
autocomplete:
|
|
98
|
+
autocomplete: string;
|
|
99
99
|
isInvalid: boolean;
|
|
100
100
|
errorMessage: string;
|
|
101
101
|
showWarning: boolean;
|