diff --git a/changelog.md b/changelog.md index 73be624a..cb658e39 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,12 @@ +2024-10-28 - e5840791366e3abbf3cb6b57f77ede4a8842fb79 - Icon/icons.ts - Add oxd-date-input, oxd-attachment-input,oxd-checkbox-input, oxd-checkbox-group-input, oxd-select-input, oxd-file-input, oxd-radio-input, oxd-radio-group-input, oxd-switch-input, oxd-time-input, oxd-text-input, oxd-password-input, oxd-circle-plus, oxd-textbox, oxd-text, oxd-divider, oxd-grid, oxd-grid-item, oxd-subform, oxd-masterdata, oxd-employee-autocomplete, oxd-status, oxd-required to OXD Icons + 2024-10-26 - a7f234223a3a34e55a77e3c216733c9f01e5e3c9 - directives/focus-first-element/index.ts - Update the focus first directive to wait for animations to stop 2024-10-25 - 0ba4cd7666f48d5e702ff930ec39f43f203bc4bc -Input/PasswordInput.vue - Updating password Input field 2024-10-22 - 84b7f4bfe4893a54c8bd281e10feda17a2356abd -Icon/icons.ts - Added new icon as oxd-open-new-tab -2024-10-18 - 59c22c85b1256cc167408e93402f6fb85a3bb775 -Input/PasswordInput.vue - Updating password Input field +2024-10-18 - 59c22c85b1256cc167408e93402f6fb85a3bb775 -Input/PasswordInput.vue - Updating password Input field 2024-10-03 - 15c4f9e5f2459055c23bae0bdc1afa6590321950 - Icon/icons.ts - Added preboarding feature related icons list diff --git a/components/src/core/components/Icon/icons.ts b/components/src/core/components/Icon/icons.ts index 918f17ea..e63bd9d2 100644 --- a/components/src/core/components/Icon/icons.ts +++ b/components/src/core/components/Icon/icons.ts @@ -1763,7 +1763,7 @@ export const oxdPreBoardingNew: icon = { }; export const oxdPersonal: icon = { - name:'oxd-personal', + name: 'oxd-personal', value: ` @@ -1900,6 +1900,223 @@ export const oxdOpenNewTab: icon = { `, }; +export const oxdDateInput: icon = { + name: 'oxd-date-input', + value: ` + + + + +`, +}; + +export const oxdAttachmentInput: icon = { + name: 'oxd-attachment-input', + value: ` + + + + +`, +}; + +export const oxdCheckboxInput: icon = { + name: 'oxd-checkbox-input', + value: ` + + + + + + + + + +`, +}; + +export const oxdCheckboxGroupInput: icon = { + name: 'oxd-checkbox-group-input', + value: ` + +`, +}; + +export const oxdSelectInput: icon = { + name: 'oxd-select-input', + value: ` + + + +`, +}; + +export const oxdFileInput: icon = { + name: 'oxd-file-input', + value: ` + +`, +}; + +export const oxdRadioInput: icon = { + name: 'oxd-radio-input', + value: ` + + +`, +}; + +export const oxdRadioGroupInput: icon = { + name: 'oxd-radio-group-input', + value: ` + + + + +`, +}; + +export const oxdSwitchInput: icon = { + name: 'oxd-switch-input', + value: ` + + +`, +}; + +export const oxdTimeInput: icon = { + name: 'oxd-time-input', + value: ` + + + + +`, +}; + +export const oxdTextInput: icon = { + name: 'oxd-text-input', + value: ` + + + + + +`, +}; + +export const oxdPasswordInput: icon = { + name: 'oxd-password-input', + value: ` + + +`, +}; + +export const oxdCirclePlus: icon = { + name: 'oxd-circle-plus', + value: ` + + +`, +}; + +export const oxdTextbox: icon = { + name: 'oxd-textbox', + value: ` + + + + + + + + + + +`, +}; + +export const oxdText: icon = { + name: 'oxd-circle-plus', + value: ` + +`, +}; + +export const oxdDivider: icon = { + name: 'oxd-divider', + value: ` + + +`, +}; + +export const oxdGrid: icon = { + name: 'oxd-grid', + value: ` + +`, +}; + +export const oxdGridItem: icon = { + name: 'oxd-grid-item', + value: ` + +`, +}; + +export const oxdSubform: icon = { + name: 'oxd-subform', + value: ` + + + + +`, +}; + +export const oxdMasterdata: icon = { + name: 'oxd-masterdata', + value: ` + + + + + + + + +`, +}; + +export const oxdEmployeeAutocomplete: icon = { + name: 'oxd-employee-autocomplete', + value: ` + + + + + +`, +}; + +export const oxdStatus: icon = { + name: 'oxd-status', + value: ` + + +`, +}; + +export const oxdRequired: icon = { + name: 'oxd-required', + value: ` + + +`, +}; + const icons: Icons = { 'oxd-likes': oxdLikes, 'oxd-birthday': oxdBirthday, @@ -2099,7 +2316,7 @@ const icons: Icons = { 'oxd-office-worker': oxdOfficeWorker, 'oxd-pre-boarding-new': oxdPreBoardingNew, 'oxd-personal': oxdPersonal, - 'oxd-qualification':oxdQualification, + 'oxd-qualification': oxdQualification, 'oxd-refer': oxdRefer, 'oxd-referees': oxdReferees, 'oxd-back-to-candidate-profile': oxdBackToCandidateProfile, @@ -2108,8 +2325,31 @@ const icons: Icons = { 'oxd-join-email': oxdJoinEmail, 'oxd-migration': oxdMigration, 'oxd-self-intro': oxdSelfIntro, - 'oxd-welcome-email':oxdWelcomeEmail, - 'oxd-open-new-tab': oxdOpenNewTab + 'oxd-welcome-email': oxdWelcomeEmail, + 'oxd-open-new-tab': oxdOpenNewTab, + 'oxd-date-input': oxdDateInput, + 'oxd-attachment-input': oxdAttachmentInput, + 'oxd-checkbox-input': oxdCheckboxInput, + 'oxd-checkbox-group-input': oxdCheckboxGroupInput, + 'oxd-select-input': oxdSelectInput, + 'oxd-file-input': oxdFileInput, + 'oxd-radio-input': oxdRadioInput, + 'oxd-radio-group-input': oxdRadioGroupInput, + 'oxd-switch-input': oxdSwitchInput, + 'oxd-time-input': oxdTimeInput, + 'oxd-text-input': oxdTextInput, + 'oxd-password-input': oxdPasswordInput, + 'oxd-circle-plus': oxdCirclePlus, + 'oxd-textbox': oxdTextbox, + 'oxd-text': oxdText, + 'oxd-divider': oxdDivider, + 'oxd-grid': oxdGrid, + 'oxd-grid-item': oxdGridItem, + 'oxd-subform': oxdSubform, + 'oxd-masterdata': oxdMasterdata, + 'oxd-employee-autocomplete': oxdEmployeeAutocomplete, + 'oxd-status': oxdStatus, + 'oxd-required': oxdRequired, }; export default icons;