aq-fe-framework 0.1.66 → 0.1.67

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.
@@ -6,6 +6,7 @@ import { UseFormReturnType, useForm } from '@mantine/form';
6
6
  import { I as IUtils_Excel_ColumnConfig } from '../excel---d-HDs7.mjs';
7
7
  import { MRT_ColumnDef, MRT_RowData, MRT_TableOptions, MRT_TableInstance } from 'mantine-react-table';
8
8
  import { ConfigOptions } from 'export-to-csv';
9
+ import { CalendarEventExternal } from '@schedule-x/calendar';
9
10
  import { DateInputProps } from '@mantine/dates';
10
11
  import { EditorOptions } from '@tiptap/react';
11
12
  import { IconProps, Icon } from '@tabler/icons-react';
@@ -312,7 +313,7 @@ interface I$2 extends NumberFormatterProps {
312
313
  }
313
314
  declare function MyNumberFormatter({ ...rest }: I$2): react_jsx_runtime.JSX.Element;
314
315
 
315
- interface MyScheduleXProps<T> {
316
+ interface MyScheduleXProps<T extends CalendarEventExternal> {
316
317
  values?: T[];
317
318
  timeGridEvent?: (props: {
318
319
  calendarEvent: T;
@@ -324,7 +325,7 @@ interface MyScheduleXProps<T> {
324
325
  startDayBoundaries?: string;
325
326
  endDayBoundaries?: string;
326
327
  }
327
- declare function MyScheduleX<T>({ values, timeGridEvent, eventModal, nDays, startDayBoundaries, endDayBoundaries }: MyScheduleXProps<T>): react_jsx_runtime.JSX.Element;
328
+ declare function MyScheduleX<T extends CalendarEventExternal>({ values, timeGridEvent, eventModal, nDays, startDayBoundaries, endDayBoundaries }: MyScheduleXProps<T>): react_jsx_runtime.JSX.Element;
328
329
 
329
330
  declare function AQStatCard1({ title, value, unit, description, icons, diff }: {
330
331
  title: string;
@@ -62,9 +62,9 @@ import {
62
62
  useHeaderMegaMenuStore,
63
63
  useS_ButtonImport,
64
64
  utils_layout_getItemsWithoutLinks
65
- } from "../chunk-EGVE5DNS.mjs";
66
- import "../chunk-AL73DX37.mjs";
65
+ } from "../chunk-PYW7STIH.mjs";
67
66
  import "../chunk-4MLNXP25.mjs";
67
+ import "../chunk-AL73DX37.mjs";
68
68
  import "../chunk-FWCSY2DS.mjs";
69
69
  export {
70
70
  AQButtonCreateByImportFile,
@@ -57,9 +57,9 @@ import {
57
57
  useS_authenticate,
58
58
  useS_core83092,
59
59
  utils_core83092_mergePage
60
- } from "../chunk-EGVE5DNS.mjs";
61
- import "../chunk-AL73DX37.mjs";
60
+ } from "../chunk-PYW7STIH.mjs";
62
61
  import "../chunk-4MLNXP25.mjs";
62
+ import "../chunk-AL73DX37.mjs";
63
63
  import "../chunk-FWCSY2DS.mjs";
64
64
  export {
65
65
  F_authenticate_Login,
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "types": "./dist/modules-features/index.d.mts"
19
19
  }
20
20
  },
21
- "version": "0.1.66",
21
+ "version": "0.1.67",
22
22
  "private": false,
23
23
  "files": [
24
24
  "dist"
@@ -1,7 +1,3 @@
1
- import {
2
- createGenericStore,
3
- useS_Sidebar
4
- } from "./chunk-AL73DX37.mjs";
5
1
  import {
6
2
  U0DateToDDMMYYYString,
7
3
  U0MyValidateEmail,
@@ -10,6 +6,10 @@ import {
10
6
  utils_notification_show,
11
7
  utils_pdf_download
12
8
  } from "./chunk-4MLNXP25.mjs";
9
+ import {
10
+ createGenericStore,
11
+ useS_Sidebar
12
+ } from "./chunk-AL73DX37.mjs";
13
13
  import {
14
14
  __objRest,
15
15
  __spreadProps,
@@ -6388,8 +6388,8 @@ function MyNumberFormatter(_a) {
6388
6388
  import "@schedule-x/theme-default/dist/index.css";
6389
6389
  import { useNextCalendarApp as useNextCalendarApp2, ScheduleXCalendar as ScheduleXCalendar2 } from "@schedule-x/react";
6390
6390
  import { createEventsServicePlugin as createEventsServicePlugin2 } from "@schedule-x/events-service";
6391
- import { createEventModalPlugin as createEventModalPlugin2 } from "@schedule-x/event-modal";
6392
6391
  import { useState as useState7 } from "react";
6392
+ import { createEventModalPlugin as createEventModalPlugin2 } from "@schedule-x/event-modal";
6393
6393
  import { jsx as jsx42 } from "react/jsx-runtime";
6394
6394
  function MyScheduleX({
6395
6395
  values,