@web-utils/component 3.4.0 → 3.4.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
3
  "description": "Web Components",
4
- "version": "3.4.0",
4
+ "version": "3.4.1",
5
5
  "author": "Simple",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -17,21 +17,21 @@
17
17
  "@tinymce/tinymce-vue": "3.2.8",
18
18
  "@wangeditor/editor": "^5.1.23",
19
19
  "@wangeditor/editor-for-vue": "^1.0.2",
20
- "@web-utils/core": "^3.0.19",
21
- "@web-utils/integrations": "^3.0.19",
22
- "@web-utils/vue": "^3.0.19",
23
- "bpmn-js": "^17.9.2",
24
- "bpmn-js-token-simulation": "^0.34.5",
20
+ "@web-utils/core": "^3.0.22",
21
+ "@web-utils/integrations": "^3.0.22",
22
+ "@web-utils/vue": "^3.0.22",
23
+ "bpmn-js": "^17.11.1",
24
+ "bpmn-js-token-simulation": "^0.35.0",
25
25
  "codemirror": "^5.65.15",
26
26
  "countup.js": "^2.8.0",
27
27
  "dayjs": "^1.11.13",
28
- "diagram-js": "14.9.0",
28
+ "diagram-js": "14.11.2",
29
29
  "echarts": "^5.5.1",
30
30
  "highlight.js": "^11.10.0",
31
31
  "lodash-es": "^4.17.21",
32
32
  "min-dash": "^4.2.1",
33
33
  "min-dom": "^5.1.1",
34
- "monaco-editor": "^0.51.0",
34
+ "monaco-editor": "^0.52.0",
35
35
  "overlayscrollbars": "^2.10.0",
36
36
  "photoswipe": "^5.4.4",
37
37
  "qrcode": "^1.5.4",
@@ -40,7 +40,7 @@
40
40
  "simple-uploader.js": "^0.6.0",
41
41
  "tiny-svg": "^4.1.2",
42
42
  "tinymce": "4.9.11",
43
- "video.js": "^8.17.3",
43
+ "video.js": "^8.17.4",
44
44
  "viewerjs": "^1.11.6",
45
45
  "vue-cropper": "^0.6.5",
46
46
  "vuedraggable": "^2.24.3",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "3.4.0",
5
+ "version": "3.4.1",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -19775,73 +19775,6 @@
19775
19775
  }
19776
19776
  ]
19777
19777
  },
19778
- {
19779
- "name": "TinymceEditor",
19780
- "description": "",
19781
- "attributes": [
19782
- {
19783
- "name": "disabled",
19784
- "value": {
19785
- "kind": "expression",
19786
- "type": "boolean"
19787
- },
19788
- "default": ""
19789
- },
19790
- {
19791
- "name": "lazy",
19792
- "value": {
19793
- "kind": "expression",
19794
- "type": "boolean"
19795
- },
19796
- "default": "true"
19797
- },
19798
- {
19799
- "name": "showTypes",
19800
- "value": {
19801
- "kind": "expression",
19802
- "type": "boolean"
19803
- },
19804
- "default": "true"
19805
- },
19806
- {
19807
- "name": "height",
19808
- "value": {
19809
- "kind": "expression",
19810
- "type": "string"
19811
- },
19812
- "default": "'300px'"
19813
- },
19814
- {
19815
- "name": "value",
19816
- "value": {
19817
- "kind": "expression",
19818
- "type": "string"
19819
- },
19820
- "default": ""
19821
- },
19822
- {
19823
- "name": "placeholder",
19824
- "value": {
19825
- "kind": "expression",
19826
- "type": "string"
19827
- },
19828
- "default": "'请输入...'"
19829
- },
19830
- {
19831
- "name": "queryParams",
19832
- "value": {
19833
- "kind": "expression",
19834
- "type": "object"
19835
- },
19836
- "default": ""
19837
- }
19838
- ],
19839
- "events": [
19840
- {
19841
- "name": "input"
19842
- }
19843
- ]
19844
- },
19845
19778
  {
19846
19779
  "name": "Toolbar",
19847
19780
  "description": "",