@cgeui/platform-head 0.0.2 → 0.0.3

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 (45) hide show
  1. package/dist/esm/components/audioSet/index.d.ts +2 -1
  2. package/dist/esm/components/audioSet/index.d.ts.map +1 -1
  3. package/dist/esm/components/audioSet/operation/index.d.ts +2 -1
  4. package/dist/esm/components/audioSet/operation/index.d.ts.map +1 -1
  5. package/dist/esm/headRight/index.d.ts +2 -1
  6. package/dist/esm/headRight/index.d.ts.map +1 -1
  7. package/dist/esm/lang/index.d.ts +2 -1
  8. package/dist/esm/lang/index.d.ts.map +1 -1
  9. package/dist/esm/platformMessage/index.d.ts +2 -1
  10. package/dist/esm/platformMessage/index.d.ts.map +1 -1
  11. package/dist/esm/theme/index.d.ts +2 -1
  12. package/dist/esm/theme/index.d.ts.map +1 -1
  13. package/dist/esm/user/detail/components/AvatarCardFormItem/index.d.ts +2 -1
  14. package/dist/esm/user/detail/components/AvatarCardFormItem/index.d.ts.map +1 -1
  15. package/dist/esm/user/detail/components/AvatarTag/index.d.ts +2 -1
  16. package/dist/esm/user/detail/components/AvatarTag/index.d.ts.map +1 -1
  17. package/dist/esm/user/detail/components/AvatarUpload/index.d.ts +3 -0
  18. package/dist/esm/user/detail/components/AvatarUpload/index.d.ts.map +1 -1
  19. package/dist/esm/user/index.d.ts +2 -1
  20. package/dist/esm/user/index.d.ts.map +1 -1
  21. package/dist/esm/user/userDetail.d.ts +2 -1
  22. package/dist/esm/user/userDetail.d.ts.map +1 -1
  23. package/dist/lib/components/audioSet/index.d.ts +2 -1
  24. package/dist/lib/components/audioSet/index.d.ts.map +1 -1
  25. package/dist/lib/components/audioSet/operation/index.d.ts +2 -1
  26. package/dist/lib/components/audioSet/operation/index.d.ts.map +1 -1
  27. package/dist/lib/headRight/index.d.ts +2 -1
  28. package/dist/lib/headRight/index.d.ts.map +1 -1
  29. package/dist/lib/lang/index.d.ts +2 -1
  30. package/dist/lib/lang/index.d.ts.map +1 -1
  31. package/dist/lib/platformMessage/index.d.ts +2 -1
  32. package/dist/lib/platformMessage/index.d.ts.map +1 -1
  33. package/dist/lib/theme/index.d.ts +2 -1
  34. package/dist/lib/theme/index.d.ts.map +1 -1
  35. package/dist/lib/user/detail/components/AvatarCardFormItem/index.d.ts +2 -1
  36. package/dist/lib/user/detail/components/AvatarCardFormItem/index.d.ts.map +1 -1
  37. package/dist/lib/user/detail/components/AvatarTag/index.d.ts +2 -1
  38. package/dist/lib/user/detail/components/AvatarTag/index.d.ts.map +1 -1
  39. package/dist/lib/user/detail/components/AvatarUpload/index.d.ts +3 -0
  40. package/dist/lib/user/detail/components/AvatarUpload/index.d.ts.map +1 -1
  41. package/dist/lib/user/index.d.ts +2 -1
  42. package/dist/lib/user/index.d.ts.map +1 -1
  43. package/dist/lib/user/userDetail.d.ts +2 -1
  44. package/dist/lib/user/userDetail.d.ts.map +1 -1
  45. package/package.json +1 -1
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  type SetProps = {
3
4
  title: string;
@@ -5,6 +6,6 @@ type SetProps = {
5
6
  setOpen: (open: boolean) => boolean;
6
7
  sdk: any;
7
8
  };
8
- declare const GlobalAlarmAudioSetComponent: (props: SetProps) => any;
9
+ declare const GlobalAlarmAudioSetComponent: (props: SetProps) => JSX.Element;
9
10
  export default GlobalAlarmAudioSetComponent;
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/audioSet/index.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAC;AAGtB,KAAK,QAAQ,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC;IACpC,GAAG,EAAE,GAAG,CAAC;CACV,CAAC;AACF,QAAA,MAAM,4BAA4B,UAAW,QAAQ,QAoFpD,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/audioSet/index.tsx"],"names":[],"mappings":";AAEA,OAAO,cAAc,CAAC;AAGtB,KAAK,QAAQ,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC;IACpC,GAAG,EAAE,GAAG,CAAC;CACV,CAAC;AACF,QAAA,MAAM,4BAA4B,UAAW,QAAQ,gBAoFpD,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  type OperationProps = {
3
4
  level: number;
@@ -6,6 +7,6 @@ type OperationProps = {
6
7
  data?: any;
7
8
  volumeStatus: boolean;
8
9
  };
9
- declare const GlobalAlarmAudioOperationComponent: (props: OperationProps) => any;
10
+ declare const GlobalAlarmAudioOperationComponent: (props: OperationProps) => JSX.Element;
10
11
  export default GlobalAlarmAudioOperationComponent;
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/audioSet/operation/index.tsx"],"names":[],"mappings":"AAKA,OAAO,cAAc,CAAC;AAEtB,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,kCAAkC,UAAW,cAAc,QA6EhE,CAAC;AAEF,eAAe,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/audioSet/operation/index.tsx"],"names":[],"mappings":";AAKA,OAAO,cAAc,CAAC;AAEtB,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,kCAAkC,UAAW,cAAc,gBA6EhE,CAAC;AAEF,eAAe,kCAAkC,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import '../encarbon-ui/index.less';
2
3
  import './index.less';
3
4
  declare const HeadRightComponent: (props: {
@@ -23,6 +24,6 @@ declare const HeadRightComponent: (props: {
23
24
  isPasswordCover?: boolean;
24
25
  passwordCallback?: (params: any, message: string) => void;
25
26
  };
26
- }) => any;
27
+ }) => JSX.Element;
27
28
  export default HeadRightComponent;
28
29
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/headRight/index.tsx"],"names":[],"mappings":"AACA,OAAO,2BAA2B,CAAC;AAKnC,OAAO,cAAc,CAAC;AAEtB,QAAA,MAAM,kBAAkB;SACjB,GAAG;iBACK;QACX,MAAM,EAAE,OAAO,CAAC;QAChB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;gBACW;QACV,MAAM,EAAE,OAAO,CAAC;QAChB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB;UACK;QACJ,MAAM,EAAE,OAAO,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;;gBAES,OAAO;wBACC,OAAO;uCACQ,OAAO,KAAK,IAAI;8BACzB,OAAO;6BACR,OAAO;0BACV,OAAO;oCACG,GAAG,WAAW,MAAM,KAAK,IAAI;;SAqD5D,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/headRight/index.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAKnC,OAAO,cAAc,CAAC;AAEtB,QAAA,MAAM,kBAAkB;SACjB,GAAG;iBACK;QACX,MAAM,EAAE,OAAO,CAAC;QAChB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;gBACW;QACV,MAAM,EAAE,OAAO,CAAC;QAChB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB;UACK;QACJ,MAAM,EAAE,OAAO,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;;gBAES,OAAO;wBACC,OAAO;uCACQ,OAAO,KAAK,IAAI;8BACzB,OAAO;6BACR,OAAO;0BACV,OAAO;oCACG,GAAG,WAAW,MAAM,KAAK,IAAI;;iBAqD5D,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PlatformLangComponent: (props: {
3
4
  sdk: any;
4
5
  defaultLang?: string;
5
6
  defaultTheme?: string;
6
- }) => any;
7
+ }) => JSX.Element;
7
8
  export default PlatformLangComponent;
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lang/index.tsx"],"names":[],"mappings":"AAGA,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,qBAAqB,UAAW;IACpC,GAAG,EAAE,GAAG,CAAC;IACT,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,QAoDA,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lang/index.tsx"],"names":[],"mappings":";AAGA,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,qBAAqB,UAAW;IACpC,GAAG,EAAE,GAAG,CAAC;IACT,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,gBAoDA,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PlatformMessage: (props: {
3
4
  icon?: string;
@@ -7,6 +8,6 @@ declare const PlatformMessage: (props: {
7
8
  sdk?: any;
8
9
  locahost?: string;
9
10
  audioSwitch?: boolean;
10
- }) => any;
11
+ }) => JSX.Element;
11
12
  export default PlatformMessage;
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/platformMessage/index.tsx"],"names":[],"mappings":"AAYA,OAAO,cAAc,CAAC;AAWtB,QAAA,MAAM,eAAe,UAAW;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,QAwSA,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/platformMessage/index.tsx"],"names":[],"mappings":";AAYA,OAAO,cAAc,CAAC;AAWtB,QAAA,MAAM,eAAe,UAAW;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,gBAwSA,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PlatformThemeComponent: (props: {
3
4
  sdk: any;
4
5
  theme: string;
5
6
  onChange: (theme: string) => void;
6
- }) => any;
7
+ }) => JSX.Element;
7
8
  export default PlatformThemeComponent;
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.tsx"],"names":[],"mappings":"AAGA,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,sBAAsB;SACrB,GAAG;WACD,MAAM;sBACK,MAAM,KAAK,IAAI;SAmElC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.tsx"],"names":[],"mappings":";AAGA,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,sBAAsB;SACrB,GAAG;WACD,MAAM;sBACK,MAAM,KAAK,IAAI;iBAmElC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  interface AvatarCardFormItemProps {
2
3
  sdk: any;
3
4
  }
4
- declare const AvatarCardFormItem: (props: AvatarCardFormItemProps) => any;
5
+ declare const AvatarCardFormItem: (props: AvatarCardFormItemProps) => JSX.Element;
5
6
  export default AvatarCardFormItem;
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarCardFormItem/index.tsx"],"names":[],"mappings":"AAEA,UAAU,uBAAuB;IAC/B,GAAG,EAAE,GAAG,CAAC;CACV;AAED,QAAA,MAAM,kBAAkB,UAAW,uBAAuB,QAMzD,CAAC;AACF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarCardFormItem/index.tsx"],"names":[],"mappings":";AAEA,UAAU,uBAAuB;IAC/B,GAAG,EAAE,GAAG,CAAC;CACV;AAED,QAAA,MAAM,kBAAkB,UAAW,uBAAuB,gBAMzD,CAAC;AACF,eAAe,kBAAkB,CAAC"}
@@ -1,7 +1,8 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const AvatarTag: ({ children, color }: {
3
4
  children?: any;
4
5
  color?: string;
5
- }) => any;
6
+ }) => JSX.Element;
6
7
  export default AvatarTag;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarTag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AACtB,QAAA,MAAM,SAAS;eAA+C,GAAG;YAAU,MAAM;SAEhF,CAAC;AACF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarTag/index.tsx"],"names":[],"mappings":";AAAA,OAAO,cAAc,CAAC;AACtB,QAAA,MAAM,SAAS;eAA+C,GAAG;YAAU,MAAM;iBAEhF,CAAC;AACF,eAAe,SAAS,CAAC"}
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="prop-types" />
1
4
  import './index.less';
2
5
  interface AvatarUploadProps {
3
6
  sdk: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarUpload/index.tsx"],"names":[],"mappings":"AAOA,OAAO,cAAc,CAAC;AAGtB,UAAU,iBAAiB;IACzB,GAAG,EAAE,GAAG,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4E7C,CAAC;AACF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarUpload/index.tsx"],"names":[],"mappings":";;;AAOA,OAAO,cAAc,CAAC;AAGtB,UAAU,iBAAiB;IACzB,GAAG,EAAE,GAAG,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4E7C,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const GlobalUserComponent: (props: {
3
4
  sdk: any;
@@ -8,6 +9,6 @@ declare const GlobalUserComponent: (props: {
8
9
  isShowUserInfoPage?: boolean;
9
10
  isPasswordCover?: boolean;
10
11
  passwordCallback?: (params: any, message: string) => void;
11
- }) => any;
12
+ }) => JSX.Element;
12
13
  export default GlobalUserComponent;
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/user/index.tsx"],"names":[],"mappings":"AAOA,OAAO,cAAc,CAAC;AAItB,QAAA,MAAM,mBAAmB;SAClB,GAAG;eACG,OAAO;oBACF,OAAO;mCACQ,OAAO,KAAK,IAAI;0BACzB,OAAO;yBACR,OAAO;sBACV,OAAO;gCACG,GAAG,WAAW,MAAM,KAAK,IAAI;SA+L1D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/user/index.tsx"],"names":[],"mappings":";AAOA,OAAO,cAAc,CAAC;AAItB,QAAA,MAAM,mBAAmB;SAClB,GAAG;eACG,OAAO;oBACF,OAAO;mCACQ,OAAO,KAAK,IAAI;0BACzB,OAAO;yBACR,OAAO;sBACV,OAAO;gCACG,GAAG,WAAW,MAAM,KAAK,IAAI;iBA+L1D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const getAccountPswSchema: (intl: any) => {
2
3
  type: string;
3
4
  properties: {
@@ -39,7 +40,7 @@ export declare const getAccountPswSchema: (intl: any) => {
39
40
  title: any;
40
41
  'x-decorator': string;
41
42
  'x-decorator-props': {
42
- extra: any;
43
+ extra: JSX.Element;
43
44
  };
44
45
  'x-component': string;
45
46
  'x-component-props': {
@@ -1 +1 @@
1
- {"version":3,"file":"userDetail.d.ts","sourceRoot":"","sources":["../../src/user/userDetail.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAqDC,GAAG;;;;;;;;;;;;;;;2CAqCH,GAAG;;;;;CAalC,CAAC"}
1
+ {"version":3,"file":"userDetail.d.ts","sourceRoot":"","sources":["../../src/user/userDetail.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAqDC,GAAG;;;;;;;;;;;;;;;2CAqCH,GAAG;;;;;CAalC,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  type SetProps = {
3
4
  title: string;
@@ -5,6 +6,6 @@ type SetProps = {
5
6
  setOpen: (open: boolean) => boolean;
6
7
  sdk: any;
7
8
  };
8
- declare const GlobalAlarmAudioSetComponent: (props: SetProps) => any;
9
+ declare const GlobalAlarmAudioSetComponent: (props: SetProps) => JSX.Element;
9
10
  export default GlobalAlarmAudioSetComponent;
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/audioSet/index.tsx"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAC;AAGtB,KAAK,QAAQ,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC;IACpC,GAAG,EAAE,GAAG,CAAC;CACV,CAAC;AACF,QAAA,MAAM,4BAA4B,UAAW,QAAQ,QAoFpD,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/audioSet/index.tsx"],"names":[],"mappings":";AAEA,OAAO,cAAc,CAAC;AAGtB,KAAK,QAAQ,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC;IACpC,GAAG,EAAE,GAAG,CAAC;CACV,CAAC;AACF,QAAA,MAAM,4BAA4B,UAAW,QAAQ,gBAoFpD,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  type OperationProps = {
3
4
  level: number;
@@ -6,6 +7,6 @@ type OperationProps = {
6
7
  data?: any;
7
8
  volumeStatus: boolean;
8
9
  };
9
- declare const GlobalAlarmAudioOperationComponent: (props: OperationProps) => any;
10
+ declare const GlobalAlarmAudioOperationComponent: (props: OperationProps) => JSX.Element;
10
11
  export default GlobalAlarmAudioOperationComponent;
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/audioSet/operation/index.tsx"],"names":[],"mappings":"AAKA,OAAO,cAAc,CAAC;AAEtB,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,kCAAkC,UAAW,cAAc,QA6EhE,CAAC;AAEF,eAAe,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/audioSet/operation/index.tsx"],"names":[],"mappings":";AAKA,OAAO,cAAc,CAAC;AAEtB,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,kCAAkC,UAAW,cAAc,gBA6EhE,CAAC;AAEF,eAAe,kCAAkC,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import '../encarbon-ui/index.less';
2
3
  import './index.less';
3
4
  declare const HeadRightComponent: (props: {
@@ -23,6 +24,6 @@ declare const HeadRightComponent: (props: {
23
24
  isPasswordCover?: boolean;
24
25
  passwordCallback?: (params: any, message: string) => void;
25
26
  };
26
- }) => any;
27
+ }) => JSX.Element;
27
28
  export default HeadRightComponent;
28
29
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/headRight/index.tsx"],"names":[],"mappings":"AACA,OAAO,2BAA2B,CAAC;AAKnC,OAAO,cAAc,CAAC;AAEtB,QAAA,MAAM,kBAAkB;SACjB,GAAG;iBACK;QACX,MAAM,EAAE,OAAO,CAAC;QAChB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;gBACW;QACV,MAAM,EAAE,OAAO,CAAC;QAChB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB;UACK;QACJ,MAAM,EAAE,OAAO,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;;gBAES,OAAO;wBACC,OAAO;uCACQ,OAAO,KAAK,IAAI;8BACzB,OAAO;6BACR,OAAO;0BACV,OAAO;oCACG,GAAG,WAAW,MAAM,KAAK,IAAI;;SAqD5D,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/headRight/index.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,CAAC;AAKnC,OAAO,cAAc,CAAC;AAEtB,QAAA,MAAM,kBAAkB;SACjB,GAAG;iBACK;QACX,MAAM,EAAE,OAAO,CAAC;QAChB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;gBACW;QACV,MAAM,EAAE,OAAO,CAAC;QAChB,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB;UACK;QACJ,MAAM,EAAE,OAAO,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;;gBAES,OAAO;wBACC,OAAO;uCACQ,OAAO,KAAK,IAAI;8BACzB,OAAO;6BACR,OAAO;0BACV,OAAO;oCACG,GAAG,WAAW,MAAM,KAAK,IAAI;;iBAqD5D,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PlatformLangComponent: (props: {
3
4
  sdk: any;
4
5
  defaultLang?: string;
5
6
  defaultTheme?: string;
6
- }) => any;
7
+ }) => JSX.Element;
7
8
  export default PlatformLangComponent;
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lang/index.tsx"],"names":[],"mappings":"AAGA,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,qBAAqB,UAAW;IACpC,GAAG,EAAE,GAAG,CAAC;IACT,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,QAoDA,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lang/index.tsx"],"names":[],"mappings":";AAGA,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,qBAAqB,UAAW;IACpC,GAAG,EAAE,GAAG,CAAC;IACT,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,gBAoDA,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PlatformMessage: (props: {
3
4
  icon?: string;
@@ -7,6 +8,6 @@ declare const PlatformMessage: (props: {
7
8
  sdk?: any;
8
9
  locahost?: string;
9
10
  audioSwitch?: boolean;
10
- }) => any;
11
+ }) => JSX.Element;
11
12
  export default PlatformMessage;
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/platformMessage/index.tsx"],"names":[],"mappings":"AAYA,OAAO,cAAc,CAAC;AAWtB,QAAA,MAAM,eAAe,UAAW;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,QAwSA,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/platformMessage/index.tsx"],"names":[],"mappings":";AAYA,OAAO,cAAc,CAAC;AAWtB,QAAA,MAAM,eAAe,UAAW;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,gBAwSA,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const PlatformThemeComponent: (props: {
3
4
  sdk: any;
4
5
  theme: string;
5
6
  onChange: (theme: string) => void;
6
- }) => any;
7
+ }) => JSX.Element;
7
8
  export default PlatformThemeComponent;
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.tsx"],"names":[],"mappings":"AAGA,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,sBAAsB;SACrB,GAAG;WACD,MAAM;sBACK,MAAM,KAAK,IAAI;SAmElC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.tsx"],"names":[],"mappings":";AAGA,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,sBAAsB;SACrB,GAAG;WACD,MAAM;sBACK,MAAM,KAAK,IAAI;iBAmElC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  interface AvatarCardFormItemProps {
2
3
  sdk: any;
3
4
  }
4
- declare const AvatarCardFormItem: (props: AvatarCardFormItemProps) => any;
5
+ declare const AvatarCardFormItem: (props: AvatarCardFormItemProps) => JSX.Element;
5
6
  export default AvatarCardFormItem;
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarCardFormItem/index.tsx"],"names":[],"mappings":"AAEA,UAAU,uBAAuB;IAC/B,GAAG,EAAE,GAAG,CAAC;CACV;AAED,QAAA,MAAM,kBAAkB,UAAW,uBAAuB,QAMzD,CAAC;AACF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarCardFormItem/index.tsx"],"names":[],"mappings":";AAEA,UAAU,uBAAuB;IAC/B,GAAG,EAAE,GAAG,CAAC;CACV;AAED,QAAA,MAAM,kBAAkB,UAAW,uBAAuB,gBAMzD,CAAC;AACF,eAAe,kBAAkB,CAAC"}
@@ -1,7 +1,8 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const AvatarTag: ({ children, color }: {
3
4
  children?: any;
4
5
  color?: string;
5
- }) => any;
6
+ }) => JSX.Element;
6
7
  export default AvatarTag;
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarTag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AACtB,QAAA,MAAM,SAAS;eAA+C,GAAG;YAAU,MAAM;SAEhF,CAAC;AACF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarTag/index.tsx"],"names":[],"mappings":";AAAA,OAAO,cAAc,CAAC;AACtB,QAAA,MAAM,SAAS;eAA+C,GAAG;YAAU,MAAM;iBAEhF,CAAC;AACF,eAAe,SAAS,CAAC"}
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="prop-types" />
1
4
  import './index.less';
2
5
  interface AvatarUploadProps {
3
6
  sdk: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarUpload/index.tsx"],"names":[],"mappings":"AAOA,OAAO,cAAc,CAAC;AAGtB,UAAU,iBAAiB;IACzB,GAAG,EAAE,GAAG,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4E7C,CAAC;AACF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/user/detail/components/AvatarUpload/index.tsx"],"names":[],"mappings":";;;AAOA,OAAO,cAAc,CAAC;AAGtB,UAAU,iBAAiB;IACzB,GAAG,EAAE,GAAG,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4E7C,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const GlobalUserComponent: (props: {
3
4
  sdk: any;
@@ -8,6 +9,6 @@ declare const GlobalUserComponent: (props: {
8
9
  isShowUserInfoPage?: boolean;
9
10
  isPasswordCover?: boolean;
10
11
  passwordCallback?: (params: any, message: string) => void;
11
- }) => any;
12
+ }) => JSX.Element;
12
13
  export default GlobalUserComponent;
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/user/index.tsx"],"names":[],"mappings":"AAOA,OAAO,cAAc,CAAC;AAItB,QAAA,MAAM,mBAAmB;SAClB,GAAG;eACG,OAAO;oBACF,OAAO;mCACQ,OAAO,KAAK,IAAI;0BACzB,OAAO;yBACR,OAAO;sBACV,OAAO;gCACG,GAAG,WAAW,MAAM,KAAK,IAAI;SA+L1D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/user/index.tsx"],"names":[],"mappings":";AAOA,OAAO,cAAc,CAAC;AAItB,QAAA,MAAM,mBAAmB;SAClB,GAAG;eACG,OAAO;oBACF,OAAO;mCACQ,OAAO,KAAK,IAAI;0BACzB,OAAO;yBACR,OAAO;sBACV,OAAO;gCACG,GAAG,WAAW,MAAM,KAAK,IAAI;iBA+L1D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const getAccountPswSchema: (intl: any) => {
2
3
  type: string;
3
4
  properties: {
@@ -39,7 +40,7 @@ export declare const getAccountPswSchema: (intl: any) => {
39
40
  title: any;
40
41
  'x-decorator': string;
41
42
  'x-decorator-props': {
42
- extra: any;
43
+ extra: JSX.Element;
43
44
  };
44
45
  'x-component': string;
45
46
  'x-component-props': {
@@ -1 +1 @@
1
- {"version":3,"file":"userDetail.d.ts","sourceRoot":"","sources":["../../src/user/userDetail.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAqDC,GAAG;;;;;;;;;;;;;;;2CAqCH,GAAG;;;;;CAalC,CAAC"}
1
+ {"version":3,"file":"userDetail.d.ts","sourceRoot":"","sources":["../../src/user/userDetail.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAqDC,GAAG;;;;;;;;;;;;;;;2CAqCH,GAAG;;;;;CAalC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgeui/platform-head",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "author": "qiy03 <qiy03@catl.com>",
5
5
  "description": "encarbon platform head",
6
6
  "email": "qiy03@catl.ocm",