@itwin/appui-abstract 4.3.0-dev.8 → 4.4.0-dev.1
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/CHANGELOG.md +38 -1
- package/lib/cjs/appui-abstract/UiAdmin.d.ts.map +1 -1
- package/lib/cjs/appui-abstract/UiAdmin.js +5 -4
- package/lib/cjs/appui-abstract/UiAdmin.js.map +1 -1
- package/lib/cjs/appui-abstract/UiItemsManager.d.ts.map +1 -1
- package/lib/cjs/appui-abstract/UiItemsManager.js +4 -4
- package/lib/cjs/appui-abstract/UiItemsManager.js.map +1 -1
- package/lib/cjs/appui-abstract/common/KeyboardKey.d.ts +3 -3
- package/lib/cjs/appui-abstract/common/KeyboardKey.d.ts.map +1 -1
- package/lib/cjs/appui-abstract/common/KeyboardKey.js +4 -3
- package/lib/cjs/appui-abstract/common/KeyboardKey.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/IconSpecUtilities.d.ts +3 -3
- package/lib/cjs/appui-abstract/utils/IconSpecUtilities.d.ts.map +1 -1
- package/lib/cjs/appui-abstract/utils/IconSpecUtilities.js +4 -3
- package/lib/cjs/appui-abstract/utils/IconSpecUtilities.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/UiError.d.ts +1 -1
- package/lib/cjs/appui-abstract/utils/UiError.js +1 -1
- package/lib/cjs/appui-abstract/utils/UiError.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/filter/filters.d.ts +2 -80
- package/lib/cjs/appui-abstract/utils/filter/filters.d.ts.map +1 -1
- package/lib/cjs/appui-abstract/utils/filter/filters.js +13 -621
- package/lib/cjs/appui-abstract/utils/filter/filters.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/misc.d.ts +1 -4
- package/lib/cjs/appui-abstract/utils/misc.d.ts.map +1 -1
- package/lib/cjs/appui-abstract/utils/misc.js +2 -10
- package/lib/cjs/appui-abstract/utils/misc.js.map +1 -1
- package/lib/cjs/appui-abstract.d.ts +0 -2
- package/lib/cjs/appui-abstract.d.ts.map +1 -1
- package/lib/cjs/appui-abstract.js +0 -2
- package/lib/cjs/appui-abstract.js.map +1 -1
- package/lib/esm/appui-abstract/UiAdmin.d.ts.map +1 -1
- package/lib/esm/appui-abstract/UiAdmin.js +6 -5
- package/lib/esm/appui-abstract/UiAdmin.js.map +1 -1
- package/lib/esm/appui-abstract/UiItemsManager.d.ts.map +1 -1
- package/lib/esm/appui-abstract/UiItemsManager.js +4 -4
- package/lib/esm/appui-abstract/UiItemsManager.js.map +1 -1
- package/lib/esm/appui-abstract/common/KeyboardKey.d.ts +3 -3
- package/lib/esm/appui-abstract/common/KeyboardKey.d.ts.map +1 -1
- package/lib/esm/appui-abstract/common/KeyboardKey.js +4 -3
- package/lib/esm/appui-abstract/common/KeyboardKey.js.map +1 -1
- package/lib/esm/appui-abstract/utils/IconSpecUtilities.d.ts +3 -3
- package/lib/esm/appui-abstract/utils/IconSpecUtilities.d.ts.map +1 -1
- package/lib/esm/appui-abstract/utils/IconSpecUtilities.js +4 -3
- package/lib/esm/appui-abstract/utils/IconSpecUtilities.js.map +1 -1
- package/lib/esm/appui-abstract/utils/UiError.d.ts +1 -1
- package/lib/esm/appui-abstract/utils/UiError.js +1 -1
- package/lib/esm/appui-abstract/utils/UiError.js.map +1 -1
- package/lib/esm/appui-abstract/utils/filter/filters.d.ts +2 -80
- package/lib/esm/appui-abstract/utils/filter/filters.d.ts.map +1 -1
- package/lib/esm/appui-abstract/utils/filter/filters.js +12 -609
- package/lib/esm/appui-abstract/utils/filter/filters.js.map +1 -1
- package/lib/esm/appui-abstract/utils/misc.d.ts +1 -4
- package/lib/esm/appui-abstract/utils/misc.d.ts.map +1 -1
- package/lib/esm/appui-abstract/utils/misc.js +1 -8
- package/lib/esm/appui-abstract/utils/misc.js.map +1 -1
- package/lib/esm/appui-abstract.d.ts +0 -2
- package/lib/esm/appui-abstract.d.ts.map +1 -1
- package/lib/esm/appui-abstract.js +0 -2
- package/lib/esm/appui-abstract.js.map +1 -1
- package/package.json +5 -6
- package/lib/cjs/appui-abstract/utils/filter/charCode.d.ts +0 -417
- package/lib/cjs/appui-abstract/utils/filter/charCode.d.ts.map +0 -1
- package/lib/cjs/appui-abstract/utils/filter/charCode.js +0 -7
- package/lib/cjs/appui-abstract/utils/filter/charCode.js.map +0 -1
- package/lib/cjs/appui-abstract/utils/filter/map.d.ts +0 -60
- package/lib/cjs/appui-abstract/utils/filter/map.d.ts.map +0 -1
- package/lib/cjs/appui-abstract/utils/filter/map.js +0 -403
- package/lib/cjs/appui-abstract/utils/filter/map.js.map +0 -1
- package/lib/cjs/appui-abstract/utils/filter/strings.d.ts +0 -21
- package/lib/cjs/appui-abstract/utils/filter/strings.d.ts.map +0 -1
- package/lib/cjs/appui-abstract/utils/filter/strings.js +0 -79
- package/lib/cjs/appui-abstract/utils/filter/strings.js.map +0 -1
- package/lib/esm/appui-abstract/utils/filter/charCode.d.ts +0 -417
- package/lib/esm/appui-abstract/utils/filter/charCode.d.ts.map +0 -1
- package/lib/esm/appui-abstract/utils/filter/charCode.js +0 -6
- package/lib/esm/appui-abstract/utils/filter/charCode.js.map +0 -1
- package/lib/esm/appui-abstract/utils/filter/map.d.ts +0 -60
- package/lib/esm/appui-abstract/utils/filter/map.d.ts.map +0 -1
- package/lib/esm/appui-abstract/utils/filter/map.js +0 -398
- package/lib/esm/appui-abstract/utils/filter/map.js.map +0 -1
- package/lib/esm/appui-abstract/utils/filter/strings.d.ts +0 -21
- package/lib/esm/appui-abstract/utils/filter/strings.d.ts.map +0 -1
- package/lib/esm/appui-abstract/utils/filter/strings.js +0 -71
- package/lib/esm/appui-abstract/utils/filter/strings.js.map +0 -1
@@ -2,47 +2,12 @@
|
|
2
2
|
* @module Utilities
|
3
3
|
*/
|
4
4
|
/** Interface that returns indices of matches
|
5
|
-
* @public
|
5
|
+
* @public @deprecated in 4.3.x. A rarely used interface. If needed, please add a custom implementation.
|
6
6
|
*/
|
7
7
|
export interface IMatch {
|
8
8
|
start: number;
|
9
9
|
end: number;
|
10
10
|
}
|
11
|
-
/**
|
12
|
-
* IFilter defines filter function type
|
13
|
-
* @param word filter string
|
14
|
-
* @param wordToMatchAgainst string to search for matches
|
15
|
-
* @internal
|
16
|
-
*/
|
17
|
-
export type IFilter = (word: string, wordToMatchAgainst: string) => IMatch[] | null;
|
18
|
-
/**
|
19
|
-
* @returns A filter which combines the provided set
|
20
|
-
* of filters with an or. The *first* filters that
|
21
|
-
* matches defined the return value of the returned
|
22
|
-
* filter.
|
23
|
-
* @internal
|
24
|
-
*/
|
25
|
-
export declare function or(...filter: IFilter[]): IFilter;
|
26
|
-
/** @internal */
|
27
|
-
export declare const matchesStrictPrefix: IFilter;
|
28
|
-
/** @internal */
|
29
|
-
export declare const matchesPrefix: IFilter;
|
30
|
-
/** @internal */
|
31
|
-
export declare function matchesContiguousSubString(word: string, wordToMatchAgainst: string): IMatch[] | null;
|
32
|
-
/**
|
33
|
-
* Return case insensitive substring matches
|
34
|
-
* @param word filter string
|
35
|
-
* @param wordToMatchAgainst string to test
|
36
|
-
* @internal
|
37
|
-
*/
|
38
|
-
export declare function matchesSubString(word: string, wordToMatchAgainst: string): IMatch[] | null;
|
39
|
-
/**
|
40
|
-
* Return matches treating "camelCase" words separately. For example the filter string "gp" would return two matches in string "Git Pull".
|
41
|
-
* @param word filter string
|
42
|
-
* @param wordToMatchAgainst string to test
|
43
|
-
* @internal
|
44
|
-
*/
|
45
|
-
export declare function matchesCamelCase(word: string, camelCaseWord: string): IMatch[] | null;
|
46
11
|
/**
|
47
12
|
* Matches beginning of words supporting non-ASCII languages.
|
48
13
|
* @param word Filter string
|
@@ -50,50 +15,7 @@ export declare function matchesCamelCase(word: string, camelCaseWord: string): I
|
|
50
15
|
* @param contiguous - If true the filter string must be found "contiguous" in the searched string (E.g. "pul" will match "Git: Pull").
|
51
16
|
* Otherwise also matches sub string of the word with beginnings of the words in the target (e.g. "gp" or "g p" will match "Git: Pull").
|
52
17
|
* Useful in cases where the target is words (e.g. command labels)
|
53
|
-
* @internal
|
18
|
+
* @internal @deprecated in 4.3. Use `matchesWords` from @itwin/core-react instead. Though internal, this requires deprecation due to known public usage in @itwin/core-react.
|
54
19
|
*/
|
55
20
|
export declare function matchesWords(word: string, target: string, contiguous?: boolean): IMatch[] | null;
|
56
|
-
/**
|
57
|
-
* Match pattern against word in a fuzzy way. This will only return a single match.
|
58
|
-
* @internal
|
59
|
-
*/
|
60
|
-
export declare function matchesFuzzy(word: string, wordToMatchAgainst: string, enableSeparateSubstringMatching?: boolean): IMatch[] | null;
|
61
|
-
/**
|
62
|
-
* Match pattern against word in a fuzzy way. As in IntelliSense and faster and more
|
63
|
-
* powerful than `matchesFuzzy`. This will only return a single match.
|
64
|
-
* @internal
|
65
|
-
*/
|
66
|
-
export declare function matchesFuzzy2(pattern: string, word: string): IMatch[] | null;
|
67
|
-
/**
|
68
|
-
* @internal
|
69
|
-
*/
|
70
|
-
export declare function createMatches(score: undefined | FuzzyScore): IMatch[];
|
71
|
-
/** @internal */
|
72
|
-
export declare function isPatternInWord(patternLow: string, patternPos: number, patternLen: number, wordLow: string, wordPos: number, wordLen: number): boolean;
|
73
|
-
/**
|
74
|
-
* A tuple of three values.
|
75
|
-
* 0. the score
|
76
|
-
* 1. the matches encoded as bitmask (2^53)
|
77
|
-
* 2. the offset at which matching started
|
78
|
-
* @internal
|
79
|
-
*/
|
80
|
-
export type FuzzyScore = [number, number, number];
|
81
|
-
/** @internal */
|
82
|
-
export declare namespace FuzzyScore {
|
83
|
-
/**
|
84
|
-
* No matches and value `-100`
|
85
|
-
* @internal
|
86
|
-
*/
|
87
|
-
const Default: [-100, 0, 0];
|
88
|
-
/** @internal */
|
89
|
-
function isDefault(score?: FuzzyScore): score is [-100, 0, 0];
|
90
|
-
}
|
91
|
-
/** @internal */
|
92
|
-
export type FuzzyScorer = (pattern: string, lowPattern: string, patternPos: number, word: string, lowWord: string, wordPos: number, firstMatchCanBeWeak: boolean) => FuzzyScore | undefined;
|
93
|
-
/** @internal */
|
94
|
-
export declare function fuzzyScore(pattern: string, patternLow: string, patternStart: number, word: string, wordLow: string, wordStart: number, firstMatchCanBeWeak: boolean): FuzzyScore | undefined;
|
95
|
-
/** @internal */
|
96
|
-
export declare function fuzzyScoreGracefulAggressive(pattern: string, lowPattern: string, patternPos: number, word: string, lowWord: string, wordPos: number, firstMatchCanBeWeak: boolean): FuzzyScore | undefined;
|
97
|
-
/** @internal */
|
98
|
-
export declare function fuzzyScoreGraceful(pattern: string, lowPattern: string, patternPos: number, word: string, lowWord: string, wordPos: number, firstMatchCanBeWeak: boolean): FuzzyScore | undefined;
|
99
21
|
//# sourceMappingURL=filters.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../../../src/appui-abstract/utils/filter/filters.ts"],"names":[],"mappings":"AAIA;;GAEG;
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../../../src/appui-abstract/utils/filter/filters.ts"],"names":[],"mappings":"AAIA;;GAEG;AAKH;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb;AAyCD;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,GAAE,OAAe,GAAG,MAAM,EAAE,GAAG,IAAI,CAevG"}
|