ets-fe-ng-sdk 20.0.5 → 20.0.6
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/index.d.ts
CHANGED
|
@@ -9566,8 +9566,10 @@ declare const InputModule: readonly [typeof ets_fe_ng_sdk.AutocompleteComponent,
|
|
|
9566
9566
|
|
|
9567
9567
|
declare const InputComponents: readonly [typeof InputBasicComponent, typeof AutocompleteComponent, typeof InputControlComponent, typeof InputComponent, typeof InputTD_RFComponent, typeof DayHourMinInputComponent, typeof ValidationMessageComponent, typeof YearMonthTdRfComponent, typeof InputLabelComponent];
|
|
9568
9568
|
|
|
9569
|
+
declare const inputs_component_d_InputComponents: typeof InputComponents;
|
|
9569
9570
|
declare namespace inputs_component_d {
|
|
9570
9571
|
export {
|
|
9572
|
+
inputs_component_d_InputComponents as InputComponents,
|
|
9571
9573
|
InputComponents as default,
|
|
9572
9574
|
};
|
|
9573
9575
|
}
|