@titaui/pc 1.10.81-beta.1 → 1.10.81-beta.2
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/lib/index.js +6 -6
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -171,6 +171,12 @@ Object.defineProperty(exports, "Form", {
|
|
|
171
171
|
return _form["default"];
|
|
172
172
|
}
|
|
173
173
|
});
|
|
174
|
+
Object.defineProperty(exports, "FormatTime", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function get() {
|
|
177
|
+
return _formatTime["default"];
|
|
178
|
+
}
|
|
179
|
+
});
|
|
174
180
|
Object.defineProperty(exports, "GridLayout", {
|
|
175
181
|
enumerable: true,
|
|
176
182
|
get: function get() {
|
|
@@ -489,12 +495,6 @@ Object.defineProperty(exports, "TaskRelationModal", {
|
|
|
489
495
|
return _taskRelationModal["default"];
|
|
490
496
|
}
|
|
491
497
|
});
|
|
492
|
-
Object.defineProperty(exports, "TimeFormat", {
|
|
493
|
-
enumerable: true,
|
|
494
|
-
get: function get() {
|
|
495
|
-
return _formatTime["default"];
|
|
496
|
-
}
|
|
497
|
-
});
|
|
498
498
|
Object.defineProperty(exports, "TitaChart", {
|
|
499
499
|
enumerable: true,
|
|
500
500
|
get: function get() {
|