warqadui 0.0.278 → 0.0.280
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 +10 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +704 -362
- package/dist/index.mjs +702 -360
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2676,6 +2676,12 @@ declare const InvoiceManagerReport: () => react_jsx_runtime.JSX.Element;
|
|
|
2676
2676
|
|
|
2677
2677
|
declare const ForexCurrencyAccountReport: () => react_jsx_runtime.JSX.Element;
|
|
2678
2678
|
|
|
2679
|
+
declare function ExpensesJournal3Form(): react_jsx_runtime.JSX.Element;
|
|
2680
|
+
|
|
2681
|
+
declare function ExpensesJournal3({ url }: {
|
|
2682
|
+
url?: string;
|
|
2683
|
+
}): react_jsx_runtime.JSX.Element;
|
|
2684
|
+
|
|
2679
2685
|
declare function ExpenseForm(): react_jsx_runtime.JSX.Element;
|
|
2680
2686
|
|
|
2681
2687
|
declare function Expenses3({ url }: {
|
|
@@ -2731,6 +2737,10 @@ declare const Transaction3: {
|
|
|
2731
2737
|
Reports: {
|
|
2732
2738
|
expenses: () => react_jsx_runtime.JSX.Element;
|
|
2733
2739
|
};
|
|
2740
|
+
ExpensesJournal3: {
|
|
2741
|
+
List: typeof ExpensesJournal3;
|
|
2742
|
+
Form: typeof ExpensesJournal3Form;
|
|
2743
|
+
};
|
|
2734
2744
|
};
|
|
2735
2745
|
|
|
2736
2746
|
declare const ItemReport: ({ value, type, }: {
|
package/dist/index.d.ts
CHANGED
|
@@ -2676,6 +2676,12 @@ declare const InvoiceManagerReport: () => react_jsx_runtime.JSX.Element;
|
|
|
2676
2676
|
|
|
2677
2677
|
declare const ForexCurrencyAccountReport: () => react_jsx_runtime.JSX.Element;
|
|
2678
2678
|
|
|
2679
|
+
declare function ExpensesJournal3Form(): react_jsx_runtime.JSX.Element;
|
|
2680
|
+
|
|
2681
|
+
declare function ExpensesJournal3({ url }: {
|
|
2682
|
+
url?: string;
|
|
2683
|
+
}): react_jsx_runtime.JSX.Element;
|
|
2684
|
+
|
|
2679
2685
|
declare function ExpenseForm(): react_jsx_runtime.JSX.Element;
|
|
2680
2686
|
|
|
2681
2687
|
declare function Expenses3({ url }: {
|
|
@@ -2731,6 +2737,10 @@ declare const Transaction3: {
|
|
|
2731
2737
|
Reports: {
|
|
2732
2738
|
expenses: () => react_jsx_runtime.JSX.Element;
|
|
2733
2739
|
};
|
|
2740
|
+
ExpensesJournal3: {
|
|
2741
|
+
List: typeof ExpensesJournal3;
|
|
2742
|
+
Form: typeof ExpensesJournal3Form;
|
|
2743
|
+
};
|
|
2734
2744
|
};
|
|
2735
2745
|
|
|
2736
2746
|
declare const ItemReport: ({ value, type, }: {
|