@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260416050027 → 0.8.1-dev.20260416084656
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/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -229,4 +229,6 @@ declare class ToastService {
|
|
|
229
229
|
static close(): void;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
|
|
232
|
+
declare const LineTextInput: React.FC<InputControlProps>;
|
|
233
|
+
|
|
234
|
+
export { type ActionResponse, DataList, InputControl, type InputControlProps, InputControlType, LineTextInput, PageBodyRenderer, Toast, ToastService, ViewControl, type ViewControlProps, ViewControlTypes };
|
package/dist/index.d.ts
CHANGED
|
@@ -229,4 +229,6 @@ declare class ToastService {
|
|
|
229
229
|
static close(): void;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
|
|
232
|
+
declare const LineTextInput: React.FC<InputControlProps>;
|
|
233
|
+
|
|
234
|
+
export { type ActionResponse, DataList, InputControl, type InputControlProps, InputControlType, LineTextInput, PageBodyRenderer, Toast, ToastService, ViewControl, type ViewControlProps, ViewControlTypes };
|
package/dist/index.js
CHANGED
|
@@ -975,6 +975,7 @@ __export(index_exports, {
|
|
|
975
975
|
DataList: () => DataList_default,
|
|
976
976
|
InputControl: () => InputControl_default,
|
|
977
977
|
InputControlType: () => InputControlType_default,
|
|
978
|
+
LineTextInput: () => LineTextInput_default,
|
|
978
979
|
PageBodyRenderer: () => PageBodyRenderer_default,
|
|
979
980
|
Toast: () => Toast_default,
|
|
980
981
|
ToastService: () => ToastService_default,
|
|
@@ -5715,6 +5716,7 @@ init_ToastService();
|
|
|
5715
5716
|
DataList,
|
|
5716
5717
|
InputControl,
|
|
5717
5718
|
InputControlType,
|
|
5719
|
+
LineTextInput,
|
|
5718
5720
|
PageBodyRenderer,
|
|
5719
5721
|
Toast,
|
|
5720
5722
|
ToastService,
|
package/dist/index.mjs
CHANGED
|
@@ -4731,6 +4731,7 @@ export {
|
|
|
4731
4731
|
DataList_default as DataList,
|
|
4732
4732
|
InputControl_default as InputControl,
|
|
4733
4733
|
InputControlType_default as InputControlType,
|
|
4734
|
+
LineTextInput_default as LineTextInput,
|
|
4734
4735
|
PageBodyRenderer_default as PageBodyRenderer,
|
|
4735
4736
|
Toast_default as Toast,
|
|
4736
4737
|
ToastService_default as ToastService,
|
package/package.json
CHANGED