@mdsfe/mds-ui 0.3.0-23 → 0.3.0-24
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/_util/iconfont/index.js +4 -4
- package/dist/affix.js +20 -25
- package/dist/alert.js +20 -25
- package/dist/anchor.js +32 -40
- package/dist/avatar.js +20 -25
- package/dist/backtop.js +20 -25
- package/dist/badge.js +25 -30
- package/dist/bordershadow.js +20 -25
- package/dist/breadcrumb.js +32 -40
- package/dist/button.js +32 -40
- package/dist/card.js +32 -40
- package/dist/carousel.js +32 -40
- package/dist/cascader.js +56 -73
- package/dist/cascaderpanel.js +39 -50
- package/dist/checkbox.js +32 -40
- package/dist/col.js +32 -40
- package/dist/collapse.js +32 -40
- package/dist/color.js +20 -25
- package/dist/datepicker.js +147 -185
- package/dist/divider.js +20 -25
- package/dist/drawer.js +20 -25
- package/dist/dropdown.js +32 -40
- package/dist/empty.js +20 -25
- package/dist/font/iconfont.2c8c70b.woff2 +0 -0
- package/dist/font/{iconfont.dffa89c.ttf → iconfont.701a9e4.ttf} +0 -0
- package/dist/font/iconfont.919a156.woff +0 -0
- package/dist/font.js +20 -25
- package/dist/form.js +32 -40
- package/dist/icon.js +20 -25
- package/dist/index.js +1 -1
- package/dist/input.js +42 -56
- package/dist/inputnumber.js +20 -25
- package/dist/layout.js +68 -85
- package/dist/list.js +32 -40
- package/dist/loading.js +20 -25
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +3175 -2687
- package/dist/menu.js +56 -70
- package/dist/message.js +44 -55
- package/dist/modal.js +20 -25
- package/dist/notification.js +37 -45
- package/dist/pagination.js +44 -55
- package/dist/popover.js +20 -25
- package/dist/progress.js +45 -56
- package/dist/radio.js +35 -43
- package/dist/rate.js +32 -40
- package/dist/row.js +32 -40
- package/dist/select.js +63 -80
- package/dist/slider.js +36 -44
- package/dist/slottable.js +30 -38
- package/dist/style/affix.css +52 -1
- package/dist/style/alert.css +52 -1
- package/dist/style/anchor.css +52 -1
- package/dist/style/avatar.css +52 -1
- package/dist/style/badge.css +54 -3
- package/dist/style/bordershadow.css +52 -1
- package/dist/style/breadcrumb.css +52 -1
- package/dist/style/button.css +52 -1
- package/dist/style/card.css +52 -1
- package/dist/style/carousel.css +52 -1
- package/dist/style/checkbox.css +52 -1
- package/dist/style/col.css +52 -1
- package/dist/style/collapse.css +52 -1
- package/dist/style/color.css +52 -1
- package/dist/style/datepicker.css +52 -1
- package/dist/style/divider.css +52 -1
- package/dist/style/drawer.css +52 -1
- package/dist/style/dropdown.css +52 -1
- package/dist/style/empty.css +52 -1
- package/dist/style/font.css +52 -1
- package/dist/style/form.css +52 -1
- package/dist/style/icon.css +52 -1
- package/dist/style/input.css +52 -1
- package/dist/style/inputnumber.css +52 -1
- package/dist/style/layout.css +52 -1
- package/dist/style/list.css +52 -1
- package/dist/style/loading.css +52 -1
- package/dist/style/menu.css +52 -1
- package/dist/style/modal.css +52 -1
- package/dist/style/notification.css +56 -5
- package/dist/style/pagination.css +52 -1
- package/dist/style/popconfirm.css +52 -1
- package/dist/style/popover.css +52 -1
- package/dist/style/progress.css +52 -1
- package/dist/style/radio.css +52 -1
- package/dist/style/rate.css +52 -1
- package/dist/style/row.css +52 -1
- package/dist/style/select.css +52 -1
- package/dist/style/slider.css +52 -1
- package/dist/style/slottable.css +52 -1
- package/dist/style/steps.css +52 -1
- package/dist/style/switch.css +52 -1
- package/dist/style/table.css +52 -1
- package/dist/style/tabs.css +52 -1
- package/dist/style/tag.css +52 -1
- package/dist/style/text.css +52 -1
- package/dist/style/timeline.css +52 -1
- package/dist/style/timepicker.css +52 -1
- package/dist/style/tooltip.css +52 -1
- package/dist/style/tree.css +52 -1
- package/dist/style/typography.css +52 -1
- package/dist/style/upload.css +52 -1
- package/dist/switch.js +20 -25
- package/dist/table.js +135 -170
- package/dist/tabs.js +74 -97
- package/dist/tag.js +20 -25
- package/dist/text.js +51 -65
- package/dist/timeline.js +32 -40
- package/dist/timepicker.js +50 -67
- package/dist/transfer.js +44 -55
- package/dist/tree.js +32 -40
- package/dist/typography.js +32 -40
- package/dist/upload.js +73 -93
- package/package.json +1 -1
- package/CHANGELOG.md +0 -1013
- package/dist/font/iconfont.06c8a26.woff +0 -0
- package/dist/font/iconfont.c9840a2.woff2 +0 -0
package/dist/slottable.js
CHANGED
|
@@ -107,20 +107,19 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
107
107
|
// This module is a runtime utility for cleaner component module output and will
|
|
108
108
|
// be included in the final webpack user bundle.
|
|
109
109
|
|
|
110
|
-
function normalizeComponent
|
|
110
|
+
function normalizeComponent(
|
|
111
111
|
scriptExports,
|
|
112
112
|
render,
|
|
113
113
|
staticRenderFns,
|
|
114
114
|
functionalTemplate,
|
|
115
115
|
injectStyles,
|
|
116
116
|
scopeId,
|
|
117
|
-
moduleIdentifier
|
|
117
|
+
moduleIdentifier /* server only */,
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
? scriptExports.options
|
|
123
|
-
: scriptExports
|
|
121
|
+
var options =
|
|
122
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
124
123
|
|
|
125
124
|
// render functions
|
|
126
125
|
if (render) {
|
|
@@ -140,7 +139,8 @@ function normalizeComponent (
|
|
|
140
139
|
}
|
|
141
140
|
|
|
142
141
|
var hook
|
|
143
|
-
if (moduleIdentifier) {
|
|
142
|
+
if (moduleIdentifier) {
|
|
143
|
+
// server build
|
|
144
144
|
hook = function (context) {
|
|
145
145
|
// 2.3 injection
|
|
146
146
|
context =
|
|
@@ -166,11 +166,11 @@ function normalizeComponent (
|
|
|
166
166
|
} else if (injectStyles) {
|
|
167
167
|
hook = shadowMode
|
|
168
168
|
? function () {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
169
|
+
injectStyles.call(
|
|
170
|
+
this,
|
|
171
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
172
|
+
)
|
|
173
|
+
}
|
|
174
174
|
: injectStyles
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -181,16 +181,14 @@ function normalizeComponent (
|
|
|
181
181
|
options._injectStyles = hook
|
|
182
182
|
// register for functional component in vue file
|
|
183
183
|
var originalRender = options.render
|
|
184
|
-
options.render = function renderWithStyleInjection
|
|
184
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
185
185
|
hook.call(context)
|
|
186
186
|
return originalRender(h, context)
|
|
187
187
|
}
|
|
188
188
|
} else {
|
|
189
189
|
// inject component registration as beforeCreate hook
|
|
190
190
|
var existing = options.beforeCreate
|
|
191
|
-
options.beforeCreate = existing
|
|
192
|
-
? [].concat(existing, hook)
|
|
193
|
-
: [hook]
|
|
191
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
194
192
|
}
|
|
195
193
|
}
|
|
196
194
|
|
|
@@ -522,8 +520,8 @@ var slot_table_style = __webpack_require__(229);
|
|
|
522
520
|
// CONCATENATED MODULE: ./components/slot-table/style/index.js
|
|
523
521
|
|
|
524
522
|
|
|
525
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/slot-table/src/table.vue?vue&type=template&id=
|
|
526
|
-
var
|
|
523
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/slot-table/src/table.vue?vue&type=template&id=d9717730
|
|
524
|
+
var tablevue_type_template_id_d9717730_render = function () {
|
|
527
525
|
var _vm = this
|
|
528
526
|
var _h = _vm.$createElement
|
|
529
527
|
var _c = _vm._self._c || _h
|
|
@@ -651,10 +649,10 @@ var tablevue_type_template_id_0d34df4e_render = function () {
|
|
|
651
649
|
)
|
|
652
650
|
}
|
|
653
651
|
var staticRenderFns = []
|
|
654
|
-
|
|
652
|
+
tablevue_type_template_id_d9717730_render._withStripped = true
|
|
655
653
|
|
|
656
654
|
|
|
657
|
-
// CONCATENATED MODULE: ./components/slot-table/src/table.vue?vue&type=template&id=
|
|
655
|
+
// CONCATENATED MODULE: ./components/slot-table/src/table.vue?vue&type=template&id=d9717730
|
|
658
656
|
|
|
659
657
|
// EXTERNAL MODULE: external "babel-runtime/helpers/extends"
|
|
660
658
|
var extends_ = __webpack_require__(26);
|
|
@@ -968,7 +966,7 @@ var empty = __webpack_require__(39);
|
|
|
968
966
|
var locale_ = __webpack_require__(9);
|
|
969
967
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
970
968
|
|
|
971
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/slot-table/src/table.vue?vue&type=script&lang=js
|
|
969
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/slot-table/src/table.vue?vue&type=script&lang=js
|
|
972
970
|
//
|
|
973
971
|
//
|
|
974
972
|
//
|
|
@@ -1061,7 +1059,7 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
|
1061
1059
|
// 用于生成table key
|
|
1062
1060
|
var tableIdSeed = 1;
|
|
1063
1061
|
|
|
1064
|
-
/* harmony default export */ var
|
|
1062
|
+
/* harmony default export */ var tablevue_type_script_lang_js = ({
|
|
1065
1063
|
name: 'MdsSlotTable',
|
|
1066
1064
|
componentName: 'MdsSlotTable',
|
|
1067
1065
|
components: {
|
|
@@ -1248,8 +1246,8 @@ var tableIdSeed = 1;
|
|
|
1248
1246
|
this.removeListener();
|
|
1249
1247
|
}
|
|
1250
1248
|
});
|
|
1251
|
-
// CONCATENATED MODULE: ./components/slot-table/src/table.vue?vue&type=script&lang=js
|
|
1252
|
-
/* harmony default export */ var
|
|
1249
|
+
// CONCATENATED MODULE: ./components/slot-table/src/table.vue?vue&type=script&lang=js
|
|
1250
|
+
/* harmony default export */ var src_tablevue_type_script_lang_js = (tablevue_type_script_lang_js);
|
|
1253
1251
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1254
1252
|
var componentNormalizer = __webpack_require__(0);
|
|
1255
1253
|
|
|
@@ -1262,8 +1260,8 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
1262
1260
|
/* normalize component */
|
|
1263
1261
|
|
|
1264
1262
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
1265
|
-
|
|
1266
|
-
|
|
1263
|
+
src_tablevue_type_script_lang_js,
|
|
1264
|
+
tablevue_type_template_id_d9717730_render,
|
|
1267
1265
|
staticRenderFns,
|
|
1268
1266
|
false,
|
|
1269
1267
|
null,
|
|
@@ -1272,9 +1270,6 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
1272
1270
|
|
|
1273
1271
|
)
|
|
1274
1272
|
|
|
1275
|
-
/* hot reload */
|
|
1276
|
-
if (false) { var api; }
|
|
1277
|
-
component.options.__file = "components/slot-table/src/table.vue"
|
|
1278
1273
|
/* harmony default export */ var table = (component.exports);
|
|
1279
1274
|
// EXTERNAL MODULE: external "babel-runtime/core-js/object/keys"
|
|
1280
1275
|
var keys_ = __webpack_require__(11);
|
|
@@ -3270,7 +3265,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
|
|
|
3270
3265
|
|
|
3271
3266
|
"use strict";
|
|
3272
3267
|
|
|
3273
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/empty/empty.vue?vue&type=template&id=
|
|
3268
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/empty/empty.vue?vue&type=template&id=a3e38294
|
|
3274
3269
|
var render = function () {
|
|
3275
3270
|
var _vm = this
|
|
3276
3271
|
var _h = _vm.$createElement
|
|
@@ -3300,7 +3295,7 @@ var staticRenderFns = []
|
|
|
3300
3295
|
render._withStripped = true
|
|
3301
3296
|
|
|
3302
3297
|
|
|
3303
|
-
// CONCATENATED MODULE: ./components/empty/empty.vue?vue&type=template&id=
|
|
3298
|
+
// CONCATENATED MODULE: ./components/empty/empty.vue?vue&type=template&id=a3e38294
|
|
3304
3299
|
|
|
3305
3300
|
// EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
|
|
3306
3301
|
var defineProperty_ = __webpack_require__(3);
|
|
@@ -3313,7 +3308,7 @@ var proptype_ = __webpack_require__(8);
|
|
|
3313
3308
|
var locale_ = __webpack_require__(9);
|
|
3314
3309
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
3315
3310
|
|
|
3316
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/empty/empty.vue?vue&type=script&lang=js
|
|
3311
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/empty/empty.vue?vue&type=script&lang=js
|
|
3317
3312
|
|
|
3318
3313
|
//
|
|
3319
3314
|
//
|
|
@@ -3340,7 +3335,7 @@ var basicImg = '//j1.58cdn.com.cn/matrix/static/images/nodata_basic@2x.png';
|
|
|
3340
3335
|
var mediumImg = '//j1.58cdn.com.cn/matrix/static/images/nodata_medium@2x.png';
|
|
3341
3336
|
var largeImg = '//j1.58cdn.com.cn/matrix/static/images/nodata_large@2x.png';
|
|
3342
3337
|
|
|
3343
|
-
/* harmony default export */ var
|
|
3338
|
+
/* harmony default export */ var emptyvue_type_script_lang_js = ({
|
|
3344
3339
|
name: 'MdsEmpty',
|
|
3345
3340
|
mixins: [locale_default.a],
|
|
3346
3341
|
props: {
|
|
@@ -3393,8 +3388,8 @@ var largeImg = '//j1.58cdn.com.cn/matrix/static/images/nodata_large@2x.png';
|
|
|
3393
3388
|
};
|
|
3394
3389
|
}
|
|
3395
3390
|
});
|
|
3396
|
-
// CONCATENATED MODULE: ./components/empty/empty.vue?vue&type=script&lang=js
|
|
3397
|
-
/* harmony default export */ var
|
|
3391
|
+
// CONCATENATED MODULE: ./components/empty/empty.vue?vue&type=script&lang=js
|
|
3392
|
+
/* harmony default export */ var empty_emptyvue_type_script_lang_js = (emptyvue_type_script_lang_js);
|
|
3398
3393
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
3399
3394
|
var componentNormalizer = __webpack_require__(0);
|
|
3400
3395
|
|
|
@@ -3407,7 +3402,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
3407
3402
|
/* normalize component */
|
|
3408
3403
|
|
|
3409
3404
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
3410
|
-
|
|
3405
|
+
empty_emptyvue_type_script_lang_js,
|
|
3411
3406
|
render,
|
|
3412
3407
|
staticRenderFns,
|
|
3413
3408
|
false,
|
|
@@ -3417,9 +3412,6 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
3417
3412
|
|
|
3418
3413
|
)
|
|
3419
3414
|
|
|
3420
|
-
/* hot reload */
|
|
3421
|
-
if (false) { var api; }
|
|
3422
|
-
component.options.__file = "components/empty/empty.vue"
|
|
3423
3415
|
/* harmony default export */ var empty = __webpack_exports__["a"] = (component.exports);
|
|
3424
3416
|
|
|
3425
3417
|
/***/ }),
|
package/dist/style/affix.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.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-unfold2:before {
|
|
4734
|
+
content: "\EDDB";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-workplace-security:before {
|
|
4737
|
+
content: "\EDDC";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-administrativebudget:before {
|
|
4740
|
+
content: "\EDDD";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-hide:before {
|
|
4743
|
+
content: "\EDDE";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-conferenceroom:before {
|
|
4746
|
+
content: "\EDDF";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-other:before {
|
|
4749
|
+
content: "\EDE0";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-property:before {
|
|
4752
|
+
content: "\EDD6";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-workbench2x:before {
|
|
4755
|
+
content: "\EDD7";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-contractmanagement:before {
|
|
4758
|
+
content: "\EDD8";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-workbench:before {
|
|
4761
|
+
content: "\EDD9";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-systemmanagement:before {
|
|
4764
|
+
content: "\EDDA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-assetsmanagement:before {
|
|
4767
|
+
content: "\EDD2";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-repository:before {
|
|
4770
|
+
content: "\EDD3";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-inspection:before {
|
|
4773
|
+
content: "\EDD4";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-travelmanagement:before {
|
|
4776
|
+
content: "\EDD5";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-workplacespace:before {
|
|
4779
|
+
content: "\EDD0";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-material:before {
|
|
4782
|
+
content: "\EDD1";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-line-leftarrow:before {
|
|
4734
4785
|
content: "\EDCD";
|
|
4735
4786
|
}
|
package/dist/style/alert.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.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-unfold2:before {
|
|
4734
|
+
content: "\EDDB";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-workplace-security:before {
|
|
4737
|
+
content: "\EDDC";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-administrativebudget:before {
|
|
4740
|
+
content: "\EDDD";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-hide:before {
|
|
4743
|
+
content: "\EDDE";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-conferenceroom:before {
|
|
4746
|
+
content: "\EDDF";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-other:before {
|
|
4749
|
+
content: "\EDE0";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-property:before {
|
|
4752
|
+
content: "\EDD6";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-workbench2x:before {
|
|
4755
|
+
content: "\EDD7";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-contractmanagement:before {
|
|
4758
|
+
content: "\EDD8";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-workbench:before {
|
|
4761
|
+
content: "\EDD9";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-systemmanagement:before {
|
|
4764
|
+
content: "\EDDA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-assetsmanagement:before {
|
|
4767
|
+
content: "\EDD2";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-repository:before {
|
|
4770
|
+
content: "\EDD3";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-inspection:before {
|
|
4773
|
+
content: "\EDD4";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-travelmanagement:before {
|
|
4776
|
+
content: "\EDD5";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-workplacespace:before {
|
|
4779
|
+
content: "\EDD0";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-material:before {
|
|
4782
|
+
content: "\EDD1";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-line-leftarrow:before {
|
|
4734
4785
|
content: "\EDCD";
|
|
4735
4786
|
}
|
package/dist/style/anchor.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.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-unfold2:before {
|
|
4734
|
+
content: "\EDDB";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-workplace-security:before {
|
|
4737
|
+
content: "\EDDC";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-administrativebudget:before {
|
|
4740
|
+
content: "\EDDD";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-hide:before {
|
|
4743
|
+
content: "\EDDE";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-conferenceroom:before {
|
|
4746
|
+
content: "\EDDF";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-other:before {
|
|
4749
|
+
content: "\EDE0";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-property:before {
|
|
4752
|
+
content: "\EDD6";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-workbench2x:before {
|
|
4755
|
+
content: "\EDD7";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-contractmanagement:before {
|
|
4758
|
+
content: "\EDD8";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-workbench:before {
|
|
4761
|
+
content: "\EDD9";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-systemmanagement:before {
|
|
4764
|
+
content: "\EDDA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-assetsmanagement:before {
|
|
4767
|
+
content: "\EDD2";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-repository:before {
|
|
4770
|
+
content: "\EDD3";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-inspection:before {
|
|
4773
|
+
content: "\EDD4";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-travelmanagement:before {
|
|
4776
|
+
content: "\EDD5";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-workplacespace:before {
|
|
4779
|
+
content: "\EDD0";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-material:before {
|
|
4782
|
+
content: "\EDD1";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-line-leftarrow:before {
|
|
4734
4785
|
content: "\EDCD";
|
|
4735
4786
|
}
|
package/dist/style/avatar.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.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-unfold2:before {
|
|
4734
|
+
content: "\EDDB";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-workplace-security:before {
|
|
4737
|
+
content: "\EDDC";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-administrativebudget:before {
|
|
4740
|
+
content: "\EDDD";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-hide:before {
|
|
4743
|
+
content: "\EDDE";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-conferenceroom:before {
|
|
4746
|
+
content: "\EDDF";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-other:before {
|
|
4749
|
+
content: "\EDE0";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-property:before {
|
|
4752
|
+
content: "\EDD6";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-workbench2x:before {
|
|
4755
|
+
content: "\EDD7";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-contractmanagement:before {
|
|
4758
|
+
content: "\EDD8";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-workbench:before {
|
|
4761
|
+
content: "\EDD9";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-systemmanagement:before {
|
|
4764
|
+
content: "\EDDA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-assetsmanagement:before {
|
|
4767
|
+
content: "\EDD2";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-repository:before {
|
|
4770
|
+
content: "\EDD3";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-inspection:before {
|
|
4773
|
+
content: "\EDD4";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-travelmanagement:before {
|
|
4776
|
+
content: "\EDD5";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-workplacespace:before {
|
|
4779
|
+
content: "\EDD0";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-material:before {
|
|
4782
|
+
content: "\EDD1";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-line-leftarrow:before {
|
|
4734
4785
|
content: "\EDCD";
|
|
4735
4786
|
}
|
package/dist/style/badge.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.mds-badge[data-v-
|
|
1
|
+
.mds-badge[data-v-42695b5a] {
|
|
2
2
|
text-align: end;
|
|
3
3
|
}
|
|
4
|
-
.mds-badge[data-v-
|
|
4
|
+
.mds-badge[data-v-42695b5a]:not(.mds-badge-status) {
|
|
5
5
|
margin-right: 20px;
|
|
6
6
|
}
|
|
7
7
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
@@ -560,7 +560,7 @@ samp {
|
|
|
560
560
|
font-display: auto;
|
|
561
561
|
font-style: normal;
|
|
562
562
|
/* project id 1921203 */
|
|
563
|
-
src: url(/dist/font/iconfont.
|
|
563
|
+
src: url(/dist/font/iconfont.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
|
|
564
564
|
}
|
|
565
565
|
.mdsicon {
|
|
566
566
|
display: inline-block;
|
|
@@ -4736,6 +4736,57 @@ samp {
|
|
|
4736
4736
|
display: inline-block;
|
|
4737
4737
|
animation: loadingCircle 6s infinite linear;
|
|
4738
4738
|
}
|
|
4739
|
+
.mdsicon-line-unfold2:before {
|
|
4740
|
+
content: "\EDDB";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-workplace-security:before {
|
|
4743
|
+
content: "\EDDC";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-administrativebudget:before {
|
|
4746
|
+
content: "\EDDD";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-hide:before {
|
|
4749
|
+
content: "\EDDE";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-conferenceroom:before {
|
|
4752
|
+
content: "\EDDF";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-other:before {
|
|
4755
|
+
content: "\EDE0";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-property:before {
|
|
4758
|
+
content: "\EDD6";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-workbench2x:before {
|
|
4761
|
+
content: "\EDD7";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-contractmanagement:before {
|
|
4764
|
+
content: "\EDD8";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-workbench:before {
|
|
4767
|
+
content: "\EDD9";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-systemmanagement:before {
|
|
4770
|
+
content: "\EDDA";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-assetsmanagement:before {
|
|
4773
|
+
content: "\EDD2";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-repository:before {
|
|
4776
|
+
content: "\EDD3";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-inspection:before {
|
|
4779
|
+
content: "\EDD4";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-travelmanagement:before {
|
|
4782
|
+
content: "\EDD5";
|
|
4783
|
+
}
|
|
4784
|
+
.mdsicon-line-workplacespace:before {
|
|
4785
|
+
content: "\EDD0";
|
|
4786
|
+
}
|
|
4787
|
+
.mdsicon-line-material:before {
|
|
4788
|
+
content: "\EDD1";
|
|
4789
|
+
}
|
|
4739
4790
|
.mdsicon-line-leftarrow:before {
|
|
4740
4791
|
content: "\EDCD";
|
|
4741
4792
|
}
|
|
@@ -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.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-unfold2:before {
|
|
4734
|
+
content: "\EDDB";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-workplace-security:before {
|
|
4737
|
+
content: "\EDDC";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-administrativebudget:before {
|
|
4740
|
+
content: "\EDDD";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-hide:before {
|
|
4743
|
+
content: "\EDDE";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-conferenceroom:before {
|
|
4746
|
+
content: "\EDDF";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-other:before {
|
|
4749
|
+
content: "\EDE0";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-property:before {
|
|
4752
|
+
content: "\EDD6";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-workbench2x:before {
|
|
4755
|
+
content: "\EDD7";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-contractmanagement:before {
|
|
4758
|
+
content: "\EDD8";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-workbench:before {
|
|
4761
|
+
content: "\EDD9";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-systemmanagement:before {
|
|
4764
|
+
content: "\EDDA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-assetsmanagement:before {
|
|
4767
|
+
content: "\EDD2";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-repository:before {
|
|
4770
|
+
content: "\EDD3";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-inspection:before {
|
|
4773
|
+
content: "\EDD4";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-travelmanagement:before {
|
|
4776
|
+
content: "\EDD5";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-workplacespace:before {
|
|
4779
|
+
content: "\EDD0";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-material:before {
|
|
4782
|
+
content: "\EDD1";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-line-leftarrow:before {
|
|
4734
4785
|
content: "\EDCD";
|
|
4735
4786
|
}
|
|
@@ -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.2c8c70b.woff2) format('woff2'), url(/dist/font/iconfont.919a156.woff) format('woff'), url(/dist/font/iconfont.701a9e4.ttf) format('truetype');
|
|
558
558
|
}
|
|
559
559
|
.mdsicon {
|
|
560
560
|
display: inline-block;
|
|
@@ -4730,6 +4730,57 @@ samp {
|
|
|
4730
4730
|
display: inline-block;
|
|
4731
4731
|
animation: loadingCircle 6s infinite linear;
|
|
4732
4732
|
}
|
|
4733
|
+
.mdsicon-line-unfold2:before {
|
|
4734
|
+
content: "\EDDB";
|
|
4735
|
+
}
|
|
4736
|
+
.mdsicon-line-workplace-security:before {
|
|
4737
|
+
content: "\EDDC";
|
|
4738
|
+
}
|
|
4739
|
+
.mdsicon-line-administrativebudget:before {
|
|
4740
|
+
content: "\EDDD";
|
|
4741
|
+
}
|
|
4742
|
+
.mdsicon-line-hide:before {
|
|
4743
|
+
content: "\EDDE";
|
|
4744
|
+
}
|
|
4745
|
+
.mdsicon-line-conferenceroom:before {
|
|
4746
|
+
content: "\EDDF";
|
|
4747
|
+
}
|
|
4748
|
+
.mdsicon-line-other:before {
|
|
4749
|
+
content: "\EDE0";
|
|
4750
|
+
}
|
|
4751
|
+
.mdsicon-line-property:before {
|
|
4752
|
+
content: "\EDD6";
|
|
4753
|
+
}
|
|
4754
|
+
.mdsicon-line-workbench2x:before {
|
|
4755
|
+
content: "\EDD7";
|
|
4756
|
+
}
|
|
4757
|
+
.mdsicon-line-contractmanagement:before {
|
|
4758
|
+
content: "\EDD8";
|
|
4759
|
+
}
|
|
4760
|
+
.mdsicon-line-workbench:before {
|
|
4761
|
+
content: "\EDD9";
|
|
4762
|
+
}
|
|
4763
|
+
.mdsicon-line-systemmanagement:before {
|
|
4764
|
+
content: "\EDDA";
|
|
4765
|
+
}
|
|
4766
|
+
.mdsicon-line-assetsmanagement:before {
|
|
4767
|
+
content: "\EDD2";
|
|
4768
|
+
}
|
|
4769
|
+
.mdsicon-line-repository:before {
|
|
4770
|
+
content: "\EDD3";
|
|
4771
|
+
}
|
|
4772
|
+
.mdsicon-line-inspection:before {
|
|
4773
|
+
content: "\EDD4";
|
|
4774
|
+
}
|
|
4775
|
+
.mdsicon-line-travelmanagement:before {
|
|
4776
|
+
content: "\EDD5";
|
|
4777
|
+
}
|
|
4778
|
+
.mdsicon-line-workplacespace:before {
|
|
4779
|
+
content: "\EDD0";
|
|
4780
|
+
}
|
|
4781
|
+
.mdsicon-line-material:before {
|
|
4782
|
+
content: "\EDD1";
|
|
4783
|
+
}
|
|
4733
4784
|
.mdsicon-line-leftarrow:before {
|
|
4734
4785
|
content: "\EDCD";
|
|
4735
4786
|
}
|