diff --git a/examples/sites/demos/pc/app/icon/advance-icons.js b/examples/sites/demos/pc/app/icon/advance-icons.js index 9f12fa0513..90ab42f271 100644 --- a/examples/sites/demos/pc/app/icon/advance-icons.js +++ b/examples/sites/demos/pc/app/icon/advance-icons.js @@ -284,3 +284,129 @@ export const advanceIcons = [ 'IconZoomIn', 'IconZoomOut' ] + +export const batch3Icons = [ + 'IconAbnormalCheckIn', + 'IconAnalyse', + 'IconApproval', + 'IconAskForLeave', + 'IconBank', + 'IconCancellationApplication', + 'IconCheckProperties', + 'IconComputingJob', + 'IconConfirmPayrollProfile', + 'IconCrossOrganizationWarehousingList', + 'IconCustomSclearance', + 'IconCustomsDeclarationList', + 'IconDefinitionOfProcessRoles', + 'IconDemandOrderList', + 'IconDetailedList', + 'IconDetailsPage', + 'IconDigitalassistant', + 'IconEmployeeInformation', + 'IconEquipment', + 'IconExchangerate', + 'IconFastCode', + 'IconGeneralAi', + 'IconGeneralPageIndigo', + 'IconIndicatorArtifactConfiguration', + 'IconInspectionPlan', + 'IconInterviewsList', + 'IconInventoryLlist', + 'IconInventoryOrganization', + 'IconInventoryPlanList', + 'IconInventoryPlanningRequirementsRequestChecklist', + 'IconInventoryRequestChecklist', + 'IconInventoryTransaction', + 'IconListOfCandidates', + 'IconListOfPermissionsToTransferGoods', + 'IconListPage', + 'IconMailboxConfiguration', + 'IconMaintainPayrollProfile', + 'IconMaterialAbcGroupingRules', + 'IconMatter', + 'IconMessageReleaseSuspension', + 'IconMessageTemplate', + 'IconMetaerpHelpDocumentManagement', + 'IconMetaitHelpDocumentManagement', + 'IconMiscellaneousList', + 'IconMultidimensionalChangeList', + 'IconMyApplication', + 'IconMyAttendance', + 'IconNumberMatchingRule', + 'IconOnboarding', + 'IconOrder', + 'IconOutOfWarehouse', + 'IconParameter', + 'IconPay', + 'IconPayrollApplication', + 'IconPayrollApproval', + 'IconPayrollElementCalculation', + 'IconPayrollElementMaintenance', + 'IconPeography', + 'IconPersonalInformation', + 'IconPickingRules', + 'IconPirplane', + 'IconPlanningDocument', + 'IconPlanningEngine', + 'IconPlanView', + 'IconPnventoryDiscrepancyAdjustmentList', + 'IconPositionManagement', + 'IconPrivacyCreation', + 'IconPrivacyStatement', + 'IconProcessPersonnelAssignment', + 'IconProcessRules', + 'IconProduce', + 'IconProductionorder', + 'IconProjectActualCost', + 'IconProjectBudgetCost', + 'IconProjectContract', + 'IconProjectExpenses', + 'IconProjectForecast', + 'IconProjectIncome', + 'IconProjectInvoice', + 'IconProjectProjectplan', + 'IconProjectProperty', + 'IconProjectStructureTree', + 'IconProjectTemplate', + 'IconPromotion', + 'IconPurchaseContract', + 'IconPutInWarehouse', + 'IconQualifiedSupplierSpecification', + 'IconQualityInspectionSheet', + 'IconReceivable', + 'IconRecruitmentServices', + 'IconRegularization', + 'IconReport', + 'IconRepository', + 'IconRequestPlan', + 'IconSalaryForm', + 'IconSalesOrder', + 'IconServiceSubscription', + 'IconServiceTenantServiceActivation', + 'IconShippingDocuments', + 'IconShippingOrder', + 'IconSideHustleEnd', + 'IconSideHustleStart', + 'IconStaticIndex', + 'IconSupplier', + 'IconSupplierPerformance', + 'IconSupplierPriceAgreement', + 'IconSupplierQualification', + 'IconSupplierQuotaAgreement', + 'IconSupplierSourcing', + 'IconTalentPoolList', + 'IconTaxation', + 'IconTeam', + 'IconTender', + 'IconTermination', + 'IconTimezone', + 'IconTrain', + 'IconTransfer', + 'IconTransferInventoryList', + 'IconTransferringInventoryListsAcrossOrganizations', + 'IconTransportation', + 'IconTruck', + 'IconWaybill', + 'IconWorkOvertime' +] diff --git a/examples/sites/demos/pc/app/icon/advance-usage-composition-api.vue b/examples/sites/demos/pc/app/icon/advance-usage-composition-api.vue index 8a0bbae575..72d7f89ae0 100644 --- a/examples/sites/demos/pc/app/icon/advance-usage-composition-api.vue +++ b/examples/sites/demos/pc/app/icon/advance-usage-composition-api.vue @@ -50,13 +50,35 @@ {{ name }} +