@dpa-id-components/dpa-shared-components 1.8.0 → 1.8.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.
@@ -111,6 +111,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
111
111
  required: true;
112
112
  default: null;
113
113
  };
114
+ activeState: {
115
+ type: __PropType<boolean | undefined>;
116
+ required: false;
117
+ default: boolean;
118
+ };
114
119
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "date-changed")[], "close" | "date-changed", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
115
120
  definesRange: {
116
121
  type: __PropType<boolean | undefined>;
@@ -217,6 +222,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
217
222
  required: true;
218
223
  default: null;
219
224
  };
225
+ activeState: {
226
+ type: __PropType<boolean | undefined>;
227
+ required: false;
228
+ default: boolean;
229
+ };
220
230
  }>> & {
221
231
  onClose?: ((...args: any[]) => any) | undefined;
222
232
  "onDate-changed"?: ((...args: any[]) => any) | undefined;
@@ -242,5 +252,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
242
252
  firstAvailableDate: number | undefined;
243
253
  maxDate: Date | undefined;
244
254
  autoRange: number | null;
255
+ activeState: boolean | undefined;
245
256
  }>;
246
257
  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;