aq-fe-framework 0.1.556 → 0.1.558

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.
@@ -18,7 +18,7 @@ import {
18
18
  MyStatsCard,
19
19
  MyTextInput,
20
20
  MyWeeklySessionSchedulerPicker
21
- } from "../chunk-CQQY77VZ.mjs";
21
+ } from "../chunk-WXBZOEYU.mjs";
22
22
  import "../chunk-GFEMKKFH.mjs";
23
23
  import {
24
24
  MyModalDelete
@@ -15,7 +15,7 @@ import {
15
15
  MyButton as MyButton2,
16
16
  MyDataTableSelectOne,
17
17
  MyTextInput as MyTextInput2
18
- } from "../chunk-CQQY77VZ.mjs";
18
+ } from "../chunk-WXBZOEYU.mjs";
19
19
  import {
20
20
  const_object_documentTypes
21
21
  } from "../chunk-GFEMKKFH.mjs";
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "types": "./dist/coreService/index.d.mts"
47
47
  }
48
48
  },
49
- "version": "0.1.556",
49
+ "version": "0.1.558",
50
50
  "private": false,
51
51
  "files": [
52
52
  "dist"
@@ -474,13 +474,13 @@ function MyButtonPrintPDF(_a) {
474
474
  Button5,
475
475
  __spreadProps(__spreadValues({
476
476
  color: "orange",
477
+ leftSection: /* @__PURE__ */ jsx9(IconPrinter3, {})
478
+ }, buttonProps), {
477
479
  onClick: (e) => {
478
480
  var _a2;
479
481
  (_a2 = buttonProps == null ? void 0 : buttonProps.onClick) == null ? void 0 : _a2.call(buttonProps, e);
480
482
  isPrintState[1](true);
481
483
  },
482
- leftSection: /* @__PURE__ */ jsx9(IconPrinter3, {})
483
- }, buttonProps), {
484
484
  children: (buttonProps == null ? void 0 : buttonProps.children) || "In"
485
485
  })
486
486
  )