sprintify-ui 0.6.80 → 0.6.81

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.
@@ -27785,7 +27785,9 @@ const kM = ["disabled", "placeholder"], AM = /* @__PURE__ */ we({
27785
27785
  type: String
27786
27786
  },
27787
27787
  placeholder: {
27788
- default: ze("sui.click_or_select_time"),
27788
+ default() {
27789
+ return ze("sui.click_or_select_time");
27790
+ },
27789
27791
  type: String
27790
27792
  },
27791
27793
  required: {
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
21
21
  type: StringConstructor;
22
22
  };
23
23
  placeholder: {
24
- default: string;
24
+ default(): string;
25
25
  type: StringConstructor;
26
26
  };
27
27
  required: {
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
72
72
  type: StringConstructor;
73
73
  };
74
74
  placeholder: {
75
- default: string;
75
+ default(): string;
76
76
  type: StringConstructor;
77
77
  };
78
78
  required: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.6.80",
3
+ "version": "0.6.81",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -156,7 +156,9 @@ const props = defineProps({
156
156
  type: String,
157
157
  },
158
158
  placeholder: {
159
- default: t('sui.click_or_select_time'),
159
+ default () {
160
+ return t('sui.click_or_select_time');
161
+ },
160
162
  type: String,
161
163
  },
162
164
  required: {