rc-test1 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.vscode/extensions.json +3 -0
- package/README.md +18 -0
- package/auto-imports.d.ts +73 -0
- package/components.d.ts +57 -0
- package/dist/rule-chain.es.js +48326 -0
- package/dist/rule-chain.umd.js +157 -0
- package/dist/style.css +1 -0
- package/eslintrc.cjs +53 -0
- package/package.json +45 -0
- package/prettierrc.json +10 -0
- package/stylelintrc.cjs +53 -0
package/README.md
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
# Vue 3 + TypeScript + Vite
|
2
|
+
|
3
|
+
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
4
|
+
|
5
|
+
## Recommended IDE Setup
|
6
|
+
|
7
|
+
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
8
|
+
|
9
|
+
## Type Support For `.vue` Imports in TS
|
10
|
+
|
11
|
+
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
|
12
|
+
|
13
|
+
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
|
14
|
+
|
15
|
+
1. Disable the built-in TypeScript Extension
|
16
|
+
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
|
17
|
+
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
|
18
|
+
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
|
@@ -0,0 +1,73 @@
|
|
1
|
+
/* eslint-disable */
|
2
|
+
/* prettier-ignore */
|
3
|
+
// @ts-nocheck
|
4
|
+
// noinspection JSUnusedGlobalSymbols
|
5
|
+
// Generated by unplugin-auto-import
|
6
|
+
export {}
|
7
|
+
declare global {
|
8
|
+
const EffectScope: typeof import('vue')['EffectScope']
|
9
|
+
const ElMessage: typeof import('element-plus/es')['ElMessage']
|
10
|
+
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
|
11
|
+
const computed: typeof import('vue')['computed']
|
12
|
+
const createApp: typeof import('vue')['createApp']
|
13
|
+
const customRef: typeof import('vue')['customRef']
|
14
|
+
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
15
|
+
const defineComponent: typeof import('vue')['defineComponent']
|
16
|
+
const effectScope: typeof import('vue')['effectScope']
|
17
|
+
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
18
|
+
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
19
|
+
const h: typeof import('vue')['h']
|
20
|
+
const inject: typeof import('vue')['inject']
|
21
|
+
const isProxy: typeof import('vue')['isProxy']
|
22
|
+
const isReactive: typeof import('vue')['isReactive']
|
23
|
+
const isReadonly: typeof import('vue')['isReadonly']
|
24
|
+
const isRef: typeof import('vue')['isRef']
|
25
|
+
const markRaw: typeof import('vue')['markRaw']
|
26
|
+
const nextTick: typeof import('vue')['nextTick']
|
27
|
+
const onActivated: typeof import('vue')['onActivated']
|
28
|
+
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
29
|
+
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
|
30
|
+
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
|
31
|
+
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
32
|
+
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
33
|
+
const onDeactivated: typeof import('vue')['onDeactivated']
|
34
|
+
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
|
35
|
+
const onMounted: typeof import('vue')['onMounted']
|
36
|
+
const onRenderTracked: typeof import('vue')['onRenderTracked']
|
37
|
+
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
|
38
|
+
const onScopeDispose: typeof import('vue')['onScopeDispose']
|
39
|
+
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
|
40
|
+
const onUnmounted: typeof import('vue')['onUnmounted']
|
41
|
+
const onUpdated: typeof import('vue')['onUpdated']
|
42
|
+
const provide: typeof import('vue')['provide']
|
43
|
+
const reactive: typeof import('vue')['reactive']
|
44
|
+
const readonly: typeof import('vue')['readonly']
|
45
|
+
const ref: typeof import('vue')['ref']
|
46
|
+
const resolveComponent: typeof import('vue')['resolveComponent']
|
47
|
+
const shallowReactive: typeof import('vue')['shallowReactive']
|
48
|
+
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
49
|
+
const shallowRef: typeof import('vue')['shallowRef']
|
50
|
+
const toRaw: typeof import('vue')['toRaw']
|
51
|
+
const toRef: typeof import('vue')['toRef']
|
52
|
+
const toRefs: typeof import('vue')['toRefs']
|
53
|
+
const toValue: typeof import('vue')['toValue']
|
54
|
+
const triggerRef: typeof import('vue')['triggerRef']
|
55
|
+
const unref: typeof import('vue')['unref']
|
56
|
+
const useAttrs: typeof import('vue')['useAttrs']
|
57
|
+
const useCssModule: typeof import('vue')['useCssModule']
|
58
|
+
const useCssVars: typeof import('vue')['useCssVars']
|
59
|
+
const useLink: typeof import('vue-router')['useLink']
|
60
|
+
const useRoute: typeof import('vue-router')['useRoute']
|
61
|
+
const useRouter: typeof import('vue-router')['useRouter']
|
62
|
+
const useSlots: typeof import('vue')['useSlots']
|
63
|
+
const watch: typeof import('vue')['watch']
|
64
|
+
const watchEffect: typeof import('vue')['watchEffect']
|
65
|
+
const watchPostEffect: typeof import('vue')['watchPostEffect']
|
66
|
+
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
|
67
|
+
}
|
68
|
+
// for type re-export
|
69
|
+
declare global {
|
70
|
+
// @ts-ignore
|
71
|
+
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
72
|
+
import('vue')
|
73
|
+
}
|
package/components.d.ts
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
/* eslint-disable */
|
2
|
+
/* prettier-ignore */
|
3
|
+
// @ts-nocheck
|
4
|
+
// Generated by unplugin-vue-components
|
5
|
+
// Read more: https://github.com/vuejs/core/pull/3399
|
6
|
+
export {}
|
7
|
+
|
8
|
+
declare module 'vue' {
|
9
|
+
export interface GlobalComponents {
|
10
|
+
BackNodeDialog: typeof import('./src/components/RuleChain/components/BackNodeDialog.vue')['default']
|
11
|
+
ChainDetail: typeof import('./src/components/RuleChain/ChainDetail.vue')['default']
|
12
|
+
ComDialog: typeof import('./src/components/ComDialog.vue')['default']
|
13
|
+
ComIcon: typeof import('./src/components/ComIcon.vue')['default']
|
14
|
+
ComOperationRow: typeof import('./src/components/ComOperationRow.vue')['default']
|
15
|
+
ComPaginationTable: typeof import('./src/components/ComPaginationTable.vue')['default']
|
16
|
+
Configuration: typeof import('./src/components/RuleChain/components/Configuration.vue')['default']
|
17
|
+
CoolDialog: typeof import('./src/components/CoolDialog.vue')['default']
|
18
|
+
ElButton: typeof import('element-plus/es')['ElButton']
|
19
|
+
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
20
|
+
ElCol: typeof import('element-plus/es')['ElCol']
|
21
|
+
ElContainer: typeof import('element-plus/es')['ElContainer']
|
22
|
+
ElDialog: typeof import('element-plus/es')['ElDialog']
|
23
|
+
ElDivider: typeof import('element-plus/es')['ElDivider']
|
24
|
+
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
25
|
+
ElForm: typeof import('element-plus/es')['ElForm']
|
26
|
+
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
27
|
+
ElIcon: typeof import('element-plus/es')['ElIcon']
|
28
|
+
ElInput: typeof import('element-plus/es')['ElInput']
|
29
|
+
ElMain: typeof import('element-plus/es')['ElMain']
|
30
|
+
ElOption: typeof import('element-plus/es')['ElOption']
|
31
|
+
ElPagination: typeof import('element-plus/es')['ElPagination']
|
32
|
+
ElRadio: typeof import('element-plus/es')['ElRadio']
|
33
|
+
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
34
|
+
ElRow: typeof import('element-plus/es')['ElRow']
|
35
|
+
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
36
|
+
ElSelect: typeof import('element-plus/es')['ElSelect']
|
37
|
+
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
38
|
+
ElTable: typeof import('element-plus/es')['ElTable']
|
39
|
+
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
40
|
+
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
41
|
+
ElUpload: typeof import('element-plus/es')['ElUpload']
|
42
|
+
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
43
|
+
IEpCircleClose: typeof import('~icons/ep/circle-close')['default']
|
44
|
+
IEpCirclePlus: typeof import('~icons/ep/circle-plus')['default']
|
45
|
+
IEpClose: typeof import('~icons/ep/close')['default']
|
46
|
+
IEpPlus: typeof import('~icons/ep/plus')['default']
|
47
|
+
LineSettingDialog: typeof import('./src/components/RuleChain/components/LineSettingDialog.vue')['default']
|
48
|
+
MidNodeDialog: typeof import('./src/components/RuleChain/components/MidNodeDialog.vue')['default']
|
49
|
+
NoData: typeof import('./src/components/NoData.vue')['default']
|
50
|
+
RuleChain: typeof import('./src/components/RuleChain/index.vue')['default']
|
51
|
+
RuleExpressionDialog: typeof import('./src/components/RuleChain/components/RuleExpressionDialog.vue')['default']
|
52
|
+
ThreeButtonsGroup: typeof import('./src/components/ThreeButtonsGroup.vue')['default']
|
53
|
+
}
|
54
|
+
export interface ComponentCustomProperties {
|
55
|
+
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
56
|
+
}
|
57
|
+
}
|