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.
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -27785,7 +27785,9 @@ const kM = ["disabled", "placeholder"], AM = /* @__PURE__ */ we({
|
|
|
27785
27785
|
type: String
|
|
27786
27786
|
},
|
|
27787
27787
|
placeholder: {
|
|
27788
|
-
default
|
|
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