Browse Source

更新依赖

ZaiZai 1 year ago
parent
commit
a3aa205187

+ 1 - 0
package.json

@@ -37,6 +37,7 @@
     "devDependencies": {
         "@iconify-json/hugeicons": "^1.1.0",
         "@iconify-json/iconoir": "^1.1.45",
+        "@iconify-json/ph": "^1.1.13",
         "@iconify-json/ri": "^1.1.21",
         "@unocss/eslint-config": "0.58.2",
         "@unocss/eslint-plugin": "0.58.2",

+ 0 - 510
src/components/hc-tasks-user-bak/index.vue

@@ -1,510 +0,0 @@
-<template>
-    <div :class="ui" class="hc-tasks-user">
-        <div class="tasks-user-box">
-            <div class="tag-user-list" @click="showModalClick">
-                <template v-if="isShowTaskName">
-                    <template v-for="(item, index) in fixedBranchList" :key="index">
-                        <el-tag>{{ item.name }}</el-tag>
-                        <HcIcon v-if="(fixedBranchList.length - 1) > index" name="arrow-right" ui="arrow-icon-tag" />
-                    </template>
-                    <div v-if="fixedBranchList.length <= 0" class="tasks-placeholder">点击这里选择任务</div>
-                </template>
-                <template v-else>
-                    <template v-for="(item, index) in UserDataList" :key="index">
-                        <el-tag>{{ setCheckboxUserName(item) }}</el-tag>
-                        <HcIcon v-if="(UserDataList.length - 1) > index" name="arrow-right" ui="arrow-icon-tag" />
-                    </template>
-                    <div v-if="UserDataList.length <= 0" class="tasks-placeholder">点击这里选择任务人</div>
-                </template>
-            </div>
-        </div>
-
-        <!-- 选择任务人 -->
-        <el-dialog v-model="showModal" title="选择任务人" width="62rem" class="hc-modal-border hc-modal-nop" draggable destroy-on-close>
-            <div class="hc-tasks-user-modal-content-box">
-                <div v-if="isShowTaskName" class="tasks-name-box">
-                    <p class="mb-2">创建任务人流程</p>
-                    <div class="flex pt-2">
-                        <el-input v-model="taskNameinput" placeholder="请输入" size="default" class="mr-4" />
-                        <el-button type="primary" size="default" @click="addTaskName">添加</el-button>
-                    </div>
-                    <div class="task-list-box">
-                        <div v-for="(item, index) in fixedBranchList" :key="index" class="task-list-box-item">
-                            <el-tooltip :content="item.type === 1 ? '流程审批' : '平行审批'" placement="right">
-                                <el-button size="default" :color="curItem?.name === item.name ? 'orange' : ''" @click="chekckTask(item)">
-                                    {{ item.name }}
-                                    <HcIcon v-if="item.type === 2" name="links" class="ml-2" @click="item.type = 1" />
-                                    <HcIcon v-if="item.type === 1" name="exchange-2" class="ml-2" @click="item.type = 2" />
-                                    <HcIcon name="close" class="ml-2" @click="delTask(item, index)" />
-                                </el-button>
-                            </el-tooltip>
-                        </div>
-                    </div>
-                </div>
-                <div class="tree-box">
-                    <el-scrollbar>
-                        <ElTree
-                            class="hc-tree-node-box" :props="ElTreeProps" :data="ElTreeData" node-key="roleId"
-                            highlight-current accordion :default-expanded-keys="[0]" @node-click="ElTreeNodeClick"
-                        />
-                    </el-scrollbar>
-                </div>
-                <div class="user-box">
-                    <div class="y-user-list-box">
-                        <div class="title-box">
-                            <div class="title">可选择</div>
-                        </div>
-                        <div class="user-list">
-                            <el-scrollbar>
-                                <el-checkbox-group v-model="checkboxUserList">
-                                    <template v-for="item in signUserList" :key="item.certificateUserId">
-                                        <div class="user-item checkbox-li">
-                                            <el-checkbox :value="`${item.certificateUserName}-${item.certificateUserId}`" :disabled="item.isDisa">
-                                                <div class="item-user-name">{{ item.certificateUserName }}</div>
-                                            </el-checkbox>
-                                        </div>
-                                    </template>
-                                </el-checkbox-group>
-                            </el-scrollbar>
-                        </div>
-                    </div>
-                    <div class="s-user-list-box">
-                        <div class="title-box">
-                            <div class="title">已选择({{ checkboxUserList.length }})</div>
-                            <el-button plain size="small" @click="sequenceModal = true">调整顺序</el-button>
-                        </div>
-                        <div class="user-list">
-                            <el-scrollbar>
-                                <template v-for="(item, index) in checkboxUserList" :key="index">
-                                    <el-tag closable @close="delCheckboxUser(item, index)">{{ setCheckboxUserName(item) }}</el-tag>
-                                </template>
-                            </el-scrollbar>
-                        </div>
-                    </div>
-                </div>
-            </div>
-            <template #footer>
-                <div class="dialog-footer">
-                    <el-button hc-btn style="border: 1px solid var(--el-button-border-color);" @click="showModal = false">
-                        <HcIcon name="close" />
-                        <span>取消</span>
-                    </el-button>
-                    <el-button hc-btn type="primary" :loading="sureSignUserLoading" @click="sureSignUserClick">
-                        <HcIcon name="check" />
-                        <span>确定</span>
-                    </el-button>
-                </div>
-            </template>
-        </el-dialog>
-
-        <!-- 调整顺序 -->
-        <el-dialog v-model="sequenceModal" title="调整顺序" width="38rem" class="hc-modal-border" draggable destroy-on-close append-to-body>
-            <el-alert title="可拖动排序,也可在后面点击图标,切换排序" type="warning" :closable="false" />
-            <div class="sort-node-body-box list-group header">
-                <div class="list-group-item">
-                    <div class="index-box">序号</div>
-                    <div class="title-box">任务人</div>
-                    <div class="icon-box">排序</div>
-                </div>
-            </div>
-            <Draggable
-                class="sort-node-body-box list-group" ghost-class="ghost" :list="checkboxUserList" item-key="id"
-                @start="sortNodeDrag = true" @end="sortNodeDrag = false"
-            >
-                <template #item="{ element, index }">
-                    <div class="list-group-item">
-                        <div class="index-box">{{ index + 1 }}</div>
-                        <div class="title-box">{{ setCheckboxUserName(element) }}</div>
-                        <div class="icon-box">
-                            <span class="icon" @click="downSortClick(index, element)">
-                                <HcIcon name="arrow-down" ui="text-lg" />
-                            </span>
-                            <span class="icon" @click="upSortClick(index, element)">
-                                <HcIcon name="arrow-up" ui="text-lg" />
-                            </span>
-                        </div>
-                    </div>
-                </template>
-            </Draggable>
-            <template #footer>
-                <div class="dialog-footer">
-                    <el-button size="large" @click="sequenceModal = false">取消</el-button>
-                    <el-button type="primary" size="large" @click="saveSort">确认</el-button>
-                </div>
-            </template>
-        </el-dialog>
-    </div>
-</template>
-
-<script setup>
-import { onMounted, ref, watch } from 'vue'
-import tasksFlowApi from '~api/tasks/flow'
-import { arrToKey, deepClone, getArrValue } from 'js-fast-way'
-import Draggable from 'vuedraggable'
-
-//参数
-const props = defineProps({
-    ui: {
-        type: String,
-        default: '',
-    },
-    //选中的用户数组
-    users: {
-        type: String,
-        default: '',
-    },
-    projectId: {
-        type: [String, Number],
-        default: '',
-    },
-    contractId: {
-        type: [String, Number],
-        default: '',
-    },
-    isShowTaskName: {
-        type: Boolean,
-        default: false,
-    },
-    id: {
-        type: [String, Number],
-        default: '', //预设流程ID
-    },
-    fixedBranchList: {
-        type: Array,
-        default: () => ([]),
-    },
-})
-//事件
-const emit = defineEmits(['change'])
-const isShowTaskName = ref(props.isShowTaskName)
-//变量
-const showModal = ref(false)
-const sequenceModal = ref(false)
-const checkboxUserList = ref([])
-const UserDataList = ref([])
-const projectId = ref(props.projectId)
-const contractId = ref(props.contractId)
-const id = ref(props.id)
-const fixedBranchList = ref(props.fixedBranchList)
-
-//树数据
-const ElTreeProps = { children: 'childRoleList', label: 'roleName' }
-const ElTreeData = ref([{
-    roleName: '全部人员',
-    roleId: 0,
-    childRoleList: [],
-    signPfxFileList: [],
-}])
-
-//监听
-watch(() => [
-    props.users,
-    props.projectId,
-    props.contractId,
-    props.isShowTaskName,
-    props.id,
-    props.fixedBranchList,
-], ([users, pid, cid, ishow, Id, list]) => {
-    projectId.value = pid
-    contractId.value = cid
-    setUserDataList(users)
-    isShowTaskName.value = ishow
-    id.value = Id
-    fixedBranchList.value = list
-    fixedBranchList.value.forEach((ele) => {
-        let userList = getArrValue(ele.userList)
-        ele.userIds = arrToKey(userList, 'userId', ',') // '1,2,3'
-        let users = ''
-        for (let index = 0; index < userList.length; index++) {
-            const element = userList[index]
-            if (users) {
-                users += `,${element['userName']}-${element['userId']}`
-            } else {
-                users = `${element['userName']}-${element['userId']}`
-            }
-        }
-        ele.users = users
-        delete ele.userList
-    })
-    if (fixedBranchList.value.length > 0) {
-        curItem.value = fixedBranchList.value[0]
-        chekckTask(curItem.value)
-    }
-})
-
-//监听
-watch(() => checkboxUserList.value, (list) => {
-    let newUser = [], newUserId = [], users = ''
-    const dataList = deepClone(checkboxUserList.value)
-    UserDataList.value = dataList
-    if (dataList.length > 0) {
-        //封装数据
-        dataList.forEach(item => {
-            const itemArr = item.split('-')
-            if (itemArr.length > 0 && itemArr[0]) {
-                users = users ? `${users},${item}` : item
-                newUser.push({
-                    userId: itemArr[1],
-                    userName: itemArr[0],
-                })
-                newUserId.push(itemArr[1])
-            }
-        })
-        if (curItem.value) {
-            curItem.value.userIds = newUserId.join(',')
-            curItem.value.users = users
-        }
-    }
-})
-
-//渲染完成
-onMounted(() => {
-    setUserDataList(props.users)
-    queryAllRoleList()
-})
-
-//处理用户数据
-const setUserDataList = (users) => {
-    if (users) {
-        const usersArr = users.split(',')
-        UserDataList.value = usersArr
-        checkboxUserList.value = usersArr
-    } else {
-        UserDataList.value = []
-        checkboxUserList.value = []
-    }
-}
-
-//展开弹窗
-const showModalClick = () => {
-    showModal.value = true
-}
-
-//获取系统所有角色划分
-const signUserList = ref([])
-const queryAllRoleList = async () => {
-    const { error, code, data } = await tasksFlowApi.queryAllRoleList({
-        contractId: contractId.value,
-    })
-    //处理数据
-    if (!error && code === 200) {
-        let signList = [], dataArr = getArrValue(data)
-        ElTreeData.value[0].childRoleList = dataArr
-        if (dataArr.length > 0) {
-            dataArr.forEach(item => {
-                signList = signList.concat(item.signPfxFileList)
-            })
-        }
-        ElTreeData.value[0].signPfxFileList = signList
-        signUserList.value = signList
-    } else {
-        signUserList.value = []
-        ElTreeData.value[0].childRoleList = []
-        ElTreeData.value[0].signPfxFileList = []
-    }
-}
-
-//树被点击
-const ElTreeNodeClick = (data) => {
-    signUserList.value = getArrValue(data?.signPfxFileList)
-}
-
-//处理已选择的用户问题
-const setCheckboxUserName = (item) => {
-    if (item) {
-        const itemArr = item.split('-')
-        if (itemArr.length > 0 && itemArr[0]) {
-            return itemArr[0]
-        } else {
-            return ''
-        }
-    } else {
-        return ''
-    }
-}
-
-//删除已选择的用户
-const delCheckboxUser = (item, index) => {
-    checkboxUserList.value.splice(index, 1)
-    let delId = item.split('-')[1]
-    fixedBranchList.value.forEach((ele) => {
-        let arr = ele.userIds.split(',')
-        arr.forEach((ele1, index1) => {
-            if (ele1 === delId) {
-                arr.splice(index1, 1)
-            }
-        })
-        let arr1 = ele.users.split(',')
-        arr1.forEach((ele2, index2) => {
-            if (ele2.split('-')[1] === delId) {
-                arr1.splice(index2, 1)
-            }
-        })
-        ele.userIds = arr.join(',')
-        ele.users = arr1.join(',')
-    })
-    signUserList.value.forEach((ele) => {
-        if (delId === ele.certificateUserId) {
-            ele.isDisa = false
-        }
-    })
-}
-
-//排序
-const sortNodeDrag = ref(false)
-//向下
-const downSortClick = (index, elemnt) => {
-    const indexs = index + 1
-    const data = checkboxUserList.value
-    if (indexs !== data.length) {
-        const tmp = data.splice(indexs, 1)
-        checkboxUserList.value.splice(index, 0, tmp[0])
-        curItem.value.users = data.join(',')
-        let userIdsarr = []
-        data.forEach((ele) => {
-            userIdsarr.push(ele.split('-')[1])
-        })
-        curItem.value.userIds = userIdsarr.join(',')
-    } else {
-        window?.$message?.warning('已经处于置底,无法下移')
-    }
-}
-
-//向上
-const upSortClick = (index, elemnt) => {
-    const data = checkboxUserList.value || []
-    if (index !== 0) {
-        const tmp = data.splice(index - 1, 1)
-        checkboxUserList.value.splice(index, 0, tmp[0])
-        curItem.value.users = data.join(',')
-        let userIdsarr = []
-        data.forEach((ele) => {
-            userIdsarr.push(ele.split('-')[1])
-        })
-        curItem.value.userIds = userIdsarr.join(',')
-    } else {
-        window?.$message?.warning('已经处于置顶,无法上移')
-    }
-}
-
-//
-const saveSort = () => {
-    sequenceModal.value = false
-    curItem.value.users = checkboxUserList.value
-    let userIdsarr = []
-    checkboxUserList.value.forEach((ele) => {
-        userIdsarr.push(ele.split('-')[1])
-    })
-    curItem.value.userIds = userIdsarr.join(',')
-}
-
-//确认选择
-const sureSignUserLoading = ref(false)
-const sureSignUserClick = () => {
-    let isEmptyuserIds = fixedBranchList.value.some(obj => obj.userIds === '')
-    if (isEmptyuserIds && isShowTaskName) {
-        window.$message.warning('请选择对应的任务人员和名称')
-    } else if (fixedBranchList.value.length === 0 && isShowTaskName.value) {
-        window.$message.warning('请选择对应的任务人员和任务名称')
-    } else {
-        let newUser = [], newUserId = [], users = ''
-        const dataList = deepClone(checkboxUserList.value)
-        UserDataList.value = dataList
-        if (dataList.length === 0 && !isShowTaskName.value) {
-            window.$message.warning('请选择对应的任务人员')
-            return
-        }
-        sureSignUserLoading.value = true
-        //封装数据
-        dataList.forEach(item => {
-            const itemArr = item.split('-')
-            if (itemArr.length > 0 && itemArr[0]) {
-                users = users ? `${users},${item}` : item
-                newUser.push({
-                    userId: itemArr[1],
-                    userName: itemArr[0],
-                })
-                newUserId.push(itemArr[1])
-            }
-        })
-        showModal.value = false
-        sureSignUserLoading.value = false
-        emit('change', newUser, newUserId, fixedBranchList.value)
-    }
-}
-
-const taskNameinput = ref('')
-const addTaskName = () => {
-    if (taskNameinput.value) {
-        fixedBranchList.value.push({
-            name: taskNameinput.value,
-            type: 1,
-            userIds: '',
-        })
-        taskNameinput.value = ''
-    } else {
-        window.$message.warning('请输入任务名称')
-    }
-    checkboxUserList.value = []
-    curItem.value = null
-}
-
-const delTask = async (item, index) => {
-    fixedBranchList.value.splice(index, 1)
-    checkboxUserList.value = []
-}
-const curItem = ref(null)
-const chekckTask = async (item) => {
-    await queryAllRoleList()
-    curItem.value = item
-    setUserDataList(item.users)
-}
-</script>
-
-<style lang="scss" scoped>
-@import './style.scss';
-</style>
-
-<style lang="scss">
-.hc-tasks-user .tasks-user-box .tag-user-list {
-    .el-tag {
-        --el-icon-size: 14px;
-        padding: 0 10px;
-        height: 26px;
-        margin: 4px 0;
-    }
-}
-.hc-tasks-user-modal-content-box {
-    .checkbox-li .el-checkbox {
-        width: 100%;
-
-        .el-checkbox__input {
-            position: absolute;
-            right: 0;
-            .el-checkbox__inner {
-                width: 18px;
-                height: 18px;
-                &:after {
-                    height: 9px;
-                    left: 6px;
-                    top: 2px;
-                }
-            }
-        }
-        .el-checkbox__label {
-            flex: 1;
-            padding-left: 0;
-            padding-right: 20px;
-        }
-    }
-    .user-list {
-        .el-tag {
-            margin-right: 10px;
-            margin-top: 12px;
-        }
-        .el-checkbox-group {
-            padding-right: 20px;
-        }
-    }
-}
-</style>

+ 0 - 168
src/components/hc-tasks-user-bak/style.scss

@@ -1,168 +0,0 @@
-.hc-tasks-user {
-    position: relative;
-    .tasks-user-box {
-        position: relative;
-        border: 1px solid #e0e0e6;
-        border-radius: 4px;
-        padding: 0 12px;
-        cursor: pointer;
-        min-height: 40px;
-        .tag-user-list {
-            position: relative;
-            display: flex;
-            align-items: center;
-            flex-flow: row wrap;
-            min-height: inherit;
-            .tasks-placeholder {
-                color: #a9abb2;
-                font-size: 14px;
-            }
-            .arrow-icon-tag {
-                position: relative;
-                color: #a9abb2;
-                font-size: 18px;
-                margin: 0 8px;
-            }
-        }
-    }
-}
-
-.hc-tasks-user-modal-content-box {
-    position: relative;
-    display: flex;
-    height: 460px;
-    .tasks-name-box{
-        flex: 1;
-        border: 2px solid #EEEEEE;
-        padding: 20px;
-        .task-list-box{
-            
-            overflow-y: auto;
-            height: calc(100% - 40px);
-      
-            .task-list-box-item{
-                margin-top: 15px;
-             
-            }
-        }
-    }
-    .tree-box {
-        flex: 1;
-        user-select: none;
-        position: relative;
-        padding: 20px;
-        overflow: hidden;
-        border-right: 1px solid #EEEEEE;
-    }
-    .user-box {
-        flex: 2;
-        position: relative;
-        display: flex;
-        flex-direction: column;
-        .y-user-list-box, .s-user-list-box {
-            position: relative;
-            overflow: hidden;
-            display: flex;
-            flex-direction: column;
-            .title-box {
-                position: relative;
-                padding: 2px 24px;
-                display: flex;
-                align-items: center;
-                border-bottom: 1px solid #EEEEEE;
-                background-color: #F8F8F8;
-                color: #838791;
-                .title {
-                    flex: auto;
-                }
-            }
-            .user-list {
-                position: relative;
-                overflow: hidden;
-                padding: 0 24px;
-                .user-item {
-                    position: relative;
-                    padding: 4px 0;
-                }
-                .user-item + .user-item {
-                    border-top: 1px dashed #EEEEEE;
-                }
-            }
-        }
-        .y-user-list-box {
-            flex: 1;
-            .user-list {
-                flex: 1;
-            }
-        }
-        .s-user-list-box {
-            position: relative;
-            border-top: 1px solid #EEEEEE;
-            .user-list {
-                height: 6rem;
-            }
-        }
-    }
-}
-
-.sort-node-body-box.list-group {
-    position: relative;
-    min-height: 20px;
-    border: 1px solid #EEEEEE;
-    .list-group-item {
-        position: relative;
-        display: flex;
-        align-items: center;
-        padding: 6px 15px;
-        cursor: move;
-        transition: background 0.2s;
-        .index-box {
-            position: relative;
-            width: 50px;
-        }
-        .title-box {
-            position: relative;
-            padding-right: 24px;
-            flex: 1;
-        }
-        .icon-box {
-            position: relative;
-            font-size: 18px;
-            display: flex;
-            align-items: center;
-            .icon {
-                cursor: pointer;
-                display: flex;
-                align-items: center;
-            }
-        }
-        &:first-child .icon-box i:last-child,
-        &:last-child .icon-box i:first-child {
-            cursor: default;
-            color: #aaaaaa;
-        }
-        &:hover {
-            background: var(--el-color-primary-light-9);
-        }
-    }
-    .list-group-item + .list-group-item {
-        border-top: 1px solid #EEEEEE;
-    }
-    &.header {
-        border-bottom: 0;
-        .list-group-item {
-            cursor: default;
-            padding: 8px 15px;
-            background-color: #F8F8F8;
-            .index-box, .title-box, .icon-box {
-                font-size: 14px;
-            }
-        }
-    }
-}
-
-html.dark {
-    .hc-tasks-user .tasks-user-box {
-        border-color: var(--el-color-primary);
-    }
-}

+ 11 - 8
src/components/hc-tasks-user/modules/user-modal.vue

@@ -52,14 +52,15 @@
                     </template>
                 </hc-card>
             </div>
-            <div class="card-div-3 h-full w-235px">
+            <div class="card-div-3 h-full w-265px">
                 <hc-card v-if="positionList.length > 0" scrollbar>
                     <template #header>
                         <hc-search-input v-model="positionKey" placeholder="岗位搜索" icon="" @search="positionSearch" />
                     </template>
                     <template v-for="item in positionList" :key="item.roleId">
                         <div class="hc-tasks-user-role-item" :class="{ cur: positionItem.roleId === item.roleId }" @click="positionItemClick(item)">
-                            {{ item.roleName }}
+                            <i class="i-ph-user-list-light mr-5px" />
+                            <span>{{ item.roleName }}</span>
                         </div>
                     </template>
                 </hc-card>
@@ -95,7 +96,7 @@
                     <hc-empty :src="HcLoadSvg" title="请先选择岗位" />
                 </div>
             </div>
-            <div class="card-div-5 h-full w-235px">
+            <div class="card-div-5 h-full w-205px">
                 <hc-card v-if="fixedItem?.userList?.length > 0" scrollbar>
                     <template #header>
                         <span>已选择{{ fixedItem?.userList?.length || 0 }}人</span>
@@ -103,12 +104,14 @@
                     <template #extra>
                         <el-button type="warning" size="small" @click="fixedUserSortClick">调整排序</el-button>
                     </template>
-                    <div class="hc-tasks-user-cur-box flex gap-2">
+                    <div class="hc-tasks-user-cur-box" :class="`type-${fixedItem.type}`">
                         <template v-for="(item, index) in fixedItem?.userList" :key="index">
-                            <el-tag closable @close="fixedItemUserListDel(index)">
-                                <i class="i-ri-user-3-fill mr-5px" />
-                                <span>{{ item.userName }}</span>
-                            </el-tag>
+                            <div class="hc-tasks-user-item">
+                                <el-tag closable @close="fixedItemUserListDel(index)">
+                                    <i class="i-ri-user-3-fill mr-5px" />
+                                    <span>{{ item.userName }}</span>
+                                </el-tag>
+                            </div>
                         </template>
                     </div>
                     <template #action>

+ 26 - 1
src/components/hc-tasks-user/style.scss

@@ -255,6 +255,12 @@
         padding: 6px 10px;
         border-radius: 3px;
         transition: all .2s;
+        display: flex;
+        align-items: center;
+        i {
+            font-size: 18px;
+            display: inline-block;
+        }
         &:hover {
             color: #3A85E9;
             background: #f2f3f5;
@@ -336,7 +342,26 @@
     //已选择列表
     .hc-tasks-user-cur-box {
         position: relative;
-        flex-wrap: wrap;
+        .hc-tasks-user-item {
+            position: relative;
+            margin-top: 18px;
+        }
+        .hc-tasks-user-item:first-child {
+            margin-top: 0;
+        }
+        &.type-1 {
+            .hc-tasks-user-item + .hc-tasks-user-item {
+                &::before{
+                    content: "";
+                    position: absolute;
+                    background: #BBBBBB;
+                    top: -18px;
+                    height: 18px;
+                    width: 1px;
+                    left: 18px;
+                }
+            }
+        }
         .el-tag {
             --el-tag-bg-color: #D7E6FB;
             --el-tag-border-color: #AECCEE;

+ 7 - 0
yarn.lock

@@ -519,6 +519,13 @@
   dependencies:
     "@iconify/types" "*"
 
+"@iconify-json/ph@^1.1.13":
+  version "1.1.13"
+  resolved "http://39.108.216.210:9000/@iconify-json/ph/-/ph-1.1.13.tgz#242b1fcde91d3ca7ef64372475521dce41b047ac"
+  integrity sha512-xtM4JJ63HCKj09WRqrBswXiHrpliBlqboWSZH8odcmqYXbvIFceU9/Til4V+MQr6+MoUC+KB72cxhky2+A6r/g==
+  dependencies:
+    "@iconify/types" "*"
+
 "@iconify-json/ri@^1.1.21":
   version "1.1.21"
   resolved "http://39.108.216.210:9000/@iconify-json/ri/-/ri-1.1.21.tgz#16882230c827c29538d7ff4fd502930698cfb32d"