@factoringplus/pl-components-pack-v3 1.2.30-pre-03 → 1.2.31-pre-01

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/components/{button → basic/pl-button}/index.d.ts +56 -55
  2. package/dist/components/{button → basic/pl-button}/pl-button.vue.d.ts +12 -11
  3. package/dist/components/{button → basic/pl-button}/types/index.d.ts +2 -1
  4. package/dist/components/{pl-dialog → basic/pl-dialog}/index.d.ts +2 -1
  5. package/dist/components/{pl-dialog → basic/pl-dialog}/pl-dialog-plus.vue.d.ts +15 -17
  6. package/dist/components/{pl-link → basic/pl-link}/index.d.ts +2 -1
  7. package/dist/components/{pl-link → basic/pl-link}/pl-link.vue.d.ts +7 -7
  8. package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/index.d.ts +2 -1
  9. package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/pl-scrollbar.vue.d.ts +8 -8
  10. package/dist/components/{pl-skeleton → basic/pl-skeleton}/index.d.ts +2 -1
  11. package/dist/components/{pl-skeleton → basic/pl-skeleton}/pl-skeleton.vue.d.ts +7 -7
  12. package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/index.d.ts +2 -1
  13. package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +8 -8
  14. package/dist/components/components.d.ts +39 -37
  15. package/dist/components/{pl-card → data/pl-card}/index.d.ts +2 -1
  16. package/dist/components/{pl-multitab → data/pl-multitab}/components/pl-tab-card.vue.d.ts +10 -9
  17. package/dist/components/{pl-multitab → data/pl-multitab}/index.d.ts +2 -1
  18. package/dist/components/{pl-multitab → data/pl-multitab}/pl-multitab.vue.d.ts +9 -8
  19. package/dist/components/{pl-multitab → data/pl-multitab}/types/index.d.ts +2 -1
  20. package/dist/components/{pl-snackbar → data/pl-snackbar}/index.d.ts +2 -1
  21. package/dist/components/{pl-snackbar → data/pl-snackbar}/pl-snackbar.vue.d.ts +9 -14
  22. package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +4 -0
  23. package/dist/components/data/pl-snackbar/types.d.ts +26 -0
  24. package/dist/components/{pl-stepper → data/pl-stepper}/index.d.ts +2 -1
  25. package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +57 -0
  26. package/dist/components/{pl-table-plus → data/pl-table-plus}/components/row-mask.vue.d.ts +6 -6
  27. package/dist/components/{pl-table-plus → data/pl-table-plus}/index.d.ts +2 -1
  28. package/dist/components/{pl-table-plus → data/pl-table-plus}/pl-table-plus.vue.d.ts +9 -9
  29. package/dist/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  30. package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab.vue.d.ts +8 -7
  31. package/dist/components/{pl-tabs → data/pl-tabs}/index.d.ts +2 -1
  32. package/dist/components/{pl-tabs → data/pl-tabs}/pl-tabs.vue.d.ts +7 -7
  33. package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +2 -1
  34. package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +2 -1
  35. package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +2 -1
  36. package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
  37. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
  38. package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +2 -1
  39. package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
  40. package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +11 -11
  41. package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +2 -1
  42. package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +2 -1
  43. package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +2 -1
  44. package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +2 -1
  45. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
  46. package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +2 -1
  47. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
  48. package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +2 -1
  49. package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
  50. package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +2 -1
  51. package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
  52. package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +2 -1
  53. package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
  54. package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +2 -1
  55. package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
  56. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +14 -13
  57. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts +13 -12
  58. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/index.d.ts +2 -1
  59. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/pl-autocompete.vue.d.ts +21 -20
  60. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/types/index.d.ts +3 -2
  61. package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/index.d.ts +2 -1
  62. package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +4 -4
  63. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +12 -15
  64. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +10 -13
  65. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/types/index.d.ts +2 -2
  66. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +5 -4
  67. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/index.d.ts +2 -1
  68. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +16 -15
  69. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +16 -15
  70. package/dist/components/{pl-form → form/pl-form}/index.d.ts +2 -1
  71. package/dist/components/{pl-form → form/pl-form}/pl-form.vue.d.ts +10 -9
  72. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts +11 -10
  73. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-default.vue.d.ts +18 -17
  74. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts +11 -10
  75. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts +11 -10
  76. package/dist/components/{pl-input-plus → form/pl-input-plus}/index.d.ts +2 -1
  77. package/dist/components/{pl-input-plus → form/pl-input-plus}/pl-input-plus.vue.d.ts +21 -20
  78. package/dist/components/{pl-input-plus → form/pl-input-plus}/types/index.d.ts +5 -4
  79. package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts +13 -12
  80. package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +11 -10
  81. package/dist/components/{pl-multi-select → form/pl-multi-select}/index.d.ts +2 -1
  82. package/dist/components/{pl-multi-select → form/pl-multi-select}/pl-multi-select.vue.d.ts +14 -13
  83. package/dist/components/{pl-multi-select → form/pl-multi-select}/types/index.d.ts +3 -2
  84. package/dist/components/{pl-radio → form/pl-radio}/index.d.ts +2 -1
  85. package/dist/components/{pl-radio → form/pl-radio}/pl-radio.vue.d.ts +3 -3
  86. package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +68 -0
  87. package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-default.vue.d.ts +14 -13
  88. package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-select-dropdown.vue.d.ts +11 -10
  89. package/dist/components/{pl-select-plus → form/pl-select-plus}/index.d.ts +2 -1
  90. package/dist/components/{pl-select-plus → form/pl-select-plus}/pl-select-plus.vue.d.ts +15 -14
  91. package/dist/components/{pl-select-plus → form/pl-select-plus}/types/index.d.ts +3 -2
  92. package/dist/components/{pl-switch → form/pl-switch}/index.d.ts +2 -1
  93. package/dist/components/{pl-switch → form/pl-switch}/pl-switch.vue.d.ts +3 -3
  94. package/dist/components/{pl-upload-plus → form/pl-upload-plus}/index.d.ts +2 -1
  95. package/dist/components/{pl-upload-plus → form/pl-upload-plus}/pl-upload-plus.vue.d.ts +14 -14
  96. package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +1 -0
  97. package/dist/components/{pl-icon → shared/pl-icon}/index.d.ts +3 -2
  98. package/dist/components/shared/pl-icon/pl-icon.vue.d.ts +13 -0
  99. package/dist/components/shared/pl-icon/types/index.d.ts +3 -0
  100. package/dist/components/{pl-label → shared/pl-label}/pl-label.vue.d.ts +3 -3
  101. package/dist/components/shared/pl-mark-text/index.d.ts +16 -0
  102. package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
  103. package/dist/components/{pl-option → shared/pl-option}/index.d.ts +2 -1
  104. package/dist/components/{pl-option → shared/pl-option}/pl-option.vue.d.ts +7 -7
  105. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/index.d.ts +2 -1
  106. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/pl-tab-pane.vue.d.ts +10 -9
  107. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/types/index.d.ts +2 -1
  108. package/dist/components/{pl-tags/pl-tags.vue.d.ts → shared/pl-tags-chips/pl-tags-chips.vue.d.ts} +8 -8
  109. package/dist/components/shared/pl-text/components/pl-body1.vue.d.ts +21 -0
  110. package/dist/components/shared/pl-text/components/pl-body2.vue.d.ts +21 -0
  111. package/dist/components/shared/pl-text/components/pl-body3.vue.d.ts +21 -0
  112. package/dist/components/shared/pl-text/components/pl-bodyu.vue.d.ts +21 -0
  113. package/dist/components/shared/pl-text/components/pl-btn1.vue.d.ts +21 -0
  114. package/dist/components/shared/pl-text/components/pl-btn2.vue.d.ts +21 -0
  115. package/dist/components/shared/pl-text/components/pl-btn3.vue.d.ts +21 -0
  116. package/dist/components/shared/pl-text/components/pl-cap.vue.d.ts +21 -0
  117. package/dist/components/shared/pl-text/components/pl-h1.vue.d.ts +21 -0
  118. package/dist/components/shared/pl-text/components/pl-h2.vue.d.ts +21 -0
  119. package/dist/components/shared/pl-text/components/pl-h3.vue.d.ts +21 -0
  120. package/dist/components/shared/pl-text/components/pl-h4.vue.d.ts +21 -0
  121. package/dist/components/shared/pl-text/components/pl-sub1.vue.d.ts +17 -0
  122. package/dist/components/shared/pl-text/components/pl-sub2.vue.d.ts +17 -0
  123. package/dist/components/shared/pl-text/components/pl-system.vue.d.ts +17 -0
  124. package/dist/components/shared/pl-text/components/pl-tag.vue.d.ts +17 -0
  125. package/dist/components/shared/pl-text/components/pl-title1.vue.d.ts +17 -0
  126. package/dist/components/shared/pl-text/components/pl-title2.vue.d.ts +17 -0
  127. package/dist/components/shared/pl-text/components/pl-title3.vue.d.ts +17 -0
  128. package/dist/components/{pl-text → shared/pl-text}/index.d.ts +2 -1
  129. package/dist/directives/index.d.ts +3 -1
  130. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -1
  131. package/dist/directives/vLoading.d.ts +2 -1
  132. package/dist/directives/vTap.d.ts +2 -1
  133. package/dist/directives/vTouchOutside.d.ts +2 -1
  134. package/dist/install-function/index.d.ts +4 -3
  135. package/dist/pl-components-pack-v3.d.ts +0 -2
  136. package/dist/pl-components-pack-v3.es.js +16896 -17035
  137. package/dist/pl-components-pack-v3.umd.js +41 -42
  138. package/dist/plugins/filters.d.ts +5 -3
  139. package/dist/plugins/loading/loading.d.ts +3 -1
  140. package/dist/services/plLoading.d.ts +1 -1
  141. package/dist/style.css +1 -1
  142. package/dist/utils/dadataParser.d.ts +2 -1
  143. package/dist/utils/deepSet.d.ts +3 -2
  144. package/dist/utils/formatAccount.d.ts +1 -1
  145. package/dist/utils/getSourceCode.d.ts +4 -1
  146. package/package.json +67 -79
  147. package/dist/components/entry.d.ts +0 -88
  148. package/dist/components/pl-icon/pl-icon.vue.d.ts +0 -12
  149. package/dist/components/pl-icon/types/index.d.ts +0 -2
  150. package/dist/components/pl-mark-text/index.d.ts +0 -2
  151. package/dist/components/pl-snackbar/renderSnackbar.d.ts +0 -4
  152. package/dist/components/pl-snackbar/types.d.ts +0 -21
  153. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +0 -21
  154. package/dist/components/pl-text/components/pl-body1.vue.d.ts +0 -21
  155. package/dist/components/pl-text/components/pl-body2.vue.d.ts +0 -21
  156. package/dist/components/pl-text/components/pl-body3.vue.d.ts +0 -21
  157. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +0 -21
  158. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +0 -21
  159. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +0 -21
  160. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +0 -21
  161. package/dist/components/pl-text/components/pl-cap.vue.d.ts +0 -21
  162. package/dist/components/pl-text/components/pl-h1.vue.d.ts +0 -21
  163. package/dist/components/pl-text/components/pl-h2.vue.d.ts +0 -21
  164. package/dist/components/pl-text/components/pl-h3.vue.d.ts +0 -21
  165. package/dist/components/pl-text/components/pl-h4.vue.d.ts +0 -21
  166. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +0 -17
  167. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +0 -17
  168. package/dist/components/pl-text/components/pl-system.vue.d.ts +0 -17
  169. package/dist/components/pl-text/components/pl-tag.vue.d.ts +0 -17
  170. package/dist/components/pl-text/components/pl-title1.vue.d.ts +0 -17
  171. package/dist/components/pl-text/components/pl-title2.vue.d.ts +0 -17
  172. package/dist/components/pl-text/components/pl-title3.vue.d.ts +0 -17
  173. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +0 -1
  174. package/dist/mockServiceWorker.js +0 -364
  175. /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
  176. /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/constants.d.ts +0 -0
  177. /package/dist/components/{pl-icon → shared/pl-icon}/types/iconsType.d.ts +0 -0
@@ -1,4 +1,5 @@
1
- import type { PartyElement } from './types';
1
+ import { PartyElement } from './types';
2
+
2
3
  declare function recipientBottomTextFunc(response: any[], getBottomText: any): any[];
3
4
  declare function innKppBottomTextFunc(e: PartyElement): string;
4
5
  declare function innAddressBottomTextFunc(e: PartyElement): string;
@@ -1,5 +1,6 @@
1
- declare function deepSetFunc(): {
1
+ interface IDeepSetFunc {
2
2
  add: (o: any) => void;
3
- };
3
+ }
4
+ declare function deepSetFunc(): IDeepSetFunc;
4
5
  export declare const deepSet: import('../install-function').SFCInstallWithContext<typeof deepSetFunc>;
5
6
  export default deepSet;
@@ -1,2 +1,2 @@
1
- declare const _default: (account: any) => string;
1
+ declare const _default: (account: string) => string;
2
2
  export default _default;
@@ -1,2 +1,5 @@
1
- declare const _default: (temp: any) => string;
1
+ declare const _default: (temp: {
2
+ setup: any;
3
+ template: string | any[];
4
+ }) => string;
2
5
  export default _default;
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "require": "./dist/pl-components-pack-v3.umd.js"
15
15
  }
16
16
  },
17
- "version": "1.2.30-pre-03",
17
+ "version": "1.2.31-pre-01",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",
@@ -25,6 +25,7 @@
25
25
  "publish-story": "npm i && npm run build && npm publish --access=public",
26
26
  "build-styles": "node ./buildStyles.js",
27
27
  "lint:eslint": "eslint .",
28
+ "lint:eslint:fix": "eslint --fix .",
28
29
  "lint:prettier": "prettier --write .",
29
30
  "prepare": "husky install",
30
31
  "docs:dev": "npm i && node ./buildStyles.js && vitepress dev docs",
@@ -41,90 +42,77 @@
41
42
  "*.js": "eslint --cache --fix"
42
43
  },
43
44
  "dependencies": {
44
- "@element-plus/icons-vue": "^1.1.4",
45
- "@mdx-js/react": "^2.3.0",
46
- "@storybook/addons": "^7.0.26",
47
- "@types/uniqid": "^5.3.4",
48
- "@vueuse/components": "^10.7.1",
49
- "@vueuse/core": "^10.7.1",
50
- "async-validator": "^4.2.5",
51
- "axios": "^0.26.1",
52
- "crypto-pro": "^2.5.2",
53
- "dayjs": "^1.11.9",
54
- "element-plus": "^2.3.7",
55
- "feather-icons": "^4.29.0",
56
- "js-file-download": "^0.4.12",
57
- "lodash": "^4.17.21",
58
- "lodash.isequal": "^4.5.0",
59
- "maska": "^1.5.2",
60
- "moment": "^2.29.4",
61
- "msw": "^0.43.1",
62
- "pinia": "^2.1.4",
63
- "uniqid": "^5.4.0",
64
- "vue": "^3.2.37",
65
- "vue-currency-input": "^3.0.5",
66
- "vue-feather": "^2.0.0",
67
- "vue-inline-svg": "^3.1.2",
68
- "vuedraggable": "^4.1.0",
69
- "vuex": "^4.1.0"
45
+ "@element-plus/icons-vue": "2.3.1",
46
+ "@storybook/addons": "7.6.17",
47
+ "@types/uniqid": "5.3.4",
48
+ "@vueuse/core": "10.11.0",
49
+ "@vueuse/shared": "10.11.0",
50
+ "async-validator": "4.2.5",
51
+ "axios": "0.26.1",
52
+ "crypto-pro": "2.5.2",
53
+ "dayjs": "1.11.11",
54
+ "element-plus": "2.3.7",
55
+ "lodash": "4.17.21",
56
+ "lodash.isequal": "4.5.0",
57
+ "maska": "1.5.2",
58
+ "moment": "2.30.1",
59
+ "pinia": "2.1.7",
60
+ "uniqid": "5.4.0",
61
+ "vue": "3.4.31",
62
+ "vue-currency-input": "3.1.0",
63
+ "vue-inline-svg": "3.1.3",
64
+ "vuex": "4.1.0"
70
65
  },
71
66
  "devDependencies": {
72
- "@babel/core": "^7.22.8",
73
- "@babel/eslint-parser": "^7.22.5",
74
- "@babel/preset-env": "^7.22.5",
75
- "@faker-js/faker": "^8.0.2",
76
- "@playwright/test": "^1.45.0",
77
- "@storybook/addon-actions": "^7.0.12",
78
- "@storybook/addon-essentials": "^7.0.26",
79
- "@storybook/addon-links": "^7.0.26",
80
- "@storybook/vue3": "^7.0.12",
81
- "@storybook/vue3-vite": "^7.0.26",
82
- "@types/node": "^20.4.0",
83
- "@typescript-eslint/eslint-plugin": "^5.57.0",
84
- "@typescript-eslint/parser": "^5.57.0",
85
- "@vitejs/plugin-vue": "^4.2.3",
86
- "@vue/compiler-sfc": "^3.3.1",
67
+ "@babel/core": "7.24.8",
68
+ "@babel/preset-env": "7.24.8",
69
+ "@faker-js/faker": "8.4.1",
70
+ "@playwright/test": "1.45.1",
71
+ "@storybook/addon-actions": "7.6.20",
72
+ "@storybook/addon-essentials": "7.6.20",
73
+ "@storybook/addon-links": "7.6.20",
74
+ "@storybook/vue3": "7.6.20",
75
+ "@storybook/vue3-vite": "7.6.20",
76
+ "@types/node": "18.19.39",
77
+ "@typescript-eslint/eslint-plugin": "5.62.0",
78
+ "@typescript-eslint/parser": "5.62.0",
79
+ "@vitejs/plugin-vue": "4.6.2",
87
80
  "@vue/eslint-config-airbnb": "^7.0.0",
88
- "@vue/eslint-config-prettier": "^7.1.0",
81
+ "@vue/eslint-config-prettier": "7.1.0",
89
82
  "@vue/eslint-config-typescript": "^11.0.2",
90
- "@vue/tsconfig": "^0.1.3",
91
- "allure-playwright": "^2.4.0",
92
- "autoprefixer": "^10.4.14",
93
- "babel-eslint": "^10.1.0",
94
- "babel-loader": "^9.1.2",
95
- "eslint": "^8.44.0",
83
+ "@vue/tsconfig": "0.1.3",
84
+ "allure-playwright": "2.15.1",
85
+ "babel-loader": "9.1.3",
86
+ "eslint": "8.57.0",
96
87
  "eslint-config-prettier": "8.8.0",
97
- "eslint-plugin-import": "^2.27.5",
98
- "eslint-plugin-prettier": "^4.2.1",
99
- "eslint-plugin-vue": "^9.15.1",
100
- "eslint-plugin-vuejs-accessibility": "^1.2.0",
88
+ "eslint-plugin-import": "2.29.1",
89
+ "eslint-plugin-prettier": "4.2.1",
90
+ "eslint-plugin-vue": "9.27.0",
91
+ "eslint-plugin-vuejs-accessibility": "1.2.0",
101
92
  "husky": "8.0.3",
102
93
  "lint-staged": "13.2.2",
103
- "node-sass": "^9.0.0",
104
- "postcss-html": "^1.6.0",
105
- "postcss-preset-env": "^8.3.0",
106
- "prettier": "^2.8.8",
107
- "react": "^18.2.0",
108
- "react-dom": "^18.2.0",
109
- "rollup-plugin-visualizer": "^5.9.2",
110
- "sass": "^1.63.6",
111
- "storybook": "^7.0.26",
112
- "style-dictionary": "^3.8.0",
113
- "stylelint": "^16.2.0",
114
- "stylelint-config-html": "^1.1.0",
115
- "stylelint-config-recess-order": "^4.4.0",
116
- "stylelint-config-standard-scss": "^13.0.0",
117
- "typescript": "^4.7.4",
118
- "unplugin-auto-import": "^0.15.2",
119
- "unplugin-vue-components": "^0.24.1",
120
- "vite": "^4.4.2",
121
- "vite-plugin-checker": "^0.5.6",
122
- "vite-plugin-dts": "^3.7.1",
123
- "vite-plugin-eslint": "^1.8.1",
124
- "vite-plugin-stylelint": "^5.3.1",
125
- "vite-svg-loader": "^4.0.0",
126
- "vitepress": "^1.1.4",
127
- "vue-loader": "^17.2.2",
128
- "vue-tsc": "^1.8.4"
94
+ "node-sass": "9.0.0",
95
+ "postcss-html": "1.7.0",
96
+ "postcss-preset-env": "8.5.1",
97
+ "prettier": "2.8.8",
98
+ "rollup-plugin-visualizer": "5.12.0",
99
+ "sass": "1.77.8",
100
+ "storybook": "7.6.20",
101
+ "style-dictionary": "3.9.2",
102
+ "stylelint": "16.7.0",
103
+ "stylelint-config-html": "1.1.0",
104
+ "stylelint-config-recess-order": "4.6.0",
105
+ "stylelint-config-standard-scss": "13.1.0",
106
+ "typescript": "4.9.5",
107
+ "unplugin-auto-import": "0.15.3",
108
+ "unplugin-vue-components": "0.24.1",
109
+ "vite": "4.4.3",
110
+ "vite-plugin-checker": "0.5.6",
111
+ "vite-plugin-dts": "3.9.1",
112
+ "vite-plugin-eslint": "1.8.1",
113
+ "vite-plugin-stylelint": "5.3.1",
114
+ "vite-svg-loader": "4.0.0",
115
+ "vitepress": "1.3.0",
116
+ "vue-tsc": "1.8.27"
129
117
  }
130
118
  }
@@ -1,88 +0,0 @@
1
- import type { App } from 'vue';
2
- import plLoading from '../services/plLoading';
3
- import loadingAndSetup from '../plugins/loading/loading';
4
-
5
-
6
-
7
-
8
-
9
-
10
- import type { IPlNotification } from './pl-snackbar/types';
11
- declare const Storybook: {
12
- apiJs: (optionsRequest: any, isGetResourse: boolean, token: any) => Promise<unknown>;
13
- plLoading: typeof plLoading;
14
- loader: typeof loadingAndSetup;
15
- formatCurrency: import("../install-function").SFCInstallWithContext<(number: string | number, showDecimal?: boolean, digitCount?: number) => string>;
16
- filters: import("../install-function").SFCInstallWithContext<() => {
17
- capitalize(value: string): string;
18
- displayDate(value: string | import("dayjs").Dayjs): string;
19
- }>;
20
- declOfNum: import("../install-function").SFCInstallWithContext<(value: number, words: string[]) => string>;
21
- isEqual: import("../install-function").SFCInstallWithContext<(<T>(obj1: T, obj2: T) => boolean)>;
22
- formatDate: import("../install-function").SFCInstallWithContext<(date: string, format: string) => string>;
23
- deepSet: import("../install-function").SFCInstallWithContext<() => {
24
- add: (o: any) => void;
25
- }>;
26
- dataParser: {
27
- recipientBottomText: import("../install-function").SFCInstallWithContext<(response: any[], getBottomText: any) => any[]>;
28
- innKppBottomText: import("../install-function").SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
29
- innAddressBottomText: import("../install-function").SFCInstallWithContext<(e: import('../utils/dadataParser').PartyElement) => string>;
30
- };
31
- cancelAllApiRequests: import("../install-function").SFCInstallWithContext<() => void>;
32
- length: number;
33
- toString(): string;
34
- toLocaleString(): string;
35
- pop(): import("vue").Plugin<any[]>;
36
- push(...items: import("vue").Plugin<any[]>[]): number;
37
- concat(...items: ConcatArray<import("vue").Plugin<any[]>>[]): import("vue").Plugin<any[]>[];
38
- concat(...items: (import("vue").Plugin<any[]> | ConcatArray<import("vue").Plugin<any[]>>)[]): import("vue").Plugin<any[]>[];
39
- join(separator?: string): string;
40
- reverse(): import("vue").Plugin<any[]>[];
41
- shift(): import("vue").Plugin<any[]>;
42
- slice(start?: number, end?: number): import("vue").Plugin<any[]>[];
43
- sort(compareFn?: (a: import("vue").Plugin<any[]>, b: import("vue").Plugin<any[]>) => number): import("vue").Plugin<any[]>[];
44
- splice(start: number, deleteCount?: number): import("vue").Plugin<any[]>[];
45
- splice(start: number, deleteCount: number, ...items: import("vue").Plugin<any[]>[]): import("vue").Plugin<any[]>[];
46
- unshift(...items: import("vue").Plugin<any[]>[]): number;
47
- indexOf(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): number;
48
- lastIndexOf(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): number;
49
- every<S extends import("vue").Plugin<any[]>>(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => value is S, thisArg?: any): this is S[];
50
- every(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
51
- some(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): boolean;
52
- forEach(callbackfn: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => void, thisArg?: any): void;
53
- map<U>(callbackfn: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => U, thisArg?: any): U[];
54
- filter<S_1 extends import("vue").Plugin<any[]>>(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => value is S_1, thisArg?: any): S_1[];
55
- filter(predicate: (value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): import("vue").Plugin<any[]>[];
56
- reduce(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
57
- reduce(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>, initialValue: import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
58
- reduce<U_1>(callbackfn: (previousValue: U_1, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => U_1, initialValue: U_1): U_1;
59
- reduceRight(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
60
- reduceRight(callbackfn: (previousValue: import("vue").Plugin<any[]>, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => import("vue").Plugin<any[]>, initialValue: import("vue").Plugin<any[]>): import("vue").Plugin<any[]>;
61
- reduceRight<U_2>(callbackfn: (previousValue: U_2, currentValue: import("vue").Plugin<any[]>, currentIndex: number, array: import("vue").Plugin<any[]>[]) => U_2, initialValue: U_2): U_2;
62
- find<S_2 extends import("vue").Plugin<any[]>>(predicate: (this: void, value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => value is S_2, thisArg?: any): S_2;
63
- find(predicate: (value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): import("vue").Plugin<any[]>;
64
- findIndex(predicate: (value: import("vue").Plugin<any[]>, index: number, obj: import("vue").Plugin<any[]>[]) => unknown, thisArg?: any): number;
65
- fill(value: import("vue").Plugin<any[]>, start?: number, end?: number): import("vue").Plugin<any[]>[];
66
- copyWithin(target: number, start: number, end?: number): import("vue").Plugin<any[]>[];
67
- entries(): IterableIterator<[number, import("vue").Plugin<any[]>]>;
68
- keys(): IterableIterator<number>;
69
- values(): IterableIterator<import("vue").Plugin<any[]>>;
70
- includes(searchElement: import("vue").Plugin<any[]>, fromIndex?: number): boolean;
71
- flatMap<U_3, This = undefined>(callback: (this: This, value: import("vue").Plugin<any[]>, index: number, array: import("vue").Plugin<any[]>[]) => U_3 | readonly U_3[], thisArg?: This): U_3[];
72
- flat<A, D extends number = 1>(this: A, depth?: D): FlatArray<A, D>[];
73
- at(index: number): import("vue").Plugin<any[]>;
74
- [Symbol.iterator](): IterableIterator<import("vue").Plugin<any[]>>;
75
- [Symbol.unscopables](): {
76
- copyWithin: boolean;
77
- entries: boolean;
78
- fill: boolean;
79
- find: boolean;
80
- findIndex: boolean;
81
- keys: boolean;
82
- values: boolean;
83
- };
84
- install: (app: App) => void;
85
- PlNotification: IPlNotification;
86
- };
87
- export * from './components';
88
- export default Storybook;
@@ -1,12 +0,0 @@
1
- import type { TIconProps } from './types';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<TIconProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TIconProps>>>, {}, {}>;
3
- export default _default;
4
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
- declare type __VLS_TypePropsToRuntimeProps<T> = {
6
- [K in keyof T]-?: {} extends Pick<T, K> ? {
7
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
- } : {
9
- type: import('vue').PropType<T[K]>;
10
- required: true;
11
- };
12
- };
@@ -1,2 +0,0 @@
1
- import type { TIcon, TIconProps } from './iconsType';
2
- export { TIcon, TIconProps };
@@ -1,2 +0,0 @@
1
- export declare const PlMarkText: import('../../install-function').SFCInstallWithContext<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
2
- export default PlMarkText;
@@ -1,4 +0,0 @@
1
-
2
- import type { IPlNotification } from './types';
3
- export declare const PlNotification: import('../../install-function').SFCInstallWithContext<IPlNotification>;
4
- export default PlNotification;
@@ -1,21 +0,0 @@
1
- import { TIcon } from '../pl-icon';
2
- export interface IProps {
3
- id: number;
4
- icon: TIcon;
5
- color: string;
6
- title: string;
7
- button: string;
8
- buttonAdd: string;
9
- action: Function;
10
- actionAdd: Function;
11
- message: string;
12
- blockHide: boolean;
13
- }
14
- export interface IPlNotification {
15
- success: Function;
16
- error: Function;
17
- warning: Function;
18
- info: Function;
19
- custom: Function;
20
- closeAll: Function;
21
- }
@@ -1,21 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- active: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- active: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- }>>, {
12
- active: boolean;
13
- }, {}>, {
14
- default?(_: {}): any;
15
- }>;
16
- export default _default;
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,21 +0,0 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
- default?(_: {}): any;
6
- }>;
7
- export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
- declare type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };