@umijs/utils 3.5.17 → 4.0.0-beta.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/README.md +2 -0
- package/compiled/address/index.js +1 -0
- package/compiled/address/lib/address.d.ts +28 -0
- package/compiled/address/package.json +1 -0
- package/compiled/axios/LICENSE +19 -0
- package/compiled/axios/index.d.ts +206 -0
- package/compiled/axios/index.js +1 -0
- package/compiled/axios/package.json +1 -0
- package/compiled/chalk/LICENSE +9 -0
- package/compiled/chalk/index.d.ts +415 -0
- package/compiled/chalk/index.js +1 -0
- package/compiled/chalk/package.json +1 -0
- package/compiled/cheerio/LICENSE +21 -0
- package/compiled/cheerio/domelementtype/lib/index.d.ts +48 -0
- package/compiled/cheerio/domhandler/lib/index.d.ts +85 -0
- package/compiled/cheerio/domhandler/lib/node.d.ts +169 -0
- package/compiled/cheerio/htmlparser2/lib/Parser.d.ts +159 -0
- package/compiled/cheerio/htmlparser2/lib/Tokenizer.d.ts +182 -0
- package/compiled/cheerio/htmlparser2/lib/index.d.ts +39 -0
- package/compiled/cheerio/index.js +16 -0
- package/compiled/cheerio/lib/api/attributes.d.ts +317 -0
- package/compiled/cheerio/lib/api/css.d.ts +41 -0
- package/compiled/cheerio/lib/api/forms.d.ts +31 -0
- package/compiled/cheerio/lib/api/manipulation.d.ts +496 -0
- package/compiled/cheerio/lib/api/traversing.d.ts +644 -0
- package/compiled/cheerio/lib/cheerio.d.ts +53 -0
- package/compiled/cheerio/lib/index.d.ts +91 -0
- package/compiled/cheerio/lib/load.d.ts +73 -0
- package/compiled/cheerio/lib/options.d.ts +31 -0
- package/compiled/cheerio/lib/static.d.ts +88 -0
- package/compiled/cheerio/lib/types.d.ts +20 -0
- package/compiled/cheerio/package.json +1 -0
- package/compiled/color/LICENSE +21 -0
- package/compiled/color/color-convert/conversions.d.ts +149 -0
- package/compiled/color/color-convert/index.d.ts +113 -0
- package/compiled/color/color-convert/route.d.ts +294 -0
- package/compiled/color/color-name/index.d.ts +161 -0
- package/compiled/color/index.d.ts +142 -0
- package/compiled/color/index.js +1 -0
- package/compiled/color/package.json +4 -0
- package/compiled/cross-spawn/LICENSE +21 -0
- package/compiled/cross-spawn/index.d.ts +36 -0
- package/compiled/cross-spawn/index.js +1 -0
- package/compiled/cross-spawn/package.json +1 -0
- package/compiled/debug/LICENSE +19 -0
- package/compiled/debug/index.d.ts +54 -0
- package/compiled/debug/index.js +1 -0
- package/compiled/debug/ms/index.d.ts +25 -0
- package/compiled/debug/package.json +1 -0
- package/compiled/fs-extra/LICENSE +15 -0
- package/compiled/fs-extra/index.d.ts +332 -0
- package/compiled/fs-extra/index.js +1 -0
- package/compiled/fs-extra/package.json +1 -0
- package/compiled/glob/LICENSE +21 -0
- package/compiled/glob/index.d.ts +89 -0
- package/compiled/glob/index.js +1 -0
- package/compiled/glob/minimatch/index.d.ts +204 -0
- package/compiled/glob/package.json +1 -0
- package/compiled/import-lazy/LICENSE +9 -0
- package/compiled/import-lazy/index.d.ts +26 -0
- package/compiled/import-lazy/index.js +1 -0
- package/compiled/import-lazy/package.json +1 -0
- package/compiled/lodash/LICENSE +47 -0
- package/compiled/lodash/common/array.d.ts +2126 -0
- package/compiled/lodash/common/collection.d.ts +1930 -0
- package/compiled/lodash/common/common.d.ts +280 -0
- package/compiled/lodash/common/date.d.ts +23 -0
- package/compiled/lodash/common/function.d.ts +1430 -0
- package/compiled/lodash/common/lang.d.ts +1692 -0
- package/compiled/lodash/common/math.d.ts +405 -0
- package/compiled/lodash/common/number.d.ts +131 -0
- package/compiled/lodash/common/object.d.ts +2519 -0
- package/compiled/lodash/common/seq.d.ts +210 -0
- package/compiled/lodash/common/string.d.ts +788 -0
- package/compiled/lodash/common/util.d.ts +1219 -0
- package/compiled/lodash/index.d.ts +46 -0
- package/compiled/lodash/index.js +9 -0
- package/compiled/lodash/package.json +1 -0
- package/compiled/mustache/LICENSE +11 -0
- package/compiled/mustache/index.d.ts +437 -0
- package/compiled/mustache/index.js +5 -0
- package/compiled/mustache/package.json +1 -0
- package/compiled/pkg-up/LICENSE +9 -0
- package/compiled/pkg-up/index.d.ts +48 -0
- package/compiled/pkg-up/index.js +1 -0
- package/compiled/pkg-up/package.json +1 -0
- package/compiled/portfinder/LICENSE +22 -0
- package/compiled/portfinder/index.js +1 -0
- package/compiled/portfinder/lib/portfinder.d.ts +47 -0
- package/compiled/portfinder/package.json +1 -0
- package/compiled/prettier/LICENSE +7 -0
- package/compiled/prettier/index.d.ts +867 -0
- package/compiled/prettier/index.js +475 -0
- package/compiled/prettier/package.json +5 -0
- package/compiled/prompts/LICENSE +21 -0
- package/compiled/prompts/index.d.ts +120 -0
- package/compiled/prompts/index.js +1 -0
- package/compiled/prompts/package.json +1 -0
- package/compiled/resolve/LICENSE +21 -0
- package/compiled/resolve/index.d.ts +166 -0
- package/compiled/resolve/index.js +1 -0
- package/compiled/resolve/package.json +1 -0
- package/compiled/rimraf/LICENSE +15 -0
- package/compiled/rimraf/glob/index.d.ts +89 -0
- package/compiled/rimraf/index.d.ts +49 -0
- package/compiled/rimraf/index.js +1 -0
- package/compiled/rimraf/minimatch/index.d.ts +204 -0
- package/compiled/rimraf/package.json +1 -0
- package/compiled/semver/LICENSE +15 -0
- package/compiled/semver/classes/comparator.d.ts +17 -0
- package/compiled/semver/classes/range.d.ts +21 -0
- package/compiled/semver/classes/semver.d.ts +62 -0
- package/compiled/semver/functions/clean.d.ts +8 -0
- package/compiled/semver/functions/cmp.d.ts +16 -0
- package/compiled/semver/functions/coerce.d.ts +12 -0
- package/compiled/semver/functions/compare-build.d.ts +16 -0
- package/compiled/semver/functions/compare-loose.d.ts +5 -0
- package/compiled/semver/functions/compare.d.ts +20 -0
- package/compiled/semver/functions/diff.d.ts +13 -0
- package/compiled/semver/functions/eq.d.ts +9 -0
- package/compiled/semver/functions/gt.d.ts +9 -0
- package/compiled/semver/functions/gte.d.ts +9 -0
- package/compiled/semver/functions/inc.d.ts +15 -0
- package/compiled/semver/functions/lt.d.ts +9 -0
- package/compiled/semver/functions/lte.d.ts +8 -0
- package/compiled/semver/functions/major.d.ts +9 -0
- package/compiled/semver/functions/minor.d.ts +9 -0
- package/compiled/semver/functions/neq.d.ts +9 -0
- package/compiled/semver/functions/parse.d.ts +12 -0
- package/compiled/semver/functions/patch.d.ts +9 -0
- package/compiled/semver/functions/prerelease.d.ts +12 -0
- package/compiled/semver/functions/rcompare.d.ts +15 -0
- package/compiled/semver/functions/rsort.d.ts +9 -0
- package/compiled/semver/functions/satisfies.d.ts +14 -0
- package/compiled/semver/functions/sort.d.ts +9 -0
- package/compiled/semver/functions/valid.d.ts +11 -0
- package/compiled/semver/index.d.ts +133 -0
- package/compiled/semver/index.js +1 -0
- package/compiled/semver/internals/identifiers.d.ts +13 -0
- package/compiled/semver/package.json +1 -0
- package/compiled/semver/ranges/gtr.d.ts +14 -0
- package/compiled/semver/ranges/intersects.d.ts +13 -0
- package/compiled/semver/ranges/ltr.d.ts +14 -0
- package/compiled/semver/ranges/max-satisfying.d.ts +14 -0
- package/compiled/semver/ranges/min-satisfying.d.ts +14 -0
- package/compiled/semver/ranges/min-version.d.ts +10 -0
- package/compiled/semver/ranges/outside.d.ts +15 -0
- package/compiled/semver/ranges/simplify.d.ts +14 -0
- package/compiled/semver/ranges/subset.d.ts +13 -0
- package/compiled/semver/ranges/to-comparators.d.ts +9 -0
- package/compiled/semver/ranges/valid.d.ts +12 -0
- package/compiled/strip-ansi/LICENSE +9 -0
- package/compiled/strip-ansi/index.d.ts +17 -0
- package/compiled/strip-ansi/index.js +1 -0
- package/compiled/strip-ansi/package.json +1 -0
- package/compiled/yargs-parser/index.d.ts +112 -0
- package/compiled/yargs-parser/index.js +1 -0
- package/compiled/yargs-parser/package.json +1 -0
- package/dist/BaseGenerator/BaseGenerator.d.ts +18 -0
- package/dist/BaseGenerator/BaseGenerator.js +58 -0
- package/{lib → dist}/Generator/Generator.d.ts +3 -3
- package/dist/Generator/Generator.js +74 -0
- package/dist/importLazy.d.ts +6 -0
- package/dist/importLazy.js +17 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.js +79 -0
- package/dist/logger.d.ts +14 -0
- package/dist/logger.js +39 -0
- package/dist/randomColor/randomColor.d.ts +6 -0
- package/dist/randomColor/randomColor.js +19 -0
- package/dist/register.d.ts +6 -0
- package/dist/register.js +47 -0
- package/dist/winPath.d.ts +1 -0
- package/dist/winPath.js +11 -0
- package/package.json +92 -12
- package/lib/BabelRegister/BabelRegister.d.ts +0 -9
- package/lib/BabelRegister/BabelRegister.js +0 -66
- package/lib/Generator/Generator.js +0 -120
- package/lib/cheerio/cheerio.d.ts +0 -2
- package/lib/cheerio/cheerio.js +0 -37
- package/lib/cleanRequireCache/cleanRequireCache.d.ts +0 -1
- package/lib/cleanRequireCache/cleanRequireCache.js +0 -40
- package/lib/compatESModuleRequire/compatESModuleRequire.d.ts +0 -7
- package/lib/compatESModuleRequire/compatESModuleRequire.js +0 -22
- package/lib/delay/delay.d.ts +0 -1
- package/lib/delay/delay.js +0 -22
- package/lib/getFile/getFile.d.ts +0 -22
- package/lib/getFile/getFile.js +0 -85
- package/lib/index.d.ts +0 -66
- package/lib/index.js +0 -619
- package/lib/isLernaPackage/isLernaPackage.d.ts +0 -1
- package/lib/isLernaPackage/isLernaPackage.js +0 -42
- package/lib/mergeConfig/mergeConfig.d.ts +0 -8
- package/lib/mergeConfig/mergeConfig.js +0 -42
- package/lib/parseRequireDeps/parseRequireDeps.d.ts +0 -1
- package/lib/parseRequireDeps/parseRequireDeps.js +0 -98
- package/lib/randomColor/randomColor.d.ts +0 -6
- package/lib/randomColor/randomColor.js +0 -42
- package/lib/routes.d.ts +0 -11
- package/lib/routes.js +0 -53
- package/lib/ssr.d.ts +0 -12
- package/lib/ssr.js +0 -41
- package/lib/types.d.ts +0 -7
- package/lib/types.js +0 -17
- package/lib/winEOL/winEOL.d.ts +0 -7
- package/lib/winEOL/winEOL.js +0 -39
- package/lib/winPath/winPath.d.ts +0 -1
- package/lib/winPath/winPath.js +0 -28
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Methods for getting and modifying attributes.
|
|
3
|
+
*
|
|
4
|
+
* @module cheerio/attributes
|
|
5
|
+
*/
|
|
6
|
+
import type { Node, Element } from '../../domhandler';
|
|
7
|
+
import type { Cheerio } from '../cheerio';
|
|
8
|
+
/**
|
|
9
|
+
* Method for getting attributes. Gets the attribute value for only the first
|
|
10
|
+
* element in the matched set.
|
|
11
|
+
*
|
|
12
|
+
* @category Attributes
|
|
13
|
+
* @example
|
|
14
|
+
*
|
|
15
|
+
* ```js
|
|
16
|
+
* $('ul').attr('id');
|
|
17
|
+
* //=> fruits
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @param name - Name of the attribute.
|
|
21
|
+
* @returns The attribute's value.
|
|
22
|
+
* @see {@link https://api.jquery.com/attr/}
|
|
23
|
+
*/
|
|
24
|
+
export declare function attr<T extends Node>(this: Cheerio<T>, name: string): string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Method for getting all attributes and their values of the first element in
|
|
27
|
+
* the matched set.
|
|
28
|
+
*
|
|
29
|
+
* @category Attributes
|
|
30
|
+
* @example
|
|
31
|
+
*
|
|
32
|
+
* ```js
|
|
33
|
+
* $('ul').attr();
|
|
34
|
+
* //=> { id: 'fruits' }
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @returns The attribute's values.
|
|
38
|
+
* @see {@link https://api.jquery.com/attr/}
|
|
39
|
+
*/
|
|
40
|
+
export declare function attr<T extends Node>(this: Cheerio<T>): Record<string, string>;
|
|
41
|
+
/**
|
|
42
|
+
* Method for setting attributes. Sets the attribute value for only the first
|
|
43
|
+
* element in the matched set. If you set an attribute's value to `null`, you
|
|
44
|
+
* remove that attribute. You may also pass a `map` and `function`.
|
|
45
|
+
*
|
|
46
|
+
* @category Attributes
|
|
47
|
+
* @example
|
|
48
|
+
*
|
|
49
|
+
* ```js
|
|
50
|
+
* $('.apple').attr('id', 'favorite').html();
|
|
51
|
+
* //=> <li class="apple" id="favorite">Apple</li>
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param name - Name of the attribute.
|
|
55
|
+
* @param value - The new value of the attribute.
|
|
56
|
+
* @returns The instance itself.
|
|
57
|
+
* @see {@link https://api.jquery.com/attr/}
|
|
58
|
+
*/
|
|
59
|
+
export declare function attr<T extends Node>(this: Cheerio<T>, name: string, value?: string | null | ((this: Element, i: number, attrib: string) => string | null)): Cheerio<T>;
|
|
60
|
+
/**
|
|
61
|
+
* Method for setting multiple attributes at once. Sets the attribute value for
|
|
62
|
+
* only the first element in the matched set. If you set an attribute's value to
|
|
63
|
+
* `null`, you remove that attribute.
|
|
64
|
+
*
|
|
65
|
+
* @category Attributes
|
|
66
|
+
* @example
|
|
67
|
+
*
|
|
68
|
+
* ```js
|
|
69
|
+
* $('.apple').attr({ id: 'favorite' }).html();
|
|
70
|
+
* //=> <li class="apple" id="favorite">Apple</li>
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* @param values - Map of attribute names and values.
|
|
74
|
+
* @returns The instance itself.
|
|
75
|
+
* @see {@link https://api.jquery.com/attr/}
|
|
76
|
+
*/
|
|
77
|
+
export declare function attr<T extends Node>(this: Cheerio<T>, values: Record<string, string | null>): Cheerio<T>;
|
|
78
|
+
interface StyleProp {
|
|
79
|
+
length: number;
|
|
80
|
+
[key: string]: string | number;
|
|
81
|
+
[index: number]: string;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Method for getting and setting properties. Gets the property value for only
|
|
85
|
+
* the first element in the matched set.
|
|
86
|
+
*
|
|
87
|
+
* @category Attributes
|
|
88
|
+
* @example
|
|
89
|
+
*
|
|
90
|
+
* ```js
|
|
91
|
+
* $('input[type="checkbox"]').prop('checked');
|
|
92
|
+
* //=> false
|
|
93
|
+
*
|
|
94
|
+
* $('input[type="checkbox"]').prop('checked', true).val();
|
|
95
|
+
* //=> ok
|
|
96
|
+
* ```
|
|
97
|
+
*
|
|
98
|
+
* @param name - Name of the property.
|
|
99
|
+
* @param value - If specified set the property to this.
|
|
100
|
+
* @returns If `value` is specified the instance itself, otherwise the prop's value.
|
|
101
|
+
* @see {@link https://api.jquery.com/prop/}
|
|
102
|
+
*/
|
|
103
|
+
export declare function prop<T extends Node>(this: Cheerio<T>, name: 'tagName' | 'nodeName'): T extends Element ? string : undefined;
|
|
104
|
+
export declare function prop<T extends Node>(this: Cheerio<T>, name: 'innerHTML' | 'outerHTML'): string | null;
|
|
105
|
+
export declare function prop<T extends Node>(this: Cheerio<T>, name: 'style'): StyleProp;
|
|
106
|
+
export declare function prop<T extends Node, K extends keyof Element>(this: Cheerio<T>, name: K): Element[K];
|
|
107
|
+
export declare function prop<T extends Node, K extends keyof Element>(this: Cheerio<T>, name: K, value: Element[K] | ((this: Element, i: number, prop: K) => Element[keyof Element])): Cheerio<T>;
|
|
108
|
+
export declare function prop<T extends Node>(this: Cheerio<T>, name: Record<string, string | Element[keyof Element] | boolean>): Cheerio<T>;
|
|
109
|
+
export declare function prop<T extends Node>(this: Cheerio<T>, name: string, value: string | boolean | null | ((this: Element, i: number, prop: string) => string | boolean)): Cheerio<T>;
|
|
110
|
+
export declare function prop<T extends Node>(this: Cheerio<T>, name: string): string;
|
|
111
|
+
/**
|
|
112
|
+
* Method for getting data attributes, for only the first element in the matched set.
|
|
113
|
+
*
|
|
114
|
+
* @category Attributes
|
|
115
|
+
* @example
|
|
116
|
+
*
|
|
117
|
+
* ```js
|
|
118
|
+
* $('<div data-apple-color="red"></div>').data('apple-color');
|
|
119
|
+
* //=> 'red'
|
|
120
|
+
* ```
|
|
121
|
+
*
|
|
122
|
+
* @param name - Name of the data attribute.
|
|
123
|
+
* @returns The data attribute's value.
|
|
124
|
+
* @see {@link https://api.jquery.com/data/}
|
|
125
|
+
*/
|
|
126
|
+
export declare function data<T extends Node>(this: Cheerio<T>, name: string): unknown | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* Method for getting all of an element's data attributes, for only the first
|
|
129
|
+
* element in the matched set.
|
|
130
|
+
*
|
|
131
|
+
* @category Attributes
|
|
132
|
+
* @example
|
|
133
|
+
*
|
|
134
|
+
* ```js
|
|
135
|
+
* $('<div data-apple-color="red"></div>').data();
|
|
136
|
+
* //=> { appleColor: 'red' }
|
|
137
|
+
* ```
|
|
138
|
+
*
|
|
139
|
+
* @returns The data attribute's values.
|
|
140
|
+
* @see {@link https://api.jquery.com/data/}
|
|
141
|
+
*/
|
|
142
|
+
export declare function data<T extends Node>(this: Cheerio<T>): Record<string, unknown>;
|
|
143
|
+
/**
|
|
144
|
+
* Method for setting data attributes, for only the first element in the matched set.
|
|
145
|
+
*
|
|
146
|
+
* @category Attributes
|
|
147
|
+
* @example
|
|
148
|
+
*
|
|
149
|
+
* ```js
|
|
150
|
+
* const apple = $('.apple').data('kind', 'mac');
|
|
151
|
+
*
|
|
152
|
+
* apple.data('kind');
|
|
153
|
+
* //=> 'mac'
|
|
154
|
+
* ```
|
|
155
|
+
*
|
|
156
|
+
* @param name - Name of the data attribute.
|
|
157
|
+
* @param value - The new value.
|
|
158
|
+
* @returns The instance itself.
|
|
159
|
+
* @see {@link https://api.jquery.com/data/}
|
|
160
|
+
*/
|
|
161
|
+
export declare function data<T extends Node>(this: Cheerio<T>, name: string, value: unknown): Cheerio<T>;
|
|
162
|
+
/**
|
|
163
|
+
* Method for setting multiple data attributes at once, for only the first
|
|
164
|
+
* element in the matched set.
|
|
165
|
+
*
|
|
166
|
+
* @category Attributes
|
|
167
|
+
* @example
|
|
168
|
+
*
|
|
169
|
+
* ```js
|
|
170
|
+
* const apple = $('.apple').data({ kind: 'mac' });
|
|
171
|
+
*
|
|
172
|
+
* apple.data('kind');
|
|
173
|
+
* //=> 'mac'
|
|
174
|
+
* ```
|
|
175
|
+
*
|
|
176
|
+
* @param values - Map of names to values.
|
|
177
|
+
* @returns The instance itself.
|
|
178
|
+
* @see {@link https://api.jquery.com/data/}
|
|
179
|
+
*/
|
|
180
|
+
export declare function data<T extends Node>(this: Cheerio<T>, values: Record<string, unknown>): Cheerio<T>;
|
|
181
|
+
/**
|
|
182
|
+
* Method for getting the value of input, select, and textarea. Note: Support
|
|
183
|
+
* for `map`, and `function` has not been added yet.
|
|
184
|
+
*
|
|
185
|
+
* @category Attributes
|
|
186
|
+
* @example
|
|
187
|
+
*
|
|
188
|
+
* ```js
|
|
189
|
+
* $('input[type="text"]').val();
|
|
190
|
+
* //=> input_text
|
|
191
|
+
* ```
|
|
192
|
+
*
|
|
193
|
+
* @returns The value.
|
|
194
|
+
* @see {@link https://api.jquery.com/val/}
|
|
195
|
+
*/
|
|
196
|
+
export declare function val<T extends Node>(this: Cheerio<T>): string | undefined | string[];
|
|
197
|
+
/**
|
|
198
|
+
* Method for setting the value of input, select, and textarea. Note: Support
|
|
199
|
+
* for `map`, and `function` has not been added yet.
|
|
200
|
+
*
|
|
201
|
+
* @category Attributes
|
|
202
|
+
* @example
|
|
203
|
+
*
|
|
204
|
+
* ```js
|
|
205
|
+
* $('input[type="text"]').val('test').html();
|
|
206
|
+
* //=> <input type="text" value="test"/>
|
|
207
|
+
* ```
|
|
208
|
+
*
|
|
209
|
+
* @param value - The new value.
|
|
210
|
+
* @returns The instance itself.
|
|
211
|
+
* @see {@link https://api.jquery.com/val/}
|
|
212
|
+
*/
|
|
213
|
+
export declare function val<T extends Node>(this: Cheerio<T>, value: string | string[]): Cheerio<T>;
|
|
214
|
+
/**
|
|
215
|
+
* Method for removing attributes by `name`.
|
|
216
|
+
*
|
|
217
|
+
* @category Attributes
|
|
218
|
+
* @example
|
|
219
|
+
*
|
|
220
|
+
* ```js
|
|
221
|
+
* $('.pear').removeAttr('class').html();
|
|
222
|
+
* //=> <li>Pear</li>
|
|
223
|
+
*
|
|
224
|
+
* $('.apple').attr('id', 'favorite');
|
|
225
|
+
* $('.apple').removeAttr('id class').html();
|
|
226
|
+
* //=> <li>Apple</li>
|
|
227
|
+
* ```
|
|
228
|
+
*
|
|
229
|
+
* @param name - Name of the attribute.
|
|
230
|
+
* @returns The instance itself.
|
|
231
|
+
* @see {@link https://api.jquery.com/removeAttr/}
|
|
232
|
+
*/
|
|
233
|
+
export declare function removeAttr<T extends Node>(this: Cheerio<T>, name: string): Cheerio<T>;
|
|
234
|
+
/**
|
|
235
|
+
* Check to see if *any* of the matched elements have the given `className`.
|
|
236
|
+
*
|
|
237
|
+
* @category Attributes
|
|
238
|
+
* @example
|
|
239
|
+
*
|
|
240
|
+
* ```js
|
|
241
|
+
* $('.pear').hasClass('pear');
|
|
242
|
+
* //=> true
|
|
243
|
+
*
|
|
244
|
+
* $('apple').hasClass('fruit');
|
|
245
|
+
* //=> false
|
|
246
|
+
*
|
|
247
|
+
* $('li').hasClass('pear');
|
|
248
|
+
* //=> true
|
|
249
|
+
* ```
|
|
250
|
+
*
|
|
251
|
+
* @param className - Name of the class.
|
|
252
|
+
* @returns Indicates if an element has the given `className`.
|
|
253
|
+
* @see {@link https://api.jquery.com/hasClass/}
|
|
254
|
+
*/
|
|
255
|
+
export declare function hasClass<T extends Node>(this: Cheerio<T>, className: string): boolean;
|
|
256
|
+
/**
|
|
257
|
+
* Adds class(es) to all of the matched elements. Also accepts a `function`.
|
|
258
|
+
*
|
|
259
|
+
* @category Attributes
|
|
260
|
+
* @example
|
|
261
|
+
*
|
|
262
|
+
* ```js
|
|
263
|
+
* $('.pear').addClass('fruit').html();
|
|
264
|
+
* //=> <li class="pear fruit">Pear</li>
|
|
265
|
+
*
|
|
266
|
+
* $('.apple').addClass('fruit red').html();
|
|
267
|
+
* //=> <li class="apple fruit red">Apple</li>
|
|
268
|
+
* ```
|
|
269
|
+
*
|
|
270
|
+
* @param value - Name of new class.
|
|
271
|
+
* @returns The instance itself.
|
|
272
|
+
* @see {@link https://api.jquery.com/addClass/}
|
|
273
|
+
*/
|
|
274
|
+
export declare function addClass<T extends Node, R extends ArrayLike<T>>(this: R, value?: string | ((this: Element, i: number, className: string) => string | undefined)): R;
|
|
275
|
+
/**
|
|
276
|
+
* Removes one or more space-separated classes from the selected elements. If no
|
|
277
|
+
* `className` is defined, all classes will be removed. Also accepts a `function`.
|
|
278
|
+
*
|
|
279
|
+
* @category Attributes
|
|
280
|
+
* @example
|
|
281
|
+
*
|
|
282
|
+
* ```js
|
|
283
|
+
* $('.pear').removeClass('pear').html();
|
|
284
|
+
* //=> <li class="">Pear</li>
|
|
285
|
+
*
|
|
286
|
+
* $('.apple').addClass('red').removeClass().html();
|
|
287
|
+
* //=> <li class="">Apple</li>
|
|
288
|
+
* ```
|
|
289
|
+
*
|
|
290
|
+
* @param name - Name of the class. If not specified, removes all elements.
|
|
291
|
+
* @returns The instance itself.
|
|
292
|
+
* @see {@link https://api.jquery.com/removeClass/}
|
|
293
|
+
*/
|
|
294
|
+
export declare function removeClass<T extends Node, R extends ArrayLike<T>>(this: R, name?: string | ((this: Element, i: number, className: string) => string | undefined)): R;
|
|
295
|
+
/**
|
|
296
|
+
* Add or remove class(es) from the matched elements, depending on either the
|
|
297
|
+
* class's presence or the value of the switch argument. Also accepts a `function`.
|
|
298
|
+
*
|
|
299
|
+
* @category Attributes
|
|
300
|
+
* @example
|
|
301
|
+
*
|
|
302
|
+
* ```js
|
|
303
|
+
* $('.apple.green').toggleClass('fruit green red').html();
|
|
304
|
+
* //=> <li class="apple fruit red">Apple</li>
|
|
305
|
+
*
|
|
306
|
+
* $('.apple.green').toggleClass('fruit green red', true).html();
|
|
307
|
+
* //=> <li class="apple green fruit red">Apple</li>
|
|
308
|
+
* ```
|
|
309
|
+
*
|
|
310
|
+
* @param value - Name of the class. Can also be a function.
|
|
311
|
+
* @param stateVal - If specified the state of the class.
|
|
312
|
+
* @returns The instance itself.
|
|
313
|
+
* @see {@link https://api.jquery.com/toggleClass/}
|
|
314
|
+
*/
|
|
315
|
+
export declare function toggleClass<T extends Node, R extends ArrayLike<T>>(this: R, value?: string | ((this: Element, i: number, className: string, stateVal?: boolean) => string), stateVal?: boolean): R;
|
|
316
|
+
export {};
|
|
317
|
+
//# sourceMappingURL=attributes.d.ts.map
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { Element, Node } from '../../domhandler';
|
|
2
|
+
import type { Cheerio } from '../cheerio';
|
|
3
|
+
/**
|
|
4
|
+
* Get the value of a style property for the first element in the set of matched elements.
|
|
5
|
+
*
|
|
6
|
+
* @category CSS
|
|
7
|
+
* @param names - Optionally the names of the property of interest.
|
|
8
|
+
* @returns A map of all of the style properties.
|
|
9
|
+
* @see {@link https://api.jquery.com/css/}
|
|
10
|
+
*/
|
|
11
|
+
export declare function css<T extends Node>(this: Cheerio<T>, names?: string[]): Record<string, string>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the value of a style property for the first element in the set of matched elements.
|
|
14
|
+
*
|
|
15
|
+
* @category CSS
|
|
16
|
+
* @param names - The name of the property.
|
|
17
|
+
* @returns The property value for the given name.
|
|
18
|
+
* @see {@link https://api.jquery.com/css/}
|
|
19
|
+
*/
|
|
20
|
+
export declare function css<T extends Node>(this: Cheerio<T>, name: string): string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Set one CSS property for every matched element.
|
|
23
|
+
*
|
|
24
|
+
* @category CSS
|
|
25
|
+
* @param prop - The name of the property.
|
|
26
|
+
* @param val - The new value.
|
|
27
|
+
* @returns The instance itself.
|
|
28
|
+
* @see {@link https://api.jquery.com/css/}
|
|
29
|
+
*/
|
|
30
|
+
export declare function css<T extends Node>(this: Cheerio<T>, prop: string, val: string | ((this: Element, i: number, style: string) => string | undefined)): Cheerio<T>;
|
|
31
|
+
/**
|
|
32
|
+
* Set multiple CSS properties for every matched element.
|
|
33
|
+
*
|
|
34
|
+
* @category CSS
|
|
35
|
+
* @param prop - The name of the property.
|
|
36
|
+
* @param val - The new value.
|
|
37
|
+
* @returns The instance itself.
|
|
38
|
+
* @see {@link https://api.jquery.com/css/}
|
|
39
|
+
*/
|
|
40
|
+
export declare function css<T extends Node>(this: Cheerio<T>, prop: Record<string, string>): Cheerio<T>;
|
|
41
|
+
//# sourceMappingURL=css.d.ts.map
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { Node } from '../../domhandler';
|
|
2
|
+
import type { Cheerio } from '../cheerio';
|
|
3
|
+
/**
|
|
4
|
+
* Encode a set of form elements as a string for submission.
|
|
5
|
+
*
|
|
6
|
+
* @category Forms
|
|
7
|
+
* @returns The serialized form.
|
|
8
|
+
* @see {@link https://api.jquery.com/serialize/}
|
|
9
|
+
*/
|
|
10
|
+
export declare function serialize<T extends Node>(this: Cheerio<T>): string;
|
|
11
|
+
interface SerializedField {
|
|
12
|
+
name: string;
|
|
13
|
+
value: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Encode a set of form elements as an array of names and values.
|
|
17
|
+
*
|
|
18
|
+
* @category Forms
|
|
19
|
+
* @example
|
|
20
|
+
*
|
|
21
|
+
* ```js
|
|
22
|
+
* $('<form><input name="foo" value="bar" /></form>').serializeArray();
|
|
23
|
+
* //=> [ { name: 'foo', value: 'bar' } ]
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @returns The serialized form.
|
|
27
|
+
* @see {@link https://api.jquery.com/serializeArray/}
|
|
28
|
+
*/
|
|
29
|
+
export declare function serializeArray<T extends Node>(this: Cheerio<T>): SerializedField[];
|
|
30
|
+
export {};
|
|
31
|
+
//# sourceMappingURL=forms.d.ts.map
|