@dpa-id-components/dpa-shared-components 8.4.0 → 8.4.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.
@@ -115,6 +115,7 @@ declare const meta: {
115
115
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
116
116
  "date-changed": (date: Date | [Date, Date]) => void;
117
117
  close: () => void;
118
+ open: () => void;
118
119
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
119
120
  cancel: {
120
121
  type: import("vue").PropType<string>;
@@ -229,6 +230,7 @@ declare const meta: {
229
230
  }>> & {
230
231
  onClose?: (() => any) | undefined;
231
232
  "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
233
+ onOpen?: (() => any) | undefined;
232
234
  }, {
233
235
  cancel: string;
234
236
  submit: string;
@@ -479,6 +481,7 @@ declare const meta: {
479
481
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
480
482
  "date-changed": (date: Date | [Date, Date]) => void;
481
483
  close: () => void;
484
+ open: () => void;
482
485
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
483
486
  cancel: {
484
487
  type: import("vue").PropType<string>;
@@ -593,6 +596,7 @@ declare const meta: {
593
596
  }>> & {
594
597
  onClose?: (() => any) | undefined;
595
598
  "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
599
+ onOpen?: (() => any) | undefined;
596
600
  }, {
597
601
  cancel: string;
598
602
  submit: string;
@@ -119,6 +119,7 @@ declare const _default: import("vue").DefineComponent<{
119
119
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
120
120
  "date-changed": (date: Date | [Date, Date]) => void;
121
121
  close: () => void;
122
+ open: () => void;
122
123
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
123
124
  cancel: {
124
125
  type: import("vue").PropType<string>;
@@ -233,6 +234,7 @@ declare const _default: import("vue").DefineComponent<{
233
234
  }>> & {
234
235
  onClose?: (() => any) | undefined;
235
236
  "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
237
+ onOpen?: (() => any) | undefined;
236
238
  }, {
237
239
  cancel: string;
238
240
  submit: string;