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
|
-
|
|
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
|
}
|
package/dist/core/index.mjs
CHANGED
|
@@ -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-
|
|
48
|
+
} from "../chunk-EENSTJFN.mjs";
|
|
49
49
|
import {
|
|
50
50
|
MyDataTable,
|
|
51
51
|
MyFlexColumn,
|