enwawa-ui 3.3.2 → 3.3.3
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/lib/index.d.ts +8 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +6 -2
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +6 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3693,6 +3693,10 @@ export interface OrFormInLineItem {
|
|
|
3693
3693
|
* Props for the draggable table
|
|
3694
3694
|
*/
|
|
3695
3695
|
draggableTableProps?: OrDraggableTableProps;
|
|
3696
|
+
/**
|
|
3697
|
+
* Id for the qr code element
|
|
3698
|
+
*/
|
|
3699
|
+
qrCodeId?: string;
|
|
3696
3700
|
}
|
|
3697
3701
|
export interface OrFormItemsInlineProps {
|
|
3698
3702
|
inputs?: Array<OrFormInLineItem | Array<OrFormInLineItem | OrFormInLineItem[]>>;
|
|
@@ -5636,6 +5640,10 @@ export interface AtQrCodeProps {
|
|
|
5636
5640
|
* The text to encode
|
|
5637
5641
|
*/
|
|
5638
5642
|
text: string;
|
|
5643
|
+
/**
|
|
5644
|
+
* The id of the qr code
|
|
5645
|
+
*/
|
|
5646
|
+
id?: string;
|
|
5639
5647
|
/**
|
|
5640
5648
|
* The size of the QR code
|
|
5641
5649
|
*/
|