@fctc/sme-widget-ui 1.6.4 → 1.6.5
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/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/widgets.js +2 -2
- package/dist/widgets.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12447,7 +12447,7 @@ var TableHead = (props) => {
|
|
|
12447
12447
|
style: {
|
|
12448
12448
|
width: "12px",
|
|
12449
12449
|
height: "12px",
|
|
12450
|
-
|
|
12450
|
+
fontSize: "8px"
|
|
12451
12451
|
},
|
|
12452
12452
|
"data-tooltip-id": `field-help-${col?.field?.name}`,
|
|
12453
12453
|
className: "lowercase rounded-full bg-primary size-[12px] text-[8px] text-white flex items-center justify-center",
|
|
@@ -34672,7 +34672,7 @@ var CustomMenuList2 = (props) => {
|
|
|
34672
34672
|
{
|
|
34673
34673
|
type: "button",
|
|
34674
34674
|
onClick: () => setIsShowModalMany2Many(true),
|
|
34675
|
-
className: "
|
|
34675
|
+
className: "search-more text-primary text-sm text-left w-full italic font-medium py-1 px-3",
|
|
34676
34676
|
children: [
|
|
34677
34677
|
instance.t("search_more"),
|
|
34678
34678
|
"..."
|
package/dist/index.mjs
CHANGED
|
@@ -12328,7 +12328,7 @@ var TableHead = (props) => {
|
|
|
12328
12328
|
style: {
|
|
12329
12329
|
width: "12px",
|
|
12330
12330
|
height: "12px",
|
|
12331
|
-
|
|
12331
|
+
fontSize: "8px"
|
|
12332
12332
|
},
|
|
12333
12333
|
"data-tooltip-id": `field-help-${col?.field?.name}`,
|
|
12334
12334
|
className: "lowercase rounded-full bg-primary size-[12px] text-[8px] text-white flex items-center justify-center",
|
|
@@ -34553,7 +34553,7 @@ var CustomMenuList2 = (props) => {
|
|
|
34553
34553
|
{
|
|
34554
34554
|
type: "button",
|
|
34555
34555
|
onClick: () => setIsShowModalMany2Many(true),
|
|
34556
|
-
className: "
|
|
34556
|
+
className: "search-more text-primary text-sm text-left w-full italic font-medium py-1 px-3",
|
|
34557
34557
|
children: [
|
|
34558
34558
|
instance.t("search_more"),
|
|
34559
34559
|
"..."
|
package/dist/widgets.js
CHANGED
|
@@ -12062,7 +12062,7 @@ var TableHead = (props) => {
|
|
|
12062
12062
|
style: {
|
|
12063
12063
|
width: "12px",
|
|
12064
12064
|
height: "12px",
|
|
12065
|
-
|
|
12065
|
+
fontSize: "8px"
|
|
12066
12066
|
},
|
|
12067
12067
|
"data-tooltip-id": `field-help-${col?.field?.name}`,
|
|
12068
12068
|
className: "lowercase rounded-full bg-primary size-[12px] text-[8px] text-white flex items-center justify-center",
|
|
@@ -34298,7 +34298,7 @@ var CustomMenuList2 = (props) => {
|
|
|
34298
34298
|
{
|
|
34299
34299
|
type: "button",
|
|
34300
34300
|
onClick: () => setIsShowModalMany2Many(true),
|
|
34301
|
-
className: "
|
|
34301
|
+
className: "search-more text-primary text-sm text-left w-full italic font-medium py-1 px-3",
|
|
34302
34302
|
children: [
|
|
34303
34303
|
instance.t("search_more"),
|
|
34304
34304
|
"..."
|
package/dist/widgets.mjs
CHANGED
|
@@ -11999,7 +11999,7 @@ var TableHead = (props) => {
|
|
|
11999
11999
|
style: {
|
|
12000
12000
|
width: "12px",
|
|
12001
12001
|
height: "12px",
|
|
12002
|
-
|
|
12002
|
+
fontSize: "8px"
|
|
12003
12003
|
},
|
|
12004
12004
|
"data-tooltip-id": `field-help-${col?.field?.name}`,
|
|
12005
12005
|
className: "lowercase rounded-full bg-primary size-[12px] text-[8px] text-white flex items-center justify-center",
|
|
@@ -34235,7 +34235,7 @@ var CustomMenuList2 = (props) => {
|
|
|
34235
34235
|
{
|
|
34236
34236
|
type: "button",
|
|
34237
34237
|
onClick: () => setIsShowModalMany2Many(true),
|
|
34238
|
-
className: "
|
|
34238
|
+
className: "search-more text-primary text-sm text-left w-full italic font-medium py-1 px-3",
|
|
34239
34239
|
children: [
|
|
34240
34240
|
instance.t("search_more"),
|
|
34241
34241
|
"..."
|