@voicenter-team/voicenter-ui-plus 0.0.21 → 0.0.23

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.
Files changed (146) hide show
  1. package/library/style.css +1 -1
  2. package/library/super.mjs +2 -10
  3. package/library/super.mjs.map +1 -1
  4. package/library/super.umd.js +4 -4
  5. package/library/super.umd.js.map +1 -1
  6. package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -5
  7. package/library/types/src/components/VcButton/VcButton.vue.d.ts +97 -97
  8. package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -89
  9. package/library/types/src/components/VcButton/index.d.ts +184 -0
  10. package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -23
  11. package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -133
  12. package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -2
  13. package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -60
  14. package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -140
  15. package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -33
  16. package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -106
  17. package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -14
  18. package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -67
  19. package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -40
  20. package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -49
  21. package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -23
  22. package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -10
  23. package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -65
  24. package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -27
  25. package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -360
  26. package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -4
  27. package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -92
  28. package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -208
  29. package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -96
  30. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -11
  31. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -276
  32. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -51
  33. package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -6
  34. package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -4
  35. package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -388
  36. package/library/types/src/components/VcForm/UiComponents/VcInputError.vue.d.ts +14 -0
  37. package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -204
  38. package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -348
  39. package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -69
  40. package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -2
  41. package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -54
  42. package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -15
  43. package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -105
  44. package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -51
  45. package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -2
  46. package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -202
  47. package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -256
  48. package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -28
  49. package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -29
  50. package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -36
  51. package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -28
  52. package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -1
  53. package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -66
  54. package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -4
  55. package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -210
  56. package/library/types/src/components/VcNotification/VcNotification.types.d.ts +17 -0
  57. package/library/types/src/components/VcNotification/VcNotification.vue.d.ts +59 -0
  58. package/library/types/src/components/VcNotification/VcNotificationMessage.vue.d.ts +35 -0
  59. package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -4
  60. package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -64
  61. package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -34
  62. package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -3
  63. package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -150
  64. package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -16
  65. package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -147
  66. package/library/types/src/components/VcProgress/progress.options.d.ts +13 -13
  67. package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -88
  68. package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -96
  69. package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -41
  70. package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -78
  71. package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -78
  72. package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -293
  73. package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -18
  74. package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -28
  75. package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -18
  76. package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -28
  77. package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -16
  78. package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -1
  79. package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -81
  80. package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -2
  81. package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -130
  82. package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -8
  83. package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -68
  84. package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -1
  85. package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -151
  86. package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -45
  87. package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -334
  88. package/library/types/src/components/VcTable/tableOptions.d.ts +6 -6
  89. package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -54
  90. package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -92
  91. package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -14
  92. package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -62
  93. package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -1
  94. package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -99
  95. package/library/types/src/components/VcTagInput/VcTagInput.types.d.ts +1 -0
  96. package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -290
  97. package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -269
  98. package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -36
  99. package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -209
  100. package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -104
  101. package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -305
  102. package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -54
  103. package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.types.d.ts +1 -0
  104. package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -76
  105. package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -74
  106. package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -55
  107. package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -70
  108. package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -15
  109. package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -157
  110. package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -110
  111. package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -47
  112. package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -83
  113. package/library/types/src/components/VcWizard/baseTransition.d.ts +93 -0
  114. package/library/types/src/components/index.d.ts +91 -91
  115. package/library/types/src/directives/click-outside.d.ts +2 -0
  116. package/library/types/src/directives/resize.d.ts +6 -6
  117. package/library/types/src/entry.d.ts +3 -2
  118. package/library/types/src/localization/Localization.types.d.ts +17 -17
  119. package/library/types/src/localization/index.d.ts +9 -9
  120. package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -19
  121. package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -14
  122. package/library/types/src/mixins/dropdown.mixin.d.ts +66 -0
  123. package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -100
  124. package/library/types/src/mixins/input/color.mixin.d.ts +33 -33
  125. package/library/types/src/mixins/input/error.mixin.d.ts +23 -23
  126. package/library/types/src/mixins/input/input.mixin.d.ts +146 -146
  127. package/library/types/src/mixins/input/label.mixin.d.ts +52 -52
  128. package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -38
  129. package/library/types/src/mixins/selectBox.mixin.d.ts +73 -0
  130. package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -108
  131. package/library/types/src/theme/index.d.ts +1 -1
  132. package/library/types/src/theme/theme.types.d.ts +6 -6
  133. package/library/types/src/types/AppendToTarget.types.d.ts +1 -1
  134. package/library/types/src/types/Dropdown.types.d.ts +1 -0
  135. package/library/types/src/types/Entry.types.d.ts +6 -6
  136. package/library/types/src/types/OptionAndConfig.types.d.ts +23 -23
  137. package/library/types/src/types/VueGeneric.types.d.ts +1 -1
  138. package/package.json +4 -5
  139. package/src/theme/index.d.ts +1 -0
  140. package/src/theme/index.js +38 -0
  141. package/src/theme/index.js.map +1 -0
  142. package/src/theme/theme.types.d.ts +6 -0
  143. package/src/theme/theme.types.js +2 -0
  144. package/src/theme/theme.types.js.map +1 -0
  145. package/library/types/src/entry.esm.d.ts +0 -3
  146. package/library/types/src/env.d.ts +0 -18
@@ -1,28 +1,28 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- rowHeight: {
3
- type: (StringConstructor | NumberConstructor)[];
4
- default: undefined;
5
- };
6
- cols: {
7
- type: NumberConstructor;
8
- default: number;
9
- };
10
- }, unknown, unknown, {
11
- phRowHeight(): {
12
- height: string | number;
13
- width: string | number;
14
- };
15
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- rowHeight: {
17
- type: (StringConstructor | NumberConstructor)[];
18
- default: undefined;
19
- };
20
- cols: {
21
- type: NumberConstructor;
22
- default: number;
23
- };
24
- }>>, {
25
- rowHeight: string | number;
26
- cols: number;
27
- }>;
28
- export default _sfc_main;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ rowHeight: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: undefined;
5
+ };
6
+ cols: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ }, unknown, unknown, {
11
+ phRowHeight(): {
12
+ height: string | number;
13
+ width: string | number;
14
+ };
15
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ rowHeight: {
17
+ type: (StringConstructor | NumberConstructor)[];
18
+ default: undefined;
19
+ };
20
+ cols: {
21
+ type: NumberConstructor;
22
+ default: number;
23
+ };
24
+ }>>, {
25
+ rowHeight: string | number;
26
+ cols: number;
27
+ }>;
28
+ export default _default;
@@ -1,18 +1,18 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- rowHeight: {
3
- type: (StringConstructor | NumberConstructor)[];
4
- default: undefined;
5
- };
6
- }, unknown, unknown, {
7
- phRowHeight(): {
8
- height: string | number;
9
- };
10
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
- rowHeight: {
12
- type: (StringConstructor | NumberConstructor)[];
13
- default: undefined;
14
- };
15
- }>>, {
16
- rowHeight: string | number;
17
- }>;
18
- export default _sfc_main;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ rowHeight: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: undefined;
5
+ };
6
+ }, unknown, unknown, {
7
+ phRowHeight(): {
8
+ height: string | number;
9
+ };
10
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
+ rowHeight: {
12
+ type: (StringConstructor | NumberConstructor)[];
13
+ default: undefined;
14
+ };
15
+ }>>, {
16
+ rowHeight: string | number;
17
+ }>;
18
+ export default _default;
@@ -1,28 +1,28 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- rowHeight: {
3
- type: (StringConstructor | NumberConstructor)[];
4
- default: undefined;
5
- };
6
- cols: {
7
- type: NumberConstructor;
8
- default: number;
9
- };
10
- }, unknown, unknown, {
11
- phRowHeight(): {
12
- height: string | number;
13
- width: string | number;
14
- };
15
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- rowHeight: {
17
- type: (StringConstructor | NumberConstructor)[];
18
- default: undefined;
19
- };
20
- cols: {
21
- type: NumberConstructor;
22
- default: number;
23
- };
24
- }>>, {
25
- rowHeight: string | number;
26
- cols: number;
27
- }>;
28
- export default _sfc_main;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ rowHeight: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: undefined;
5
+ };
6
+ cols: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ }, unknown, unknown, {
11
+ phRowHeight(): {
12
+ height: string | number;
13
+ width: string | number;
14
+ };
15
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ rowHeight: {
17
+ type: (StringConstructor | NumberConstructor)[];
18
+ default: undefined;
19
+ };
20
+ cols: {
21
+ type: NumberConstructor;
22
+ default: number;
23
+ };
24
+ }>>, {
25
+ rowHeight: string | number;
26
+ cols: number;
27
+ }>;
28
+ export default _default;
@@ -1,16 +1,16 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- text: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- }, unknown, unknown, {
7
- loadingText(): string;
8
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
- text: {
10
- type: StringConstructor;
11
- default: string;
12
- };
13
- }>>, {
14
- text: string;
15
- }>;
16
- export default _sfc_main;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ text: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ }, unknown, unknown, {
7
+ loadingText(): string;
8
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
+ text: {
10
+ type: StringConstructor;
11
+ default: string;
12
+ };
13
+ }>>, {
14
+ text: string;
15
+ }>;
16
+ export default _default;
@@ -1 +1 @@
1
- export declare type LoaderType = 'card' | 'row' | 'circle' | 'text' | 'square';
1
+ export declare type LoaderType = 'card' | 'row' | 'circle' | 'text' | 'square';
@@ -1,81 +1,81 @@
1
- import { PropType } from 'vue';
2
- import { LoaderType } from '../../components/VcSkeletonLoader/VcSkeletonLoader.types';
3
- declare type NumberOrNumberString = PropType<string | number | undefined>;
4
- declare const _sfc_main: import("vue").DefineComponent<{
5
- height: {
6
- type: NumberOrNumberString;
7
- default: undefined;
8
- };
9
- width: {
10
- type: NumberOrNumberString;
11
- default: undefined;
12
- };
13
- maxWidth: {
14
- type: NumberOrNumberString;
15
- default: undefined;
16
- };
17
- maxHeight: {
18
- type: NumberOrNumberString;
19
- default: undefined;
20
- };
21
- type: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- rowHeight: {
26
- type: NumberOrNumberString;
27
- default: string;
28
- };
29
- textLoading: {
30
- type: StringConstructor;
31
- default: string;
32
- };
33
- }, unknown, unknown, {
34
- styles(): Record<string, string>;
35
- heightRows(): string | undefined;
36
- loaderType(): LoaderType;
37
- colsCount(): number | undefined;
38
- additionalAttrs(): {
39
- text: string;
40
- } | {
41
- text?: undefined;
42
- };
43
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
- height: {
45
- type: NumberOrNumberString;
46
- default: undefined;
47
- };
48
- width: {
49
- type: NumberOrNumberString;
50
- default: undefined;
51
- };
52
- maxWidth: {
53
- type: NumberOrNumberString;
54
- default: undefined;
55
- };
56
- maxHeight: {
57
- type: NumberOrNumberString;
58
- default: undefined;
59
- };
60
- type: {
61
- type: StringConstructor;
62
- default: string;
63
- };
64
- rowHeight: {
65
- type: NumberOrNumberString;
66
- default: string;
67
- };
68
- textLoading: {
69
- type: StringConstructor;
70
- default: string;
71
- };
72
- }>>, {
73
- type: string;
74
- width: string | number | undefined;
75
- height: string | number | undefined;
76
- maxWidth: string | number | undefined;
77
- maxHeight: string | number | undefined;
78
- rowHeight: string | number | undefined;
79
- textLoading: string;
80
- }>;
81
- export default _sfc_main;
1
+ import { PropType } from 'vue';
2
+ import { LoaderType } from '../../components/VcSkeletonLoader/VcSkeletonLoader.types';
3
+ declare type NumberOrNumberString = PropType<string | number | undefined>;
4
+ declare const _default: import("vue").DefineComponent<{
5
+ height: {
6
+ type: NumberOrNumberString;
7
+ default: undefined;
8
+ };
9
+ width: {
10
+ type: NumberOrNumberString;
11
+ default: undefined;
12
+ };
13
+ maxWidth: {
14
+ type: NumberOrNumberString;
15
+ default: undefined;
16
+ };
17
+ maxHeight: {
18
+ type: NumberOrNumberString;
19
+ default: undefined;
20
+ };
21
+ type: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ rowHeight: {
26
+ type: NumberOrNumberString;
27
+ default: string;
28
+ };
29
+ textLoading: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ }, unknown, unknown, {
34
+ styles(): Record<string, string>;
35
+ heightRows(): string | undefined;
36
+ loaderType(): LoaderType;
37
+ colsCount(): number | undefined;
38
+ additionalAttrs(): {
39
+ text: string;
40
+ } | {
41
+ text?: undefined;
42
+ };
43
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
+ height: {
45
+ type: NumberOrNumberString;
46
+ default: undefined;
47
+ };
48
+ width: {
49
+ type: NumberOrNumberString;
50
+ default: undefined;
51
+ };
52
+ maxWidth: {
53
+ type: NumberOrNumberString;
54
+ default: undefined;
55
+ };
56
+ maxHeight: {
57
+ type: NumberOrNumberString;
58
+ default: undefined;
59
+ };
60
+ type: {
61
+ type: StringConstructor;
62
+ default: string;
63
+ };
64
+ rowHeight: {
65
+ type: NumberOrNumberString;
66
+ default: string;
67
+ };
68
+ textLoading: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ }>>, {
73
+ type: string;
74
+ height: string | number | undefined;
75
+ maxHeight: string | number | undefined;
76
+ maxWidth: string | number | undefined;
77
+ width: string | number | undefined;
78
+ rowHeight: string | number | undefined;
79
+ textLoading: string;
80
+ }>;
81
+ export default _default;
@@ -1,2 +1,2 @@
1
- export declare type VcSoundPlayerSize = 'sm' | 'md';
2
- export declare type VcSoundDownloads = string[];
1
+ export declare type VcSoundPlayerSize = 'sm' | 'md';
2
+ export declare type VcSoundDownloads = string[];
@@ -1,130 +1,130 @@
1
- import WaveSurfer from 'wavesurfer.js';
2
- import { PropType } from 'vue';
3
- import { VcSoundPlayerSize, VcSoundDownloads } from './VcSoundPlayer.types';
4
- declare const _sfc_main: import("vue").DefineComponent<{
5
- soundId: {
6
- type: (StringConstructor | NumberConstructor)[];
7
- default: string;
8
- };
9
- src: {
10
- type: StringConstructor;
11
- default: string;
12
- };
13
- simple: {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- };
17
- size: {
18
- type: PropType<VcSoundPlayerSize>;
19
- default: string;
20
- };
21
- disabled: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
- preIcon: {
26
- type: StringConstructor;
27
- default: string;
28
- };
29
- currentPlay: {
30
- type: StringConstructor;
31
- default: string;
32
- };
33
- downloadLinks: {
34
- type: PropType<VcSoundDownloads>;
35
- default: () => never[];
36
- };
37
- }, unknown, {
38
- loading: boolean;
39
- volumeTooltip: boolean;
40
- isPlaying: boolean;
41
- showReset: boolean;
42
- duration: number;
43
- currentTime: number;
44
- volume: number;
45
- wavesurfer: WaveSurfer;
46
- wavesurferOptions: {
47
- height: number;
48
- container: string;
49
- barWidth: number;
50
- barHeight: number;
51
- barMinHeight: number;
52
- waveColor: string;
53
- progressColor: string;
54
- };
55
- audioErrorMessage: string;
56
- isInitSound: boolean;
57
- firstPlay: boolean;
58
- timeInterval: number;
59
- }, {
60
- isError(): boolean;
61
- height(): string;
62
- iconClass(): string;
63
- isPlayingInProgress(): boolean;
64
- showDownloadButton(): boolean;
65
- progressTime(): number;
66
- }, {
67
- onClickOutsideVolume(e: PointerEvent): void;
68
- toggleVolumeTooltip(): void;
69
- closeTooltip(): void;
70
- initSound(): void;
71
- loadingSound(): void;
72
- onPlay(): void;
73
- onFinish(): void;
74
- stop(): void;
75
- play(): void;
76
- pause(): void;
77
- clearInterval(): void;
78
- setVolume(val: number): void;
79
- toMinutes(seconds: number): string;
80
- download(sound: string): Promise<Blob>;
81
- downloadIconType(item: string): string;
82
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("start" | "stop" | "onPlay" | "pause")[], "start" | "stop" | "onPlay" | "pause", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
83
- soundId: {
84
- type: (StringConstructor | NumberConstructor)[];
85
- default: string;
86
- };
87
- src: {
88
- type: StringConstructor;
89
- default: string;
90
- };
91
- simple: {
92
- type: BooleanConstructor;
93
- default: boolean;
94
- };
95
- size: {
96
- type: PropType<VcSoundPlayerSize>;
97
- default: string;
98
- };
99
- disabled: {
100
- type: BooleanConstructor;
101
- default: boolean;
102
- };
103
- preIcon: {
104
- type: StringConstructor;
105
- default: string;
106
- };
107
- currentPlay: {
108
- type: StringConstructor;
109
- default: string;
110
- };
111
- downloadLinks: {
112
- type: PropType<VcSoundDownloads>;
113
- default: () => never[];
114
- };
115
- }>> & {
116
- onStart?: ((...args: any[]) => any) | undefined;
117
- onStop?: ((...args: any[]) => any) | undefined;
118
- onOnPlay?: ((...args: any[]) => any) | undefined;
119
- onPause?: ((...args: any[]) => any) | undefined;
120
- }, {
121
- size: VcSoundPlayerSize;
122
- disabled: boolean;
123
- soundId: string | number;
124
- src: string;
125
- currentPlay: string;
126
- simple: boolean;
127
- preIcon: string;
128
- downloadLinks: VcSoundDownloads;
129
- }>;
130
- export default _sfc_main;
1
+ import WaveSurfer from 'wavesurfer.js';
2
+ import { PropType } from 'vue';
3
+ import { VcSoundPlayerSize, VcSoundDownloads } from './VcSoundPlayer.types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ soundId: {
6
+ type: (StringConstructor | NumberConstructor)[];
7
+ default: string;
8
+ };
9
+ src: {
10
+ type: StringConstructor;
11
+ default: string;
12
+ };
13
+ simple: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ size: {
18
+ type: PropType<VcSoundPlayerSize>;
19
+ default: string;
20
+ };
21
+ disabled: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ preIcon: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ currentPlay: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ downloadLinks: {
34
+ type: PropType<VcSoundDownloads>;
35
+ default: () => never[];
36
+ };
37
+ }, unknown, {
38
+ loading: boolean;
39
+ volumeTooltip: boolean;
40
+ isPlaying: boolean;
41
+ showReset: boolean;
42
+ duration: number;
43
+ currentTime: number;
44
+ volume: number;
45
+ wavesurfer: WaveSurfer;
46
+ wavesurferOptions: {
47
+ height: number;
48
+ container: string;
49
+ barWidth: number;
50
+ barHeight: number;
51
+ barMinHeight: number;
52
+ waveColor: string;
53
+ progressColor: string;
54
+ };
55
+ audioErrorMessage: string;
56
+ isInitSound: boolean;
57
+ firstPlay: boolean;
58
+ timeInterval: number;
59
+ }, {
60
+ isError(): boolean;
61
+ height(): string;
62
+ iconClass(): string;
63
+ isPlayingInProgress(): boolean;
64
+ showDownloadButton(): boolean;
65
+ progressTime(): number;
66
+ }, {
67
+ onClickOutsideVolume(e: PointerEvent): void;
68
+ toggleVolumeTooltip(): void;
69
+ closeTooltip(): void;
70
+ initSound(): void;
71
+ loadingSound(): void;
72
+ onPlay(): void;
73
+ onFinish(): void;
74
+ stop(): void;
75
+ play(): void;
76
+ pause(): void;
77
+ clearInterval(): void;
78
+ setVolume(val: number): void;
79
+ toMinutes(seconds: number): string;
80
+ download(sound: string): Promise<Blob>;
81
+ downloadIconType(item: string): string;
82
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("start" | "pause" | "stop" | "onPlay")[], "stop" | "onPlay" | "start" | "pause", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
83
+ soundId: {
84
+ type: (StringConstructor | NumberConstructor)[];
85
+ default: string;
86
+ };
87
+ src: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ simple: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ size: {
96
+ type: PropType<VcSoundPlayerSize>;
97
+ default: string;
98
+ };
99
+ disabled: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ preIcon: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
107
+ currentPlay: {
108
+ type: StringConstructor;
109
+ default: string;
110
+ };
111
+ downloadLinks: {
112
+ type: PropType<VcSoundDownloads>;
113
+ default: () => never[];
114
+ };
115
+ }>> & {
116
+ onPause?: ((...args: any[]) => any) | undefined;
117
+ onStart?: ((...args: any[]) => any) | undefined;
118
+ onStop?: ((...args: any[]) => any) | undefined;
119
+ onOnPlay?: ((...args: any[]) => any) | undefined;
120
+ }, {
121
+ size: VcSoundPlayerSize;
122
+ disabled: boolean;
123
+ soundId: string | number;
124
+ src: string;
125
+ currentPlay: string;
126
+ simple: boolean;
127
+ preIcon: string;
128
+ downloadLinks: VcSoundDownloads;
129
+ }>;
130
+ export default _default;
@@ -1,8 +1,8 @@
1
- export declare type VcSplitButtonColor = 'primary' | 'secondary' | 'destructive' | 'success' | 'warning' | undefined;
2
- export declare type VcSplitButtonSize = 'large' | 'default' | 'small' | undefined;
3
- export declare type VcSplitButtonOption = {
4
- label: string;
5
- icon?: string;
6
- clickFunction?: unknown;
7
- };
8
- export declare type VcSplitButtonOptions = VcSplitButtonOption[];
1
+ export declare type VcSplitButtonColor = 'primary' | 'secondary' | 'destructive' | 'success' | 'warning' | undefined;
2
+ export declare type VcSplitButtonSize = 'large' | 'default' | 'small' | undefined;
3
+ export declare type VcSplitButtonOption = {
4
+ label: string;
5
+ icon?: string;
6
+ clickFunction?: unknown;
7
+ };
8
+ export declare type VcSplitButtonOptions = VcSplitButtonOption[];