@@ -1124,39 +1124,6 @@ export namespace Components {
1124
1124
*/
1125
1125
"space" : BalProps . BalDividerSpace ;
1126
1126
}
1127
- interface BalDocApp {
1128
- /**
1129
- * Disables all animation inside the bal-app. Can be used for simplify e2e testing.
1130
- * @default true
1131
- */
1132
- "animated" : boolean ;
1133
- "language" ?: string ;
1134
- /**
1135
- * @default ''
1136
- */
1137
- "logComponents" : string ;
1138
- /**
1139
- * @default true
1140
- */
1141
- "logCustom" : boolean ;
1142
- /**
1143
- * @default true
1144
- */
1145
- "logEvents" : boolean ;
1146
- /**
1147
- * @default true
1148
- */
1149
- "logLifecycle" : boolean ;
1150
- /**
1151
- * @default true
1152
- */
1153
- "logRender" : boolean ;
1154
- "region" ?: string ;
1155
- /**
1156
- * @default false
1157
- */
1158
- "stickyFooter" : boolean ;
1159
- }
1160
1127
interface BalDropdown {
1161
1128
/**
1162
1129
* Indicates whether the value of the control can be automatically completed by the browser.
@@ -4930,12 +4897,6 @@ declare global {
4930
4897
prototype : HTMLBalDividerElement ;
4931
4898
new ( ) : HTMLBalDividerElement ;
4932
4899
} ;
4933
- interface HTMLBalDocAppElement extends Components . BalDocApp , HTMLStencilElement {
4934
- }
4935
- var HTMLBalDocAppElement : {
4936
- prototype : HTMLBalDocAppElement ;
4937
- new ( ) : HTMLBalDocAppElement ;
4938
- } ;
4939
4900
interface HTMLBalDropdownElementEventMap {
4940
4901
"balChange" : BalEvents . BalDropdownChangeDetail ;
4941
4902
"balFocus" : BalEvents . BalDropdownFocusDetail ;
@@ -5917,7 +5878,6 @@ declare global {
5917
5878
"bal-date-calendar" : HTMLBalDateCalendarElement ;
5918
5879
"bal-date-calendar-cell" : HTMLBalDateCalendarCellElement ;
5919
5880
"bal-divider" : HTMLBalDividerElement ;
5920
- "bal-doc-app" : HTMLBalDocAppElement ;
5921
5881
"bal-dropdown" : HTMLBalDropdownElement ;
5922
5882
"bal-field" : HTMLBalFieldElement ;
5923
5883
"bal-field-control" : HTMLBalFieldControlElement ;
@@ -7143,39 +7103,6 @@ declare namespace LocalJSX {
7143
7103
*/
7144
7104
"space" ?: BalProps . BalDividerSpace ;
7145
7105
}
7146
- interface BalDocApp {
7147
- /**
7148
- * Disables all animation inside the bal-app. Can be used for simplify e2e testing.
7149
- * @default true
7150
- */
7151
- "animated" ?: boolean ;
7152
- "language" ?: string ;
7153
- /**
7154
- * @default ''
7155
- */
7156
- "logComponents" ?: string ;
7157
- /**
7158
- * @default true
7159
- */
7160
- "logCustom" ?: boolean ;
7161
- /**
7162
- * @default true
7163
- */
7164
- "logEvents" ?: boolean ;
7165
- /**
7166
- * @default true
7167
- */
7168
- "logLifecycle" ?: boolean ;
7169
- /**
7170
- * @default true
7171
- */
7172
- "logRender" ?: boolean ;
7173
- "region" ?: string ;
7174
- /**
7175
- * @default false
7176
- */
7177
- "stickyFooter" ?: boolean ;
7178
- }
7179
7106
interface BalDropdown {
7180
7107
/**
7181
7108
* Indicates whether the value of the control can be automatically completed by the browser.
@@ -10496,7 +10423,6 @@ declare namespace LocalJSX {
10496
10423
"bal-date-calendar" : BalDateCalendar ;
10497
10424
"bal-date-calendar-cell" : BalDateCalendarCell ;
10498
10425
"bal-divider" : BalDivider ;
10499
- "bal-doc-app" : BalDocApp ;
10500
10426
"bal-dropdown" : BalDropdown ;
10501
10427
"bal-field" : BalField ;
10502
10428
"bal-field-control" : BalFieldControl ;
@@ -10620,7 +10546,6 @@ declare module "@stencil/core" {
10620
10546
"bal-date-calendar" : LocalJSX . BalDateCalendar & JSXBase . HTMLAttributes < HTMLBalDateCalendarElement > ;
10621
10547
"bal-date-calendar-cell" : LocalJSX . BalDateCalendarCell & JSXBase . HTMLAttributes < HTMLBalDateCalendarCellElement > ;
10622
10548
"bal-divider" : LocalJSX . BalDivider & JSXBase . HTMLAttributes < HTMLBalDividerElement > ;
10623
- "bal-doc-app" : LocalJSX . BalDocApp & JSXBase . HTMLAttributes < HTMLBalDocAppElement > ;
10624
10549
"bal-dropdown" : LocalJSX . BalDropdown & JSXBase . HTMLAttributes < HTMLBalDropdownElement > ;
10625
10550
"bal-field" : LocalJSX . BalField & JSXBase . HTMLAttributes < HTMLBalFieldElement > ;
10626
10551
"bal-field-control" : LocalJSX . BalFieldControl & JSXBase . HTMLAttributes < HTMLBalFieldControlElement > ;
0 commit comments