@factoringplus/pl-components-pack-v3 1.10.11 → 1.10.12-pre-01-refactor

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 (177) hide show
  1. package/dist/{crypto-pro-actual-cades-plugin-fff3b673.js → crypto-pro-actual-cades-plugin-39d4088e.js} +1 -1
  2. package/dist/{crypto-pro-actual-cades-plugin-98082cab.cjs → crypto-pro-actual-cades-plugin-92e46d97.cjs} +1 -1
  3. package/dist/entry-68a9c923.cjs +115 -0
  4. package/dist/{entry-b80b42f0.js → entry-6f158286.js} +12814 -12949
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +1 -1
  7. package/dist/src/components/basic/pl-button/components/PlButtonSpinner.vue.d.ts +3 -7
  8. package/dist/src/components/basic/pl-button/index.d.ts +6 -18
  9. package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
  10. package/dist/src/components/basic/pl-button/types/index.d.ts +4 -1
  11. package/dist/src/components/basic/pl-button-dropdown/index.d.ts +31 -38
  12. package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +115 -54
  13. package/dist/src/components/basic/pl-dialog/index.d.ts +411 -5
  14. package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +162 -92
  15. package/dist/src/components/basic/pl-dialog/types/index.d.ts +23 -0
  16. package/dist/src/components/basic/pl-link/index.d.ts +126 -4
  17. package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +6 -8
  18. package/dist/src/components/basic/pl-link/types/index.d.ts +7 -0
  19. package/dist/src/components/basic/pl-scrollbar/index.d.ts +275 -4
  20. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +15 -19
  21. package/dist/src/components/basic/pl-scrollbar/types/index.d.ts +12 -0
  22. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -0
  23. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +4 -7
  24. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +8 -0
  25. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +4 -8
  26. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +11 -3
  27. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/pl-skeleton-icon.vue.d.ts +5 -8
  28. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +8 -0
  29. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/pl-skeleton-input.vue.d.ts +4 -6
  30. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +8 -0
  31. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts +4 -5
  32. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +8 -0
  33. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +4 -7
  34. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +8 -0
  35. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts +4 -6
  36. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +8 -0
  37. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +2 -5
  38. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +8 -0
  39. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/pl-skeleton-upload.vue.d.ts +4 -5
  40. package/dist/src/components/basic/pl-skeleton/index.d.ts +47 -4
  41. package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +4 -8
  42. package/dist/src/components/basic/pl-skeleton/types/index.d.ts +43 -0
  43. package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +166 -5
  44. package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +8 -12
  45. package/dist/src/components/basic/pl-tooltip-plus/types/index.d.ts +9 -0
  46. package/dist/src/components/data/pl-banner/index.d.ts +37 -37
  47. package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
  48. package/dist/src/components/data/pl-card/index.d.ts +46 -4
  49. package/dist/src/components/data/pl-card/pl-card.vue.d.ts +13 -0
  50. package/dist/src/components/data/pl-card/types/index.d.ts +8 -0
  51. package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
  52. package/dist/src/components/data/pl-multitab/index.d.ts +40 -4
  53. package/dist/src/components/data/pl-multitab/pl-multitab.vue.d.ts +29 -35
  54. package/dist/src/components/data/pl-multitab/types/index.d.ts +0 -1
  55. package/dist/src/components/data/pl-onboarding/index.d.ts +172 -4
  56. package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +63 -60
  57. package/dist/src/components/data/pl-onboarding/types/index.d.ts +12 -0
  58. package/dist/src/components/data/pl-progress/index.d.ts +8 -0
  59. package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +4 -9
  60. package/dist/src/components/data/pl-progress/types/index.d.ts +7 -0
  61. package/dist/src/components/data/pl-sign-error/index.d.ts +3 -0
  62. package/dist/src/components/data/pl-sign-error/pl-sign-error.vue.d.ts +4 -10
  63. package/dist/src/components/data/pl-sign-error/types/index.d.ts +5 -0
  64. package/dist/src/components/data/pl-signing/index.d.ts +19 -38
  65. package/dist/src/components/data/pl-signing/pl-signing.vue.d.ts +52 -57
  66. package/dist/src/components/data/pl-signing/types/index.d.ts +7 -0
  67. package/dist/src/components/data/pl-snackbar/index.d.ts +8 -1
  68. package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +5 -5
  69. package/dist/src/components/data/pl-snackbar/{types.d.ts → types/index.d.ts} +3 -2
  70. package/dist/src/components/data/pl-stepper/index.d.ts +67 -4
  71. package/dist/src/components/data/pl-stepper/pl-stepper.vue.d.ts +30 -51
  72. package/dist/src/components/data/pl-stepper/types/index.d.ts +10 -0
  73. package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +15 -6
  74. package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +15 -6
  75. package/dist/src/components/data/pl-table-plus/components/row-mask.vue.d.ts +5 -5
  76. package/dist/src/components/data/pl-table-plus/index.d.ts +523 -4
  77. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +41 -41
  78. package/dist/src/components/data/pl-table-plus/types/index.d.ts +27 -0
  79. package/dist/src/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +25 -11
  80. package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +3 -3
  81. package/dist/src/components/data/pl-tabs/index.d.ts +49 -4
  82. package/dist/src/components/data/pl-tabs/pl-tabs.vue.d.ts +38 -40
  83. package/dist/src/components/data/pl-tabs/types/index.d.ts +6 -0
  84. package/dist/src/components/data/pl-tags-chips/index.d.ts +65 -57
  85. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +11 -25
  86. package/dist/src/components/data/pl-tags-chips/types/index.d.ts +17 -0
  87. package/dist/src/components/data/pl-text-cell/index.d.ts +40 -17
  88. package/dist/src/components/data/pl-text-cell/pl-text-cell.vue.d.ts +18 -10
  89. package/dist/src/components/data/pl-text-cell/types/index.d.ts +9 -0
  90. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
  91. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  92. package/dist/src/components/deprecated/pl-dialog/pl-dialog.vue.d.ts +1 -1
  93. package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +5 -5
  94. package/dist/src/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +1 -1
  95. package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +3 -3
  96. package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
  97. package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +4 -4
  98. package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +4 -4
  99. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +5 -5
  100. package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +98 -54
  101. package/dist/src/components/form/pl-autocomplete/index.d.ts +461 -4
  102. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +190 -80
  103. package/dist/src/components/form/pl-autocomplete/types/index.d.ts +0 -2
  104. package/dist/src/components/form/pl-checkbox-plus/index.d.ts +142 -4
  105. package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +21 -30
  106. package/dist/src/components/form/pl-checkbox-plus/types/index.d.ts +7 -0
  107. package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +2 -8
  108. package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +2 -8
  109. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +27 -27
  110. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +36 -36
  111. package/dist/src/components/form/pl-form/index.d.ts +96 -4
  112. package/dist/src/components/form/pl-form/pl-form.vue.d.ts +24 -35
  113. package/dist/src/components/form/pl-form/types/index.d.ts +9 -0
  114. package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +104 -44
  115. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +134 -65
  116. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +80 -43
  117. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +40 -38
  118. package/dist/src/components/form/pl-input-plus/index.d.ts +266 -284
  119. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +291 -115
  120. package/dist/src/components/form/pl-input-plus/types/index.d.ts +1 -1
  121. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +78 -59
  122. package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +95 -44
  123. package/dist/src/components/form/pl-multi-select/index.d.ts +341 -4
  124. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +138 -68
  125. package/dist/src/components/form/pl-multi-select/types/index.d.ts +0 -1
  126. package/dist/src/components/form/pl-radio/index.d.ts +10 -16
  127. package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +4 -6
  128. package/dist/src/components/form/pl-radio/types/index.d.ts +0 -4
  129. package/dist/src/components/form/pl-select-plus/components/pl-account.vue.d.ts +30 -42
  130. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +77 -59
  131. package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -5
  132. package/dist/src/components/form/pl-select-plus/index.d.ts +348 -6
  133. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +143 -65
  134. package/dist/src/components/form/pl-select-plus/types/index.d.ts +0 -1
  135. package/dist/src/components/form/pl-switch/index.d.ts +44 -4
  136. package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +10 -19
  137. package/dist/src/components/form/pl-switch/types/index.d.ts +5 -0
  138. package/dist/src/components/form/pl-upload-plus/index.d.ts +709 -4
  139. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +163 -91
  140. package/dist/src/components/form/pl-upload-plus/types/index.d.ts +20 -0
  141. package/dist/src/components/shared/pl-dropdown/index.d.ts +122 -0
  142. package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +43 -37
  143. package/dist/src/components/shared/pl-dropdown/types/index.d.ts +7 -0
  144. package/dist/src/components/shared/pl-label/index.d.ts +90 -0
  145. package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +28 -27
  146. package/dist/src/components/shared/pl-label/types/index.d.ts +5 -0
  147. package/dist/src/components/shared/pl-mark-text/index.d.ts +17 -9
  148. package/dist/src/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +9 -9
  149. package/dist/src/components/shared/pl-mark-text/types/index.d.ts +3 -0
  150. package/dist/src/components/shared/pl-option/index.d.ts +128 -4
  151. package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +50 -109
  152. package/dist/src/components/shared/pl-option/types/index.d.ts +17 -0
  153. package/dist/src/components/shared/pl-status-icon/index.d.ts +12 -12
  154. package/dist/src/components/shared/pl-status-icon/pl-status-icon.vue.d.ts +1 -1
  155. package/dist/src/components/shared/pl-tab-pane/index.d.ts +145 -4
  156. package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
  157. package/dist/src/services/pl-navigation/components/Header.vue.d.ts +7 -7
  158. package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +33 -38
  159. package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +17 -31
  160. package/dist/src/services/pl-navigation/components/SidebarItem/SidebarItem.vue.d.ts +5 -5
  161. package/dist/src/services/pl-navigation/components/SidebarItem/index.d.ts +2 -2
  162. package/dist/src/services/pl-navigation/index.d.ts +18 -18
  163. package/dist/src/services/pl-navigation/pl-navigation.vue.d.ts +6 -6
  164. package/dist/src/services/pl-navigation/{types.d.ts → types/index.d.ts} +1 -1
  165. package/dist/src/services/pl-navigation-plus/components/HeaderPlus.vue.d.ts +5 -5
  166. package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/NavButtonPlus.vue.d.ts +33 -38
  167. package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/index.d.ts +17 -31
  168. package/dist/src/services/pl-navigation-plus/components/SidebarItem/SidebarItemPlus.vue.d.ts +5 -5
  169. package/dist/src/services/pl-navigation-plus/components/SidebarItem/index.d.ts +2 -2
  170. package/dist/src/services/pl-navigation-plus/index.d.ts +12 -12
  171. package/dist/src/services/pl-navigation-plus/pl-navigation-plus.vue.d.ts +4 -4
  172. package/dist/src/services/pl-navigation-plus/{types.d.ts → types/index.d.ts} +1 -1
  173. package/dist/src/utils/types.d.ts +1 -0
  174. package/dist/style.css +1 -1
  175. package/package.json +6 -5
  176. package/dist/entry-8adeee28.cjs +0 -115
  177. /package/dist/src/components/shared/pl-text/{types.d.ts → types/index.d.ts} +0 -0
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-8adeee28.cjs");require("vue");exports.PlAutocomplete=l.PlAutocomplete;exports.PlBanner=l.PlBanner;exports.PlButton=l.PlButton;exports.PlButtonDropdown=l.PlButtonDropdown;exports.PlCard=l.PlCard;exports.PlCheckbox=l.PlCheckbox;exports.PlCheckboxPlus=l.PlCheckboxPlus;exports.PlCurrency=l.PlCurrency;exports.PlDatePickerLegacyPlugin=l.PlDatePickerLegacyPlugin;exports.PlDatePickerPlugin=l.PlDatePickerPlugin;exports.PlDatePickerPlusPlugin=l.PlDatePickerPlusPlugin;exports.PlDialog=l.PlDialog$1;exports.PlDialogPlus=l.PlDialog;exports.PlDirectives=l.PlDirectives;exports.PlForm=l.PlForm;exports.PlIcon=l.PlIcon;exports.PlInput=l.PlInput;exports.PlInputPlus=l.PlInputPlus;exports.PlLink=l.PlLink;exports.PlMarkText=l.PlMarkText;exports.PlMultiSelect=l.PlMultiSelect;exports.PlMultitab=l.PlMultitab;exports.PlNavButton=l.PlNavButton;exports.PlNavButtonPlus=l.PlNavButtonPlus;exports.PlNavigation=l.PlNavigation;exports.PlNavigationPlus=l.PlNavigationPlus;exports.PlNotification=l.PlNotification;exports.PlOnboarding=l.PlOnboarding;exports.PlPagination=l.PlPagination;exports.PlProgress=l.PlProgress;exports.PlRadio=l.PlRadio;exports.PlScrollbar=l.PlScrollbar;exports.PlSelect=l.PlSelect;exports.PlSelectPlus=l.PlSelectPlus;exports.PlSidebarItem=l.PlSidebarItem;exports.PlSidebarItemPlus=l.PlSidebarItemPlus;exports.PlSignError=l.PlSignError;exports.PlSigning=l.PlSigning;exports.PlSkeleton=l.PlSkeleton;exports.PlSkeletonButton=l.PlSkeletonButton;exports.PlSkeletonControl=l.PlSkeletonControl;exports.PlSkeletonIcon=l.PlSkeletonIcon;exports.PlSkeletonInput=l.PlSkeletonInput;exports.PlSkeletonTabs=l.PlSkeletonTabs;exports.PlSkeletonTagsChips=l.PlSkeletonTagsChips;exports.PlSkeletonText=l.PlSkeletonText;exports.PlSkeletonTextCell=l.PlSkeletonTextCell;exports.PlSkeletonUpload=l.PlSkeletonUpload;exports.PlStatusIcon=l.PlStatusIcon;exports.PlStepper=l.PlStepper;exports.PlSuggestions=l.PlSuggestions;exports.PlSwitch=l.PlSwitch;exports.PlTabPane=l.PlTabPane;exports.PlTablePlugin=l.PlTablePlugin;exports.PlTablePlus=l.PlTablePlus;exports.PlTabs=l.PlTabs;exports.PlTagsChips=l.PlTagsChips;exports.PlTextCell=l.PlTextCell;exports.PlTextPlugin=l.PlTextPlugin;exports.PlTooltip=l.PlTooltip;exports.PlTooltipPlus=l.PlToolTipPlus;exports.PlUpload=l.PlUpload;exports.PlUploadLegacy=l.PlUploadLegacy;exports.PlUploadPlus=l.PlUploadPlus;exports.TLogo=l.TLogo;exports.apiJs=l.ApiJs;exports.cancelAllApiRequests=l.cancelAllApiRequests;exports.dadataParser=l.dadataParser;exports.dataParser=l.dadataParser;exports.declOfNum=l.declOfNum;exports.deepSet=l.deepSet;exports.filters=l.filters;exports.formatCurrency=l.formatCurrency;exports.formatDate=l.formatDate;exports.install=l.install;exports.isEqual=l.isEqual;exports.loader=l.loadingAndSetup;exports.plLoading=l.plLoading;exports.uniqId=l.uniqId;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-68a9c923.cjs");require("vue");exports.PlAutocomplete=l.PlAutocomplete;exports.PlBanner=l.PlBanner;exports.PlButton=l.PlButton;exports.PlButtonDropdown=l.PlButtonDropdown;exports.PlCard=l.PlCard;exports.PlCheckbox=l.PlCheckbox;exports.PlCheckboxPlus=l.PlCheckboxPlus;exports.PlCurrency=l.PlCurrency;exports.PlDatePickerLegacyPlugin=l.PlDatePickerLegacyPlugin;exports.PlDatePickerPlugin=l.PlDatePickerPlugin;exports.PlDatePickerPlusPlugin=l.PlDatePickerPlusPlugin;exports.PlDialog=l.PlDialog;exports.PlDialogPlus=l.PlDialogPlus;exports.PlDirectives=l.PlDirectives;exports.PlForm=l.PlForm;exports.PlIcon=l.PlIcon;exports.PlInput=l.PlInput;exports.PlInputPlus=l.PlInputPlus;exports.PlLink=l.PlLink;exports.PlMarkText=l.PlMarkText;exports.PlMultiSelect=l.PlMultiSelect;exports.PlMultitab=l.PlMultitab;exports.PlNavButton=l.PlNavButton;exports.PlNavButtonPlus=l.PlNavButtonPlus;exports.PlNavigation=l.PlNavigation;exports.PlNavigationPlus=l.PlNavigationPlus;exports.PlNotification=l.PlNotification;exports.PlOnboarding=l.PlOnboarding;exports.PlPagination=l.PlPagination;exports.PlProgress=l.PlProgress;exports.PlRadio=l.PlRadio;exports.PlScrollbar=l.PlScrollbar;exports.PlSelect=l.PlSelect;exports.PlSelectPlus=l.PlSelectPlus;exports.PlSidebarItem=l.PlSidebarItem;exports.PlSidebarItemPlus=l.PlSidebarItemPlus;exports.PlSignError=l.PlSignError;exports.PlSigning=l.PlSigning;exports.PlSkeleton=l.PlSkeleton;exports.PlSkeletonButton=l.PlSkeletonButton;exports.PlSkeletonControl=l.PlSkeletonControl;exports.PlSkeletonIcon=l.PlSkeletonIcon;exports.PlSkeletonInput=l.PlSkeletonInput;exports.PlSkeletonTabs=l.PlSkeletonTabs;exports.PlSkeletonTagsChips=l.PlSkeletonTagsChips;exports.PlSkeletonText=l.PlSkeletonText;exports.PlSkeletonTextCell=l.PlSkeletonTextCell;exports.PlSkeletonUpload=l.PlSkeletonUpload;exports.PlStatusIcon=l.PlStatusIcon;exports.PlStepper=l.PlStepper;exports.PlSuggestions=l.PlSuggestions;exports.PlSwitch=l.PlSwitch;exports.PlTabPane=l.PlTabPane;exports.PlTablePlugin=l.PlTablePlugin;exports.PlTablePlus=l.PlTablePlus;exports.PlTabs=l.PlTabs;exports.PlTagsChips=l.PlTagsChips;exports.PlTextCell=l.PlTextCell;exports.PlTextPlugin=l.PlTextPlugin;exports.PlTooltip=l.PlTooltip;exports.PlTooltipPlus=l.PlTooltipPlus;exports.PlUpload=l.PlUpload;exports.PlUploadLegacy=l.PlUploadLegacy;exports.PlUploadPlus=l.PlUploadPlus;exports.TLogo=l.TLogo;exports.apiJs=l.ApiJs;exports.cancelAllApiRequests=l.cancelAllApiRequests;exports.dadataParser=l.dadataParser;exports.dataParser=l.dadataParser;exports.declOfNum=l.declOfNum;exports.deepSet=l.deepSet;exports.filters=l.filters;exports.formatCurrency=l.formatCurrency;exports.formatDate=l.formatDate;exports.install=l.install;exports.isEqual=l.isEqual;exports.loader=l.loadingAndSetup;exports.plLoading=l.plLoading;exports.uniqId=l.uniqId;
@@ -1,4 +1,4 @@
1
- import { n as P, an as e, k as t, al as o, o as n, q as i, r, m as u, t as c, s as g, v as S, x as p, w as d, P as k, y as T, z as b, B as m, C, D as I, a7 as x, a6 as D, E as f, ag as h, af as B, ad as N, ae as v, U as L, ac as y, a8 as U, am as q, F as A, G as M, H as w, I as E, ai as O, ah as R, aa as j, a9 as F, J, O as z, L as G, K as H, Q as K, R as Q, T as V, N as W, M as X, S as Y, ao as Z, V as _, W as $, X as aa, Y as la, Z as sa, _ as Pa, $ as ea, ab as ta, ak as oa, a0 as na, a1 as ia, a5 as ra, a2 as ua, a3 as ca, a4 as ga, aj as Sa, A as pa, j as da, h as ka, h as Ta, d as ba, e as ma, a as Ca, f as Ia, c as xa, i as Da, b as fa, l as ha, p as Ba, u as Na } from "./entry-b80b42f0.js";
1
+ import { n as P, an as e, k as t, al as o, o as n, q as i, r, m as u, t as c, s as g, v as S, x as p, w as d, P as k, y as T, z as b, B as m, C, D as I, a7 as x, a6 as D, E as f, ag as h, af as B, ad as N, ae as v, U as L, ac as y, a8 as U, am as q, F as A, G as M, H as w, I as E, ai as O, ah as R, aa as j, a9 as F, J, O as z, L as G, K as H, Q as K, R as Q, T as V, N as W, M as X, S as Y, ao as Z, V as _, W as $, X as aa, Y as la, Z as sa, _ as Pa, $ as ea, ab as ta, ak as oa, a0 as na, a1 as ia, a5 as ra, a2 as ua, a3 as ca, a4 as ga, aj as Sa, A as pa, j as da, h as ka, h as Ta, d as ba, e as ma, a as Ca, f as Ia, c as xa, i as Da, b as fa, l as ha, p as Ba, u as Na } from "./entry-6f158286.js";
2
2
  import "vue";
3
3
  export {
4
4
  P as PlAutocomplete,
@@ -1,10 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
- type: 'primary' | 'alternative' | 'secondary' | 'error' | 'empty';
3
- size: 'large' | 'medium' | 'small';
4
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- type: 'primary' | 'alternative' | 'secondary' | 'error' | 'empty';
6
- size: 'large' | 'medium' | 'small';
7
- }>>>, {}, {}>;
1
+ import { IButtonSpinnerProps } from '../types';
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IButtonSpinnerProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IButtonSpinnerProps>>>, {}, {}>;
8
4
  export default _default;
9
5
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
6
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -41,9 +41,6 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
41
41
  options: {
42
42
  type: import('vue').PropType<any>;
43
43
  };
44
- modelValue: {
45
- type: import('vue').PropType<any>;
46
- };
47
44
  iconClass: {
48
45
  type: import('vue').PropType<string>;
49
46
  default: string;
@@ -58,9 +55,9 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
58
55
  type: import('vue').PropType<"" | "left" | "right">;
59
56
  };
60
57
  }>> & {
61
- onClick?: (...args: any[]) => any;
58
+ onClick?: () => any;
62
59
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
63
- click: (...args: any[]) => void;
60
+ click: () => void;
64
61
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
65
62
  size: {
66
63
  type: import('vue').PropType<"small" | "large" | "medium">;
@@ -101,9 +98,6 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
101
98
  options: {
102
99
  type: import('vue').PropType<any>;
103
100
  };
104
- modelValue: {
105
- type: import('vue').PropType<any>;
106
- };
107
101
  iconClass: {
108
102
  type: import('vue').PropType<string>;
109
103
  default: string;
@@ -118,7 +112,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
118
112
  type: import('vue').PropType<"" | "left" | "right">;
119
113
  };
120
114
  }>> & {
121
- onClick?: (...args: any[]) => any;
115
+ onClick?: () => any;
122
116
  }, {
123
117
  size: "small" | "large" | "medium";
124
118
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
@@ -177,9 +171,6 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
177
171
  options: {
178
172
  type: import('vue').PropType<any>;
179
173
  };
180
- modelValue: {
181
- type: import('vue').PropType<any>;
182
- };
183
174
  iconClass: {
184
175
  type: import('vue').PropType<string>;
185
176
  default: string;
@@ -194,7 +185,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
194
185
  type: import('vue').PropType<"" | "left" | "right">;
195
186
  };
196
187
  }>> & {
197
- onClick?: (...args: any[]) => any;
188
+ onClick?: () => any;
198
189
  }, {}, {}, {}, {}, {
199
190
  size: "small" | "large" | "medium";
200
191
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
@@ -250,9 +241,6 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
250
241
  options: {
251
242
  type: import('vue').PropType<any>;
252
243
  };
253
- modelValue: {
254
- type: import('vue').PropType<any>;
255
- };
256
244
  iconClass: {
257
245
  type: import('vue').PropType<string>;
258
246
  default: string;
@@ -267,9 +255,9 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
267
255
  type: import('vue').PropType<"" | "left" | "right">;
268
256
  };
269
257
  }>> & {
270
- onClick?: (...args: any[]) => any;
258
+ onClick?: () => any;
271
259
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
272
- click: (...args: any[]) => void;
260
+ click: () => void;
273
261
  }, string, {
274
262
  size: "small" | "large" | "medium";
275
263
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
15
15
  loading: boolean;
16
16
  iconClass: string;
17
17
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
- click: (...args: any[]) => void;
18
+ click: () => void;
19
19
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
20
20
  /**
21
21
  * Выставляет ширину кнопки в 100%
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
31
31
  loading: boolean;
32
32
  iconClass: string;
33
33
  }>>> & {
34
- onClick?: (...args: any[]) => any;
34
+ onClick?: () => any;
35
35
  }, {
36
36
  size: "small" | "large" | "medium";
37
37
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
@@ -23,9 +23,12 @@ export declare type TButtonProps = {
23
23
  nativeType?: 'button' | 'submit' | 'reset';
24
24
  loading?: boolean;
25
25
  options?: IOption[] | any;
26
- modelValue?: any;
27
26
  iconClass?: string;
28
27
  noIcon?: boolean;
29
28
  sheetTitle?: string;
30
29
  position?: 'left' | 'right' | '';
31
30
  };
31
+ export declare interface IButtonSpinnerProps {
32
+ type: 'primary' | 'alternative' | 'secondary' | 'error' | 'empty';
33
+ size: 'large' | 'medium' | 'small';
34
+ }
@@ -1,5 +1,8 @@
1
+ import { TButtonProps } from '../pl-button/types';
2
+
1
3
  export declare const PlButtonDropdown: import('../../../install-function').SFCInstallWithContext<{
2
4
  new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
5
+ modelValue: import('vue').PropType<import('../../form/pl-select-plus/types').IOption>;
3
6
  size: {
4
7
  type: import('vue').PropType<"small" | "large" | "medium">;
5
8
  default: string;
@@ -37,11 +40,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
37
40
  };
38
41
  options: {
39
42
  type: import('vue').PropType<any>;
40
- default: () => any[];
41
- };
42
- modelValue: {
43
- type: import('vue').PropType<any>;
44
- default: string;
45
43
  };
46
44
  iconClass: {
47
45
  type: import('vue').PropType<string>;
@@ -59,12 +57,11 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
59
57
  default: string;
60
58
  };
61
59
  }>> & {
62
- "onUpdate:modelValue"?: (...args: any[]) => any;
63
- "onSelect-value"?: (...args: any[]) => any;
60
+ "onSelect-value"?: (option: import('../../form/pl-select-plus/types').IOption) => any;
64
61
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
- "update:modelValue": (...args: any[]) => void;
66
- "select-value": (...args: any[]) => void;
62
+ "select-value": (option: import('../../form/pl-select-plus/types').IOption) => void;
67
63
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
64
+ modelValue: import('vue').PropType<import('../../form/pl-select-plus/types').IOption>;
68
65
  size: {
69
66
  type: import('vue').PropType<"small" | "large" | "medium">;
70
67
  default: string;
@@ -102,11 +99,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
102
99
  };
103
100
  options: {
104
101
  type: import('vue').PropType<any>;
105
- default: () => any[];
106
- };
107
- modelValue: {
108
- type: import('vue').PropType<any>;
109
- default: string;
110
102
  };
111
103
  iconClass: {
112
104
  type: import('vue').PropType<string>;
@@ -124,8 +116,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
124
116
  default: string;
125
117
  };
126
118
  }>> & {
127
- "onUpdate:modelValue"?: (...args: any[]) => any;
128
- "onSelect-value"?: (...args: any[]) => any;
119
+ "onSelect-value"?: (option: import('../../form/pl-select-plus/types').IOption) => any;
129
120
  }, {
130
121
  size: "small" | "large" | "medium";
131
122
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
@@ -135,8 +126,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
135
126
  iconColor: string;
136
127
  iconPosition: "left" | "right";
137
128
  nativeType: "button" | "submit" | "reset";
138
- options: any;
139
- modelValue: any;
140
129
  noIcon: boolean;
141
130
  sheetTitle: string;
142
131
  position: "" | "left" | "right";
@@ -148,6 +137,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
148
137
  M: {};
149
138
  Defaults: {};
150
139
  }, Readonly<import('vue').ExtractPropTypes<{
140
+ modelValue: import('vue').PropType<import('../../form/pl-select-plus/types').IOption>;
151
141
  size: {
152
142
  type: import('vue').PropType<"small" | "large" | "medium">;
153
143
  default: string;
@@ -185,11 +175,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
185
175
  };
186
176
  options: {
187
177
  type: import('vue').PropType<any>;
188
- default: () => any[];
189
- };
190
- modelValue: {
191
- type: import('vue').PropType<any>;
192
- default: string;
193
178
  };
194
179
  iconClass: {
195
180
  type: import('vue').PropType<string>;
@@ -207,8 +192,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
207
192
  default: string;
208
193
  };
209
194
  }>> & {
210
- "onUpdate:modelValue"?: (...args: any[]) => any;
211
- "onSelect-value"?: (...args: any[]) => any;
195
+ "onSelect-value"?: (option: import('../../form/pl-select-plus/types').IOption) => any;
212
196
  }, {}, {}, {}, {}, {
213
197
  size: "small" | "large" | "medium";
214
198
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
@@ -218,8 +202,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
218
202
  iconColor: string;
219
203
  iconPosition: "left" | "right";
220
204
  nativeType: "button" | "submit" | "reset";
221
- options: any;
222
- modelValue: any;
223
205
  noIcon: boolean;
224
206
  sheetTitle: string;
225
207
  position: "" | "left" | "right";
@@ -228,6 +210,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
228
210
  __isTeleport?: never;
229
211
  __isSuspense?: never;
230
212
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
213
+ modelValue: import('vue').PropType<import('../../form/pl-select-plus/types').IOption>;
231
214
  size: {
232
215
  type: import('vue').PropType<"small" | "large" | "medium">;
233
216
  default: string;
@@ -265,11 +248,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
265
248
  };
266
249
  options: {
267
250
  type: import('vue').PropType<any>;
268
- default: () => any[];
269
- };
270
- modelValue: {
271
- type: import('vue').PropType<any>;
272
- default: string;
273
251
  };
274
252
  iconClass: {
275
253
  type: import('vue').PropType<string>;
@@ -287,11 +265,9 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
287
265
  default: string;
288
266
  };
289
267
  }>> & {
290
- "onUpdate:modelValue"?: (...args: any[]) => any;
291
- "onSelect-value"?: (...args: any[]) => any;
268
+ "onSelect-value"?: (option: import('../../form/pl-select-plus/types').IOption) => any;
292
269
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
293
- "update:modelValue": (...args: any[]) => void;
294
- "select-value": (...args: any[]) => void;
270
+ "select-value": (option: import('../../form/pl-select-plus/types').IOption) => void;
295
271
  }, string, {
296
272
  size: "small" | "large" | "medium";
297
273
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
@@ -301,8 +277,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
301
277
  iconColor: string;
302
278
  iconPosition: "left" | "right";
303
279
  nativeType: "button" | "submit" | "reset";
304
- options: any;
305
- modelValue: any;
306
280
  noIcon: boolean;
307
281
  sheetTitle: string;
308
282
  position: "" | "left" | "right";
@@ -312,3 +286,22 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
312
286
  };
313
287
  })>;
314
288
  export default PlButtonDropdown;
289
+ export type { TButtonProps };
290
+ declare module 'vue' {
291
+ interface GlobalComponents {
292
+ /**
293
+ * Параметры ButtonDropdown
294
+ *
295
+ * @property fullWidth boolean;
296
+ * @property disabled boolean;
297
+ * @property type 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
298
+ * @property size 'large' | 'medium' | 'small';
299
+ * @property icon IIcon;
300
+ * @property iconColor string;
301
+ * @property iconPosition 'left' | 'right';
302
+ * @property nativeType 'button'| 'submit'| 'reset' | undefined
303
+ * @property loading boolean;
304
+ */
305
+ PlButtonDropdown: import('vue').DefineComponent<TButtonProps>;
306
+ }
307
+ }
@@ -1,39 +1,119 @@
1
- import { TButtonProps } from '../pl-button';
1
+ import { IOption } from '../../form/pl-select-plus/types';
2
2
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
4
- fullWidth: boolean;
5
- disabled: boolean;
6
- type: string;
7
- size: string;
8
- icon: string;
9
- iconColor: string;
10
- iconPosition: string;
11
- nativeType: string;
12
- options: () => any[];
13
- modelValue: string;
14
- noIcon: boolean;
15
- sheetTitle: string;
16
- position: string;
17
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
- "update:modelValue": (...args: any[]) => void;
19
- "select-value": (...args: any[]) => void;
20
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
21
- fullWidth: boolean;
22
- disabled: boolean;
23
- type: string;
24
- size: string;
25
- icon: string;
26
- iconColor: string;
27
- iconPosition: string;
28
- nativeType: string;
29
- options: () => any[];
30
- modelValue: string;
31
- noIcon: boolean;
32
- sheetTitle: string;
33
- position: string;
34
- }>>> & {
35
- "onUpdate:modelValue"?: (...args: any[]) => any;
36
- "onSelect-value"?: (...args: any[]) => any;
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
4
+ modelValue: import('vue').PropType<IOption>;
5
+ size: {
6
+ type: import('vue').PropType<"small" | "large" | "medium">;
7
+ default: string;
8
+ };
9
+ type: {
10
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
11
+ default: string;
12
+ };
13
+ fullWidth: {
14
+ type: import('vue').PropType<boolean>;
15
+ default: boolean;
16
+ };
17
+ disabled: {
18
+ type: import('vue').PropType<boolean>;
19
+ default: boolean;
20
+ };
21
+ icon: {
22
+ type: import('vue').PropType<import('../../components').TIcon>;
23
+ default: string;
24
+ };
25
+ iconColor: {
26
+ type: import('vue').PropType<string>;
27
+ default: string;
28
+ };
29
+ iconPosition: {
30
+ type: import('vue').PropType<"left" | "right">;
31
+ default: string;
32
+ };
33
+ nativeType: {
34
+ type: import('vue').PropType<"button" | "submit" | "reset">;
35
+ default: string;
36
+ };
37
+ loading: {
38
+ type: import('vue').PropType<boolean>;
39
+ };
40
+ options: {
41
+ type: import('vue').PropType<any>;
42
+ };
43
+ iconClass: {
44
+ type: import('vue').PropType<string>;
45
+ };
46
+ noIcon: {
47
+ type: import('vue').PropType<boolean>;
48
+ default: boolean;
49
+ };
50
+ sheetTitle: {
51
+ type: import('vue').PropType<string>;
52
+ default: string;
53
+ };
54
+ position: {
55
+ type: import('vue').PropType<"" | "left" | "right">;
56
+ default: string;
57
+ };
58
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
59
+ "select-value": (option: IOption) => void;
60
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
61
+ modelValue: import('vue').PropType<IOption>;
62
+ size: {
63
+ type: import('vue').PropType<"small" | "large" | "medium">;
64
+ default: string;
65
+ };
66
+ type: {
67
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
68
+ default: string;
69
+ };
70
+ fullWidth: {
71
+ type: import('vue').PropType<boolean>;
72
+ default: boolean;
73
+ };
74
+ disabled: {
75
+ type: import('vue').PropType<boolean>;
76
+ default: boolean;
77
+ };
78
+ icon: {
79
+ type: import('vue').PropType<import('../../components').TIcon>;
80
+ default: string;
81
+ };
82
+ iconColor: {
83
+ type: import('vue').PropType<string>;
84
+ default: string;
85
+ };
86
+ iconPosition: {
87
+ type: import('vue').PropType<"left" | "right">;
88
+ default: string;
89
+ };
90
+ nativeType: {
91
+ type: import('vue').PropType<"button" | "submit" | "reset">;
92
+ default: string;
93
+ };
94
+ loading: {
95
+ type: import('vue').PropType<boolean>;
96
+ };
97
+ options: {
98
+ type: import('vue').PropType<any>;
99
+ };
100
+ iconClass: {
101
+ type: import('vue').PropType<string>;
102
+ };
103
+ noIcon: {
104
+ type: import('vue').PropType<boolean>;
105
+ default: boolean;
106
+ };
107
+ sheetTitle: {
108
+ type: import('vue').PropType<string>;
109
+ default: string;
110
+ };
111
+ position: {
112
+ type: import('vue').PropType<"" | "left" | "right">;
113
+ default: string;
114
+ };
115
+ }>> & {
116
+ "onSelect-value"?: (option: IOption) => any;
37
117
  }, {
38
118
  size: "small" | "large" | "medium";
39
119
  type: "primary" | "secondary" | "alternative" | "error" | "empty";
@@ -43,8 +123,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
43
123
  iconColor: string;
44
124
  iconPosition: "left" | "right";
45
125
  nativeType: "button" | "submit" | "reset";
46
- options: any;
47
- modelValue: any;
48
126
  noIcon: boolean;
49
127
  sheetTitle: string;
50
128
  position: "" | "left" | "right";
@@ -52,23 +130,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
52
130
  default?(_: {}): any;
53
131
  }>;
54
132
  export default _default;
55
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
56
- type __VLS_TypePropsToRuntimeProps<T> = {
57
- [K in keyof T]-?: {} extends Pick<T, K> ? {
58
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
59
- } : {
60
- type: import('vue').PropType<T[K]>;
61
- required: true;
62
- };
63
- };
64
- type __VLS_WithDefaults<P, D> = {
65
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
66
- default: D[K];
67
- }> : P[K];
68
- };
69
- type __VLS_Prettify<T> = {
70
- [K in keyof T]: T[K];
71
- } & {};
72
133
  type __VLS_WithTemplateSlots<T, S> = T & {
73
134
  new (): {
74
135
  $slots: S;