inl-ui 0.0.38 → 0.0.39
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 +21 -21
- package/dist/index.js.map +1 -1
- package/dist/src/pageComponent/views/workforceManager/workforceRule/components/classManager.d.ts +1 -1
- package/dist/src/pageComponent/views/workforceManager/workforceRule/components/{workforceRule.d.ts → workforceRuleComp.d.ts} +1 -0
- package/dist/src/pageComponent/views/workforceManager/workforceRule/index.d.ts +1 -0
- package/dist/style.css +9 -8
- package/package.json +1 -1
- package/src/pageComponent/assets/styles/systemManager/index.less +6 -0
- package/src/pageComponent/views/productionPlanManager/assets/productionPlan.less +9 -1
- package/src/pageComponent/views/productionPlanManager/productionPlanConfig.tsx +1 -1
- package/src/pageComponent/views/pss/assets/less/index.less +1 -0
- package/src/pageComponent/views/pss/components/table.tsx +2 -2
- package/src/pageComponent/views/pssRecord/assets/index.less +3 -0
- package/src/pageComponent/views/pssRecord/index.tsx +1 -1
- package/src/pageComponent/views/video/assets/styles/video/photo.less +5 -1
- package/src/pageComponent/views/video/assets/styles/video/preview.less +9 -0
- package/src/pageComponent/views/video/preview/components/followItem.tsx +5 -1
- package/src/pageComponent/views/video/preview/components/treeItem.tsx +1 -1
- package/src/pageComponent/views/video/preview/preview.tsx +21 -21
- package/src/pageComponent/views/video/sbgl/photo.tsx +1 -1
- package/src/pageComponent/views/workforceManager/workforcePlan/assets/workforcePlan.less +5 -0
- package/src/pageComponent/views/workforceManager/workforcePlan/index.tsx +1 -1
- package/src/pageComponent/views/workforceManager/workforceRule/assets/classManagerAndWorkforceRuleComp.less +23 -0
- package/src/pageComponent/views/workforceManager/workforceRule/assets/index.less +10 -0
- package/src/pageComponent/views/workforceManager/workforceRule/components/classManager.tsx +2 -2
- package/src/pageComponent/views/workforceManager/workforceRule/components/{workforceRule.tsx → workforceRuleComp.tsx} +3 -1
- package/src/pageComponent/views/workforceManager/workforceRule/index.tsx +5 -2
- package/src/pageComponent/views/workforceManager/workforceRule/assets/classManager.less +0 -14
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { ColorPicker } from 'vue-color-kit';
|
|
|
18
18
|
import 'vue-color-kit/dist/vue-color-kit.css';
|
|
19
19
|
import 'inl-card/dist/style.css';
|
|
20
20
|
|
|
21
|
-
var version = "0.0.
|
|
21
|
+
var version = "0.0.39";
|
|
22
22
|
|
|
23
23
|
const config$1 = {
|
|
24
24
|
prefix: "inl"
|
|
@@ -21570,7 +21570,7 @@ var treeItem = defineComponent({
|
|
|
21570
21570
|
collctData.concernUuid = "";
|
|
21571
21571
|
collctData.uuid && (collctData.uuid = "");
|
|
21572
21572
|
e.stopPropagation();
|
|
21573
|
-
|
|
21573
|
+
item?.uuid && (collctData.uuid = item?.uuid);
|
|
21574
21574
|
getConcern();
|
|
21575
21575
|
collectVisible.value = true;
|
|
21576
21576
|
};
|
|
@@ -21927,9 +21927,10 @@ var followItem = defineComponent({
|
|
|
21927
21927
|
},
|
|
21928
21928
|
"title": "确定取消关注?"
|
|
21929
21929
|
}, {
|
|
21930
|
-
default: () => [createVNode(
|
|
21931
|
-
"
|
|
21932
|
-
"
|
|
21930
|
+
default: () => [createVNode("img", {
|
|
21931
|
+
"class": "active-l",
|
|
21932
|
+
"src": "/micro-assets/inl/video/operation/collectYes.png",
|
|
21933
|
+
"alt": "取消关注"
|
|
21933
21934
|
}, null)]
|
|
21934
21935
|
})]);
|
|
21935
21936
|
})) ? _slot : {
|
|
@@ -28162,7 +28163,7 @@ const com$r = defineComponent({
|
|
|
28162
28163
|
"key": "2",
|
|
28163
28164
|
"tab": "我的关注"
|
|
28164
28165
|
}, null)]
|
|
28165
|
-
}),
|
|
28166
|
+
}), withDirectives(createVNode(resolveComponent("tree-item"), {
|
|
28166
28167
|
"onGetFollow": getFollow,
|
|
28167
28168
|
"onTitleChange": titleChange,
|
|
28168
28169
|
"ref": treeItemRef,
|
|
@@ -28172,13 +28173,13 @@ const com$r = defineComponent({
|
|
|
28172
28173
|
},
|
|
28173
28174
|
"class": "photoTree",
|
|
28174
28175
|
"domType": imgType.type
|
|
28175
|
-
}, null)
|
|
28176
|
+
}, null), [[vShow, tabValue.value === "1"]]), withDirectives(createVNode(followItem, {
|
|
28176
28177
|
"domType": imgType.type,
|
|
28177
28178
|
"onStopVideo": (uuid, key) => {
|
|
28178
28179
|
changeVideo(uuid, key, imgType.acitveClass);
|
|
28179
28180
|
},
|
|
28180
28181
|
"ref": followRef
|
|
28181
|
-
}, null)]), createVNode("div", {
|
|
28182
|
+
}, null), [[vShow, tabValue.value === "2"]])]), createVNode("div", {
|
|
28182
28183
|
"class": ["video-min", "flex1", fullScreenType.value ? "video-min-active" : ""]
|
|
28183
28184
|
}, [createVNode("div", {
|
|
28184
28185
|
"class": ["toggle-big", fullScreenType.value ? "hide" : "", shrinkBtn.value ? "hover" : ""]
|
|
@@ -32096,7 +32097,7 @@ const com$k = defineComponent({
|
|
|
32096
32097
|
return () => {
|
|
32097
32098
|
let _slot, _slot2, _slot3, _slot4, _slot5;
|
|
32098
32099
|
return createVNode("div", {
|
|
32099
|
-
"class": "photoPage"
|
|
32100
|
+
"class": "photoPage flex"
|
|
32100
32101
|
}, [createVNode(CheckDialog, null, null), createVNode(resolveComponent("a-modal"), {
|
|
32101
32102
|
"visible": batchType.value,
|
|
32102
32103
|
"onUpdate:visible": $event => batchType.value = $event,
|
|
@@ -40429,7 +40430,7 @@ var Tables = defineComponent({
|
|
|
40429
40430
|
selectedRow.selectedRows = [];
|
|
40430
40431
|
};
|
|
40431
40432
|
return () => createVNode("div", {
|
|
40432
|
-
"class": "pssList_content"
|
|
40433
|
+
"class": "pssList_content flex"
|
|
40433
40434
|
}, [state.typeOptions.length > 0 && state.statusOptions.length > 0 && createVNode("div", {
|
|
40434
40435
|
"class": "dropSelect"
|
|
40435
40436
|
}, [createVNode(resolveComponent("a-dropdown"), {
|
|
@@ -40456,9 +40457,7 @@ var Tables = defineComponent({
|
|
|
40456
40457
|
}), createVNode(resolveComponent("a-dropdown"), {
|
|
40457
40458
|
"placement": "bottomRight"
|
|
40458
40459
|
}, {
|
|
40459
|
-
default: () => [createVNode("div",
|
|
40460
|
-
"class": ""
|
|
40461
|
-
}, [createVNode("span", null, [state.statusOptions[state.status].text, createVNode(CaretDownOutlined, null, null)])])],
|
|
40460
|
+
default: () => [createVNode("div", null, [createVNode("span", null, [state.statusOptions[state.status].text, createVNode(CaretDownOutlined, null, null)])])],
|
|
40462
40461
|
overlay: () => {
|
|
40463
40462
|
let _slot2;
|
|
40464
40463
|
return createVNode(resolveComponent("a-menu"), null, _isSlot$G(_slot2 = state.statusOptions.map((option, index) => createVNode(resolveComponent("a-menu-item"), {
|
|
@@ -41026,7 +41025,7 @@ const com$d = defineComponent({
|
|
|
41026
41025
|
download(resp, "停送电记录表.xls");
|
|
41027
41026
|
};
|
|
41028
41027
|
return () => createVNode("div", {
|
|
41029
|
-
"class": "pssRecord",
|
|
41028
|
+
"class": "pssRecord flex",
|
|
41030
41029
|
"id": "pssRecord"
|
|
41031
41030
|
}, [createVNode("div", {
|
|
41032
41031
|
"class": "seachFrom flex"
|
|
@@ -61609,7 +61608,7 @@ var ClassManager = defineComponent({
|
|
|
61609
61608
|
return () => {
|
|
61610
61609
|
let _slot;
|
|
61611
61610
|
return createVNode("div", {
|
|
61612
|
-
"class": "classManager"
|
|
61611
|
+
"class": "classManager flex"
|
|
61613
61612
|
}, [createVNode(resolveComponent("a-row"), {
|
|
61614
61613
|
"class": "row"
|
|
61615
61614
|
}, {
|
|
@@ -62505,7 +62504,7 @@ const columns$5 = [{
|
|
|
62505
62504
|
title: "操作",
|
|
62506
62505
|
dataIndex: "operation"
|
|
62507
62506
|
}];
|
|
62508
|
-
var
|
|
62507
|
+
var WorkforceRuleComp = defineComponent({
|
|
62509
62508
|
setup() {
|
|
62510
62509
|
const {
|
|
62511
62510
|
currPage,
|
|
@@ -62561,7 +62560,7 @@ var WorkforceRule = defineComponent({
|
|
|
62561
62560
|
return () => {
|
|
62562
62561
|
let _slot;
|
|
62563
62562
|
return createVNode("div", {
|
|
62564
|
-
"class": "
|
|
62563
|
+
"class": "workforceRuleComp flex"
|
|
62565
62564
|
}, [createVNode(resolveComponent("a-form"), {
|
|
62566
62565
|
"model": searchFormState.value,
|
|
62567
62566
|
"ref": searchFormRef,
|
|
@@ -62725,7 +62724,8 @@ const com$8 = defineComponent({
|
|
|
62725
62724
|
"activeKey": activeKey.value,
|
|
62726
62725
|
"onUpdate:activeKey": $event => activeKey.value = $event,
|
|
62727
62726
|
"animated": true,
|
|
62728
|
-
"destroyInactiveTabPane": true
|
|
62727
|
+
"destroyInactiveTabPane": true,
|
|
62728
|
+
"style": "height: 100%;"
|
|
62729
62729
|
}, {
|
|
62730
62730
|
default: () => [createVNode(resolveComponent("a-tab-pane"), {
|
|
62731
62731
|
"key": "1",
|
|
@@ -62736,7 +62736,7 @@ const com$8 = defineComponent({
|
|
|
62736
62736
|
"key": "2",
|
|
62737
62737
|
"tab": "排班规则"
|
|
62738
62738
|
}, {
|
|
62739
|
-
default: () => [createVNode(
|
|
62739
|
+
default: () => [createVNode(WorkforceRuleComp, null, null)]
|
|
62740
62740
|
})]
|
|
62741
62741
|
})]);
|
|
62742
62742
|
}
|
|
@@ -63267,7 +63267,7 @@ const com$7 = defineComponent({
|
|
|
63267
63267
|
isRuleShow.value = false;
|
|
63268
63268
|
};
|
|
63269
63269
|
return () => createVNode("div", {
|
|
63270
|
-
"class": "workforcePlan"
|
|
63270
|
+
"class": "workforcePlan flex"
|
|
63271
63271
|
}, [createVNode("div", {
|
|
63272
63272
|
"class": "filter"
|
|
63273
63273
|
}, [createVNode(resolveComponent("a-form"), {
|
|
@@ -64267,7 +64267,7 @@ const com$5 = defineComponent({
|
|
|
64267
64267
|
return () => {
|
|
64268
64268
|
let _slot2;
|
|
64269
64269
|
return createVNode("div", {
|
|
64270
|
-
"class": "productionPlanConfig"
|
|
64270
|
+
"class": "productionPlanConfig flex"
|
|
64271
64271
|
}, [createVNode(resolveComponent("a-row"), {
|
|
64272
64272
|
"class": "row",
|
|
64273
64273
|
"style": "margin-bottom: 10px"
|