aq-fe-framework 0.1.441 → 0.1.442
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/core/index.mjs
CHANGED
@@ -15,8 +15,8 @@ import {
|
|
15
15
|
MyTextInput,
|
16
16
|
MyWeeklySessionSchedulerPicker
|
17
17
|
} from "../chunk-EOQ32E5F.mjs";
|
18
|
-
import "../chunk-GFEMKKFH.mjs";
|
19
18
|
import "../chunk-RZBHPPQT.mjs";
|
19
|
+
import "../chunk-GFEMKKFH.mjs";
|
20
20
|
import "../chunk-OMJJAHOC.mjs";
|
21
21
|
import "../chunk-K6S7R6LU.mjs";
|
22
22
|
import "../chunk-PRN7KYPD.mjs";
|
@@ -43,14 +43,14 @@ import {
|
|
43
43
|
MyDataTableSelectOne,
|
44
44
|
MyTextInput as MyTextInput2
|
45
45
|
} from "../chunk-EOQ32E5F.mjs";
|
46
|
-
import {
|
47
|
-
const_object_documentTypes
|
48
|
-
} from "../chunk-GFEMKKFH.mjs";
|
49
46
|
import {
|
50
47
|
MyDataTable,
|
51
48
|
MyFlexColumn,
|
52
49
|
MyFlexRow
|
53
50
|
} from "../chunk-RZBHPPQT.mjs";
|
51
|
+
import {
|
52
|
+
const_object_documentTypes
|
53
|
+
} from "../chunk-GFEMKKFH.mjs";
|
54
54
|
import {
|
55
55
|
const_object_colors
|
56
56
|
} from "../chunk-OMJJAHOC.mjs";
|
package/dist/utils/index.d.mts
CHANGED
@@ -22,7 +22,7 @@ declare function utils_converter_enumToSelectOptions<T extends Record<string, st
|
|
22
22
|
declare function utils_currency_formatWithSuffix(amount: number, suffix?: string): string;
|
23
23
|
|
24
24
|
declare function U0DateToDDMMYYYString(date: Date): string;
|
25
|
-
declare function utils_date_dateToDDMMYYYString(date
|
25
|
+
declare function utils_date_dateToDDMMYYYString(date?: Date | string): string;
|
26
26
|
declare function utils_date_formatToDateTimeStartEnd(startDate: Date, endDate: Date): string;
|
27
27
|
declare function utils_date_getHHmm(date: Date): string;
|
28
28
|
|