@cbnventures/docusaurus-preset-nova 0.18.0 → 0.19.0
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/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +7 -1
- package/build/src/index.js.map +1 -1
- package/build/src/lib/bundle-size.d.ts +3 -0
- package/build/src/lib/bundle-size.d.ts.map +1 -0
- package/build/src/lib/bundle-size.js +22 -0
- package/build/src/lib/bundle-size.js.map +1 -0
- package/build/src/lib/regex.d.ts +4 -0
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +5 -1
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/search/perform-search.d.ts +2 -2
- package/build/src/lib/search/perform-search.d.ts.map +1 -1
- package/build/src/lib/search/perform-search.js +2 -2
- package/build/src/lib/search/perform-search.js.map +1 -1
- package/build/src/lib/search/use-search-worker.d.ts.map +1 -1
- package/build/src/lib/search/use-search-worker.js +3 -1
- package/build/src/lib/search/use-search-worker.js.map +1 -1
- package/build/src/lib/search/worker.js +4 -3
- package/build/src/lib/search/worker.js.map +1 -1
- package/build/src/options.d.ts.map +1 -1
- package/build/src/options.js +4 -2
- package/build/src/options.js.map +1 -1
- package/build/src/plugins/bundle-guard/index.d.ts +4 -0
- package/build/src/plugins/bundle-guard/index.d.ts.map +1 -0
- package/build/src/plugins/bundle-guard/index.js +33 -0
- package/build/src/plugins/bundle-guard/index.js.map +1 -0
- package/build/src/plugins/icons/base-set.d.ts +3 -0
- package/build/src/plugins/icons/base-set.d.ts.map +1 -0
- package/build/src/plugins/icons/base-set.js +52 -0
- package/build/src/plugins/icons/base-set.js.map +1 -0
- package/build/src/plugins/icons/generate.d.ts +3 -0
- package/build/src/plugins/icons/generate.d.ts.map +1 -0
- package/build/src/plugins/icons/generate.js +220 -0
- package/build/src/plugins/icons/generate.js.map +1 -0
- package/build/src/plugins/icons/index.d.ts +4 -0
- package/build/src/plugins/icons/index.d.ts.map +1 -0
- package/build/src/plugins/icons/index.js +61 -0
- package/build/src/plugins/icons/index.js.map +1 -0
- package/build/src/preset.d.ts.map +1 -1
- package/build/src/preset.js +14 -0
- package/build/src/preset.js.map +1 -1
- package/build/src/presets/envoy/preset.d.ts.map +1 -1
- package/build/src/presets/envoy/preset.js +0 -1
- package/build/src/presets/envoy/preset.js.map +1 -1
- package/build/src/presets/foundry/preset.d.ts.map +1 -1
- package/build/src/presets/foundry/preset.js +0 -1
- package/build/src/presets/foundry/preset.js.map +1 -1
- package/build/src/presets/lantern/preset.d.ts.map +1 -1
- package/build/src/presets/lantern/preset.js +0 -1
- package/build/src/presets/lantern/preset.js.map +1 -1
- package/build/src/presets/marshal/preset.d.ts.map +1 -1
- package/build/src/presets/marshal/preset.js +0 -1
- package/build/src/presets/marshal/preset.js.map +1 -1
- package/build/src/presets/sample/preset.d.ts.map +1 -1
- package/build/src/presets/sample/preset.js +0 -1
- package/build/src/presets/sample/preset.js.map +1 -1
- package/build/src/presets/sentinel/preset.d.ts.map +1 -1
- package/build/src/presets/sentinel/preset.js +0 -1
- package/build/src/presets/sentinel/preset.js.map +1 -1
- package/build/src/presets/signal/preset.d.ts.map +1 -1
- package/build/src/presets/signal/preset.js +0 -1
- package/build/src/presets/signal/preset.js.map +1 -1
- package/build/src/styles/theme/Navbar/style.css +25 -0
- package/build/src/tests/bundle-size.test.d.ts +2 -0
- package/build/src/tests/bundle-size.test.d.ts.map +1 -0
- package/build/src/tests/bundle-size.test.js +30 -0
- package/build/src/tests/bundle-size.test.js.map +1 -0
- package/build/src/tests/config-drift.test.js +141 -6
- package/build/src/tests/config-drift.test.js.map +1 -1
- package/build/src/tests/demo-coverage.test.js +0 -2
- package/build/src/tests/demo-coverage.test.js.map +1 -1
- package/build/src/tests/icons.test.d.ts +2 -0
- package/build/src/tests/icons.test.d.ts.map +1 -0
- package/build/src/tests/icons.test.js +110 -0
- package/build/src/tests/icons.test.js.map +1 -0
- package/build/src/tests/lib/css-generator.test.js +0 -18
- package/build/src/tests/lib/css-generator.test.js.map +1 -1
- package/build/src/tests/lib/search/worker.test.js +20 -7
- package/build/src/tests/lib/search/worker.test.js.map +1 -1
- package/build/src/tests/options.test.js +0 -3
- package/build/src/tests/options.test.js.map +1 -1
- package/build/src/tests/preset.test.js +6 -6
- package/build/src/theme/Layout/index.d.ts.map +1 -1
- package/build/src/theme/Layout/index.js +5 -1
- package/build/src/theme/Layout/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.js +1 -1
- package/build/src/theme/Navbar/Bridge/index.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.js +1 -1
- package/build/src/theme/Navbar/Canopy/index.js.map +1 -1
- package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/index.js +1 -1
- package/build/src/theme/Navbar/Compass/index.js.map +1 -1
- package/build/src/theme/Navbar/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/index.js +4 -3
- package/build/src/theme/Navbar/index.js.map +1 -1
- package/build/src/theme/Root/icons.d.ts +1 -1
- package/build/src/theme/Root/icons.d.ts.map +1 -1
- package/build/src/theme/Root/icons.js +1 -13
- package/build/src/theme/Root/icons.js.map +1 -1
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-input.js +39 -2
- package/build/src/theme/SearchBar/search-input.js.map +1 -1
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-provider.js +6 -1
- package/build/src/theme/SearchBar/search-provider.js.map +1 -1
- package/build/src/theme/SearchPage/index.d.ts.map +1 -1
- package/build/src/theme/SearchPage/index.js +8 -2
- package/build/src/theme/SearchPage/index.js.map +1 -1
- package/build/src/types/index.d.ts +17 -0
- package/build/src/types/lib/bundle-size.d.ts +18 -0
- package/build/src/types/lib/search/perform-search.d.ts +2 -0
- package/build/src/types/lib/search/use-search-worker.d.ts +8 -0
- package/build/src/types/lib/search/worker.d.ts +5 -0
- package/build/src/types/options.d.ts +12 -3
- package/build/src/types/plugins/bundle-guard/index.d.ts +45 -0
- package/build/src/types/plugins/icons/base-set.d.ts +6 -0
- package/build/src/types/plugins/icons/generate.d.ts +250 -0
- package/build/src/types/plugins/icons/index.d.ts +76 -0
- package/build/src/types/preset.d.ts +10 -0
- package/build/src/types/shared.d.ts +88 -3
- package/build/src/types/tests/bundle-size.test.d.ts +12 -0
- package/build/src/types/tests/config-drift.test.d.ts +154 -4
- package/build/src/types/tests/icons.test.d.ts +93 -0
- package/build/src/types/tests/lib/search/worker.test.d.ts +11 -0
- package/build/src/types/tests/options.test.d.ts +0 -2
- package/build/src/types/theme/Layout/index.d.ts +15 -0
- package/build/src/types/theme/Navbar/index.d.ts +3 -8
- package/build/src/types/theme/Root/icons.d.ts +1 -0
- package/build/src/types/theme/SearchBar/search-input.d.ts +49 -0
- package/build/src/types/theme/SearchBar/search-provider.d.ts +20 -0
- package/build/src/types/theme/SearchPage/index.d.ts +25 -0
- package/nova-config.d.ts +87 -73
- package/package.json +3 -8
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
Shared_IconifyAliasEntry,
|
|
3
|
+
Shared_IconifyCollection,
|
|
4
|
+
Shared_IconifyCollection_Aliases,
|
|
5
|
+
Shared_IconifyCollectionsIndex,
|
|
6
|
+
Shared_IconLoadedCollections,
|
|
7
|
+
Shared_IconSlice,
|
|
8
|
+
Shared_IconSlicedCollection,
|
|
9
|
+
Shared_IconSlices,
|
|
10
|
+
} from '../../shared.d.ts';
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Plugins - Icons - Generate - Build Module Source.
|
|
14
|
+
*
|
|
15
|
+
* @since 0.18.1
|
|
16
|
+
*/
|
|
17
|
+
export type Plugins_Icons_Generate_BuildModuleSource_Slices = Shared_IconSlices;
|
|
18
|
+
|
|
19
|
+
export type Plugins_Icons_Generate_BuildModuleSource_LoadedCollections = Shared_IconLoadedCollections;
|
|
20
|
+
|
|
21
|
+
export type Plugins_Icons_Generate_BuildModuleSource_Returns = string;
|
|
22
|
+
|
|
23
|
+
export type Plugins_Icons_Generate_BuildModuleSource_Lines = string[];
|
|
24
|
+
|
|
25
|
+
export type Plugins_Icons_Generate_BuildModuleSource_Prefixes = string[];
|
|
26
|
+
|
|
27
|
+
export type Plugins_Icons_Generate_BuildModuleSource_Slice = Shared_IconSlice | undefined;
|
|
28
|
+
|
|
29
|
+
export type Plugins_Icons_Generate_BuildModuleSource_Collection = Shared_IconifyCollection | undefined;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Plugins - Icons - Generate - Build Sliced Collection.
|
|
33
|
+
*
|
|
34
|
+
* @since 0.18.1
|
|
35
|
+
*/
|
|
36
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_Prefix = string;
|
|
37
|
+
|
|
38
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_Slice = Shared_IconSlice;
|
|
39
|
+
|
|
40
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_Collection = Shared_IconifyCollection;
|
|
41
|
+
|
|
42
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_Returns = Shared_IconSlicedCollection;
|
|
43
|
+
|
|
44
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_Icons = Record<string, unknown>;
|
|
45
|
+
|
|
46
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_Aliases = Record<string, unknown>;
|
|
47
|
+
|
|
48
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_CollectionAliases = Shared_IconifyCollection_Aliases | undefined;
|
|
49
|
+
|
|
50
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_IconNames = string[];
|
|
51
|
+
|
|
52
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_AliasNames = string[];
|
|
53
|
+
|
|
54
|
+
export type Plugins_Icons_Generate_BuildSlicedCollection_Sliced = Record<string, unknown>;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Plugins - Icons - Generate - Collect Candidates.
|
|
58
|
+
*
|
|
59
|
+
* @since 0.18.1
|
|
60
|
+
*/
|
|
61
|
+
export type Plugins_Icons_Generate_CollectCandidates_SiteDir = string;
|
|
62
|
+
|
|
63
|
+
export type Plugins_Icons_Generate_CollectCandidates_ThemeConfig = unknown;
|
|
64
|
+
|
|
65
|
+
export type Plugins_Icons_Generate_CollectCandidates_Safelist = string[];
|
|
66
|
+
|
|
67
|
+
export type Plugins_Icons_Generate_CollectCandidates_Returns = string[];
|
|
68
|
+
|
|
69
|
+
export type Plugins_Icons_Generate_CollectCandidates_Candidates = string[];
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Plugins - Icons - Generate - Collect Content Candidates.
|
|
73
|
+
*
|
|
74
|
+
* @since 0.18.1
|
|
75
|
+
*/
|
|
76
|
+
export type Plugins_Icons_Generate_CollectContentCandidates_SiteDir = string;
|
|
77
|
+
|
|
78
|
+
export type Plugins_Icons_Generate_CollectContentCandidates_Returns = string[];
|
|
79
|
+
|
|
80
|
+
export type Plugins_Icons_Generate_CollectContentCandidates_Results = string[];
|
|
81
|
+
|
|
82
|
+
export type Plugins_Icons_Generate_CollectContentCandidates_DirectoryPath = string;
|
|
83
|
+
|
|
84
|
+
export type Plugins_Icons_Generate_CollectContentCandidates_FilePaths = string[];
|
|
85
|
+
|
|
86
|
+
export type Plugins_Icons_Generate_CollectContentCandidates_Text = string;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Plugins - Icons - Generate - Collect Theme Config Candidates.
|
|
90
|
+
*
|
|
91
|
+
* @since 0.18.1
|
|
92
|
+
*/
|
|
93
|
+
export type Plugins_Icons_Generate_CollectThemeConfigCandidates_Value = unknown;
|
|
94
|
+
|
|
95
|
+
export type Plugins_Icons_Generate_CollectThemeConfigCandidates_Returns = string[];
|
|
96
|
+
|
|
97
|
+
export type Plugins_Icons_Generate_CollectThemeConfigCandidates_Results = string[];
|
|
98
|
+
|
|
99
|
+
export type Plugins_Icons_Generate_CollectThemeConfigCandidates_Items = unknown[];
|
|
100
|
+
|
|
101
|
+
export type Plugins_Icons_Generate_CollectThemeConfigCandidates_Values = unknown[];
|
|
102
|
+
|
|
103
|
+
export type Plugins_Icons_Generate_CollectThemeConfigCandidates_Record = Record<string, unknown>;
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Plugins - Icons - Generate - Extract Candidates From Text.
|
|
107
|
+
*
|
|
108
|
+
* @since 0.18.1
|
|
109
|
+
*/
|
|
110
|
+
export type Plugins_Icons_Generate_ExtractCandidatesFromText_Text = string;
|
|
111
|
+
|
|
112
|
+
export type Plugins_Icons_Generate_ExtractCandidatesFromText_Returns = string[];
|
|
113
|
+
|
|
114
|
+
export type Plugins_Icons_Generate_ExtractCandidatesFromText_Pattern = RegExp;
|
|
115
|
+
|
|
116
|
+
export type Plugins_Icons_Generate_ExtractCandidatesFromText_Results = string[];
|
|
117
|
+
|
|
118
|
+
export type Plugins_Icons_Generate_ExtractCandidatesFromText_Matches = IterableIterator<RegExpMatchArray>;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Plugins - Icons - Generate - Generate Icon Module.
|
|
122
|
+
*
|
|
123
|
+
* @since 0.18.1
|
|
124
|
+
*/
|
|
125
|
+
export type Plugins_Icons_Generate_GenerateIconModule_OptionsSiteDir = string;
|
|
126
|
+
|
|
127
|
+
export type Plugins_Icons_Generate_GenerateIconModule_OptionsThemeConfig = unknown;
|
|
128
|
+
|
|
129
|
+
export type Plugins_Icons_Generate_GenerateIconModule_OptionsSafelist = string[];
|
|
130
|
+
|
|
131
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Options = {
|
|
132
|
+
siteDir: Plugins_Icons_Generate_GenerateIconModule_OptionsSiteDir;
|
|
133
|
+
themeConfig: Plugins_Icons_Generate_GenerateIconModule_OptionsThemeConfig;
|
|
134
|
+
safelist: Plugins_Icons_Generate_GenerateIconModule_OptionsSafelist;
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Returns = string;
|
|
138
|
+
|
|
139
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Candidates = string[];
|
|
140
|
+
|
|
141
|
+
export type Plugins_Icons_Generate_GenerateIconModule_UniqueCandidates = string[];
|
|
142
|
+
|
|
143
|
+
export type Plugins_Icons_Generate_GenerateIconModule_CollectionsIndex = Record<string, unknown>;
|
|
144
|
+
|
|
145
|
+
export type Plugins_Icons_Generate_GenerateIconModule_LoadedCollections = Map<string, Shared_IconifyCollection | undefined>;
|
|
146
|
+
|
|
147
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Slices = Map<string, Shared_IconSlice>;
|
|
148
|
+
|
|
149
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Unresolved = string[];
|
|
150
|
+
|
|
151
|
+
export type Plugins_Icons_Generate_GenerateIconModule_ColonIndex = number;
|
|
152
|
+
|
|
153
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Prefix = string;
|
|
154
|
+
|
|
155
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Name = string;
|
|
156
|
+
|
|
157
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Collection = Shared_IconifyCollection | undefined;
|
|
158
|
+
|
|
159
|
+
export type Plugins_Icons_Generate_GenerateIconModule_Resolved = boolean;
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Plugins - Icons - Generate - Get Iconify Package Directory.
|
|
163
|
+
*
|
|
164
|
+
* @since 0.18.1
|
|
165
|
+
*/
|
|
166
|
+
export type Plugins_Icons_Generate_GetIconifyPackageDirectory_Returns = string;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Plugins - Icons - Generate - Get Or Create Slice.
|
|
170
|
+
*
|
|
171
|
+
* @since 0.18.1
|
|
172
|
+
*/
|
|
173
|
+
export type Plugins_Icons_Generate_GetOrCreateSlice_Slices = Shared_IconSlices;
|
|
174
|
+
|
|
175
|
+
export type Plugins_Icons_Generate_GetOrCreateSlice_Prefix = string;
|
|
176
|
+
|
|
177
|
+
export type Plugins_Icons_Generate_GetOrCreateSlice_Returns = Shared_IconSlice;
|
|
178
|
+
|
|
179
|
+
export type Plugins_Icons_Generate_GetOrCreateSlice_Existing = Shared_IconSlice | undefined;
|
|
180
|
+
|
|
181
|
+
export type Plugins_Icons_Generate_GetOrCreateSlice_SliceIcons = Set<string>;
|
|
182
|
+
|
|
183
|
+
export type Plugins_Icons_Generate_GetOrCreateSlice_SliceAliases = Set<string>;
|
|
184
|
+
|
|
185
|
+
export type Plugins_Icons_Generate_GetOrCreateSlice_Slice = {
|
|
186
|
+
icons: Plugins_Icons_Generate_GetOrCreateSlice_SliceIcons;
|
|
187
|
+
aliases: Plugins_Icons_Generate_GetOrCreateSlice_SliceAliases;
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Plugins - Icons - Generate - Load Collection.
|
|
192
|
+
*
|
|
193
|
+
* @since 0.18.1
|
|
194
|
+
*/
|
|
195
|
+
export type Plugins_Icons_Generate_LoadCollection_Prefix = string;
|
|
196
|
+
|
|
197
|
+
export type Plugins_Icons_Generate_LoadCollection_LoadedCollections = Shared_IconLoadedCollections;
|
|
198
|
+
|
|
199
|
+
export type Plugins_Icons_Generate_LoadCollection_Returns = Shared_IconifyCollection | undefined;
|
|
200
|
+
|
|
201
|
+
export type Plugins_Icons_Generate_LoadCollection_CollectionPath = string;
|
|
202
|
+
|
|
203
|
+
export type Plugins_Icons_Generate_LoadCollection_Raw = string;
|
|
204
|
+
|
|
205
|
+
export type Plugins_Icons_Generate_LoadCollection_Collection = Shared_IconifyCollection;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Plugins - Icons - Generate - Load Collections Index.
|
|
209
|
+
*
|
|
210
|
+
* @since 0.18.1
|
|
211
|
+
*/
|
|
212
|
+
export type Plugins_Icons_Generate_LoadCollectionsIndex_Returns = Shared_IconifyCollectionsIndex;
|
|
213
|
+
|
|
214
|
+
export type Plugins_Icons_Generate_LoadCollectionsIndex_IndexPath = string;
|
|
215
|
+
|
|
216
|
+
export type Plugins_Icons_Generate_LoadCollectionsIndex_Raw = string;
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* Plugins - Icons - Generate - Resolve Name.
|
|
220
|
+
*
|
|
221
|
+
* @since 0.18.1
|
|
222
|
+
*/
|
|
223
|
+
export type Plugins_Icons_Generate_ResolveName_Collection = Shared_IconifyCollection;
|
|
224
|
+
|
|
225
|
+
export type Plugins_Icons_Generate_ResolveName_Name = string;
|
|
226
|
+
|
|
227
|
+
export type Plugins_Icons_Generate_ResolveName_Slice = Shared_IconSlice;
|
|
228
|
+
|
|
229
|
+
export type Plugins_Icons_Generate_ResolveName_Returns = boolean;
|
|
230
|
+
|
|
231
|
+
export type Plugins_Icons_Generate_ResolveName_Aliases = Shared_IconifyCollection_Aliases | undefined;
|
|
232
|
+
|
|
233
|
+
export type Plugins_Icons_Generate_ResolveName_AliasEntry = Shared_IconifyAliasEntry | undefined;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Plugins - Icons - Generate - Walk Directory.
|
|
237
|
+
*
|
|
238
|
+
* @since 0.18.1
|
|
239
|
+
*/
|
|
240
|
+
export type Plugins_Icons_Generate_WalkDirectory_Directory = string;
|
|
241
|
+
|
|
242
|
+
export type Plugins_Icons_Generate_WalkDirectory_Returns = string[];
|
|
243
|
+
|
|
244
|
+
export type Plugins_Icons_Generate_WalkDirectory_Results = string[];
|
|
245
|
+
|
|
246
|
+
export type Plugins_Icons_Generate_WalkDirectory_Names = string[];
|
|
247
|
+
|
|
248
|
+
export type Plugins_Icons_Generate_WalkDirectory_EntryPath = string;
|
|
249
|
+
|
|
250
|
+
export type Plugins_Icons_Generate_WalkDirectory_Stats = import('node:fs').Stats;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import type { LoadContext, Plugin } from '@docusaurus/types';
|
|
2
|
+
|
|
3
|
+
import type { Plugins_Icons_Generate_GenerateIconModule_Options } from './generate.d.ts';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Plugins - Icons - Index - Build Watch Paths.
|
|
7
|
+
*
|
|
8
|
+
* @since 0.18.1
|
|
9
|
+
*/
|
|
10
|
+
export type Plugins_Icons_Index_BuildWatchPaths_SiteDirectory = string;
|
|
11
|
+
|
|
12
|
+
export type Plugins_Icons_Index_BuildWatchPaths_Returns = string[];
|
|
13
|
+
|
|
14
|
+
export type Plugins_Icons_Index_BuildWatchPaths_Paths = string[];
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Plugins - Icons - Index - Icons.
|
|
18
|
+
*
|
|
19
|
+
* @since 0.18.1
|
|
20
|
+
*/
|
|
21
|
+
export type Plugins_Icons_Index_Icons_Context = LoadContext;
|
|
22
|
+
|
|
23
|
+
export type Plugins_Icons_Index_Icons_OptionsIconSafelist = string[];
|
|
24
|
+
|
|
25
|
+
export type Plugins_Icons_Index_Icons_Options = {
|
|
26
|
+
iconSafelist?: Plugins_Icons_Index_Icons_OptionsIconSafelist;
|
|
27
|
+
[key: string]: unknown;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export type Plugins_Icons_Index_Icons_Returns = Plugin;
|
|
31
|
+
|
|
32
|
+
export type Plugins_Icons_Index_Icons_SiteDirectory = string;
|
|
33
|
+
|
|
34
|
+
export type Plugins_Icons_Index_Icons_ThemeConfig = unknown;
|
|
35
|
+
|
|
36
|
+
export type Plugins_Icons_Index_Icons_Safelist = string[];
|
|
37
|
+
|
|
38
|
+
export type Plugins_Icons_Index_Icons_GeneratedDirectory = string;
|
|
39
|
+
|
|
40
|
+
export type Plugins_Icons_Index_Icons_GeneratedPath = string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Plugins - Icons - Index - Icons - Configure Webpack.
|
|
44
|
+
*
|
|
45
|
+
* @since 0.18.1
|
|
46
|
+
*/
|
|
47
|
+
export type Plugins_Icons_Index_Icons_ConfigureWebpack_Returns = Record<string, unknown>;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Plugins - Icons - Index - Icons - Get Paths To Watch.
|
|
51
|
+
*
|
|
52
|
+
* @since 0.18.1
|
|
53
|
+
*/
|
|
54
|
+
export type Plugins_Icons_Index_Icons_GetPathsToWatch_Returns = string[];
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Plugins - Icons - Index - Icons - Load Content.
|
|
58
|
+
*
|
|
59
|
+
* @since 0.18.1
|
|
60
|
+
*/
|
|
61
|
+
export type Plugins_Icons_Index_Icons_LoadContent_Returns = void;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Plugins - Icons - Index - Write Registry.
|
|
65
|
+
*
|
|
66
|
+
* @since 0.18.1
|
|
67
|
+
*/
|
|
68
|
+
export type Plugins_Icons_Index_WriteRegistry_GeneratedDirectory = string;
|
|
69
|
+
|
|
70
|
+
export type Plugins_Icons_Index_WriteRegistry_GeneratedPath = string;
|
|
71
|
+
|
|
72
|
+
export type Plugins_Icons_Index_WriteRegistry_ModuleOptions = Plugins_Icons_Generate_GenerateIconModule_Options;
|
|
73
|
+
|
|
74
|
+
export type Plugins_Icons_Index_WriteRegistry_Returns = void;
|
|
75
|
+
|
|
76
|
+
export type Plugins_Icons_Index_WriteRegistry_Source = string;
|
|
@@ -48,6 +48,10 @@ export type Preset_Preset_OptionsSearch = Record<string, unknown> | false | unde
|
|
|
48
48
|
|
|
49
49
|
export type Preset_Preset_OptionsProgressBar = boolean | undefined;
|
|
50
50
|
|
|
51
|
+
export type Preset_Preset_OptionsIconSafelist = string[] | undefined;
|
|
52
|
+
|
|
53
|
+
export type Preset_Preset_OptionsMaxBundleFileSize = number | false | undefined;
|
|
54
|
+
|
|
51
55
|
export type Preset_Preset_Options = {
|
|
52
56
|
preset: Preset_Preset_OptionsPreset;
|
|
53
57
|
overrides: Preset_Preset_OptionsOverrides;
|
|
@@ -55,6 +59,8 @@ export type Preset_Preset_Options = {
|
|
|
55
59
|
analytics: Preset_Preset_OptionsAnalytics;
|
|
56
60
|
search: Preset_Preset_OptionsSearch;
|
|
57
61
|
progressBar: Preset_Preset_OptionsProgressBar;
|
|
62
|
+
iconSafelist?: Preset_Preset_OptionsIconSafelist;
|
|
63
|
+
maxBundleFileSize?: Preset_Preset_OptionsMaxBundleFileSize;
|
|
58
64
|
[key: string]: unknown;
|
|
59
65
|
};
|
|
60
66
|
|
|
@@ -120,6 +126,10 @@ export type Preset_Preset_SvgrPlugin = Preset_Preset_Plugin;
|
|
|
120
126
|
|
|
121
127
|
export type Preset_Preset_MermaidTooltipPlugin = string;
|
|
122
128
|
|
|
129
|
+
export type Preset_Preset_IconsPlugin = Preset_Preset_Plugin;
|
|
130
|
+
|
|
131
|
+
export type Preset_Preset_BundleGuardPlugin = Preset_Preset_Plugin;
|
|
132
|
+
|
|
123
133
|
export type Preset_Preset_GtmPlugin = Preset_Preset_Plugin;
|
|
124
134
|
|
|
125
135
|
export type Preset_Preset_ThemeOptionsPreset = Options_PluginOptions_Preset;
|
|
@@ -225,14 +225,11 @@ export type Shared_Preset_Cta = {
|
|
|
225
225
|
contained: Shared_Preset_Cta_Contained;
|
|
226
226
|
};
|
|
227
227
|
|
|
228
|
-
export type Shared_Preset_Logo_Title = string;
|
|
229
|
-
|
|
230
228
|
export type Shared_Preset_Logo_Alt = string;
|
|
231
229
|
|
|
232
230
|
export type Shared_Preset_Logo_Src = string;
|
|
233
231
|
|
|
234
232
|
export type Shared_Preset_Logo = {
|
|
235
|
-
title: Shared_Preset_Logo_Title;
|
|
236
233
|
alt: Shared_Preset_Logo_Alt;
|
|
237
234
|
src: Shared_Preset_Logo_Src;
|
|
238
235
|
};
|
|
@@ -402,10 +399,13 @@ export type Shared_SearchWorkerSearchMessage_Query = string;
|
|
|
402
399
|
|
|
403
400
|
export type Shared_SearchWorkerSearchMessage_Limit = number;
|
|
404
401
|
|
|
402
|
+
export type Shared_SearchWorkerSearchMessage_FuzzyDistance = number;
|
|
403
|
+
|
|
405
404
|
export type Shared_SearchWorkerSearchMessage = {
|
|
406
405
|
type: Shared_SearchWorkerSearchMessage_Type;
|
|
407
406
|
query: Shared_SearchWorkerSearchMessage_Query;
|
|
408
407
|
limit: Shared_SearchWorkerSearchMessage_Limit;
|
|
408
|
+
fuzzyDistance: Shared_SearchWorkerSearchMessage_FuzzyDistance;
|
|
409
409
|
};
|
|
410
410
|
|
|
411
411
|
/**
|
|
@@ -461,3 +461,88 @@ export type Shared_TocHeading = {
|
|
|
461
461
|
level: Shared_TocHeading_Level;
|
|
462
462
|
children: Shared_TocHeading_Children;
|
|
463
463
|
};
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* Shared - Iconify Icon Entry.
|
|
467
|
+
*
|
|
468
|
+
* @since 0.18.1
|
|
469
|
+
*/
|
|
470
|
+
export type Shared_IconifyIconEntry = Record<string, unknown>;
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* Shared - Iconify Alias Entry.
|
|
474
|
+
*
|
|
475
|
+
* @since 0.18.1
|
|
476
|
+
*/
|
|
477
|
+
export type Shared_IconifyAliasEntry_Parent = string;
|
|
478
|
+
|
|
479
|
+
export type Shared_IconifyAliasEntry = {
|
|
480
|
+
parent: Shared_IconifyAliasEntry_Parent;
|
|
481
|
+
[key: string]: unknown;
|
|
482
|
+
};
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* Shared - Iconify Collection.
|
|
486
|
+
*
|
|
487
|
+
* @since 0.18.1
|
|
488
|
+
*/
|
|
489
|
+
export type Shared_IconifyCollection_Prefix = string;
|
|
490
|
+
|
|
491
|
+
export type Shared_IconifyCollection_Icons = Record<string, Shared_IconifyIconEntry>;
|
|
492
|
+
|
|
493
|
+
export type Shared_IconifyCollection_Aliases = Record<string, Shared_IconifyAliasEntry>;
|
|
494
|
+
|
|
495
|
+
export type Shared_IconifyCollection_Width = number;
|
|
496
|
+
|
|
497
|
+
export type Shared_IconifyCollection_Height = number;
|
|
498
|
+
|
|
499
|
+
export type Shared_IconifyCollection = {
|
|
500
|
+
prefix: Shared_IconifyCollection_Prefix;
|
|
501
|
+
icons: Shared_IconifyCollection_Icons;
|
|
502
|
+
aliases?: Shared_IconifyCollection_Aliases;
|
|
503
|
+
width?: Shared_IconifyCollection_Width;
|
|
504
|
+
height?: Shared_IconifyCollection_Height;
|
|
505
|
+
[key: string]: unknown;
|
|
506
|
+
};
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* Shared - Iconify Collections Index.
|
|
510
|
+
*
|
|
511
|
+
* @since 0.18.1
|
|
512
|
+
*/
|
|
513
|
+
export type Shared_IconifyCollectionsIndex = Record<string, unknown>;
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* Shared - Icon Slice.
|
|
517
|
+
*
|
|
518
|
+
* @since 0.18.1
|
|
519
|
+
*/
|
|
520
|
+
export type Shared_IconSlice_Icons = Set<string>;
|
|
521
|
+
|
|
522
|
+
export type Shared_IconSlice_Aliases = Set<string>;
|
|
523
|
+
|
|
524
|
+
export type Shared_IconSlice = {
|
|
525
|
+
icons: Shared_IconSlice_Icons;
|
|
526
|
+
aliases: Shared_IconSlice_Aliases;
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* Shared - Icon Slices.
|
|
531
|
+
*
|
|
532
|
+
* @since 0.18.1
|
|
533
|
+
*/
|
|
534
|
+
export type Shared_IconSlices = Map<string, Shared_IconSlice>;
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* Shared - Icon Loaded Collections.
|
|
538
|
+
*
|
|
539
|
+
* @since 0.18.1
|
|
540
|
+
*/
|
|
541
|
+
export type Shared_IconLoadedCollections = Map<string, Shared_IconifyCollection | undefined>;
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* Shared - Icon Sliced Collection.
|
|
545
|
+
*
|
|
546
|
+
* @since 0.18.1
|
|
547
|
+
*/
|
|
548
|
+
export type Shared_IconSlicedCollection = Record<string, unknown>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Bundle Size - Find Oversized Files - Returns Oversized Js Files Recursively.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.18.1
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_BundleSize_FindOversizedFiles_ReturnsOversizedJsFilesRecursively_Directory = string;
|
|
7
|
+
|
|
8
|
+
export type Tests_BundleSize_FindOversizedFiles_ReturnsOversizedJsFilesRecursively_Small = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_BundleSize_FindOversizedFiles_ReturnsOversizedJsFilesRecursively_Large = string;
|
|
11
|
+
|
|
12
|
+
export type Tests_BundleSize_FindOversizedFiles_ReturnsOversizedJsFilesRecursively_Oversized = string[];
|
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
import type { Options_PluginOptions } from '../options.d.ts';
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Config Drift - ConfigDrift OverridesSchemaParity.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.18.1
|
|
7
|
+
*/
|
|
8
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_TypeFilePath = string;
|
|
9
|
+
|
|
10
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_PublicLeaves = readonly string[];
|
|
11
|
+
|
|
12
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_Description = {
|
|
13
|
+
type?: string;
|
|
14
|
+
keys?: Record<string, Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_Description>;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_JoiSchema_Describe = () => Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_Description;
|
|
18
|
+
|
|
19
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_JoiSchema = {
|
|
20
|
+
describe: Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_JoiSchema_Describe;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_SchemaLeaves = readonly string[];
|
|
24
|
+
|
|
25
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_PublicSet = Set<string>;
|
|
26
|
+
|
|
27
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_SchemaSet = Set<string>;
|
|
28
|
+
|
|
29
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_MissingInSchema = string[];
|
|
30
|
+
|
|
31
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_StaleInSchema = string[];
|
|
32
|
+
|
|
33
|
+
export type Tests_ConfigDrift_ConfigDriftOverridesSchemaParity_PublicOverridesTypeMatchesTheJoiOverridesSchema_ParityMessage = string;
|
|
34
|
+
|
|
3
35
|
/**
|
|
4
36
|
* Tests - Config Drift - ConfigDrift ValidateOptions.
|
|
5
37
|
*
|
|
@@ -17,6 +49,10 @@ export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulate
|
|
|
17
49
|
|
|
18
50
|
export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_Search = Options_PluginOptions['search'];
|
|
19
51
|
|
|
52
|
+
export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_IconSafelist = Options_PluginOptions['iconSafelist'];
|
|
53
|
+
|
|
54
|
+
export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_MaxBundleFileSize = Options_PluginOptions['maxBundleFileSize'];
|
|
55
|
+
|
|
20
56
|
export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result = {
|
|
21
57
|
preset: Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_Preset;
|
|
22
58
|
overrides: Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_Overrides;
|
|
@@ -24,6 +60,8 @@ export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulate
|
|
|
24
60
|
analytics: Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_Analytics;
|
|
25
61
|
progressBar: Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_ProgressBar;
|
|
26
62
|
search: Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_Search;
|
|
63
|
+
iconSafelist: Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_IconSafelist;
|
|
64
|
+
maxBundleFileSize: Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Result_MaxBundleFileSize;
|
|
27
65
|
};
|
|
28
66
|
|
|
29
67
|
export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_JoiSchema_Validate = (value: unknown) => Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_Validated;
|
|
@@ -97,6 +135,10 @@ export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulate
|
|
|
97
135
|
|
|
98
136
|
export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_SearchDocsRoute = string;
|
|
99
137
|
|
|
138
|
+
export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_IconSafelist = Options_PluginOptions['iconSafelist'];
|
|
139
|
+
|
|
140
|
+
export type Tests_ConfigDrift_ConfigDriftValidateOptions_ValidatesAFullyPopulatedPresetOptionsObject_MaxBundleFileSize = Options_PluginOptions['maxBundleFileSize'];
|
|
141
|
+
|
|
100
142
|
/**
|
|
101
143
|
* Tests - Config Drift - ConfigDrift ValidateThemeConfig.
|
|
102
144
|
*
|
|
@@ -119,8 +161,6 @@ export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopu
|
|
|
119
161
|
|
|
120
162
|
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_Site = Record<string, unknown>;
|
|
121
163
|
|
|
122
|
-
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_SiteTitle = string;
|
|
123
|
-
|
|
124
164
|
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_SiteLogo = Record<string, unknown>;
|
|
125
165
|
|
|
126
166
|
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_SiteLogoAlt = string;
|
|
@@ -139,8 +179,6 @@ export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopu
|
|
|
139
179
|
|
|
140
180
|
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_SiteLogoWordmarkDark = string | undefined;
|
|
141
181
|
|
|
142
|
-
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_SiteLogoTitle = string | undefined;
|
|
143
|
-
|
|
144
182
|
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_SiteImage = string;
|
|
145
183
|
|
|
146
184
|
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_SiteMetadata = unknown[];
|
|
@@ -239,3 +277,115 @@ export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopu
|
|
|
239
277
|
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_FooterCtaLabel = string;
|
|
240
278
|
|
|
241
279
|
export type Tests_ConfigDrift_ConfigDriftValidateThemeConfig_ValidatesAFullyPopulatedThemeConfigObject_FooterCtaHref = string;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Tests - Config Drift - Derive Public Override Leaf Paths.
|
|
283
|
+
*
|
|
284
|
+
* @since 0.18.1
|
|
285
|
+
*/
|
|
286
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_TypeFilePath = string;
|
|
287
|
+
|
|
288
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_Returns = Promise<readonly string[]>;
|
|
289
|
+
|
|
290
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_FileText = string;
|
|
291
|
+
|
|
292
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_ObjectTypes = Map<string, Map<string, string>>;
|
|
293
|
+
|
|
294
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_PartialAliases = Map<string, string>;
|
|
295
|
+
|
|
296
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_BlockPattern = RegExp;
|
|
297
|
+
|
|
298
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_BlockMatch = RegExpExecArray | null;
|
|
299
|
+
|
|
300
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_TypeName = string;
|
|
301
|
+
|
|
302
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_BlockBody = string;
|
|
303
|
+
|
|
304
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_Fields = Map<string, string>;
|
|
305
|
+
|
|
306
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_FieldPattern = RegExp;
|
|
307
|
+
|
|
308
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_FieldMatch = RegExpExecArray | null;
|
|
309
|
+
|
|
310
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_FieldName = string;
|
|
311
|
+
|
|
312
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_FieldExpression = string;
|
|
313
|
+
|
|
314
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_FieldTypeMatch = RegExpMatchArray | null;
|
|
315
|
+
|
|
316
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_FieldType = string;
|
|
317
|
+
|
|
318
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_PartialPattern = RegExp;
|
|
319
|
+
|
|
320
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_PartialMatch = RegExpExecArray | null;
|
|
321
|
+
|
|
322
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_Leaves = string[];
|
|
323
|
+
|
|
324
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkEntry_TypeName = string;
|
|
325
|
+
|
|
326
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkEntry_Path = string[];
|
|
327
|
+
|
|
328
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkEntry = {
|
|
329
|
+
typeName: Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkEntry_TypeName;
|
|
330
|
+
path: Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkEntry_Path;
|
|
331
|
+
};
|
|
332
|
+
|
|
333
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkStack = Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkEntry[];
|
|
334
|
+
|
|
335
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_Entry = Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkEntry;
|
|
336
|
+
|
|
337
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_ResolvedType = string;
|
|
338
|
+
|
|
339
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_EntryFields = Tests_ConfigDrift_DerivePublicOverrideLeafPaths_Fields | undefined;
|
|
340
|
+
|
|
341
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkFieldEntry = readonly [string, string];
|
|
342
|
+
|
|
343
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkFieldName = string;
|
|
344
|
+
|
|
345
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_FieldTypeReference = string;
|
|
346
|
+
|
|
347
|
+
export type Tests_ConfigDrift_DerivePublicOverrideLeafPaths_WalkFieldType = string;
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* Tests - Config Drift - Derive Schema Override Leaf Paths.
|
|
351
|
+
*
|
|
352
|
+
* @since 0.18.1
|
|
353
|
+
*/
|
|
354
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_RootNode = {
|
|
355
|
+
type?: string;
|
|
356
|
+
keys?: Record<string, Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_RootNode>;
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_Returns = readonly string[];
|
|
360
|
+
|
|
361
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_OverridesNode = Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_RootNode | undefined;
|
|
362
|
+
|
|
363
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_Leaves = string[];
|
|
364
|
+
|
|
365
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_WalkEntry_Node = Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_RootNode;
|
|
366
|
+
|
|
367
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_WalkEntry_Path = string[];
|
|
368
|
+
|
|
369
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_WalkEntry = {
|
|
370
|
+
node: Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_WalkEntry_Node;
|
|
371
|
+
path: Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_WalkEntry_Path;
|
|
372
|
+
};
|
|
373
|
+
|
|
374
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_WalkStack = Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_WalkEntry[];
|
|
375
|
+
|
|
376
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_Entry = Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_WalkEntry;
|
|
377
|
+
|
|
378
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_EntryKeys = Record<string, Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_RootNode> | undefined;
|
|
379
|
+
|
|
380
|
+
export type Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_ChildNode = Tests_ConfigDrift_DeriveSchemaOverrideLeafPaths_RootNode;
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* Tests - Config Drift - Get Package Root.
|
|
384
|
+
*
|
|
385
|
+
* @since 0.18.1
|
|
386
|
+
*/
|
|
387
|
+
export type Tests_ConfigDrift_GetPackageRoot_Returns = string;
|
|
388
|
+
|
|
389
|
+
export type Tests_ConfigDrift_GetPackageRoot_CurrentFilePath = string;
|
|
390
|
+
|
|
391
|
+
export type Tests_ConfigDrift_GetPackageRoot_CurrentFileDirectory = string;
|