@pusdn/pgz-comp-elep 0.2.1

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 (124) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +4 -0
  3. package/global.d.ts +150 -0
  4. package/lib/adaptive-page/index.d.ts +17096 -0
  5. package/lib/adaptive-page/src/index.vue.d.ts +5731 -0
  6. package/lib/adaptive-page/src/type.d.ts +9 -0
  7. package/lib/button/index.d.ts +134 -0
  8. package/lib/button/src/index.vue.d.ts +67 -0
  9. package/lib/button/src/type.d.ts +10 -0
  10. package/lib/chart/index.d.ts +164 -0
  11. package/lib/chart/src/index.vue.d.ts +77 -0
  12. package/lib/chart/src/type.d.ts +7 -0
  13. package/lib/checkbox/index.d.ts +206 -0
  14. package/lib/checkbox/src/checkbox.d.ts +5 -0
  15. package/lib/checkbox/src/index.vue.d.ts +91 -0
  16. package/lib/components.d.ts +57 -0
  17. package/lib/date-picker/index.d.ts +170 -0
  18. package/lib/date-picker/src/index.vue.d.ts +77 -0
  19. package/lib/date-picker/src/type.d.ts +10 -0
  20. package/lib/detail/index.d.ts +182 -0
  21. package/lib/detail/src/index.vue.d.ts +88 -0
  22. package/lib/detail/src/renderLabel.vue.d.ts +8 -0
  23. package/lib/detail/src/renderTooltip.vue.d.ts +8 -0
  24. package/lib/detail/src/type.d.ts +27 -0
  25. package/lib/favicon.ico +0 -0
  26. package/lib/form/index.d.ts +308 -0
  27. package/lib/form/src/index.vue.d.ts +125 -0
  28. package/lib/form/src/renderBtn.vue.d.ts +8 -0
  29. package/lib/form/src/renderComp.vue.d.ts +8 -0
  30. package/lib/form/src/type.d.ts +26 -0
  31. package/lib/index.d.ts +37 -0
  32. package/lib/input/index.d.ts +215 -0
  33. package/lib/input/src/index.vue.d.ts +109 -0
  34. package/lib/input/src/type.d.ts +13 -0
  35. package/lib/layout-page/index.d.ts +114 -0
  36. package/lib/layout-page/src/index.vue.d.ts +62 -0
  37. package/lib/layout-page-item/index.d.ts +35 -0
  38. package/lib/layout-page-item/src/index.vue.d.ts +14 -0
  39. package/lib/module-form/index.d.ts +530 -0
  40. package/lib/module-form/src/index.vue.d.ts +243 -0
  41. package/lib/module-form/src/moduleDetail.vue.d.ts +30 -0
  42. package/lib/module-form/src/moduleForm.vue.d.ts +36 -0
  43. package/lib/module-form/src/type.d.ts +19 -0
  44. package/lib/pgz-checkbox/index.d.ts +149 -0
  45. package/lib/pgz-checkbox/src/index.vue.d.ts +65 -0
  46. package/lib/pgz-checkbox/src/type.d.ts +12 -0
  47. package/lib/pgz-comp-elep.es.js +39696 -0
  48. package/lib/pgz-comp-elep.es.js.gz +0 -0
  49. package/lib/pgz-comp-elep.umd.js +261 -0
  50. package/lib/pgz-comp-elep.umd.js.gz +0 -0
  51. package/lib/pgz-html-preview-modal/index.d.ts +77 -0
  52. package/lib/pgz-html-preview-modal/src/index.vue.d.ts +22 -0
  53. package/lib/pgz-html-preview-modal/src/type.d.ts +7 -0
  54. package/lib/pgz-search-select/index.d.ts +5 -0
  55. package/lib/pgz-search-select/src/index.vue.d.ts +194 -0
  56. package/lib/pgz-search-select/src/type.d.ts +16 -0
  57. package/lib/pgz-tdt-mark/index.d.ts +407 -0
  58. package/lib/pgz-tdt-mark/src/env.d.ts +7 -0
  59. package/lib/pgz-tdt-mark/src/index.vue.d.ts +167 -0
  60. package/lib/pgz-tdt-mark/src/props.d.ts +63 -0
  61. package/lib/pgz-tdt-mark/src/types/index.d.ts +1 -0
  62. package/lib/pgz-tdt-mark/src/types/tdt.d.ts +88 -0
  63. package/lib/pgz-tdt-ploygon/index.d.ts +401 -0
  64. package/lib/pgz-tdt-ploygon/src/env.d.ts +7 -0
  65. package/lib/pgz-tdt-ploygon/src/index.vue.d.ts +164 -0
  66. package/lib/pgz-tdt-ploygon/src/props.d.ts +35 -0
  67. package/lib/pgz-tdt-ploygon/src/tmp-fix.d.ts +10 -0
  68. package/lib/pgz-tdt-ploygon/src/types/index.d.ts +1 -0
  69. package/lib/pgz-tdt-ploygon/src/types/tdt.d.ts +120 -0
  70. package/lib/pgz-tdt-ploygon/src/types.d.ts +27 -0
  71. package/lib/pgz-video-xg-modal/index.d.ts +181 -0
  72. package/lib/pgz-video-xg-modal/src/env.d.ts +7 -0
  73. package/lib/pgz-video-xg-modal/src/index.vue.d.ts +73 -0
  74. package/lib/pgz-video-xg-modal/src/types/xgplayer.d.ts +59 -0
  75. package/lib/query-condition/index.d.ts +701 -0
  76. package/lib/query-condition/src/index.vue.d.ts +326 -0
  77. package/lib/query-condition/src/moreChoose.vue.d.ts +37 -0
  78. package/lib/query-condition/src/renderComp.vue.d.ts +8 -0
  79. package/lib/query-condition/src/type.d.ts +21 -0
  80. package/lib/query-condition/src/useComputed.d.ts +27 -0
  81. package/lib/radio/index.d.ts +206 -0
  82. package/lib/radio/src/index.vue.d.ts +91 -0
  83. package/lib/radio/src/radio.d.ts +12 -0
  84. package/lib/select/index.d.ts +371 -0
  85. package/lib/select/src/index.vue.d.ts +200 -0
  86. package/lib/select/src/type.d.ts +42 -0
  87. package/lib/select-icon/index.d.ts +174 -0
  88. package/lib/select-icon/src/index.vue.d.ts +89 -0
  89. package/lib/select-table/index.d.ts +2165 -0
  90. package/lib/select-table/src/index.vue.d.ts +963 -0
  91. package/lib/select-table/src/renderCol.vue.d.ts +20 -0
  92. package/lib/select-table/src/type.d.ts +56 -0
  93. package/lib/select-table/src/useVirtualized.d.ts +11 -0
  94. package/lib/step-wizard/index.d.ts +146 -0
  95. package/lib/step-wizard/src/index.vue.d.ts +71 -0
  96. package/lib/step-wizard/src/type.d.ts +25 -0
  97. package/lib/style.css +1 -0
  98. package/lib/style.css.gz +0 -0
  99. package/lib/table/index.d.ts +2540 -0
  100. package/lib/table/src/ColumnSet.vue.d.ts +148 -0
  101. package/lib/table/src/TTableColumn.vue.d.ts +173 -0
  102. package/lib/table/src/index.vue.d.ts +941 -0
  103. package/lib/table/src/operator.vue.d.ts +80 -0
  104. package/lib/table/src/renderCol.vue.d.ts +20 -0
  105. package/lib/table/src/renderHeader.vue.d.ts +16 -0
  106. package/lib/table/src/singleEdit.vue.d.ts +122 -0
  107. package/lib/table/src/singleEditCell.vue.d.ts +120 -0
  108. package/lib/table/src/tableProps.d.ts +100 -0
  109. package/lib/table/src/useExpose.d.ts +16 -0
  110. package/lib/table/src/useVirtualized.d.ts +9 -0
  111. package/lib/tabs/index.d.ts +69 -0
  112. package/lib/tabs/src/index.vue.d.ts +34 -0
  113. package/lib/timer-btn/index.d.ts +92 -0
  114. package/lib/timer-btn/src/index.vue.d.ts +43 -0
  115. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  116. package/lib/utils/http/api.d.ts +76 -0
  117. package/lib/utils/http/index.d.ts +74 -0
  118. package/lib/utils/http/types.d.ts +13 -0
  119. package/lib/utils/index.d.ts +40 -0
  120. package/lib/weixin.jpg +0 -0
  121. package/lib/withInstall.d.ts +4 -0
  122. package/lib/wocwin.jpg +0 -0
  123. package/package.json +111 -0
  124. package/typings/index.d.ts +161 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 PUSDN
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # pgz-comp-elep
2
+
3
+ 使用文档
4
+ https://pusdn-dev.feishu.cn/wiki/QufHwTWPeiomhXkaVwcc70Min9f?from=from_copylink
package/global.d.ts ADDED
@@ -0,0 +1,150 @@
1
+
2
+ import TLayoutPage from './lib/layout-page/src/index.vue'
3
+ import TLayoutPageItem from './lib/layout-page-item/src/index.vue'
4
+ import TQueryCondition from './lib/query-condition/src/index.vue'
5
+ import TTable from './lib/table/src/index.vue'
6
+ import TForm from './lib/form/src/index.vue'
7
+ import TSelect from './lib/select/src/index.vue'
8
+ import TSelectTable from './lib/select-table/src/index.vue'
9
+ import TDetail from './lib/detail/src/index.vue'
10
+ import TButton from './lib/button/src/index.vue'
11
+ import TStepWizard from './lib/step-wizard/src/index.vue'
12
+ import TTimerBtn from './lib/timer-btn/src/index.vue'
13
+ import TModuleForm from './lib/module-form/src/index.vue'
14
+ import TAdaptivePage from './lib/adaptive-page/src/index.vue'
15
+ import TDatePicker from './lib/date-picker/src/index.vue'
16
+ import TChart from './lib/chart/src/index.vue'
17
+ import TCheckbox from './lib/checkbox/src/index.vue'
18
+ import TInput from './lib/input/src/index.vue'
19
+ import TRadio from './lib/radio/src/index.vue'
20
+ import TSelectIcon from './lib/select-icon/src/index.vue'
21
+ import TTabs from './lib/tabs/src/index.vue'
22
+ // GlobalComponents for Volar
23
+ declare module '@vue/runtime-core' {
24
+ export interface GlobalComponents {
25
+ ElAffix: typeof import('element-plus')['ElAffix']
26
+ ElAlert: typeof import('element-plus')['ElAlert']
27
+ ElAside: typeof import('element-plus')['ElAside']
28
+ ElAutocomplete: typeof import('element-plus')['ElAutocomplete']
29
+ ElAvatar: typeof import('element-plus')['ElAvatar']
30
+ ElBacktop: typeof import('element-plus')['ElBacktop']
31
+ ElBadge: typeof import('element-plus')['ElBadge']
32
+ ElBreadcrumb: typeof import('element-plus')['ElBreadcrumb']
33
+ ElBreadcrumbItem: typeof import('element-plus')['ElBreadcrumbItem']
34
+ ElButton: typeof import('element-plus')['ElButton']
35
+ ElButtonGroup: typeof import('element-plus')['ElButtonGroup']
36
+ ElCalendar: typeof import('element-plus')['ElCalendar']
37
+ ElCard: typeof import('element-plus')['ElCard']
38
+ ElCarousel: typeof import('element-plus')['ElCarousel']
39
+ ElCarouselItem: typeof import('element-plus')['ElCarouselItem']
40
+ ElCascader: typeof import('element-plus')['ElCascader']
41
+ ElCascaderPanel: typeof import('element-plus')['ElCascaderPanel']
42
+ ElCheckbox: typeof import('element-plus')['ElCheckbox']
43
+ ElCheckboxButton: typeof import('element-plus')['ElCheckboxButton']
44
+ ElCheckboxGroup: typeof import('element-plus')['ElCheckboxGroup']
45
+ ElCol: typeof import('element-plus')['ElCol']
46
+ ElCollapse: typeof import('element-plus')['ElCollapse']
47
+ ElCollapseItem: typeof import('element-plus')['ElCollapseItem']
48
+ ElCollapseTransition: typeof import('element-plus')['ElCollapseTransition']
49
+ ElColorPicker: typeof import('element-plus')['ElColorPicker']
50
+ ElContainer: typeof import('element-plus')['ElContainer']
51
+ ElConfigProvider: typeof import('element-plus')['ElConfigProvider']
52
+ ElDatePicker: typeof import('element-plus')['ElDatePicker']
53
+ ElDialog: typeof import('element-plus')['ElDialog']
54
+ ElDivider: typeof import('element-plus')['ElDivider']
55
+ ElDrawer: typeof import('element-plus')['ElDrawer']
56
+ ElDropdown: typeof import('element-plus')['ElDropdown']
57
+ ElDropdownItem: typeof import('element-plus')['ElDropdownItem']
58
+ ElDropdownMenu: typeof import('element-plus')['ElDropdownMenu']
59
+ ElEmpty: typeof import('element-plus')['ElEmpty']
60
+ ElFooter: typeof import('element-plus')['ElFooter']
61
+ ElForm: typeof import('element-plus')['ElForm']
62
+ ElFormItem: typeof import('element-plus')['ElFormItem']
63
+ ElHeader: typeof import('element-plus')['ElHeader']
64
+ ElIcon: typeof import('element-plus')['ElIcon']
65
+ ElImage: typeof import('element-plus')['ElImage']
66
+ ElImageViewer: typeof import('element-plus')['ElImageViewer']
67
+ ElInput: typeof import('element-plus')['ElInput']
68
+ ElInputNumber: typeof import('element-plus')['ElInputNumber']
69
+ ElLink: typeof import('element-plus')['ElLink']
70
+ ElMain: typeof import('element-plus')['ElMain']
71
+ ElMenu: typeof import('element-plus')['ElMenu']
72
+ ElMenuItem: typeof import('element-plus')['ElMenuItem']
73
+ ElMenuItemGroup: typeof import('element-plus')['ElMenuItemGroup']
74
+ ElOption: typeof import('element-plus')['ElOption']
75
+ ElOptionGroup: typeof import('element-plus')['ElOptionGroup']
76
+ ElPageHeader: typeof import('element-plus')['ElPageHeader']
77
+ ElPagination: typeof import('element-plus')['ElPagination']
78
+ ElPopconfirm: typeof import('element-plus')['ElPopconfirm']
79
+ ElPopper: typeof import('element-plus')['ElPopper']
80
+ ElPopover: typeof import('element-plus')['ElPopover']
81
+ ElProgress: typeof import('element-plus')['ElProgress']
82
+ ElRadio: typeof import('element-plus')['ElRadio']
83
+ ElRadioButton: typeof import('element-plus')['ElRadioButton']
84
+ ElRadioGroup: typeof import('element-plus')['ElRadioGroup']
85
+ ElRate: typeof import('element-plus')['ElRate']
86
+ ElRow: typeof import('element-plus')['ElRow']
87
+ ElScrollbar: typeof import('element-plus')['ElScrollbar']
88
+ ElSelect: typeof import('element-plus')['ElSelect']
89
+ ElSlider: typeof import('element-plus')['ElSlider']
90
+ ElStep: typeof import('element-plus')['ElStep']
91
+ ElSteps: typeof import('element-plus')['ElSteps']
92
+ ElSubMenu: typeof import('element-plus')['ElSubMenu']
93
+ ElSwitch: typeof import('element-plus')['ElSwitch']
94
+ ElTabPane: typeof import('element-plus')['ElTabPane']
95
+ ElTable: typeof import('element-plus')['ElTable']
96
+ ElTableColumn: typeof import('element-plus')['ElTableColumn']
97
+ ElTabs: typeof import('element-plus')['ElTabs']
98
+ ElTag: typeof import('element-plus')['ElTag']
99
+ ElTimePicker: typeof import('element-plus')['ElTimePicker']
100
+ ElTimeSelect: typeof import('element-plus')['ElTimeSelect']
101
+ ElTimeline: typeof import('element-plus')['ElTimeline']
102
+ ElTimelineItem: typeof import('element-plus')['ElTimelineItem']
103
+ ElTooltip: typeof import('element-plus')['ElTooltip']
104
+ ElTransfer: typeof import('element-plus')['ElTransfer']
105
+ ElTree: typeof import('element-plus')['ElTree']
106
+ ElTreeV2: typeof import('element-plus')['ElTreeV2']
107
+ ElUpload: typeof import('element-plus')['ElUpload']
108
+ ElSpace: typeof import('element-plus')['ElSpace']
109
+ ElSkeleton: typeof import('element-plus')['ElSkeleton']
110
+ ElSkeletonItem: typeof import('element-plus')['ElSkeletonItem']
111
+ ElCheckTag: typeof import('element-plus')['ElCheckTag']
112
+ ElDescriptions: typeof import('element-plus')['ElDescriptions']
113
+ ElDescriptionsItem: typeof import('element-plus')['ElDescriptionsItem']
114
+ ElResult: typeof import('element-plus')['ElResult']
115
+ ElSelectV2: typeof import('element-plus')['ElSelectV2']
116
+ TLayoutPage: typeof TLayoutPage
117
+ TLayoutPageItem: typeof TLayoutPageItem
118
+ TQueryCondition: typeof TQueryCondition
119
+ TTable: typeof TTable
120
+ TForm: typeof TForm
121
+ TSelect: typeof TSelect
122
+ TSelectTable: typeof TSelectTable
123
+ TDetail: typeof TDetail
124
+ TButton: typeof TButton
125
+ TStepWizard: typeof TStepWizard
126
+ TTimerBtn: typeof TTimerBtn
127
+ TModuleForm: typeof TModuleForm
128
+ TAdaptivePage: typeof TAdaptivePage
129
+ TDatePicker: typeof TDatePicker
130
+ TChart: typeof TChart
131
+ TCheckbox: typeof TCheckbox
132
+ TInput: typeof TInput
133
+ TRadio: typeof TRadio
134
+ TSelectIcon: typeof TSelectIcon
135
+ TTabs: typeof TTabs
136
+ }
137
+
138
+ interface ComponentCustomProperties {
139
+ $message: typeof import('element-plus')['ElMessage']
140
+ $notify: typeof import('element-plus')['ElNotification']
141
+ $msgbox: typeof import('element-plus')['ElMessageBox']
142
+ $messageBox: typeof import('element-plus')['ElMessageBox']
143
+ $alert: typeof import('element-plus')['ElMessageBox']['alert']
144
+ $confirm: typeof import('element-plus')['ElMessageBox']['confirm']
145
+ $prompt: typeof import('element-plus')['ElMessageBox']['prompt']
146
+ $loading: typeof import('element-plus')['ElLoadingService']
147
+ }
148
+ }
149
+
150
+ export { }