ngx-tethys 17.0.0-next.4 → 17.0.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/esm2022/version.mjs +2 -2
- package/fesm2022/ngx-tethys.mjs +1 -1
- package/fesm2022/ngx-tethys.mjs.map +1 -1
- package/package.json +1 -1
- package/schematics/ng-update/core/complete.d.ts +0 -1
- package/schematics/ng-update/core/complete.js +1 -10
- package/schematics/ng-update/update-17/class-name-migration.d.ts +12 -0
- package/schematics/ng-update/update-17/class-name-migration.js +62 -0
- package/schematics/ng-update/update-17/index.js +4 -3
- package/schematics/ng-update/update-17/index.spec.js +57 -0
- package/schematics/ng-update/update-17/update-data.d.ts +2 -0
- package/schematics/ng-update/update-17/update-data.js +788 -0
- package/schematics/version.d.ts +1 -1
- package/schematics/version.js +1 -1
- package/schematics/ng-update/core/html-parsing.d.ts +0 -175
- package/schematics/ng-update/core/html-parsing.js +0 -237
- package/schematics/ng-update/core/module-specifiers.d.ts +0 -4
- package/schematics/ng-update/core/module-specifiers.js +0 -20
- package/schematics/ng-update/core/upgrade-data.d.ts +0 -14
- package/schematics/ng-update/core/upgrade-data.js +0 -12
- package/schematics/ng-update/data/after-insert-element.d.ts +0 -40
- package/schematics/ng-update/data/after-insert-element.js +0 -27
- package/schematics/ng-update/data/attribute-selectors.d.ts +0 -2
- package/schematics/ng-update/data/attribute-selectors.js +0 -53
- package/schematics/ng-update/data/before-insert-element.d.ts +0 -40
- package/schematics/ng-update/data/before-insert-element.js +0 -27
- package/schematics/ng-update/data/class-names.d.ts +0 -2
- package/schematics/ng-update/data/class-names.js +0 -837
- package/schematics/ng-update/data/constructor-checks.d.ts +0 -2
- package/schematics/ng-update/data/constructor-checks.js +0 -4
- package/schematics/ng-update/data/css-selectors.d.ts +0 -20
- package/schematics/ng-update/data/css-selectors.js +0 -49
- package/schematics/ng-update/data/element-selectors.d.ts +0 -2
- package/schematics/ng-update/data/element-selectors.js +0 -33
- package/schematics/ng-update/data/entry-points.d.ts +0 -18
- package/schematics/ng-update/data/entry-points.js +0 -21
- package/schematics/ng-update/data/index.d.ts +0 -17
- package/schematics/ng-update/data/index.js +0 -53
- package/schematics/ng-update/data/input-names-removal.d.ts +0 -33
- package/schematics/ng-update/data/input-names-removal.js +0 -43
- package/schematics/ng-update/data/input-names.d.ts +0 -2
- package/schematics/ng-update/data/input-names.js +0 -69
- package/schematics/ng-update/data/input-values.d.ts +0 -40
- package/schematics/ng-update/data/input-values.js +0 -132
- package/schematics/ng-update/data/method-call-checks.d.ts +0 -2
- package/schematics/ng-update/data/method-call-checks.js +0 -4
- package/schematics/ng-update/data/output-names-removal.d.ts +0 -33
- package/schematics/ng-update/data/output-names-removal.js +0 -19
- package/schematics/ng-update/data/output-names.d.ts +0 -2
- package/schematics/ng-update/data/output-names.js +0 -4
- package/schematics/ng-update/data/property-names.d.ts +0 -2
- package/schematics/ng-update/data/property-names.js +0 -4
- package/schematics/ng-update/data/symbol-removal.d.ts +0 -11
- package/schematics/ng-update/data/symbol-removal.js +0 -4
- package/schematics/ng-update/migrations/after-insert-element.d.ts +0 -17
- package/schematics/ng-update/migrations/after-insert-element.js +0 -53
- package/schematics/ng-update/migrations/before-insert-element.d.ts +0 -17
- package/schematics/ng-update/migrations/before-insert-element.js +0 -53
- package/schematics/ng-update/migrations/checks/action-menu-removal-rule.d.ts +0 -13
- package/schematics/ng-update/migrations/checks/action-menu-removal-rule.js +0 -80
- package/schematics/ng-update/migrations/checks/label-removal-rule.d.ts +0 -9
- package/schematics/ng-update/migrations/checks/label-removal-rule.js +0 -77
- package/schematics/ng-update/migrations/class-names.d.ts +0 -50
- package/schematics/ng-update/migrations/class-names.js +0 -105
- package/schematics/ng-update/migrations/entry-points.d.ts +0 -17
- package/schematics/ng-update/migrations/entry-points.js +0 -69
- package/schematics/ng-update/migrations/input-names-removal.d.ts +0 -16
- package/schematics/ng-update/migrations/input-names-removal.js +0 -43
- package/schematics/ng-update/migrations/input-values.d.ts +0 -16
- package/schematics/ng-update/migrations/input-values.js +0 -65
- package/schematics/ng-update/migrations/output-names-removal.d.ts +0 -16
- package/schematics/ng-update/migrations/output-names-removal.js +0 -43
|
@@ -1,837 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.classNames = void 0;
|
|
4
|
-
const schematics_1 = require("@angular/cdk/schematics");
|
|
5
|
-
exports.classNames = {
|
|
6
|
-
[schematics_1.TargetVersion.V17]: [
|
|
7
|
-
{
|
|
8
|
-
pr: '',
|
|
9
|
-
changes: [
|
|
10
|
-
{
|
|
11
|
-
replace: 'ThyLabelTypeSize',
|
|
12
|
-
replaceWith: 'ThyTagSize'
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
replace: 'ThyLabelType',
|
|
16
|
-
replaceWith: 'ThyTagColor'
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
replace: 'ThyLabelComponent',
|
|
20
|
-
replaceWith: 'ThyTag'
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
replace: 'ThyLabelModule',
|
|
24
|
-
replaceWith: 'ThyTagModule'
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
replace: 'ThyActionMenuModule',
|
|
28
|
-
replaceWith: 'ThyDropdownModule'
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
replace: 'ThyActionMenuTheme',
|
|
32
|
-
replaceWith: ''
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
replace: 'ThyActionMenuDividerType',
|
|
36
|
-
replaceWith: ''
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
replace: 'ThyActionMenuComponent',
|
|
40
|
-
replaceWith: 'ThyDropdownMenu'
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
replace: 'ThyActionMenuGroupComponent',
|
|
44
|
-
replaceWith: 'ThyDropdownMenuGroup'
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
replace: 'ThyActionMenuDividerComponent',
|
|
48
|
-
replaceWith: 'ThyDropdownMenuDivider'
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
replace: 'ThyActionMenuDividerTitleDirective',
|
|
52
|
-
replaceWith: ''
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
replace: 'ActionEnum',
|
|
56
|
-
replaceWith: 'ThyDropdownTrigger'
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
replace: 'ThyActionMenuToggleDirective',
|
|
60
|
-
replaceWith: 'ThyDropdownDirective'
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
replace: 'ThyActionMenuSubItemDirective',
|
|
64
|
-
replaceWith: 'ThyDropdownSubmenuDirective'
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
replace: 'ThyActionMenuItemType',
|
|
68
|
-
replaceWith: 'ThyDropdownMenuItemType'
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
replace: 'ThyActionMenuItemDirective',
|
|
72
|
-
replaceWith: 'ThyDropdownMenuItemDirective'
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
replace: 'ThyActionMenuItemIconDirective',
|
|
76
|
-
replaceWith: 'ThyDropdownMenuItemIconDirective'
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
replace: 'ThyActionMenuItemNameDirective',
|
|
80
|
-
replaceWith: 'ThyDropdownMenuItemNameDirective'
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
replace: 'ThyActionMenuItemMetaDirective',
|
|
84
|
-
replaceWith: 'ThyDropdownMenuItemMetaDirective'
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
replace: 'ThyActionMenuItemInfoDirective',
|
|
88
|
-
replaceWith: 'ThyDropdownMenuItemDescDirective'
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
replace: 'ThyActionMenuItemExtendIconDirective',
|
|
92
|
-
replaceWith: 'ThyDropdownMenuItemExtendIconDirective'
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
replace: 'ThyActionMenuItemActiveDirective',
|
|
96
|
-
replaceWith: 'ThyDropdownMenuItemActiveDirective'
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
replace: 'ThyActionComponent',
|
|
100
|
-
replaceWith: 'ThyAction'
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
replace: 'ThyActionsComponent',
|
|
104
|
-
replaceWith: 'ThyActions'
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
replace: 'ThyAffixComponent',
|
|
108
|
-
replaceWith: 'ThyAffix'
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
replace: 'ThyAlertComponent',
|
|
112
|
-
replaceWith: 'ThyAlert'
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
replace: 'ThyAnchorLinkComponent',
|
|
116
|
-
replaceWith: 'ThyAnchorLink'
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
replace: 'ThyAnchorComponent',
|
|
120
|
-
replaceWith: 'ThyAnchor'
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
replace: 'ThyArrowSwitcherComponent',
|
|
124
|
-
replaceWith: 'ThyArrowSwitcher'
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
replace: 'ThyAutocompleteComponent',
|
|
128
|
-
replaceWith: 'ThyAutocomplete'
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
replace: 'ThyAvatarComponent',
|
|
132
|
-
replaceWith: 'ThyAvatar'
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
replace: 'ThyBackTopComponent',
|
|
136
|
-
replaceWith: 'ThyBackTop'
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
replace: 'ThyBadgeComponent',
|
|
140
|
-
replaceWith: 'ThyBadge'
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
replace: 'ThyBreadcrumbItemComponent',
|
|
144
|
-
replaceWith: 'ThyBreadcrumbItem'
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
replace: 'ThyBreadcrumbComponent',
|
|
148
|
-
replaceWith: 'ThyBreadcrumb'
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
replace: 'ThyButtonGroupComponent',
|
|
152
|
-
replaceWith: 'ThyButtonGroup'
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
replace: 'ThyButtonIconComponent',
|
|
156
|
-
replaceWith: 'ThyButtonIcon'
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
replace: 'ThyButtonComponent',
|
|
160
|
-
replaceWith: 'ThyButton'
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
replace: 'ThyCalendarHeaderComponent',
|
|
164
|
-
replaceWith: 'ThyCalendarHeader'
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
replace: 'ThyCalendarComponent',
|
|
168
|
-
replaceWith: 'ThyCalendar'
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
replace: 'ThyCardComponent',
|
|
172
|
-
replaceWith: 'ThyCard'
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
replace: 'ThyCardContentComponent',
|
|
176
|
-
replaceWith: 'ThyCardContent'
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
replace: 'ThyCardHeaderComponent',
|
|
180
|
-
replaceWith: 'ThyCardHeader'
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
replace: 'ThyCarouselComponent',
|
|
184
|
-
replaceWith: 'ThyCarousel'
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
replace: 'ThyCascaderComponent',
|
|
188
|
-
replaceWith: 'ThyCascader'
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
replace: 'ThyCheckboxComponent',
|
|
192
|
-
replaceWith: 'ThyCheckbox'
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
replace: 'ThyCollapseItemComponent',
|
|
196
|
-
replaceWith: 'ThyCollapseItem'
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
replace: 'ThyCollapseComponent',
|
|
200
|
-
replaceWith: 'ThyCollapse'
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
replace: 'ThyColorPickerCustomPanelComponent',
|
|
204
|
-
replaceWith: 'ThyColorPickerCustomPanel'
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
replace: 'ThyColorPickerPanelComponent',
|
|
208
|
-
replaceWith: 'ThyColorPickerPanel'
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
replace: 'ThyCommentComponent',
|
|
212
|
-
replaceWith: 'ThyComment'
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
replace: 'BasePickerComponent',
|
|
216
|
-
replaceWith: 'BasePicker'
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
replace: 'ThyDatePickerComponent',
|
|
220
|
-
replaceWith: 'ThyDatePicker'
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
replace: 'ThyMonthPickerComponent',
|
|
224
|
-
replaceWith: 'ThyMonthPicker'
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
replace: 'ThyPickerComponent',
|
|
228
|
-
replaceWith: 'ThyPicker'
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
replace: 'ThyQuarterPickerComponent',
|
|
232
|
-
replaceWith: 'ThyQuarterPicker'
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
replace: 'ThyRangePickerComponent',
|
|
236
|
-
replaceWith: 'ThyRangePicker'
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
replace: 'ThyWeekPickerComponent',
|
|
240
|
-
replaceWith: 'ThyWeekPicker'
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
replace: 'ThyYearPickerComponent',
|
|
244
|
-
replaceWith: 'ThyYearPicker'
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
replace: 'ThyDateRangeComponent',
|
|
248
|
-
replaceWith: 'ThyDateRange'
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
replace: 'ThyDialogContainerComponent',
|
|
252
|
-
replaceWith: 'ThyDialogContainer'
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
replace: 'ThyDividerComponent',
|
|
256
|
-
replaceWith: 'ThyDivider'
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
replace: 'ThyDotComponent',
|
|
260
|
-
replaceWith: 'ThyDot'
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
replace: 'ThyDropdownMenuGroupComponent',
|
|
264
|
-
replaceWith: 'ThyDropdownMenuGroup'
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
replace: 'ThyDropdownMenuDividerComponent',
|
|
268
|
-
replaceWith: 'ThyDropdownMenuDivider'
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
replace: 'ThyDropdownSubmenuComponent',
|
|
272
|
-
replaceWith: 'ThyDropdownSubmenu'
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
replace: 'ThyEmptyComponent',
|
|
276
|
-
replaceWith: 'ThyEmpty'
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
replace: 'ThyFlexibleTextComponent',
|
|
280
|
-
replaceWith: 'ThyFlexibleText'
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
replace: 'ThyFormGroupComponent',
|
|
284
|
-
replaceWith: 'ThyFormGroup'
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
replace: 'ThyGridItemComponent',
|
|
288
|
-
replaceWith: 'ThyGridItem'
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
replace: 'ThyIconComponent',
|
|
292
|
-
replaceWith: 'ThyIcon'
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
replace: 'ThyImageGroupComponent',
|
|
296
|
-
replaceWith: 'ThyImageGroup'
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
replace: 'ThyInputCountComponent',
|
|
300
|
-
replaceWith: 'ThyInputCount'
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
replace: 'ThyInputGroupComponent',
|
|
304
|
-
replaceWith: 'ThyInputGroup'
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
replace: 'ThyInputSearchComponent',
|
|
308
|
-
replaceWith: 'ThyInputSearch'
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
replace: 'ThyInputComponent',
|
|
312
|
-
replaceWith: 'ThyInput'
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
replace: 'ThyInputNumberComponent',
|
|
316
|
-
replaceWith: 'ThyInputNumber'
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
replace: 'ThyContentMainComponent',
|
|
320
|
-
replaceWith: 'ThyContentMain'
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
replace: 'ThyContentSectionComponent',
|
|
324
|
-
replaceWith: 'ThyContentSection'
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
replace: 'ThyContentComponent',
|
|
328
|
-
replaceWith: 'ThyContent'
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
replace: 'ThyHeaderComponent',
|
|
332
|
-
replaceWith: 'ThyHeader'
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
replace: 'ThyLayoutComponent',
|
|
336
|
-
replaceWith: 'ThyLayout'
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
replace: 'ThySidebarContentComponent',
|
|
340
|
-
replaceWith: 'ThySidebarContent'
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
replace: 'ThySidebarFooterComponent',
|
|
344
|
-
replaceWith: 'ThySidebarFooter'
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
replace: 'ThySidebarHeaderComponent',
|
|
348
|
-
replaceWith: 'ThySidebarHeader'
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
replace: 'ThySidebarComponent',
|
|
352
|
-
replaceWith: 'ThySidebar'
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
replace: 'ThyListItemMetaComponent',
|
|
356
|
-
replaceWith: 'ThyListItemMeta'
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
replace: 'ThyListItemComponent',
|
|
360
|
-
replaceWith: 'ThyListItem'
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
replace: 'ThyListComponent',
|
|
364
|
-
replaceWith: 'ThyList'
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
replace: 'ThyLoadingComponent',
|
|
368
|
-
replaceWith: 'ThyLoading'
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
replace: 'ThyMenuComponent',
|
|
372
|
-
replaceWith: 'ThyMenu'
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
replace: 'ThyMessageContainerComponent',
|
|
376
|
-
replaceWith: 'ThyMessageContainer'
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
replace: 'ThyMessageComponent',
|
|
380
|
-
replaceWith: 'ThyMessage'
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
replace: 'ThyNavComponent',
|
|
384
|
-
replaceWith: 'ThyNav'
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
replace: 'ThyNotifyContainerComponent',
|
|
388
|
-
replaceWith: 'ThyNotifyContainer'
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
replace: 'ThyNotifyComponent',
|
|
392
|
-
replaceWith: 'ThyNotify'
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
replace: 'ThyPaginationComponent',
|
|
396
|
-
replaceWith: 'ThyPagination'
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
replace: 'ThyPopoverContainerComponent',
|
|
400
|
-
replaceWith: 'ThyPopoverContainer'
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
replace: 'ThyProgressCircleComponent',
|
|
404
|
-
replaceWith: 'ThyProgressCircle'
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
replace: 'ThyProgressStripComponent',
|
|
408
|
-
replaceWith: 'ThyProgressStrip'
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
replace: 'ThyProgressComponent',
|
|
412
|
-
replaceWith: 'ThyProgress'
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
replace: 'ThyPropertiesComponent',
|
|
416
|
-
replaceWith: 'ThyProperties'
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
replace: 'ThyPropertyItemComponent',
|
|
420
|
-
replaceWith: 'ThyPropertyItem'
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
replace: 'ThyPropertyOperationComponent',
|
|
424
|
-
replaceWith: 'ThyPropertyOperation'
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
replace: 'ThyRadioComponent',
|
|
428
|
-
replaceWith: 'ThyRadio'
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
replace: 'ThyRateItemComponent',
|
|
432
|
-
replaceWith: 'ThyRateItem'
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
replace: 'ThyRateComponent',
|
|
436
|
-
replaceWith: 'ThyRate'
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
replace: 'ThyResizeHandleComponent',
|
|
440
|
-
replaceWith: 'ThyResizeHandle'
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
replace: 'ThyResizeHandlesComponent',
|
|
444
|
-
replaceWith: 'ThyResizeHandles'
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
replace: 'ThyResultComponent',
|
|
448
|
-
replaceWith: 'ThyResult'
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
replace: 'ThySegmentItemComponent',
|
|
452
|
-
replaceWith: 'ThySegmentItem'
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
replace: 'ThySegmentComponent',
|
|
456
|
-
replaceWith: 'ThySegment'
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
replace: 'ThySelectComponent',
|
|
460
|
-
replaceWith: 'ThySelect'
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
replace: 'ThySkeletonCircleComponent',
|
|
464
|
-
replaceWith: 'ThySkeletonCircle'
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
replace: 'ThySkeletonRectangleComponent',
|
|
468
|
-
replaceWith: 'ThySkeletonRectangle'
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
replace: 'ThySkeletonComponent',
|
|
472
|
-
replaceWith: 'ThySkeleton'
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
replace: 'ThySlideContainerComponent',
|
|
476
|
-
replaceWith: 'ThySlideContainer'
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
replace: 'ThySliderComponent',
|
|
480
|
-
replaceWith: 'ThySlider'
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
replace: 'ThySpaceComponent',
|
|
484
|
-
replaceWith: 'ThySpace'
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
replace: 'ThyStatisticComponent',
|
|
488
|
-
replaceWith: 'ThyStatistic'
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
replace: 'ThyStepHeaderComponent',
|
|
492
|
-
replaceWith: 'ThyStepHeader'
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
replace: 'ThyStepComponent',
|
|
496
|
-
replaceWith: 'ThyStep'
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
replace: 'ThyStepperComponent',
|
|
500
|
-
replaceWith: 'ThyStepper'
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
replace: 'ThyStrengthComponent',
|
|
504
|
-
replaceWith: 'ThyStrength'
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
replace: 'ThySwitchComponent',
|
|
508
|
-
replaceWith: 'ThySwitch'
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
replace: 'ThyTableSkeletonComponent',
|
|
512
|
-
replaceWith: 'ThyTableSkeleton'
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
replace: 'ThyTableComponent',
|
|
516
|
-
replaceWith: 'ThyTable'
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
replace: 'ThyTabContentComponent',
|
|
520
|
-
replaceWith: 'ThyTabContent'
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
replace: 'ThyTabComponent',
|
|
524
|
-
replaceWith: 'ThyTab'
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
replace: 'ThyTabsComponent',
|
|
528
|
-
replaceWith: 'ThyTabs'
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
replace: 'ThyTagComponent',
|
|
532
|
-
replaceWith: 'ThyTag'
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
replace: 'ThyTagsComponent',
|
|
536
|
-
replaceWith: 'ThyTags'
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
replace: 'ThyTimePanelComponent',
|
|
540
|
-
replaceWith: 'ThyTimePanel'
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
replace: 'ThyTimePickerComponent',
|
|
544
|
-
replaceWith: 'ThyTimePicker'
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
replace: 'ThyTimelineItemComponent',
|
|
548
|
-
replaceWith: 'ThyTimelineItem'
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
replace: 'ThyTimelineComponent',
|
|
552
|
-
replaceWith: 'ThyTimeline'
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
replace: 'ThyTooltipComponent',
|
|
556
|
-
replaceWith: 'ThyTooltip'
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
replace: 'ThyTransferListComponent',
|
|
560
|
-
replaceWith: 'ThyTransferList'
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
replace: 'ThyTransferComponent',
|
|
564
|
-
replaceWith: 'ThyTransfer'
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
replace: 'ThyTreeComponent',
|
|
568
|
-
replaceWith: 'ThyTree'
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
replace: 'ThyTreeSelectComponent',
|
|
572
|
-
replaceWith: 'ThyTreeSelect'
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
replace: 'ThyTreeSelectNodesComponent',
|
|
576
|
-
replaceWith: 'ThyTreeSelectNodes'
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
replace: 'ThyFileSelectComponent',
|
|
580
|
-
replaceWith: 'ThyFileSelect'
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
replace: 'ThyVoteComponent',
|
|
584
|
-
replaceWith: 'ThyVote'
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
replace: 'ThyAutocompleteContainerComponent',
|
|
588
|
-
replaceWith: 'ThyAutocompleteContainer'
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
replace: 'ThyAvatarListComponent',
|
|
592
|
-
replaceWith: 'ThyAvatarList'
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
replace: 'OptionalDateRangesComponent',
|
|
596
|
-
replaceWith: 'OptionalDateRanges'
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
replace: 'DialogBodyComponent',
|
|
600
|
-
replaceWith: 'DialogBody'
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
replace: 'ThyConfirmComponent',
|
|
604
|
-
replaceWith: 'ThyConfirm'
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
replace: 'DialogFooterComponent',
|
|
608
|
-
replaceWith: 'DialogFooter'
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
replace: 'DialogHeaderComponent',
|
|
612
|
-
replaceWith: 'DialogHeader'
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
replace: 'ThyFormGroupErrorComponent',
|
|
616
|
-
replaceWith: 'ThyFormGroupError'
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
replace: 'ThyFormGroupFooterComponent',
|
|
620
|
-
replaceWith: 'ThyFormGroupFooter'
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
replace: 'ThyGuiderHintComponent',
|
|
624
|
-
replaceWith: 'ThyGuiderHint'
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
replace: 'ThyImagePreviewComponent',
|
|
628
|
-
replaceWith: 'ThyImagePreview'
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
replace: 'ThySelectionListComponent',
|
|
632
|
-
replaceWith: 'ThySelectionList'
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
replace: 'ThyMentionSuggestionsComponent',
|
|
636
|
-
replaceWith: 'ThyMentionSuggestions'
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
replace: 'ThyMenuDividerComponent',
|
|
640
|
-
replaceWith: 'ThyMenuDivider'
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
replace: 'ThyMenuGroupComponent',
|
|
644
|
-
replaceWith: 'ThyMenuGroup'
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
replace: 'ThyMenuItemComponent',
|
|
648
|
-
replaceWith: 'ThyMenuItem'
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
replace: 'ThyIconNavLinkComponent',
|
|
652
|
-
replaceWith: 'ThyIconNavLink'
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
replace: 'ThyIconNavComponent',
|
|
656
|
-
replaceWith: 'ThyIconNav'
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
replace: 'ThyPopoverBodyComponent',
|
|
660
|
-
replaceWith: 'ThyPopoverBody'
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
replace: 'ThyPopoverHeaderComponent',
|
|
664
|
-
replaceWith: 'ThyPopoverHeader'
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
replace: 'ThyPropertyOperationGroupComponent',
|
|
668
|
-
replaceWith: 'ThyPropertyOperationGroup'
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
replace: 'ThyRadioButtonComponent',
|
|
672
|
-
replaceWith: 'ThyRadioButton'
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
replace: 'ThyRadioGroupComponent',
|
|
676
|
-
replaceWith: 'ThyRadioGroup'
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
replace: 'ThySelectCustomComponent',
|
|
680
|
-
replaceWith: 'ThySelectCustom'
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
replace: 'ThyOptionGroupComponent',
|
|
684
|
-
replaceWith: 'ThyOptionGroup'
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
replace: 'ThyOptionComponent',
|
|
688
|
-
replaceWith: 'ThyOption'
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
replace: 'ThyOptionsContainerComponent',
|
|
692
|
-
replaceWith: 'ThyOptionsContainer'
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
replace: 'ThySkeletonBulletListComponent',
|
|
696
|
-
replaceWith: 'ThySkeletonBulletList'
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
replace: 'ThySkeletonListComponent',
|
|
700
|
-
replaceWith: 'ThySkeletonList'
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
replace: 'ThySkeletonParagraphComponent',
|
|
704
|
-
replaceWith: 'ThySkeletonParagraph'
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
replace: 'ThySlideBodySectionComponent',
|
|
708
|
-
replaceWith: 'ThySlideBodySection'
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
replace: 'ThySlideBodyComponent',
|
|
712
|
-
replaceWith: 'ThySlideBody'
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
replace: 'ThySlideFooterComponent',
|
|
716
|
-
replaceWith: 'ThySlideFooter'
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
replace: 'ThySlideHeaderComponent',
|
|
720
|
-
replaceWith: 'ThySlideHeader'
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
replace: 'ThySlideLayoutComponent',
|
|
724
|
-
replaceWith: 'ThySlideLayout'
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
replace: 'ThyInnerTimePickerComponent',
|
|
728
|
-
replaceWith: 'ThyInnerTimePicker'
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
replace: 'ThyTextComponent',
|
|
732
|
-
replaceWith: 'ThyText'
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
replace: 'ThyAlphaComponent',
|
|
736
|
-
replaceWith: 'ThyAlpha'
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
replace: 'ThyHueComponent',
|
|
740
|
-
replaceWith: 'ThyHue'
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
replace: 'ThyIndicatorComponent',
|
|
744
|
-
replaceWith: 'ThyIndicator'
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
replace: 'ThyColorInputsComponent',
|
|
748
|
-
replaceWith: 'ThyColorInputs'
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
replace: 'ThySaturationComponent',
|
|
752
|
-
replaceWith: 'ThySaturation'
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
replace: 'CalendarFooterComponent',
|
|
756
|
-
replaceWith: 'CalendarFooter'
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
replace: 'DateHeaderComponent',
|
|
760
|
-
replaceWith: 'DateHeader'
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
replace: 'DateTableCellComponent',
|
|
764
|
-
replaceWith: 'DateTableCell'
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
replace: 'DateTableComponent',
|
|
768
|
-
replaceWith: 'DateTable'
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
replace: 'DateCarouselComponent',
|
|
772
|
-
replaceWith: 'DateCarousel'
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
replace: 'DecadeHeaderComponent',
|
|
776
|
-
replaceWith: 'DecadeHeader'
|
|
777
|
-
},
|
|
778
|
-
{
|
|
779
|
-
replace: 'DecadeTableComponent',
|
|
780
|
-
replaceWith: 'DecadeTable'
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
replace: 'MonthHeaderComponent',
|
|
784
|
-
replaceWith: 'MonthHeader'
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
replace: 'MonthTableComponent',
|
|
788
|
-
replaceWith: 'MonthTable'
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
replace: 'DatePopupComponent',
|
|
792
|
-
replaceWith: 'DatePopup'
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
replace: 'InnerPopupComponent',
|
|
796
|
-
replaceWith: 'InnerPopup'
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
replace: 'QuarterTableComponent',
|
|
800
|
-
replaceWith: 'QuarterTable'
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
replace: 'YearHeaderComponent',
|
|
804
|
-
replaceWith: 'YearHeader'
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
replace: 'YearTableComponent',
|
|
808
|
-
replaceWith: 'YearTable'
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
replace: 'ThyMenuItemActionComponent',
|
|
812
|
-
replaceWith: 'ThyMenuItemAction'
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
replace: 'ThyMenuItemIconComponent',
|
|
816
|
-
replaceWith: 'ThyMenuItemIcon'
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
replace: 'ThyMenuItemNameComponent',
|
|
820
|
-
replaceWith: 'ThyMenuItemName'
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
replace: 'ThySelectOptionGroupComponent',
|
|
824
|
-
replaceWith: 'ThySelectOptionGroup'
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
replace: 'ThyListOptionComponent',
|
|
828
|
-
replaceWith: 'ThyListOption'
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
replace: 'ThySelectControlComponent',
|
|
832
|
-
replaceWith: 'ThySelectControl'
|
|
833
|
-
}
|
|
834
|
-
]
|
|
835
|
-
}
|
|
836
|
-
]
|
|
837
|
-
};
|