@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.
- package/app/__tests__/card-list.test.d.ts.map +1 -0
- package/app/connector-cards.d.ts +7 -0
- package/app/connector-cards.d.ts.map +1 -0
- package/features/connector-cards/store/initial-state.d.ts +1 -0
- package/features/connector-cards/store/initial-state.d.ts.map +1 -1
- package/features/connector-cards/store/selectors.d.ts +1 -0
- package/features/connector-cards/store/selectors.d.ts.map +1 -1
- package/features/connector-cards/store/slice.d.ts +1 -0
- package/features/connector-cards/store/slice.d.ts.map +1 -1
- package/features/write-form/components/create-task-banner/index.d.ts +7 -0
- package/features/write-form/components/create-task-banner/index.d.ts.map +1 -0
- package/features/write-form/components/create-task-banner/styles.d.ts +5 -0
- package/features/write-form/components/create-task-banner/styles.d.ts.map +1 -0
- package/features/write-form/components/write-form/index.d.ts.map +1 -1
- package/features/write-form/constants/index.d.ts +1 -0
- package/features/write-form/constants/index.d.ts.map +1 -1
- package/index.es.js +5674 -5622
- package/index.umd.js +239 -218
- package/package.json +1 -1
- package/utils.d.ts +11 -11
- package/utils.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/__tests__/card-list.test.d.ts.map +0 -1
- package/features/connector-cards/components/card-list/index.d.ts +0 -7
- package/features/connector-cards/components/card-list/index.d.ts.map +0 -1
- /package/{features/connector-cards/components/card-list → app}/__tests__/card-list.test.d.ts +0 -0
package/package.json
CHANGED
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 |
|
|
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
|
|
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 +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"}
|
/package/{features/connector-cards/components/card-list → app}/__tests__/card-list.test.d.ts
RENAMED
|
File without changes
|