@nativescript-community/ui-pager 13.0.43 → 14.0.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/README.md +2 -55
- package/angular/esm2020/index.mjs +4 -4
- package/angular/esm2020/nativescript-community-ui-pager-angular.mjs +4 -1
- package/angular/esm2020/pager-items-comp.mjs +11 -4
- package/angular/fesm2015/nativescript-community-ui-pager-angular.mjs +17 -6
- package/angular/fesm2015/nativescript-community-ui-pager-angular.mjs.map +1 -1
- package/angular/fesm2020/nativescript-community-ui-pager-angular.mjs +17 -6
- package/angular/fesm2020/nativescript-community-ui-pager-angular.mjs.map +1 -1
- package/angular/package.json +2 -2
- package/index.android.d.ts +4 -9
- package/index.android.js +165 -213
- package/index.android.js.map +1 -1
- package/index.common.d.ts +14 -17
- package/index.common.js +35 -32
- package/index.common.js.map +1 -1
- package/index.ios.d.ts +3 -9
- package/index.ios.js +109 -177
- package/index.ios.js.map +1 -1
- package/package.json +10 -10
- package/platforms/android/include.gradle +0 -13
- package/platforms/android/native-api-usage.json +1 -6
- package/platforms/ios/native-api-usage.json +0 -1
- package/react/index.d.ts +47 -40
- package/react/index.js +33 -6
- package/react/index.js.map +1 -1
- package/references.d.ts +1 -2
- package/svelte/index.js +11 -1
- package/svelte/index.js.map +1 -1
- package/typings/viewpager2.d.ts +1 -1
- package/vue/pager.js +8 -1
- package/vue/pager.js.map +1 -1
- package/.pnpm-debug.log +0 -1
- package/CHANGELOG.md +0 -350
- package/angular/nativescript-community-ui-pager-angular.d.ts +0 -2
- package/platforms/ios/Podfile +0 -1
- package/typings/objc!CHIPageControl.d.ts +0 -197
package/CHANGELOG.md
DELETED
@@ -1,350 +0,0 @@
|
|
1
|
-
# Change Log
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file.
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
|
-
|
6
|
-
## [13.0.43](https://github.com/nativescript-community/ui-pager/compare/v13.0.42...v13.0.43) (2022-08-31)
|
7
|
-
|
8
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
## [13.0.42](https://github.com/nativescript-community/ui-pager/compare/v13.0.40...v13.0.42) (2022-07-28)
|
15
|
-
|
16
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
## [13.0.41](https://github.com/nativescript-community/ui-pager/compare/v13.0.40...v13.0.41) (2022-07-28)
|
23
|
-
|
24
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
## [13.0.40](https://github.com/nativescript-community/ui-pager/compare/v13.0.39...v13.0.40) (2022-07-17)
|
31
|
-
|
32
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
## [13.0.39](https://github.com/nativescript-community/ui-pager/compare/v13.0.38...v13.0.39) (2022-07-15)
|
39
|
-
|
40
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
## [13.0.38](https://github.com/nativescript-community/ui-pager/compare/v13.0.37...v13.0.38) (2022-07-15)
|
47
|
-
|
48
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
## [13.0.37](https://github.com/nativescript-community/ui-pager/compare/v13.0.36...v13.0.37) (2022-05-17)
|
55
|
-
|
56
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
## [13.0.36](https://github.com/nativescript-community/ui-pager/compare/v13.0.35...v13.0.36) (2022-05-17)
|
63
|
-
|
64
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
## [13.0.35](https://github.com/nativescript-community/ui-pager/compare/v13.0.34...v13.0.35) (2022-03-15)
|
71
|
-
|
72
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
## [13.0.34](https://github.com/nativescript-community/ui-pager/compare/v13.0.33...v13.0.34) (2022-01-19)
|
79
|
-
|
80
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
## [13.0.33](https://github.com/nativescript-community/ui-pager/compare/v13.0.32...v13.0.33) (2021-11-17)
|
87
|
-
|
88
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
## [13.0.32](https://github.com/nativescript-community/ui-pager/compare/v13.0.31...v13.0.32) (2021-11-15)
|
95
|
-
|
96
|
-
|
97
|
-
### Bug Fixes
|
98
|
-
|
99
|
-
* missing platforms directory ([44bff68](https://github.com/nativescript-community/ui-pager/commit/44bff68074855d14032201fe9198e1519ab22ca0))
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
## [13.0.31](https://github.com/nativescript-community/ui-pager/compare/v13.0.30...v13.0.31) (2021-10-22)
|
106
|
-
|
107
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
## [13.0.30](https://github.com/nativescript-community/ui-pager/compare/v13.0.29...v13.0.30) (2021-09-29)
|
114
|
-
|
115
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
## [13.0.29](https://github.com/nativescript-community/ui-pager/compare/v13.0.28...v13.0.29) (2021-09-17)
|
122
|
-
|
123
|
-
|
124
|
-
### Bug Fixes
|
125
|
-
|
126
|
-
* **android:** allow to change appcompat version ([8925202](https://github.com/nativescript-community/ui-pager/commit/8925202f1787054e1791f7ebfdf82b6f8d078746))
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
## [13.0.28](https://github.com/nativescript-community/ui-pager/compare/v13.0.27...v13.0.28) (2021-09-17)
|
133
|
-
|
134
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
## [13.0.27](https://github.com/nativescript-community/ui-pager/compare/v13.0.26...v13.0.27) (2021-08-19)
|
141
|
-
|
142
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
## [13.0.26](https://github.com/nativescript-community/ui-pager/compare/v13.0.25...v13.0.26) (2021-08-08)
|
149
|
-
|
150
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
## [13.0.25](https://github.com/nativescript-community/ui-pager/compare/v13.0.24...v13.0.25) (2021-08-05)
|
157
|
-
|
158
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
## [13.0.24](https://github.com/nativescript-community/ui-pager/compare/v13.0.23...v13.0.24) (2021-08-04)
|
165
|
-
|
166
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
## [13.0.23](https://github.com/nativescript-community/ui-pager/compare/v13.0.22...v13.0.23) (2021-07-26)
|
173
|
-
|
174
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
## [13.0.22](https://github.com/nativescript-community/ui-pager/compare/v13.0.21...v13.0.22) (2021-07-26)
|
181
|
-
|
182
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
## [13.0.21](https://github.com/nativescript-community/ui-pager/compare/v13.0.20...v13.0.21) (2021-05-07)
|
189
|
-
|
190
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
## [13.0.20](https://github.com/nativescript-community/ui-pager/compare/v13.0.19...v13.0.20) (2021-05-06)
|
197
|
-
|
198
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
## [13.0.19](https://github.com/nativescript-community/ui-pager/compare/v13.0.18...v13.0.19) (2021-04-08)
|
205
|
-
|
206
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
## [13.0.18](https://github.com/nativescript-community/ui-pager/compare/v13.0.17...v13.0.18) (2021-03-31)
|
213
|
-
|
214
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
## [13.0.17](https://github.com/nativescript-community/ui-pager/compare/v13.0.16...v13.0.17) (2021-03-25)
|
221
|
-
|
222
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
## [13.0.16](https://github.com/nativescript-community/ui-pager/compare/v13.0.15...v13.0.16) (2021-03-19)
|
229
|
-
|
230
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
## [13.0.15](https://github.com/nativescript-community/ui-pager/compare/v13.0.14...v13.0.15) (2021-03-18)
|
237
|
-
|
238
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
## [13.0.14](https://github.com/nativescript-community/ui-pager/compare/v13.0.13...v13.0.14) (2021-03-16)
|
245
|
-
|
246
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
## [13.0.13](https://github.com/nativescript-community/ui-pager/compare/v13.0.12...v13.0.13) (2021-03-12)
|
253
|
-
|
254
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
## [13.0.12](https://github.com/nativescript-community/ui-pager/compare/v13.0.11...v13.0.12) (2021-03-08)
|
261
|
-
|
262
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
## [13.0.11](https://github.com/nativescript-community/ui-pager/compare/v13.0.10...v13.0.11) (2021-02-16)
|
269
|
-
|
270
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
## [13.0.10](https://github.com/nativescript-community/ui-pager/compare/v13.0.9...v13.0.10) (2021-02-10)
|
277
|
-
|
278
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
## [13.0.9](https://github.com/nativescript-community/ui-pager/compare/v13.0.8...v13.0.9) (2021-02-10)
|
285
|
-
|
286
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
## [13.0.8](https://github.com/nativescript-community/ui-pager/compare/v13.0.7...v13.0.8) (2021-02-09)
|
293
|
-
|
294
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
## [13.0.7](https://github.com/nativescript-community/ui-pager/compare/v13.0.6...v13.0.7) (2021-02-08)
|
301
|
-
|
302
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
## [13.0.6](https://github.com/nativescript-community/ui-pager/compare/v13.0.5...v13.0.6) (2021-01-23)
|
309
|
-
|
310
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
## [13.0.5](https://github.com/nativescript-community/ui-pager/compare/v13.0.4...v13.0.5) (2021-01-22)
|
317
|
-
|
318
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
## [13.0.4](https://github.com/nativescript-community/ui-pager/compare/v13.0.3...v13.0.4) (2021-01-21)
|
325
|
-
|
326
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
## [13.0.3](https://github.com/nativescript-community/ui-pager/compare/v13.0.2...v13.0.3) (2020-12-07)
|
333
|
-
|
334
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
## [13.0.2](https://github.com/nativescript-community/ui-pager/compare/v13.0.1...v13.0.2) (2020-11-29)
|
341
|
-
|
342
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
## [13.0.1](https://github.com/nativescript-community/ui-pager/compare/v11.0.11...v13.0.1) (2020-11-27)
|
349
|
-
|
350
|
-
**Note:** Version bump only for package @nativescript-community/ui-pager
|
package/platforms/ios/Podfile
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
pod 'CHIPageControl', :git => 'https://github.com/triniwiz/CHIPageControl.git'
|
@@ -1,197 +0,0 @@
|
|
1
|
-
|
2
|
-
declare class CHIBasePageControl extends UIControl {
|
3
|
-
|
4
|
-
static alloc(): CHIBasePageControl; // inherited from NSObject
|
5
|
-
|
6
|
-
static appearance(): CHIBasePageControl; // inherited from UIAppearance
|
7
|
-
|
8
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIBasePageControl; // inherited from UIAppearance
|
9
|
-
|
10
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIBasePageControl; // inherited from UIAppearance
|
11
|
-
|
12
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIBasePageControl; // inherited from UIAppearance
|
13
|
-
|
14
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIBasePageControl; // inherited from UIAppearance
|
15
|
-
|
16
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIBasePageControl; // inherited from UIAppearance
|
17
|
-
|
18
|
-
static new(): CHIBasePageControl; // inherited from NSObject
|
19
|
-
|
20
|
-
borderWidth: number;
|
21
|
-
|
22
|
-
currentPageTintColor: UIColor;
|
23
|
-
|
24
|
-
hidesForSinglePage: boolean;
|
25
|
-
|
26
|
-
inactiveTransparency: number;
|
27
|
-
|
28
|
-
numberOfPages: number;
|
29
|
-
|
30
|
-
padding: number;
|
31
|
-
|
32
|
-
progress: number;
|
33
|
-
|
34
|
-
radius: number;
|
35
|
-
|
36
|
-
setWithProgressAnimated(progress: number, animated: boolean): void;
|
37
|
-
}
|
38
|
-
|
39
|
-
declare class CHIPageControlAji extends CHIBasePageControl {
|
40
|
-
|
41
|
-
static alloc(): CHIPageControlAji; // inherited from NSObject
|
42
|
-
|
43
|
-
static appearance(): CHIPageControlAji; // inherited from UIAppearance
|
44
|
-
|
45
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIPageControlAji; // inherited from UIAppearance
|
46
|
-
|
47
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIPageControlAji; // inherited from UIAppearance
|
48
|
-
|
49
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlAji; // inherited from UIAppearance
|
50
|
-
|
51
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIPageControlAji; // inherited from UIAppearance
|
52
|
-
|
53
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlAji; // inherited from UIAppearance
|
54
|
-
|
55
|
-
static new(): CHIPageControlAji; // inherited from NSObject
|
56
|
-
}
|
57
|
-
|
58
|
-
declare class CHIPageControlAleppo extends CHIBasePageControl {
|
59
|
-
|
60
|
-
static alloc(): CHIPageControlAleppo; // inherited from NSObject
|
61
|
-
|
62
|
-
static appearance(): CHIPageControlAleppo; // inherited from UIAppearance
|
63
|
-
|
64
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIPageControlAleppo; // inherited from UIAppearance
|
65
|
-
|
66
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIPageControlAleppo; // inherited from UIAppearance
|
67
|
-
|
68
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlAleppo; // inherited from UIAppearance
|
69
|
-
|
70
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIPageControlAleppo; // inherited from UIAppearance
|
71
|
-
|
72
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlAleppo; // inherited from UIAppearance
|
73
|
-
|
74
|
-
static new(): CHIPageControlAleppo; // inherited from NSObject
|
75
|
-
}
|
76
|
-
|
77
|
-
declare class CHIPageControlChimayo extends CHIBasePageControl {
|
78
|
-
|
79
|
-
static alloc(): CHIPageControlChimayo; // inherited from NSObject
|
80
|
-
|
81
|
-
static appearance(): CHIPageControlChimayo; // inherited from UIAppearance
|
82
|
-
|
83
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIPageControlChimayo; // inherited from UIAppearance
|
84
|
-
|
85
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIPageControlChimayo; // inherited from UIAppearance
|
86
|
-
|
87
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlChimayo; // inherited from UIAppearance
|
88
|
-
|
89
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIPageControlChimayo; // inherited from UIAppearance
|
90
|
-
|
91
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlChimayo; // inherited from UIAppearance
|
92
|
-
|
93
|
-
static new(): CHIPageControlChimayo; // inherited from NSObject
|
94
|
-
}
|
95
|
-
|
96
|
-
declare class CHIPageControlFresno extends CHIBasePageControl {
|
97
|
-
|
98
|
-
static alloc(): CHIPageControlFresno; // inherited from NSObject
|
99
|
-
|
100
|
-
static appearance(): CHIPageControlFresno; // inherited from UIAppearance
|
101
|
-
|
102
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIPageControlFresno; // inherited from UIAppearance
|
103
|
-
|
104
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIPageControlFresno; // inherited from UIAppearance
|
105
|
-
|
106
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlFresno; // inherited from UIAppearance
|
107
|
-
|
108
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIPageControlFresno; // inherited from UIAppearance
|
109
|
-
|
110
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlFresno; // inherited from UIAppearance
|
111
|
-
|
112
|
-
static new(): CHIPageControlFresno; // inherited from NSObject
|
113
|
-
}
|
114
|
-
|
115
|
-
declare class CHIPageControlJalapeno extends CHIBasePageControl {
|
116
|
-
|
117
|
-
static alloc(): CHIPageControlJalapeno; // inherited from NSObject
|
118
|
-
|
119
|
-
static appearance(): CHIPageControlJalapeno; // inherited from UIAppearance
|
120
|
-
|
121
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIPageControlJalapeno; // inherited from UIAppearance
|
122
|
-
|
123
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIPageControlJalapeno; // inherited from UIAppearance
|
124
|
-
|
125
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlJalapeno; // inherited from UIAppearance
|
126
|
-
|
127
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIPageControlJalapeno; // inherited from UIAppearance
|
128
|
-
|
129
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlJalapeno; // inherited from UIAppearance
|
130
|
-
|
131
|
-
static new(): CHIPageControlJalapeno; // inherited from NSObject
|
132
|
-
}
|
133
|
-
|
134
|
-
declare class CHIPageControlJaloro extends CHIBasePageControl {
|
135
|
-
|
136
|
-
static alloc(): CHIPageControlJaloro; // inherited from NSObject
|
137
|
-
|
138
|
-
static appearance(): CHIPageControlJaloro; // inherited from UIAppearance
|
139
|
-
|
140
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIPageControlJaloro; // inherited from UIAppearance
|
141
|
-
|
142
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIPageControlJaloro; // inherited from UIAppearance
|
143
|
-
|
144
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlJaloro; // inherited from UIAppearance
|
145
|
-
|
146
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIPageControlJaloro; // inherited from UIAppearance
|
147
|
-
|
148
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlJaloro; // inherited from UIAppearance
|
149
|
-
|
150
|
-
static new(): CHIPageControlJaloro; // inherited from NSObject
|
151
|
-
|
152
|
-
elementHeight: number;
|
153
|
-
|
154
|
-
elementWidth: number;
|
155
|
-
}
|
156
|
-
|
157
|
-
declare class CHIPageControlPaprika extends CHIBasePageControl {
|
158
|
-
|
159
|
-
static alloc(): CHIPageControlPaprika; // inherited from NSObject
|
160
|
-
|
161
|
-
static appearance(): CHIPageControlPaprika; // inherited from UIAppearance
|
162
|
-
|
163
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIPageControlPaprika; // inherited from UIAppearance
|
164
|
-
|
165
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIPageControlPaprika; // inherited from UIAppearance
|
166
|
-
|
167
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlPaprika; // inherited from UIAppearance
|
168
|
-
|
169
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIPageControlPaprika; // inherited from UIAppearance
|
170
|
-
|
171
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlPaprika; // inherited from UIAppearance
|
172
|
-
|
173
|
-
static new(): CHIPageControlPaprika; // inherited from NSObject
|
174
|
-
}
|
175
|
-
|
176
|
-
declare class CHIPageControlPuya extends CHIBasePageControl {
|
177
|
-
|
178
|
-
static alloc(): CHIPageControlPuya; // inherited from NSObject
|
179
|
-
|
180
|
-
static appearance(): CHIPageControlPuya; // inherited from UIAppearance
|
181
|
-
|
182
|
-
static appearanceForTraitCollection(trait: UITraitCollection): CHIPageControlPuya; // inherited from UIAppearance
|
183
|
-
|
184
|
-
static appearanceForTraitCollectionWhenContainedIn(trait: UITraitCollection, ContainerClass: typeof NSObject): CHIPageControlPuya; // inherited from UIAppearance
|
185
|
-
|
186
|
-
static appearanceForTraitCollectionWhenContainedInInstancesOfClasses(trait: UITraitCollection, containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlPuya; // inherited from UIAppearance
|
187
|
-
|
188
|
-
static appearanceWhenContainedIn(ContainerClass: typeof NSObject): CHIPageControlPuya; // inherited from UIAppearance
|
189
|
-
|
190
|
-
static appearanceWhenContainedInInstancesOfClasses(containerTypes: NSArray<typeof NSObject> | typeof NSObject[]): CHIPageControlPuya; // inherited from UIAppearance
|
191
|
-
|
192
|
-
static new(): CHIPageControlPuya; // inherited from NSObject
|
193
|
-
}
|
194
|
-
|
195
|
-
declare var CHIPageControlVersionNumber: number;
|
196
|
-
|
197
|
-
declare var CHIPageControlVersionString: interop.Reference<number>;
|