aq-fe-framework 0.1.407 → 0.1.409

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.
@@ -688,14 +688,7 @@ function MyTextInput(_a) {
688
688
  },
689
689
  placeholder: label ? `Nh\u1EADp ${label == null ? void 0 : label.toLowerCase()}` : "",
690
690
  label,
691
- styles: (theme, props) => ({
692
- input: {
693
- backgroundColor: props.disabled ? theme.colors.gray[1] : void 0,
694
- color: props.disabled ? theme.colors.gray[6] : void 0,
695
- borderColor: props.disabled ? "transparent" : void 0,
696
- cursor: props.disabled ? "not-allowed" : void 0
697
- }
698
- })
691
+ variant: rest.readOnly ? "filled" : "default"
699
692
  }, rest)
700
693
  );
701
694
  }
@@ -13,7 +13,7 @@ import {
13
13
  MyStatsCard,
14
14
  MyTextInput,
15
15
  MyWeeklySessionSchedulerPicker
16
- } from "../chunk-RK6VMOUO.mjs";
16
+ } from "../chunk-EENSTJFN.mjs";
17
17
  import "../chunk-GEYCGM75.mjs";
18
18
  import "../chunk-7ORPZMGL.mjs";
19
19
  import "../chunk-K6S7R6LU.mjs";
@@ -11,9 +11,6 @@ import {
11
11
  import {
12
12
  U0DateToDDMMYYYString
13
13
  } from "../chunk-I2XIN2R3.mjs";
14
- import {
15
- const_object_documentTypes
16
- } from "../chunk-BZMQOGL6.mjs";
17
14
  import {
18
15
  F_authenticate_Logout,
19
16
  MyActionIconDelete,
@@ -41,11 +38,14 @@ import {
41
38
  createGenericStore
42
39
  } from "../chunk-Y3YGC5IH.mjs";
43
40
  import "../chunk-5U2JSHSJ.mjs";
41
+ import {
42
+ const_object_documentTypes
43
+ } from "../chunk-BZMQOGL6.mjs";
44
44
  import {
45
45
  MyButton as MyButton2,
46
46
  MyDataTableSelectOne,
47
47
  MyTextInput as MyTextInput2
48
- } from "../chunk-RK6VMOUO.mjs";
48
+ } from "../chunk-EENSTJFN.mjs";
49
49
  import {
50
50
  MyDataTable,
51
51
  MyFlexColumn,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.407",
45
+ "version": "0.1.409",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"