@central-design-system/icons 1.0.3 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cds-icons.d.ts +7 -4
- package/dist/cds-icons.es.js +610 -544
- package/dist/cds-icons.umd.js +1 -1
- package/dist/icons/IconCheckbox.vue.d.ts +2 -0
- package/dist/icons/IconCheckboxFill.vue.d.ts +2 -0
- package/dist/icons/IconFunnel.vue.d.ts +2 -0
- package/dist/icons/index.d.ts +4 -1
- package/package.json +4 -2
package/dist/cds-icons.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Automatically generated by CDS CLI
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on 7/17/2023, 5:15:03 PM
|
|
4
4
|
**/
|
|
5
5
|
import type { Plugin } from 'vue';
|
|
6
6
|
import * as icons from './icons';
|
|
7
|
-
import { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocolateMenu, IconClock, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
|
7
|
+
import { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocolateMenu, IconClock, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconFunnel, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
|
8
8
|
declare module '@vue/runtime-core' {
|
|
9
9
|
interface GlobalComponents {
|
|
10
10
|
IconAdd: typeof IconAdd;
|
|
@@ -25,6 +25,8 @@ declare module '@vue/runtime-core' {
|
|
|
25
25
|
IconCategory: typeof IconCategory;
|
|
26
26
|
IconCheckFill: typeof IconCheckFill;
|
|
27
27
|
IconCheck: typeof IconCheck;
|
|
28
|
+
IconCheckboxFill: typeof IconCheckboxFill;
|
|
29
|
+
IconCheckbox: typeof IconCheckbox;
|
|
28
30
|
IconChevronDown: typeof IconChevronDown;
|
|
29
31
|
IconChevronLeft: typeof IconChevronLeft;
|
|
30
32
|
IconChevronRight: typeof IconChevronRight;
|
|
@@ -51,6 +53,7 @@ declare module '@vue/runtime-core' {
|
|
|
51
53
|
IconFacebook: typeof IconFacebook;
|
|
52
54
|
IconFilters: typeof IconFilters;
|
|
53
55
|
IconFlag: typeof IconFlag;
|
|
56
|
+
IconFunnel: typeof IconFunnel;
|
|
54
57
|
IconGlobe: typeof IconGlobe;
|
|
55
58
|
IconInfinity: typeof IconInfinity;
|
|
56
59
|
IconInfoFill: typeof IconInfoFill;
|
|
@@ -100,9 +103,9 @@ declare module '@vue/runtime-core' {
|
|
|
100
103
|
IconYoutube: typeof IconYoutube;
|
|
101
104
|
}
|
|
102
105
|
}
|
|
103
|
-
export { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocolateMenu, IconClock, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube };
|
|
106
|
+
export { IconAdd, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocolateMenu, IconClock, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEnter, IconErrorFill, IconError, IconExternal, IconFacebookFill, IconFacebook, IconFilters, IconFlag, IconFunnel, IconGlobe, IconInfinity, IconInfoFill, IconInfo, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconStarFill, IconStar, IconTelegram, IconTimer, IconTool, IconTruck, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWinner, IconWorkspace, IconYoutube };
|
|
104
107
|
declare const plugin: Plugin;
|
|
105
108
|
export { plugin as CdsIcons, icons };
|
|
106
109
|
export default plugin;
|
|
107
|
-
export declare const allowedIcons: readonly ["add", "alert-fill", "alert", "analog", "arrow-down", "arrow-left-bottom", "arrow-left-top", "arrow-left", "arrow-right-bottom", "arrow-right-top", "arrow-right", "arrow-up", "arrows-vertical", "calendar", "card-bank", "category", "check-fill", "check", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "chocolate-menu", "clock", "comment", "company", "compare", "copy", "data-cards", "delete", "directory", "doc-download", "doc", "download", "draggable", "edit", "enter", "error-fill", "error", "external", "facebook-fill", "facebook", "filters", "flag", "globe", "infinity", "info-fill", "info", "link", "list-search", "list", "loader", "location", "locked", "login", "logout", "menu", "minus", "notification", "overflow-menu-horizontal", "overflow-menu-vertical", "password", "pin", "plus", "printer", "question-fill", "question", "refresh", "remove", "sandglass", "save", "search", "settings", "shopping-cart", "sort-date", "star-fill", "star", "telegram", "timer", "tool", "truck", "unlocked", "upload", "user-avatar", "user-group", "visibility-off", "visibility-on", "vk", "winner", "workspace", "youtube"];
|
|
110
|
+
export declare const allowedIcons: readonly ["add", "alert-fill", "alert", "analog", "arrow-down", "arrow-left-bottom", "arrow-left-top", "arrow-left", "arrow-right-bottom", "arrow-right-top", "arrow-right", "arrow-up", "arrows-vertical", "calendar", "card-bank", "category", "check-fill", "check", "checkbox-fill", "checkbox", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "chocolate-menu", "clock", "comment", "company", "compare", "copy", "data-cards", "delete", "directory", "doc-download", "doc", "download", "draggable", "edit", "enter", "error-fill", "error", "external", "facebook-fill", "facebook", "filters", "flag", "funnel", "globe", "infinity", "info-fill", "info", "link", "list-search", "list", "loader", "location", "locked", "login", "logout", "menu", "minus", "notification", "overflow-menu-horizontal", "overflow-menu-vertical", "password", "pin", "plus", "printer", "question-fill", "question", "refresh", "remove", "sandglass", "save", "search", "settings", "shopping-cart", "sort-date", "star-fill", "star", "telegram", "timer", "tool", "truck", "unlocked", "upload", "user-avatar", "user-group", "visibility-off", "visibility-on", "vk", "winner", "workspace", "youtube"];
|
|
108
111
|
export declare type TCdsIconsName = typeof allowedIcons[number];
|