@opentinyvue/vue-breadcrumb 3.21.0 → 3.22.0

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/lib/index.js CHANGED
@@ -7,7 +7,7 @@ function _extends() {
7
7
  return n;
8
8
  }, _extends.apply(null, arguments);
9
9
  }
10
- import { defineComponent, $prefix, $setup, $props } from "@opentinyvue/vue-common";
10
+ import { defineComponent, $props, $setup, $prefix } from "@opentinyvue/vue-common";
11
11
  import PcTemplate from "./pc.js";
12
12
  import "@opentinyvue/vue-theme/breadcrumb/index.css";
13
13
  var template = function template2(mode) {
@@ -57,7 +57,7 @@ var Breadcrumb = defineComponent({
57
57
  });
58
58
  }
59
59
  });
60
- var version = "3.21.0";
60
+ var version = "3.22.0";
61
61
  Breadcrumb.install = function(Vue) {
62
62
  Vue.component(Breadcrumb.name, Breadcrumb);
63
63
  };
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-breadcrumb",
3
- "version": "3.21.0",
3
+ "version": "3.22.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-renderless": "~3.21.0",
11
- "@opentinyvue/vue-common": "~3.21.0",
12
- "@opentinyvue/vue-theme": "~3.21.0",
13
- "@opentinyvue/vue-breadcrumb-item": "~3.21.0"
10
+ "@opentinyvue/vue-renderless": "~3.22.0",
11
+ "@opentinyvue/vue-common": "~3.22.0",
12
+ "@opentinyvue/vue-theme": "~3.22.0",
13
+ "@opentinyvue/vue-breadcrumb-item": "~3.22.0"
14
14
  },
15
15
  "license": "MIT",
16
16
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -100,9 +100,9 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
100
100
  tiny_theme: StringConstructor;
101
101
  tiny_chart_theme: ObjectConstructor;
102
102
  }>>, {
103
+ options: unknown[];
103
104
  tiny_mode_root: boolean;
104
105
  _constants: Record<string, any>;
105
- options: unknown[];
106
106
  textField: string;
107
107
  separator: string;
108
108
  }, {}>;
package/src/pc.vue.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
2
2
  size?: any;
3
+ options?: any;
3
4
  tiny_mode?: any;
4
5
  tiny_mode_root?: any;
5
6
  tiny_template?: any;
@@ -7,7 +8,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
7
8
  _constants?: any;
8
9
  tiny_theme?: any;
9
10
  tiny_chart_theme?: any;
10
- options?: any;
11
11
  textField?: any;
12
12
  separator?: any;
13
13
  separatorIcon?: any;
@@ -22,6 +22,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
22
22
  m: (...cssClasses: any[]) => string;
23
23
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "select"[], "select", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
24
24
  size?: any;
25
+ options?: any;
25
26
  tiny_mode?: any;
26
27
  tiny_mode_root?: any;
27
28
  tiny_template?: any;
@@ -29,7 +30,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
29
30
  _constants?: any;
30
31
  tiny_theme?: any;
31
32
  tiny_chart_theme?: any;
32
- options?: any;
33
33
  textField?: any;
34
34
  separator?: any;
35
35
  separatorIcon?: any;
@@ -37,6 +37,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
37
37
  onSelect?: ((...args: any[]) => any) | undefined;
38
38
  }, {
39
39
  readonly size?: any;
40
+ readonly options?: any;
40
41
  readonly tiny_mode?: any;
41
42
  readonly tiny_mode_root?: any;
42
43
  readonly tiny_template?: any;
@@ -44,7 +45,6 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
44
45
  readonly _constants?: any;
45
46
  readonly tiny_theme?: any;
46
47
  readonly tiny_chart_theme?: any;
47
- readonly options?: any;
48
48
  readonly textField?: any;
49
49
  readonly separator?: any;
50
50
  readonly separatorIcon?: any;