cty-mui-angular 1.0.2 → 1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cty-mui-angular",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "exports": {
5
5
  "./css/*": {
6
6
  "style": "./css/*"
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "cty-mui-core": "^1.0.2",
32
+ "cty-mui-core": "^1.0.4",
33
33
  "ionicons": "^7.0.0",
34
34
  "jsonc-parser": "^3.0.0",
35
35
  "tslib": "^2.3.0"
@@ -155,7 +155,7 @@ export declare class CtyCascader {
155
155
  export declare interface CtyCascader extends Components.CtyCascader {
156
156
  ctyDismiss: EventEmitter<CustomEvent<void>>;
157
157
  ctyChange: EventEmitter<CustomEvent<(string | number)[]>>;
158
- ctyComfirm: EventEmitter<CustomEvent<{
158
+ ctyConfirm: EventEmitter<CustomEvent<{
159
159
  values: (string | number)[];
160
160
  indexes: number[];
161
161
  options: ICtyCascaderCascaderOption[];