@mulmoclaude/accounting-plugin 1.3.0 → 2.0.0
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/server/bodyFields.d.ts +2 -2
- package/dist/server/bodyFields.d.ts.map +1 -1
- package/dist/server/journal.d.ts +5 -5
- package/dist/server/journal.d.ts.map +1 -1
- package/dist/server/report.d.ts +2 -2
- package/dist/server/report.d.ts.map +1 -1
- package/dist/server/service.d.ts +24 -24
- package/dist/server/service.d.ts.map +1 -1
- package/dist/server/timeSeries.d.ts +1 -1
- package/dist/server/timeSeries.d.ts.map +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.js.map +1 -1
- package/dist/shared/types.d.ts +14 -14
- package/dist/shared/types.d.ts.map +1 -1
- package/dist/shared-BZAAF-I4.js.map +1 -1
- package/dist/shared-BpFVwa6Y.cjs.map +1 -1
- package/dist/style.css +7 -7
- package/dist/vue/api.d.ts +16 -16
- package/dist/vue/api.d.ts.map +1 -1
- package/dist/vue/components/AccountEditor.vue.d.ts +2 -2
- package/dist/vue/components/AccountRow.vue.d.ts +2 -2
- package/dist/vue/components/AccountsList.vue.d.ts +2 -2
- package/dist/vue/components/AccountsModal.vue.d.ts +2 -2
- package/dist/vue/components/BalanceSheet.vue.d.ts +1 -1
- package/dist/vue/components/BookSettings.vue.d.ts +4 -4
- package/dist/vue/components/BookSettings.vue.d.ts.map +1 -1
- package/dist/vue/components/BookSwitcher.vue.d.ts +3 -3
- package/dist/vue/components/DateRangePicker.vue.d.ts +2 -2
- package/dist/vue/components/DateRangePicker.vue.d.ts.map +1 -1
- package/dist/vue/components/JournalEntryForm.vue.d.ts +4 -4
- package/dist/vue/components/JournalEntryForm.vue.d.ts.map +1 -1
- package/dist/vue/components/JournalList.vue.d.ts +6 -6
- package/dist/vue/components/JournalList.vue.d.ts.map +1 -1
- package/dist/vue/components/Ledger.vue.d.ts +3 -3
- package/dist/vue/components/Ledger.vue.d.ts.map +1 -1
- package/dist/vue/components/NewBookForm.vue.d.ts +2 -2
- package/dist/vue/components/OpeningBalancesForm.vue.d.ts +1 -1
- package/dist/vue/components/ProfitLoss.vue.d.ts +3 -3
- package/dist/vue/components/ProfitLoss.vue.d.ts.map +1 -1
- package/dist/vue.cjs +2 -2
- package/dist/vue.cjs.map +1 -1
- package/dist/vue.js +2 -2
- package/dist/vue.js.map +1 -1
- package/package.json +4 -4
|
@@ -5,15 +5,15 @@ type __VLS_Props = {
|
|
|
5
5
|
accounts: Account[];
|
|
6
6
|
currency: string;
|
|
7
7
|
version: number;
|
|
8
|
-
fiscalYearEnd?: FiscalYearEnd;
|
|
8
|
+
fiscalYearEnd?: FiscalYearEnd | undefined;
|
|
9
9
|
/** Opening-balance date for the active book — drives the "Lifetime"
|
|
10
10
|
* shortcut in the date picker (from = openingDate, to = today).
|
|
11
11
|
* When absent, the picker hides Lifetime; "All" still works. */
|
|
12
|
-
openingDate?: string;
|
|
12
|
+
openingDate?: string | undefined;
|
|
13
13
|
/** Optional account to preselect (Accounts tab → click). Updates
|
|
14
14
|
* via the watcher below — assigning to the local `accountCode`
|
|
15
15
|
* ref keeps the dropdown's v-model authoritative for user edits. */
|
|
16
|
-
preselectAccountCode?: string;
|
|
16
|
+
preselectAccountCode?: string | undefined;
|
|
17
17
|
};
|
|
18
18
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ledger.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/Ledger.vue"],"names":[],"mappings":"AAkNA,OAAO,EAAa,KAAK,OAAO,EAAkC,MAAM,QAAQ,CAAC;AACjF,OAAO,EAA0G,KAAK,aAAa,EAAE,MAAM,cAAc,CAAC;AAO1J,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Ledger.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/Ledger.vue"],"names":[],"mappings":"AAkNA,OAAO,EAAa,KAAK,OAAO,EAAkC,MAAM,QAAQ,CAAC;AACjF,OAAO,EAA0G,KAAK,aAAa,EAAE,MAAM,cAAc,CAAC;AAO1J,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;IAC1C;;qEAEiE;IACjE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;yEAEqE;IACrE,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3C,CAAC;AAmZF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -8,8 +8,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
8
8
|
cancel: () => any;
|
|
9
9
|
created: (book: BookSummary) => any;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
-
onCancel?: (
|
|
12
|
-
onCreated?: (
|
|
11
|
+
onCancel?: () => any;
|
|
12
|
+
onCreated?: (book: BookSummary) => any;
|
|
13
13
|
}>, {
|
|
14
14
|
firstRun: boolean;
|
|
15
15
|
cancelable: boolean;
|
|
@@ -8,7 +8,7 @@ type __VLS_Props = {
|
|
|
8
8
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
submitted: () => any;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
-
onSubmitted?: (
|
|
11
|
+
onSubmitted?: () => any;
|
|
12
12
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
declare const _default: typeof __VLS_export;
|
|
14
14
|
export default _default;
|
|
@@ -3,16 +3,16 @@ type __VLS_Props = {
|
|
|
3
3
|
bookId: string;
|
|
4
4
|
currency: string;
|
|
5
5
|
version: number;
|
|
6
|
-
fiscalYearEnd?: FiscalYearEnd;
|
|
6
|
+
fiscalYearEnd?: FiscalYearEnd | undefined;
|
|
7
7
|
/** Opening-balance date for the active book — drives the "Lifetime"
|
|
8
8
|
* shortcut in the date picker (from = openingDate, to = today).
|
|
9
9
|
* When absent, the picker hides Lifetime; "All" still works. */
|
|
10
|
-
openingDate?: string;
|
|
10
|
+
openingDate?: string | undefined;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
selectAccount: (code: string) => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
-
onSelectAccount?: (
|
|
15
|
+
onSelectAccount?: (code: string) => any;
|
|
16
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const _default: typeof __VLS_export;
|
|
18
18
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfitLoss.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/ProfitLoss.vue"],"names":[],"mappings":"AAqKA,OAAO,EAA0G,KAAK,aAAa,EAAE,MAAM,cAAc,CAAC;AAM1J,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"ProfitLoss.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/ProfitLoss.vue"],"names":[],"mappings":"AAqKA,OAAO,EAA0G,KAAK,aAAa,EAAE,MAAM,cAAc,CAAC;AAM1J,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;IAC1C;;qEAEiE;IACjE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAkYF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/vue.cjs
CHANGED
|
@@ -3234,7 +3234,7 @@ var _plugin_vue_export_helper_default = (sfc, props) => {
|
|
|
3234
3234
|
};
|
|
3235
3235
|
//#endregion
|
|
3236
3236
|
//#region src/vue/components/JournalEntryForm.vue
|
|
3237
|
-
var JournalEntryForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(JournalEntryForm_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-
|
|
3237
|
+
var JournalEntryForm_default = /*#__PURE__*/ _plugin_vue_export_helper_default(JournalEntryForm_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-d5dcae53"]]);
|
|
3238
3238
|
//#endregion
|
|
3239
3239
|
//#region src/vue/components/JournalList.vue?vue&type=script&setup=true&lang.ts
|
|
3240
3240
|
var _hoisted_1$8 = { class: "flex flex-col h-full gap-3" };
|
|
@@ -3666,7 +3666,7 @@ var JournalList_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__
|
|
|
3666
3666
|
]);
|
|
3667
3667
|
};
|
|
3668
3668
|
}
|
|
3669
|
-
}), [["__scopeId", "data-v-
|
|
3669
|
+
}), [["__scopeId", "data-v-8ec9519f"]]);
|
|
3670
3670
|
//#endregion
|
|
3671
3671
|
//#region src/vue/components/OpeningBalancesForm.vue?vue&type=script&setup=true&lang.ts
|
|
3672
3672
|
var _hoisted_1$7 = { class: "flex items-center justify-between gap-2" };
|