fui-material 2.8.4 → 2.8.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/f-ui-kit.es.js +26 -26
- package/dist/f-ui-kit.umd.js +2 -2
- package/dist/f-ui-kit.umd.js.map +1 -1
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/f-ui-kit.es.js
CHANGED
|
@@ -713,38 +713,38 @@ const FPaper = ({
|
|
|
713
713
|
);
|
|
714
714
|
};
|
|
715
715
|
const TableControlsContext = createContext({ query: "", sort: null });
|
|
716
|
-
const left$1 = "
|
|
717
|
-
const center = "
|
|
718
|
-
const right = "
|
|
719
|
-
const justify = "
|
|
720
|
-
const more = "
|
|
716
|
+
const left$1 = "_left_1qyr1_62";
|
|
717
|
+
const center = "_center_1qyr1_65";
|
|
718
|
+
const right = "_right_1qyr1_68";
|
|
719
|
+
const justify = "_justify_1qyr1_71";
|
|
720
|
+
const more = "_more_1qyr1_135";
|
|
721
721
|
const styles$t = {
|
|
722
|
-
"f-table-component": "_f-table-
|
|
723
|
-
"f-table-component__table": "_f-table-
|
|
724
|
-
"f-table-component__table_header": "_f-table-
|
|
725
|
-
"is-sticky": "_is-
|
|
726
|
-
"f-table-component__table_header-cell": "_f-table-component__table_header-
|
|
727
|
-
"f-table-component__table_body-cell": "_f-table-component__table_body-
|
|
728
|
-
"f-table-component__table_body": "_f-table-
|
|
729
|
-
"f-table-component__table_row": "_f-table-
|
|
730
|
-
"f-table-component__table_row_no-hover": "_f-table-component__table_row_no-
|
|
731
|
-
"f-table-component__table_footer": "_f-table-
|
|
722
|
+
"f-table-component": "_f-table-component_1qyr1_1",
|
|
723
|
+
"f-table-component__table": "_f-table-component__table_1qyr1_12",
|
|
724
|
+
"f-table-component__table_header": "_f-table-component__table_header_1qyr1_21",
|
|
725
|
+
"is-sticky": "_is-sticky_1qyr1_25",
|
|
726
|
+
"f-table-component__table_header-cell": "_f-table-component__table_header-cell_1qyr1_30",
|
|
727
|
+
"f-table-component__table_body-cell": "_f-table-component__table_body-cell_1qyr1_30",
|
|
728
|
+
"f-table-component__table_body": "_f-table-component__table_body_1qyr1_30",
|
|
729
|
+
"f-table-component__table_row": "_f-table-component__table_row_1qyr1_47",
|
|
730
|
+
"f-table-component__table_row_no-hover": "_f-table-component__table_row_no-hover_1qyr1_47",
|
|
731
|
+
"f-table-component__table_footer": "_f-table-component__table_footer_1qyr1_53",
|
|
732
732
|
left: left$1,
|
|
733
733
|
center,
|
|
734
734
|
right,
|
|
735
735
|
justify,
|
|
736
|
-
"cell-text": "_cell-
|
|
737
|
-
"cell-preview": "_cell-
|
|
738
|
-
"cell-reveal": "_cell-
|
|
736
|
+
"cell-text": "_cell-text_1qyr1_75",
|
|
737
|
+
"cell-preview": "_cell-preview_1qyr1_99",
|
|
738
|
+
"cell-reveal": "_cell-reveal_1qyr1_110",
|
|
739
739
|
more,
|
|
740
|
-
"row-menu": "_row-
|
|
741
|
-
"table-tools": "_table-
|
|
742
|
-
"table-search": "_table-
|
|
743
|
-
"table-sort": "_table-
|
|
744
|
-
"table-empty": "_table-
|
|
745
|
-
"cell-tooltip-anchor": "_cell-tooltip-
|
|
746
|
-
"cell-tooltip": "_cell-
|
|
747
|
-
"cell-tooltip-in": "_cell-tooltip-
|
|
740
|
+
"row-menu": "_row-menu_1qyr1_164",
|
|
741
|
+
"table-tools": "_table-tools_1qyr1_251",
|
|
742
|
+
"table-search": "_table-search_1qyr1_257",
|
|
743
|
+
"table-sort": "_table-sort_1qyr1_286",
|
|
744
|
+
"table-empty": "_table-empty_1qyr1_313",
|
|
745
|
+
"cell-tooltip-anchor": "_cell-tooltip-anchor_1qyr1_319",
|
|
746
|
+
"cell-tooltip": "_cell-tooltip_1qyr1_319",
|
|
747
|
+
"cell-tooltip-in": "_cell-tooltip-in_1qyr1_1"
|
|
748
748
|
};
|
|
749
749
|
const FTableHead = ({
|
|
750
750
|
st,
|