Skip to content

Commit b56b5fb

Browse files
authored
fix(icons): add the third batch of icon-saas icons. (#3889)
* fix(icons): remove icon-saas old rawIcons * fix(icons): add icon-saas batch3 * fix(icons): copy raw icons * fix(icons): add batch3 icons demo * fix(icons): build batch3 icons * fix(icons): add hr to divider two icons * fix(icons): update batch3 icon-saas icons * fix(icons): remove fill=none for batch3 icons
1 parent 8445f71 commit b56b5fb

File tree

1,192 files changed

+3504
-2255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,192 files changed

+3504
-2255
lines changed

examples/sites/demos/mobile-first/app/tree-select/webdoc/tree-select.cn.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ title: TreeSelect 树形选择器
55
# TreeSelect 树形选择器
66

77
结合了 BaseSelect 和 Tree 组件的选择器,用于从一个下拉树中选择一个或多个选项。
8-

examples/sites/demos/mobile-first/app/tree-select/webdoc/tree-select.en.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ title: TreeSelect
55
# TreeSelect
66

77
A selector that combines the BaseSelect and Tree components to select one or more options from a drop-down tree.
8-

examples/sites/demos/pc/app/icon/advance-icons.js

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,129 @@ export const advanceIcons = [
284284
'IconZoomIn',
285285
'IconZoomOut'
286286
]
287+
288+
export const batch3Icons = [
289+
'IconAbnormalCheckIn',
290+
'IconAnalyse',
291+
'IconApproval',
292+
'IconAskForLeave',
293+
'IconBank',
294+
'IconCancellationApplication',
295+
'IconCheckProperties',
296+
'IconComputingJob',
297+
'IconConfirmPayrollProfile',
298+
'IconCrossOrganizationWarehousingList',
299+
'IconCustomSclearance',
300+
'IconCustomsDeclarationList',
301+
'IconDefinitionOfProcessRoles',
302+
'IconDemandOrderList',
303+
'IconDetailedList',
304+
'IconDetailsPage',
305+
'IconDigitalassistant',
306+
'IconEmployeeInformation',
307+
'IconEquipment',
308+
'IconExchangerate',
309+
'IconFastCode',
310+
'IconGeneralAi',
311+
'IconGeneralPageIndigo',
312+
'IconIndicatorArtifactConfiguration',
313+
'IconInspectionPlan',
314+
'IconInterviewsList',
315+
'IconInventoryLlist',
316+
'IconInventoryOrganization',
317+
'IconInventoryPlanList',
318+
'IconInventoryPlanningRequirementsRequestChecklist',
319+
'IconInventoryRequestChecklist',
320+
'IconInventoryTransaction',
321+
'IconListOfCandidates',
322+
'IconListOfPermissionsToTransferGoods',
323+
'IconListPage',
324+
'IconMailboxConfiguration',
325+
'IconMaintainPayrollProfile',
326+
'IconMaterialAbcGroupingRules',
327+
'IconMatter',
328+
'IconMessageReleaseSuspension',
329+
'IconMessageTemplate',
330+
'IconMetaerpHelpDocumentManagement',
331+
'IconMetaitHelpDocumentManagement',
332+
'IconMiscellaneousList',
333+
'IconMultidimensionalChangeList',
334+
'IconMyApplication',
335+
'IconMyAttendance',
336+
'IconNumberMatchingRule',
337+
'IconOnboarding',
338+
'IconOrder',
339+
'IconOutOfWarehouse',
340+
'IconParameter',
341+
'IconPay',
342+
'IconPayrollApplication',
343+
'IconPayrollApproval',
344+
'IconPayrollElementCalculation',
345+
'IconPayrollElementMaintenance',
346+
'IconPeography',
347+
'IconPersonalInformation',
348+
'IconPickingRules',
349+
'IconPirplane',
350+
'IconPlanningDocument',
351+
'IconPlanningEngine',
352+
'IconPlanView',
353+
'IconPnventoryDiscrepancyAdjustmentList',
354+
'IconPositionManagement',
355+
'IconPrivacyCreation',
356+
'IconPrivacyStatement',
357+
'IconProcessPersonnelAssignment',
358+
'IconProcessRules',
359+
'IconProduce',
360+
'IconProductionorder',
361+
'IconProjectActualCost',
362+
'IconProjectBudgetCost',
363+
'IconProjectContract',
364+
'IconProjectExpenses',
365+
'IconProjectForecast',
366+
'IconProjectIncome',
367+
'IconProjectInvoice',
368+
'IconProjectProjectplan',
369+
'IconProjectProperty',
370+
'IconProjectStructureTree',
371+
'IconProjectTemplate',
372+
'IconPromotion',
373+
'IconPurchaseContract',
374+
'IconPutInWarehouse',
375+
'IconQualifiedSupplierSpecification',
376+
'IconQualityInspectionSheet',
377+
'IconReceivable',
378+
'IconRecruitmentServices',
379+
'IconRegularization',
380+
'IconReport',
381+
'IconRepository',
382+
'IconRequestPlan',
383+
'IconSalaryForm',
384+
'IconSalesOrder',
385+
'IconServiceSubscription',
386+
'IconServiceTenantServiceActivation',
387+
'IconShippingDocuments',
388+
'IconShippingOrder',
389+
'IconSideHustleEnd',
390+
'IconSideHustleStart',
391+
'IconStaticIndex',
392+
'IconSupplier',
393+
'IconSupplierPerformance',
394+
'IconSupplierPriceAgreement',
395+
'IconSupplierQualification',
396+
'IconSupplierQuotaAgreement',
397+
'IconSupplierSourcing',
398+
'IconTalentPoolList',
399+
'IconTaxation',
400+
'IconTeam',
401+
'IconTender',
402+
'IconTermination',
403+
'IconTimezone',
404+
'IconTrain',
405+
'IconTransfer',
406+
'IconTransferInventoryList',
407+
'IconTransferringInventoryListsAcrossOrganizations',
408+
'IconTransportation',
409+
'IconTruck',
410+
'IconWaybill',
411+
'IconWorkOvertime'
412+
]

examples/sites/demos/pc/app/icon/advance-usage-composition-api.vue

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,35 @@
5050
<span class="svgs-text" :title="name">{{ name }}</span>
5151
</div>
5252
</div>
53+
<hr />
54+
<div class="svgs-wrapper">
55+
<div
56+
v-for="name in batch3Icons"
57+
:key="name"
58+
:class="{
59+
'svg-visible': searchName === '' || name.toLowerCase().includes(searchName.toLowerCase()),
60+
'svgs-item': true
61+
}"
62+
@click="click(name)"
63+
>
64+
<component
65+
:is="Svgs[name] && Svgs[name]()"
66+
class="svgs-icon"
67+
:first-color="firstColor"
68+
:second-color="secondColor"
69+
:shape="shape"
70+
:underlay="isUnderlay ? underlay : null"
71+
></component>
72+
<span class="svgs-text" :title="name">{{ name }}</span>
73+
</div>
74+
</div>
5375
</div>
5476
</template>
5577

5678
<script setup lang="js">
5779
import Svgs from '@opentiny/vue-icon'
5880
import { TinyForm, TinyFormItem, TinyModal, TinyInput, TinyRadioGroup, TinyRadio, TinySwitch } from '@opentiny/vue'
59-
import { advanceIcons } from './advance-icons.js'
81+
import { advanceIcons, batch3Icons } from './advance-icons.js'
6082
import { getCurrentInstance, ref, watch } from 'vue'
6183
6284
const searchName = ref('')

examples/sites/demos/pc/app/icon/advance-usage.vue

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,28 @@
5050
<span class="svgs-text" :title="name">{{ name }}</span>
5151
</div>
5252
</div>
53+
<hr />
54+
<div class="svgs-wrapper">
55+
<div
56+
v-for="name in batch3Icons"
57+
:key="name"
58+
:class="{
59+
'svg-visible': searchName === '' || name.toLowerCase().includes(searchName.toLowerCase()),
60+
'svgs-item': true
61+
}"
62+
@click="click(name)"
63+
>
64+
<component
65+
:is="Svgs[name] && Svgs[name]()"
66+
class="svgs-icon"
67+
:first-color="firstColor"
68+
:second-color="secondColor"
69+
:shape="shape"
70+
:underlay="isUnderlay ? underlay : null"
71+
></component>
72+
<span class="svgs-text" :title="name">{{ name }}</span>
73+
</div>
74+
</div>
5375
</div>
5476
</template>
5577

@@ -65,7 +87,7 @@ import {
6587
TinyColorPicker,
6688
TinySwitch
6789
} from '@opentiny/vue'
68-
import { advanceIcons } from './advance-icons.js'
90+
import { advanceIcons, batch3Icons } from './advance-icons.js'
6991
7092
export default {
7193
components: {
@@ -81,6 +103,7 @@ export default {
81103
return {
82104
Svgs,
83105
advanceIcons,
106+
batch3Icons,
84107
searchName: '',
85108
shape: 'line',
86109
firstColor: '#0067D1',

packages/renderless/src/grid/utils/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export const getColumnList = ($table, columns, options = {}, level = 0) => {
7171
columnIndex: isLeaf ? $table.markColumnIndex++ : null
7272
})
7373

74+
// eslint-disable-next-line prefer-spread
7475
result.push.apply(result, hasChildren ? getColumnList($table, column.children, options, level + 1) : [column])
7576
})
7677

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

packages/theme-saas/src/svgs-raw/IconAcceptance.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/theme-saas/src/svgs-raw/IconAcceptanceFilled.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)