gd-bpm-component 0.0.2 → 0.0.4

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 (111) hide show
  1. package/.gitattributes +1 -0
  2. package/README.md +93 -0
  3. package/auto-imports.d.ts +78 -0
  4. package/index.html +13 -0
  5. package/lib/assets/gd-bpm-component.css +1 -0
  6. package/lib/bpmn/designer.js +3436 -0
  7. package/lib/bpmn/viewer.js +4 -0
  8. package/lib/chunks/JsBarcode.js +1557 -0
  9. package/lib/chunks/ModifyTraces.js +18 -0
  10. package/lib/chunks/_commonjsHelpers.js +25 -0
  11. package/lib/chunks/_plugin-vue_export-helper.js +8 -0
  12. package/lib/chunks/arrow.js +7823 -0
  13. package/lib/chunks/browser.js +850 -0
  14. package/lib/chunks/config.d.js +2317 -0
  15. package/lib/chunks/dialog.js +47 -0
  16. package/lib/chunks/encryption.js +2853 -0
  17. package/lib/chunks/file.js +104 -0
  18. package/lib/chunks/file2.js +45 -0
  19. package/lib/chunks/form.js +387 -0
  20. package/lib/chunks/form2.js +125 -0
  21. package/lib/chunks/form3.js +37 -0
  22. package/lib/chunks/index.js +206 -0
  23. package/lib/chunks/index.vue_vue_type_script_setup_true_lang.js +23 -0
  24. package/lib/chunks/index.vue_vue_type_script_setup_true_lang2.js +116 -0
  25. package/lib/chunks/index.vue_vue_type_script_setup_true_lang3.js +23 -0
  26. package/lib/chunks/index.vue_vue_type_script_setup_true_name_Send_lang.js +270 -0
  27. package/lib/chunks/index.vue_vue_type_script_setup_true_name_SpSend_lang.js +27 -0
  28. package/lib/chunks/index.vue_vue_type_style_index_0_lang.js +191 -0
  29. package/lib/chunks/index10.js +4 -0
  30. package/lib/chunks/index11.js +4 -0
  31. package/lib/chunks/index12.js +4 -0
  32. package/lib/chunks/index13.js +4 -0
  33. package/lib/chunks/index14.js +67 -0
  34. package/lib/chunks/index15.js +25 -0
  35. package/lib/chunks/index16.js +29 -0
  36. package/lib/chunks/index17.js +11 -0
  37. package/lib/chunks/index18.js +6 -0
  38. package/lib/chunks/index19.js +9 -0
  39. package/lib/chunks/index2.js +21054 -0
  40. package/lib/chunks/index20.js +9 -0
  41. package/lib/chunks/index21.js +9 -0
  42. package/lib/chunks/index22.js +9 -0
  43. package/lib/chunks/index23.js +15 -0
  44. package/lib/chunks/index24.js +9 -0
  45. package/lib/chunks/index25.js +11 -0
  46. package/lib/chunks/index26.js +15 -0
  47. package/lib/chunks/index27.js +9 -0
  48. package/lib/chunks/index28.js +10 -0
  49. package/lib/chunks/index29.js +18 -0
  50. package/lib/chunks/index3.js +29 -0
  51. package/lib/chunks/index30.js +16 -0
  52. package/lib/chunks/index31.js +11 -0
  53. package/lib/chunks/index32.js +26 -0
  54. package/lib/chunks/index33.js +40 -0
  55. package/lib/chunks/index34.js +24 -0
  56. package/lib/chunks/index35.js +27 -0
  57. package/lib/chunks/index36.js +29 -0
  58. package/lib/chunks/index37.js +38 -0
  59. package/lib/chunks/index38.js +39 -0
  60. package/lib/chunks/index39.js +30 -0
  61. package/lib/chunks/index4.js +62 -0
  62. package/lib/chunks/index40.js +53 -0
  63. package/lib/chunks/index41.js +58 -0
  64. package/lib/chunks/index42.js +6 -0
  65. package/lib/chunks/index43.js +37 -0
  66. package/lib/chunks/index44.js +32 -0
  67. package/lib/chunks/index45.js +30 -0
  68. package/lib/chunks/index46.js +6 -0
  69. package/lib/chunks/index47.js +24 -0
  70. package/lib/chunks/index48.js +28 -0
  71. package/lib/chunks/index5.js +262 -0
  72. package/lib/chunks/index6.js +8 -0
  73. package/lib/chunks/index7.js +33 -0
  74. package/lib/chunks/index8.js +2109 -0
  75. package/lib/chunks/index9.js +92 -0
  76. package/lib/chunks/input.js +18 -0
  77. package/lib/chunks/render-helper.js +24 -0
  78. package/lib/chunks/table.js +146 -0
  79. package/lib/chunks/upload-viewer.js +25 -0
  80. package/lib/chunks/useResizeList.js +61 -0
  81. package/lib/chunks/util.js +100 -0
  82. package/lib/chunks/util2.js +91 -0
  83. package/lib/chunks/utils.js +22 -0
  84. package/lib/chunks/utils2.js +80 -0
  85. package/lib/chunks/validate.js +32 -0
  86. package/lib/chunks/validate2.js +24 -0
  87. package/lib/chunks/widget.legacy.js +16 -0
  88. package/lib/design-form/index.js +4 -0
  89. package/lib/design-form/selector.js +146 -0
  90. package/lib/design-form/utils.js +28 -0
  91. package/lib/design-form/viewer.js +4 -0
  92. package/lib/design-form/widget.js +85 -0
  93. package/lib/gd-table/index.js +4 -0
  94. package/lib/hooks/useResizeList.js +4 -0
  95. package/lib/icon-selector/index.js +41 -0
  96. package/lib/icon-svg/index.js +4 -0
  97. package/lib/main/index.js +148 -0
  98. package/lib/rich-text/index.js +4 -0
  99. package/lib/search-fixed/index.js +4 -0
  100. package/lib/task-buttons/index.js +69 -0
  101. package/lib/task-buttons/render.js +133 -0
  102. package/lib/task-buttons/utils.js +7 -0
  103. package/lib/transmission-task/index.js +4 -0
  104. package/lib/user-selector/index.js +4 -0
  105. package/main.ts +1 -0
  106. package/package.json +23 -8
  107. package/tsconfig.json +37 -0
  108. package/tsconfig.tsbuildinfo +1 -0
  109. package/vite.config.ts +146 -0
  110. package/dist/gd-bpm-component.css +0 -1
  111. package/dist/index.js +0 -21
package/.gitattributes ADDED
@@ -0,0 +1 @@
1
+ * text=auto eol=lf
package/README.md CHANGED
@@ -0,0 +1,93 @@
1
+ # gd-bpm-component
2
+
3
+
4
+
5
+ ## Getting started
6
+
7
+ To make it easy for you to get started with GitLab, here's a list of recommended next steps.
8
+
9
+ Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
10
+
11
+ ## Add your files
12
+
13
+ - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
14
+ - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
15
+
16
+ ```
17
+ cd existing_repo
18
+ git remote add origin http://10.0.1.250:9090/rdcenter/apply/product/productivity/workflow/source/web/gd-bpm-component.git
19
+ git branch -M main
20
+ git push -uf origin main
21
+ ```
22
+
23
+ ## Integrate with your tools
24
+
25
+ - [ ] [Set up project integrations](http://10.0.1.250:9090/rdcenter/apply/product/productivity/workflow/source/web/gd-bpm-component/-/settings/integrations)
26
+
27
+ ## Collaborate with your team
28
+
29
+ - [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
30
+ - [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
31
+ - [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
32
+ - [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
33
+ - [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
34
+
35
+ ## Test and Deploy
36
+
37
+ Use the built-in continuous integration in GitLab.
38
+
39
+ - [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
40
+ - [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
41
+ - [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
42
+ - [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
43
+ - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
44
+
45
+ ***
46
+
47
+ # Editing this README
48
+
49
+ When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
50
+
51
+ ## Suggestions for a good README
52
+
53
+ Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
54
+
55
+ ## Name
56
+ Choose a self-explaining name for your project.
57
+
58
+ ## Description
59
+ Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
60
+
61
+ ## Badges
62
+ On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
63
+
64
+ ## Visuals
65
+ Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
66
+
67
+ ## Installation
68
+ Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
69
+
70
+ ## Usage
71
+ Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
72
+
73
+ ## Support
74
+ Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
75
+
76
+ ## Roadmap
77
+ If you have ideas for releases in the future, it is a good idea to list them in the README.
78
+
79
+ ## Contributing
80
+ State if you are open to contributions and what your requirements are for accepting them.
81
+
82
+ For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
83
+
84
+ You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
85
+
86
+ ## Authors and acknowledgment
87
+ Show your appreciation to those who have contributed to the project.
88
+
89
+ ## License
90
+ For open source projects, say how it is licensed.
91
+
92
+ ## Project status
93
+ If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
@@ -0,0 +1,78 @@
1
+ /* eslint-disable */
2
+ /* prettier-ignore */
3
+ // @ts-nocheck
4
+ // noinspection JSUnusedGlobalSymbols
5
+ // Generated by unplugin-auto-import
6
+ // biome-ignore lint: disable
7
+ export {}
8
+ declare global {
9
+ const EffectScope: typeof import('vue').EffectScope
10
+ const computed: typeof import('vue').computed
11
+ const createApp: typeof import('vue').createApp
12
+ const customRef: typeof import('vue').customRef
13
+ const defineAsyncComponent: typeof import('vue').defineAsyncComponent
14
+ const defineComponent: typeof import('vue').defineComponent
15
+ const effectScope: typeof import('vue').effectScope
16
+ const getCurrentInstance: typeof import('vue').getCurrentInstance
17
+ const getCurrentScope: typeof import('vue').getCurrentScope
18
+ const getCurrentWatcher: typeof import('vue').getCurrentWatcher
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 isShallow: typeof import('vue').isShallow
26
+ const markRaw: typeof import('vue').markRaw
27
+ const nextTick: typeof import('vue').nextTick
28
+ const onActivated: typeof import('vue').onActivated
29
+ const onBeforeMount: typeof import('vue').onBeforeMount
30
+ const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
31
+ const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
32
+ const onBeforeUnmount: typeof import('vue').onBeforeUnmount
33
+ const onBeforeUpdate: typeof import('vue').onBeforeUpdate
34
+ const onDeactivated: typeof import('vue').onDeactivated
35
+ const onErrorCaptured: typeof import('vue').onErrorCaptured
36
+ const onMounted: typeof import('vue').onMounted
37
+ const onRenderTracked: typeof import('vue').onRenderTracked
38
+ const onRenderTriggered: typeof import('vue').onRenderTriggered
39
+ const onScopeDispose: typeof import('vue').onScopeDispose
40
+ const onServerPrefetch: typeof import('vue').onServerPrefetch
41
+ const onUnmounted: typeof import('vue').onUnmounted
42
+ const onUpdated: typeof import('vue').onUpdated
43
+ const onWatcherCleanup: typeof import('vue').onWatcherCleanup
44
+ const provide: typeof import('vue').provide
45
+ const reactive: typeof import('vue').reactive
46
+ const readonly: typeof import('vue').readonly
47
+ const ref: typeof import('vue').ref
48
+ const resolveComponent: typeof import('vue').resolveComponent
49
+ const shallowReactive: typeof import('vue').shallowReactive
50
+ const shallowReadonly: typeof import('vue').shallowReadonly
51
+ const shallowRef: typeof import('vue').shallowRef
52
+ const toRaw: typeof import('vue').toRaw
53
+ const toRef: typeof import('vue').toRef
54
+ const toRefs: typeof import('vue').toRefs
55
+ const toValue: typeof import('vue').toValue
56
+ const triggerRef: typeof import('vue').triggerRef
57
+ const unref: typeof import('vue').unref
58
+ const useAttrs: typeof import('vue').useAttrs
59
+ const useCssModule: typeof import('vue').useCssModule
60
+ const useCssVars: typeof import('vue').useCssVars
61
+ const useId: typeof import('vue').useId
62
+ const useLink: typeof import('vue-router').useLink
63
+ const useModel: typeof import('vue').useModel
64
+ const useRoute: typeof import('vue-router').useRoute
65
+ const useRouter: typeof import('vue-router').useRouter
66
+ const useSlots: typeof import('vue').useSlots
67
+ const useTemplateRef: typeof import('vue').useTemplateRef
68
+ const watch: typeof import('vue').watch
69
+ const watchEffect: typeof import('vue').watchEffect
70
+ const watchPostEffect: typeof import('vue').watchPostEffect
71
+ const watchSyncEffect: typeof import('vue').watchSyncEffect
72
+ }
73
+ // for type re-export
74
+ declare global {
75
+ // @ts-ignore
76
+ export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
77
+ import('vue')
78
+ }
package/index.html ADDED
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <link rel="icon" href="/favicon.ico">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Vite App</title>
8
+ </head>
9
+ <body>
10
+ <div id="app"></div>
11
+ <script type="module" src="/src/main.ts"></script>
12
+ </body>
13
+ </html>