@factoringplus/pl-components-pack-v3 1.2.22-pre-05 → 1.2.22-pre-06

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 (149) hide show
  1. package/README.md +17 -17
  2. package/dist/components/button/index.d.ts +54 -55
  3. package/dist/components/button/pl-button.vue.d.ts +11 -12
  4. package/dist/components/button/types/index.d.ts +1 -2
  5. package/dist/components/components.d.ts +12 -14
  6. package/dist/components/{deprecated/currency-input → currency-input}/index.d.ts +1 -2
  7. package/dist/components/entry.d.ts +87 -0
  8. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +12 -13
  9. package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +12 -13
  10. package/dist/components/pl-autocomplete/index.d.ts +1 -2
  11. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +19 -20
  12. package/dist/components/pl-autocomplete/types/index.d.ts +2 -3
  13. package/dist/components/pl-card/index.d.ts +1 -2
  14. package/dist/components/{deprecated/pl-checkbox → pl-checkbox}/index.d.ts +1 -2
  15. package/dist/components/pl-checkbox-plus/index.d.ts +1 -2
  16. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +4 -4
  17. package/dist/components/{deprecated/pl-date-picker → pl-date-picker}/index.d.ts +1 -2
  18. package/dist/components/{deprecated/pl-date-picker-legacy → pl-date-picker-legacy}/index.d.ts +1 -2
  19. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +15 -12
  20. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +13 -10
  21. package/dist/components/pl-date-picker-plus/common/types/index.d.ts +2 -2
  22. package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +4 -5
  23. package/dist/components/pl-date-picker-plus/index.d.ts +1 -2
  24. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +16 -17
  25. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +16 -17
  26. package/dist/components/pl-dialog/index.d.ts +1 -2
  27. package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +15 -25
  28. package/dist/components/{deprecated/pl-dialog → pl-dialog}/pl-dialog.vue.d.ts +9 -9
  29. package/dist/components/pl-form/index.d.ts +1 -2
  30. package/dist/components/pl-form/pl-form.vue.d.ts +9 -10
  31. package/dist/components/{deprecated/pl-form-item → pl-form-item}/index.d.ts +1 -2
  32. package/dist/components/pl-icon/index.d.ts +2 -3
  33. package/dist/components/pl-icon/pl-icon.vue.d.ts +4 -5
  34. package/dist/components/pl-icon/types/index.d.ts +1 -2
  35. package/dist/components/{deprecated/pl-input → pl-input}/index.d.ts +1 -2
  36. package/dist/components/{deprecated/pl-input-native → pl-input-native}/index.d.ts +1 -2
  37. package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +10 -11
  38. package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +16 -17
  39. package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +10 -11
  40. package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +10 -11
  41. package/dist/components/pl-input-plus/index.d.ts +1 -2
  42. package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +18 -19
  43. package/dist/components/pl-input-plus/types/index.d.ts +4 -5
  44. package/dist/components/pl-label/pl-label.vue.d.ts +3 -3
  45. package/dist/components/pl-link/index.d.ts +1 -2
  46. package/dist/components/pl-link/pl-link.vue.d.ts +7 -7
  47. package/dist/components/pl-mark-text/index.d.ts +1 -15
  48. package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +12 -13
  49. package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +11 -12
  50. package/dist/components/pl-multi-select/index.d.ts +1 -2
  51. package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +12 -13
  52. package/dist/components/pl-multi-select/types/index.d.ts +2 -3
  53. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +9 -10
  54. package/dist/components/pl-multitab/index.d.ts +1 -2
  55. package/dist/components/pl-multitab/pl-multitab.vue.d.ts +8 -9
  56. package/dist/components/pl-multitab/types/index.d.ts +1 -2
  57. package/dist/components/pl-option/index.d.ts +1 -2
  58. package/dist/components/pl-option/pl-option.vue.d.ts +5 -5
  59. package/dist/components/pl-radio/index.d.ts +1 -2
  60. package/dist/components/pl-radio/pl-radio.vue.d.ts +3 -3
  61. package/dist/components/pl-scrollbar/index.d.ts +1 -2
  62. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +9 -9
  63. package/dist/components/{deprecated/pl-select → pl-select}/index.d.ts +1 -2
  64. package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +13 -14
  65. package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +11 -12
  66. package/dist/components/pl-select-plus/index.d.ts +1 -2
  67. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +14 -15
  68. package/dist/components/pl-select-plus/types/index.d.ts +2 -3
  69. package/dist/components/pl-skeleton/index.d.ts +1 -2
  70. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +6 -6
  71. package/dist/components/pl-snackbar/index.d.ts +1 -2
  72. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +14 -9
  73. package/dist/components/pl-snackbar/renderSnackbar.d.ts +1 -1
  74. package/dist/components/pl-snackbar/types.d.ts +9 -14
  75. package/dist/components/pl-stepper/index.d.ts +1 -2
  76. package/dist/components/{deprecated/pl-suggestions → pl-suggestions}/index.d.ts +1 -2
  77. package/dist/components/pl-switch/index.d.ts +1 -2
  78. package/dist/components/pl-switch/pl-switch.vue.d.ts +3 -3
  79. package/dist/components/pl-tab-pane/index.d.ts +1 -2
  80. package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +9 -10
  81. package/dist/components/pl-tab-pane/types/index.d.ts +1 -2
  82. package/dist/components/{deprecated/pl-table → pl-table}/index.d.ts +1 -2
  83. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +8 -8
  84. package/dist/components/pl-table-plus/index.d.ts +1 -2
  85. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +13 -11
  86. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +3 -3
  87. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +7 -8
  88. package/dist/components/pl-tabs/index.d.ts +1 -2
  89. package/dist/components/pl-tabs/pl-tabs.vue.d.ts +7 -7
  90. package/dist/components/pl-tags/pl-tags.vue.d.ts +7 -7
  91. package/dist/components/pl-text/components/pl-body1.vue.d.ts +4 -4
  92. package/dist/components/pl-text/components/pl-body2.vue.d.ts +4 -4
  93. package/dist/components/pl-text/components/pl-body3.vue.d.ts +4 -4
  94. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +4 -4
  95. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +4 -4
  96. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +4 -4
  97. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +4 -4
  98. package/dist/components/pl-text/components/pl-cap.vue.d.ts +4 -4
  99. package/dist/components/pl-text/components/pl-h1.vue.d.ts +4 -4
  100. package/dist/components/pl-text/components/pl-h2.vue.d.ts +4 -4
  101. package/dist/components/pl-text/components/pl-h3.vue.d.ts +4 -4
  102. package/dist/components/pl-text/components/pl-h4.vue.d.ts +4 -4
  103. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +3 -3
  104. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +3 -3
  105. package/dist/components/pl-text/components/pl-system.vue.d.ts +3 -3
  106. package/dist/components/pl-text/components/pl-tag.vue.d.ts +3 -3
  107. package/dist/components/pl-text/components/pl-title1.vue.d.ts +3 -3
  108. package/dist/components/pl-text/components/pl-title2.vue.d.ts +3 -3
  109. package/dist/components/pl-text/components/pl-title3.vue.d.ts +3 -3
  110. package/dist/components/pl-text/index.d.ts +1 -2
  111. package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/index.d.ts +1 -2
  112. package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/pl-tooltip.vue.d.ts +9 -9
  113. package/dist/components/pl-tooltip-plus/index.d.ts +1 -2
  114. package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +9 -9
  115. package/dist/components/{deprecated/pl-upload → pl-upload}/index.d.ts +1 -2
  116. package/dist/components/{deprecated/pl-upload-legacy → pl-upload-legacy}/index.d.ts +1 -2
  117. package/dist/components/pl-upload-plus/index.d.ts +1 -2
  118. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +12 -16
  119. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -1
  120. package/dist/directives/index.d.ts +1 -3
  121. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +1 -2
  122. package/dist/directives/vLoading.d.ts +1 -2
  123. package/dist/directives/vTap.d.ts +1 -2
  124. package/dist/directives/vTouchOutside.d.ts +1 -2
  125. package/dist/install-function/index.d.ts +3 -4
  126. package/dist/mockServiceWorker.js +364 -0
  127. package/dist/pl-components-pack-v3.d.ts +2 -0
  128. package/dist/pl-components-pack-v3.es.js +21024 -21104
  129. package/dist/pl-components-pack-v3.umd.js +51 -45
  130. package/dist/plugins/filters.d.ts +3 -5
  131. package/dist/plugins/loading/loading.d.ts +1 -3
  132. package/dist/services/plLoading.d.ts +1 -1
  133. package/dist/style.css +1 -1
  134. package/dist/utils/dadataParser.d.ts +1 -2
  135. package/dist/utils/deepSet.d.ts +2 -3
  136. package/dist/utils/formatAccount.d.ts +1 -1
  137. package/dist/utils/getSourceCode.d.ts +1 -4
  138. package/package.json +80 -65
  139. package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +0 -77
  140. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +0 -72
  141. package/dist/components/deprecated/pl-dialog/index.d.ts +0 -6
  142. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +0 -147
  143. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +0 -112
  144. package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +0 -133
  145. package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +0 -124
  146. package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +0 -112
  147. package/dist/components/pl-mark-text/pl-mark-text.vue.d.ts +0 -16
  148. package/dist/components/pl-select-plus/components/pl-account.vue.d.ts +0 -68
  149. package/dist/components/pl-stepper/pl-stepper.vue.d.ts +0 -57
@@ -1,5 +1,4 @@
1
- import { PartyElement } from './types';
2
-
1
+ import type { PartyElement } from './types';
3
2
  declare function recipientBottomTextFunc(response: any[], getBottomText: any): any[];
4
3
  declare function innKppBottomTextFunc(e: PartyElement): string;
5
4
  declare function innAddressBottomTextFunc(e: PartyElement): string;
@@ -1,6 +1,5 @@
1
- interface IDeepSetFunc {
1
+ declare function deepSetFunc(): {
2
2
  add: (o: any) => void;
3
- }
4
- declare function deepSetFunc(): IDeepSetFunc;
3
+ };
5
4
  export declare const deepSet: import('../install-function').SFCInstallWithContext<typeof deepSetFunc>;
6
5
  export default deepSet;
@@ -1,2 +1,2 @@
1
- declare const _default: (account: string) => string;
1
+ declare const _default: (account: any) => string;
2
2
  export default _default;
@@ -1,5 +1,2 @@
1
- declare const _default: (temp: {
2
- setup: any;
3
- template: string | any[];
4
- }) => string;
1
+ declare const _default: (temp: any) => string;
5
2
  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.22-pre-05",
17
+ "version": "1.2.22-pre-06",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",
@@ -41,76 +41,91 @@
41
41
  "*.js": "eslint --cache --fix"
42
42
  },
43
43
  "dependencies": {
44
- "@storybook/addons": "7.6.17",
45
- "@types/uniqid": "5.3.4",
46
- "@vueuse/core": "10.11.0",
47
- "async-validator": "4.2.5",
48
- "axios": "0.26.1",
49
- "crypto-pro": "2.5.2",
50
- "dayjs": "1.11.11",
51
- "element-plus": "2.7.7",
52
- "lodash": "4.17.21",
53
- "lodash.isequal": "4.5.0",
54
- "lodash.throttle": "4.1.1",
55
- "maska": "1.5.2",
56
- "moment": "2.30.1",
57
- "pinia": "2.1.7",
58
- "uniqid": "5.4.0",
59
- "vue": "3.4.31",
60
- "vue-currency-input": "3.1.0",
61
- "vue-inline-svg": "3.1.3",
62
- "vuex": "4.1.0"
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.0",
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
+ "lodash.throttle": "^4.1.1",
60
+ "maska": "^1.5.2",
61
+ "moment": "^2.29.4",
62
+ "msw": "^0.43.1",
63
+ "pinia": "^2.1.4",
64
+ "uniqid": "^5.4.0",
65
+ "vue": "^3.2.37",
66
+ "vue-currency-input": "^3.0.5",
67
+ "vue-feather": "^2.0.0",
68
+ "vue-inline-svg": "^3.1.2",
69
+ "vuedraggable": "^4.1.0",
70
+ "vuex": "^4.1.0"
63
71
  },
64
72
  "devDependencies": {
65
- "@babel/core": "7.24.8",
66
- "@babel/preset-env": "7.24.8",
67
- "@faker-js/faker": "8.4.1",
68
- "@playwright/test": "1.45.1",
69
- "@storybook/addon-actions": "7.6.20",
70
- "@storybook/addon-essentials": "7.6.20",
71
- "@storybook/addon-links": "7.6.20",
72
- "@storybook/vue3": "7.6.20",
73
- "@storybook/vue3-vite": "7.6.20",
74
- "@types/node": "18.19.39",
75
- "@typescript-eslint/eslint-plugin": "5.62.0",
76
- "@typescript-eslint/parser": "5.62.0",
77
- "@vitejs/plugin-vue": "4.6.2",
78
- "@vue/eslint-config-prettier": "7.1.0",
73
+ "@babel/core": "^7.22.8",
74
+ "@babel/eslint-parser": "^7.22.5",
75
+ "@babel/preset-env": "^7.22.5",
76
+ "@faker-js/faker": "^8.0.2",
77
+ "@playwright/test": "^1.45.0",
78
+ "@storybook/addon-actions": "^7.0.12",
79
+ "@storybook/addon-essentials": "^7.0.26",
80
+ "@storybook/addon-links": "^7.0.26",
81
+ "@storybook/vue3": "^7.0.12",
82
+ "@storybook/vue3-vite": "^7.0.26",
83
+ "@types/node": "^20.4.0",
84
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
85
+ "@typescript-eslint/parser": "^5.57.0",
86
+ "@vitejs/plugin-vue": "^4.2.3",
87
+ "@vue/compiler-sfc": "^3.3.1",
79
88
  "@vue/eslint-config-airbnb": "^7.0.0",
89
+ "@vue/eslint-config-prettier": "^7.1.0",
80
90
  "@vue/eslint-config-typescript": "^11.0.2",
81
- "@vue/tsconfig": "0.1.3",
82
- "allure-playwright": "2.15.1",
83
- "babel-loader": "9.1.3",
84
- "eslint": "8.57.0",
91
+ "@vue/tsconfig": "^0.1.3",
92
+ "allure-playwright": "^2.4.0",
93
+ "autoprefixer": "^10.4.14",
94
+ "babel-eslint": "^10.1.0",
95
+ "babel-loader": "^9.1.2",
96
+ "eslint": "^8.44.0",
85
97
  "eslint-config-prettier": "8.8.0",
86
- "eslint-plugin-import": "2.29.1",
87
- "eslint-plugin-prettier": "4.2.1",
88
- "eslint-plugin-vue": "9.27.0",
89
- "eslint-plugin-vuejs-accessibility": "1.2.0",
98
+ "eslint-plugin-import": "^2.27.5",
99
+ "eslint-plugin-prettier": "^4.2.1",
100
+ "eslint-plugin-vue": "^9.15.1",
101
+ "eslint-plugin-vuejs-accessibility": "^1.2.0",
90
102
  "husky": "8.0.3",
91
103
  "lint-staged": "13.2.2",
92
- "node-sass": "9.0.0",
93
- "postcss-html": "1.7.0",
94
- "postcss-preset-env": "8.5.1",
95
- "prettier": "2.8.8",
96
- "rollup-plugin-visualizer": "5.12.0",
97
- "sass": "1.77.8",
98
- "storybook": "7.6.20",
99
- "style-dictionary": "3.9.2",
100
- "stylelint": "16.7.0",
101
- "stylelint-config-html": "1.1.0",
102
- "stylelint-config-recess-order": "4.6.0",
103
- "stylelint-config-standard-scss": "13.1.0",
104
- "typescript": "4.9.5",
105
- "unplugin-auto-import": "0.15.3",
106
- "unplugin-vue-components": "0.24.1",
107
- "vite": "4.4.3",
108
- "vite-plugin-checker": "0.5.6",
109
- "vite-plugin-dts": "3.9.1",
110
- "vite-plugin-eslint": "1.8.1",
111
- "vite-plugin-stylelint": "5.3.1",
112
- "vite-svg-loader": "4.0.0",
113
- "vitepress": "1.3.0",
114
- "vue-tsc": "1.8.27"
104
+ "node-sass": "^9.0.0",
105
+ "postcss-html": "^1.6.0",
106
+ "postcss-preset-env": "^8.3.0",
107
+ "prettier": "^2.8.8",
108
+ "react": "^18.2.0",
109
+ "react-dom": "^18.2.0",
110
+ "rollup-plugin-visualizer": "^5.9.2",
111
+ "sass": "^1.63.6",
112
+ "storybook": "^7.0.26",
113
+ "style-dictionary": "^3.8.0",
114
+ "stylelint": "^16.2.0",
115
+ "stylelint-config-html": "^1.1.0",
116
+ "stylelint-config-recess-order": "^4.4.0",
117
+ "stylelint-config-standard-scss": "^13.0.0",
118
+ "typescript": "^4.7.4",
119
+ "unplugin-auto-import": "^0.15.2",
120
+ "unplugin-vue-components": "^0.24.1",
121
+ "vite": "^4.4.2",
122
+ "vite-plugin-checker": "^0.5.6",
123
+ "vite-plugin-dts": "^3.7.1",
124
+ "vite-plugin-eslint": "^1.8.1",
125
+ "vite-plugin-stylelint": "^5.3.1",
126
+ "vite-svg-loader": "^4.0.0",
127
+ "vitepress": "^1.1.4",
128
+ "vue-loader": "^17.2.2",
129
+ "vue-tsc": "^1.8.4"
115
130
  }
116
131
  }
@@ -1,77 +0,0 @@
1
-
2
- declare const _default: import('vue').DefineComponent<{
3
- modelValue: {
4
- type: ArrayConstructor;
5
- default: () => any[];
6
- };
7
- width: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- placeholder: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- label: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- isClose: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
- showInput: {
24
- type: BooleanConstructor;
25
- default: boolean;
26
- };
27
- teleport: {
28
- type: BooleanConstructor;
29
- default: boolean;
30
- };
31
- }, {
32
- clearDate: () => void;
33
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
34
- "update:modelValue": (...args: any[]) => void;
35
- changeOpen: (...args: any[]) => void;
36
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
37
- modelValue: {
38
- type: ArrayConstructor;
39
- default: () => any[];
40
- };
41
- width: {
42
- type: StringConstructor;
43
- default: string;
44
- };
45
- placeholder: {
46
- type: StringConstructor;
47
- default: string;
48
- };
49
- label: {
50
- type: StringConstructor;
51
- default: string;
52
- };
53
- isClose: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- showInput: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- teleport: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- }>> & {
66
- "onUpdate:modelValue"?: (...args: any[]) => any;
67
- onChangeOpen?: (...args: any[]) => any;
68
- }, {
69
- label: string;
70
- modelValue: unknown[];
71
- width: string;
72
- placeholder: string;
73
- isClose: boolean;
74
- showInput: boolean;
75
- teleport: boolean;
76
- }, {}>;
77
- export default _default;
@@ -1,72 +0,0 @@
1
-
2
- declare const _default: import('vue').DefineComponent<{
3
- modelValue: {
4
- type: StringConstructor;
5
- required: true;
6
- };
7
- rules: {
8
- type: ObjectConstructor;
9
- default: () => {};
10
- };
11
- prop: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- placeholder: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- label: {
20
- type: StringConstructor;
21
- default: string;
22
- };
23
- weekendsDisabled: {
24
- type: BooleanConstructor;
25
- default: boolean;
26
- };
27
- disabled: {
28
- type: BooleanConstructor;
29
- default: boolean;
30
- };
31
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
- "update:modelValue": (...args: any[]) => void;
33
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
34
- modelValue: {
35
- type: StringConstructor;
36
- required: true;
37
- };
38
- rules: {
39
- type: ObjectConstructor;
40
- default: () => {};
41
- };
42
- prop: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
- placeholder: {
47
- type: StringConstructor;
48
- default: string;
49
- };
50
- label: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- weekendsDisabled: {
55
- type: BooleanConstructor;
56
- default: boolean;
57
- };
58
- disabled: {
59
- type: BooleanConstructor;
60
- default: boolean;
61
- };
62
- }>> & {
63
- "onUpdate:modelValue"?: (...args: any[]) => any;
64
- }, {
65
- label: string;
66
- disabled: boolean;
67
- placeholder: string;
68
- prop: string;
69
- rules: Record<string, any>;
70
- weekendsDisabled: boolean;
71
- }, {}>;
72
- export default _default;
@@ -1,6 +0,0 @@
1
- import { App } from 'vue';
2
-
3
- declare const PlDialog: {
4
- install(app: App): void;
5
- };
6
- export default PlDialog;
@@ -1,147 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- placeholder: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- rules: {
7
- type: ObjectConstructor;
8
- default: () => {};
9
- };
10
- prop: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- isError: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- };
18
- label: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- modelValue: {
23
- type: StringConstructor;
24
- required: true;
25
- };
26
- options: {
27
- type: ObjectConstructor;
28
- required: true;
29
- };
30
- getValid: {
31
- type: (BooleanConstructor | NumberConstructor)[];
32
- default: boolean;
33
- };
34
- checked: {
35
- type: BooleanConstructor;
36
- default: boolean;
37
- };
38
- icon: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- tooltipText: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
- question: {
47
- type: BooleanConstructor;
48
- default: boolean;
49
- };
50
- info: {
51
- type: BooleanConstructor;
52
- default: boolean;
53
- };
54
- disabled: {
55
- type: BooleanConstructor;
56
- default: boolean;
57
- };
58
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
59
- "update:modelValue": (...args: any[]) => void;
60
- validate: (...args: any[]) => void;
61
- "visible-change": (...args: any[]) => void;
62
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
63
- placeholder: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- rules: {
68
- type: ObjectConstructor;
69
- default: () => {};
70
- };
71
- prop: {
72
- type: StringConstructor;
73
- default: string;
74
- };
75
- isError: {
76
- type: BooleanConstructor;
77
- default: boolean;
78
- };
79
- label: {
80
- type: StringConstructor;
81
- default: string;
82
- };
83
- modelValue: {
84
- type: StringConstructor;
85
- required: true;
86
- };
87
- options: {
88
- type: ObjectConstructor;
89
- required: true;
90
- };
91
- getValid: {
92
- type: (BooleanConstructor | NumberConstructor)[];
93
- default: boolean;
94
- };
95
- checked: {
96
- type: BooleanConstructor;
97
- default: boolean;
98
- };
99
- icon: {
100
- type: BooleanConstructor;
101
- default: boolean;
102
- };
103
- tooltipText: {
104
- type: StringConstructor;
105
- default: string;
106
- };
107
- question: {
108
- type: BooleanConstructor;
109
- default: boolean;
110
- };
111
- info: {
112
- type: BooleanConstructor;
113
- default: boolean;
114
- };
115
- disabled: {
116
- type: BooleanConstructor;
117
- default: boolean;
118
- };
119
- }>> & {
120
- "onUpdate:modelValue"?: (...args: any[]) => any;
121
- onValidate?: (...args: any[]) => any;
122
- "onVisible-change"?: (...args: any[]) => any;
123
- }, {
124
- label: string;
125
- disabled: boolean;
126
- icon: boolean;
127
- placeholder: string;
128
- prop: string;
129
- rules: Record<string, any>;
130
- getValid: number | boolean;
131
- checked: boolean;
132
- isError: boolean;
133
- tooltipText: string;
134
- question: boolean;
135
- info: boolean;
136
- }, {}>, {
137
- icon?(_: {}): any;
138
- "options-slot"?(_: {
139
- option: any;
140
- }): any;
141
- }>;
142
- export default _default;
143
- type __VLS_WithTemplateSlots<T, S> = T & {
144
- new (): {
145
- $slots: S;
146
- };
147
- };
@@ -1,112 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- rules: {
3
- type: ObjectConstructor;
4
- default(): {};
5
- };
6
- suggestionList: {
7
- type: ArrayConstructor;
8
- default(): any[];
9
- };
10
- label: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- prop: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- selectedItem: {
19
- default: string;
20
- };
21
- isError: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
- placeholder: {
26
- type: StringConstructor;
27
- default: string;
28
- };
29
- symbolsCountSearch: {
30
- type: NumberConstructor;
31
- default: number;
32
- };
33
- noData: {
34
- type: StringConstructor;
35
- default: string;
36
- };
37
- getValidate: {
38
- type: (BooleanConstructor | NumberConstructor)[];
39
- default: boolean;
40
- };
41
- memoryBlur: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
- change: (...args: any[]) => void;
47
- validate: (...args: any[]) => void;
48
- setValid: (...args: any[]) => void;
49
- fetchDadata: (...args: any[]) => void;
50
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
51
- rules: {
52
- type: ObjectConstructor;
53
- default(): {};
54
- };
55
- suggestionList: {
56
- type: ArrayConstructor;
57
- default(): any[];
58
- };
59
- label: {
60
- type: StringConstructor;
61
- default: string;
62
- };
63
- prop: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- selectedItem: {
68
- default: string;
69
- };
70
- isError: {
71
- type: BooleanConstructor;
72
- default: boolean;
73
- };
74
- placeholder: {
75
- type: StringConstructor;
76
- default: string;
77
- };
78
- symbolsCountSearch: {
79
- type: NumberConstructor;
80
- default: number;
81
- };
82
- noData: {
83
- type: StringConstructor;
84
- default: string;
85
- };
86
- getValidate: {
87
- type: (BooleanConstructor | NumberConstructor)[];
88
- default: boolean;
89
- };
90
- memoryBlur: {
91
- type: BooleanConstructor;
92
- default: boolean;
93
- };
94
- }>> & {
95
- onChange?: (...args: any[]) => any;
96
- onValidate?: (...args: any[]) => any;
97
- onSetValid?: (...args: any[]) => any;
98
- onFetchDadata?: (...args: any[]) => any;
99
- }, {
100
- label: string;
101
- placeholder: string;
102
- prop: string;
103
- rules: Record<string, any>;
104
- isError: boolean;
105
- suggestionList: unknown[];
106
- selectedItem: string;
107
- symbolsCountSearch: number;
108
- noData: string;
109
- getValidate: number | boolean;
110
- memoryBlur: boolean;
111
- }, {}>;
112
- export default _default;