pangea-lib 3.0.77 → 3.0.78

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/main.es.js CHANGED
@@ -41389,7 +41389,7 @@ const St1 = /* @__PURE__ */ P1({
41389
41389
  const v8 = /* @__PURE__ */ e2(St1, [["__scopeId", "data-v-94c456f9"]]), Tt1 = /* @__PURE__ */ P1({
41390
41390
  __name: "PgaDatePicker",
41391
41391
  props: /* @__PURE__ */ x2({
41392
- useDate: { type: Boolean },
41392
+ isDateModel: { type: Boolean },
41393
41393
  label: {},
41394
41394
  withRequiredLabel: { type: Boolean },
41395
41395
  withOptionalLabel: { type: Boolean },
@@ -41420,7 +41420,7 @@ const v8 = /* @__PURE__ */ e2(St1, [["__scopeId", "data-v-94c456f9"]]), Tt1 = /*
41420
41420
  t.value = null;
41421
41421
  return;
41422
41422
  }
41423
- if (a.useDate) {
41423
+ if (a.isDateModel) {
41424
41424
  t.value = i;
41425
41425
  return;
41426
41426
  }
@@ -6,7 +6,7 @@ declare const _default: import('vue').DefineComponent<{
6
6
  required: true;
7
7
  type: import('vue').PropType<ModelValue>;
8
8
  };
9
- useDate: {
9
+ isDateModel: {
10
10
  type: import('vue').PropType<boolean>;
11
11
  };
12
12
  label: {
@@ -41,7 +41,7 @@ declare const _default: import('vue').DefineComponent<{
41
41
  required: true;
42
42
  type: import('vue').PropType<ModelValue>;
43
43
  };
44
- useDate: {
44
+ isDateModel: {
45
45
  type: import('vue').PropType<boolean>;
46
46
  };
47
47
  label: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "3.0.77",
4
+ "version": "3.0.78",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",