@type-dom/svgs 0.1.0 → 0.1.2
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/README.md +63 -6
- package/package.json +5 -1
- package/src/common-svg-list.d.ts +5 -0
- package/src/common-svg-list.js +1188 -0
- package/src/element-plus-svg-list.d.ts +5 -0
- package/src/element-plus-svg-list.js +1776 -0
- package/src/index.d.ts +4 -3
- package/src/index.js +4 -3
- package/src/lib/common/404.d.ts +6 -0
- package/src/lib/common/404.js +24 -0
- package/src/lib/common/A+.d.ts +6 -0
- package/src/lib/common/A+.js +27 -0
- package/src/lib/common/A-.d.ts +6 -0
- package/src/lib/common/A-.js +24 -0
- package/src/lib/common/QRCode.d.ts +6 -0
- package/src/lib/common/QRCode.js +33 -0
- package/src/lib/common/Shrink-outlined.d.ts +6 -0
- package/src/lib/common/Shrink-outlined.js +24 -0
- package/src/lib/common/Unfolded-outlined.d.ts +6 -0
- package/src/lib/common/Unfolded-outlined.js +24 -0
- package/src/lib/common/adaptive-width.d.ts +6 -0
- package/src/lib/common/adaptive-width.js +24 -0
- package/src/lib/common/add-bookmark.d.ts +6 -0
- package/src/lib/common/add-bookmark.js +27 -0
- package/src/lib/common/add-comments.d.ts +6 -0
- package/src/lib/common/add-comments.js +24 -0
- package/src/lib/common/add-restricted-edit.d.ts +6 -0
- package/src/lib/common/add-restricted-edit.js +24 -0
- package/src/lib/common/add.d.ts +6 -0
- package/src/lib/common/add.js +24 -0
- package/src/lib/common/align-bottom.d.ts +6 -0
- package/src/lib/common/align-bottom.js +24 -0
- package/src/lib/common/align-center.d.ts +6 -0
- package/src/lib/common/align-center.js +24 -0
- package/src/lib/common/align-justified.d.ts +6 -0
- package/src/lib/common/align-justified.js +24 -0
- package/src/lib/common/align-left.d.ts +6 -0
- package/src/lib/common/align-left.js +24 -0
- package/src/lib/common/align-middle.d.ts +6 -0
- package/src/lib/common/align-middle.js +24 -0
- package/src/lib/common/align-right.d.ts +6 -0
- package/src/lib/common/align-right.js +24 -0
- package/src/lib/common/align-scatter.d.ts +6 -0
- package/src/lib/common/align-scatter.js +24 -0
- package/src/lib/common/align-top.d.ts +6 -0
- package/src/lib/common/align-top.js +24 -0
- package/src/lib/common/attachment.d.ts +6 -0
- package/src/lib/common/attachment.js +24 -0
- package/src/lib/common/back.d.ts +6 -0
- package/src/lib/common/back.js +24 -0
- package/src/lib/common/background-color.d.ts +6 -0
- package/src/lib/common/background-color.js +33 -0
- package/src/lib/common/bold-T.d.ts +6 -0
- package/src/lib/common/bold-T.js +24 -0
- package/src/lib/common/bold.d.ts +6 -0
- package/src/lib/common/bold.js +24 -0
- package/src/lib/common/bookmark-list.d.ts +6 -0
- package/src/lib/common/bookmark-list.js +24 -0
- package/src/lib/common/bookmark.d.ts +6 -0
- package/src/lib/common/bookmark.js +24 -0
- package/src/lib/common/bug.d.ts +6 -0
- package/src/lib/common/bug.js +24 -0
- package/src/lib/common/catalog.d.ts +6 -0
- package/src/lib/common/catalog.js +30 -0
- package/src/lib/common/chart.d.ts +6 -0
- package/src/lib/common/chart.js +24 -0
- package/src/lib/common/check.d.ts +6 -0
- package/src/lib/common/check.js +24 -0
- package/src/lib/common/checkbox.d.ts +6 -0
- package/src/lib/common/checkbox.js +30 -0
- package/src/lib/common/circle.d.ts +6 -0
- package/src/lib/common/circle.js +24 -0
- package/src/lib/common/clean.d.ts +6 -0
- package/src/lib/common/clean.js +24 -0
- package/src/lib/common/clipboard.d.ts +6 -0
- package/src/lib/common/clipboard.js +24 -0
- package/src/lib/common/close-revision.d.ts +6 -0
- package/src/lib/common/close-revision.js +27 -0
- package/src/lib/common/close.d.ts +6 -0
- package/src/lib/common/close.js +24 -0
- package/src/lib/common/component.d.ts +6 -0
- package/src/lib/common/component.js +24 -0
- package/src/lib/common/connection.d.ts +6 -0
- package/src/lib/common/connection.js +27 -0
- package/src/lib/common/create-fill-restriction.d.ts +6 -0
- package/src/lib/common/create-fill-restriction.js +36 -0
- package/src/lib/common/cross.d.ts +6 -0
- package/src/lib/common/cross.js +24 -0
- package/src/lib/common/dashboard.d.ts +6 -0
- package/src/lib/common/dashboard.js +24 -0
- package/src/lib/common/date.d.ts +6 -0
- package/src/lib/common/date.js +27 -0
- package/src/lib/common/datepicker.d.ts +6 -0
- package/src/lib/common/datepicker.js +27 -0
- package/src/lib/common/delete.d.ts +6 -0
- package/src/lib/common/delete.js +33 -0
- package/src/lib/common/documentation.d.ts +6 -0
- package/src/lib/common/documentation.js +24 -0
- package/src/lib/common/drag.d.ts +6 -0
- package/src/lib/common/drag.js +24 -0
- package/src/lib/common/dropdown-box.d.ts +6 -0
- package/src/lib/common/dropdown-box.js +24 -0
- package/src/lib/common/edit.d.ts +6 -0
- package/src/lib/common/edit.js +27 -0
- package/src/lib/common/education.d.ts +6 -0
- package/src/lib/common/education.js +24 -0
- package/src/lib/common/email.d.ts +6 -0
- package/src/lib/common/email.js +27 -0
- package/src/lib/common/example.d.ts +6 -0
- package/src/lib/common/example.js +24 -0
- package/src/lib/common/excel.d.ts +6 -0
- package/src/lib/common/excel.js +27 -0
- package/src/lib/common/exit-fullscreen.d.ts +6 -0
- package/src/lib/common/exit-fullscreen.js +24 -0
- package/src/lib/common/export.d.ts +6 -0
- package/src/lib/common/export.js +33 -0
- package/src/lib/common/eye-open.d.ts +6 -0
- package/src/lib/common/eye-open.js +24 -0
- package/src/lib/common/eye.d.ts +6 -0
- package/src/lib/common/eye.js +24 -0
- package/src/lib/common/file-open.d.ts +6 -0
- package/src/lib/common/file-open.js +24 -0
- package/src/lib/common/file.d.ts +6 -0
- package/src/lib/common/file.js +27 -0
- package/src/lib/common/fill-restricted-list.d.ts +6 -0
- package/src/lib/common/fill-restricted-list.js +30 -0
- package/src/lib/common/find.d.ts +6 -0
- package/src/lib/common/find.js +24 -0
- package/src/lib/common/flow.d.ts +6 -0
- package/src/lib/common/flow.js +24 -0
- package/src/lib/common/fold.d.ts +6 -0
- package/src/lib/common/fold.js +24 -0
- package/src/lib/common/folder.d.ts +6 -0
- package/src/lib/common/folder.js +24 -0
- package/src/lib/common/font-color.d.ts +6 -0
- package/src/lib/common/font-color.js +24 -0
- package/src/lib/common/forbid-edit.d.ts +6 -0
- package/src/lib/common/forbid-edit.js +27 -0
- package/src/lib/common/form.d.ts +6 -0
- package/src/lib/common/form.js +24 -0
- package/src/lib/common/formImage.d.ts +6 -0
- package/src/lib/common/formImage.js +24 -0
- package/src/lib/common/formQRCode.d.ts +6 -0
- package/src/lib/common/formQRCode.js +33 -0
- package/src/lib/common/formText.d.ts +6 -0
- package/src/lib/common/formText.js +30 -0
- package/src/lib/common/format-brush-new.d.ts +6 -0
- package/src/lib/common/format-brush-new.js +24 -0
- package/src/lib/common/format-brush.d.ts +6 -0
- package/src/lib/common/format-brush.js +24 -0
- package/src/lib/common/fullscreen.d.ts +6 -0
- package/src/lib/common/fullscreen.js +24 -0
- package/src/lib/common/guide.d.ts +6 -0
- package/src/lib/common/guide.js +24 -0
- package/src/lib/common/h.d.ts +6 -0
- package/src/lib/common/h.js +24 -0
- package/src/lib/common/history.d.ts +6 -0
- package/src/lib/common/history.js +27 -0
- package/src/lib/common/homepage.d.ts +6 -0
- package/src/lib/common/homepage.js +24 -0
- package/src/lib/common/icon-vertical-align-botto.d.ts +6 -0
- package/src/lib/common/icon-vertical-align-botto.js +24 -0
- package/src/lib/common/icon-vertical-align-middl.d.ts +6 -0
- package/src/lib/common/icon-vertical-align-middl.js +24 -0
- package/src/lib/common/icon-vertical-align-top.d.ts +6 -0
- package/src/lib/common/icon-vertical-align-top.js +24 -0
- package/src/lib/common/icon.d.ts +6 -0
- package/src/lib/common/icon.js +24 -0
- package/src/lib/common/identifier.d.ts +6 -0
- package/src/lib/common/identifier.js +24 -0
- package/src/lib/common/image.d.ts +6 -0
- package/src/lib/common/image.js +24 -0
- package/src/lib/common/import.d.ts +6 -0
- package/src/lib/common/import.js +30 -0
- package/src/lib/common/increase-indent.d.ts +6 -0
- package/src/lib/common/increase-indent.js +27 -0
- package/src/lib/common/increase-line-height.d.ts +6 -0
- package/src/lib/common/increase-line-height.js +24 -0
- package/src/lib/common/insert-column.d.ts +6 -0
- package/src/lib/common/insert-column.js +42 -0
- package/src/lib/common/insert-row.d.ts +6 -0
- package/src/lib/common/insert-row.js +42 -0
- package/src/lib/common/international.d.ts +6 -0
- package/src/lib/common/international.js +24 -0
- package/src/lib/common/inventory.d.ts +6 -0
- package/src/lib/common/inventory.js +24 -0
- package/src/lib/common/italic-1.d.ts +6 -0
- package/src/lib/common/italic-1.js +24 -0
- package/src/lib/common/italic.d.ts +6 -0
- package/src/lib/common/italic.js +24 -0
- package/src/lib/common/language.d.ts +6 -0
- package/src/lib/common/language.js +27 -0
- package/src/lib/common/line.d.ts +6 -0
- package/src/lib/common/line.js +24 -0
- package/src/lib/common/link.d.ts +6 -0
- package/src/lib/common/link.js +30 -0
- package/src/lib/common/list.d.ts +6 -0
- package/src/lib/common/list.js +27 -0
- package/src/lib/common/lock.d.ts +6 -0
- package/src/lib/common/lock.js +24 -0
- package/src/lib/common/mPage.d.ts +6 -0
- package/src/lib/common/mPage.js +27 -0
- package/src/lib/common/merge-cell.d.ts +6 -0
- package/src/lib/common/merge-cell.js +27 -0
- package/src/lib/common/message.d.ts +6 -0
- package/src/lib/common/message.js +24 -0
- package/src/lib/common/middle-line.d.ts +6 -0
- package/src/lib/common/middle-line.js +24 -0
- package/src/lib/common/minus.d.ts +6 -0
- package/src/lib/common/minus.js +24 -0
- package/src/lib/common/module.d.ts +6 -0
- package/src/lib/common/module.js +27 -0
- package/src/lib/common/money.d.ts +6 -0
- package/src/lib/common/money.js +24 -0
- package/src/lib/common/multiline-input.d.ts +6 -0
- package/src/lib/common/multiline-input.js +27 -0
- package/src/lib/common/multiple-options.d.ts +6 -0
- package/src/lib/common/multiple-options.js +27 -0
- package/src/lib/common/nested.d.ts +6 -0
- package/src/lib/common/nested.js +24 -0
- package/src/lib/common/numerical-input.d.ts +6 -0
- package/src/lib/common/numerical-input.js +24 -0
- package/src/lib/common/numerical.d.ts +6 -0
- package/src/lib/common/numerical.js +27 -0
- package/src/lib/common/outline.d.ts +6 -0
- package/src/lib/common/outline.js +33 -0
- package/src/lib/common/overline.d.ts +6 -0
- package/src/lib/common/overline.js +24 -0
- package/src/lib/common/page-add.d.ts +6 -0
- package/src/lib/common/page-add.js +27 -0
- package/src/lib/common/page-delete.d.ts +6 -0
- package/src/lib/common/page-delete.js +27 -0
- package/src/lib/common/page-direction.d.ts +6 -0
- package/src/lib/common/page-direction.js +36 -0
- package/src/lib/common/page-header-footer.d.ts +6 -0
- package/src/lib/common/page-header-footer.js +39 -0
- package/src/lib/common/page-margin.d.ts +6 -0
- package/src/lib/common/page-margin.js +30 -0
- package/src/lib/common/paginate.d.ts +6 -0
- package/src/lib/common/paginate.js +24 -0
- package/src/lib/common/pagination.d.ts +6 -0
- package/src/lib/common/pagination.js +24 -0
- package/src/lib/common/paging.d.ts +6 -0
- package/src/lib/common/paging.js +24 -0
- package/src/lib/common/password.d.ts +6 -0
- package/src/lib/common/password.js +24 -0
- package/src/lib/common/pdf.d.ts +6 -0
- package/src/lib/common/pdf.js +24 -0
- package/src/lib/common/people.d.ts +6 -0
- package/src/lib/common/people.js +24 -0
- package/src/lib/common/peoples.d.ts +6 -0
- package/src/lib/common/peoples.js +27 -0
- package/src/lib/common/plus.d.ts +6 -0
- package/src/lib/common/plus.js +24 -0
- package/src/lib/common/process.d.ts +6 -0
- package/src/lib/common/process.js +27 -0
- package/src/lib/common/property.d.ts +6 -0
- package/src/lib/common/property.js +36 -0
- package/src/lib/common/qq.d.ts +6 -0
- package/src/lib/common/qq.js +24 -0
- package/src/lib/common/radio-button.d.ts +6 -0
- package/src/lib/common/radio-button.js +27 -0
- package/src/lib/common/rectangle.d.ts +6 -0
- package/src/lib/common/rectangle.js +24 -0
- package/src/lib/common/redo.d.ts +6 -0
- package/src/lib/common/redo.js +24 -0
- package/src/lib/common/restricted-edit-list.d.ts +6 -0
- package/src/lib/common/restricted-edit-list.js +24 -0
- package/src/lib/common/row-height.d.ts +6 -0
- package/src/lib/common/row-height.js +33 -0
- package/src/lib/common/row-spacing.d.ts +6 -0
- package/src/lib/common/row-spacing.js +24 -0
- package/src/lib/common/sPage.d.ts +6 -0
- package/src/lib/common/sPage.js +24 -0
- package/src/lib/common/save-2.d.ts +6 -0
- package/src/lib/common/save-2.js +27 -0
- package/src/lib/common/save.d.ts +6 -0
- package/src/lib/common/save.js +27 -0
- package/src/lib/common/sd-tag.d.ts +6 -0
- package/src/lib/common/sd-tag.js +24 -0
- package/src/lib/common/search.d.ts +6 -0
- package/src/lib/common/search.js +24 -0
- package/src/lib/common/select.d.ts +6 -0
- package/src/lib/common/select.js +27 -0
- package/src/lib/common/sensitive-info.d.ts +6 -0
- package/src/lib/common/sensitive-info.js +27 -0
- package/src/lib/common/shape.d.ts +6 -0
- package/src/lib/common/shape.js +24 -0
- package/src/lib/common/shopping-card.d.ts +6 -0
- package/src/lib/common/shopping-card.js +24 -0
- package/src/lib/common/shopping.d.ts +6 -0
- package/src/lib/common/shopping.js +24 -0
- package/src/lib/common/sign.d.ts +6 -0
- package/src/lib/common/sign.js +42 -0
- package/src/lib/common/signature.d.ts +6 -0
- package/src/lib/common/signature.js +24 -0
- package/src/lib/common/single-input.d.ts +6 -0
- package/src/lib/common/single-input.js +27 -0
- package/src/lib/common/single-option.d.ts +6 -0
- package/src/lib/common/single-option.js +24 -0
- package/src/lib/common/size.d.ts +6 -0
- package/src/lib/common/size.js +24 -0
- package/src/lib/common/skill.d.ts +6 -0
- package/src/lib/common/skill.js +24 -0
- package/src/lib/common/sort-value.d.ts +6 -0
- package/src/lib/common/sort-value.js +24 -0
- package/src/lib/common/sort.d.ts +6 -0
- package/src/lib/common/sort.js +24 -0
- package/src/lib/common/split-cell.d.ts +6 -0
- package/src/lib/common/split-cell.js +24 -0
- package/src/lib/common/star.d.ts +6 -0
- package/src/lib/common/star.js +24 -0
- package/src/lib/common/static-catalog.d.ts +6 -0
- package/src/lib/common/static-catalog.js +36 -0
- package/src/lib/common/static-horizontal-line.d.ts +6 -0
- package/src/lib/common/static-horizontal-line.js +24 -0
- package/src/lib/common/static-image.d.ts +6 -0
- package/src/lib/common/static-image.js +24 -0
- package/src/lib/common/static-vertical-line.d.ts +6 -0
- package/src/lib/common/static-vertical-line.js +24 -0
- package/src/lib/common/staticHLine.d.ts +6 -0
- package/src/lib/common/staticHLine.js +24 -0
- package/src/lib/common/staticLabel.d.ts +6 -0
- package/src/lib/common/staticLabel.js +24 -0
- package/src/lib/common/staticMLLabel.d.ts +6 -0
- package/src/lib/common/staticMLLabel.js +27 -0
- package/src/lib/common/staticQRCode.d.ts +6 -0
- package/src/lib/common/staticQRCode.js +24 -0
- package/src/lib/common/staticSLLabel.d.ts +6 -0
- package/src/lib/common/staticSLLabel.js +24 -0
- package/src/lib/common/staticTable.d.ts +6 -0
- package/src/lib/common/staticTable.js +24 -0
- package/src/lib/common/staticText.d.ts +6 -0
- package/src/lib/common/staticText.js +27 -0
- package/src/lib/common/staticVLine.d.ts +6 -0
- package/src/lib/common/staticVLine.js +24 -0
- package/src/lib/common/strikethrough.d.ts +6 -0
- package/src/lib/common/strikethrough.js +24 -0
- package/src/lib/common/submit.d.ts +6 -0
- package/src/lib/common/submit.js +24 -0
- package/src/lib/common/svg.d.ts +6 -0
- package/src/lib/common/svg.js +24 -0
- package/src/lib/common/tab.d.ts +6 -0
- package/src/lib/common/tab.js +24 -0
- package/src/lib/common/table-1.d.ts +6 -0
- package/src/lib/common/table-1.js +24 -0
- package/src/lib/common/table-2.d.ts +6 -0
- package/src/lib/common/table-2.js +24 -0
- package/src/lib/common/table-new.d.ts +6 -0
- package/src/lib/common/table-new.js +36 -0
- package/src/lib/common/table.d.ts +6 -0
- package/src/lib/common/table.js +27 -0
- package/src/lib/common/task.d.ts +6 -0
- package/src/lib/common/task.js +27 -0
- package/src/lib/common/td-image.d.ts +6 -0
- package/src/lib/common/td-image.js +24 -0
- package/src/lib/common/td-text.d.ts +6 -0
- package/src/lib/common/td-text.js +30 -0
- package/src/lib/common/tdQRCode.d.ts +6 -0
- package/src/lib/common/tdQRCode.js +33 -0
- package/src/lib/common/templates.d.ts +6 -0
- package/src/lib/common/templates.js +30 -0
- package/src/lib/common/text-indent.d.ts +6 -0
- package/src/lib/common/text-indent.js +24 -0
- package/src/lib/common/text.d.ts +6 -0
- package/src/lib/common/text.js +30 -0
- package/src/lib/common/theme.d.ts +6 -0
- package/src/lib/common/theme.js +24 -0
- package/src/lib/common/three-dots.d.ts +6 -0
- package/src/lib/common/three-dots.js +24 -0
- package/src/lib/common/thumbnail-page.d.ts +6 -0
- package/src/lib/common/thumbnail-page.js +24 -0
- package/src/lib/common/thumbnail.d.ts +6 -0
- package/src/lib/common/thumbnail.js +24 -0
- package/src/lib/common/time.d.ts +6 -0
- package/src/lib/common/time.js +27 -0
- package/src/lib/common/transform.d.ts +6 -0
- package/src/lib/common/transform.js +24 -0
- package/src/lib/common/tree-shape.d.ts +6 -0
- package/src/lib/common/tree-shape.js +27 -0
- package/src/lib/common/tree-table.d.ts +6 -0
- package/src/lib/common/tree-table.js +24 -0
- package/src/lib/common/tree.d.ts +6 -0
- package/src/lib/common/tree.js +24 -0
- package/src/lib/common/underline.d.ts +6 -0
- package/src/lib/common/underline.js +24 -0
- package/src/lib/common/undo.d.ts +6 -0
- package/src/lib/common/undo.js +24 -0
- package/src/lib/common/unfold.d.ts +6 -0
- package/src/lib/common/unfold.js +24 -0
- package/src/lib/common/user.d.ts +6 -0
- package/src/lib/common/user.js +24 -0
- package/src/lib/common/view-code.d.ts +6 -0
- package/src/lib/common/view-code.js +24 -0
- package/src/lib/common/watermark.d.ts +6 -0
- package/src/lib/common/watermark.js +24 -0
- package/src/lib/common/wechat.d.ts +6 -0
- package/src/lib/common/wechat.js +27 -0
- package/src/lib/common/workflow.d.ts +6 -0
- package/src/lib/common/workflow.js +24 -0
- package/src/lib/common/zip.d.ts +6 -0
- package/src/lib/common/zip.js +24 -0
- package/src/lib/common-index.d.ts +195 -0
- package/src/lib/common-index.js +396 -0
- package/src/lib/element-plus/add-location.d.ts +6 -0
- package/src/lib/element-plus/add-location.js +30 -0
- package/src/lib/element-plus/aim.d.ts +6 -0
- package/src/lib/element-plus/aim.js +27 -0
- package/src/lib/element-plus/alarm-clock.d.ts +6 -0
- package/src/lib/element-plus/alarm-clock.js +27 -0
- package/src/lib/element-plus/apple.d.ts +6 -0
- package/src/lib/element-plus/apple.js +24 -0
- package/src/lib/element-plus/arrow-down-bold.d.ts +6 -0
- package/src/lib/element-plus/arrow-down-bold.js +24 -0
- package/src/lib/element-plus/arrow-down.d.ts +6 -0
- package/src/lib/element-plus/arrow-down.js +24 -0
- package/src/lib/element-plus/arrow-left-bold.d.ts +6 -0
- package/src/lib/element-plus/arrow-left-bold.js +24 -0
- package/src/lib/element-plus/arrow-left.d.ts +6 -0
- package/src/lib/element-plus/arrow-left.js +24 -0
- package/src/lib/element-plus/arrow-right-bold.d.ts +6 -0
- package/src/lib/element-plus/arrow-right-bold.js +24 -0
- package/src/lib/element-plus/arrow-right.d.ts +6 -0
- package/src/lib/element-plus/arrow-right.js +24 -0
- package/src/lib/element-plus/arrow-up-bold.d.ts +6 -0
- package/src/lib/element-plus/arrow-up-bold.js +24 -0
- package/src/lib/element-plus/arrow-up.d.ts +6 -0
- package/src/lib/element-plus/arrow-up.js +24 -0
- package/src/lib/element-plus/avatar.d.ts +6 -0
- package/src/lib/element-plus/avatar.js +24 -0
- package/src/lib/element-plus/back.d.ts +6 -0
- package/src/lib/element-plus/back.js +27 -0
- package/src/lib/element-plus/baseball.d.ts +6 -0
- package/src/lib/element-plus/baseball.js +27 -0
- package/src/lib/element-plus/basketball.d.ts +6 -0
- package/src/lib/element-plus/basketball.js +24 -0
- package/src/lib/element-plus/bell-filled.d.ts +6 -0
- package/src/lib/element-plus/bell-filled.js +24 -0
- package/src/lib/element-plus/bell.d.ts +6 -0
- package/src/lib/element-plus/bell.js +30 -0
- package/src/lib/element-plus/bicycle.d.ts +6 -0
- package/src/lib/element-plus/bicycle.js +36 -0
- package/src/lib/element-plus/bottom-left.d.ts +6 -0
- package/src/lib/element-plus/bottom-left.js +27 -0
- package/src/lib/element-plus/bottom-right.d.ts +6 -0
- package/src/lib/element-plus/bottom-right.js +27 -0
- package/src/lib/element-plus/bottom.d.ts +6 -0
- package/src/lib/element-plus/bottom.js +24 -0
- package/src/lib/element-plus/bowl.d.ts +6 -0
- package/src/lib/element-plus/bowl.js +24 -0
- package/src/lib/element-plus/box.d.ts +6 -0
- package/src/lib/element-plus/box.js +30 -0
- package/src/lib/element-plus/briefcase.d.ts +6 -0
- package/src/lib/element-plus/briefcase.js +24 -0
- package/src/lib/element-plus/brush-filled.d.ts +6 -0
- package/src/lib/element-plus/brush-filled.js +24 -0
- package/src/lib/element-plus/brush.d.ts +6 -0
- package/src/lib/element-plus/brush.js +24 -0
- package/src/lib/element-plus/burger.d.ts +6 -0
- package/src/lib/element-plus/burger.js +24 -0
- package/src/lib/element-plus/calendar.d.ts +6 -0
- package/src/lib/element-plus/calendar.js +24 -0
- package/src/lib/element-plus/camera-filled.d.ts +6 -0
- package/src/lib/element-plus/camera-filled.js +24 -0
- package/src/lib/element-plus/camera.d.ts +6 -0
- package/src/lib/element-plus/camera.js +24 -0
- package/src/lib/element-plus/caret-bottom.d.ts +6 -0
- package/src/lib/element-plus/caret-bottom.js +24 -0
- package/src/lib/element-plus/caret-left.d.ts +6 -0
- package/src/lib/element-plus/caret-left.js +24 -0
- package/src/lib/element-plus/caret-right.d.ts +6 -0
- package/src/lib/element-plus/caret-right.js +24 -0
- package/src/lib/element-plus/caret-top.d.ts +6 -0
- package/src/lib/element-plus/caret-top.js +24 -0
- package/src/lib/element-plus/cellphone.d.ts +6 -0
- package/src/lib/element-plus/cellphone.js +24 -0
- package/src/lib/element-plus/chat-dot-round.d.ts +6 -0
- package/src/lib/element-plus/chat-dot-round.js +27 -0
- package/src/lib/element-plus/chat-dot-square.d.ts +6 -0
- package/src/lib/element-plus/chat-dot-square.js +27 -0
- package/src/lib/element-plus/chat-line-round.d.ts +6 -0
- package/src/lib/element-plus/chat-line-round.js +27 -0
- package/src/lib/element-plus/chat-line-square.d.ts +6 -0
- package/src/lib/element-plus/chat-line-square.js +27 -0
- package/src/lib/element-plus/chat-round.d.ts +6 -0
- package/src/lib/element-plus/chat-round.js +24 -0
- package/src/lib/element-plus/chat-square.d.ts +6 -0
- package/src/lib/element-plus/chat-square.js +24 -0
- package/src/lib/element-plus/check.d.ts +6 -0
- package/src/lib/element-plus/check.js +24 -0
- package/src/lib/element-plus/checked.d.ts +6 -0
- package/src/lib/element-plus/checked.js +24 -0
- package/src/lib/element-plus/cherry.d.ts +6 -0
- package/src/lib/element-plus/cherry.js +24 -0
- package/src/lib/element-plus/chicken.d.ts +6 -0
- package/src/lib/element-plus/chicken.js +24 -0
- package/src/lib/element-plus/chrome-filled.d.ts +6 -0
- package/src/lib/element-plus/chrome-filled.js +30 -0
- package/src/lib/element-plus/circle-check-filled.d.ts +6 -0
- package/src/lib/element-plus/circle-check-filled.js +24 -0
- package/src/lib/element-plus/circle-check.d.ts +6 -0
- package/src/lib/element-plus/circle-check.js +27 -0
- package/src/lib/element-plus/circle-close-filled.d.ts +6 -0
- package/src/lib/element-plus/circle-close-filled.js +24 -0
- package/src/lib/element-plus/circle-close.d.ts +6 -0
- package/src/lib/element-plus/circle-close.js +27 -0
- package/src/lib/element-plus/circle-plus-filled.d.ts +6 -0
- package/src/lib/element-plus/circle-plus-filled.js +24 -0
- package/src/lib/element-plus/circle-plus.d.ts +6 -0
- package/src/lib/element-plus/circle-plus.js +30 -0
- package/src/lib/element-plus/clock.d.ts +6 -0
- package/src/lib/element-plus/clock.js +30 -0
- package/src/lib/element-plus/close-bold.d.ts +6 -0
- package/src/lib/element-plus/close-bold.js +24 -0
- package/src/lib/element-plus/close.d.ts +6 -0
- package/src/lib/element-plus/close.js +24 -0
- package/src/lib/element-plus/cloudy.d.ts +6 -0
- package/src/lib/element-plus/cloudy.js +24 -0
- package/src/lib/element-plus/coffee-cup.d.ts +6 -0
- package/src/lib/element-plus/coffee-cup.js +24 -0
- package/src/lib/element-plus/coffee.d.ts +6 -0
- package/src/lib/element-plus/coffee.js +24 -0
- package/src/lib/element-plus/coin.d.ts +6 -0
- package/src/lib/element-plus/coin.js +30 -0
- package/src/lib/element-plus/cold-drink.d.ts +6 -0
- package/src/lib/element-plus/cold-drink.js +24 -0
- package/src/lib/element-plus/collection-tag.d.ts +6 -0
- package/src/lib/element-plus/collection-tag.js +24 -0
- package/src/lib/element-plus/collection.d.ts +6 -0
- package/src/lib/element-plus/collection.js +27 -0
- package/src/lib/element-plus/comment.d.ts +6 -0
- package/src/lib/element-plus/comment.js +24 -0
- package/src/lib/element-plus/compass.d.ts +6 -0
- package/src/lib/element-plus/compass.js +27 -0
- package/src/lib/element-plus/connection.d.ts +6 -0
- package/src/lib/element-plus/connection.js +27 -0
- package/src/lib/element-plus/coordinate.d.ts +6 -0
- package/src/lib/element-plus/coordinate.js +27 -0
- package/src/lib/element-plus/copy-document.d.ts +6 -0
- package/src/lib/element-plus/copy-document.js +27 -0
- package/src/lib/element-plus/cpu.d.ts +6 -0
- package/src/lib/element-plus/cpu.js +27 -0
- package/src/lib/element-plus/credit-card.d.ts +6 -0
- package/src/lib/element-plus/credit-card.js +27 -0
- package/src/lib/element-plus/crop.d.ts +6 -0
- package/src/lib/element-plus/crop.js +27 -0
- package/src/lib/element-plus/d-arrow-left.d.ts +6 -0
- package/src/lib/element-plus/d-arrow-left.js +24 -0
- package/src/lib/element-plus/d-arrow-right.d.ts +6 -0
- package/src/lib/element-plus/d-arrow-right.js +24 -0
- package/src/lib/element-plus/d-caret.d.ts +6 -0
- package/src/lib/element-plus/d-caret.js +24 -0
- package/src/lib/element-plus/data-analysis.d.ts +6 -0
- package/src/lib/element-plus/data-analysis.js +24 -0
- package/src/lib/element-plus/data-board.d.ts +6 -0
- package/src/lib/element-plus/data-board.js +30 -0
- package/src/lib/element-plus/data-line.d.ts +6 -0
- package/src/lib/element-plus/data-line.js +24 -0
- package/src/lib/element-plus/delete-filled.d.ts +6 -0
- package/src/lib/element-plus/delete-filled.js +24 -0
- package/src/lib/element-plus/delete-location.d.ts +6 -0
- package/src/lib/element-plus/delete-location.js +30 -0
- package/src/lib/element-plus/delete.d.ts +6 -0
- package/src/lib/element-plus/delete.js +24 -0
- package/src/lib/element-plus/dessert.d.ts +6 -0
- package/src/lib/element-plus/dessert.js +24 -0
- package/src/lib/element-plus/discount.d.ts +6 -0
- package/src/lib/element-plus/discount.js +27 -0
- package/src/lib/element-plus/dish-dot.d.ts +6 -0
- package/src/lib/element-plus/dish-dot.js +24 -0
- package/src/lib/element-plus/dish.d.ts +6 -0
- package/src/lib/element-plus/dish.js +24 -0
- package/src/lib/element-plus/document-add.d.ts +6 -0
- package/src/lib/element-plus/document-add.js +24 -0
- package/src/lib/element-plus/document-checked.d.ts +6 -0
- package/src/lib/element-plus/document-checked.js +24 -0
- package/src/lib/element-plus/document-copy.d.ts +6 -0
- package/src/lib/element-plus/document-copy.js +24 -0
- package/src/lib/element-plus/document-delete.d.ts +6 -0
- package/src/lib/element-plus/document-delete.js +24 -0
- package/src/lib/element-plus/document-remove.d.ts +6 -0
- package/src/lib/element-plus/document-remove.js +24 -0
- package/src/lib/element-plus/document.d.ts +6 -0
- package/src/lib/element-plus/document.js +24 -0
- package/src/lib/element-plus/download.d.ts +6 -0
- package/src/lib/element-plus/download.js +24 -0
- package/src/lib/element-plus/drizzling.d.ts +6 -0
- package/src/lib/element-plus/drizzling.js +24 -0
- package/src/lib/element-plus/edit-pen.d.ts +6 -0
- package/src/lib/element-plus/edit-pen.js +24 -0
- package/src/lib/element-plus/edit.d.ts +6 -0
- package/src/lib/element-plus/edit.js +27 -0
- package/src/lib/element-plus/eleme-filled.d.ts +6 -0
- package/src/lib/element-plus/eleme-filled.js +24 -0
- package/src/lib/element-plus/eleme.d.ts +6 -0
- package/src/lib/element-plus/eleme.js +24 -0
- package/src/lib/element-plus/element-plus.d.ts +6 -0
- package/src/lib/element-plus/element-plus.js +24 -0
- package/src/lib/element-plus/expand.d.ts +6 -0
- package/src/lib/element-plus/expand.js +24 -0
- package/src/lib/element-plus/failed.d.ts +6 -0
- package/src/lib/element-plus/failed.js +24 -0
- package/src/lib/element-plus/female.d.ts +6 -0
- package/src/lib/element-plus/female.js +30 -0
- package/src/lib/element-plus/files.d.ts +6 -0
- package/src/lib/element-plus/files.js +24 -0
- package/src/lib/element-plus/film.d.ts +6 -0
- package/src/lib/element-plus/film.js +27 -0
- package/src/lib/element-plus/filter.d.ts +6 -0
- package/src/lib/element-plus/filter.js +24 -0
- package/src/lib/element-plus/finished.d.ts +6 -0
- package/src/lib/element-plus/finished.js +24 -0
- package/src/lib/element-plus/first-aid-kit.d.ts +6 -0
- package/src/lib/element-plus/first-aid-kit.js +27 -0
- package/src/lib/element-plus/flag.d.ts +6 -0
- package/src/lib/element-plus/flag.js +24 -0
- package/src/lib/element-plus/fold.d.ts +6 -0
- package/src/lib/element-plus/fold.js +24 -0
- package/src/lib/element-plus/folder-add.d.ts +6 -0
- package/src/lib/element-plus/folder-add.js +24 -0
- package/src/lib/element-plus/folder-checked.d.ts +6 -0
- package/src/lib/element-plus/folder-checked.js +24 -0
- package/src/lib/element-plus/folder-delete.d.ts +6 -0
- package/src/lib/element-plus/folder-delete.js +24 -0
- package/src/lib/element-plus/folder-opened.d.ts +6 -0
- package/src/lib/element-plus/folder-opened.js +24 -0
- package/src/lib/element-plus/folder-remove.d.ts +6 -0
- package/src/lib/element-plus/folder-remove.js +24 -0
- package/src/lib/element-plus/folder.d.ts +6 -0
- package/src/lib/element-plus/folder.js +24 -0
- package/src/lib/element-plus/food.d.ts +6 -0
- package/src/lib/element-plus/food.js +24 -0
- package/src/lib/element-plus/football.d.ts +6 -0
- package/src/lib/element-plus/football.js +27 -0
- package/src/lib/element-plus/fork-spoon.d.ts +6 -0
- package/src/lib/element-plus/fork-spoon.js +24 -0
- package/src/lib/element-plus/fries.d.ts +6 -0
- package/src/lib/element-plus/fries.js +24 -0
- package/src/lib/element-plus/full-screen.d.ts +6 -0
- package/src/lib/element-plus/full-screen.js +24 -0
- package/src/lib/element-plus/goblet-full.d.ts +6 -0
- package/src/lib/element-plus/goblet-full.js +24 -0
- package/src/lib/element-plus/goblet-square-full.d.ts +6 -0
- package/src/lib/element-plus/goblet-square-full.js +24 -0
- package/src/lib/element-plus/goblet-square.d.ts +6 -0
- package/src/lib/element-plus/goblet-square.js +24 -0
- package/src/lib/element-plus/goblet.d.ts +6 -0
- package/src/lib/element-plus/goblet.js +24 -0
- package/src/lib/element-plus/gold-medal.d.ts +6 -0
- package/src/lib/element-plus/gold-medal.js +27 -0
- package/src/lib/element-plus/goods-filled.d.ts +6 -0
- package/src/lib/element-plus/goods-filled.js +24 -0
- package/src/lib/element-plus/goods.d.ts +6 -0
- package/src/lib/element-plus/goods.js +24 -0
- package/src/lib/element-plus/grape.d.ts +6 -0
- package/src/lib/element-plus/grape.js +24 -0
- package/src/lib/element-plus/grid.d.ts +6 -0
- package/src/lib/element-plus/grid.js +24 -0
- package/src/lib/element-plus/guide.d.ts +6 -0
- package/src/lib/element-plus/guide.js +27 -0
- package/src/lib/element-plus/handbag.d.ts +6 -0
- package/src/lib/element-plus/handbag.js +24 -0
- package/src/lib/element-plus/headset.d.ts +6 -0
- package/src/lib/element-plus/headset.js +24 -0
- package/src/lib/element-plus/help-filled.d.ts +6 -0
- package/src/lib/element-plus/help-filled.js +24 -0
- package/src/lib/element-plus/help.d.ts +6 -0
- package/src/lib/element-plus/help.js +24 -0
- package/src/lib/element-plus/hide.d.ts +6 -0
- package/src/lib/element-plus/hide.js +27 -0
- package/src/lib/element-plus/histogram.d.ts +6 -0
- package/src/lib/element-plus/histogram.js +24 -0
- package/src/lib/element-plus/home-filled.d.ts +6 -0
- package/src/lib/element-plus/home-filled.js +24 -0
- package/src/lib/element-plus/hot-water.d.ts +6 -0
- package/src/lib/element-plus/hot-water.js +24 -0
- package/src/lib/element-plus/house.d.ts +6 -0
- package/src/lib/element-plus/house.js +24 -0
- package/src/lib/element-plus/ice-cream-round.d.ts +6 -0
- package/src/lib/element-plus/ice-cream-round.js +24 -0
- package/src/lib/element-plus/ice-cream-square.d.ts +6 -0
- package/src/lib/element-plus/ice-cream-square.js +24 -0
- package/src/lib/element-plus/ice-cream.d.ts +6 -0
- package/src/lib/element-plus/ice-cream.js +24 -0
- package/src/lib/element-plus/ice-drink.d.ts +6 -0
- package/src/lib/element-plus/ice-drink.js +24 -0
- package/src/lib/element-plus/ice-tea.d.ts +6 -0
- package/src/lib/element-plus/ice-tea.js +24 -0
- package/src/lib/element-plus/info-filled.d.ts +6 -0
- package/src/lib/element-plus/info-filled.js +24 -0
- package/src/lib/element-plus/iphone.d.ts +6 -0
- package/src/lib/element-plus/iphone.js +24 -0
- package/src/lib/element-plus/key.d.ts +6 -0
- package/src/lib/element-plus/key.js +24 -0
- package/src/lib/element-plus/knife-fork.d.ts +6 -0
- package/src/lib/element-plus/knife-fork.js +24 -0
- package/src/lib/element-plus/lightning.d.ts +6 -0
- package/src/lib/element-plus/lightning.js +27 -0
- package/src/lib/element-plus/link.d.ts +6 -0
- package/src/lib/element-plus/link.js +24 -0
- package/src/lib/element-plus/list.d.ts +6 -0
- package/src/lib/element-plus/list.js +24 -0
- package/src/lib/element-plus/loading.d.ts +6 -0
- package/src/lib/element-plus/loading.js +24 -0
- package/src/lib/element-plus/location-filled.d.ts +6 -0
- package/src/lib/element-plus/location-filled.js +24 -0
- package/src/lib/element-plus/location-information.d.ts +6 -0
- package/src/lib/element-plus/location-information.js +30 -0
- package/src/lib/element-plus/location.d.ts +6 -0
- package/src/lib/element-plus/location.js +27 -0
- package/src/lib/element-plus/lock.d.ts +6 -0
- package/src/lib/element-plus/lock.js +27 -0
- package/src/lib/element-plus/lollipop.d.ts +6 -0
- package/src/lib/element-plus/lollipop.js +24 -0
- package/src/lib/element-plus/magic-stick.d.ts +6 -0
- package/src/lib/element-plus/magic-stick.js +24 -0
- package/src/lib/element-plus/magnet.d.ts +6 -0
- package/src/lib/element-plus/magnet.js +24 -0
- package/src/lib/element-plus/male.d.ts +6 -0
- package/src/lib/element-plus/male.js +30 -0
- package/src/lib/element-plus/management.d.ts +6 -0
- package/src/lib/element-plus/management.js +24 -0
- package/src/lib/element-plus/map-location.d.ts +6 -0
- package/src/lib/element-plus/map-location.js +27 -0
- package/src/lib/element-plus/medal.d.ts +6 -0
- package/src/lib/element-plus/medal.js +27 -0
- package/src/lib/element-plus/memo.d.ts +6 -0
- package/src/lib/element-plus/memo.js +30 -0
- package/src/lib/element-plus/menu.d.ts +6 -0
- package/src/lib/element-plus/menu.js +24 -0
- package/src/lib/element-plus/message-box.d.ts +6 -0
- package/src/lib/element-plus/message-box.js +24 -0
- package/src/lib/element-plus/message.d.ts +6 -0
- package/src/lib/element-plus/message.js +27 -0
- package/src/lib/element-plus/mic.d.ts +6 -0
- package/src/lib/element-plus/mic.js +24 -0
- package/src/lib/element-plus/microphone.d.ts +6 -0
- package/src/lib/element-plus/microphone.js +24 -0
- package/src/lib/element-plus/milk-tea.d.ts +6 -0
- package/src/lib/element-plus/milk-tea.js +24 -0
- package/src/lib/element-plus/minus.d.ts +6 -0
- package/src/lib/element-plus/minus.js +24 -0
- package/src/lib/element-plus/money.d.ts +6 -0
- package/src/lib/element-plus/money.js +30 -0
- package/src/lib/element-plus/monitor.d.ts +6 -0
- package/src/lib/element-plus/monitor.js +24 -0
- package/src/lib/element-plus/moon-night.d.ts +6 -0
- package/src/lib/element-plus/moon-night.js +27 -0
- package/src/lib/element-plus/moon.d.ts +6 -0
- package/src/lib/element-plus/moon.js +24 -0
- package/src/lib/element-plus/more-filled.d.ts +6 -0
- package/src/lib/element-plus/more-filled.js +24 -0
- package/src/lib/element-plus/more.d.ts +6 -0
- package/src/lib/element-plus/more.js +24 -0
- package/src/lib/element-plus/mostly-cloudy.d.ts +6 -0
- package/src/lib/element-plus/mostly-cloudy.js +24 -0
- package/src/lib/element-plus/mouse.d.ts +6 -0
- package/src/lib/element-plus/mouse.js +27 -0
- package/src/lib/element-plus/mug.d.ts +6 -0
- package/src/lib/element-plus/mug.js +24 -0
- package/src/lib/element-plus/mute-notification.d.ts +6 -0
- package/src/lib/element-plus/mute-notification.js +27 -0
- package/src/lib/element-plus/mute.d.ts +6 -0
- package/src/lib/element-plus/mute.js +27 -0
- package/src/lib/element-plus/no-smoking.d.ts +6 -0
- package/src/lib/element-plus/no-smoking.js +24 -0
- package/src/lib/element-plus/notebook.d.ts +6 -0
- package/src/lib/element-plus/notebook.js +27 -0
- package/src/lib/element-plus/notification.d.ts +6 -0
- package/src/lib/element-plus/notification.js +27 -0
- package/src/lib/element-plus/odometer.d.ts +6 -0
- package/src/lib/element-plus/odometer.js +30 -0
- package/src/lib/element-plus/office-building.d.ts +6 -0
- package/src/lib/element-plus/office-building.js +30 -0
- package/src/lib/element-plus/open.d.ts +6 -0
- package/src/lib/element-plus/open.js +27 -0
- package/src/lib/element-plus/operation.d.ts +6 -0
- package/src/lib/element-plus/operation.js +24 -0
- package/src/lib/element-plus/opportunity.d.ts +6 -0
- package/src/lib/element-plus/opportunity.js +24 -0
- package/src/lib/element-plus/orange.d.ts +6 -0
- package/src/lib/element-plus/orange.js +24 -0
- package/src/lib/element-plus/paperclip.d.ts +6 -0
- package/src/lib/element-plus/paperclip.js +24 -0
- package/src/lib/element-plus/partly-cloudy.d.ts +6 -0
- package/src/lib/element-plus/partly-cloudy.js +27 -0
- package/src/lib/element-plus/pear.d.ts +6 -0
- package/src/lib/element-plus/pear.js +24 -0
- package/src/lib/element-plus/phone-filled.d.ts +6 -0
- package/src/lib/element-plus/phone-filled.js +24 -0
- package/src/lib/element-plus/phone.d.ts +6 -0
- package/src/lib/element-plus/phone.js +24 -0
- package/src/lib/element-plus/picture-filled.d.ts +6 -0
- package/src/lib/element-plus/picture-filled.js +24 -0
- package/src/lib/element-plus/picture-rounded.d.ts +6 -0
- package/src/lib/element-plus/picture-rounded.js +27 -0
- package/src/lib/element-plus/picture.d.ts +6 -0
- package/src/lib/element-plus/picture.js +27 -0
- package/src/lib/element-plus/pie-chart.d.ts +6 -0
- package/src/lib/element-plus/pie-chart.js +27 -0
- package/src/lib/element-plus/place.d.ts +6 -0
- package/src/lib/element-plus/place.js +30 -0
- package/src/lib/element-plus/platform.d.ts +6 -0
- package/src/lib/element-plus/platform.js +24 -0
- package/src/lib/element-plus/plus.d.ts +6 -0
- package/src/lib/element-plus/plus.js +24 -0
- package/src/lib/element-plus/pointer.d.ts +6 -0
- package/src/lib/element-plus/pointer.js +24 -0
- package/src/lib/element-plus/position.d.ts +6 -0
- package/src/lib/element-plus/position.js +24 -0
- package/src/lib/element-plus/postcard.d.ts +6 -0
- package/src/lib/element-plus/postcard.js +27 -0
- package/src/lib/element-plus/pouring.d.ts +6 -0
- package/src/lib/element-plus/pouring.js +24 -0
- package/src/lib/element-plus/present.d.ts +6 -0
- package/src/lib/element-plus/present.js +33 -0
- package/src/lib/element-plus/price-tag.d.ts +6 -0
- package/src/lib/element-plus/price-tag.js +27 -0
- package/src/lib/element-plus/printer.d.ts +6 -0
- package/src/lib/element-plus/printer.js +24 -0
- package/src/lib/element-plus/promotion.d.ts +6 -0
- package/src/lib/element-plus/promotion.js +24 -0
- package/src/lib/element-plus/quartz-watch.d.ts +6 -0
- package/src/lib/element-plus/quartz-watch.js +30 -0
- package/src/lib/element-plus/question-filled.d.ts +6 -0
- package/src/lib/element-plus/question-filled.js +24 -0
- package/src/lib/element-plus/rank.d.ts +6 -0
- package/src/lib/element-plus/rank.js +24 -0
- package/src/lib/element-plus/reading-lamp.d.ts +6 -0
- package/src/lib/element-plus/reading-lamp.js +27 -0
- package/src/lib/element-plus/reading.d.ts +6 -0
- package/src/lib/element-plus/reading.js +27 -0
- package/src/lib/element-plus/refresh-left.d.ts +6 -0
- package/src/lib/element-plus/refresh-left.js +24 -0
- package/src/lib/element-plus/refresh-right.d.ts +6 -0
- package/src/lib/element-plus/refresh-right.js +24 -0
- package/src/lib/element-plus/refresh.d.ts +6 -0
- package/src/lib/element-plus/refresh.js +24 -0
- package/src/lib/element-plus/refrigerator.d.ts +6 -0
- package/src/lib/element-plus/refrigerator.js +24 -0
- package/src/lib/element-plus/remove-filled.d.ts +6 -0
- package/src/lib/element-plus/remove-filled.js +24 -0
- package/src/lib/element-plus/remove.d.ts +6 -0
- package/src/lib/element-plus/remove.js +27 -0
- package/src/lib/element-plus/right.d.ts +6 -0
- package/src/lib/element-plus/right.js +24 -0
- package/src/lib/element-plus/scale-to-original.d.ts +6 -0
- package/src/lib/element-plus/scale-to-original.js +24 -0
- package/src/lib/element-plus/school.d.ts +6 -0
- package/src/lib/element-plus/school.js +30 -0
- package/src/lib/element-plus/scissor.d.ts +6 -0
- package/src/lib/element-plus/scissor.js +24 -0
- package/src/lib/element-plus/search.d.ts +6 -0
- package/src/lib/element-plus/search.js +24 -0
- package/src/lib/element-plus/select.d.ts +6 -0
- package/src/lib/element-plus/select.js +24 -0
- package/src/lib/element-plus/sell.d.ts +6 -0
- package/src/lib/element-plus/sell.js +24 -0
- package/src/lib/element-plus/semi-select.d.ts +6 -0
- package/src/lib/element-plus/semi-select.js +24 -0
- package/src/lib/element-plus/service.d.ts +6 -0
- package/src/lib/element-plus/service.js +24 -0
- package/src/lib/element-plus/set-up.d.ts +6 -0
- package/src/lib/element-plus/set-up.js +33 -0
- package/src/lib/element-plus/setting.d.ts +6 -0
- package/src/lib/element-plus/setting.js +24 -0
- package/src/lib/element-plus/share.d.ts +6 -0
- package/src/lib/element-plus/share.js +24 -0
- package/src/lib/element-plus/ship.d.ts +6 -0
- package/src/lib/element-plus/ship.js +24 -0
- package/src/lib/element-plus/shop.d.ts +6 -0
- package/src/lib/element-plus/shop.js +24 -0
- package/src/lib/element-plus/shopping-bag.d.ts +6 -0
- package/src/lib/element-plus/shopping-bag.js +27 -0
- package/src/lib/element-plus/shopping-cart-full.d.ts +6 -0
- package/src/lib/element-plus/shopping-cart-full.js +27 -0
- package/src/lib/element-plus/shopping-cart.d.ts +6 -0
- package/src/lib/element-plus/shopping-cart.js +24 -0
- package/src/lib/element-plus/shopping-trolley.d.ts +6 -0
- package/src/lib/element-plus/shopping-trolley.js +24 -0
- package/src/lib/element-plus/smoking.d.ts +6 -0
- package/src/lib/element-plus/smoking.js +27 -0
- package/src/lib/element-plus/soccer.d.ts +6 -0
- package/src/lib/element-plus/soccer.js +24 -0
- package/src/lib/element-plus/sold-out.d.ts +6 -0
- package/src/lib/element-plus/sold-out.js +24 -0
- package/src/lib/element-plus/sort-down.d.ts +6 -0
- package/src/lib/element-plus/sort-down.js +24 -0
- package/src/lib/element-plus/sort-up.d.ts +6 -0
- package/src/lib/element-plus/sort-up.js +24 -0
- package/src/lib/element-plus/sort.d.ts +6 -0
- package/src/lib/element-plus/sort.js +24 -0
- package/src/lib/element-plus/stamp.d.ts +6 -0
- package/src/lib/element-plus/stamp.js +24 -0
- package/src/lib/element-plus/star-filled.d.ts +6 -0
- package/src/lib/element-plus/star-filled.js +24 -0
- package/src/lib/element-plus/star.d.ts +6 -0
- package/src/lib/element-plus/star.js +24 -0
- package/src/lib/element-plus/stopwatch.d.ts +6 -0
- package/src/lib/element-plus/stopwatch.js +27 -0
- package/src/lib/element-plus/success-filled.d.ts +6 -0
- package/src/lib/element-plus/success-filled.js +24 -0
- package/src/lib/element-plus/sugar.d.ts +6 -0
- package/src/lib/element-plus/sugar.js +24 -0
- package/src/lib/element-plus/suitcase-line.d.ts +6 -0
- package/src/lib/element-plus/suitcase-line.js +24 -0
- package/src/lib/element-plus/suitcase.d.ts +6 -0
- package/src/lib/element-plus/suitcase.js +27 -0
- package/src/lib/element-plus/sunny.d.ts +6 -0
- package/src/lib/element-plus/sunny.js +24 -0
- package/src/lib/element-plus/sunrise.d.ts +6 -0
- package/src/lib/element-plus/sunrise.js +24 -0
- package/src/lib/element-plus/sunset.d.ts +6 -0
- package/src/lib/element-plus/sunset.js +24 -0
- package/src/lib/element-plus/switch-button.d.ts +6 -0
- package/src/lib/element-plus/switch-button.js +27 -0
- package/src/lib/element-plus/switch-filled.d.ts +6 -0
- package/src/lib/element-plus/switch-filled.js +27 -0
- package/src/lib/element-plus/switch.d.ts +6 -0
- package/src/lib/element-plus/switch.js +24 -0
- package/src/lib/element-plus/takeaway-box.d.ts +6 -0
- package/src/lib/element-plus/takeaway-box.js +24 -0
- package/src/lib/element-plus/ticket.d.ts +6 -0
- package/src/lib/element-plus/ticket.js +24 -0
- package/src/lib/element-plus/tickets.d.ts +6 -0
- package/src/lib/element-plus/tickets.js +24 -0
- package/src/lib/element-plus/timer.d.ts +6 -0
- package/src/lib/element-plus/timer.js +30 -0
- package/src/lib/element-plus/toilet-paper.d.ts +6 -0
- package/src/lib/element-plus/toilet-paper.js +27 -0
- package/src/lib/element-plus/tools.d.ts +6 -0
- package/src/lib/element-plus/tools.js +24 -0
- package/src/lib/element-plus/top-left.d.ts +6 -0
- package/src/lib/element-plus/top-left.js +27 -0
- package/src/lib/element-plus/top-right.d.ts +6 -0
- package/src/lib/element-plus/top-right.js +27 -0
- package/src/lib/element-plus/top.d.ts +6 -0
- package/src/lib/element-plus/top.js +24 -0
- package/src/lib/element-plus/trend-charts.d.ts +6 -0
- package/src/lib/element-plus/trend-charts.js +24 -0
- package/src/lib/element-plus/trophy-base.d.ts +6 -0
- package/src/lib/element-plus/trophy-base.js +24 -0
- package/src/lib/element-plus/trophy.d.ts +6 -0
- package/src/lib/element-plus/trophy.js +24 -0
- package/src/lib/element-plus/turn-off.d.ts +6 -0
- package/src/lib/element-plus/turn-off.js +27 -0
- package/src/lib/element-plus/umbrella.d.ts +6 -0
- package/src/lib/element-plus/umbrella.js +24 -0
- package/src/lib/element-plus/unlock.d.ts +6 -0
- package/src/lib/element-plus/unlock.js +27 -0
- package/src/lib/element-plus/upload-filled.d.ts +6 -0
- package/src/lib/element-plus/upload-filled.js +24 -0
- package/src/lib/element-plus/upload.d.ts +6 -0
- package/src/lib/element-plus/upload.js +24 -0
- package/src/lib/element-plus/user-filled.d.ts +6 -0
- package/src/lib/element-plus/user-filled.js +24 -0
- package/src/lib/element-plus/user.d.ts +6 -0
- package/src/lib/element-plus/user.js +24 -0
- package/src/lib/element-plus/van.d.ts +6 -0
- package/src/lib/element-plus/van.js +24 -0
- package/src/lib/element-plus/video-camera-filled.d.ts +6 -0
- package/src/lib/element-plus/video-camera-filled.js +24 -0
- package/src/lib/element-plus/video-camera.d.ts +6 -0
- package/src/lib/element-plus/video-camera.js +24 -0
- package/src/lib/element-plus/video-pause.d.ts +6 -0
- package/src/lib/element-plus/video-pause.js +24 -0
- package/src/lib/element-plus/video-play.d.ts +6 -0
- package/src/lib/element-plus/video-play.js +24 -0
- package/src/lib/element-plus/view.d.ts +6 -0
- package/src/lib/element-plus/view.js +24 -0
- package/src/lib/element-plus/wallet-filled.d.ts +6 -0
- package/src/lib/element-plus/wallet-filled.js +24 -0
- package/src/lib/element-plus/wallet.d.ts +6 -0
- package/src/lib/element-plus/wallet.js +30 -0
- package/src/lib/element-plus/warn-triangle-filled.d.ts +6 -0
- package/src/lib/element-plus/warn-triangle-filled.js +24 -0
- package/src/lib/element-plus/warning-filled.d.ts +6 -0
- package/src/lib/element-plus/warning-filled.js +24 -0
- package/src/lib/element-plus/warning.d.ts +6 -0
- package/src/lib/element-plus/warning.js +24 -0
- package/src/lib/element-plus/watch.d.ts +6 -0
- package/src/lib/element-plus/watch.js +30 -0
- package/src/lib/element-plus/watermelon.d.ts +6 -0
- package/src/lib/element-plus/watermelon.js +24 -0
- package/src/lib/element-plus/wind-power.d.ts +6 -0
- package/src/lib/element-plus/wind-power.js +24 -0
- package/src/lib/element-plus/zoom-in.d.ts +6 -0
- package/src/lib/element-plus/zoom-in.js +24 -0
- package/src/lib/element-plus/zoom-out.d.ts +6 -0
- package/src/lib/element-plus/zoom-out.js +24 -0
- package/src/lib/element-plus-index.d.ts +293 -0
- package/src/lib/element-plus-index.js +594 -0
- package/src/lib/icon.d.ts +22 -0
- package/src/lib/icon.js +25 -0
- package/src/lib/other/arrangement/arrangement-bottom.d.ts +6 -0
- package/src/lib/other/arrangement/arrangement-bottom.js +20 -0
- package/src/lib/other/arrangement/arrangement-middle.d.ts +6 -0
- package/src/lib/other/arrangement/arrangement-middle.js +20 -0
- package/src/lib/other/arrangement/arrangement-top.d.ts +6 -0
- package/src/lib/other/arrangement/arrangement-top.js +20 -0
- package/src/lib/other/barcode/barcode.d.ts +6 -0
- package/src/lib/other/barcode/barcode.js +20 -0
- package/src/lib/other/control-group/control-group.d.ts +6 -0
- package/src/lib/other/control-group/control-group.js +20 -0
- package/src/lib/other/currency/currency.d.ts +6 -0
- package/src/lib/other/currency/currency.js +20 -0
- package/src/lib/other/ellipse/ellipse.d.ts +6 -0
- package/src/lib/other/ellipse/ellipse.js +20 -0
- package/src/lib/other/file/file.d.ts +7 -0
- package/src/lib/other/file/file.js +20 -0
- package/src/lib/other/file-import/file-import.d.ts +6 -0
- package/src/lib/other/file-import/file-import.js +20 -0
- package/src/lib/other/file-open/file-open.d.ts +6 -0
- package/src/lib/other/file-open/file-open.js +20 -0
- package/src/lib/other/file-save/file-save.d.ts +6 -0
- package/src/lib/other/file-save/file-save.js +20 -0
- package/src/lib/other/fold/fold.d.ts +7 -0
- package/src/lib/other/fold/fold.js +20 -0
- package/src/lib/other/folder/folder.d.ts +6 -0
- package/src/lib/other/folder/folder.js +20 -0
- package/src/lib/other/horiline/horiline.d.ts +6 -0
- package/src/lib/other/horiline/horiline.js +20 -0
- package/src/lib/other/image/image.d.ts +6 -0
- package/src/lib/other/image/image.js +20 -0
- package/src/lib/other/inventory/inventory.d.ts +6 -0
- package/src/lib/other/inventory/inventory.js +20 -0
- package/src/lib/other/label/label.d.ts +6 -0
- package/src/lib/other/label/label.js +20 -0
- package/src/lib/other/logo/logo.d.ts +6 -0
- package/src/lib/other/logo/logo.js +25 -0
- package/src/lib/other/outline/outline.d.ts +6 -0
- package/src/lib/other/outline/outline.js +20 -0
- package/src/lib/other/picture/picture.d.ts +6 -0
- package/src/lib/other/picture/picture.js +20 -0
- package/src/lib/other/qrcode/qrcode.d.ts +6 -0
- package/src/lib/other/qrcode/qrcode.js +20 -0
- package/src/lib/other/rectangle/rectangle.d.ts +6 -0
- package/src/lib/other/rectangle/rectangle.js +20 -0
- package/src/lib/other/shape/shape.d.ts +6 -0
- package/src/lib/other/shape/shape.js +20 -0
- package/src/lib/other/signstamp/signstamp.d.ts +6 -0
- package/src/lib/other/signstamp/signstamp.js +24 -0
- package/src/lib/other/svg/svg.d.ts +6 -0
- package/src/lib/other/svg/svg.js +20 -0
- package/src/lib/other/switch/switch.d.ts +6 -0
- package/src/lib/other/switch/switch.js +20 -0
- package/src/lib/other/templates/templates.d.ts +6 -0
- package/src/lib/other/templates/templates.js +20 -0
- package/src/lib/other/text/text.d.ts +6 -0
- package/src/lib/other/text/text.js +20 -0
- package/src/lib/other/thumbnail/thumbnail.d.ts +6 -0
- package/src/lib/other/thumbnail/thumbnail.js +20 -0
- package/src/lib/other/tree/tree.d.ts +6 -0
- package/src/lib/other/tree/tree.js +20 -0
- package/src/lib/other/triangle/triangle.d.ts +6 -0
- package/src/lib/other/triangle/triangle.js +31 -0
- package/src/lib/other/unfold/unfold.d.ts +7 -0
- package/src/lib/other/unfold/unfold.js +20 -0
- package/src/lib/other/vertline/vertline.d.ts +6 -0
- package/src/lib/other/vertline/vertline.js +20 -0
- package/src/common/404.d.ts +0 -6
- package/src/common/404.js +0 -24
- package/src/common/A+.d.ts +0 -6
- package/src/common/A+.js +0 -27
- package/src/common/A-.d.ts +0 -6
- package/src/common/A-.js +0 -24
- package/src/common/Shrink-outlined.d.ts +0 -6
- package/src/common/Shrink-outlined.js +0 -24
- package/src/common/Unfolded-outlined.d.ts +0 -6
- package/src/common/Unfolded-outlined.js +0 -24
- package/src/common/adaptive-width.d.ts +0 -6
- package/src/common/adaptive-width.js +0 -24
- package/src/common/add-bookmark.d.ts +0 -6
- package/src/common/add-bookmark.js +0 -27
- package/src/common/add-comments.d.ts +0 -6
- package/src/common/add-comments.js +0 -24
- package/src/common/add-restricted-edit.d.ts +0 -6
- package/src/common/add-restricted-edit.js +0 -24
- package/src/common/add.d.ts +0 -6
- package/src/common/add.js +0 -24
- package/src/common/align-bottom.d.ts +0 -6
- package/src/common/align-bottom.js +0 -24
- package/src/common/align-center.d.ts +0 -6
- package/src/common/align-center.js +0 -24
- package/src/common/align-justified.d.ts +0 -6
- package/src/common/align-justified.js +0 -24
- package/src/common/align-left.d.ts +0 -6
- package/src/common/align-left.js +0 -24
- package/src/common/align-middle.d.ts +0 -6
- package/src/common/align-middle.js +0 -24
- package/src/common/align-right.d.ts +0 -6
- package/src/common/align-right.js +0 -24
- package/src/common/align-scatter.d.ts +0 -6
- package/src/common/align-scatter.js +0 -24
- package/src/common/align-top.d.ts +0 -6
- package/src/common/align-top.js +0 -24
- package/src/common/attachment.d.ts +0 -6
- package/src/common/attachment.js +0 -24
- package/src/common/back.d.ts +0 -6
- package/src/common/back.js +0 -24
- package/src/common/background-color.d.ts +0 -6
- package/src/common/background-color.js +0 -33
- package/src/common/bold-T.d.ts +0 -6
- package/src/common/bold-T.js +0 -24
- package/src/common/bold.d.ts +0 -6
- package/src/common/bold.js +0 -24
- package/src/common/bookmark-list.d.ts +0 -6
- package/src/common/bookmark-list.js +0 -24
- package/src/common/bookmark.d.ts +0 -6
- package/src/common/bookmark.js +0 -24
- package/src/common/bug.d.ts +0 -6
- package/src/common/bug.js +0 -24
- package/src/common/catalog.d.ts +0 -6
- package/src/common/catalog.js +0 -30
- package/src/common/chart.d.ts +0 -6
- package/src/common/chart.js +0 -24
- package/src/common/check.d.ts +0 -6
- package/src/common/check.js +0 -24
- package/src/common/checkbox.d.ts +0 -6
- package/src/common/checkbox.js +0 -30
- package/src/common/circle.d.ts +0 -6
- package/src/common/circle.js +0 -24
- package/src/common/clean.d.ts +0 -6
- package/src/common/clean.js +0 -24
- package/src/common/clipboard.d.ts +0 -6
- package/src/common/clipboard.js +0 -24
- package/src/common/close-revision.d.ts +0 -6
- package/src/common/close-revision.js +0 -27
- package/src/common/close.d.ts +0 -6
- package/src/common/close.js +0 -24
- package/src/common/component.d.ts +0 -6
- package/src/common/component.js +0 -24
- package/src/common/connection.d.ts +0 -6
- package/src/common/connection.js +0 -27
- package/src/common/create-fill-restriction.d.ts +0 -6
- package/src/common/create-fill-restriction.js +0 -36
- package/src/common/cross.d.ts +0 -6
- package/src/common/cross.js +0 -24
- package/src/common/dashboard.d.ts +0 -6
- package/src/common/dashboard.js +0 -24
- package/src/common/date.d.ts +0 -6
- package/src/common/date.js +0 -27
- package/src/common/datepicker.d.ts +0 -6
- package/src/common/datepicker.js +0 -27
- package/src/common/delete.d.ts +0 -6
- package/src/common/delete.js +0 -33
- package/src/common/documentation.d.ts +0 -6
- package/src/common/documentation.js +0 -24
- package/src/common/drag.d.ts +0 -6
- package/src/common/drag.js +0 -24
- package/src/common/dropdown-box.d.ts +0 -6
- package/src/common/dropdown-box.js +0 -24
- package/src/common/edit.d.ts +0 -6
- package/src/common/edit.js +0 -27
- package/src/common/education.d.ts +0 -6
- package/src/common/education.js +0 -24
- package/src/common/email.d.ts +0 -6
- package/src/common/email.js +0 -27
- package/src/common/example.d.ts +0 -6
- package/src/common/example.js +0 -24
- package/src/common/excel.d.ts +0 -6
- package/src/common/excel.js +0 -27
- package/src/common/exit-fullscreen.d.ts +0 -6
- package/src/common/exit-fullscreen.js +0 -24
- package/src/common/export.d.ts +0 -6
- package/src/common/export.js +0 -33
- package/src/common/eye-open.d.ts +0 -6
- package/src/common/eye-open.js +0 -24
- package/src/common/eye.d.ts +0 -6
- package/src/common/eye.js +0 -24
- package/src/common/file-open.d.ts +0 -6
- package/src/common/file-open.js +0 -24
- package/src/common/file.d.ts +0 -6
- package/src/common/file.js +0 -27
- package/src/common/fill-restricted-list.d.ts +0 -6
- package/src/common/fill-restricted-list.js +0 -30
- package/src/common/find.d.ts +0 -6
- package/src/common/find.js +0 -24
- package/src/common/flow.d.ts +0 -6
- package/src/common/flow.js +0 -24
- package/src/common/fold.d.ts +0 -6
- package/src/common/fold.js +0 -24
- package/src/common/folder.d.ts +0 -6
- package/src/common/folder.js +0 -24
- package/src/common/font-color.d.ts +0 -6
- package/src/common/font-color.js +0 -24
- package/src/common/forbid-edit.d.ts +0 -6
- package/src/common/forbid-edit.js +0 -27
- package/src/common/form.d.ts +0 -6
- package/src/common/form.js +0 -24
- package/src/common/formImage.d.ts +0 -6
- package/src/common/formImage.js +0 -24
- package/src/common/formQRCode.d.ts +0 -6
- package/src/common/formQRCode.js +0 -33
- package/src/common/formText.d.ts +0 -6
- package/src/common/formText.js +0 -30
- package/src/common/format-brush-new.d.ts +0 -6
- package/src/common/format-brush-new.js +0 -24
- package/src/common/format-brush.d.ts +0 -6
- package/src/common/format-brush.js +0 -24
- package/src/common/fullscreen.d.ts +0 -6
- package/src/common/fullscreen.js +0 -24
- package/src/common/guide.d.ts +0 -6
- package/src/common/guide.js +0 -24
- package/src/common/h.d.ts +0 -6
- package/src/common/h.js +0 -24
- package/src/common/history.d.ts +0 -6
- package/src/common/history.js +0 -27
- package/src/common/homepage.d.ts +0 -6
- package/src/common/homepage.js +0 -24
- package/src/common/icon-vertical-align-botto.d.ts +0 -6
- package/src/common/icon-vertical-align-botto.js +0 -24
- package/src/common/icon-vertical-align-middl.d.ts +0 -6
- package/src/common/icon-vertical-align-middl.js +0 -24
- package/src/common/icon-vertical-align-top.d.ts +0 -6
- package/src/common/icon-vertical-align-top.js +0 -24
- package/src/common/icon.d.ts +0 -6
- package/src/common/icon.js +0 -24
- package/src/common/identifier.d.ts +0 -6
- package/src/common/identifier.js +0 -24
- package/src/common/image.d.ts +0 -6
- package/src/common/image.js +0 -24
- package/src/common/import.d.ts +0 -6
- package/src/common/import.js +0 -30
- package/src/common/increase-indent.d.ts +0 -6
- package/src/common/increase-indent.js +0 -27
- package/src/common/increase-line-height.d.ts +0 -6
- package/src/common/increase-line-height.js +0 -24
- package/src/common/index.d.ts +0 -194
- package/src/common/index.js +0 -396
- package/src/common/insert-column.d.ts +0 -6
- package/src/common/insert-column.js +0 -42
- package/src/common/insert-row.d.ts +0 -6
- package/src/common/insert-row.js +0 -42
- package/src/common/international.d.ts +0 -6
- package/src/common/international.js +0 -24
- package/src/common/inventory.d.ts +0 -6
- package/src/common/inventory.js +0 -24
- package/src/common/italic-1.d.ts +0 -6
- package/src/common/italic-1.js +0 -24
- package/src/common/italic.d.ts +0 -6
- package/src/common/italic.js +0 -24
- package/src/common/language.d.ts +0 -6
- package/src/common/language.js +0 -27
- package/src/common/line.d.ts +0 -6
- package/src/common/line.js +0 -24
- package/src/common/link.d.ts +0 -6
- package/src/common/link.js +0 -30
- package/src/common/list.d.ts +0 -6
- package/src/common/list.js +0 -27
- package/src/common/lock.d.ts +0 -6
- package/src/common/lock.js +0 -24
- package/src/common/mPage.d.ts +0 -6
- package/src/common/mPage.js +0 -27
- package/src/common/merge-cell.d.ts +0 -6
- package/src/common/merge-cell.js +0 -27
- package/src/common/message.d.ts +0 -6
- package/src/common/message.js +0 -24
- package/src/common/middle-line.d.ts +0 -6
- package/src/common/middle-line.js +0 -24
- package/src/common/minus.d.ts +0 -6
- package/src/common/minus.js +0 -24
- package/src/common/module.d.ts +0 -6
- package/src/common/module.js +0 -27
- package/src/common/money.d.ts +0 -6
- package/src/common/money.js +0 -24
- package/src/common/multiline-input.d.ts +0 -6
- package/src/common/multiline-input.js +0 -27
- package/src/common/multiple-options.d.ts +0 -6
- package/src/common/multiple-options.js +0 -27
- package/src/common/nested.d.ts +0 -6
- package/src/common/nested.js +0 -24
- package/src/common/numerical-input.d.ts +0 -6
- package/src/common/numerical-input.js +0 -24
- package/src/common/numerical.d.ts +0 -6
- package/src/common/numerical.js +0 -27
- package/src/common/outline.d.ts +0 -6
- package/src/common/outline.js +0 -33
- package/src/common/overline.d.ts +0 -6
- package/src/common/overline.js +0 -24
- package/src/common/page-add.d.ts +0 -6
- package/src/common/page-add.js +0 -27
- package/src/common/page-delete.d.ts +0 -6
- package/src/common/page-delete.js +0 -27
- package/src/common/page-direction.d.ts +0 -6
- package/src/common/page-direction.js +0 -36
- package/src/common/page-header-footer.d.ts +0 -6
- package/src/common/page-header-footer.js +0 -39
- package/src/common/page-margin.d.ts +0 -6
- package/src/common/page-margin.js +0 -30
- package/src/common/paginate.d.ts +0 -6
- package/src/common/paginate.js +0 -24
- package/src/common/pagination.d.ts +0 -6
- package/src/common/pagination.js +0 -24
- package/src/common/paging.d.ts +0 -6
- package/src/common/paging.js +0 -24
- package/src/common/password.d.ts +0 -6
- package/src/common/password.js +0 -24
- package/src/common/pdf.d.ts +0 -6
- package/src/common/pdf.js +0 -24
- package/src/common/people.d.ts +0 -6
- package/src/common/people.js +0 -24
- package/src/common/peoples.d.ts +0 -6
- package/src/common/peoples.js +0 -27
- package/src/common/plus.d.ts +0 -6
- package/src/common/plus.js +0 -24
- package/src/common/process.d.ts +0 -6
- package/src/common/process.js +0 -27
- package/src/common/property.d.ts +0 -6
- package/src/common/property.js +0 -36
- package/src/common/qq.d.ts +0 -6
- package/src/common/qq.js +0 -24
- package/src/common/radio-button.d.ts +0 -6
- package/src/common/radio-button.js +0 -27
- package/src/common/rectangle.d.ts +0 -6
- package/src/common/rectangle.js +0 -24
- package/src/common/redo.d.ts +0 -6
- package/src/common/redo.js +0 -24
- package/src/common/restricted-edit-list.d.ts +0 -6
- package/src/common/restricted-edit-list.js +0 -24
- package/src/common/row-height.d.ts +0 -6
- package/src/common/row-height.js +0 -33
- package/src/common/row-spacing.d.ts +0 -6
- package/src/common/row-spacing.js +0 -24
- package/src/common/sPage.d.ts +0 -6
- package/src/common/sPage.js +0 -24
- package/src/common/save-2.d.ts +0 -6
- package/src/common/save-2.js +0 -27
- package/src/common/save.d.ts +0 -6
- package/src/common/save.js +0 -27
- package/src/common/sd-tag.d.ts +0 -6
- package/src/common/sd-tag.js +0 -24
- package/src/common/search.d.ts +0 -6
- package/src/common/search.js +0 -24
- package/src/common/select.d.ts +0 -6
- package/src/common/select.js +0 -27
- package/src/common/sensitive-info.d.ts +0 -6
- package/src/common/sensitive-info.js +0 -27
- package/src/common/shape.d.ts +0 -6
- package/src/common/shape.js +0 -24
- package/src/common/shopping-card.d.ts +0 -6
- package/src/common/shopping-card.js +0 -24
- package/src/common/shopping.d.ts +0 -6
- package/src/common/shopping.js +0 -24
- package/src/common/sign.d.ts +0 -6
- package/src/common/sign.js +0 -42
- package/src/common/signature.d.ts +0 -6
- package/src/common/signature.js +0 -24
- package/src/common/single-input.d.ts +0 -6
- package/src/common/single-input.js +0 -27
- package/src/common/single-option.d.ts +0 -6
- package/src/common/single-option.js +0 -24
- package/src/common/size.d.ts +0 -6
- package/src/common/size.js +0 -24
- package/src/common/skill.d.ts +0 -6
- package/src/common/skill.js +0 -24
- package/src/common/sort-value.d.ts +0 -6
- package/src/common/sort-value.js +0 -24
- package/src/common/sort.d.ts +0 -6
- package/src/common/sort.js +0 -24
- package/src/common/split-cell.d.ts +0 -6
- package/src/common/split-cell.js +0 -24
- package/src/common/star.d.ts +0 -6
- package/src/common/star.js +0 -24
- package/src/common/static-catalog.d.ts +0 -6
- package/src/common/static-catalog.js +0 -36
- package/src/common/static-horizontal-line.d.ts +0 -6
- package/src/common/static-horizontal-line.js +0 -24
- package/src/common/static-image.d.ts +0 -6
- package/src/common/static-image.js +0 -24
- package/src/common/static-vertical-line.d.ts +0 -6
- package/src/common/static-vertical-line.js +0 -24
- package/src/common/staticHLine.d.ts +0 -6
- package/src/common/staticHLine.js +0 -24
- package/src/common/staticLabel.d.ts +0 -6
- package/src/common/staticLabel.js +0 -24
- package/src/common/staticMLLabel.d.ts +0 -6
- package/src/common/staticMLLabel.js +0 -27
- package/src/common/staticQRCode.d.ts +0 -6
- package/src/common/staticQRCode.js +0 -24
- package/src/common/staticSLLabel.d.ts +0 -6
- package/src/common/staticSLLabel.js +0 -24
- package/src/common/staticTable.d.ts +0 -6
- package/src/common/staticTable.js +0 -24
- package/src/common/staticText.d.ts +0 -6
- package/src/common/staticText.js +0 -27
- package/src/common/staticVLine.d.ts +0 -6
- package/src/common/staticVLine.js +0 -24
- package/src/common/strikethrough.d.ts +0 -6
- package/src/common/strikethrough.js +0 -24
- package/src/common/submit.d.ts +0 -6
- package/src/common/submit.js +0 -24
- package/src/common/svg.d.ts +0 -6
- package/src/common/svg.js +0 -24
- package/src/common/tab.d.ts +0 -6
- package/src/common/tab.js +0 -24
- package/src/common/table-1.d.ts +0 -6
- package/src/common/table-1.js +0 -24
- package/src/common/table-2.d.ts +0 -6
- package/src/common/table-2.js +0 -24
- package/src/common/table-new.d.ts +0 -6
- package/src/common/table-new.js +0 -36
- package/src/common/table.d.ts +0 -6
- package/src/common/table.js +0 -27
- package/src/common/task.d.ts +0 -6
- package/src/common/task.js +0 -27
- package/src/common/td-image.d.ts +0 -6
- package/src/common/td-image.js +0 -24
- package/src/common/td-text.d.ts +0 -6
- package/src/common/td-text.js +0 -30
- package/src/common/tdQRCode.d.ts +0 -6
- package/src/common/tdQRCode.js +0 -33
- package/src/common/templates.d.ts +0 -6
- package/src/common/templates.js +0 -30
- package/src/common/text-indent.d.ts +0 -6
- package/src/common/text-indent.js +0 -24
- package/src/common/theme.d.ts +0 -6
- package/src/common/theme.js +0 -24
- package/src/common/three-dots.d.ts +0 -6
- package/src/common/three-dots.js +0 -24
- package/src/common/thumbnail-page.d.ts +0 -6
- package/src/common/thumbnail-page.js +0 -24
- package/src/common/thumbnail.d.ts +0 -6
- package/src/common/thumbnail.js +0 -24
- package/src/common/time.d.ts +0 -6
- package/src/common/time.js +0 -27
- package/src/common/transform.d.ts +0 -6
- package/src/common/transform.js +0 -24
- package/src/common/tree-shape.d.ts +0 -6
- package/src/common/tree-shape.js +0 -27
- package/src/common/tree-table.d.ts +0 -6
- package/src/common/tree-table.js +0 -24
- package/src/common/tree.d.ts +0 -6
- package/src/common/tree.js +0 -24
- package/src/common/underline.d.ts +0 -6
- package/src/common/underline.js +0 -24
- package/src/common/undo.d.ts +0 -6
- package/src/common/undo.js +0 -24
- package/src/common/unfold.d.ts +0 -6
- package/src/common/unfold.js +0 -24
- package/src/common/user.d.ts +0 -6
- package/src/common/user.js +0 -24
- package/src/common/watermark.d.ts +0 -6
- package/src/common/watermark.js +0 -24
- package/src/common/wechat.d.ts +0 -6
- package/src/common/wechat.js +0 -27
- package/src/common/workflow.d.ts +0 -6
- package/src/common/workflow.js +0 -24
- package/src/common/zip.d.ts +0 -6
- package/src/common/zip.js +0 -24
- package/src/element-plus/add-location.d.ts +0 -6
- package/src/element-plus/add-location.js +0 -30
- package/src/element-plus/aim.d.ts +0 -6
- package/src/element-plus/aim.js +0 -27
- package/src/element-plus/alarm-clock.d.ts +0 -6
- package/src/element-plus/alarm-clock.js +0 -27
- package/src/element-plus/apple.d.ts +0 -6
- package/src/element-plus/apple.js +0 -24
- package/src/element-plus/arrow-down-bold.d.ts +0 -6
- package/src/element-plus/arrow-down-bold.js +0 -24
- package/src/element-plus/arrow-down.d.ts +0 -6
- package/src/element-plus/arrow-down.js +0 -24
- package/src/element-plus/arrow-left-bold.d.ts +0 -6
- package/src/element-plus/arrow-left-bold.js +0 -24
- package/src/element-plus/arrow-left.d.ts +0 -6
- package/src/element-plus/arrow-left.js +0 -24
- package/src/element-plus/arrow-right-bold.d.ts +0 -6
- package/src/element-plus/arrow-right-bold.js +0 -24
- package/src/element-plus/arrow-right.d.ts +0 -6
- package/src/element-plus/arrow-right.js +0 -24
- package/src/element-plus/arrow-up-bold.d.ts +0 -6
- package/src/element-plus/arrow-up-bold.js +0 -24
- package/src/element-plus/arrow-up.d.ts +0 -6
- package/src/element-plus/arrow-up.js +0 -24
- package/src/element-plus/avatar.d.ts +0 -6
- package/src/element-plus/avatar.js +0 -24
- package/src/element-plus/back.d.ts +0 -6
- package/src/element-plus/back.js +0 -27
- package/src/element-plus/baseball.d.ts +0 -6
- package/src/element-plus/baseball.js +0 -27
- package/src/element-plus/basketball.d.ts +0 -6
- package/src/element-plus/basketball.js +0 -24
- package/src/element-plus/bell-filled.d.ts +0 -6
- package/src/element-plus/bell-filled.js +0 -24
- package/src/element-plus/bell.d.ts +0 -6
- package/src/element-plus/bell.js +0 -30
- package/src/element-plus/bicycle.d.ts +0 -6
- package/src/element-plus/bicycle.js +0 -36
- package/src/element-plus/bottom-left.d.ts +0 -6
- package/src/element-plus/bottom-left.js +0 -27
- package/src/element-plus/bottom-right.d.ts +0 -6
- package/src/element-plus/bottom-right.js +0 -27
- package/src/element-plus/bottom.d.ts +0 -6
- package/src/element-plus/bottom.js +0 -24
- package/src/element-plus/bowl.d.ts +0 -6
- package/src/element-plus/bowl.js +0 -24
- package/src/element-plus/box.d.ts +0 -6
- package/src/element-plus/box.js +0 -30
- package/src/element-plus/briefcase.d.ts +0 -6
- package/src/element-plus/briefcase.js +0 -24
- package/src/element-plus/brush-filled.d.ts +0 -6
- package/src/element-plus/brush-filled.js +0 -24
- package/src/element-plus/brush.d.ts +0 -6
- package/src/element-plus/brush.js +0 -24
- package/src/element-plus/burger.d.ts +0 -6
- package/src/element-plus/burger.js +0 -24
- package/src/element-plus/calendar.d.ts +0 -6
- package/src/element-plus/calendar.js +0 -24
- package/src/element-plus/camera-filled.d.ts +0 -6
- package/src/element-plus/camera-filled.js +0 -24
- package/src/element-plus/camera.d.ts +0 -6
- package/src/element-plus/camera.js +0 -24
- package/src/element-plus/caret-bottom.d.ts +0 -6
- package/src/element-plus/caret-bottom.js +0 -24
- package/src/element-plus/caret-left.d.ts +0 -6
- package/src/element-plus/caret-left.js +0 -24
- package/src/element-plus/caret-right.d.ts +0 -6
- package/src/element-plus/caret-right.js +0 -24
- package/src/element-plus/caret-top.d.ts +0 -6
- package/src/element-plus/caret-top.js +0 -24
- package/src/element-plus/cellphone.d.ts +0 -6
- package/src/element-plus/cellphone.js +0 -24
- package/src/element-plus/chat-dot-round.d.ts +0 -6
- package/src/element-plus/chat-dot-round.js +0 -27
- package/src/element-plus/chat-dot-square.d.ts +0 -6
- package/src/element-plus/chat-dot-square.js +0 -27
- package/src/element-plus/chat-line-round.d.ts +0 -6
- package/src/element-plus/chat-line-round.js +0 -27
- package/src/element-plus/chat-line-square.d.ts +0 -6
- package/src/element-plus/chat-line-square.js +0 -27
- package/src/element-plus/chat-round.d.ts +0 -6
- package/src/element-plus/chat-round.js +0 -24
- package/src/element-plus/chat-square.d.ts +0 -6
- package/src/element-plus/chat-square.js +0 -24
- package/src/element-plus/check.d.ts +0 -6
- package/src/element-plus/check.js +0 -24
- package/src/element-plus/checked.d.ts +0 -6
- package/src/element-plus/checked.js +0 -24
- package/src/element-plus/cherry.d.ts +0 -6
- package/src/element-plus/cherry.js +0 -24
- package/src/element-plus/chicken.d.ts +0 -6
- package/src/element-plus/chicken.js +0 -24
- package/src/element-plus/chrome-filled.d.ts +0 -6
- package/src/element-plus/chrome-filled.js +0 -30
- package/src/element-plus/circle-check-filled.d.ts +0 -6
- package/src/element-plus/circle-check-filled.js +0 -24
- package/src/element-plus/circle-check.d.ts +0 -6
- package/src/element-plus/circle-check.js +0 -27
- package/src/element-plus/circle-close-filled.d.ts +0 -6
- package/src/element-plus/circle-close-filled.js +0 -24
- package/src/element-plus/circle-close.d.ts +0 -6
- package/src/element-plus/circle-close.js +0 -27
- package/src/element-plus/circle-plus-filled.d.ts +0 -6
- package/src/element-plus/circle-plus-filled.js +0 -24
- package/src/element-plus/circle-plus.d.ts +0 -6
- package/src/element-plus/circle-plus.js +0 -30
- package/src/element-plus/clock.d.ts +0 -6
- package/src/element-plus/clock.js +0 -30
- package/src/element-plus/close-bold.d.ts +0 -6
- package/src/element-plus/close-bold.js +0 -24
- package/src/element-plus/close.d.ts +0 -6
- package/src/element-plus/close.js +0 -24
- package/src/element-plus/cloudy.d.ts +0 -6
- package/src/element-plus/cloudy.js +0 -24
- package/src/element-plus/coffee-cup.d.ts +0 -6
- package/src/element-plus/coffee-cup.js +0 -24
- package/src/element-plus/coffee.d.ts +0 -6
- package/src/element-plus/coffee.js +0 -24
- package/src/element-plus/coin.d.ts +0 -6
- package/src/element-plus/coin.js +0 -30
- package/src/element-plus/cold-drink.d.ts +0 -6
- package/src/element-plus/cold-drink.js +0 -24
- package/src/element-plus/collection-tag.d.ts +0 -6
- package/src/element-plus/collection-tag.js +0 -24
- package/src/element-plus/collection.d.ts +0 -6
- package/src/element-plus/collection.js +0 -27
- package/src/element-plus/comment.d.ts +0 -6
- package/src/element-plus/comment.js +0 -24
- package/src/element-plus/compass.d.ts +0 -6
- package/src/element-plus/compass.js +0 -27
- package/src/element-plus/connection.d.ts +0 -6
- package/src/element-plus/connection.js +0 -27
- package/src/element-plus/coordinate.d.ts +0 -6
- package/src/element-plus/coordinate.js +0 -27
- package/src/element-plus/copy-document.d.ts +0 -6
- package/src/element-plus/copy-document.js +0 -27
- package/src/element-plus/cpu.d.ts +0 -6
- package/src/element-plus/cpu.js +0 -27
- package/src/element-plus/credit-card.d.ts +0 -6
- package/src/element-plus/credit-card.js +0 -27
- package/src/element-plus/crop.d.ts +0 -6
- package/src/element-plus/crop.js +0 -27
- package/src/element-plus/d-arrow-left.d.ts +0 -6
- package/src/element-plus/d-arrow-left.js +0 -24
- package/src/element-plus/d-arrow-right.d.ts +0 -6
- package/src/element-plus/d-arrow-right.js +0 -24
- package/src/element-plus/d-caret.d.ts +0 -6
- package/src/element-plus/d-caret.js +0 -24
- package/src/element-plus/data-analysis.d.ts +0 -6
- package/src/element-plus/data-analysis.js +0 -24
- package/src/element-plus/data-board.d.ts +0 -6
- package/src/element-plus/data-board.js +0 -30
- package/src/element-plus/data-line.d.ts +0 -6
- package/src/element-plus/data-line.js +0 -24
- package/src/element-plus/delete-filled.d.ts +0 -6
- package/src/element-plus/delete-filled.js +0 -24
- package/src/element-plus/delete-location.d.ts +0 -6
- package/src/element-plus/delete-location.js +0 -30
- package/src/element-plus/delete.d.ts +0 -6
- package/src/element-plus/delete.js +0 -24
- package/src/element-plus/dessert.d.ts +0 -6
- package/src/element-plus/dessert.js +0 -24
- package/src/element-plus/discount.d.ts +0 -6
- package/src/element-plus/discount.js +0 -27
- package/src/element-plus/dish-dot.d.ts +0 -6
- package/src/element-plus/dish-dot.js +0 -24
- package/src/element-plus/dish.d.ts +0 -6
- package/src/element-plus/dish.js +0 -24
- package/src/element-plus/document-add.d.ts +0 -6
- package/src/element-plus/document-add.js +0 -24
- package/src/element-plus/document-checked.d.ts +0 -6
- package/src/element-plus/document-checked.js +0 -24
- package/src/element-plus/document-copy.d.ts +0 -6
- package/src/element-plus/document-copy.js +0 -24
- package/src/element-plus/document-delete.d.ts +0 -6
- package/src/element-plus/document-delete.js +0 -24
- package/src/element-plus/document-remove.d.ts +0 -6
- package/src/element-plus/document-remove.js +0 -24
- package/src/element-plus/document.d.ts +0 -6
- package/src/element-plus/document.js +0 -24
- package/src/element-plus/download.d.ts +0 -6
- package/src/element-plus/download.js +0 -24
- package/src/element-plus/drizzling.d.ts +0 -6
- package/src/element-plus/drizzling.js +0 -24
- package/src/element-plus/edit-pen.d.ts +0 -6
- package/src/element-plus/edit-pen.js +0 -24
- package/src/element-plus/edit.d.ts +0 -6
- package/src/element-plus/edit.js +0 -27
- package/src/element-plus/eleme-filled.d.ts +0 -6
- package/src/element-plus/eleme-filled.js +0 -24
- package/src/element-plus/eleme.d.ts +0 -6
- package/src/element-plus/eleme.js +0 -24
- package/src/element-plus/element-plus.d.ts +0 -6
- package/src/element-plus/element-plus.js +0 -24
- package/src/element-plus/expand.d.ts +0 -6
- package/src/element-plus/expand.js +0 -24
- package/src/element-plus/failed.d.ts +0 -6
- package/src/element-plus/failed.js +0 -24
- package/src/element-plus/female.d.ts +0 -6
- package/src/element-plus/female.js +0 -30
- package/src/element-plus/files.d.ts +0 -6
- package/src/element-plus/files.js +0 -24
- package/src/element-plus/film.d.ts +0 -6
- package/src/element-plus/film.js +0 -27
- package/src/element-plus/filter.d.ts +0 -6
- package/src/element-plus/filter.js +0 -24
- package/src/element-plus/finished.d.ts +0 -6
- package/src/element-plus/finished.js +0 -24
- package/src/element-plus/first-aid-kit.d.ts +0 -6
- package/src/element-plus/first-aid-kit.js +0 -27
- package/src/element-plus/flag.d.ts +0 -6
- package/src/element-plus/flag.js +0 -24
- package/src/element-plus/fold.d.ts +0 -6
- package/src/element-plus/fold.js +0 -24
- package/src/element-plus/folder-add.d.ts +0 -6
- package/src/element-plus/folder-add.js +0 -24
- package/src/element-plus/folder-checked.d.ts +0 -6
- package/src/element-plus/folder-checked.js +0 -24
- package/src/element-plus/folder-delete.d.ts +0 -6
- package/src/element-plus/folder-delete.js +0 -24
- package/src/element-plus/folder-opened.d.ts +0 -6
- package/src/element-plus/folder-opened.js +0 -24
- package/src/element-plus/folder-remove.d.ts +0 -6
- package/src/element-plus/folder-remove.js +0 -24
- package/src/element-plus/folder.d.ts +0 -6
- package/src/element-plus/folder.js +0 -24
- package/src/element-plus/food.d.ts +0 -6
- package/src/element-plus/food.js +0 -24
- package/src/element-plus/football.d.ts +0 -6
- package/src/element-plus/football.js +0 -27
- package/src/element-plus/fork-spoon.d.ts +0 -6
- package/src/element-plus/fork-spoon.js +0 -24
- package/src/element-plus/fries.d.ts +0 -6
- package/src/element-plus/fries.js +0 -24
- package/src/element-plus/full-screen.d.ts +0 -6
- package/src/element-plus/full-screen.js +0 -24
- package/src/element-plus/goblet-full.d.ts +0 -6
- package/src/element-plus/goblet-full.js +0 -24
- package/src/element-plus/goblet-square-full.d.ts +0 -6
- package/src/element-plus/goblet-square-full.js +0 -24
- package/src/element-plus/goblet-square.d.ts +0 -6
- package/src/element-plus/goblet-square.js +0 -24
- package/src/element-plus/goblet.d.ts +0 -6
- package/src/element-plus/goblet.js +0 -24
- package/src/element-plus/gold-medal.d.ts +0 -6
- package/src/element-plus/gold-medal.js +0 -27
- package/src/element-plus/goods-filled.d.ts +0 -6
- package/src/element-plus/goods-filled.js +0 -24
- package/src/element-plus/goods.d.ts +0 -6
- package/src/element-plus/goods.js +0 -24
- package/src/element-plus/grape.d.ts +0 -6
- package/src/element-plus/grape.js +0 -24
- package/src/element-plus/grid.d.ts +0 -6
- package/src/element-plus/grid.js +0 -24
- package/src/element-plus/guide.d.ts +0 -6
- package/src/element-plus/guide.js +0 -27
- package/src/element-plus/handbag.d.ts +0 -6
- package/src/element-plus/handbag.js +0 -24
- package/src/element-plus/headset.d.ts +0 -6
- package/src/element-plus/headset.js +0 -24
- package/src/element-plus/help-filled.d.ts +0 -6
- package/src/element-plus/help-filled.js +0 -24
- package/src/element-plus/help.d.ts +0 -6
- package/src/element-plus/help.js +0 -24
- package/src/element-plus/hide.d.ts +0 -6
- package/src/element-plus/hide.js +0 -27
- package/src/element-plus/histogram.d.ts +0 -6
- package/src/element-plus/histogram.js +0 -24
- package/src/element-plus/home-filled.d.ts +0 -6
- package/src/element-plus/home-filled.js +0 -24
- package/src/element-plus/hot-water.d.ts +0 -6
- package/src/element-plus/hot-water.js +0 -24
- package/src/element-plus/house.d.ts +0 -6
- package/src/element-plus/house.js +0 -24
- package/src/element-plus/ice-cream-round.d.ts +0 -6
- package/src/element-plus/ice-cream-round.js +0 -24
- package/src/element-plus/ice-cream-square.d.ts +0 -6
- package/src/element-plus/ice-cream-square.js +0 -24
- package/src/element-plus/ice-cream.d.ts +0 -6
- package/src/element-plus/ice-cream.js +0 -24
- package/src/element-plus/ice-drink.d.ts +0 -6
- package/src/element-plus/ice-drink.js +0 -24
- package/src/element-plus/ice-tea.d.ts +0 -6
- package/src/element-plus/ice-tea.js +0 -24
- package/src/element-plus/index.d.ts +0 -293
- package/src/element-plus/index.js +0 -594
- package/src/element-plus/info-filled.d.ts +0 -6
- package/src/element-plus/info-filled.js +0 -24
- package/src/element-plus/iphone.d.ts +0 -6
- package/src/element-plus/iphone.js +0 -24
- package/src/element-plus/key.d.ts +0 -6
- package/src/element-plus/key.js +0 -24
- package/src/element-plus/knife-fork.d.ts +0 -6
- package/src/element-plus/knife-fork.js +0 -24
- package/src/element-plus/lightning.d.ts +0 -6
- package/src/element-plus/lightning.js +0 -27
- package/src/element-plus/link.d.ts +0 -6
- package/src/element-plus/link.js +0 -24
- package/src/element-plus/list.d.ts +0 -6
- package/src/element-plus/list.js +0 -24
- package/src/element-plus/loading.d.ts +0 -6
- package/src/element-plus/loading.js +0 -24
- package/src/element-plus/location-filled.d.ts +0 -6
- package/src/element-plus/location-filled.js +0 -24
- package/src/element-plus/location-information.d.ts +0 -6
- package/src/element-plus/location-information.js +0 -30
- package/src/element-plus/location.d.ts +0 -6
- package/src/element-plus/location.js +0 -27
- package/src/element-plus/lock.d.ts +0 -6
- package/src/element-plus/lock.js +0 -27
- package/src/element-plus/lollipop.d.ts +0 -6
- package/src/element-plus/lollipop.js +0 -24
- package/src/element-plus/magic-stick.d.ts +0 -6
- package/src/element-plus/magic-stick.js +0 -24
- package/src/element-plus/magnet.d.ts +0 -6
- package/src/element-plus/magnet.js +0 -24
- package/src/element-plus/male.d.ts +0 -6
- package/src/element-plus/male.js +0 -30
- package/src/element-plus/management.d.ts +0 -6
- package/src/element-plus/management.js +0 -24
- package/src/element-plus/map-location.d.ts +0 -6
- package/src/element-plus/map-location.js +0 -27
- package/src/element-plus/medal.d.ts +0 -6
- package/src/element-plus/medal.js +0 -27
- package/src/element-plus/memo.d.ts +0 -6
- package/src/element-plus/memo.js +0 -30
- package/src/element-plus/menu.d.ts +0 -6
- package/src/element-plus/menu.js +0 -24
- package/src/element-plus/message-box.d.ts +0 -6
- package/src/element-plus/message-box.js +0 -24
- package/src/element-plus/message.d.ts +0 -6
- package/src/element-plus/message.js +0 -27
- package/src/element-plus/mic.d.ts +0 -6
- package/src/element-plus/mic.js +0 -24
- package/src/element-plus/microphone.d.ts +0 -6
- package/src/element-plus/microphone.js +0 -24
- package/src/element-plus/milk-tea.d.ts +0 -6
- package/src/element-plus/milk-tea.js +0 -24
- package/src/element-plus/minus.d.ts +0 -6
- package/src/element-plus/minus.js +0 -24
- package/src/element-plus/money.d.ts +0 -6
- package/src/element-plus/money.js +0 -30
- package/src/element-plus/monitor.d.ts +0 -6
- package/src/element-plus/monitor.js +0 -24
- package/src/element-plus/moon-night.d.ts +0 -6
- package/src/element-plus/moon-night.js +0 -27
- package/src/element-plus/moon.d.ts +0 -6
- package/src/element-plus/moon.js +0 -24
- package/src/element-plus/more-filled.d.ts +0 -6
- package/src/element-plus/more-filled.js +0 -24
- package/src/element-plus/more.d.ts +0 -6
- package/src/element-plus/more.js +0 -24
- package/src/element-plus/mostly-cloudy.d.ts +0 -6
- package/src/element-plus/mostly-cloudy.js +0 -24
- package/src/element-plus/mouse.d.ts +0 -6
- package/src/element-plus/mouse.js +0 -27
- package/src/element-plus/mug.d.ts +0 -6
- package/src/element-plus/mug.js +0 -24
- package/src/element-plus/mute-notification.d.ts +0 -6
- package/src/element-plus/mute-notification.js +0 -27
- package/src/element-plus/mute.d.ts +0 -6
- package/src/element-plus/mute.js +0 -27
- package/src/element-plus/no-smoking.d.ts +0 -6
- package/src/element-plus/no-smoking.js +0 -24
- package/src/element-plus/notebook.d.ts +0 -6
- package/src/element-plus/notebook.js +0 -27
- package/src/element-plus/notification.d.ts +0 -6
- package/src/element-plus/notification.js +0 -27
- package/src/element-plus/odometer.d.ts +0 -6
- package/src/element-plus/odometer.js +0 -30
- package/src/element-plus/office-building.d.ts +0 -6
- package/src/element-plus/office-building.js +0 -30
- package/src/element-plus/open.d.ts +0 -6
- package/src/element-plus/open.js +0 -27
- package/src/element-plus/operation.d.ts +0 -6
- package/src/element-plus/operation.js +0 -24
- package/src/element-plus/opportunity.d.ts +0 -6
- package/src/element-plus/opportunity.js +0 -24
- package/src/element-plus/orange.d.ts +0 -6
- package/src/element-plus/orange.js +0 -24
- package/src/element-plus/paperclip.d.ts +0 -6
- package/src/element-plus/paperclip.js +0 -24
- package/src/element-plus/partly-cloudy.d.ts +0 -6
- package/src/element-plus/partly-cloudy.js +0 -27
- package/src/element-plus/pear.d.ts +0 -6
- package/src/element-plus/pear.js +0 -24
- package/src/element-plus/phone-filled.d.ts +0 -6
- package/src/element-plus/phone-filled.js +0 -24
- package/src/element-plus/phone.d.ts +0 -6
- package/src/element-plus/phone.js +0 -24
- package/src/element-plus/picture-filled.d.ts +0 -6
- package/src/element-plus/picture-filled.js +0 -24
- package/src/element-plus/picture-rounded.d.ts +0 -6
- package/src/element-plus/picture-rounded.js +0 -27
- package/src/element-plus/picture.d.ts +0 -6
- package/src/element-plus/picture.js +0 -27
- package/src/element-plus/pie-chart.d.ts +0 -6
- package/src/element-plus/pie-chart.js +0 -27
- package/src/element-plus/place.d.ts +0 -6
- package/src/element-plus/place.js +0 -30
- package/src/element-plus/platform.d.ts +0 -6
- package/src/element-plus/platform.js +0 -24
- package/src/element-plus/plus.d.ts +0 -6
- package/src/element-plus/plus.js +0 -24
- package/src/element-plus/pointer.d.ts +0 -6
- package/src/element-plus/pointer.js +0 -24
- package/src/element-plus/position.d.ts +0 -6
- package/src/element-plus/position.js +0 -24
- package/src/element-plus/postcard.d.ts +0 -6
- package/src/element-plus/postcard.js +0 -27
- package/src/element-plus/pouring.d.ts +0 -6
- package/src/element-plus/pouring.js +0 -24
- package/src/element-plus/present.d.ts +0 -6
- package/src/element-plus/present.js +0 -33
- package/src/element-plus/price-tag.d.ts +0 -6
- package/src/element-plus/price-tag.js +0 -27
- package/src/element-plus/printer.d.ts +0 -6
- package/src/element-plus/printer.js +0 -24
- package/src/element-plus/promotion.d.ts +0 -6
- package/src/element-plus/promotion.js +0 -24
- package/src/element-plus/quartz-watch.d.ts +0 -6
- package/src/element-plus/quartz-watch.js +0 -30
- package/src/element-plus/question-filled.d.ts +0 -6
- package/src/element-plus/question-filled.js +0 -24
- package/src/element-plus/rank.d.ts +0 -6
- package/src/element-plus/rank.js +0 -24
- package/src/element-plus/reading-lamp.d.ts +0 -6
- package/src/element-plus/reading-lamp.js +0 -27
- package/src/element-plus/reading.d.ts +0 -6
- package/src/element-plus/reading.js +0 -27
- package/src/element-plus/refresh-left.d.ts +0 -6
- package/src/element-plus/refresh-left.js +0 -24
- package/src/element-plus/refresh-right.d.ts +0 -6
- package/src/element-plus/refresh-right.js +0 -24
- package/src/element-plus/refresh.d.ts +0 -6
- package/src/element-plus/refresh.js +0 -24
- package/src/element-plus/refrigerator.d.ts +0 -6
- package/src/element-plus/refrigerator.js +0 -24
- package/src/element-plus/remove-filled.d.ts +0 -6
- package/src/element-plus/remove-filled.js +0 -24
- package/src/element-plus/remove.d.ts +0 -6
- package/src/element-plus/remove.js +0 -27
- package/src/element-plus/right.d.ts +0 -6
- package/src/element-plus/right.js +0 -24
- package/src/element-plus/scale-to-original.d.ts +0 -6
- package/src/element-plus/scale-to-original.js +0 -24
- package/src/element-plus/school.d.ts +0 -6
- package/src/element-plus/school.js +0 -30
- package/src/element-plus/scissor.d.ts +0 -6
- package/src/element-plus/scissor.js +0 -24
- package/src/element-plus/search.d.ts +0 -6
- package/src/element-plus/search.js +0 -24
- package/src/element-plus/select.d.ts +0 -6
- package/src/element-plus/select.js +0 -24
- package/src/element-plus/sell.d.ts +0 -6
- package/src/element-plus/sell.js +0 -24
- package/src/element-plus/semi-select.d.ts +0 -6
- package/src/element-plus/semi-select.js +0 -24
- package/src/element-plus/service.d.ts +0 -6
- package/src/element-plus/service.js +0 -24
- package/src/element-plus/set-up.d.ts +0 -6
- package/src/element-plus/set-up.js +0 -33
- package/src/element-plus/setting.d.ts +0 -6
- package/src/element-plus/setting.js +0 -24
- package/src/element-plus/share.d.ts +0 -6
- package/src/element-plus/share.js +0 -24
- package/src/element-plus/ship.d.ts +0 -6
- package/src/element-plus/ship.js +0 -24
- package/src/element-plus/shop.d.ts +0 -6
- package/src/element-plus/shop.js +0 -24
- package/src/element-plus/shopping-bag.d.ts +0 -6
- package/src/element-plus/shopping-bag.js +0 -27
- package/src/element-plus/shopping-cart-full.d.ts +0 -6
- package/src/element-plus/shopping-cart-full.js +0 -27
- package/src/element-plus/shopping-cart.d.ts +0 -6
- package/src/element-plus/shopping-cart.js +0 -24
- package/src/element-plus/shopping-trolley.d.ts +0 -6
- package/src/element-plus/shopping-trolley.js +0 -24
- package/src/element-plus/smoking.d.ts +0 -6
- package/src/element-plus/smoking.js +0 -27
- package/src/element-plus/soccer.d.ts +0 -6
- package/src/element-plus/soccer.js +0 -24
- package/src/element-plus/sold-out.d.ts +0 -6
- package/src/element-plus/sold-out.js +0 -24
- package/src/element-plus/sort-down.d.ts +0 -6
- package/src/element-plus/sort-down.js +0 -24
- package/src/element-plus/sort-up.d.ts +0 -6
- package/src/element-plus/sort-up.js +0 -24
- package/src/element-plus/sort.d.ts +0 -6
- package/src/element-plus/sort.js +0 -24
- package/src/element-plus/stamp.d.ts +0 -6
- package/src/element-plus/stamp.js +0 -24
- package/src/element-plus/star-filled.d.ts +0 -6
- package/src/element-plus/star-filled.js +0 -24
- package/src/element-plus/star.d.ts +0 -6
- package/src/element-plus/star.js +0 -24
- package/src/element-plus/stopwatch.d.ts +0 -6
- package/src/element-plus/stopwatch.js +0 -27
- package/src/element-plus/success-filled.d.ts +0 -6
- package/src/element-plus/success-filled.js +0 -24
- package/src/element-plus/sugar.d.ts +0 -6
- package/src/element-plus/sugar.js +0 -24
- package/src/element-plus/suitcase-line.d.ts +0 -6
- package/src/element-plus/suitcase-line.js +0 -24
- package/src/element-plus/suitcase.d.ts +0 -6
- package/src/element-plus/suitcase.js +0 -27
- package/src/element-plus/sunny.d.ts +0 -6
- package/src/element-plus/sunny.js +0 -24
- package/src/element-plus/sunrise.d.ts +0 -6
- package/src/element-plus/sunrise.js +0 -24
- package/src/element-plus/sunset.d.ts +0 -6
- package/src/element-plus/sunset.js +0 -24
- package/src/element-plus/switch-button.d.ts +0 -6
- package/src/element-plus/switch-button.js +0 -27
- package/src/element-plus/switch-filled.d.ts +0 -6
- package/src/element-plus/switch-filled.js +0 -27
- package/src/element-plus/switch.d.ts +0 -6
- package/src/element-plus/switch.js +0 -24
- package/src/element-plus/takeaway-box.d.ts +0 -6
- package/src/element-plus/takeaway-box.js +0 -24
- package/src/element-plus/ticket.d.ts +0 -6
- package/src/element-plus/ticket.js +0 -24
- package/src/element-plus/tickets.d.ts +0 -6
- package/src/element-plus/tickets.js +0 -24
- package/src/element-plus/timer.d.ts +0 -6
- package/src/element-plus/timer.js +0 -30
- package/src/element-plus/toilet-paper.d.ts +0 -6
- package/src/element-plus/toilet-paper.js +0 -27
- package/src/element-plus/tools.d.ts +0 -6
- package/src/element-plus/tools.js +0 -24
- package/src/element-plus/top-left.d.ts +0 -6
- package/src/element-plus/top-left.js +0 -27
- package/src/element-plus/top-right.d.ts +0 -6
- package/src/element-plus/top-right.js +0 -27
- package/src/element-plus/top.d.ts +0 -6
- package/src/element-plus/top.js +0 -24
- package/src/element-plus/trend-charts.d.ts +0 -6
- package/src/element-plus/trend-charts.js +0 -24
- package/src/element-plus/trophy-base.d.ts +0 -6
- package/src/element-plus/trophy-base.js +0 -24
- package/src/element-plus/trophy.d.ts +0 -6
- package/src/element-plus/trophy.js +0 -24
- package/src/element-plus/turn-off.d.ts +0 -6
- package/src/element-plus/turn-off.js +0 -27
- package/src/element-plus/umbrella.d.ts +0 -6
- package/src/element-plus/umbrella.js +0 -24
- package/src/element-plus/unlock.d.ts +0 -6
- package/src/element-plus/unlock.js +0 -27
- package/src/element-plus/upload-filled.d.ts +0 -6
- package/src/element-plus/upload-filled.js +0 -24
- package/src/element-plus/upload.d.ts +0 -6
- package/src/element-plus/upload.js +0 -24
- package/src/element-plus/user-filled.d.ts +0 -6
- package/src/element-plus/user-filled.js +0 -24
- package/src/element-plus/user.d.ts +0 -6
- package/src/element-plus/user.js +0 -24
- package/src/element-plus/van.d.ts +0 -6
- package/src/element-plus/van.js +0 -24
- package/src/element-plus/video-camera-filled.d.ts +0 -6
- package/src/element-plus/video-camera-filled.js +0 -24
- package/src/element-plus/video-camera.d.ts +0 -6
- package/src/element-plus/video-camera.js +0 -24
- package/src/element-plus/video-pause.d.ts +0 -6
- package/src/element-plus/video-pause.js +0 -24
- package/src/element-plus/video-play.d.ts +0 -6
- package/src/element-plus/video-play.js +0 -24
- package/src/element-plus/view.d.ts +0 -6
- package/src/element-plus/view.js +0 -24
- package/src/element-plus/wallet-filled.d.ts +0 -6
- package/src/element-plus/wallet-filled.js +0 -24
- package/src/element-plus/wallet.d.ts +0 -6
- package/src/element-plus/wallet.js +0 -30
- package/src/element-plus/warn-triangle-filled.d.ts +0 -6
- package/src/element-plus/warn-triangle-filled.js +0 -24
- package/src/element-plus/warning-filled.d.ts +0 -6
- package/src/element-plus/warning-filled.js +0 -24
- package/src/element-plus/warning.d.ts +0 -6
- package/src/element-plus/warning.js +0 -24
- package/src/element-plus/watch.d.ts +0 -6
- package/src/element-plus/watch.js +0 -30
- package/src/element-plus/watermelon.d.ts +0 -6
- package/src/element-plus/watermelon.js +0 -24
- package/src/element-plus/wind-power.d.ts +0 -6
- package/src/element-plus/wind-power.js +0 -24
- package/src/element-plus/zoom-in.d.ts +0 -6
- package/src/element-plus/zoom-in.js +0 -24
- package/src/element-plus/zoom-out.d.ts +0 -6
- package/src/element-plus/zoom-out.js +0 -24
- package/src/other/arrangement/arrangement-bottom.d.ts +0 -7
- package/src/other/arrangement/arrangement-bottom.js +0 -20
- package/src/other/arrangement/arrangement-middle.d.ts +0 -7
- package/src/other/arrangement/arrangement-middle.js +0 -20
- package/src/other/arrangement/arrangement-top.d.ts +0 -7
- package/src/other/arrangement/arrangement-top.js +0 -20
- package/src/other/barcode/barcode.d.ts +0 -7
- package/src/other/barcode/barcode.js +0 -20
- package/src/other/control-group/control-group.d.ts +0 -7
- package/src/other/control-group/control-group.js +0 -20
- package/src/other/currency/currency.d.ts +0 -7
- package/src/other/currency/currency.js +0 -20
- package/src/other/ellipse/ellipse.d.ts +0 -7
- package/src/other/ellipse/ellipse.js +0 -20
- package/src/other/file/file.d.ts +0 -8
- package/src/other/file/file.js +0 -20
- package/src/other/file-import/file-import.d.ts +0 -7
- package/src/other/file-import/file-import.js +0 -20
- package/src/other/file-open/file-open.d.ts +0 -7
- package/src/other/file-open/file-open.js +0 -20
- package/src/other/file-save/file-save.d.ts +0 -7
- package/src/other/file-save/file-save.js +0 -20
- package/src/other/fold/fold.d.ts +0 -8
- package/src/other/fold/fold.js +0 -20
- package/src/other/folder/folder.d.ts +0 -7
- package/src/other/folder/folder.js +0 -20
- package/src/other/horiline/horiline.d.ts +0 -7
- package/src/other/horiline/horiline.js +0 -20
- package/src/other/image/image.d.ts +0 -7
- package/src/other/image/image.js +0 -20
- package/src/other/inventory/inventory.d.ts +0 -7
- package/src/other/inventory/inventory.js +0 -20
- package/src/other/label/label.d.ts +0 -7
- package/src/other/label/label.js +0 -20
- package/src/other/logo/logo.d.ts +0 -7
- package/src/other/logo/logo.js +0 -25
- package/src/other/outline/outline.d.ts +0 -7
- package/src/other/outline/outline.js +0 -20
- package/src/other/picture/picture.d.ts +0 -7
- package/src/other/picture/picture.js +0 -20
- package/src/other/qrcode/qrcode.d.ts +0 -7
- package/src/other/qrcode/qrcode.js +0 -20
- package/src/other/rectangle/rectangle.d.ts +0 -7
- package/src/other/rectangle/rectangle.js +0 -20
- package/src/other/shape/shape.d.ts +0 -7
- package/src/other/shape/shape.js +0 -20
- package/src/other/signstamp/signstamp.d.ts +0 -7
- package/src/other/signstamp/signstamp.js +0 -24
- package/src/other/svg/svg.d.ts +0 -7
- package/src/other/svg/svg.js +0 -20
- package/src/other/switch/switch.d.ts +0 -7
- package/src/other/switch/switch.js +0 -20
- package/src/other/templates/templates.d.ts +0 -7
- package/src/other/templates/templates.js +0 -20
- package/src/other/text/text.d.ts +0 -7
- package/src/other/text/text.js +0 -20
- package/src/other/thumbnail/thumbnail.d.ts +0 -7
- package/src/other/thumbnail/thumbnail.js +0 -20
- package/src/other/tree/tree.d.ts +0 -7
- package/src/other/tree/tree.js +0 -20
- package/src/other/triangle/triangle.d.ts +0 -7
- package/src/other/triangle/triangle.js +0 -31
- package/src/other/unfold/unfold.d.ts +0 -8
- package/src/other/unfold/unfold.js +0 -20
- package/src/other/vertline/vertline.d.ts +0 -7
- package/src/other/vertline/vertline.js +0 -20
- /package/src/{other → lib/other}/index.d.ts +0 -0
- /package/src/{other → lib/other}/index.js +0 -0
package/src/common/index.js
DELETED
|
@@ -1,396 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TdExitFullscreenSvg = exports.TdExcelSvg = exports.TdExampleSvg = exports.TdEmailSvg = exports.TdEducationSvg = exports.TdEditSvg = exports.TdDropdownBoxSvg = exports.TdDragSvg = exports.TdDocumentationSvg = exports.TdDeleteSvg = exports.TdDatepickerSvg = exports.TdDateSvg = exports.TdDashboardSvg = exports.TdCrossSvg = exports.TdCreateFillRestrictionSvg = exports.TdConnectionSvg = exports.TdComponentSvg = exports.TdCloseSvg = exports.TdCloseRevisionSvg = exports.TdClipboardSvg = exports.TdCleanSvg = exports.TdCircleSvg = exports.TdCheckboxSvg = exports.TdCheckSvg = exports.TdChartSvg = exports.TdCatalogSvg = exports.TdBugSvg = exports.TdBookmarkSvg = exports.TdBookmarkListSvg = exports.TdBoldSvg = exports.TdBoldTSvg = exports.TdBackgroundColorSvg = exports.TdBackSvg = exports.TdAttachmentSvg = exports.TdAlignTopSvg = exports.TdAlignScatterSvg = exports.TdAlignRightSvg = exports.TdAlignMiddleSvg = exports.TdAlignLeftSvg = exports.TdAlignJustifiedSvg = exports.TdAlignCenterSvg = exports.TdAlignBottomSvg = exports.TdAddSvg = exports.TdAddRestrictedEditSvg = exports.TdAddCommentsSvg = exports.TdAddBookmarkSvg = exports.TdAdaptiveWidthSvg = exports.TdAMinusSvg = exports.TdAPlusSvg = exports.Td404Svg = void 0;
|
|
4
|
-
exports.TdMPageSvg = exports.TdMoneySvg = exports.TdModuleSvg = exports.TdMinusSvg = exports.TdMiddleLineSvg = exports.TdMessageSvg = exports.TdMergeCellSvg = exports.TdLockSvg = exports.TdListSvg = exports.TdLinkSvg = exports.TdLineSvg = exports.TdLanguageSvg = exports.TdItalicSvg = exports.TdItalic1Svg = exports.TdInventorySvg = exports.TdInternationalSvg = exports.TdInsertRowSvg = exports.TdInsertColumnSvg = exports.TdIncreaseLineHeightSvg = exports.TdIncreaseIndentSvg = exports.TdImportSvg = exports.TdImageSvg = exports.TdIdentifierSvg = exports.TdIconSvg = exports.TdIconVerticalAlignTopSvg = exports.TdIconVerticalAlignMiddlSvg = exports.TdIconVerticalAlignBottoSvg = exports.TdHomepageSvg = exports.TdHistorySvg = exports.TdHSvg = exports.TdGuideSvg = exports.TdFullscreenSvg = exports.TdFormTextSvg = exports.TdFormQRCodeSvg = exports.TdFormImageSvg = exports.TdFormatBrushSvg = exports.TdFormatBrushNewSvg = exports.TdFormSvg = exports.TdForbidEditSvg = exports.TdFontColorSvg = exports.TdFolderSvg = exports.TdFoldSvg = exports.TdFlowSvg = exports.TdFindSvg = exports.TdFillRestrictedListSvg = exports.TdFileSvg = exports.TdFileOpenSvg = exports.TdEyeSvg = exports.TdEyeOpenSvg = exports.TdExportSvg = void 0;
|
|
5
|
-
exports.TdStarSvg = exports.TdSplitCellSvg = exports.TdSPageSvg = exports.TdSortSvg = exports.TdSortValueSvg = exports.TdSkillSvg = exports.TdSizeSvg = exports.TdSingleOptionSvg = exports.TdSingleInputSvg = exports.TdSignatureSvg = exports.TdSignSvg = exports.TdShrinkOutlinedSvg = exports.TdShoppingSvg = exports.TdShoppingCardSvg = exports.TdShapeSvg = exports.TdSensitiveInfoSvg = exports.TdSelectSvg = exports.TdSearchSvg = exports.TdSdTagSvg = exports.TdSaveSvg = exports.TdSave2Svg = exports.TdRowSpacingSvg = exports.TdRowHeightSvg = exports.TdRestrictedEditListSvg = exports.TdRedoSvg = exports.TdRectangleSvg = exports.TdRadioButtonSvg = exports.TdQqSvg = exports.TdPropertySvg = exports.TdProcessSvg = exports.TdPlusSvg = exports.TdPeoplesSvg = exports.TdPeopleSvg = exports.TdPdfSvg = exports.TdPasswordSvg = exports.TdPagingSvg = exports.TdPaginationSvg = exports.TdPaginateSvg = exports.TdPageMarginSvg = exports.TdPageHeaderFooterSvg = exports.TdPageDirectionSvg = exports.TdPageDeleteSvg = exports.TdPageAddSvg = exports.TdOverlineSvg = exports.TdOutlineSvg = exports.TdNumericalSvg = exports.TdNumericalInputSvg = exports.TdNestedSvg = exports.TdMultipleOptionsSvg = exports.TdMultilineInputSvg = void 0;
|
|
6
|
-
exports.TdZipSvg = exports.TdWorkflowSvg = exports.TdWechatSvg = exports.TdWatermarkSvg = exports.TdUserSvg = exports.TdUnfoldedOutlinedSvg = exports.TdUnfoldSvg = exports.TdUndoSvg = exports.TdUnderlineSvg = exports.TdTreeSvg = exports.TdTreeTableSvg = exports.TdTreeShapeSvg = exports.TdTransformSvg = exports.TdTimeSvg = exports.TdThumbnailSvg = exports.TdThumbnailPageSvg = exports.TdThreeDotsSvg = exports.TdThemeSvg = exports.TdTextIndentSvg = exports.TdTemplatesSvg = exports.TdTdQRCodeSvg = exports.TdTdTextSvg = exports.TdTdImageSvg = exports.TdTaskSvg = exports.TdTableSvg = exports.TdTableNewSvg = exports.TdTable2Svg = exports.TdTable1Svg = exports.TdTabSvg = exports.TdSvgSvg = exports.TdSubmitSvg = exports.TdStrikethroughSvg = exports.TdStaticVLineSvg = exports.TdStaticTextSvg = exports.TdStaticTableSvg = exports.TdStaticSLLabelSvg = exports.TdStaticQRCodeSvg = exports.TdStaticMLLabelSvg = exports.TdStaticLabelSvg = exports.TdStaticHLineSvg = exports.TdStaticVerticalLineSvg = exports.TdStaticImageSvg = exports.TdStaticHorizontalLineSvg = exports.TdStaticCatalogSvg = void 0;
|
|
7
|
-
var _404_1 = require("./404");
|
|
8
|
-
Object.defineProperty(exports, "Td404Svg", { enumerable: true, get: function () { return _404_1.Td404Svg; } });
|
|
9
|
-
var A_1 = require("./A+");
|
|
10
|
-
Object.defineProperty(exports, "TdAPlusSvg", { enumerable: true, get: function () { return A_1.TdAPlusSvg; } });
|
|
11
|
-
var A_2 = require("./A-");
|
|
12
|
-
Object.defineProperty(exports, "TdAMinusSvg", { enumerable: true, get: function () { return A_2.TdAMinusSvg; } });
|
|
13
|
-
var adaptive_width_1 = require("./adaptive-width");
|
|
14
|
-
Object.defineProperty(exports, "TdAdaptiveWidthSvg", { enumerable: true, get: function () { return adaptive_width_1.TdAdaptiveWidthSvg; } });
|
|
15
|
-
var add_bookmark_1 = require("./add-bookmark");
|
|
16
|
-
Object.defineProperty(exports, "TdAddBookmarkSvg", { enumerable: true, get: function () { return add_bookmark_1.TdAddBookmarkSvg; } });
|
|
17
|
-
var add_comments_1 = require("./add-comments");
|
|
18
|
-
Object.defineProperty(exports, "TdAddCommentsSvg", { enumerable: true, get: function () { return add_comments_1.TdAddCommentsSvg; } });
|
|
19
|
-
var add_restricted_edit_1 = require("./add-restricted-edit");
|
|
20
|
-
Object.defineProperty(exports, "TdAddRestrictedEditSvg", { enumerable: true, get: function () { return add_restricted_edit_1.TdAddRestrictedEditSvg; } });
|
|
21
|
-
var add_1 = require("./add");
|
|
22
|
-
Object.defineProperty(exports, "TdAddSvg", { enumerable: true, get: function () { return add_1.TdAddSvg; } });
|
|
23
|
-
var align_bottom_1 = require("./align-bottom");
|
|
24
|
-
Object.defineProperty(exports, "TdAlignBottomSvg", { enumerable: true, get: function () { return align_bottom_1.TdAlignBottomSvg; } });
|
|
25
|
-
var align_center_1 = require("./align-center");
|
|
26
|
-
Object.defineProperty(exports, "TdAlignCenterSvg", { enumerable: true, get: function () { return align_center_1.TdAlignCenterSvg; } });
|
|
27
|
-
var align_justified_1 = require("./align-justified");
|
|
28
|
-
Object.defineProperty(exports, "TdAlignJustifiedSvg", { enumerable: true, get: function () { return align_justified_1.TdAlignJustifiedSvg; } });
|
|
29
|
-
var align_left_1 = require("./align-left");
|
|
30
|
-
Object.defineProperty(exports, "TdAlignLeftSvg", { enumerable: true, get: function () { return align_left_1.TdAlignLeftSvg; } });
|
|
31
|
-
var align_middle_1 = require("./align-middle");
|
|
32
|
-
Object.defineProperty(exports, "TdAlignMiddleSvg", { enumerable: true, get: function () { return align_middle_1.TdAlignMiddleSvg; } });
|
|
33
|
-
var align_right_1 = require("./align-right");
|
|
34
|
-
Object.defineProperty(exports, "TdAlignRightSvg", { enumerable: true, get: function () { return align_right_1.TdAlignRightSvg; } });
|
|
35
|
-
var align_scatter_1 = require("./align-scatter");
|
|
36
|
-
Object.defineProperty(exports, "TdAlignScatterSvg", { enumerable: true, get: function () { return align_scatter_1.TdAlignScatterSvg; } });
|
|
37
|
-
var align_top_1 = require("./align-top");
|
|
38
|
-
Object.defineProperty(exports, "TdAlignTopSvg", { enumerable: true, get: function () { return align_top_1.TdAlignTopSvg; } });
|
|
39
|
-
var attachment_1 = require("./attachment");
|
|
40
|
-
Object.defineProperty(exports, "TdAttachmentSvg", { enumerable: true, get: function () { return attachment_1.TdAttachmentSvg; } });
|
|
41
|
-
var back_1 = require("./back");
|
|
42
|
-
Object.defineProperty(exports, "TdBackSvg", { enumerable: true, get: function () { return back_1.TdBackSvg; } });
|
|
43
|
-
var background_color_1 = require("./background-color");
|
|
44
|
-
Object.defineProperty(exports, "TdBackgroundColorSvg", { enumerable: true, get: function () { return background_color_1.TdBackgroundColorSvg; } });
|
|
45
|
-
var bold_T_1 = require("./bold-T");
|
|
46
|
-
Object.defineProperty(exports, "TdBoldTSvg", { enumerable: true, get: function () { return bold_T_1.TdBoldTSvg; } });
|
|
47
|
-
var bold_1 = require("./bold");
|
|
48
|
-
Object.defineProperty(exports, "TdBoldSvg", { enumerable: true, get: function () { return bold_1.TdBoldSvg; } });
|
|
49
|
-
var bookmark_list_1 = require("./bookmark-list");
|
|
50
|
-
Object.defineProperty(exports, "TdBookmarkListSvg", { enumerable: true, get: function () { return bookmark_list_1.TdBookmarkListSvg; } });
|
|
51
|
-
var bookmark_1 = require("./bookmark");
|
|
52
|
-
Object.defineProperty(exports, "TdBookmarkSvg", { enumerable: true, get: function () { return bookmark_1.TdBookmarkSvg; } });
|
|
53
|
-
var bug_1 = require("./bug");
|
|
54
|
-
Object.defineProperty(exports, "TdBugSvg", { enumerable: true, get: function () { return bug_1.TdBugSvg; } });
|
|
55
|
-
var catalog_1 = require("./catalog");
|
|
56
|
-
Object.defineProperty(exports, "TdCatalogSvg", { enumerable: true, get: function () { return catalog_1.TdCatalogSvg; } });
|
|
57
|
-
var chart_1 = require("./chart");
|
|
58
|
-
Object.defineProperty(exports, "TdChartSvg", { enumerable: true, get: function () { return chart_1.TdChartSvg; } });
|
|
59
|
-
var check_1 = require("./check");
|
|
60
|
-
Object.defineProperty(exports, "TdCheckSvg", { enumerable: true, get: function () { return check_1.TdCheckSvg; } });
|
|
61
|
-
var checkbox_1 = require("./checkbox");
|
|
62
|
-
Object.defineProperty(exports, "TdCheckboxSvg", { enumerable: true, get: function () { return checkbox_1.TdCheckboxSvg; } });
|
|
63
|
-
var circle_1 = require("./circle");
|
|
64
|
-
Object.defineProperty(exports, "TdCircleSvg", { enumerable: true, get: function () { return circle_1.TdCircleSvg; } });
|
|
65
|
-
var clean_1 = require("./clean");
|
|
66
|
-
Object.defineProperty(exports, "TdCleanSvg", { enumerable: true, get: function () { return clean_1.TdCleanSvg; } });
|
|
67
|
-
var clipboard_1 = require("./clipboard");
|
|
68
|
-
Object.defineProperty(exports, "TdClipboardSvg", { enumerable: true, get: function () { return clipboard_1.TdClipboardSvg; } });
|
|
69
|
-
var close_revision_1 = require("./close-revision");
|
|
70
|
-
Object.defineProperty(exports, "TdCloseRevisionSvg", { enumerable: true, get: function () { return close_revision_1.TdCloseRevisionSvg; } });
|
|
71
|
-
var close_1 = require("./close");
|
|
72
|
-
Object.defineProperty(exports, "TdCloseSvg", { enumerable: true, get: function () { return close_1.TdCloseSvg; } });
|
|
73
|
-
var component_1 = require("./component");
|
|
74
|
-
Object.defineProperty(exports, "TdComponentSvg", { enumerable: true, get: function () { return component_1.TdComponentSvg; } });
|
|
75
|
-
var connection_1 = require("./connection");
|
|
76
|
-
Object.defineProperty(exports, "TdConnectionSvg", { enumerable: true, get: function () { return connection_1.TdConnectionSvg; } });
|
|
77
|
-
var create_fill_restriction_1 = require("./create-fill-restriction");
|
|
78
|
-
Object.defineProperty(exports, "TdCreateFillRestrictionSvg", { enumerable: true, get: function () { return create_fill_restriction_1.TdCreateFillRestrictionSvg; } });
|
|
79
|
-
var cross_1 = require("./cross");
|
|
80
|
-
Object.defineProperty(exports, "TdCrossSvg", { enumerable: true, get: function () { return cross_1.TdCrossSvg; } });
|
|
81
|
-
var dashboard_1 = require("./dashboard");
|
|
82
|
-
Object.defineProperty(exports, "TdDashboardSvg", { enumerable: true, get: function () { return dashboard_1.TdDashboardSvg; } });
|
|
83
|
-
var date_1 = require("./date");
|
|
84
|
-
Object.defineProperty(exports, "TdDateSvg", { enumerable: true, get: function () { return date_1.TdDateSvg; } });
|
|
85
|
-
var datepicker_1 = require("./datepicker");
|
|
86
|
-
Object.defineProperty(exports, "TdDatepickerSvg", { enumerable: true, get: function () { return datepicker_1.TdDatepickerSvg; } });
|
|
87
|
-
var delete_1 = require("./delete");
|
|
88
|
-
Object.defineProperty(exports, "TdDeleteSvg", { enumerable: true, get: function () { return delete_1.TdDeleteSvg; } });
|
|
89
|
-
var documentation_1 = require("./documentation");
|
|
90
|
-
Object.defineProperty(exports, "TdDocumentationSvg", { enumerable: true, get: function () { return documentation_1.TdDocumentationSvg; } });
|
|
91
|
-
var drag_1 = require("./drag");
|
|
92
|
-
Object.defineProperty(exports, "TdDragSvg", { enumerable: true, get: function () { return drag_1.TdDragSvg; } });
|
|
93
|
-
var dropdown_box_1 = require("./dropdown-box");
|
|
94
|
-
Object.defineProperty(exports, "TdDropdownBoxSvg", { enumerable: true, get: function () { return dropdown_box_1.TdDropdownBoxSvg; } });
|
|
95
|
-
var edit_1 = require("./edit");
|
|
96
|
-
Object.defineProperty(exports, "TdEditSvg", { enumerable: true, get: function () { return edit_1.TdEditSvg; } });
|
|
97
|
-
var education_1 = require("./education");
|
|
98
|
-
Object.defineProperty(exports, "TdEducationSvg", { enumerable: true, get: function () { return education_1.TdEducationSvg; } });
|
|
99
|
-
var email_1 = require("./email");
|
|
100
|
-
Object.defineProperty(exports, "TdEmailSvg", { enumerable: true, get: function () { return email_1.TdEmailSvg; } });
|
|
101
|
-
// export { TdEvenOddSvg } from './even-odd';
|
|
102
|
-
var example_1 = require("./example");
|
|
103
|
-
Object.defineProperty(exports, "TdExampleSvg", { enumerable: true, get: function () { return example_1.TdExampleSvg; } });
|
|
104
|
-
var excel_1 = require("./excel");
|
|
105
|
-
Object.defineProperty(exports, "TdExcelSvg", { enumerable: true, get: function () { return excel_1.TdExcelSvg; } });
|
|
106
|
-
var exit_fullscreen_1 = require("./exit-fullscreen");
|
|
107
|
-
Object.defineProperty(exports, "TdExitFullscreenSvg", { enumerable: true, get: function () { return exit_fullscreen_1.TdExitFullscreenSvg; } });
|
|
108
|
-
var export_1 = require("./export");
|
|
109
|
-
Object.defineProperty(exports, "TdExportSvg", { enumerable: true, get: function () { return export_1.TdExportSvg; } });
|
|
110
|
-
var eye_open_1 = require("./eye-open");
|
|
111
|
-
Object.defineProperty(exports, "TdEyeOpenSvg", { enumerable: true, get: function () { return eye_open_1.TdEyeOpenSvg; } });
|
|
112
|
-
var eye_1 = require("./eye");
|
|
113
|
-
Object.defineProperty(exports, "TdEyeSvg", { enumerable: true, get: function () { return eye_1.TdEyeSvg; } });
|
|
114
|
-
var file_open_1 = require("./file-open");
|
|
115
|
-
Object.defineProperty(exports, "TdFileOpenSvg", { enumerable: true, get: function () { return file_open_1.TdFileOpenSvg; } });
|
|
116
|
-
var file_1 = require("./file");
|
|
117
|
-
Object.defineProperty(exports, "TdFileSvg", { enumerable: true, get: function () { return file_1.TdFileSvg; } });
|
|
118
|
-
var fill_restricted_list_1 = require("./fill-restricted-list");
|
|
119
|
-
Object.defineProperty(exports, "TdFillRestrictedListSvg", { enumerable: true, get: function () { return fill_restricted_list_1.TdFillRestrictedListSvg; } });
|
|
120
|
-
var find_1 = require("./find");
|
|
121
|
-
Object.defineProperty(exports, "TdFindSvg", { enumerable: true, get: function () { return find_1.TdFindSvg; } });
|
|
122
|
-
var flow_1 = require("./flow");
|
|
123
|
-
Object.defineProperty(exports, "TdFlowSvg", { enumerable: true, get: function () { return flow_1.TdFlowSvg; } });
|
|
124
|
-
var fold_1 = require("./fold");
|
|
125
|
-
Object.defineProperty(exports, "TdFoldSvg", { enumerable: true, get: function () { return fold_1.TdFoldSvg; } });
|
|
126
|
-
var folder_1 = require("./folder");
|
|
127
|
-
Object.defineProperty(exports, "TdFolderSvg", { enumerable: true, get: function () { return folder_1.TdFolderSvg; } });
|
|
128
|
-
var font_color_1 = require("./font-color");
|
|
129
|
-
Object.defineProperty(exports, "TdFontColorSvg", { enumerable: true, get: function () { return font_color_1.TdFontColorSvg; } });
|
|
130
|
-
var forbid_edit_1 = require("./forbid-edit");
|
|
131
|
-
Object.defineProperty(exports, "TdForbidEditSvg", { enumerable: true, get: function () { return forbid_edit_1.TdForbidEditSvg; } });
|
|
132
|
-
var form_1 = require("./form");
|
|
133
|
-
Object.defineProperty(exports, "TdFormSvg", { enumerable: true, get: function () { return form_1.TdFormSvg; } });
|
|
134
|
-
var format_brush_new_1 = require("./format-brush-new");
|
|
135
|
-
Object.defineProperty(exports, "TdFormatBrushNewSvg", { enumerable: true, get: function () { return format_brush_new_1.TdFormatBrushNewSvg; } });
|
|
136
|
-
var format_brush_1 = require("./format-brush");
|
|
137
|
-
Object.defineProperty(exports, "TdFormatBrushSvg", { enumerable: true, get: function () { return format_brush_1.TdFormatBrushSvg; } });
|
|
138
|
-
var formImage_1 = require("./formImage");
|
|
139
|
-
Object.defineProperty(exports, "TdFormImageSvg", { enumerable: true, get: function () { return formImage_1.TdFormImageSvg; } });
|
|
140
|
-
var formQRCode_1 = require("./formQRCode");
|
|
141
|
-
Object.defineProperty(exports, "TdFormQRCodeSvg", { enumerable: true, get: function () { return formQRCode_1.TdFormQRCodeSvg; } });
|
|
142
|
-
var formText_1 = require("./formText");
|
|
143
|
-
Object.defineProperty(exports, "TdFormTextSvg", { enumerable: true, get: function () { return formText_1.TdFormTextSvg; } });
|
|
144
|
-
var fullscreen_1 = require("./fullscreen");
|
|
145
|
-
Object.defineProperty(exports, "TdFullscreenSvg", { enumerable: true, get: function () { return fullscreen_1.TdFullscreenSvg; } });
|
|
146
|
-
var guide_1 = require("./guide");
|
|
147
|
-
Object.defineProperty(exports, "TdGuideSvg", { enumerable: true, get: function () { return guide_1.TdGuideSvg; } });
|
|
148
|
-
var h_1 = require("./h");
|
|
149
|
-
Object.defineProperty(exports, "TdHSvg", { enumerable: true, get: function () { return h_1.TdHSvg; } });
|
|
150
|
-
var history_1 = require("./history");
|
|
151
|
-
Object.defineProperty(exports, "TdHistorySvg", { enumerable: true, get: function () { return history_1.TdHistorySvg; } });
|
|
152
|
-
var homepage_1 = require("./homepage");
|
|
153
|
-
Object.defineProperty(exports, "TdHomepageSvg", { enumerable: true, get: function () { return homepage_1.TdHomepageSvg; } });
|
|
154
|
-
var icon_vertical_align_botto_1 = require("./icon-vertical-align-botto");
|
|
155
|
-
Object.defineProperty(exports, "TdIconVerticalAlignBottoSvg", { enumerable: true, get: function () { return icon_vertical_align_botto_1.TdIconVerticalAlignBottoSvg; } });
|
|
156
|
-
var icon_vertical_align_middl_1 = require("./icon-vertical-align-middl");
|
|
157
|
-
Object.defineProperty(exports, "TdIconVerticalAlignMiddlSvg", { enumerable: true, get: function () { return icon_vertical_align_middl_1.TdIconVerticalAlignMiddlSvg; } });
|
|
158
|
-
var icon_vertical_align_top_1 = require("./icon-vertical-align-top");
|
|
159
|
-
Object.defineProperty(exports, "TdIconVerticalAlignTopSvg", { enumerable: true, get: function () { return icon_vertical_align_top_1.TdIconVerticalAlignTopSvg; } });
|
|
160
|
-
var icon_1 = require("./icon");
|
|
161
|
-
Object.defineProperty(exports, "TdIconSvg", { enumerable: true, get: function () { return icon_1.TdIconSvg; } });
|
|
162
|
-
var identifier_1 = require("./identifier");
|
|
163
|
-
Object.defineProperty(exports, "TdIdentifierSvg", { enumerable: true, get: function () { return identifier_1.TdIdentifierSvg; } });
|
|
164
|
-
var image_1 = require("./image");
|
|
165
|
-
Object.defineProperty(exports, "TdImageSvg", { enumerable: true, get: function () { return image_1.TdImageSvg; } });
|
|
166
|
-
var import_1 = require("./import");
|
|
167
|
-
Object.defineProperty(exports, "TdImportSvg", { enumerable: true, get: function () { return import_1.TdImportSvg; } });
|
|
168
|
-
var increase_indent_1 = require("./increase-indent");
|
|
169
|
-
Object.defineProperty(exports, "TdIncreaseIndentSvg", { enumerable: true, get: function () { return increase_indent_1.TdIncreaseIndentSvg; } });
|
|
170
|
-
var increase_line_height_1 = require("./increase-line-height");
|
|
171
|
-
Object.defineProperty(exports, "TdIncreaseLineHeightSvg", { enumerable: true, get: function () { return increase_line_height_1.TdIncreaseLineHeightSvg; } });
|
|
172
|
-
var insert_column_1 = require("./insert-column");
|
|
173
|
-
Object.defineProperty(exports, "TdInsertColumnSvg", { enumerable: true, get: function () { return insert_column_1.TdInsertColumnSvg; } });
|
|
174
|
-
var insert_row_1 = require("./insert-row");
|
|
175
|
-
Object.defineProperty(exports, "TdInsertRowSvg", { enumerable: true, get: function () { return insert_row_1.TdInsertRowSvg; } });
|
|
176
|
-
var international_1 = require("./international");
|
|
177
|
-
Object.defineProperty(exports, "TdInternationalSvg", { enumerable: true, get: function () { return international_1.TdInternationalSvg; } });
|
|
178
|
-
var inventory_1 = require("./inventory");
|
|
179
|
-
Object.defineProperty(exports, "TdInventorySvg", { enumerable: true, get: function () { return inventory_1.TdInventorySvg; } });
|
|
180
|
-
var italic_1_1 = require("./italic-1");
|
|
181
|
-
Object.defineProperty(exports, "TdItalic1Svg", { enumerable: true, get: function () { return italic_1_1.TdItalic1Svg; } });
|
|
182
|
-
var italic_1 = require("./italic");
|
|
183
|
-
Object.defineProperty(exports, "TdItalicSvg", { enumerable: true, get: function () { return italic_1.TdItalicSvg; } });
|
|
184
|
-
var language_1 = require("./language");
|
|
185
|
-
Object.defineProperty(exports, "TdLanguageSvg", { enumerable: true, get: function () { return language_1.TdLanguageSvg; } });
|
|
186
|
-
var line_1 = require("./line");
|
|
187
|
-
Object.defineProperty(exports, "TdLineSvg", { enumerable: true, get: function () { return line_1.TdLineSvg; } });
|
|
188
|
-
var link_1 = require("./link");
|
|
189
|
-
Object.defineProperty(exports, "TdLinkSvg", { enumerable: true, get: function () { return link_1.TdLinkSvg; } });
|
|
190
|
-
var list_1 = require("./list");
|
|
191
|
-
Object.defineProperty(exports, "TdListSvg", { enumerable: true, get: function () { return list_1.TdListSvg; } });
|
|
192
|
-
var lock_1 = require("./lock");
|
|
193
|
-
Object.defineProperty(exports, "TdLockSvg", { enumerable: true, get: function () { return lock_1.TdLockSvg; } });
|
|
194
|
-
var merge_cell_1 = require("./merge-cell");
|
|
195
|
-
Object.defineProperty(exports, "TdMergeCellSvg", { enumerable: true, get: function () { return merge_cell_1.TdMergeCellSvg; } });
|
|
196
|
-
var message_1 = require("./message");
|
|
197
|
-
Object.defineProperty(exports, "TdMessageSvg", { enumerable: true, get: function () { return message_1.TdMessageSvg; } });
|
|
198
|
-
var middle_line_1 = require("./middle-line");
|
|
199
|
-
Object.defineProperty(exports, "TdMiddleLineSvg", { enumerable: true, get: function () { return middle_line_1.TdMiddleLineSvg; } });
|
|
200
|
-
var minus_1 = require("./minus");
|
|
201
|
-
Object.defineProperty(exports, "TdMinusSvg", { enumerable: true, get: function () { return minus_1.TdMinusSvg; } });
|
|
202
|
-
var module_1 = require("./module");
|
|
203
|
-
Object.defineProperty(exports, "TdModuleSvg", { enumerable: true, get: function () { return module_1.TdModuleSvg; } });
|
|
204
|
-
var money_1 = require("./money");
|
|
205
|
-
Object.defineProperty(exports, "TdMoneySvg", { enumerable: true, get: function () { return money_1.TdMoneySvg; } });
|
|
206
|
-
var mPage_1 = require("./mPage");
|
|
207
|
-
Object.defineProperty(exports, "TdMPageSvg", { enumerable: true, get: function () { return mPage_1.TdMPageSvg; } });
|
|
208
|
-
var multiline_input_1 = require("./multiline-input");
|
|
209
|
-
Object.defineProperty(exports, "TdMultilineInputSvg", { enumerable: true, get: function () { return multiline_input_1.TdMultilineInputSvg; } });
|
|
210
|
-
var multiple_options_1 = require("./multiple-options");
|
|
211
|
-
Object.defineProperty(exports, "TdMultipleOptionsSvg", { enumerable: true, get: function () { return multiple_options_1.TdMultipleOptionsSvg; } });
|
|
212
|
-
var nested_1 = require("./nested");
|
|
213
|
-
Object.defineProperty(exports, "TdNestedSvg", { enumerable: true, get: function () { return nested_1.TdNestedSvg; } });
|
|
214
|
-
// export { TdNetworkSvg } from './network';
|
|
215
|
-
var numerical_input_1 = require("./numerical-input");
|
|
216
|
-
Object.defineProperty(exports, "TdNumericalInputSvg", { enumerable: true, get: function () { return numerical_input_1.TdNumericalInputSvg; } });
|
|
217
|
-
var numerical_1 = require("./numerical");
|
|
218
|
-
Object.defineProperty(exports, "TdNumericalSvg", { enumerable: true, get: function () { return numerical_1.TdNumericalSvg; } });
|
|
219
|
-
var outline_1 = require("./outline");
|
|
220
|
-
Object.defineProperty(exports, "TdOutlineSvg", { enumerable: true, get: function () { return outline_1.TdOutlineSvg; } });
|
|
221
|
-
var overline_1 = require("./overline");
|
|
222
|
-
Object.defineProperty(exports, "TdOverlineSvg", { enumerable: true, get: function () { return overline_1.TdOverlineSvg; } });
|
|
223
|
-
var page_add_1 = require("./page-add");
|
|
224
|
-
Object.defineProperty(exports, "TdPageAddSvg", { enumerable: true, get: function () { return page_add_1.TdPageAddSvg; } });
|
|
225
|
-
var page_delete_1 = require("./page-delete");
|
|
226
|
-
Object.defineProperty(exports, "TdPageDeleteSvg", { enumerable: true, get: function () { return page_delete_1.TdPageDeleteSvg; } });
|
|
227
|
-
var page_direction_1 = require("./page-direction");
|
|
228
|
-
Object.defineProperty(exports, "TdPageDirectionSvg", { enumerable: true, get: function () { return page_direction_1.TdPageDirectionSvg; } });
|
|
229
|
-
var page_header_footer_1 = require("./page-header-footer");
|
|
230
|
-
Object.defineProperty(exports, "TdPageHeaderFooterSvg", { enumerable: true, get: function () { return page_header_footer_1.TdPageHeaderFooterSvg; } });
|
|
231
|
-
var page_margin_1 = require("./page-margin");
|
|
232
|
-
Object.defineProperty(exports, "TdPageMarginSvg", { enumerable: true, get: function () { return page_margin_1.TdPageMarginSvg; } });
|
|
233
|
-
var paginate_1 = require("./paginate");
|
|
234
|
-
Object.defineProperty(exports, "TdPaginateSvg", { enumerable: true, get: function () { return paginate_1.TdPaginateSvg; } });
|
|
235
|
-
var pagination_1 = require("./pagination");
|
|
236
|
-
Object.defineProperty(exports, "TdPaginationSvg", { enumerable: true, get: function () { return pagination_1.TdPaginationSvg; } });
|
|
237
|
-
var paging_1 = require("./paging");
|
|
238
|
-
Object.defineProperty(exports, "TdPagingSvg", { enumerable: true, get: function () { return paging_1.TdPagingSvg; } });
|
|
239
|
-
var password_1 = require("./password");
|
|
240
|
-
Object.defineProperty(exports, "TdPasswordSvg", { enumerable: true, get: function () { return password_1.TdPasswordSvg; } });
|
|
241
|
-
var pdf_1 = require("./pdf");
|
|
242
|
-
Object.defineProperty(exports, "TdPdfSvg", { enumerable: true, get: function () { return pdf_1.TdPdfSvg; } });
|
|
243
|
-
var people_1 = require("./people");
|
|
244
|
-
Object.defineProperty(exports, "TdPeopleSvg", { enumerable: true, get: function () { return people_1.TdPeopleSvg; } });
|
|
245
|
-
var peoples_1 = require("./peoples");
|
|
246
|
-
Object.defineProperty(exports, "TdPeoplesSvg", { enumerable: true, get: function () { return peoples_1.TdPeoplesSvg; } });
|
|
247
|
-
var plus_1 = require("./plus");
|
|
248
|
-
Object.defineProperty(exports, "TdPlusSvg", { enumerable: true, get: function () { return plus_1.TdPlusSvg; } });
|
|
249
|
-
var process_1 = require("./process");
|
|
250
|
-
Object.defineProperty(exports, "TdProcessSvg", { enumerable: true, get: function () { return process_1.TdProcessSvg; } });
|
|
251
|
-
var property_1 = require("./property");
|
|
252
|
-
Object.defineProperty(exports, "TdPropertySvg", { enumerable: true, get: function () { return property_1.TdPropertySvg; } });
|
|
253
|
-
var qq_1 = require("./qq");
|
|
254
|
-
Object.defineProperty(exports, "TdQqSvg", { enumerable: true, get: function () { return qq_1.TdQqSvg; } });
|
|
255
|
-
var radio_button_1 = require("./radio-button");
|
|
256
|
-
Object.defineProperty(exports, "TdRadioButtonSvg", { enumerable: true, get: function () { return radio_button_1.TdRadioButtonSvg; } });
|
|
257
|
-
var rectangle_1 = require("./rectangle");
|
|
258
|
-
Object.defineProperty(exports, "TdRectangleSvg", { enumerable: true, get: function () { return rectangle_1.TdRectangleSvg; } });
|
|
259
|
-
var redo_1 = require("./redo");
|
|
260
|
-
Object.defineProperty(exports, "TdRedoSvg", { enumerable: true, get: function () { return redo_1.TdRedoSvg; } });
|
|
261
|
-
var restricted_edit_list_1 = require("./restricted-edit-list");
|
|
262
|
-
Object.defineProperty(exports, "TdRestrictedEditListSvg", { enumerable: true, get: function () { return restricted_edit_list_1.TdRestrictedEditListSvg; } });
|
|
263
|
-
var row_height_1 = require("./row-height");
|
|
264
|
-
Object.defineProperty(exports, "TdRowHeightSvg", { enumerable: true, get: function () { return row_height_1.TdRowHeightSvg; } });
|
|
265
|
-
var row_spacing_1 = require("./row-spacing");
|
|
266
|
-
Object.defineProperty(exports, "TdRowSpacingSvg", { enumerable: true, get: function () { return row_spacing_1.TdRowSpacingSvg; } });
|
|
267
|
-
var save_2_1 = require("./save-2");
|
|
268
|
-
Object.defineProperty(exports, "TdSave2Svg", { enumerable: true, get: function () { return save_2_1.TdSave2Svg; } });
|
|
269
|
-
var save_1 = require("./save");
|
|
270
|
-
Object.defineProperty(exports, "TdSaveSvg", { enumerable: true, get: function () { return save_1.TdSaveSvg; } });
|
|
271
|
-
var sd_tag_1 = require("./sd-tag");
|
|
272
|
-
Object.defineProperty(exports, "TdSdTagSvg", { enumerable: true, get: function () { return sd_tag_1.TdSdTagSvg; } });
|
|
273
|
-
var search_1 = require("./search");
|
|
274
|
-
Object.defineProperty(exports, "TdSearchSvg", { enumerable: true, get: function () { return search_1.TdSearchSvg; } });
|
|
275
|
-
var select_1 = require("./select");
|
|
276
|
-
Object.defineProperty(exports, "TdSelectSvg", { enumerable: true, get: function () { return select_1.TdSelectSvg; } });
|
|
277
|
-
var sensitive_info_1 = require("./sensitive-info");
|
|
278
|
-
Object.defineProperty(exports, "TdSensitiveInfoSvg", { enumerable: true, get: function () { return sensitive_info_1.TdSensitiveInfoSvg; } });
|
|
279
|
-
var shape_1 = require("./shape");
|
|
280
|
-
Object.defineProperty(exports, "TdShapeSvg", { enumerable: true, get: function () { return shape_1.TdShapeSvg; } });
|
|
281
|
-
var shopping_card_1 = require("./shopping-card");
|
|
282
|
-
Object.defineProperty(exports, "TdShoppingCardSvg", { enumerable: true, get: function () { return shopping_card_1.TdShoppingCardSvg; } });
|
|
283
|
-
var shopping_1 = require("./shopping");
|
|
284
|
-
Object.defineProperty(exports, "TdShoppingSvg", { enumerable: true, get: function () { return shopping_1.TdShoppingSvg; } });
|
|
285
|
-
var Shrink_outlined_1 = require("./Shrink-outlined");
|
|
286
|
-
Object.defineProperty(exports, "TdShrinkOutlinedSvg", { enumerable: true, get: function () { return Shrink_outlined_1.TdShrinkOutlinedSvg; } });
|
|
287
|
-
var sign_1 = require("./sign");
|
|
288
|
-
Object.defineProperty(exports, "TdSignSvg", { enumerable: true, get: function () { return sign_1.TdSignSvg; } });
|
|
289
|
-
var signature_1 = require("./signature");
|
|
290
|
-
Object.defineProperty(exports, "TdSignatureSvg", { enumerable: true, get: function () { return signature_1.TdSignatureSvg; } });
|
|
291
|
-
var single_input_1 = require("./single-input");
|
|
292
|
-
Object.defineProperty(exports, "TdSingleInputSvg", { enumerable: true, get: function () { return single_input_1.TdSingleInputSvg; } });
|
|
293
|
-
var single_option_1 = require("./single-option");
|
|
294
|
-
Object.defineProperty(exports, "TdSingleOptionSvg", { enumerable: true, get: function () { return single_option_1.TdSingleOptionSvg; } });
|
|
295
|
-
var size_1 = require("./size");
|
|
296
|
-
Object.defineProperty(exports, "TdSizeSvg", { enumerable: true, get: function () { return size_1.TdSizeSvg; } });
|
|
297
|
-
var skill_1 = require("./skill");
|
|
298
|
-
Object.defineProperty(exports, "TdSkillSvg", { enumerable: true, get: function () { return skill_1.TdSkillSvg; } });
|
|
299
|
-
var sort_value_1 = require("./sort-value");
|
|
300
|
-
Object.defineProperty(exports, "TdSortValueSvg", { enumerable: true, get: function () { return sort_value_1.TdSortValueSvg; } });
|
|
301
|
-
var sort_1 = require("./sort");
|
|
302
|
-
Object.defineProperty(exports, "TdSortSvg", { enumerable: true, get: function () { return sort_1.TdSortSvg; } });
|
|
303
|
-
var sPage_1 = require("./sPage");
|
|
304
|
-
Object.defineProperty(exports, "TdSPageSvg", { enumerable: true, get: function () { return sPage_1.TdSPageSvg; } });
|
|
305
|
-
var split_cell_1 = require("./split-cell");
|
|
306
|
-
Object.defineProperty(exports, "TdSplitCellSvg", { enumerable: true, get: function () { return split_cell_1.TdSplitCellSvg; } });
|
|
307
|
-
var star_1 = require("./star");
|
|
308
|
-
Object.defineProperty(exports, "TdStarSvg", { enumerable: true, get: function () { return star_1.TdStarSvg; } });
|
|
309
|
-
var static_catalog_1 = require("./static-catalog");
|
|
310
|
-
Object.defineProperty(exports, "TdStaticCatalogSvg", { enumerable: true, get: function () { return static_catalog_1.TdStaticCatalogSvg; } });
|
|
311
|
-
var static_horizontal_line_1 = require("./static-horizontal-line");
|
|
312
|
-
Object.defineProperty(exports, "TdStaticHorizontalLineSvg", { enumerable: true, get: function () { return static_horizontal_line_1.TdStaticHorizontalLineSvg; } });
|
|
313
|
-
var static_image_1 = require("./static-image");
|
|
314
|
-
Object.defineProperty(exports, "TdStaticImageSvg", { enumerable: true, get: function () { return static_image_1.TdStaticImageSvg; } });
|
|
315
|
-
var static_vertical_line_1 = require("./static-vertical-line");
|
|
316
|
-
Object.defineProperty(exports, "TdStaticVerticalLineSvg", { enumerable: true, get: function () { return static_vertical_line_1.TdStaticVerticalLineSvg; } });
|
|
317
|
-
var staticHLine_1 = require("./staticHLine");
|
|
318
|
-
Object.defineProperty(exports, "TdStaticHLineSvg", { enumerable: true, get: function () { return staticHLine_1.TdStaticHLineSvg; } });
|
|
319
|
-
var staticLabel_1 = require("./staticLabel");
|
|
320
|
-
Object.defineProperty(exports, "TdStaticLabelSvg", { enumerable: true, get: function () { return staticLabel_1.TdStaticLabelSvg; } });
|
|
321
|
-
var staticMLLabel_1 = require("./staticMLLabel");
|
|
322
|
-
Object.defineProperty(exports, "TdStaticMLLabelSvg", { enumerable: true, get: function () { return staticMLLabel_1.TdStaticMLLabelSvg; } });
|
|
323
|
-
var staticQRCode_1 = require("./staticQRCode");
|
|
324
|
-
Object.defineProperty(exports, "TdStaticQRCodeSvg", { enumerable: true, get: function () { return staticQRCode_1.TdStaticQRCodeSvg; } });
|
|
325
|
-
var staticSLLabel_1 = require("./staticSLLabel");
|
|
326
|
-
Object.defineProperty(exports, "TdStaticSLLabelSvg", { enumerable: true, get: function () { return staticSLLabel_1.TdStaticSLLabelSvg; } });
|
|
327
|
-
var staticTable_1 = require("./staticTable");
|
|
328
|
-
Object.defineProperty(exports, "TdStaticTableSvg", { enumerable: true, get: function () { return staticTable_1.TdStaticTableSvg; } });
|
|
329
|
-
var staticText_1 = require("./staticText");
|
|
330
|
-
Object.defineProperty(exports, "TdStaticTextSvg", { enumerable: true, get: function () { return staticText_1.TdStaticTextSvg; } });
|
|
331
|
-
var staticVLine_1 = require("./staticVLine");
|
|
332
|
-
Object.defineProperty(exports, "TdStaticVLineSvg", { enumerable: true, get: function () { return staticVLine_1.TdStaticVLineSvg; } });
|
|
333
|
-
var strikethrough_1 = require("./strikethrough");
|
|
334
|
-
Object.defineProperty(exports, "TdStrikethroughSvg", { enumerable: true, get: function () { return strikethrough_1.TdStrikethroughSvg; } });
|
|
335
|
-
var submit_1 = require("./submit");
|
|
336
|
-
Object.defineProperty(exports, "TdSubmitSvg", { enumerable: true, get: function () { return submit_1.TdSubmitSvg; } });
|
|
337
|
-
var svg_1 = require("./svg");
|
|
338
|
-
Object.defineProperty(exports, "TdSvgSvg", { enumerable: true, get: function () { return svg_1.TdSvgSvg; } });
|
|
339
|
-
var tab_1 = require("./tab");
|
|
340
|
-
Object.defineProperty(exports, "TdTabSvg", { enumerable: true, get: function () { return tab_1.TdTabSvg; } });
|
|
341
|
-
var table_1_1 = require("./table-1");
|
|
342
|
-
Object.defineProperty(exports, "TdTable1Svg", { enumerable: true, get: function () { return table_1_1.TdTable1Svg; } });
|
|
343
|
-
var table_2_1 = require("./table-2");
|
|
344
|
-
Object.defineProperty(exports, "TdTable2Svg", { enumerable: true, get: function () { return table_2_1.TdTable2Svg; } });
|
|
345
|
-
var table_new_1 = require("./table-new");
|
|
346
|
-
Object.defineProperty(exports, "TdTableNewSvg", { enumerable: true, get: function () { return table_new_1.TdTableNewSvg; } });
|
|
347
|
-
var table_1 = require("./table");
|
|
348
|
-
Object.defineProperty(exports, "TdTableSvg", { enumerable: true, get: function () { return table_1.TdTableSvg; } });
|
|
349
|
-
var task_1 = require("./task");
|
|
350
|
-
Object.defineProperty(exports, "TdTaskSvg", { enumerable: true, get: function () { return task_1.TdTaskSvg; } });
|
|
351
|
-
var td_image_1 = require("./td-image");
|
|
352
|
-
Object.defineProperty(exports, "TdTdImageSvg", { enumerable: true, get: function () { return td_image_1.TdTdImageSvg; } });
|
|
353
|
-
var td_text_1 = require("./td-text");
|
|
354
|
-
Object.defineProperty(exports, "TdTdTextSvg", { enumerable: true, get: function () { return td_text_1.TdTdTextSvg; } });
|
|
355
|
-
var tdQRCode_1 = require("./tdQRCode");
|
|
356
|
-
Object.defineProperty(exports, "TdTdQRCodeSvg", { enumerable: true, get: function () { return tdQRCode_1.TdTdQRCodeSvg; } });
|
|
357
|
-
var templates_1 = require("./templates");
|
|
358
|
-
Object.defineProperty(exports, "TdTemplatesSvg", { enumerable: true, get: function () { return templates_1.TdTemplatesSvg; } });
|
|
359
|
-
var text_indent_1 = require("./text-indent");
|
|
360
|
-
Object.defineProperty(exports, "TdTextIndentSvg", { enumerable: true, get: function () { return text_indent_1.TdTextIndentSvg; } });
|
|
361
|
-
var theme_1 = require("./theme");
|
|
362
|
-
Object.defineProperty(exports, "TdThemeSvg", { enumerable: true, get: function () { return theme_1.TdThemeSvg; } });
|
|
363
|
-
var three_dots_1 = require("./three-dots");
|
|
364
|
-
Object.defineProperty(exports, "TdThreeDotsSvg", { enumerable: true, get: function () { return three_dots_1.TdThreeDotsSvg; } });
|
|
365
|
-
var thumbnail_page_1 = require("./thumbnail-page");
|
|
366
|
-
Object.defineProperty(exports, "TdThumbnailPageSvg", { enumerable: true, get: function () { return thumbnail_page_1.TdThumbnailPageSvg; } });
|
|
367
|
-
var thumbnail_1 = require("./thumbnail");
|
|
368
|
-
Object.defineProperty(exports, "TdThumbnailSvg", { enumerable: true, get: function () { return thumbnail_1.TdThumbnailSvg; } });
|
|
369
|
-
var time_1 = require("./time");
|
|
370
|
-
Object.defineProperty(exports, "TdTimeSvg", { enumerable: true, get: function () { return time_1.TdTimeSvg; } });
|
|
371
|
-
var transform_1 = require("./transform");
|
|
372
|
-
Object.defineProperty(exports, "TdTransformSvg", { enumerable: true, get: function () { return transform_1.TdTransformSvg; } });
|
|
373
|
-
var tree_shape_1 = require("./tree-shape");
|
|
374
|
-
Object.defineProperty(exports, "TdTreeShapeSvg", { enumerable: true, get: function () { return tree_shape_1.TdTreeShapeSvg; } });
|
|
375
|
-
var tree_table_1 = require("./tree-table");
|
|
376
|
-
Object.defineProperty(exports, "TdTreeTableSvg", { enumerable: true, get: function () { return tree_table_1.TdTreeTableSvg; } });
|
|
377
|
-
var tree_1 = require("./tree");
|
|
378
|
-
Object.defineProperty(exports, "TdTreeSvg", { enumerable: true, get: function () { return tree_1.TdTreeSvg; } });
|
|
379
|
-
var underline_1 = require("./underline");
|
|
380
|
-
Object.defineProperty(exports, "TdUnderlineSvg", { enumerable: true, get: function () { return underline_1.TdUnderlineSvg; } });
|
|
381
|
-
var undo_1 = require("./undo");
|
|
382
|
-
Object.defineProperty(exports, "TdUndoSvg", { enumerable: true, get: function () { return undo_1.TdUndoSvg; } });
|
|
383
|
-
var unfold_1 = require("./unfold");
|
|
384
|
-
Object.defineProperty(exports, "TdUnfoldSvg", { enumerable: true, get: function () { return unfold_1.TdUnfoldSvg; } });
|
|
385
|
-
var Unfolded_outlined_1 = require("./Unfolded-outlined");
|
|
386
|
-
Object.defineProperty(exports, "TdUnfoldedOutlinedSvg", { enumerable: true, get: function () { return Unfolded_outlined_1.TdUnfoldedOutlinedSvg; } });
|
|
387
|
-
var user_1 = require("./user");
|
|
388
|
-
Object.defineProperty(exports, "TdUserSvg", { enumerable: true, get: function () { return user_1.TdUserSvg; } });
|
|
389
|
-
var watermark_1 = require("./watermark");
|
|
390
|
-
Object.defineProperty(exports, "TdWatermarkSvg", { enumerable: true, get: function () { return watermark_1.TdWatermarkSvg; } });
|
|
391
|
-
var wechat_1 = require("./wechat");
|
|
392
|
-
Object.defineProperty(exports, "TdWechatSvg", { enumerable: true, get: function () { return wechat_1.TdWechatSvg; } });
|
|
393
|
-
var workflow_1 = require("./workflow");
|
|
394
|
-
Object.defineProperty(exports, "TdWorkflowSvg", { enumerable: true, get: function () { return workflow_1.TdWorkflowSvg; } });
|
|
395
|
-
var zip_1 = require("./zip");
|
|
396
|
-
Object.defineProperty(exports, "TdZipSvg", { enumerable: true, get: function () { return zip_1.TdZipSvg; } });
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TdInsertColumnSvg = void 0;
|
|
4
|
-
const framework_1 = require("@type-dom/framework");
|
|
5
|
-
class TdInsertColumnSvg extends framework_1.TypeSvgSvg {
|
|
6
|
-
constructor(config) {
|
|
7
|
-
super();
|
|
8
|
-
this.className = 'TdInsertColumnSvg';
|
|
9
|
-
this.addAttrObj({
|
|
10
|
-
name: 'TdInsertColumnSvg',
|
|
11
|
-
title: 'TdInsertColumnSvg'
|
|
12
|
-
});
|
|
13
|
-
this.addAttrObj({
|
|
14
|
-
viewBox: '0 0 1024 1024',
|
|
15
|
-
});
|
|
16
|
-
this.resetSize(24, 24);
|
|
17
|
-
this.childNodes = [];
|
|
18
|
-
const path0 = new framework_1.SvgPath({ parent: this });
|
|
19
|
-
path0.setData('M944 224v768H80V224h864m0-32H80a32 32 0 0 0-32 32v768a32 32 0 0 0 32 32h864a32 32 0 0 0 32-32V224a32 32 0 0 0-32-32z');
|
|
20
|
-
this.childNodes.push(path0);
|
|
21
|
-
const path1 = new framework_1.SvgPath({ parent: this });
|
|
22
|
-
path1.setData('M80 512h864v32H80zM80 672h864v32H80zM80 832h864v32H80zM80 352h864v32H80z');
|
|
23
|
-
this.childNodes.push(path1);
|
|
24
|
-
const path2 = new framework_1.SvgPath({ parent: this });
|
|
25
|
-
path2.setData('M304 224v768H272V224zM528 224v768h-32V224zM752 224v768h-32V224z');
|
|
26
|
-
this.childNodes.push(path2);
|
|
27
|
-
const path3 = new framework_1.SvgPath({ parent: this });
|
|
28
|
-
path3.setData('M400 160l96-96H304l96 96z');
|
|
29
|
-
this.childNodes.push(path3);
|
|
30
|
-
const path4 = new framework_1.SvgPath({ parent: this });
|
|
31
|
-
path4.setData('M432 64m-1.28 0l-61.44 0q-1.28 0-1.28-1.28l0-61.44q0-1.28 1.28-1.28l61.44 0q1.28 0 1.28 1.28l0 61.44q0 1.28-1.28 1.28Z');
|
|
32
|
-
this.childNodes.push(path4);
|
|
33
|
-
const path5 = new framework_1.SvgPath({ parent: this });
|
|
34
|
-
path5.setData('M288 208m16 0l192 0q16 0 16 16l0 768q0 16-16 16l-192 0q-16 0-16-16l0-768q0-16 16-16Z');
|
|
35
|
-
this.childNodes.push(path5);
|
|
36
|
-
const path6 = new framework_1.SvgPath({ parent: this });
|
|
37
|
-
path6.setData('M496 224v768H304V224h192m0-32H304a32 32 0 0 0-32 32v768a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32V224a32 32 0 0 0-32-32z');
|
|
38
|
-
this.childNodes.push(path6);
|
|
39
|
-
this.setConfig(config);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
exports.TdInsertColumnSvg = TdInsertColumnSvg;
|
package/src/common/insert-row.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TdInsertRowSvg = void 0;
|
|
4
|
-
const framework_1 = require("@type-dom/framework");
|
|
5
|
-
class TdInsertRowSvg extends framework_1.TypeSvgSvg {
|
|
6
|
-
constructor(config) {
|
|
7
|
-
super();
|
|
8
|
-
this.className = 'TdInsertRowSvg';
|
|
9
|
-
this.addAttrObj({
|
|
10
|
-
name: 'TdInsertRowSvg',
|
|
11
|
-
title: 'TdInsertRowSvg'
|
|
12
|
-
});
|
|
13
|
-
this.addAttrObj({
|
|
14
|
-
viewBox: '0 0 1378 1024',
|
|
15
|
-
});
|
|
16
|
-
this.resetSize(24, 24);
|
|
17
|
-
this.childNodes = [];
|
|
18
|
-
const path0 = new framework_1.SvgPath({ parent: this });
|
|
19
|
-
path0.setData('M1339.076923 39.384615v945.23077H275.692308V39.384615h1063.384615m0-39.384615H275.692308a39.384615 39.384615 0 0 0-39.384616 39.384615v945.23077a39.384615 39.384615 0 0 0 39.384616 39.384615h1063.384615a39.384615 39.384615 0 0 0 39.384615-39.384615V39.384615a39.384615 39.384615 0 0 0-39.384615-39.384615z');
|
|
20
|
-
this.childNodes.push(path0);
|
|
21
|
-
const path1 = new framework_1.SvgPath({ parent: this });
|
|
22
|
-
path1.setData('M275.692308 393.846154h1063.384615v39.384615H275.692308zM275.692308 590.769231h1063.384615v39.384615H275.692308zM275.692308 787.692308h1063.384615v39.384615H275.692308zM275.692308 196.923077h1063.384615v39.384615H275.692308z');
|
|
23
|
-
this.childNodes.push(path1);
|
|
24
|
-
const path2 = new framework_1.SvgPath({ parent: this });
|
|
25
|
-
path2.setData('M551.384615 39.384615v945.23077h-39.384615V39.384615zM827.076923 39.384615v945.23077h-39.384615V39.384615zM1102.769231 39.384615v945.23077h-39.384616V39.384615z');
|
|
26
|
-
this.childNodes.push(path2);
|
|
27
|
-
const path3 = new framework_1.SvgPath({ parent: this });
|
|
28
|
-
path3.setData('M256 216.615385m19.692308 0l1063.384615 0q19.692308 0 19.692308 19.692307l0 157.538462q0 19.692308-19.692308 19.692308l-1063.384615 0q-19.692308 0-19.692308-19.692308l0-157.538462q0-19.692308 19.692308-19.692307Z');
|
|
29
|
-
this.childNodes.push(path3);
|
|
30
|
-
const path4 = new framework_1.SvgPath({ parent: this });
|
|
31
|
-
path4.setData('M1339.076923 236.307692v157.538462H275.692308V236.307692h1063.384615m0-39.384615H275.692308a39.384615 39.384615 0 0 0-39.384616 39.384615v157.538462a39.384615 39.384615 0 0 0 39.384616 39.384615h1063.384615a39.384615 39.384615 0 0 0 39.384615-39.384615V236.307692a39.384615 39.384615 0 0 0-39.384615-39.384615z');
|
|
32
|
-
this.childNodes.push(path4);
|
|
33
|
-
const path5 = new framework_1.SvgPath({ parent: this });
|
|
34
|
-
path5.setData('M196.923077 315.076923L78.769231 196.923077v236.307692l118.153846-118.153846z');
|
|
35
|
-
this.childNodes.push(path5);
|
|
36
|
-
const path6 = new framework_1.SvgPath({ parent: this });
|
|
37
|
-
path6.setData('M78.769231 275.692308m0 1.575384l0 75.618462q0 1.575385-1.575385 1.575384l-75.618461 0q-1.575385 0-1.575385-1.575384l0-75.618462q0-1.575385 1.575385-1.575384l75.618461 0q1.575385 0 1.575385 1.575384Z');
|
|
38
|
-
this.childNodes.push(path6);
|
|
39
|
-
this.setConfig(config);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
exports.TdInsertRowSvg = TdInsertRowSvg;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TdInternationalSvg = void 0;
|
|
4
|
-
const framework_1 = require("@type-dom/framework");
|
|
5
|
-
class TdInternationalSvg extends framework_1.TypeSvgSvg {
|
|
6
|
-
constructor(config) {
|
|
7
|
-
super();
|
|
8
|
-
this.className = 'TdInternationalSvg';
|
|
9
|
-
this.addAttrObj({
|
|
10
|
-
name: 'TdInternationalSvg',
|
|
11
|
-
title: 'TdInternationalSvg'
|
|
12
|
-
});
|
|
13
|
-
this.addAttrObj({
|
|
14
|
-
viewBox: '0 0 128 128',
|
|
15
|
-
});
|
|
16
|
-
this.resetSize(24, 24);
|
|
17
|
-
this.childNodes = [];
|
|
18
|
-
const path0 = new framework_1.SvgPath({ parent: this });
|
|
19
|
-
path0.setData('M83.287 103.01c-1.57-3.84-6.778-10.414-15.447-19.548-2.327-2.444-2.182-4.306-1.338-9.862v-.64c.553-3.81 1.513-6.05 14.313-8.087 6.516-1.018 8.203 1.57 10.589 5.178l.785 1.193a12.625 12.625 0 0 0 6.43 5.207c1.134.524 2.53 1.164 4.421 2.24 4.596 2.53 4.596 5.41 4.596 11.753v.727a26.91 26.91 0 0 1-5.178 17.454 59.055 59.055 0 0 1-19.025 11.026c3.49-6.546.814-14.313 0-16.553l-.146-.087zM64 5.12a58.502 58.502 0 0 1 25.484 5.818 54.313 54.313 0 0 0-12.859 10.327c-.93 1.28-1.716 2.473-2.472 3.579-2.444 3.694-3.637 5.352-5.818 5.614a25.105 25.105 0 0 1-4.219 0c-4.276-.29-10.094-.64-11.956 4.422-1.193 3.23-1.396 11.956 2.444 16.495.66 1.077.778 2.4.32 3.578a7.01 7.01 0 0 1-2.066 3.229 18.938 18.938 0 0 1-2.909-2.91 18.91 18.91 0 0 0-8.32-6.603c-1.25-.349-2.647-.64-3.985-.93-3.782-.786-8.03-1.688-9.019-3.812a14.895 14.895 0 0 1-.727-5.818 21.935 21.935 0 0 0-1.396-9.25 8.873 8.873 0 0 0-5.557-4.946A58.705 58.705 0 0 1 64 5.12zM0 64c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64z');
|
|
20
|
-
this.childNodes.push(path0);
|
|
21
|
-
this.setConfig(config);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
exports.TdInternationalSvg = TdInternationalSvg;
|
package/src/common/inventory.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TdInventorySvg = void 0;
|
|
4
|
-
const framework_1 = require("@type-dom/framework");
|
|
5
|
-
class TdInventorySvg extends framework_1.TypeSvgSvg {
|
|
6
|
-
constructor(config) {
|
|
7
|
-
super();
|
|
8
|
-
this.className = 'TdInventorySvg';
|
|
9
|
-
this.addAttrObj({
|
|
10
|
-
name: 'TdInventorySvg',
|
|
11
|
-
title: 'TdInventorySvg'
|
|
12
|
-
});
|
|
13
|
-
this.addAttrObj({
|
|
14
|
-
viewBox: '0 0 1024 1024',
|
|
15
|
-
});
|
|
16
|
-
this.resetSize(24, 24);
|
|
17
|
-
this.childNodes = [];
|
|
18
|
-
const path0 = new framework_1.SvgPath({ parent: this });
|
|
19
|
-
path0.setData('M885.333333 981.333333H181.333333a53.393333 53.393333 0 0 1-53.333333-53.333333V224a53.393333 53.393333 0 0 1 53.333333-53.333333h53.333334a21.333333 21.333333 0 0 1 0 42.666666h-53.333334a10.666667 10.666667 0 0 0-10.666666 10.666667v704a10.666667 10.666667 0 0 0 10.666666 10.666667h704a10.666667 10.666667 0 0 0 10.666667-10.666667V224a10.666667 10.666667 0 0 0-10.666667-10.666667h-53.333333a21.333333 21.333333 0 0 1 0-42.666666h53.333333a53.393333 53.393333 0 0 1 53.333334 53.333333v704a53.393333 53.393333 0 0 1-53.333334 53.333333z m-522.666666-170.666666a21.266667 21.266667 0 0 1-15.086667-6.246667l-42.666667-42.666667a21.333333 21.333333 0 0 1 30.173334-30.173333l27.58 27.586667 70.246666-70.253334a21.333333 21.333333 0 0 1 30.173334 30.173334l-85.333334 85.333333A21.266667 21.266667 0 0 1 362.666667 810.666667z m384-42.666667H533.333333a21.333333 21.333333 0 0 1 0-42.666667h213.333334a21.333333 21.333333 0 0 1 0 42.666667zM362.666667 640a21.266667 21.266667 0 0 1-15.086667-6.246667l-42.666667-42.666666a21.333333 21.333333 0 0 1 30.173334-30.173334L362.666667 588.5l70.246666-70.253333a21.333333 21.333333 0 0 1 30.173334 30.173333l-85.333334 85.333333A21.266667 21.266667 0 0 1 362.666667 640z m384-42.666667H533.333333a21.333333 21.333333 0 0 1 0-42.666666h213.333334a21.333333 21.333333 0 0 1 0 42.666666zM362.666667 469.333333a21.266667 21.266667 0 0 1-15.086667-6.246666l-42.666667-42.666667a21.333333 21.333333 0 0 1 30.173334-30.173333L362.666667 417.833333l70.246666-70.253333a21.333333 21.333333 0 0 1 30.173334 30.173333l-85.333334 85.333334A21.266667 21.266667 0 0 1 362.666667 469.333333z m384-42.666666H533.333333a21.333333 21.333333 0 0 1 0-42.666667h213.333334a21.333333 21.333333 0 0 1 0 42.666667z m0-170.666667H320a21.333333 21.333333 0 0 1-21.333333-21.333333c0-26.046667 13.273333-50.786667 38.38-71.546667 19.54-16.153333 46.053333-29.666667 77.186666-39.38a129.22 129.22 0 0 1 41.453334-54.84 128 128 0 0 1 155.293333 0 129.22 129.22 0 0 1 41.453333 54.84c31.133333 9.713333 57.653333 23.226667 77.186667 39.38C754.726667 183.88 768 208.62 768 234.666667a21.333333 21.333333 0 0 1-21.333333 21.333333z m-398.38-42.666667h370.093333c-4.493333-6.926667-10.493333-12.82-15.953333-17.333333-17.166667-14.193333-42.14-26.066667-72.226667-34.32a21.333333 21.333333 0 0 1-14.853333-14.666667C604.893333 110.666667 571.166667 85.333333 533.333333 85.333333s-71.56 25.333333-82 61.673334a21.333333 21.333333 0 0 1-14.853333 14.666666c-30.1 8.26-55.073333 20.133333-72.24 34.326667-5.46 4.513333-11.46 10.406667-15.953333 17.333333z');
|
|
20
|
-
this.childNodes.push(path0);
|
|
21
|
-
this.setConfig(config);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
exports.TdInventorySvg = TdInventorySvg;
|
package/src/common/italic-1.d.ts
DELETED
package/src/common/italic-1.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TdItalic1Svg = void 0;
|
|
4
|
-
const framework_1 = require("@type-dom/framework");
|
|
5
|
-
class TdItalic1Svg extends framework_1.TypeSvgSvg {
|
|
6
|
-
constructor(config) {
|
|
7
|
-
super();
|
|
8
|
-
this.className = 'TdItalic1Svg';
|
|
9
|
-
this.addAttrObj({
|
|
10
|
-
name: 'TdItalic1Svg',
|
|
11
|
-
title: 'TdItalic1Svg'
|
|
12
|
-
});
|
|
13
|
-
this.addAttrObj({
|
|
14
|
-
viewBox: '0 0 1024 1024',
|
|
15
|
-
});
|
|
16
|
-
this.resetSize(24, 24);
|
|
17
|
-
this.childNodes = [];
|
|
18
|
-
const path0 = new framework_1.SvgPath({ parent: this });
|
|
19
|
-
path0.setData('M460.8 798.72l153.6-573.44h81.92v-40.96h-204.8v40.96h79.872l-153.6 573.44h-90.112v40.96h204.8v-40.96h-71.68z');
|
|
20
|
-
this.childNodes.push(path0);
|
|
21
|
-
this.setConfig(config);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
exports.TdItalic1Svg = TdItalic1Svg;
|