@mdsfe/mds-ui 0.2.11-rc.8 → 0.3.0-1
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/CHANGELOG.md +20 -1
- package/dist/_locale/default.js +18 -0
- package/dist/_locale/format.js +54 -0
- package/dist/_locale/index.js +56 -6
- package/dist/_locale/lang/en.js +144 -0
- package/dist/_locale/{zh-CN.js → lang/zh-CN.js} +22 -3
- package/dist/_mixin/locale.js +1 -1
- package/dist/_util/iconfont/index.js +12 -13
- package/dist/_util/util.js +7 -0
- package/dist/affix.js +6 -6
- package/dist/alert.js +6 -6
- package/dist/anchor.js +6 -6
- package/dist/avatar.js +17 -8
- package/dist/backtop.js +11 -11
- package/dist/badge.js +17 -17
- package/dist/bordershadow.js +6 -6
- package/dist/breadcrumb.js +6 -6
- package/dist/button.js +6 -6
- package/dist/card.js +6 -6
- package/dist/carousel.js +80 -80
- package/dist/cascader.js +96 -61
- package/dist/cascaderpanel.js +54 -29
- package/dist/checkbox.js +10 -10
- package/dist/col.js +10 -10
- package/dist/collapse.js +6 -6
- package/dist/color.js +6 -6
- package/dist/datepicker.js +287 -280
- package/dist/divider.js +6 -6
- package/dist/drawer.js +20 -20
- package/dist/dropdown.js +19 -19
- package/dist/empty.js +31 -14
- package/dist/font/iconfont.06f3ab6.woff2 +0 -0
- package/dist/font/{iconfont.78779fe.ttf → iconfont.3bffbc2.ttf} +0 -0
- package/dist/font/iconfont.dd6d5df.woff +0 -0
- package/dist/font.js +6 -6
- package/dist/form.js +14 -14
- package/dist/icon.js +6 -6
- package/dist/index.js +1 -1
- package/dist/input.js +16 -16
- package/dist/inputnumber.js +13 -13
- package/dist/layout.js +6 -6
- package/dist/list.js +6 -6
- package/dist/loading.js +6 -6
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +1884 -1386
- package/dist/menu.js +18 -18
- package/dist/message.js +10 -10
- package/dist/modal.js +60 -38
- package/dist/notification.js +20 -20
- package/dist/pagination.js +75 -35
- package/dist/popconfirm.js +561 -31
- package/dist/popover.js +27 -27
- package/dist/progress.js +6 -6
- package/dist/radio.js +10 -10
- package/dist/rate.js +10 -10
- package/dist/row.js +10 -10
- package/dist/select.js +99 -79
- package/dist/slider.js +58 -37
- package/dist/slottable.js +75 -50
- package/dist/steps.js +6 -6
- package/dist/style/affix.css +299 -2
- package/dist/style/alert.css +299 -2
- package/dist/style/anchor.css +299 -2
- package/dist/style/avatar.css +299 -2
- package/dist/style/badge.css +299 -2
- package/dist/style/bordershadow.css +299 -2
- package/dist/style/breadcrumb.css +299 -2
- package/dist/style/button.css +299 -2
- package/dist/style/card.css +299 -2
- package/dist/style/carousel.css +299 -2
- package/dist/style/checkbox.css +299 -2
- package/dist/style/col.css +299 -2
- package/dist/style/collapse.css +299 -2
- package/dist/style/color.css +299 -2
- package/dist/style/datepicker.css +299 -2
- package/dist/style/divider.css +299 -2
- package/dist/style/drawer.css +299 -2
- package/dist/style/dropdown.css +299 -2
- package/dist/style/empty.css +299 -2
- package/dist/style/font.css +299 -2
- package/dist/style/form.css +299 -2
- package/dist/style/icon.css +299 -2
- package/dist/style/input.css +299 -2
- package/dist/style/inputnumber.css +299 -2
- package/dist/style/layout.css +299 -2
- package/dist/style/list.css +299 -2
- package/dist/style/loading.css +299 -2
- package/dist/style/menu.css +299 -2
- package/dist/style/modal.css +299 -2
- package/dist/style/notification.css +299 -2
- package/dist/style/pagination.css +299 -2
- package/dist/style/popconfirm.css +299 -2
- package/dist/style/popover.css +299 -2
- package/dist/style/progress.css +299 -2
- package/dist/style/radio.css +299 -2
- package/dist/style/rate.css +299 -2
- package/dist/style/row.css +299 -2
- package/dist/style/select.css +299 -2
- package/dist/style/slider.css +299 -2
- package/dist/style/slottable.css +299 -2
- package/dist/style/steps.css +299 -2
- package/dist/style/switch.css +299 -2
- package/dist/style/table.css +299 -2
- package/dist/style/tabs.css +299 -2
- package/dist/style/tag.css +299 -2
- package/dist/style/text.css +299 -2
- package/dist/style/timeline.css +299 -2
- package/dist/style/timepicker.css +299 -2
- package/dist/style/tooltip.css +299 -2
- package/dist/style/tree.css +299 -2
- package/dist/style/typography.css +299 -2
- package/dist/style/upload.css +299 -2
- package/dist/switch.js +10 -10
- package/dist/table.js +261 -166
- package/dist/tabs.js +6 -6
- package/dist/tag.js +6 -6
- package/dist/text.js +681 -681
- package/dist/timeline.js +6 -6
- package/dist/timepicker.js +571 -41
- package/dist/tooltip.js +25 -25
- package/dist/transfer.js +48 -34
- package/dist/transition.js +4 -4
- package/dist/tree.js +77 -77
- package/dist/typography.js +6 -6
- package/dist/upload.js +60 -32
- package/package.json +4 -2
- package/dist/font/iconfont.7f549f9.woff +0 -0
- package/dist/font/iconfont.9a16feb.woff2 +0 -0
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -571,6 +571,12 @@ samp {
|
|
|
571
571
|
display: block;
|
|
572
572
|
font-family: "mdsicon" !important;
|
|
573
573
|
}
|
|
574
|
+
.mdsicon-line-column-configuration:before {
|
|
575
|
+
content: "\E783";
|
|
576
|
+
}
|
|
577
|
+
.mdsicon-line-row-configuration:before {
|
|
578
|
+
content: "\E784";
|
|
579
|
+
}
|
|
574
580
|
.mdsicon-line-menu-vertical:before {
|
|
575
581
|
content: "\E86E";
|
|
576
582
|
}
|
|
@@ -4724,6 +4730,246 @@ samp {
|
|
|
4724
4730
|
display: inline-block;
|
|
4725
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-fill-chart:before {
|
|
4785
|
+
content: "\E7E3";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-fill-data2:before {
|
|
4788
|
+
content: "\E7E4";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-fill-meter:before {
|
|
4791
|
+
content: "\E7E5";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-fill-quote:before {
|
|
4794
|
+
content: "\E7DF";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-fill-edit1:before {
|
|
4797
|
+
content: "\E7E1";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-fill-close:before {
|
|
4800
|
+
content: "\E7E2";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-export:before {
|
|
4803
|
+
content: "\E7DB";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-refresh:before {
|
|
4806
|
+
content: "\E7DC";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-revocation:before {
|
|
4809
|
+
content: "\E7DD";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-redo:before {
|
|
4812
|
+
content: "\E7DA";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-subordinate:before {
|
|
4815
|
+
content: "\E7D3";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-search3:before {
|
|
4818
|
+
content: "\E7D1";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-rename:before {
|
|
4821
|
+
content: "\E7D2";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-sidebar-close:before {
|
|
4824
|
+
content: "\E7D0";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-numeric:before {
|
|
4827
|
+
content: "\E7CC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-work-no:before {
|
|
4830
|
+
content: "\E7CD";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-search21:before {
|
|
4833
|
+
content: "\E7CE";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-select1:before {
|
|
4836
|
+
content: "\E7CF";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-summary:before {
|
|
4839
|
+
content: "\E7C8";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-sidebar-expand:before {
|
|
4842
|
+
content: "\E7C9";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-round:before {
|
|
4845
|
+
content: "\E7CA";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-surface:before {
|
|
4848
|
+
content: "\E7CB";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-drill-down:before {
|
|
4851
|
+
content: "\E7C2";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-child:before {
|
|
4854
|
+
content: "\E7C3";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-delete2:before {
|
|
4857
|
+
content: "\E7C4";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-close-normal:before {
|
|
4860
|
+
content: "\E7C5";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-caret-right-small:before {
|
|
4863
|
+
content: "\E7C6";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-conversion:before {
|
|
4866
|
+
content: "\E7C7";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-grouping:before {
|
|
4869
|
+
content: "\E7BC";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-folders1:before {
|
|
4872
|
+
content: "\E7BD";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-chevron-left:before {
|
|
4875
|
+
content: "\E7BE";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-chevron-right:before {
|
|
4878
|
+
content: "\E7BF";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-format:before {
|
|
4881
|
+
content: "\E7C0";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-download3:before {
|
|
4884
|
+
content: "\E7C1";
|
|
4885
|
+
}
|
|
4886
|
+
.mdsicon-line-createdrilldown:before {
|
|
4887
|
+
content: "\E7B5";
|
|
4888
|
+
}
|
|
4889
|
+
.mdsicon-line-group2:before {
|
|
4890
|
+
content: "\E7B6";
|
|
4891
|
+
}
|
|
4892
|
+
.mdsicon-line-FormatPainter:before {
|
|
4893
|
+
content: "\E7B7";
|
|
4894
|
+
}
|
|
4895
|
+
.mdsicon-line-filter3:before {
|
|
4896
|
+
content: "\E7B8";
|
|
4897
|
+
}
|
|
4898
|
+
.mdsicon-line-moveto:before {
|
|
4899
|
+
content: "\E7B9";
|
|
4900
|
+
}
|
|
4901
|
+
.mdsicon-line-more2:before {
|
|
4902
|
+
content: "\E7BA";
|
|
4903
|
+
}
|
|
4904
|
+
.mdsicon-line-filter1:before {
|
|
4905
|
+
content: "\E7BB";
|
|
4906
|
+
}
|
|
4907
|
+
.mdsicon-line-filter2:before {
|
|
4908
|
+
content: "\E7B2";
|
|
4909
|
+
}
|
|
4910
|
+
.mdsicon-line-copy1:before {
|
|
4911
|
+
content: "\E7B3";
|
|
4912
|
+
}
|
|
4913
|
+
.mdsicon-line-edit2:before {
|
|
4914
|
+
content: "\E7B4";
|
|
4915
|
+
}
|
|
4916
|
+
.mdsicon-line-aliases:before {
|
|
4917
|
+
content: "\E7B0";
|
|
4918
|
+
}
|
|
4919
|
+
.mdsicon-line-add2:before {
|
|
4920
|
+
content: "\E7B1";
|
|
4921
|
+
}
|
|
4922
|
+
.mdsicon-line-analysis-line:before {
|
|
4923
|
+
content: "\E7AF";
|
|
4924
|
+
}
|
|
4925
|
+
.mdsicon-line-caret-down-small:before {
|
|
4926
|
+
content: "\E7AB";
|
|
4927
|
+
}
|
|
4928
|
+
.mdsicon-fill-dashboard:before {
|
|
4929
|
+
content: "\E7AC";
|
|
4930
|
+
}
|
|
4931
|
+
.mdsicon-fill-reports:before {
|
|
4932
|
+
content: "\E7AD";
|
|
4933
|
+
}
|
|
4934
|
+
.mdsicon-fill-arrow-down3:before {
|
|
4935
|
+
content: "\E7AE";
|
|
4936
|
+
}
|
|
4937
|
+
.mdsicon-fill-permissions:before {
|
|
4938
|
+
content: "\E7A7";
|
|
4939
|
+
}
|
|
4940
|
+
.mdsicon-fill-data:before {
|
|
4941
|
+
content: "\E7A8";
|
|
4942
|
+
}
|
|
4943
|
+
.mdsicon-fill-valueaxis:before {
|
|
4944
|
+
content: "\E7A9";
|
|
4945
|
+
}
|
|
4946
|
+
.mdsicon-line-calendar3:before {
|
|
4947
|
+
content: "\E7AA";
|
|
4948
|
+
}
|
|
4949
|
+
.mdsicon-line-open-drawer:before {
|
|
4950
|
+
content: "\E7A6";
|
|
4951
|
+
}
|
|
4952
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4953
|
+
content: "\E7A5";
|
|
4954
|
+
}
|
|
4955
|
+
.mdsicon-line-unhide-rows:before {
|
|
4956
|
+
content: "\E7A0";
|
|
4957
|
+
}
|
|
4958
|
+
.mdsicon-line-unhide-columns:before {
|
|
4959
|
+
content: "\E7A1";
|
|
4960
|
+
}
|
|
4961
|
+
.mdsicon-line-freeze-panes:before {
|
|
4962
|
+
content: "\E7A2";
|
|
4963
|
+
}
|
|
4964
|
+
.mdsicon-line-hide-column:before {
|
|
4965
|
+
content: "\E7A3";
|
|
4966
|
+
}
|
|
4967
|
+
.mdsicon-line-hide-rows:before {
|
|
4968
|
+
content: "\E7A4";
|
|
4969
|
+
}
|
|
4970
|
+
.mdsicon-line-carryout:before {
|
|
4971
|
+
content: "\E782";
|
|
4972
|
+
}
|
|
4727
4973
|
.mdsicon-line-derive:before {
|
|
4728
4974
|
content: "\E76C";
|
|
4729
4975
|
}
|
|
@@ -5036,8 +5282,59 @@ samp {
|
|
|
5036
5282
|
.mdsicon-line-file-add:before {
|
|
5037
5283
|
content: "\E702";
|
|
5038
5284
|
}
|
|
5285
|
+
.mdsicon-line-manualoperation:before {
|
|
5286
|
+
content: "\E781";
|
|
5287
|
+
}
|
|
5288
|
+
.mdsicon-line-detail:before {
|
|
5289
|
+
content: "\E780";
|
|
5290
|
+
}
|
|
5291
|
+
.mdsicon-line-monthly:before {
|
|
5292
|
+
content: "\E77A";
|
|
5293
|
+
}
|
|
5294
|
+
.mdsicon-line-countdown1:before {
|
|
5295
|
+
content: "\E77B";
|
|
5296
|
+
}
|
|
5297
|
+
.mdsicon-line-role1:before {
|
|
5298
|
+
content: "\E77C";
|
|
5299
|
+
}
|
|
5300
|
+
.mdsicon-line-personnelauthority:before {
|
|
5301
|
+
content: "\E77D";
|
|
5302
|
+
}
|
|
5303
|
+
.mdsicon-line-schedule:before {
|
|
5304
|
+
content: "\E77E";
|
|
5305
|
+
}
|
|
5306
|
+
.mdsicon-line-calendar2:before {
|
|
5307
|
+
content: "\E77F";
|
|
5308
|
+
}
|
|
5309
|
+
.mdsicon-line-daily:before {
|
|
5310
|
+
content: "\E774";
|
|
5311
|
+
}
|
|
5312
|
+
.mdsicon-line-vacation:before {
|
|
5313
|
+
content: "\E775";
|
|
5314
|
+
}
|
|
5315
|
+
.mdsicon-line-forbidden1:before {
|
|
5316
|
+
content: "\E776";
|
|
5317
|
+
}
|
|
5318
|
+
.mdsicon-line-longdistance:before {
|
|
5319
|
+
content: "\E777";
|
|
5320
|
+
}
|
|
5321
|
+
.mdsicon-line-rule:before {
|
|
5322
|
+
content: "\E778";
|
|
5323
|
+
}
|
|
5324
|
+
.mdsicon-line-calculate:before {
|
|
5325
|
+
content: "\E779";
|
|
5326
|
+
}
|
|
5327
|
+
.mdsicon-line-qrcode:before {
|
|
5328
|
+
content: "\E771";
|
|
5329
|
+
}
|
|
5330
|
+
.mdsicon-line-remind:before {
|
|
5331
|
+
content: "\E772";
|
|
5332
|
+
}
|
|
5333
|
+
.mdsicon-line-punchcard:before {
|
|
5334
|
+
content: "\E773";
|
|
5335
|
+
}
|
|
5039
5336
|
.mdsicon-line-report-forms-ehr:before {
|
|
5040
|
-
content: "\
|
|
5337
|
+
content: "\E770";
|
|
5041
5338
|
}
|
|
5042
5339
|
.mdsicon-line-entry-ehr:before {
|
|
5043
5340
|
content: "\E76F";
|
package/dist/style/button.css
CHANGED
|
@@ -554,7 +554,7 @@ samp {
|
|
|
554
554
|
font-display: auto;
|
|
555
555
|
font-style: normal;
|
|
556
556
|
/* project id 1921203 */
|
|
557
|
-
src: url(/dist/font/iconfont.
|
|
557
|
+
src: url(/dist/font/iconfont.06f3ab6.woff2) format('woff2'), url(/dist/font/iconfont.dd6d5df.woff) format('woff'), url(/dist/font/iconfont.3bffbc2.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -571,6 +571,12 @@ samp {
|
|
|
571
571
|
display: block;
|
|
572
572
|
font-family: "mdsicon" !important;
|
|
573
573
|
}
|
|
574
|
+
.mdsicon-line-column-configuration:before {
|
|
575
|
+
content: "\E783";
|
|
576
|
+
}
|
|
577
|
+
.mdsicon-line-row-configuration:before {
|
|
578
|
+
content: "\E784";
|
|
579
|
+
}
|
|
574
580
|
.mdsicon-line-menu-vertical:before {
|
|
575
581
|
content: "\E86E";
|
|
576
582
|
}
|
|
@@ -4724,6 +4730,246 @@ samp {
|
|
|
4724
4730
|
display: inline-block;
|
|
4725
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4726
4732
|
}
|
|
4733
|
+
.mdsicon-line-macropool1:before {
|
|
4734
|
+
content: "\E7F6";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-format-u:before {
|
|
4737
|
+
content: "\E7F5";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-macropool:before {
|
|
4740
|
+
content: "\E7F4";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-format-h:before {
|
|
4743
|
+
content: "\E7F3";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-table-circle-up:before {
|
|
4746
|
+
content: "\E7F2";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-table-circle-down:before {
|
|
4749
|
+
content: "\E7F1";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-list-caret-right:before {
|
|
4752
|
+
content: "\E7EF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-list-caret-down:before {
|
|
4755
|
+
content: "\E7F0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-list-add:before {
|
|
4758
|
+
content: "\E7ED";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-list-more:before {
|
|
4761
|
+
content: "\E7EE";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-btn-edit:before {
|
|
4764
|
+
content: "\E7EA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-btn-delete:before {
|
|
4767
|
+
content: "\E7EB";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-btn-add:before {
|
|
4770
|
+
content: "\E7EC";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-table-arrow-down:before {
|
|
4773
|
+
content: "\E7E8";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-table-delete:before {
|
|
4776
|
+
content: "\E7E9";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-table-edit:before {
|
|
4779
|
+
content: "\E7E6";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-table-arrow-up:before {
|
|
4782
|
+
content: "\E7E7";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-fill-chart:before {
|
|
4785
|
+
content: "\E7E3";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-fill-data2:before {
|
|
4788
|
+
content: "\E7E4";
|
|
4789
|
+
}
|
|
4790
|
+
.mdsicon-fill-meter:before {
|
|
4791
|
+
content: "\E7E5";
|
|
4792
|
+
}
|
|
4793
|
+
.mdsicon-fill-quote:before {
|
|
4794
|
+
content: "\E7DF";
|
|
4795
|
+
}
|
|
4796
|
+
.mdsicon-fill-edit1:before {
|
|
4797
|
+
content: "\E7E1";
|
|
4798
|
+
}
|
|
4799
|
+
.mdsicon-fill-close:before {
|
|
4800
|
+
content: "\E7E2";
|
|
4801
|
+
}
|
|
4802
|
+
.mdsicon-line-export:before {
|
|
4803
|
+
content: "\E7DB";
|
|
4804
|
+
}
|
|
4805
|
+
.mdsicon-line-refresh:before {
|
|
4806
|
+
content: "\E7DC";
|
|
4807
|
+
}
|
|
4808
|
+
.mdsicon-line-revocation:before {
|
|
4809
|
+
content: "\E7DD";
|
|
4810
|
+
}
|
|
4811
|
+
.mdsicon-line-redo:before {
|
|
4812
|
+
content: "\E7DA";
|
|
4813
|
+
}
|
|
4814
|
+
.mdsicon-line-subordinate:before {
|
|
4815
|
+
content: "\E7D3";
|
|
4816
|
+
}
|
|
4817
|
+
.mdsicon-line-search3:before {
|
|
4818
|
+
content: "\E7D1";
|
|
4819
|
+
}
|
|
4820
|
+
.mdsicon-line-rename:before {
|
|
4821
|
+
content: "\E7D2";
|
|
4822
|
+
}
|
|
4823
|
+
.mdsicon-line-sidebar-close:before {
|
|
4824
|
+
content: "\E7D0";
|
|
4825
|
+
}
|
|
4826
|
+
.mdsicon-line-numeric:before {
|
|
4827
|
+
content: "\E7CC";
|
|
4828
|
+
}
|
|
4829
|
+
.mdsicon-line-work-no:before {
|
|
4830
|
+
content: "\E7CD";
|
|
4831
|
+
}
|
|
4832
|
+
.mdsicon-line-search21:before {
|
|
4833
|
+
content: "\E7CE";
|
|
4834
|
+
}
|
|
4835
|
+
.mdsicon-line-select1:before {
|
|
4836
|
+
content: "\E7CF";
|
|
4837
|
+
}
|
|
4838
|
+
.mdsicon-line-summary:before {
|
|
4839
|
+
content: "\E7C8";
|
|
4840
|
+
}
|
|
4841
|
+
.mdsicon-line-sidebar-expand:before {
|
|
4842
|
+
content: "\E7C9";
|
|
4843
|
+
}
|
|
4844
|
+
.mdsicon-line-round:before {
|
|
4845
|
+
content: "\E7CA";
|
|
4846
|
+
}
|
|
4847
|
+
.mdsicon-line-surface:before {
|
|
4848
|
+
content: "\E7CB";
|
|
4849
|
+
}
|
|
4850
|
+
.mdsicon-line-drill-down:before {
|
|
4851
|
+
content: "\E7C2";
|
|
4852
|
+
}
|
|
4853
|
+
.mdsicon-line-child:before {
|
|
4854
|
+
content: "\E7C3";
|
|
4855
|
+
}
|
|
4856
|
+
.mdsicon-line-delete2:before {
|
|
4857
|
+
content: "\E7C4";
|
|
4858
|
+
}
|
|
4859
|
+
.mdsicon-line-close-normal:before {
|
|
4860
|
+
content: "\E7C5";
|
|
4861
|
+
}
|
|
4862
|
+
.mdsicon-line-caret-right-small:before {
|
|
4863
|
+
content: "\E7C6";
|
|
4864
|
+
}
|
|
4865
|
+
.mdsicon-line-conversion:before {
|
|
4866
|
+
content: "\E7C7";
|
|
4867
|
+
}
|
|
4868
|
+
.mdsicon-line-grouping:before {
|
|
4869
|
+
content: "\E7BC";
|
|
4870
|
+
}
|
|
4871
|
+
.mdsicon-line-folders1:before {
|
|
4872
|
+
content: "\E7BD";
|
|
4873
|
+
}
|
|
4874
|
+
.mdsicon-line-chevron-left:before {
|
|
4875
|
+
content: "\E7BE";
|
|
4876
|
+
}
|
|
4877
|
+
.mdsicon-line-chevron-right:before {
|
|
4878
|
+
content: "\E7BF";
|
|
4879
|
+
}
|
|
4880
|
+
.mdsicon-line-format:before {
|
|
4881
|
+
content: "\E7C0";
|
|
4882
|
+
}
|
|
4883
|
+
.mdsicon-line-download3:before {
|
|
4884
|
+
content: "\E7C1";
|
|
4885
|
+
}
|
|
4886
|
+
.mdsicon-line-createdrilldown:before {
|
|
4887
|
+
content: "\E7B5";
|
|
4888
|
+
}
|
|
4889
|
+
.mdsicon-line-group2:before {
|
|
4890
|
+
content: "\E7B6";
|
|
4891
|
+
}
|
|
4892
|
+
.mdsicon-line-FormatPainter:before {
|
|
4893
|
+
content: "\E7B7";
|
|
4894
|
+
}
|
|
4895
|
+
.mdsicon-line-filter3:before {
|
|
4896
|
+
content: "\E7B8";
|
|
4897
|
+
}
|
|
4898
|
+
.mdsicon-line-moveto:before {
|
|
4899
|
+
content: "\E7B9";
|
|
4900
|
+
}
|
|
4901
|
+
.mdsicon-line-more2:before {
|
|
4902
|
+
content: "\E7BA";
|
|
4903
|
+
}
|
|
4904
|
+
.mdsicon-line-filter1:before {
|
|
4905
|
+
content: "\E7BB";
|
|
4906
|
+
}
|
|
4907
|
+
.mdsicon-line-filter2:before {
|
|
4908
|
+
content: "\E7B2";
|
|
4909
|
+
}
|
|
4910
|
+
.mdsicon-line-copy1:before {
|
|
4911
|
+
content: "\E7B3";
|
|
4912
|
+
}
|
|
4913
|
+
.mdsicon-line-edit2:before {
|
|
4914
|
+
content: "\E7B4";
|
|
4915
|
+
}
|
|
4916
|
+
.mdsicon-line-aliases:before {
|
|
4917
|
+
content: "\E7B0";
|
|
4918
|
+
}
|
|
4919
|
+
.mdsicon-line-add2:before {
|
|
4920
|
+
content: "\E7B1";
|
|
4921
|
+
}
|
|
4922
|
+
.mdsicon-line-analysis-line:before {
|
|
4923
|
+
content: "\E7AF";
|
|
4924
|
+
}
|
|
4925
|
+
.mdsicon-line-caret-down-small:before {
|
|
4926
|
+
content: "\E7AB";
|
|
4927
|
+
}
|
|
4928
|
+
.mdsicon-fill-dashboard:before {
|
|
4929
|
+
content: "\E7AC";
|
|
4930
|
+
}
|
|
4931
|
+
.mdsicon-fill-reports:before {
|
|
4932
|
+
content: "\E7AD";
|
|
4933
|
+
}
|
|
4934
|
+
.mdsicon-fill-arrow-down3:before {
|
|
4935
|
+
content: "\E7AE";
|
|
4936
|
+
}
|
|
4937
|
+
.mdsicon-fill-permissions:before {
|
|
4938
|
+
content: "\E7A7";
|
|
4939
|
+
}
|
|
4940
|
+
.mdsicon-fill-data:before {
|
|
4941
|
+
content: "\E7A8";
|
|
4942
|
+
}
|
|
4943
|
+
.mdsicon-fill-valueaxis:before {
|
|
4944
|
+
content: "\E7A9";
|
|
4945
|
+
}
|
|
4946
|
+
.mdsicon-line-calendar3:before {
|
|
4947
|
+
content: "\E7AA";
|
|
4948
|
+
}
|
|
4949
|
+
.mdsicon-line-open-drawer:before {
|
|
4950
|
+
content: "\E7A6";
|
|
4951
|
+
}
|
|
4952
|
+
.mdsicon-line-unfreeze-panes:before {
|
|
4953
|
+
content: "\E7A5";
|
|
4954
|
+
}
|
|
4955
|
+
.mdsicon-line-unhide-rows:before {
|
|
4956
|
+
content: "\E7A0";
|
|
4957
|
+
}
|
|
4958
|
+
.mdsicon-line-unhide-columns:before {
|
|
4959
|
+
content: "\E7A1";
|
|
4960
|
+
}
|
|
4961
|
+
.mdsicon-line-freeze-panes:before {
|
|
4962
|
+
content: "\E7A2";
|
|
4963
|
+
}
|
|
4964
|
+
.mdsicon-line-hide-column:before {
|
|
4965
|
+
content: "\E7A3";
|
|
4966
|
+
}
|
|
4967
|
+
.mdsicon-line-hide-rows:before {
|
|
4968
|
+
content: "\E7A4";
|
|
4969
|
+
}
|
|
4970
|
+
.mdsicon-line-carryout:before {
|
|
4971
|
+
content: "\E782";
|
|
4972
|
+
}
|
|
4727
4973
|
.mdsicon-line-derive:before {
|
|
4728
4974
|
content: "\E76C";
|
|
4729
4975
|
}
|
|
@@ -5036,8 +5282,59 @@ samp {
|
|
|
5036
5282
|
.mdsicon-line-file-add:before {
|
|
5037
5283
|
content: "\E702";
|
|
5038
5284
|
}
|
|
5285
|
+
.mdsicon-line-manualoperation:before {
|
|
5286
|
+
content: "\E781";
|
|
5287
|
+
}
|
|
5288
|
+
.mdsicon-line-detail:before {
|
|
5289
|
+
content: "\E780";
|
|
5290
|
+
}
|
|
5291
|
+
.mdsicon-line-monthly:before {
|
|
5292
|
+
content: "\E77A";
|
|
5293
|
+
}
|
|
5294
|
+
.mdsicon-line-countdown1:before {
|
|
5295
|
+
content: "\E77B";
|
|
5296
|
+
}
|
|
5297
|
+
.mdsicon-line-role1:before {
|
|
5298
|
+
content: "\E77C";
|
|
5299
|
+
}
|
|
5300
|
+
.mdsicon-line-personnelauthority:before {
|
|
5301
|
+
content: "\E77D";
|
|
5302
|
+
}
|
|
5303
|
+
.mdsicon-line-schedule:before {
|
|
5304
|
+
content: "\E77E";
|
|
5305
|
+
}
|
|
5306
|
+
.mdsicon-line-calendar2:before {
|
|
5307
|
+
content: "\E77F";
|
|
5308
|
+
}
|
|
5309
|
+
.mdsicon-line-daily:before {
|
|
5310
|
+
content: "\E774";
|
|
5311
|
+
}
|
|
5312
|
+
.mdsicon-line-vacation:before {
|
|
5313
|
+
content: "\E775";
|
|
5314
|
+
}
|
|
5315
|
+
.mdsicon-line-forbidden1:before {
|
|
5316
|
+
content: "\E776";
|
|
5317
|
+
}
|
|
5318
|
+
.mdsicon-line-longdistance:before {
|
|
5319
|
+
content: "\E777";
|
|
5320
|
+
}
|
|
5321
|
+
.mdsicon-line-rule:before {
|
|
5322
|
+
content: "\E778";
|
|
5323
|
+
}
|
|
5324
|
+
.mdsicon-line-calculate:before {
|
|
5325
|
+
content: "\E779";
|
|
5326
|
+
}
|
|
5327
|
+
.mdsicon-line-qrcode:before {
|
|
5328
|
+
content: "\E771";
|
|
5329
|
+
}
|
|
5330
|
+
.mdsicon-line-remind:before {
|
|
5331
|
+
content: "\E772";
|
|
5332
|
+
}
|
|
5333
|
+
.mdsicon-line-punchcard:before {
|
|
5334
|
+
content: "\E773";
|
|
5335
|
+
}
|
|
5039
5336
|
.mdsicon-line-report-forms-ehr:before {
|
|
5040
|
-
content: "\
|
|
5337
|
+
content: "\E770";
|
|
5041
5338
|
}
|
|
5042
5339
|
.mdsicon-line-entry-ehr:before {
|
|
5043
5340
|
content: "\E76F";
|