@wavemaker/rn-codegen 12.0.0-next.45191 → 12.0.0-next.45197
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.
- rn-codegen/package.json +2 -2
- rn-codegen/src/app.generator.js +10 -1
- rn-codegen/src/app.generator.js.map +1 -1
- rn-codegen/src/templates/app.template +92 -2
- rn-codegen/src/templates/bootstrap.template +7 -1
- rn-codegen/src/templates/component/component.template +1 -0
- rn-codegen/src/templates/package.web.json +4 -3
- rn-codegen/src/templates/project/package.json +4 -3
- rn-codegen/src/templates/project/scripts/wm-babel.transform.plugin.js +5 -0
- rn-codegen/src/templates/project/wavepulse/constants.js +61 -0
- rn-codegen/src/templates/project/wavepulse/rn2css.json +595 -0
- rn-codegen/src/templates/project/wavepulse/wavepulse.agent.js +381 -0
- rn-codegen/src/theme/components/basic/audio.styledef.js +10 -0
- rn-codegen/src/theme/components/basic/audio.styledef.js.map +1 -1
- rn-codegen/src/theme/components/basic/video.styledef.js +5 -0
- rn-codegen/src/theme/components/basic/video.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/calendar.styledef.js +5 -0
- rn-codegen/src/theme/components/input/calendar.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/checkbox.styledef.js +28 -1
- rn-codegen/src/theme/components/input/checkbox.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/checkboxset.styledef.js +5 -0
- rn-codegen/src/theme/components/input/checkboxset.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/currency.styledef.js +29 -1
- rn-codegen/src/theme/components/input/currency.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/number.styledef.js +15 -0
- rn-codegen/src/theme/components/input/number.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/radioset.styledef.js +6 -1
- rn-codegen/src/theme/components/input/radioset.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/select.styledef.js +8 -0
- rn-codegen/src/theme/components/input/select.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/switch.styledef.js +4 -0
- rn-codegen/src/theme/components/input/switch.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/text.styledef.js +7 -0
- rn-codegen/src/theme/components/input/text.styledef.js.map +1 -1
- rn-codegen/src/theme/components/input/textarea.styledef.js +7 -0
- rn-codegen/src/theme/components/input/textarea.styledef.js.map +1 -1
- rn-codegen/src/theme/components/style-definition.provider.js +8 -2
- rn-codegen/src/theme/components/style-definition.provider.js.map +1 -1
- rn-codegen/src/transpile/components/data/form/form-field.transformer.js +51 -3
- rn-codegen/src/transpile/components/data/form/form-field.transformer.js.map +1 -1
- rn-codegen/src/transpile/components/page/partial-container.transformer.js +1 -0
- rn-codegen/src/transpile/components/page/partial-container.transformer.js.map +1 -1
- rn-codegen/src/transpile/property/property-parser.js +12 -1
- rn-codegen/src/transpile/property/property-parser.js.map +1 -1
- rn-codegen/src/transpile/transpile.js +4 -4
- rn-codegen/src/transpile/transpile.js.map +1 -1
@@ -0,0 +1,595 @@
|
|
1
|
+
{
|
2
|
+
"app-carousel-content.root": ".app-carousel-content",
|
3
|
+
"app-carousel-template.root": ".app-carousel-template",
|
4
|
+
"app-carousel.root": ".app-carousel",
|
5
|
+
"app-carousel.btnPanel": ".app-carousel-btn-panel",
|
6
|
+
"app-carousel.slide": ".app-carousel-slide",
|
7
|
+
"app-carousel.firstSlide": ".app-carousel-first-slide",
|
8
|
+
"app-carousel.lastSlide": ".app-carousel-last-slide",
|
9
|
+
"app-carousel.activeSlide": ".app-carousel-active-slide",
|
10
|
+
"app-carousel.prevBtn": ".app-carousel-prev-btn",
|
11
|
+
"app-carousel.nextBtn": ".app-carousel-next-btn",
|
12
|
+
"app-carousel.dotsWrapperStyle": ".app-carousel-dot-wrapper",
|
13
|
+
"app-carousel.dotStyle": ".app-carousel-dot",
|
14
|
+
"app-carousel.activeDotStyle": ".app-carousel-active-dot",
|
15
|
+
"app-carousel.skeleton": ".app-carousel-skeleton",
|
16
|
+
"app-carousel.dotSkeleton": ".app-carousel-dot-skeleton",
|
17
|
+
"app-login.root": ".app-login",
|
18
|
+
"app-webview.root": ".app-webview",
|
19
|
+
"app-network-info-toaster.root": ".app-network-info-toaster",
|
20
|
+
"app-network-info-toaster.text": ".app-network-info-toaster-text",
|
21
|
+
"app-network-info-toaster.action": ".app-network-info-toaster-action",
|
22
|
+
"app-network-info-toaster.actionText": ".app-network-info-toaster-action-text",
|
23
|
+
"app-network-info-toaster.actionSeparator": ".app-network-info-toaster-action-separator",
|
24
|
+
"app-anchor.root": ".app-anchor",
|
25
|
+
"app-anchor.text": ".app-anchor-text",
|
26
|
+
"app-anchor.badge": ".app-anchor-badge",
|
27
|
+
"app-anchor.icon": ".app-anchor-icon",
|
28
|
+
"app-anchor.skeleton": ".app-anchor-skeleton",
|
29
|
+
"app-button.root": ".app-button",
|
30
|
+
"app-button.text": ".app-button-text",
|
31
|
+
"app-button.content": ".app-button-content",
|
32
|
+
"app-button.badge": ".app-button-badge",
|
33
|
+
"app-button.icon": ".app-button-icon",
|
34
|
+
"app-button.skeleton": ".app-button-skeleton",
|
35
|
+
"app-buttongroup.root": ".app-buttongroup",
|
36
|
+
"btn-group-child": ".btn-group-child",
|
37
|
+
"btn-group-first-child": ".btn-group-first-child",
|
38
|
+
"app-buttongroup.skeleton": ".app-buttongroup-skeleton",
|
39
|
+
"app-icon.root": ".app-icon",
|
40
|
+
"app-icon.text": ".app-icon-text",
|
41
|
+
"app-icon.icon": ".app-icon-shape",
|
42
|
+
"app-icon.skeleton": ".app-icon-skeleton",
|
43
|
+
"app-label.root": ".app-label",
|
44
|
+
"app-label.text": ".app-label-text",
|
45
|
+
"app-label.asterisk": ".app-label-asterisk",
|
46
|
+
"app-label.skeleton": ".app-label-skeleton",
|
47
|
+
"app-label.link": ".app-label-link",
|
48
|
+
"app-message.root": ".app-message",
|
49
|
+
"app-message.text": ".app-message-text",
|
50
|
+
"app-message.title": ".app-message-title",
|
51
|
+
"app-message.message": ".app-message-text-wrapper",
|
52
|
+
"app-message.icon": ".app-message-icon",
|
53
|
+
"app-message.closeBtn": ".app-message-closebtn",
|
54
|
+
"app-modal.root": ".app-modal",
|
55
|
+
"app-modal.text": ".app-modal-text",
|
56
|
+
"app-modal.content": ".app-modal-content",
|
57
|
+
"app-picture.root": ".app-picture",
|
58
|
+
"app-picture.skeleton": ".app-picture-skeleton",
|
59
|
+
"app-progress-bar.root": ".app-progress-bar",
|
60
|
+
"app-progress-bar.text": ".app-progress-bar-text",
|
61
|
+
"app-progress-bar.progressBar": ".app-progress-bar-bg",
|
62
|
+
"app-progress-bar.progressValue": ".app-progress-bar-value",
|
63
|
+
"app-default-progress-bar.progressBar": ".app-default-progress-bar.app-progress-bar-bg",
|
64
|
+
"app-default-progress-bar.progressValue": ".app-default-progress-bar.app-progress-bar-value",
|
65
|
+
"app-success-progress-bar.progressBar": ".app-success-progress-bar.app-progress-bar-bg",
|
66
|
+
"app-success-progress-bar.progressValue": ".app-success-progress-bar.app-progress-bar-value",
|
67
|
+
"app-info-progress-bar.progressBar": ".app-info-progress-bar.app-progress-bar-bg",
|
68
|
+
"app-info-progress-bar.progressValue": ".app-info-progress-bar.app-progress-bar-value",
|
69
|
+
"app-danger-progress-bar.progressBar": ".app-danger-progress-bar.app-progress-bar-bg",
|
70
|
+
"app-danger-progress-bar.progressValue": ".app-danger-progress-bar.app-progress-bar-value",
|
71
|
+
"app-warning-progress-bar.progressBar": ".app-warning-progress-bar.app-progress-bar-bg",
|
72
|
+
"app-warning-progress-bar.progressValue": ".app-warning-progress-bar.app-progress-bar-value",
|
73
|
+
"app-progress-circle.root": ".app-progress-circle",
|
74
|
+
"app-progress-circle.text": ".app-progress-circle-text",
|
75
|
+
"app-progress-circle.progressCircle": ".app-progress-circle-bg",
|
76
|
+
"app-progress-circle.progressValue": ".app-progress-circle-value",
|
77
|
+
"app-progress-circle.subTitle": ".app-progress-circle-subtitle",
|
78
|
+
"app-search.root": ".app-search",
|
79
|
+
"app-search.text": ".app-search-text",
|
80
|
+
"app-search.invalid": ".app-search-invalid",
|
81
|
+
"app-search.dropDownContent": ".app-search-dropdown-content",
|
82
|
+
"app-search.searchInputWrapper": ".app-search-text-wrapper",
|
83
|
+
"app-search.searchButton": ".app-search-btn",
|
84
|
+
"app-search.searchItem": ".app-search-item",
|
85
|
+
"app-search.searchItemText": ".app-search-item-text",
|
86
|
+
"app-search.dataCompleteItem.root": ".app-search-complete-item",
|
87
|
+
"app-search.placeholderText": ".app-search-placeholder",
|
88
|
+
"app-search.modal": ".app-search-modal",
|
89
|
+
"app-search.modalContent": ".app-search-modal-content",
|
90
|
+
"app-spinner.root": ".app-spinner",
|
91
|
+
"app-spinner.text": ".app-spinner-text",
|
92
|
+
"app-spinner.image": ".app-spinner-image",
|
93
|
+
"app-spinner.icon": ".app-spinner-icon",
|
94
|
+
"app-spinner.lottie": ".app-spinner-lottie",
|
95
|
+
"app-accordionpane.root": ".app-accordionpane",
|
96
|
+
"app-accordion.root": ".app-accordion",
|
97
|
+
"app-accordion.text": ".app-accordion-text",
|
98
|
+
"app-accordion.header": ".app-accordion-header",
|
99
|
+
"app-accordion.activeHeader": ".app-accordion-active-header",
|
100
|
+
"app-accordion.activeHeaderTitle": ".app-accordion-active-header-title",
|
101
|
+
"app-accordion.subheading": ".app-accordion-header-subtitle",
|
102
|
+
"app-accordion.icon": ".app-accordion-header-expand-icon",
|
103
|
+
"app-accordion.leftToggleIcon": ".app-accordion-header-left-toggle-icon",
|
104
|
+
"app-accordion.rightToggleIcon": ".app-accordion-header-right-toggle-icon",
|
105
|
+
"app-accordion.activeIcon": ".app-accordion-header-collapse-icon",
|
106
|
+
"app-accordion.badge": ".app-accordion-header-badge",
|
107
|
+
"app-accordion.activeBadge": ".app-accordion-active-header-badge",
|
108
|
+
"app-accordion.skeleton": ".app-accordion-skeleton",
|
109
|
+
"app-accordion.titleIcon": ".app-accordion-title-icon",
|
110
|
+
"app-accordion.default": ".app-accordion-header-default-badge",
|
111
|
+
"app-accordion.danger": ".app-accordion-header-danger-badge",
|
112
|
+
"app-accordion.success": ".app-accordion-header-success-badge",
|
113
|
+
"app-accordion.warning": ".app-accordion-header-warning-badge",
|
114
|
+
"app-accordion.info": ".app-accordion-header-info-badge",
|
115
|
+
"app-accordion.primary": ".app-accordion-header-primary-badge",
|
116
|
+
"app-gridcolumn.root": ".app-gridcolumn",
|
117
|
+
"app-gridrow.root": ".app-gridrow",
|
118
|
+
"app-layoutgrid.root": ".app-layoutgrid",
|
119
|
+
"app-layoutgrid.text": ".app-layoutgrid-text",
|
120
|
+
"text": ".table-header-label",
|
121
|
+
"app-layoutgrid.skeleton": ".app-layoutgrid-skeleton",
|
122
|
+
"app-linearlayoutitem.root": ".app-linearlayoutitem",
|
123
|
+
"app-linearlayout.root": ".app-linearlayout",
|
124
|
+
"app-panel-content.root": ".app-panel-content",
|
125
|
+
"app-panel-footer.root": ".app-panel-footer",
|
126
|
+
"app-panel.root": ".app-panel",
|
127
|
+
"app-panel.text": ".app-panel-title",
|
128
|
+
"app-panel.header": ".app-panel-header",
|
129
|
+
"app-panel.subHeading": ".app-panel-sub-title",
|
130
|
+
"app-panel.icon": ".app-panel-icon",
|
131
|
+
"app-panel.toggleIcon": ".app-panel-toggle-icon",
|
132
|
+
"app-panel.badge": ".app-panel-badge",
|
133
|
+
"app-panel.default": ".app-panel-default-badge",
|
134
|
+
"app-panel.danger": ".app-panel-danger-badge",
|
135
|
+
"app-panel.success": ".app-panel-success-badge",
|
136
|
+
"app-panel.warning": ".app-panel-warning-badge",
|
137
|
+
"app-panel.info": ".app-panel-info-badge",
|
138
|
+
"app-panel.primary": ".app-panel-primary-badge",
|
139
|
+
"app-tabpane.root": ".app-tabpane",
|
140
|
+
"app-tabs.root": ".app-tabs",
|
141
|
+
"app-tabs.text": ".app-tabs-text",
|
142
|
+
"app-tabs.tabHeader": ".app-tabs-header",
|
143
|
+
"app-tabs.tabContent": ".app-tabs-content",
|
144
|
+
"app-tile.root": ".app-tile",
|
145
|
+
"app-tile.skeleton": ".app-tile-skeleton",
|
146
|
+
".tile-template-text.text": ".tile-template-text",
|
147
|
+
"app-wizardstep.root": ".app-wizardstep",
|
148
|
+
"app-wizard.root": ".app-wizard",
|
149
|
+
"app-wizard.text": ".app-wizard-text",
|
150
|
+
"app-wizard.wizardHeader": ".app-wizard-header",
|
151
|
+
"app-wizard.stepWrapper": ".app-wizard-step-wrapper",
|
152
|
+
"app-wizard.stepTitle": ".app-wizard-step-title",
|
153
|
+
"app-wizard.stepSubTitle": ".app-wizard-step-sub-title",
|
154
|
+
"app-wizard.progressCircle": ".app-wizard-progress-circle",
|
155
|
+
"app-wizard.popover": ".app-wizard-step-popover",
|
156
|
+
"app-wizard.stepMenuLabel": ".app-wizard-step-menu-label",
|
157
|
+
"app-wizard.stepMenuActiveLabel": ".app-wizard-step-menu-active-label",
|
158
|
+
"app-wizard.stepMenuIcon": ".app-wizard-step-menu-icon",
|
159
|
+
"app-wizard.stepMenuActiveIcon": ".app-wizard-step-menu-active-icon",
|
160
|
+
"app-wizard.stepMenu": ".app-wizard-step-menu",
|
161
|
+
"app-wizard.activeStepMenu": ".app-wizard-step-menu-active",
|
162
|
+
"app-wizard.step": ".app-wizard-step",
|
163
|
+
"app-wizard.activeStep": ".app-wizard-active-step",
|
164
|
+
"app-wizard.doneStep": ".app-wizard-done-step",
|
165
|
+
"app-wizard.stepIcon": ".app-wizard-step-icon",
|
166
|
+
"app-wizard.wizardBody": ".app-wizard-body",
|
167
|
+
"app-wizard.wizardFooter": ".app-wizard-footer",
|
168
|
+
"app-wizard.wizardActions": ".app-wizard-action",
|
169
|
+
"app-wizard.nextButton": ".app-wizard-next-btn",
|
170
|
+
"app-wizard.prevButton": ".app-wizard-prev-btn",
|
171
|
+
"app-wizard.cancelButton": ".app-wizard-cancel-btn",
|
172
|
+
"app-wizard.doneButton": ".app-wizard-done-btn",
|
173
|
+
"app-wizard.skipLink.root": ".app-wizard-skip-link",
|
174
|
+
"app-wizard.stepConnector": ".app-wizard-step-connector",
|
175
|
+
"app-wizard.stepCounter": ".app-wizard-step-counter",
|
176
|
+
"app-wizard.activeStepCounter": ".app-wizard-active-step-counter",
|
177
|
+
"app-wizard.numberTextStepConnector": ".app-wizard-number-text-step-connector",
|
178
|
+
"app-container.root": ".app-container",
|
179
|
+
"app-container.content": ".app-container-content",
|
180
|
+
"app-container.skeleton": ".app-container-skeleton",
|
181
|
+
"app-card-content.root": ".app-card-content",
|
182
|
+
"app-card-content.skeleton": ".app-card-content-skeleton",
|
183
|
+
"app-card-footer.root": ".app-card-footer",
|
184
|
+
"app-card.root": ".app-card",
|
185
|
+
"app-card.cardIcon": ".app-card-icon",
|
186
|
+
"app-card.heading": ".app-card-header",
|
187
|
+
"app-card.title.root": ".app-card-title",
|
188
|
+
"app-card.subheading.root": ".app-card-sub-title",
|
189
|
+
"app-card.picture": ".app-card-picture",
|
190
|
+
"app-card.skeleton": ".app-card-skeleton",
|
191
|
+
"app-form-body.root": ".app-form-body",
|
192
|
+
"app-form-field.root": ".app-form-field",
|
193
|
+
"app-form-field.errorMsg": ".app-form-field-error-msg",
|
194
|
+
"app-form-footer.root": ".app-form-footer",
|
195
|
+
"app-form.root": ".app-form",
|
196
|
+
"app-form.heading": ".app-form-header",
|
197
|
+
"app-form.title.text": ".app-form-title",
|
198
|
+
"app-form.subheading.text": ".app-form-sub-title",
|
199
|
+
"app-list-template.root": ".app-list-template",
|
200
|
+
"app-list-template.skeleton": ".app-list-template-skeleton",
|
201
|
+
"app-list.root": ".app-list",
|
202
|
+
"app-list.listIcon": ".app-list-icon",
|
203
|
+
"app-list.loadingIcon": ".app-list-loading-icon",
|
204
|
+
"app-list.heading": ".app-list-heading",
|
205
|
+
"app-list.groupHeading": ".app-list-group-heading",
|
206
|
+
"app-list.title.text": ".app-list-title",
|
207
|
+
"app-list.subheading.text": ".app-list-sub-title",
|
208
|
+
"app-list.emptyMessage.text": ".app-list-empty-message",
|
209
|
+
"app-list.onDemandMessage.text": ".app-list-on-demand-data-message",
|
210
|
+
"app-list.item": ".app-list-item",
|
211
|
+
"app-list.selectedItem": ".app-list-selected-item",
|
212
|
+
"app-list.selectedIcon": ".app-list-selected-icon",
|
213
|
+
"app-list.group": ".app-list-group",
|
214
|
+
".app-list.skeleton": ".app-list-item-skeleton",
|
215
|
+
"app-list-action-template.root": ".app-list-action-template",
|
216
|
+
"app-list-action-template.text": ".app-list-action-template-text",
|
217
|
+
"app-barcodescanner.button.root": ".app-barcodescanner",
|
218
|
+
"app-barcodescanner.button.text": ".app-barcodescanner-text",
|
219
|
+
"app-barcodescanner.button.icon.icon": ".app-barcodescanner-icon",
|
220
|
+
"app-camera.button.root": ".app-camera",
|
221
|
+
"app-camera.button.text": ".app-camera-text",
|
222
|
+
"app-camera.button.icon.icon": ".app-camera-icon",
|
223
|
+
"app-alertdialog.dialog": ".app-alertdialog",
|
224
|
+
"app-alertdialog.dialogContent": ".app-alertdialog-content",
|
225
|
+
"app-alertdialog.dialogActions": ".app-alertdialog-actions",
|
226
|
+
"app-alertdialog.okButton": ".app-alertdialog-ok",
|
227
|
+
"app-alertdialog.message.text": ".app-alertdialog-message",
|
228
|
+
"app-confirmdialog.dialog": ".app-confirmdialog",
|
229
|
+
"app-confirmdialog.dialogContent": ".app-confirmdialog-content",
|
230
|
+
"app-confirmdialog.dialogActions": ".app-confirmdialog-actions",
|
231
|
+
"app-confirmdialog.okButton": ".app-confirmdialog-ok",
|
232
|
+
"app-confirmdialog.cancelButton": ".app-confirmdialog-cancel",
|
233
|
+
"app-confirmdialog.message.text": ".app-confirmdialog-message",
|
234
|
+
"app-dialog.root": ".app-dialog",
|
235
|
+
"app-dialog.modal": ".app-dialog-modal",
|
236
|
+
"app-dialog.content": ".app-dialog-modal-content",
|
237
|
+
"app-dialog.header": ".app-dialog-header",
|
238
|
+
"app-dialog.headerLabel": ".app-dialog-title",
|
239
|
+
"app-dialog.icon": ".app-dialog-icon",
|
240
|
+
"app-dialog.closeBtn": ".app-dialog-close-btn",
|
241
|
+
"app-dialogactions.root": ".app-dialogactions",
|
242
|
+
"app-dialogcontent.root": ".app-dialogcontent",
|
243
|
+
"app-views.root": ".app-views",
|
244
|
+
"app-calendar.root": ".app-calendar",
|
245
|
+
"app-calendar.text": ".app-calendar-text",
|
246
|
+
"app-calendar.calendar": ".app-calendar-wrapper",
|
247
|
+
"app-calendar.calendarHeader": ".app-calendar-header",
|
248
|
+
"app-calendar.weekDay": ".app-calendar-week-day",
|
249
|
+
"app-calendar.weekDayText": ".app-calendar-week-day-text",
|
250
|
+
"app-calendar.day": ".app-calendar-not-day-of-month",
|
251
|
+
"app-calendar.monthText": ".app-calendar-month-text",
|
252
|
+
"app-calendar.yearText": ".app-calendar-year-text",
|
253
|
+
"app-calendar.today": ".app-calendar-today",
|
254
|
+
"app-calendar.todayText": ".app-calendar-today-text",
|
255
|
+
"app-calendar.eventDay1": ".app-calendar-eventDay1",
|
256
|
+
"app-calendar.eventDay2": ".app-calendar-eventDay2",
|
257
|
+
"app-calendar.eventDay3": ".app-calendar-eventDay3",
|
258
|
+
"app-calendar.selectedDay": ".app-calendar-selected-day",
|
259
|
+
"app-calendar.selectedDayText": ".app-calendar-selected-day-text",
|
260
|
+
"app-calendar.prevMonthBtn": ".app-calendar-prev-year-btn",
|
261
|
+
"app-calendar.nextMonthBtn": ".app-calendar-next-month-btn",
|
262
|
+
"app-calendar.nextYearBtn": ".app-calendar-next-year-btn",
|
263
|
+
"app-calendar.headerSkeleton": ".app-calendar-header-skeleton",
|
264
|
+
"app-checkbox.root": ".app-checkbox",
|
265
|
+
"app-checkbox.text": ".app-checkbox-label",
|
266
|
+
"app-checkbox.skeleton": ".app-checkbox-skeleton",
|
267
|
+
"app-checkbox.checkicon": ".app-checkbox-checkicon",
|
268
|
+
"app-checkbox.uncheckicon": ".app-checkbox-uncheckicon",
|
269
|
+
"app-checkbox.selectedLabel": ".app-checkbox-selected-label",
|
270
|
+
"app-checkbox.checkedItem": ".app-checkbox-checked-item",
|
271
|
+
"app-checkbox.icon": ".app-checkbox-checkicon-skeleton",
|
272
|
+
"app-checkbox.labelSkeleton": ".app-checkbox-label-skeleton",
|
273
|
+
"app-checkbox.iconSkeleton": ".app-checkbox-icon-skeleton",
|
274
|
+
"app-checkboxset.root": ".app-checkboxset",
|
275
|
+
"app-checkboxset.groupHeaderTitle": ".app-checkboxset-group-title",
|
276
|
+
"app-checkboxset.item": ".app-checkboxset-item",
|
277
|
+
"app-checkboxset.checkedItem": ".app-checkboxset-checked-item",
|
278
|
+
"app-checkboxset.text": ".app-checkboxset-label",
|
279
|
+
"app-checkboxset.skeleton": ".app-checkboxset-skeleton",
|
280
|
+
"app-checkboxset.checkicon": ".app-checkboxset-checkicon",
|
281
|
+
"app-checkboxset.uncheckicon": ".app-checkboxset-uncheckicon",
|
282
|
+
"app-checkboxset.selectedLabel": ".app-checkboxset-selected-label",
|
283
|
+
"app-chips.root": ".app-chips",
|
284
|
+
"app-chips.chipsWrapper": ".app-chips-wrapper",
|
285
|
+
"app-chips.chip": ".app-chips-item",
|
286
|
+
"app-chips.chipText": ".app-chips-item-text",
|
287
|
+
"app-chips.activeChip": ".app-chips-active-item",
|
288
|
+
"app-chips.activeChipLabel": ".app-chips-active-item-text",
|
289
|
+
"app-chips.searchContainer": ".app-chips-search-container",
|
290
|
+
"app-chips.search": ".app-chips-search",
|
291
|
+
"app-chips.doneIcon": ".app-chips-done-icon",
|
292
|
+
"app-chips.clearIcon": ".app-chips-clear-icon",
|
293
|
+
"app-chips.imageStyles": ".app-chips-picture",
|
294
|
+
"app-composite.root": ".app-composite",
|
295
|
+
"app-currency.root": ".app-currency",
|
296
|
+
"app-currency.label": ".app-currency-label",
|
297
|
+
"app-currency.floatingLabel": ".app-currency-flotaing-label",
|
298
|
+
"app-currency.activeFloatingLabel": ".app-currency-active-flotaing-label",
|
299
|
+
"app-currency.invalid": ".app-currency-invalid",
|
300
|
+
"app-currency.focused": ".app-currency-focused",
|
301
|
+
"app-currency.placeholderText": ".app-currency-placeholder",
|
302
|
+
"app-currency.skeleton": ".app-currency-skeleton",
|
303
|
+
"app-currency.skeletonText": ".app-currency-skeleton-label",
|
304
|
+
"app-currency.skeletonLabelWrapper": ".app-currency-skeleton-label-wrapper",
|
305
|
+
"app-currency.skeletonTextInputWrapper": ".app-currency-input-wrapper",
|
306
|
+
"app-date.root": ".app-date",
|
307
|
+
"app-date.text": ".app-date-text",
|
308
|
+
"app-date.invalid": ".app-date-invalid",
|
309
|
+
"app-date.clearIcon": ".app-date-clear-icon",
|
310
|
+
"app-date.calendarIcon": ".app-date-calendar-icon",
|
311
|
+
"app-textarea.floatingLabel": ".app-textarea-flotaing-label",
|
312
|
+
"app-textarea.activeFloatingLabel": ".app-textarea-active-flotaing-label",
|
313
|
+
"app-date.actionWrapper": ".app-date-action-wrapper",
|
314
|
+
"app-date.selectBtn": ".app-date-select-btn",
|
315
|
+
"app-date.cancelBtn": ".app-date-cancel-btn",
|
316
|
+
"app-date.dialog": ".app-date-ios-dialog",
|
317
|
+
"app-date-picker-modal.selectBtn": ".app-date-picker-modal-select",
|
318
|
+
"app-date-picker-modal.cancelBtn": ".app-date-picker-modal-cancel",
|
319
|
+
"app-datetime.root": ".app-datetime",
|
320
|
+
"app-datetime.text": ".app-datetime-text",
|
321
|
+
"app-datetime.invalid": ".app-datetime-invalid",
|
322
|
+
"app-datetime.clearIcon": ".app-datetime-clear-icon",
|
323
|
+
"app-datetime.calendarIcon": ".app-datetime-calendar-icon",
|
324
|
+
"app-datetime.actionWrapper": ".app-datetime-action-wrapper",
|
325
|
+
"app-datetime.selectBtn": ".app-datetime-select-btn",
|
326
|
+
"app-datetime.cancelBtn": ".app-datetime-cancel-btn",
|
327
|
+
"app-datetime.dialog": ".app-datetime-ios-dialog",
|
328
|
+
"app-datetime-picker-modal.selectBtn": ".app-datetime-picker-modal-select",
|
329
|
+
"app-datetime-picker-modal.cancelBtn": ".app-datetime-picker-modal-cancel",
|
330
|
+
"app-time.root": ".app-time",
|
331
|
+
"app-time.text": ".app-time-text",
|
332
|
+
"app-time.invalid": ".app-time-invalid",
|
333
|
+
"app-time.clearIcon": ".app-time-clear-icon",
|
334
|
+
"app-time.calendarIcon": ".app-time-calendar-icon",
|
335
|
+
"app-time.actionWrapper": ".app-time-action-wrapper",
|
336
|
+
"app-time.selectBtn": ".app-time-select-btn",
|
337
|
+
"app-time.cancelBtn": ".app-time-cancel-btn",
|
338
|
+
"app-time.dialog": ".app-time-ios-dialog",
|
339
|
+
"app-time-picker-modal.selectBtn": ".app-time-picker-modal-select",
|
340
|
+
"app-time-picker-modal.cancelBtn": ".app-time-picker-modal-cancel",
|
341
|
+
"app-number.root": ".app-number",
|
342
|
+
"app-number.invalid": ".app-number-invalid",
|
343
|
+
"app-number.focused": ".app-number-focused",
|
344
|
+
"app-number.placeholderText": ".app-number-placeholer",
|
345
|
+
"app-number.skeleton": ".app-number-skeleton",
|
346
|
+
"app-number.floatingLabel": ".app-number-flotaing-label",
|
347
|
+
"app-number.activeFloatingLabel": ".app-number-active-flotaing-label",
|
348
|
+
"app-number.skeletonLabel": ".app-number-label-skeleton",
|
349
|
+
"app-radioset.root": ".app-radioset",
|
350
|
+
"app-radioset.text": ".app-radioset-text",
|
351
|
+
"app-radioset.group": ".app-radioset-group",
|
352
|
+
"app-radioset.groupHeaderTitle": ".app-radioset-group-title",
|
353
|
+
"app-radioset.item": ".app-radioset-item",
|
354
|
+
"app-radioset.selectedItem": ".app-radioset-selected-item",
|
355
|
+
"app-radioset.radioLabel": ".app-radioset-label",
|
356
|
+
"app-radioset.skeleton": ".app-radioset-skeleton",
|
357
|
+
"app-radioset.checkedRadio": ".app-radioset-checked-icon",
|
358
|
+
"app-radioset.uncheckedRadio": ".app-radioset-unchecked-icon",
|
359
|
+
"app-radioset.selectedLabel": ".app-radioset-selected-label",
|
360
|
+
"app-rating.root": ".app-rating",
|
361
|
+
"app-rating.text": ".app-rating-text",
|
362
|
+
"app-rating.icon.text": ".app-rating-icon",
|
363
|
+
"app-rating.selectedIcon.text": ".app-rating-selected-icon",
|
364
|
+
"app-select.root": ".app-select",
|
365
|
+
"app-select.text": ".app-select-text",
|
366
|
+
"app-select.invalid": ".app-select-invalid",
|
367
|
+
"app-select.selectItem": ".app-select-item",
|
368
|
+
"app-select.selectItemText": ".app-select-item-text",
|
369
|
+
"app-select.lastSelectItem": ".app-select-last-item",
|
370
|
+
"app-select.selectedItem": ".app-select-active-item",
|
371
|
+
"app-select.selectedItemText": ".app-select-active-item-text",
|
372
|
+
"app-select.checkIcon": ".app-select-check-icon",
|
373
|
+
"app-select.arrowButtonSkeleton": ".app-select-arrow-button-skeleton",
|
374
|
+
"app-select.textSkeleton": ".app-select-text-skeleton",
|
375
|
+
"app-slider.root": ".app-slider",
|
376
|
+
"app-slider.text": ".app-slider-text",
|
377
|
+
"app-slider.minimumValue": ".app-slider-minimum-text",
|
378
|
+
"app-slider.maximumValue": ".app-slider-maximum-text",
|
379
|
+
"app-slider.value": ".app-slider-value-text",
|
380
|
+
"app-slider.track": ".app-slider-track",
|
381
|
+
"app-slider.minimumTrack": ".app-slider-minimum-track",
|
382
|
+
"app-slider.maximumTrack": ".app-slider-maximum-track",
|
383
|
+
"app-slider.thumb": ".app-slider-thumb",
|
384
|
+
"app-slider.trackStyle": ".app-slider-track-style",
|
385
|
+
"app-slider.markerStyle": ".app-slider-marker-style",
|
386
|
+
"app-slider.markerLabelStyle": ".app-slider-marker-label-style",
|
387
|
+
"app-slider.minimumTrackStyle": ".app-slider-minimum-track-style",
|
388
|
+
"app-slider.maximumTrackStyle": ".app-slider-maximum-track-style",
|
389
|
+
"app-slider.activeTrackStyle": ".app-slider-active-track-style",
|
390
|
+
"app-slider.tooltip": ".app-slider-tooltip",
|
391
|
+
"app-slider.tooltipLabel": ".app-slider-tooltip-label",
|
392
|
+
"app-slider.tooltipTriangle": ".app-slider-tooltip-triangle",
|
393
|
+
"app-switch.root": ".app-switch",
|
394
|
+
"app-switch.button": ".app-switch-btn",
|
395
|
+
"app-switch.selectedButton": ".app-switch-btn-selected",
|
396
|
+
"app-switch.text": ".app-switch-btn-text",
|
397
|
+
"app-switch.selectedButtonText": ".app-switch-btn-selected-text",
|
398
|
+
"app-switch.firstButton": ".app-switch-first-btn",
|
399
|
+
"app-switch.lastButton": ".app-switch-last-btn",
|
400
|
+
"app-switch.skeleton": ".app-switch-text-skeleton",
|
401
|
+
"app-text.root": ".app-text",
|
402
|
+
"app-text.text": ".app-text-text",
|
403
|
+
"app-text.invalid": ".app-text-invalid",
|
404
|
+
"app-text.focused": ".app-text-focused",
|
405
|
+
"app-text.floatingLabel": ".app-text-flotaing-label",
|
406
|
+
"app-text.activeFloatingLabel": ".app-text-active-flotaing-label",
|
407
|
+
"app-text.skeleton": ".app-text-skeleton",
|
408
|
+
"app-textarea.root": ".app-textarea",
|
409
|
+
"app-textarea.text": ".app-textarea-text",
|
410
|
+
"app-textarea.invalid": ".app-textarea-invalid",
|
411
|
+
"app-textarea.focused": ".app-textarea-focused",
|
412
|
+
"app-textarea.placeholderText": ".app-textarea-placeholder",
|
413
|
+
"app-textarea.skeleton": ".app-textarea-skeleton",
|
414
|
+
"app-toggle.root": ".app-toggle",
|
415
|
+
"app-toggle.text": ".app-toggle-text",
|
416
|
+
"app-toggle.handle": ".app-toggle-handle",
|
417
|
+
"app-appnavbar.root": ".app-appnavbar",
|
418
|
+
"app-appnavbar.action": ".app-appnavbar-action",
|
419
|
+
"app-appnavbar.leftSection": ".app-appnavbar-left-section",
|
420
|
+
"app-appnavbar.middleSection": ".app-appnavbar-middle-section",
|
421
|
+
"app-appnavbar.rightSection": ".app-appnavbar-right-section",
|
422
|
+
"app-appnavbar.leftnavIcon": ".app-appnavbar-left-icon",
|
423
|
+
"app-appnavbar.backIcon": ".app-appnavbar-back-icon",
|
424
|
+
"app-appnavbar.image": ".app-appnavbar-image",
|
425
|
+
"app-appnavbar.content": ".app-appnavbar-content",
|
426
|
+
"app-appnavbar.badge": ".app-appnavbar-badge",
|
427
|
+
"navbarAnchorItem.root": ".navbar-anchor",
|
428
|
+
"navbarAnchorItem.text": ".navbar-anchor-text",
|
429
|
+
"navbarAnchorItem.icon.text": ".navbar-anchor-icon",
|
430
|
+
"navbarButton.icon.text": ".navbar-button-icon",
|
431
|
+
"navbarButton.text": ".navbar-button-text",
|
432
|
+
"app-basenav.root": ".app-basenav",
|
433
|
+
"app-popover.popover": ".app-popover",
|
434
|
+
"app-menu.link": ".app-menu-trigger",
|
435
|
+
"app-menu.menu": ".app-menu-content",
|
436
|
+
"app-menu.menuItem": ".app-menu-item",
|
437
|
+
"app-navbar.nav": ".app-navbar",
|
438
|
+
"app-navbar.navitem": ".app-navbar-item",
|
439
|
+
"app-navbar.childNav": ".app-navbar-child-nav",
|
440
|
+
"app-navitem.root": ".app-navitem",
|
441
|
+
"app-navitem.navAnchorItem": ".app-navitem-anchor",
|
442
|
+
"app-navitem.caretIcon": ".app-navitem-caret",
|
443
|
+
"app-popover.title": ".app-popover-title",
|
444
|
+
"app-popover.link": ".app-popover-link",
|
445
|
+
"app-popover.popoverContent.root": ".app-popover-content",
|
446
|
+
"app-popover.modalContent": ".app-popover-modal-content",
|
447
|
+
"app-content.root": ".app-content",
|
448
|
+
"app-left-panel.root": ".app-left-panel",
|
449
|
+
"app-page-content.root": ".app-page-content",
|
450
|
+
"app-page-content.skeleton": ".app-page-content-skeleton",
|
451
|
+
"app-partial.root": ".app-partial",
|
452
|
+
"app-partial.skeleton": ".app-partial-skeleton",
|
453
|
+
"app-partial-container.root": ".app-partial-container",
|
454
|
+
"app-tabbar.root": ".app-tabbar",
|
455
|
+
"app-tabbar.menu": ".app-tabbar-menu",
|
456
|
+
"app-tabbar.moreMenu": ".app-tabbar-more-menu",
|
457
|
+
"app-tabbar.moreMenuRow": ".app-tabbar-more-menu-row",
|
458
|
+
"app-tabbar.tabItem": ".app-tabbar-item",
|
459
|
+
"app-tabbar.activeTabItem": ".app-tabbar-active-item",
|
460
|
+
"app-tabbar.centerHubItem": ".app-tabbar-center-hub-item",
|
461
|
+
"app-tabbar.centerHubIcon": ".app-tabbar-center-hub-icon",
|
462
|
+
"app-tabbar.centerHubLabel": ".app-tabbar-center-hub-label",
|
463
|
+
"app-tabbar.tabIcon": ".app-tabbar-item-icon",
|
464
|
+
"app-tabbar.activeTabIcon": ".app-tabbar-active-icon",
|
465
|
+
"app-tabbar.tabLabel": ".app-tabbar-item-label",
|
466
|
+
"app-tabbar.activeTabLabel": ".app-tabbar-active-label",
|
467
|
+
"app-page.root": ".app-page",
|
468
|
+
"app-prefab.root": ".app-prefab",
|
469
|
+
"app-prefab.skeleton": ".app-prefab-skeleton",
|
470
|
+
"app-fileupload.root": ".app-fileupload",
|
471
|
+
"app-fileupload.button.text": ".app-fileupload-text",
|
472
|
+
"app-fileupload.button": ".app-fileupload-btn",
|
473
|
+
"app-fileupload.button.icon.icon": ".app-fileupload-icon",
|
474
|
+
"app-line-chart.root": ".app-line-chart",
|
475
|
+
"app-line-chart.text": ".app-line-chart-text",
|
476
|
+
"app-line-chart.title": ".app-line-chart-title",
|
477
|
+
"app-line-chart.subHeading": ".app-line-chart-subtitle",
|
478
|
+
"app-line-chart.icon": ".app-line-chart-icon",
|
479
|
+
"app-line-chart.tooltipContainer": ".app-line-chart-tooltip-container",
|
480
|
+
"app-line-chart.tooltipXText": ".app-line-chart-tooltipx-text",
|
481
|
+
"app-line-chart.tooltipYText": ".app-line-chart-tooltipy-text",
|
482
|
+
"app-line-chart.yAxisLabel": ".app-line-chart-yaxislabel",
|
483
|
+
"app-line-chart.xAxisLabel": ".app-line-chart-xaxislabel",
|
484
|
+
"app-area-chart.tooltipPointer": ".app-area-chart-tooltip-pointer",
|
485
|
+
"app-line-chart.skeleton": ".app-line-chart-skeleton",
|
486
|
+
"app-bar-chart.root": ".app-bar-chart",
|
487
|
+
"app-bar-chart.text": ".app-bar-chart-text",
|
488
|
+
"app-bar-chart.title": ".app-bar-chart-title",
|
489
|
+
"app-bar-chart.subHeading": ".app-bar-chart-subtitle",
|
490
|
+
"app-bar-chart.icon": ".app-bar-chart-icon",
|
491
|
+
"app-bar-chart.tooltipContainer": ".app-bar-chart-tooltip-container",
|
492
|
+
"app-bar-chart.tooltipXText": ".app-bar-chart-tooltipx-text",
|
493
|
+
"app-bar-chart.tooltipYText": ".app-bar-chart-tooltipy-text",
|
494
|
+
"app-bar-chart.bar": ".app-bar-chart-bar",
|
495
|
+
"app-bar-chart.yAxisLabel": ".app-bar-chart-yaxislabel",
|
496
|
+
"app-bar-chart.xAxisLabel": ".app-bar-chart-xaxislabel",
|
497
|
+
".app-bar-chart.tooltipPointer": ".app-bar-chart-tooltip-pointer",
|
498
|
+
"app-bar-chart.skeleton": ".app-bar-chart-skeleton",
|
499
|
+
"app-pie-chart.root": ".app-pie-chart",
|
500
|
+
"app-pie-chart.text": ".app-pie-chart-text",
|
501
|
+
"app-pie-chart.title": ".app-pie-chart-title",
|
502
|
+
"app-pie-chart.subHeading": ".app-pie-chart-subtitle",
|
503
|
+
"app-pie-chart.icon": ".app-pie-chart-icon",
|
504
|
+
"app-pie-chart.tooltipContainer": ".app-pie-chart-tooltip-container",
|
505
|
+
"app-pie-chart.tooltipXText": ".app-pie-chart-tooltipx-text",
|
506
|
+
"app-pie-chart.tooltipYText": ".app-pie-chart-tooltipy-text",
|
507
|
+
"app-pie-chart.tooltipPointer": ".app-pie-chart-tooltip-pointer",
|
508
|
+
"app-pie-chart.skeleton": ".app-pie-chart-skeleton",
|
509
|
+
"app-area-chart.root": ".app-area-chart",
|
510
|
+
"app-area-chart.text": ".app-area-chart-text",
|
511
|
+
"app-area-chart.axis": ".app-area-chart-axis",
|
512
|
+
"app-area-chart.xAxis": ".app-area-chart-x-axis",
|
513
|
+
"app-area-chart.yAxis": ".app-area-chart-y-axis",
|
514
|
+
"app-area-chart.axisLabel": ".app-area-chart-axis-label",
|
515
|
+
"app-area-chart.xAxisLabel": ".app-area-chart-xaxislabel",
|
516
|
+
"app-area-chart.yAxisLabel": ".app-area-chart-yaxislabel",
|
517
|
+
"app-area-chart.grid": ".app-area-chart-grid",
|
518
|
+
"app-area-chart.xGrid": ".app-area-chart-x-grid",
|
519
|
+
"app-area-chart.yGrid": ".app-area-chart-y-grid",
|
520
|
+
"app-area-chart.ticks": ".app-area-chart-ticks",
|
521
|
+
"app-area-chart.xTicks": ".app-area-chart-x-ticks",
|
522
|
+
"app-area-chart.yTicks": ".app-area-chart-y-ticks",
|
523
|
+
"app-area-chart.tickLabels": ".app-area-chart-tick-labels",
|
524
|
+
"app-area-chart.xTickLabels": ".app-area-chart-x-tick-labels",
|
525
|
+
"app-area-chart.yTickLabels": ".app-area-chart-y-tick-labels",
|
526
|
+
"app-area-chart.title": ".app-area-chart-title",
|
527
|
+
"app-area-chart.subHeading": ".app-area-chart-subtitle",
|
528
|
+
"app-area-chart.icon": ".app-area-chart-icon",
|
529
|
+
"app-area-chart.tooltipContainer": ".app-area-chart-tooltip-container",
|
530
|
+
"app-area-chart.tooltipXText": ".app-area-chart-tooltipx-text",
|
531
|
+
"app-area-chart.tooltipYText": ".app-area-chart-tooltipy-text",
|
532
|
+
"app-area-chart.skeleton": ".app-area-chart-skeleton",
|
533
|
+
"app-column-chart.root": ".app-column-chart",
|
534
|
+
"app-column-chart.text": ".app-column-chart-text",
|
535
|
+
"app-column-chart.title": ".app-column-chart-title",
|
536
|
+
"app-column-chart.subHeading": ".app-column-chart-subtitle",
|
537
|
+
"app-column-chart.icon": ".app-column-chart-icon",
|
538
|
+
"app-column-chart.tooltipContainer": ".app-column-chart-tooltip-container",
|
539
|
+
"app-column-chart.tooltipXText": ".app-column-chart-tooltipx-text",
|
540
|
+
"app-column-chart.tooltipYText": ".app-column-chart-tooltipy-text",
|
541
|
+
"app-column-chart.yAxisLabel": ".app-column-chart-yaxislabel",
|
542
|
+
"app-column-chart.xAxisLabel": ".app-column-chart-xaxislabel",
|
543
|
+
".app-column-chart.tooltipPointer": ".app-column-chart-tooltip-pointer",
|
544
|
+
".app-column-chart.skeleton": ".app-column-chart-skeleton",
|
545
|
+
"app-donut-chart.root": ".app-donut-chart",
|
546
|
+
"app-donut-chart.text": ".app-donut-chart-text",
|
547
|
+
"app-donut-chart.title": ".app-donut-chart-title",
|
548
|
+
"app-donut-chart.subHeading": ".app-donut-chart-subtitle",
|
549
|
+
"app-donut-chart.icon": ".app-donut-chart-icon",
|
550
|
+
"app-donut-chart.centerLabel": ".app-donut-chart-centerlabel",
|
551
|
+
"app-donut-chart.tooltipContainer": ".app-donut-chart-tooltip-container",
|
552
|
+
"app-donut-chart.tooltipXText": ".app-donut-chart-tooltipx-text",
|
553
|
+
"app-donut-chart.tooltipYText": ".app-donut-chart-tooltipy-text",
|
554
|
+
"app-donut-chart.tooltipPointer": ".app-donut-chart-tooltip-pointer",
|
555
|
+
"app-donut-chart.skeleton": ".app-donut-chart-skeleton",
|
556
|
+
"app-bubble-chart.root": ".app-bubble-chart",
|
557
|
+
"app-bubble-chart.text": ".app-bubble-chart-text",
|
558
|
+
"app-bubble-chart.title": ".app-bubble-chart-title",
|
559
|
+
"app-bubble-chart.subHeading": ".app-bubble-chart-subtitle",
|
560
|
+
"app-bubble-chart.icon": ".app-bubble-chart-icon",
|
561
|
+
"app-bubble-chart.tooltipContainer": ".app-bubble-chart-tooltip-container",
|
562
|
+
"app-bubble-chart.tooltipXText": ".app-bubble-chart-tooltipx-text",
|
563
|
+
"app-bubble-chart.tooltipYText": ".app-bubble-chart-tooltipy-text",
|
564
|
+
"app-bubble-chart.yAxisLabel": ".app-bubble-chart-yaxislabel",
|
565
|
+
"app-bubble-chart.xAxisLabel": ".app-bubble-chart-xaxislabel",
|
566
|
+
".app-bubble-chart.tooltipPointer": ".app-bubble-chart-tooltip-pointer",
|
567
|
+
"app-bubble-chart.skeleton": ".app-bubble-chart-skeleton",
|
568
|
+
"app-tabheader.root": ".app-tabheader",
|
569
|
+
"app-tabheader.text": ".app-tabheader-text",
|
570
|
+
"app-tabheader.header": ".app-tabheader-item",
|
571
|
+
"app-tabheader.headerText": ".app-tabheader-item-text",
|
572
|
+
"app-tabheader.headerIcon": ".app-tabheader-item-icon",
|
573
|
+
"app-tabheader.activeHeader": ".app-tabheader-active-item",
|
574
|
+
"app-tabheader.activeHeaderText": ".app-tabheader-active-item-text",
|
575
|
+
"app-tabheader.activeHeaderIcon": ".app-tabheader-active-item-icon",
|
576
|
+
"app-tabheader.activeIndicator": ".app-tabheader-active-indicator",
|
577
|
+
"app-tabheader.arrowIndicator": ".app-tabheader-arrow-indicator",
|
578
|
+
"app-tabheader.arrowIndicatorDot": ".app-tabheader-arrow-indicator-dot",
|
579
|
+
"app-tabheader.skeleton": ".app-tabheader-skeleton",
|
580
|
+
"app-skeleton.root": ".app-skeleton",
|
581
|
+
"app-skeleton.gradient": ".app-skeleton-gradient",
|
582
|
+
"app-skeleton.gradientForeground": ".app-skeleton-gradient-foreground",
|
583
|
+
"app-video.root": ".app-video",
|
584
|
+
"app-video.text": ".app-video-text",
|
585
|
+
"app-video.skeleton": ".app-video-skeleton",
|
586
|
+
"app-custom.root": ".app-custom",
|
587
|
+
"app-custom.text": ".app-custom-text",
|
588
|
+
"app-lottie.root": ".app-lottie",
|
589
|
+
"app-lottie.text": ".app-lottie-text",
|
590
|
+
"app-lottie.content": ".app-lottie-content",
|
591
|
+
"app-audio.root": ".app-audio",
|
592
|
+
"app-audio.text": ".app-audio-text",
|
593
|
+
"app-audio.skeleton": ".app-audio-skeleton",
|
594
|
+
"app-audio.textSkeleton": ".app-audio-text-skeleton"
|
595
|
+
}
|