@hiver/connector-agent 1.3.4-beta.13 → 1.3.4-beta.14

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 (25) hide show
  1. package/app/__tests__/card-list.test.d.ts.map +1 -0
  2. package/app/connector-cards.d.ts +7 -0
  3. package/app/connector-cards.d.ts.map +1 -0
  4. package/features/connector-cards/store/initial-state.d.ts +1 -0
  5. package/features/connector-cards/store/initial-state.d.ts.map +1 -1
  6. package/features/connector-cards/store/selectors.d.ts +1 -0
  7. package/features/connector-cards/store/selectors.d.ts.map +1 -1
  8. package/features/connector-cards/store/slice.d.ts +1 -0
  9. package/features/connector-cards/store/slice.d.ts.map +1 -1
  10. package/features/write-form/components/create-task-banner/index.d.ts +7 -0
  11. package/features/write-form/components/create-task-banner/index.d.ts.map +1 -0
  12. package/features/write-form/components/create-task-banner/styles.d.ts +5 -0
  13. package/features/write-form/components/create-task-banner/styles.d.ts.map +1 -0
  14. package/features/write-form/components/write-form/index.d.ts.map +1 -1
  15. package/features/write-form/constants/index.d.ts +1 -0
  16. package/features/write-form/constants/index.d.ts.map +1 -1
  17. package/index.es.js +5674 -5622
  18. package/index.umd.js +239 -218
  19. package/package.json +1 -1
  20. package/utils.d.ts +11 -11
  21. package/utils.d.ts.map +1 -1
  22. package/features/connector-cards/components/card-list/__tests__/card-list.test.d.ts.map +0 -1
  23. package/features/connector-cards/components/card-list/index.d.ts +0 -7
  24. package/features/connector-cards/components/card-list/index.d.ts.map +0 -1
  25. /package/{features/connector-cards/components/card-list → app}/__tests__/card-list.test.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiver/connector-agent",
3
- "version": "1.3.4-beta.13",
3
+ "version": "1.3.4-beta.14",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",
package/utils.d.ts CHANGED
@@ -1,15 +1,6 @@
1
1
  import { IAvailableFtr } from './context';
2
2
  export declare const generateUniqueKey: (text: number | string) => string;
3
- export declare const getVersionData: (version: string) => string | number | ((index: number) => string | undefined) | (() => string) | ((pos: number) => string) | ((index: number) => number) | ((...strings: string[]) => string) | ((searchString: string, position?: number) => number) | ((searchString: string, position?: number) => number) | {
4
- (that: string): number;
5
- (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
6
- (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
7
- } | {
8
- (regexp: string | RegExp): RegExpMatchArray | null;
9
- (matcher: {
10
- [Symbol.match](string: string): RegExpMatchArray | null;
11
- }): RegExpMatchArray | null;
12
- } | {
3
+ export declare const getVersionData: (version: string) => string | number | {
13
4
  (searchValue: string | RegExp, replaceValue: string): string;
14
5
  (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
15
6
  (searchValue: {
@@ -18,6 +9,15 @@ export declare const getVersionData: (version: string) => string | number | ((in
18
9
  (searchValue: {
19
10
  [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
20
11
  }, replacer: (substring: string, ...args: any[]) => string): string;
12
+ } | (() => string) | ((pos: number) => string) | ((index: number) => number) | ((...strings: string[]) => string) | ((searchString: string, position?: number) => number) | ((searchString: string, position?: number) => number) | {
13
+ (that: string): number;
14
+ (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
15
+ (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
16
+ } | {
17
+ (regexp: string | RegExp): RegExpMatchArray | null;
18
+ (matcher: {
19
+ [Symbol.match](string: string): RegExpMatchArray | null;
20
+ }): RegExpMatchArray | null;
21
21
  } | {
22
22
  (regexp: string | RegExp): number;
23
23
  (searcher: {
@@ -40,7 +40,7 @@ export declare const getVersionData: (version: string) => string | number | ((in
40
40
  } | ((count: number) => string) | ((searchString: string, position?: number) => boolean) | ((name: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((color: string) => string) | {
41
41
  (size: number): string;
42
42
  (size: string): string;
43
- } | (() => string) | ((url: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((maxLength: number, fillString?: string) => string) | ((maxLength: number, fillString?: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((regexp: RegExp) => RegExpStringIterator<RegExpExecArray>) | (() => StringIterator<string>) | undefined;
43
+ } | (() => string) | ((url: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((maxLength: number, fillString?: string) => string) | ((maxLength: number, fillString?: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((regexp: RegExp) => RegExpStringIterator<RegExpExecArray>) | (() => StringIterator<string>) | ((index: number) => string | undefined) | undefined;
44
44
  export declare const isLocalStorageVersionSame: (version: string) => boolean;
45
45
  export declare const isUserAlreadySeenWhatsNew: (version: string, userId?: string) => boolean;
46
46
  export declare const setLocalStorageData: (version: string, shouldReset?: boolean) => void;
package/utils.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAK1C,eAAO,MAAM,iBAAiB,SAAU,MAAM,GAAG,MAAM,WAGtD,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,MAAM;;+DA0D0/5M,eAAe;kCAH185M,eAChG,iBAAiB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA9BnB,eACjB;;;oBAOC,eAAc;;;;;;;+YA9BvB,CAAC;AAEF,eAAO,MAAM,yBAAyB,YAAa,MAAM,YAIxD,CAAC;AAIF,eAAO,MAAM,yBAAyB,YAAa,MAAM,WAAU,MAAM,YAIxE,CAAC;AAEF,eAAO,MAAM,mBAAmB,YAAa,MAAM,gBAAe,OAAO,SAwBxE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,sBAAuB,aAAa,2BAAoB,MAAM,YAE5F,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAAc,MAAM,UAAU;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CAAE,KAAG,MAElG,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAK1C,eAAO,MAAM,iBAAiB,SAAU,MAAM,GAAG,MAAM,WAGtD,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,MAAM;;;;;;;;;;;+DA0D0/5M,eAAe;kCAH185M,eAChG,iBAAiB,eAAe;;;;;;;;;;;;;;;;;;oBA9BnB,eACjB;;;oBAOC,eAAc;;;;;;;ybA9BvB,CAAC;AAEF,eAAO,MAAM,yBAAyB,YAAa,MAAM,YAIxD,CAAC;AAIF,eAAO,MAAM,yBAAyB,YAAa,MAAM,WAAU,MAAM,YAIxE,CAAC;AAEF,eAAO,MAAM,mBAAmB,YAAa,MAAM,gBAAe,OAAO,SAwBxE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,sBAAuB,aAAa,2BAAoB,MAAM,YAE5F,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAAc,MAAM,UAAU;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CAAE,KAAG,MAElG,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"card-list.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/connector-cards/components/card-list/__tests__/card-list.test.tsx"],"names":[],"mappings":""}
@@ -1,7 +0,0 @@
1
- import { FC } from 'react';
2
- interface IcardList {
3
- isAdmin?: boolean;
4
- }
5
- export declare const CardList: FC<IcardList>;
6
- export {};
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAwD,MAAM,OAAO,CAAC;AAuCjF,UAAU,SAAS;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,SAAS,CAmGlC,CAAC"}