@voicenter-team/voicenter-ui-plus 0.2.38 → 0.2.39

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.
@@ -54,6 +54,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
54
54
  };
55
55
  toTime(): VcDatetimeRangePickerTimeType | null;
56
56
  }, {
57
+ initDateModel(): void;
58
+ refresh(): void;
57
59
  onSetPresetRange(): void;
58
60
  toTimeObject(date: Date): VcDatetimeRangePickerTimeType;
59
61
  getModelValueCopy(): VcExtendedDatetimeRangePickerModelType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/voicenter-ui-plus",
3
- "version": "0.2.38",
3
+ "version": "0.2.39",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vue-tsc --declaration --emitDeclarationOnly && vite build",
@@ -131,7 +131,7 @@ button.vc-button, .vc-button {
131
131
  .vc-button--loader {
132
132
  @apply absolute top-0 left-0 w-full h-full flex items-center justify-center overflow-hidden text-base;
133
133
  transition: $vc-button-transition;
134
- :deep(i) {
134
+ i {
135
135
  animation: fa-spin $vc-button-loaderSpeed linear infinite
136
136
  }
137
137
  }