UI design feedbacks (#20671)
* fix glossary feedbacks * fixed locales * fix styles * add tests
@ -63,6 +63,7 @@ import {
|
||||
selectActiveGlossaryTerm,
|
||||
selectColumns,
|
||||
toggleBulkActionColumnsSelection,
|
||||
updateGlossaryReviewer,
|
||||
updateGlossaryTermDataFromTree,
|
||||
updateGlossaryTermOwners,
|
||||
updateGlossaryTermReviewers,
|
||||
@ -842,6 +843,72 @@ test.describe('Glossary tests', () => {
|
||||
}
|
||||
});
|
||||
|
||||
test('Drag and Drop Glossary Term Approved Terms having reviewer', async ({
|
||||
browser,
|
||||
}) => {
|
||||
const { page, afterAction, apiContext } = await performAdminLogin(browser);
|
||||
const glossary1 = new Glossary();
|
||||
const glossaryTerm1 = new GlossaryTerm(glossary1);
|
||||
const glossaryTerm2 = new GlossaryTerm(glossary1);
|
||||
const user1 = new UserClass();
|
||||
glossary1.data.terms = [glossaryTerm1, glossaryTerm2];
|
||||
|
||||
try {
|
||||
await user1.create(apiContext);
|
||||
await glossary1.create(apiContext);
|
||||
await glossaryTerm1.create(apiContext);
|
||||
await glossaryTerm2.create(apiContext);
|
||||
await sidebarClick(page, SidebarItem.GLOSSARY);
|
||||
await selectActiveGlossary(page, glossary1.data.displayName);
|
||||
|
||||
await test.step('Update Glossary Term Reviewer', async () => {
|
||||
await updateGlossaryReviewer(page, [
|
||||
`${user1.data.firstName}${user1.data.lastName}`,
|
||||
]);
|
||||
});
|
||||
|
||||
await test.step('Drag and Drop Glossary Term', async () => {
|
||||
await dragAndDropTerm(
|
||||
page,
|
||||
glossaryTerm1.data.displayName,
|
||||
glossaryTerm2.data.displayName
|
||||
);
|
||||
|
||||
await confirmationDragAndDropGlossary(
|
||||
page,
|
||||
glossaryTerm1.data.name,
|
||||
glossaryTerm2.data.name,
|
||||
false,
|
||||
true
|
||||
);
|
||||
|
||||
await expect(
|
||||
page.getByRole('cell', {
|
||||
name: glossaryTerm1.responseData.displayName,
|
||||
})
|
||||
).not.toBeVisible();
|
||||
|
||||
const termRes = page.waitForResponse('/api/v1/glossaryTerms?*');
|
||||
|
||||
// verify the term is moved under the parent term
|
||||
await page.getByTestId('expand-collapse-all-button').click();
|
||||
await termRes;
|
||||
|
||||
await expect(
|
||||
page.getByRole('cell', {
|
||||
name: glossaryTerm1.responseData.displayName,
|
||||
})
|
||||
).toBeVisible();
|
||||
});
|
||||
} finally {
|
||||
await user1.delete(apiContext);
|
||||
await glossaryTerm1.delete(apiContext);
|
||||
await glossaryTerm2.delete(apiContext);
|
||||
await glossary1.delete(apiContext);
|
||||
await afterAction();
|
||||
}
|
||||
});
|
||||
|
||||
test('Change glossary term hierarchy using menu options', async ({
|
||||
browser,
|
||||
}) => {
|
||||
|
@ -772,7 +772,8 @@ export const confirmationDragAndDropGlossary = async (
|
||||
page: Page,
|
||||
dragElement: string,
|
||||
dropElement: string,
|
||||
isHeader = false
|
||||
isHeader = false,
|
||||
tickCheckbox = false
|
||||
) => {
|
||||
await expect(
|
||||
page.locator('[data-testid="confirmation-modal"] .ant-modal-body')
|
||||
@ -784,10 +785,14 @@ export const confirmationDragAndDropGlossary = async (
|
||||
}`
|
||||
);
|
||||
|
||||
if (tickCheckbox) {
|
||||
await page.getByTestId('confirm-status-checkbox').click();
|
||||
}
|
||||
|
||||
const patchGlossaryTermResponse = page.waitForResponse(
|
||||
'/api/v1/glossaryTerms/*'
|
||||
);
|
||||
await page.getByRole('button', { name: 'Confirm' }).click();
|
||||
await page.getByRole('button', { name: 'Move' }).click();
|
||||
await patchGlossaryTermResponse;
|
||||
};
|
||||
|
||||
@ -1413,6 +1418,21 @@ export const updateGlossaryTermOwners = async (
|
||||
await glossaryTermResponse;
|
||||
};
|
||||
|
||||
export const updateGlossaryReviewer = async (
|
||||
page: Page,
|
||||
reviewers: string[]
|
||||
) => {
|
||||
await addMultiOwner({
|
||||
page,
|
||||
ownerNames: reviewers,
|
||||
activatorBtnDataTestId: 'Add',
|
||||
resultTestId: 'glossary-reviewer',
|
||||
endpoint: EntityTypeEndpoint.Glossary,
|
||||
isSelectableInsideForm: true,
|
||||
type: 'Users',
|
||||
});
|
||||
};
|
||||
|
||||
export const updateGlossaryTermReviewers = async (
|
||||
page: Page,
|
||||
term: GlossaryTermData,
|
||||
|
@ -1,8 +1,8 @@
|
||||
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.83337 21.9941H20.9584" stroke="currentColor" stroke-width="1.4" stroke-linecap="round"/>
|
||||
<rect x="4.78337" y="11.5662" width="14.4333" height="10.2338" stroke="currentColor" stroke-width="1.4"/>
|
||||
<rect x="7.7" y="11.5662" width="8.6" height="10.2338" stroke="currentColor" stroke-width="1.4"/>
|
||||
<rect x="10.6166" y="14.6009" width="2.76667" height="7.19887" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M2.7 10.0904C2.7 9.64602 2.92628 9.22673 3.29201 8.98925L11.292 3.79438C11.7226 3.51477 12.2774 3.51477 12.708 3.79438L20.708 8.98925C21.0737 9.22673 21.3 9.64602 21.3 10.0904C21.3 10.8175 20.7089 11.4105 20 11.4105H4C3.29108 11.4105 2.7 10.8175 2.7 10.0904Z" stroke="currentColor" stroke-width="1.4"/>
|
||||
<circle cx="12.0417" cy="7.94792" r="1.04167" stroke="currentColor" stroke-width="1.4"/>
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.83398 21.4941H20.959" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<rect x="4.68398" y="10.9662" width="14.6333" height="10.4338" stroke="currentColor" stroke-width="1.2"/>
|
||||
<rect x="7.6" y="10.9662" width="8.8" height="10.4338" stroke="currentColor" stroke-width="1.2"/>
|
||||
<rect x="10.516" y="14.0011" width="2.96667" height="7.39887" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M2.6 9.59044C2.6 9.11276 2.84292 8.66163 3.23755 8.40538L11.2375 3.21051C11.7013 2.90939 12.2987 2.90939 12.7625 3.21051L20.7625 8.40538C21.1571 8.66163 21.4 9.11276 21.4 9.59044C21.4 10.3715 20.7654 11.0105 20 11.0105H4C3.23456 11.0105 2.6 10.3715 2.6 9.59044Z" stroke="currentColor" stroke-width="1.2"/>
|
||||
<circle cx="12.0417" cy="7.44792" r="1.04167" stroke="currentColor" stroke-width="1.2"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 892 B After Width: | Height: | Size: 893 B |
@ -1,5 +1,5 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.31848 11.7592L14.2965 4.31606C14.4855 4.11441 14.7496 4 15.026 4H21.0002C21.5525 4 22.0002 4.44771 22.0002 5V9.91713C22.0002 10.1929 21.8863 10.4564 21.6855 10.6453L13.7119 18.1499C13.3183 18.5203 12.7016 18.511 12.3195 18.1288L7.34091 13.1503C6.95927 12.7686 6.94934 12.153 7.31848 11.7592Z" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M10.4656 17.7566L9.05631 19.1659C8.66579 19.5565 8.03262 19.5565 7.6421 19.1659L2.68466 14.2085C2.30302 13.8269 2.29309 13.2112 2.66223 12.8175L9.6402 5.37429C9.82925 5.17264 10.0933 5.05823 10.3697 5.05823H12.582" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M7.31848 11.7592L14.2965 4.31606C14.4855 4.11441 14.7496 4 15.026 4H21.0002C21.5525 4 22.0002 4.44771 22.0002 5V9.91713C22.0002 10.1929 21.8863 10.4564 21.6855 10.6453L13.7119 18.1499C13.3183 18.5203 12.7016 18.511 12.3195 18.1288L7.34091 13.1503C6.95927 12.7686 6.94934 12.153 7.31848 11.7592Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M10.4656 17.7566L9.05631 19.1659C8.66579 19.5565 8.03262 19.5565 7.6421 19.1659L2.68466 14.2085C2.30302 13.8269 2.29309 13.2112 2.66223 12.8175L9.6402 5.37429C9.82925 5.17264 10.0933 5.05823 10.3697 5.05823H12.582" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="18.0831" cy="7.49214" r="1.01746" stroke="currentColor" stroke-width="1.4"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 878 B |
@ -1,12 +1,12 @@
|
||||
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12.5" r="9.3" stroke="currentColor" stroke-width="1.4"/>
|
||||
<mask id="path-2-outside-1_9527_3594" maskUnits="userSpaceOnUse" x="4.80536" y="5.63449" width="14.5003" height="13.6372" fill="black">
|
||||
<rect fill="white" x="4.80536" y="5.63449" width="14.5003" height="13.6372"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6519 13.5604L15.4612 9.50878L10.9249 11.4399L10.9247 11.4396L8.11543 15.4912L12.6517 13.5601L12.6519 13.5604Z"/>
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="9.4" stroke="currentColor" stroke-width="1.2"/>
|
||||
<mask id="path-2-outside-1_9045_39208" maskUnits="userSpaceOnUse" x="4.80561" y="5.13436" width="13.8688" height="12.8619" fill="black">
|
||||
<rect fill="white" x="4.80561" y="5.13436" width="13.8688" height="12.8619"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6522 13.0603L15.4614 9.00866L10.9252 10.9398L10.9249 10.9395L8.11567 14.9911L12.6519 13.06L12.6522 13.0603Z"/>
|
||||
</mask>
|
||||
<path d="M15.4612 9.50878L16.6117 10.3065C16.967 9.79399 16.9405 9.10822 16.5467 8.62466C16.1529 8.1411 15.4866 7.97636 14.9128 8.22064L15.4612 9.50878ZM12.6519 13.5604L11.5664 14.4445C11.8443 14.7857 12.2663 14.9763 12.706 14.9594C13.1456 14.9424 13.5517 14.7197 13.8024 14.3581L12.6519 13.5604ZM10.9249 11.4399L9.83942 12.324C10.2333 12.8076 10.8995 12.9723 11.4733 12.728L10.9249 11.4399ZM10.9247 11.4396L12.0102 10.5555C11.7323 10.2143 11.3103 10.0236 10.8706 10.0406C10.431 10.0576 10.0249 10.2803 9.77418 10.6419L10.9247 11.4396ZM8.11543 15.4912L6.96493 14.6935C6.60957 15.206 6.63607 15.8917 7.02992 16.3753C7.42376 16.8589 8.08997 17.0236 8.66379 16.7793L8.11543 15.4912ZM12.6517 13.5601L13.7372 12.676C13.3434 12.1924 12.6771 12.0277 12.1033 12.2719L12.6517 13.5601ZM14.3107 8.71106L11.5014 12.7627L13.8024 14.3581L16.6117 10.3065L14.3107 8.71106ZM11.4733 12.728L16.0096 10.7969L14.9128 8.22064L10.3766 10.1517L11.4733 12.728ZM12.0104 10.5558L12.0102 10.5555L9.83916 12.3237L9.83942 12.324L12.0104 10.5558ZM9.77418 10.6419L6.96493 14.6935L9.26593 16.2889L12.0752 12.2373L9.77418 10.6419ZM8.66379 16.7793L13.2001 14.8482L12.1033 12.2719L7.56706 14.2031L8.66379 16.7793ZM13.7375 12.6763L13.7372 12.676L11.5662 14.4442L11.5664 14.4445L13.7375 12.6763Z" fill="currentColor" mask="url(#path-2-outside-1_9527_3594)"/>
|
||||
<path d="M12 3.55273L12 4.60537" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"/>
|
||||
<path d="M12 20.3945L12 21.4472" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"/>
|
||||
<path d="M19.8948 12.481H20.9474" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"/>
|
||||
<path d="M3.05261 12.5186H4.10524" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"/>
|
||||
<path d="M15.4614 9.00866L16.4476 9.69241C16.7522 9.25312 16.7295 8.66532 16.3919 8.25084C16.0543 7.83636 15.4833 7.69516 14.9914 7.90454L15.4614 9.00866ZM12.6522 13.0603L11.7217 13.8181C11.9599 14.1105 12.3217 14.2739 12.6985 14.2594C13.0754 14.2448 13.4234 14.0539 13.6383 13.744L12.6522 13.0603ZM10.9252 10.9398L9.99473 11.6976C10.3323 12.1121 10.9034 12.2533 11.3952 12.0439L10.9252 10.9398ZM10.9249 10.9395L11.8554 10.1816C11.6172 9.88923 11.2554 9.72579 10.8786 9.74035C10.5017 9.75491 10.1537 9.94578 9.93878 10.2557L10.9249 10.9395ZM8.11567 14.9911L7.12953 14.3073C6.82494 14.7466 6.84765 15.3344 7.18523 15.7489C7.52281 16.1634 8.09385 16.3046 8.5857 16.0952L8.11567 14.9911ZM12.6519 13.06L13.5824 12.3021C13.2448 11.8877 12.6737 11.7465 12.1819 11.9558L12.6519 13.06ZM14.4753 8.3249L11.666 12.3765L13.6383 13.744L16.4476 9.69241L14.4753 8.3249ZM11.3952 12.0439L15.9315 10.1128L14.9914 7.90454L10.4551 9.83565L11.3952 12.0439ZM11.8556 10.1819L11.8554 10.1816L9.99448 11.6973L9.99473 11.6976L11.8556 10.1819ZM9.93878 10.2557L7.12953 14.3073L9.10181 15.6748L11.9111 11.6232L9.93878 10.2557ZM8.5857 16.0952L13.122 14.1641L12.1819 11.9558L7.64564 13.887L8.5857 16.0952ZM13.5826 12.3025L13.5824 12.3021L11.7215 13.8178L11.7217 13.8181L13.5826 12.3025Z" fill="currentColor" mask="url(#path-2-outside-1_9045_39208)"/>
|
||||
<path d="M12 3.05261L12 4.10524" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M12 19.8947L12 20.9473" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M19.8945 11.9811H20.9472" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M3.05273 12.0187H4.10537" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@ -1,7 +1,7 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4.7" y="2.7" width="15.3059" height="18.6" rx="2.3" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M17.5117 2.90381L17.5117 8.54903L16.0013 6.58825L14.668 8.54903L14.668 2.90381" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M8 3L7.76563 21.2173" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.4902 16.6666H10.8236" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.4902 14H10.8236" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="4.6" y="2.6" width="15.5059" height="18.8" rx="2.4" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M17.5117 2.90381L17.5117 8.54903L16.0013 6.58825L14.668 8.54903L14.668 2.90381" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M8 3L7.76563 21.2173" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.4902 16.6666H10.8236" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.4902 14H10.8236" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 729 B |
@ -1,17 +1,12 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_9060_155384)">
|
||||
<path d="M20.2031 20.8281H18.4453V19.0703C18.4453 18.7467 18.183 18.4844 17.8594 18.4844H17.2734V12C17.2734 9.09223 14.9078 6.72656 12 6.72656C9.09223 6.72656 6.72656 9.09223 6.72656 12V18.4844H6.14062C5.81703 18.4844 5.55469 18.7467 5.55469 19.0703V20.8281H3.79688C3.47328 20.8281 3.21094 21.0905 3.21094 21.4141C3.21094 21.7377 3.47328 22 3.79688 22H20.2031C20.5267 22 20.7891 21.7377 20.7891 21.4141C20.7891 21.0905 20.5267 20.8281 20.2031 20.8281ZM7.89844 12C7.89844 9.7384 9.7384 7.89844 12 7.89844C14.2616 7.89844 16.1016 9.7384 16.1016 12V18.4844H7.89844V12ZM6.72656 19.6562H17.2734V20.8281H6.72656V19.6562Z" fill="currentColor"/>
|
||||
<path d="M12 16.1016C12.3236 16.1016 12.5859 15.8392 12.5859 15.5156C12.5859 15.192 12.3236 14.9297 12 14.9297C11.6764 14.9297 11.4141 15.192 11.4141 15.5156C11.4141 15.8392 11.6764 16.1016 12 16.1016Z" fill="currentColor"/>
|
||||
<path d="M12 10.2422C11.6764 10.2422 11.4141 10.5045 11.4141 10.8281V13.1719C11.4141 13.4955 11.6764 13.7578 12 13.7578C12.3236 13.7578 12.5859 13.4955 12.5859 13.1719V10.8281C12.5859 10.5045 12.3236 10.2422 12 10.2422Z" fill="currentColor"/>
|
||||
<path d="M4.38281 12C4.38281 11.6764 4.12047 11.4141 3.79688 11.4141H2.58594C2.26234 11.4141 2 11.6764 2 12C2 12.3236 2.26234 12.5859 2.58594 12.5859H3.79688C4.12047 12.5859 4.38281 12.3236 4.38281 12Z" fill="currentColor"/>
|
||||
<path d="M21.4141 11.4141H20.2031C19.8795 11.4141 19.6172 11.6764 19.6172 12C19.6172 12.3236 19.8795 12.5859 20.2031 12.5859H21.4141C21.7377 12.5859 22 12.3236 22 12C22 11.6764 21.7377 11.4141 21.4141 11.4141Z" fill="currentColor"/>
|
||||
<path d="M12 4.38281C12.3236 4.38281 12.5859 4.12047 12.5859 3.79688V2.58594C12.5859 2.26234 12.3236 2 12 2C11.6764 2 11.4141 2.26234 11.4141 2.58594V3.79688C11.4141 4.12047 11.6764 4.38281 12 4.38281Z" fill="currentColor"/>
|
||||
<path d="M5.78541 6.6138C6.0142 6.84263 6.38521 6.84267 6.61404 6.6138C6.84287 6.38497 6.84287 6.01399 6.61404 5.78517L5.78541 4.95653C5.55662 4.72771 5.18561 4.72771 4.95678 4.95653C4.72795 5.18536 4.72795 5.55634 4.95678 5.78517L5.78541 6.6138Z" fill="currentColor"/>
|
||||
<path d="M18.2151 6.6138L19.0437 5.78517C19.2726 5.55634 19.2726 5.18536 19.0437 4.95653C18.8149 4.72771 18.4439 4.72771 18.2151 4.95653L17.3865 5.78517C17.1576 6.01399 17.1576 6.38497 17.3865 6.6138C17.6152 6.84263 17.9863 6.84267 18.2151 6.6138Z" fill="currentColor"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_9060_155384">
|
||||
<rect width="20" height="20" fill="white" transform="translate(2 2)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path d="M2.54102 22H20.9194" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M5.24414 21.9999V20.2972C5.24414 19.745 5.69186 19.2972 6.24414 19.2972H17.2171C17.7694 19.2972 18.2171 19.745 18.2171 20.2972V21.9999" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M6.86542 19.2973C6.86542 19.2973 6.865 14.4324 6.86542 11.1892C6.86578 8.50241 9.0435 6.32434 11.7303 6.32434C14.4171 6.32434 16.5953 8.50242 16.5952 11.1892C16.595 14.4324 16.5952 19.2973 16.5952 19.2973" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M2 11.7297H3.62162" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M4.39453 4.67999L5.56103 5.80647" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M19.3809 4.67999L18.2144 5.80647" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M11.7305 3.62164V2.00002" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M11.7305 12.8108L11.7305 10.6486" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M20.3789 11.7297H22.0005" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<circle cx="0.540541" cy="0.540541" r="0.540541" transform="matrix(-1 0 0 1 12.3789 14.973)" stroke="currentColor" stroke-width="1.2"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.4 KiB |
@ -1,9 +1,10 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15.8281 21.1671C15.7448 21.1671 15.6623 21.1504 15.584 21.1171C15.3898 21.0346 10.8281 19.0488 10.8281 14.9621V11.6138C10.8281 11.3463 10.9981 11.1088 11.2523 11.0221L15.6273 9.53375C15.7573 9.48875 15.899 9.48875 16.029 9.53375L20.404 11.0221C20.6581 11.1079 20.8281 11.3454 20.8281 11.6138V14.9621C20.8281 19.0488 16.2665 21.0354 16.0723 21.1179C15.994 21.1504 15.9115 21.1671 15.8281 21.1671ZM12.0781 12.0612V14.9621C12.0781 17.7521 14.9573 19.4129 15.8273 19.8504C16.6956 19.4104 19.5781 17.7413 19.5781 14.9621V12.0612L15.8281 10.7854L12.0781 12.0612Z" fill="currentColor"/>
|
||||
<path d="M15.6196 17.4171C15.4546 17.4171 15.2946 17.3512 15.1779 17.2337L13.5113 15.5671C13.2671 15.3229 13.2671 14.9271 13.5113 14.6829C13.7554 14.4387 14.1512 14.4387 14.3954 14.6829L15.5529 15.8404L17.6196 13.0837C17.8246 12.8079 18.2171 12.7512 18.4946 12.9587C18.7704 13.1662 18.8263 13.5579 18.6188 13.8337L16.1188 17.1671C16.0104 17.3121 15.8446 17.4029 15.6629 17.4154C15.6487 17.4171 15.6346 17.4171 15.6196 17.4171Z" fill="currentColor"/>
|
||||
<path d="M8.96615 7.02604C8.36865 7.02604 3.13281 6.96771 3.13281 4.94271C3.13281 2.91771 8.36865 2.85938 8.96615 2.85938C9.56365 2.85938 14.7995 2.91771 14.7995 4.94271C14.7995 6.96771 9.56365 7.02604 8.96615 7.02604ZM4.43615 4.94271C4.82865 5.27688 6.47531 5.77604 8.96615 5.77604C11.457 5.77604 13.1036 5.27688 13.4961 4.94271C13.1036 4.60854 11.457 4.10938 8.96615 4.10938C6.47531 4.10938 4.82865 4.60854 4.43615 4.94271Z" fill="currentColor"/>
|
||||
<path d="M8.96615 10.3594C8.36865 10.3594 3.13281 10.301 3.13281 8.27604C3.13281 7.93104 3.41281 7.65104 3.75781 7.65104C4.10281 7.65104 4.38281 7.93104 4.38281 8.27604C4.56531 8.52521 6.27281 9.10938 8.96615 9.10938C11.6595 9.10938 13.367 8.52521 13.567 8.19771C13.567 7.85188 13.8378 7.61188 14.1828 7.61188C14.5286 7.61188 14.7995 7.93104 14.7995 8.27604C14.7995 10.301 9.56365 10.3594 8.96615 10.3594Z" fill="currentColor"/>
|
||||
<path d="M8.96615 13.6927C8.36865 13.6927 3.13281 13.6344 3.13281 11.6094C3.13281 11.2644 3.41281 10.9844 3.75781 10.9844C4.08448 10.9844 4.35198 11.2344 4.38031 11.5527C4.63448 11.8827 6.32531 12.4427 8.96615 12.4427C9.61698 12.4427 10.2303 12.4102 10.787 12.3469C11.127 12.311 11.4395 12.5544 11.4786 12.8969C11.5178 13.2402 11.272 13.5494 10.9286 13.5894C10.3253 13.6577 9.66531 13.6927 8.96615 13.6927Z" fill="currentColor"/>
|
||||
<path d="M14.1738 10.776C13.8288 10.776 13.5488 10.496 13.5488 10.151V4.94269C13.5488 4.59769 13.8288 4.31769 14.1738 4.31769C14.5188 4.31769 14.7988 4.59769 14.7988 4.94269V10.151C14.7988 10.496 14.5188 10.776 14.1738 10.776Z" fill="currentColor"/>
|
||||
<path d="M8.96615 17.026C8.36865 17.026 3.13281 16.9677 3.13281 14.9427V4.94269C3.13281 4.59769 3.41281 4.31769 3.75781 4.31769C4.10281 4.31769 4.38281 4.59769 4.38281 4.94269V14.9427C4.56448 15.1927 6.27031 15.776 8.96615 15.776C9.58031 15.776 10.1903 15.746 10.7795 15.6877C11.1145 15.646 11.4286 15.9035 11.4628 16.2477C11.497 16.591 11.2461 16.8969 10.9028 16.931C10.2728 16.9944 9.62198 17.026 8.96615 17.026Z" fill="currentColor"/>
|
||||
<path d="M15.1143 4.28571C15.1143 4.33867 15.0826 4.4846 14.804 4.70417C14.5322 4.91841 14.1016 5.13758 13.5161 5.33275C12.3514 5.721 10.7041 5.97143 8.85714 5.97143C7.01014 5.97143 5.36289 5.721 4.19815 5.33275C3.61264 5.13758 3.18209 4.91841 2.91025 4.70417C2.63165 4.4846 2.6 4.33867 2.6 4.28571C2.6 4.23276 2.63165 4.08682 2.91025 3.86726C3.18209 3.65302 3.61264 3.43385 4.19815 3.23868C5.36289 2.85043 7.01014 2.6 8.85714 2.6C10.7041 2.6 12.3514 2.85043 13.5161 3.23868C14.1016 3.43385 14.5322 3.65302 14.804 3.86726C15.0826 4.08682 15.1143 4.23276 15.1143 4.28571Z" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M14.8687 7.71429C14.8687 7.72329 15.0052 7.83656 15.1437 7.71438C14.9833 7.87116 14.432 8.30077 14.0131 8.48163C13.1771 8.84259 11.9575 9.11832 10.5331 9.24253C9.11566 9.36614 7.61506 9.32926 6.27307 9.1393C4.9173 8.9474 3.20314 8.66011 2.57227 8.28572" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M11.859 13.6458C11.0919 13.7762 10.2496 13.8559 9.38111 13.8788C8.51279 13.9017 7.6406 13.8673 6.81578 13.7782C5.99003 13.6889 5.2356 13.5473 4.5946 13.365C3.94854 13.1812 2.90381 12.5023 2.57227 12.2857" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M11.9814 17.14C11.0755 17.3012 10.0623 17.3906 9.02407 17.3993C7.98595 17.408 6.95944 17.3356 6.02819 17.1894C5.094 17.0427 4.2981 16.8284 3.69702 16.573C3.07593 16.3092 2.76328 16.044 2.64935 15.8567" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M2.68555 15.7143L2.68555 4.28571" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M15.1426 10.5714V4.28571" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M11.7141 11.7143L16.8569 10L21.4283 11.7143C21.4283 11.7143 22.2294 15.3457 21.4283 17.4286C20.522 19.785 16.8569 22 16.8569 22C16.8569 22 12.712 19.9235 11.7141 17.4286C10.8853 15.3566 11.7141 11.7143 11.7141 11.7143Z" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M14.5723 15.7143L16.2866 17.4286L19.7151 14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.0 KiB |
@ -1,5 +1,5 @@
|
||||
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12.5" r="9.3" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M16.1833 12.5C16.1833 15.1786 15.6516 17.5691 14.8239 19.2639C13.9734 21.0054 12.9315 21.8 11.9996 21.8C11.0676 21.8 10.0258 21.0054 9.17525 19.2639C8.34755 17.5691 7.81584 15.1786 7.81584 12.5C7.81584 9.82143 8.34755 7.43094 9.17525 5.73612C10.0258 3.9946 11.0676 3.2 11.9996 3.2C12.9315 3.2 13.9734 3.9946 14.8239 5.73612C15.6516 7.43094 16.1833 9.82143 16.1833 12.5Z" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M3.33337 15.8332H20.6667M3.33337 9.1665H20.6667" stroke="currentColor" stroke-width="1.4"/>
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="9.4" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M16.2827 12C16.2827 14.6904 15.7488 17.0965 14.9131 18.8078C14.0579 20.559 12.9904 21.4 11.999 21.4C11.0075 21.4 9.94005 20.559 9.08478 18.8078C8.24907 17.0965 7.71523 14.6904 7.71523 12C7.71523 9.3096 8.24907 6.90346 9.08478 5.19223C9.94005 3.44098 11.0075 2.6 11.999 2.6C12.9904 2.6 14.0579 3.44098 14.9131 5.19223C15.7488 6.90346 16.2827 9.3096 16.2827 12Z" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M3.33398 15.3333H20.6673M3.33398 8.66663H20.6673" stroke="currentColor" stroke-width="1.2"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 681 B After Width: | Height: | Size: 670 B |
@ -1,4 +1,4 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.7 10.4618C3.7 9.48237 4.13376 8.55583 4.88617 7.93332C5.95762 7.04685 7.44942 5.8187 8.73388 4.78345C9.37653 4.26548 9.96423 3.79827 10.4203 3.44702C10.6487 3.27109 10.8401 3.12728 10.987 3.02181C11.1263 2.92183 11.1934 2.88 11.209 2.87029C11.2119 2.86844 11.213 2.86775 11.2124 2.86806C11.7171 2.62638 12.3141 2.66888 12.6303 2.8468C14.3785 3.83023 17.7014 6.39855 19.657 7.95013C20.427 8.561 20.8714 9.49506 20.8714 10.4868V18C20.8714 19.8225 19.394 21.3 17.5714 21.3H7C5.17746 21.3 3.7 19.8225 3.7 18V10.4618Z" stroke="currentColor" stroke-width="1.4"/>
|
||||
<rect x="9.53337" y="13.5335" width="6.1" height="7.76667" rx="1.3" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M3.6 10.4618C3.6 9.45277 4.04689 8.49791 4.82243 7.85627C5.89397 6.96972 7.38616 5.74125 8.67113 4.70559C9.31397 4.18747 9.90234 3.71972 10.3592 3.3678C10.588 3.19158 10.7805 3.04699 10.9287 2.94058C11.0029 2.88728 11.0628 2.84591 11.1086 2.81592C11.1525 2.78714 11.1708 2.77729 11.1707 2.77716C11.1707 2.77715 11.1704 2.77729 11.1698 2.77757C11.7005 2.52369 12.3318 2.56414 12.6794 2.75965C14.4359 3.74781 17.7657 6.32189 19.7192 7.87179C20.5136 8.50202 20.9714 9.46518 20.9714 10.4868V18C20.9714 19.8778 19.4492 21.4 17.5714 21.4H7C5.12223 21.4 3.6 19.8778 3.6 18V10.4618Z" stroke="currentColor" stroke-width="1.2"/>
|
||||
<rect x="9.43398" y="13.4333" width="6.3" height="7.96667" rx="1.4" stroke="currentColor" stroke-width="1.2"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 819 B |
@ -1,3 +1,9 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9.49999 13.4744C9.49999 13.8777 9.16399 14.2051 8.74999 14.2051H5.75C5.336 14.2051 5 13.8777 5 13.4744C5 13.071 5.336 12.7436 5.75 12.7436H8.74999C9.16399 12.7436 9.49999 13.071 9.49999 13.4744ZM5.75 8.35897H12.75C13.164 8.35897 13.5 8.03159 13.5 7.62821C13.5 7.22482 13.164 6.89744 12.75 6.89744H5.75C5.336 6.89744 5 7.22482 5 7.62821C5 8.03159 5.336 8.35897 5.75 8.35897ZM5.75 11.2821H12.75C13.164 11.2821 13.5 10.9547 13.5 10.5513C13.5 10.1479 13.164 9.82051 12.75 9.82051H5.75C5.336 9.82051 5 10.1479 5 10.5513C5 10.9547 5.336 11.2821 5.75 11.2821ZM16.25 18.2244C15.836 18.2244 15.5 18.5517 15.5 18.9551C15.5 19.3585 15.836 19.6859 16.25 19.6859C16.664 19.6859 17 19.3585 17 18.9551C17 18.5517 16.664 18.2244 16.25 18.2244ZM16.25 14.3269C15.836 14.3269 15.5 14.6543 15.5 15.0577V17.0064C15.5 17.4098 15.836 17.7372 16.25 17.7372C16.664 17.7372 17 17.4098 17 17.0064V15.0577C17 14.6543 16.664 14.3269 16.25 14.3269ZM21.694 21.0588C21.32 21.6483 20.672 22 19.961 22H12.539C11.828 22 11.18 21.6483 10.806 21.0588C10.799 21.0481 10.797 21.0364 10.791 21.0256H4.75C3.233 21.0256 2 19.8243 2 18.3462V5.67949C2 4.20138 3.233 3 4.75 3H13.75C15.267 3 16.5 4.20138 16.5 5.67949V10.829C17.172 10.9098 17.764 11.2908 18.073 11.893L21.783 19.1266C22.101 19.7473 22.068 20.4693 21.694 21.0588ZM4.75 19.5641H10.559C10.595 19.415 10.644 19.2669 10.717 19.1256L14.427 11.892C14.565 11.6241 14.769 11.4107 15 11.2324V5.67851C15 5.00718 14.439 4.46056 13.75 4.46056H4.75C4.061 4.46056 3.5 5.00718 3.5 5.67851V18.3452C3.5 19.0165 4.061 19.5641 4.75 19.5641ZM20.441 19.7794L16.731 12.5458C16.597 12.2837 16.35 12.2564 16.25 12.2564C16.15 12.2564 15.903 12.2847 15.769 12.5458L12.059 19.7794C11.938 20.0152 12.035 20.215 12.082 20.29C12.129 20.365 12.269 20.5385 12.539 20.5385H19.961C20.231 20.5385 20.371 20.365 20.418 20.29C20.465 20.215 20.563 20.0152 20.441 19.7794Z" fill="currentColor"/>
|
||||
<path d="M14.7273 10.7273V5C14.7273 3.89543 13.8318 3 12.7273 3H4C2.89543 3 2 3.89543 2 5V17.3636C2 18.4682 2.89543 19.3636 4 19.3636H8.81818" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M4.72656 6.63635H11.5447" stroke="currentColor" stroke-linecap="round"/>
|
||||
<path d="M4.72656 9.81818H11.5447" stroke="currentColor" stroke-linecap="round"/>
|
||||
<path d="M4.72656 12.5455H7.45384" stroke="currentColor" stroke-linecap="round"/>
|
||||
<path d="M20.132 19.6727H9.3236C9.00412 19.6727 8.81356 19.3167 8.99078 19.0509L14.395 10.9445C14.5533 10.7071 14.9023 10.707 15.0606 10.9445L20.4648 19.0509C20.6421 19.3167 20.4515 19.6727 20.132 19.6727Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M14.8184 13.7273L14.8184 15.7273" stroke="currentColor" stroke-linecap="round"/>
|
||||
<circle cx="14.8184" cy="17.2273" r="0.5" fill="currentColor"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 939 B |
@ -1,15 +1,15 @@
|
||||
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_9527_1263)">
|
||||
<circle cx="15" cy="9.5" r="6.3" stroke="currentColor" stroke-width="1.4"/>
|
||||
<circle cx="15" cy="9.5" r="3.3" stroke="currentColor" stroke-width="1.4"/>
|
||||
<circle cx="15" cy="9.5" r="1" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M10 16.9937L7.50631 14.5L3.5164 18.4898C2.82781 19.1785 2.82778 20.2949 3.5164 20.9835C4.20501 21.6721 5.3216 21.6722 6.01009 20.9835C6.50865 20.4848 10 16.9937 10 16.9937Z" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9 15.5L10.5 14" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M6 16.5L8 18.5" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_9049_154851)">
|
||||
<circle cx="15" cy="9" r="6.4" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M12 9L11.54 8.61482L11.2175 9L11.54 9.38518L12 9ZM12 9C11.54 9.38518 11.54 9.38527 11.5401 9.38537L11.5403 9.38562L11.5409 9.38624L11.5424 9.38804L11.5472 9.39378L11.5641 9.41351C11.5784 9.43021 11.5989 9.45387 11.6251 9.48348C11.6775 9.54266 11.7527 9.6259 11.8469 9.72523C12.0344 9.92311 12.3005 10.1886 12.6128 10.4559C12.9232 10.7215 13.2918 10.9997 13.6845 11.2141C14.0703 11.4248 14.5264 11.6 15 11.6C15.4736 11.6 15.9297 11.4248 16.3155 11.2141C16.7082 10.9997 17.0768 10.7215 17.3872 10.4559C17.6995 10.1886 17.9656 9.92311 18.1531 9.72523C18.2473 9.6259 18.3225 9.54266 18.3749 9.48348C18.4011 9.45387 18.4216 9.43021 18.4359 9.41351L18.4528 9.39378L18.4576 9.38804L18.4591 9.38624L18.4597 9.38562L18.4599 9.38537C18.46 9.38527 18.46 9.38518 18 9M12 9C11.54 8.61482 11.54 8.61473 11.5401 8.61463L11.5403 8.61438L11.5409 8.61376L11.5424 8.61196L11.5472 8.60622L11.5641 8.58649C11.5784 8.56979 11.5989 8.54613 11.6251 8.51652C11.6775 8.45734 11.7527 8.3741 11.8469 8.27477C12.0344 8.07689 12.3005 7.8114 12.6128 7.54412C12.9232 7.27851 13.2918 7.00032 13.6845 6.78589C14.0703 6.57523 14.5264 6.4 15 6.4C15.4736 6.4 15.9297 6.57523 16.3155 6.78589C16.7082 7.00032 17.0768 7.27851 17.3872 7.54412C17.6995 7.8114 17.9656 8.07689 18.1531 8.27477C18.2473 8.3741 18.3225 8.45734 18.3749 8.51652C18.4011 8.54613 18.4216 8.56979 18.4359 8.58649L18.4528 8.60622L18.4576 8.61196L18.4591 8.61376L18.4597 8.61438L18.4599 8.61463C18.46 8.61473 18.46 8.61482 18 9M18 9L18.46 9.38518L18.7825 9L18.46 8.61482L18 9Z" stroke="currentColor" stroke-width="1.2"/>
|
||||
<circle cx="15" cy="9" r="1" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M10 16.4937L7.50631 14L3.5164 17.9898C2.82781 18.6785 2.82778 19.7949 3.5164 20.4835C4.20501 21.1721 5.3216 21.1722 6.01009 20.4835C6.50865 19.9848 10 16.4937 10 16.4937Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9 15L10.5 13.5" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M6 16L8 18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_9527_1263">
|
||||
<rect width="20" height="20" fill="white" transform="translate(2 2.5)"/>
|
||||
<clipPath id="clip0_9049_154851">
|
||||
<rect width="20" height="20" fill="white" transform="translate(2 2)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 985 B After Width: | Height: | Size: 2.4 KiB |
@ -1,9 +1,9 @@
|
||||
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="-0.7" y="0.7" width="4.52602" height="4.52592" rx="1.3" transform="matrix(-1 0 0 1 19.6 2.5)" stroke="currentColor" stroke-width="1.4"/>
|
||||
<rect x="-0.7" y="0.7" width="4.52602" height="4.52592" rx="1.3" transform="matrix(-1 0 0 1 19.6 9.53711)" stroke="currentColor" stroke-width="1.4"/>
|
||||
<rect x="-0.7" y="0.7" width="4.52602" height="4.52592" rx="1.3" transform="matrix(-1 0 0 1 19.6 16.5742)" stroke="currentColor" stroke-width="1.4"/>
|
||||
<rect x="-0.7" y="0.7" width="5.17418" height="5.17407" rx="1.3" transform="matrix(-1 0 0 1 7.74819 9.1665)" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M8.87004 12.5464H15.259" stroke="currentColor" stroke-width="1.4" stroke-linecap="round"/>
|
||||
<path d="M15.3059 5.60205H13.8244C13.4232 5.61748 12.6207 5.87983 12.6207 6.80575C12.6207 7.73168 12.6207 9.136 12.6207 9.72242C12.6207 10.602 12.0744 10.9724 11.3707 10.9724C10.6669 10.9724 9.41075 10.9724 8.87062 10.9724" stroke="currentColor" stroke-width="1.4" stroke-linecap="round"/>
|
||||
<path d="M15.3059 19.5371H13.8244C13.4232 19.5217 12.6207 19.2593 12.6207 18.3334C12.6207 17.4075 12.6207 16.0032 12.6207 15.4167C12.6207 14.5371 12.0744 14.1667 11.3707 14.1667C10.6669 14.1667 9.41075 14.1667 8.87062 14.1667" stroke="currentColor" stroke-width="1.4" stroke-linecap="round"/>
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="-0.6" y="0.6" width="4.72602" height="4.72592" rx="1.4" transform="matrix(-1 0 0 1 19.8 2)" stroke="currentColor" stroke-width="1.2"/>
|
||||
<rect x="-0.6" y="0.6" width="4.72602" height="4.72592" rx="1.4" transform="matrix(-1 0 0 1 19.8 9.03705)" stroke="currentColor" stroke-width="1.2"/>
|
||||
<rect x="-0.6" y="0.6" width="4.72602" height="4.72592" rx="1.4" transform="matrix(-1 0 0 1 19.8 16.074)" stroke="currentColor" stroke-width="1.2"/>
|
||||
<rect x="-0.6" y="0.6" width="5.37418" height="5.37407" rx="1.4" transform="matrix(-1 0 0 1 7.94844 8.66669)" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M8.87078 12.0463H15.2598" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M15.3066 5.10187H13.8251C13.4239 5.1173 12.6214 5.37965 12.6214 6.30557C12.6214 7.23149 12.6214 8.63581 12.6214 9.22223C12.6214 10.1019 12.0751 10.4722 11.3714 10.4722C10.6677 10.4722 9.41149 10.4722 8.87135 10.4722" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M15.3066 19.037H13.8251C13.4239 19.0216 12.6214 18.7592 12.6214 17.8333C12.6214 16.9074 12.6214 15.503 12.6214 14.9166C12.6214 14.037 12.0751 13.6666 11.3714 13.6666C10.6677 13.6666 9.41149 13.6666 8.87135 13.6666" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@ -1,4 +1,4 @@
|
||||
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 15.2273C13.5062 15.2273 14.7273 14.0062 14.7273 12.5C14.7273 10.9938 13.5062 9.77273 12 9.77273C10.4938 9.77273 9.27273 10.9938 9.27273 12.5C9.27273 14.0062 10.4938 15.2273 12 15.2273Z" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M18.7273 15.2273C18.6063 15.5015 18.5702 15.8056 18.6236 16.1005C18.6771 16.3954 18.8177 16.6676 19.0273 16.8818L19.0818 16.9364C19.2509 17.1052 19.385 17.3057 19.4765 17.5265C19.568 17.7472 19.6151 17.9838 19.6151 18.2227C19.6151 18.4617 19.568 18.6983 19.4765 18.919C19.385 19.1397 19.2509 19.3402 19.0818 19.5091C18.913 19.6781 18.7124 19.8122 18.4917 19.9037C18.271 19.9952 18.0344 20.0423 17.7955 20.0423C17.5565 20.0423 17.3199 19.9952 17.0992 19.9037C16.8785 19.8122 16.678 19.6781 16.5091 19.5091L16.4545 19.4545C16.2403 19.245 15.9682 19.1044 15.6733 19.0509C15.3784 18.9974 15.0742 19.0335 14.8 19.1545C14.5311 19.2698 14.3018 19.4611 14.1403 19.705C13.9788 19.9489 13.8921 20.2347 13.8909 20.5273V20.6818C13.8909 21.164 13.6994 21.6265 13.3584 21.9675C13.0174 22.3084 12.5549 22.5 12.0727 22.5C11.5905 22.5 11.1281 22.3084 10.7871 21.9675C10.4461 21.6265 10.2545 21.164 10.2545 20.6818V20.6C10.2475 20.2991 10.1501 20.0073 9.97501 19.7625C9.79991 19.5176 9.55521 19.3312 9.27273 19.2273C8.99853 19.1063 8.69437 19.0702 8.39947 19.1236C8.10456 19.1771 7.83244 19.3177 7.61818 19.5273L7.56364 19.5818C7.39478 19.7509 7.19425 19.885 6.97353 19.9765C6.7528 20.068 6.51621 20.1151 6.27727 20.1151C6.03834 20.1151 5.80174 20.068 5.58102 19.9765C5.36029 19.885 5.15977 19.7509 4.99091 19.5818C4.82186 19.413 4.68775 19.2124 4.59626 18.9917C4.50476 18.771 4.45766 18.5344 4.45766 18.2955C4.45766 18.0565 4.50476 17.8199 4.59626 17.5992C4.68775 17.3785 4.82186 17.178 4.99091 17.0091L5.04545 16.9545C5.25503 16.7403 5.39562 16.4682 5.4491 16.1733C5.50257 15.8784 5.46647 15.5742 5.34545 15.3C5.23022 15.0311 5.03887 14.8018 4.79497 14.6403C4.55107 14.4788 4.26526 14.3921 3.97273 14.3909H3.81818C3.33597 14.3909 2.87351 14.1994 2.53253 13.8584C2.19156 13.5174 2 13.0549 2 12.5727C2 12.0905 2.19156 11.6281 2.53253 11.2871C2.87351 10.9461 3.33597 10.7545 3.81818 10.7545H3.9C4.2009 10.7475 4.49273 10.6501 4.73754 10.475C4.98236 10.2999 5.16883 10.0552 5.27273 9.77273C5.39374 9.49853 5.42984 9.19437 5.37637 8.89947C5.3229 8.60456 5.18231 8.33244 4.97273 8.11818L4.91818 8.06364C4.74913 7.89478 4.61503 7.69425 4.52353 7.47353C4.43203 7.2528 4.38493 7.01621 4.38493 6.77727C4.38493 6.53834 4.43203 6.30174 4.52353 6.08102C4.61503 5.86029 4.74913 5.65977 4.91818 5.49091C5.08704 5.32186 5.28757 5.18775 5.50829 5.09626C5.72901 5.00476 5.96561 4.95766 6.20455 4.95766C6.44348 4.95766 6.68008 5.00476 6.9008 5.09626C7.12152 5.18775 7.32205 5.32186 7.49091 5.49091L7.54545 5.54545C7.75971 5.75503 8.03183 5.89562 8.32674 5.9491C8.62164 6.00257 8.9258 5.96647 9.2 5.84545H9.27273C9.54161 5.73022 9.77092 5.53887 9.93245 5.29497C10.094 5.05107 10.1807 4.76526 10.1818 4.47273V4.31818C10.1818 3.83597 10.3734 3.37351 10.7144 3.03253C11.0553 2.69156 11.5178 2.5 12 2.5C12.4822 2.5 12.9447 2.69156 13.2856 3.03253C13.6266 3.37351 13.8182 3.83597 13.8182 4.31818V4.4C13.8193 4.69253 13.906 4.97834 14.0676 5.22224C14.2291 5.46614 14.4584 5.65749 14.7273 5.77273C15.0015 5.89374 15.3056 5.92984 15.6005 5.87637C15.8954 5.8229 16.1676 5.68231 16.3818 5.47273L16.4364 5.41818C16.6052 5.24913 16.8057 5.11503 17.0265 5.02353C17.2472 4.93203 17.4838 4.88493 17.7227 4.88493C17.9617 4.88493 18.1983 4.93203 18.419 5.02353C18.6397 5.11503 18.8402 5.24913 19.0091 5.41818C19.1781 5.58704 19.3122 5.78757 19.4037 6.00829C19.4952 6.22901 19.5423 6.46561 19.5423 6.70455C19.5423 6.94348 19.4952 7.18008 19.4037 7.4008C19.3122 7.62152 19.1781 7.82205 19.0091 7.99091L18.9545 8.04545C18.745 8.25971 18.6044 8.53183 18.5509 8.82674C18.4974 9.12164 18.5335 9.4258 18.6545 9.7V9.77273C18.7698 10.0416 18.9611 10.2709 19.205 10.4324C19.4489 10.594 19.7347 10.6807 20.0273 10.6818H20.1818C20.664 10.6818 21.1265 10.8734 21.4675 11.2144C21.8084 11.5553 22 12.0178 22 12.5C22 12.9822 21.8084 13.4447 21.4675 13.7856C21.1265 14.1266 20.664 14.3182 20.1818 14.3182H20.1C19.8075 14.3193 19.5217 14.406 19.2778 14.5676C19.0339 14.7291 18.8425 14.9584 18.7273 15.2273Z" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 15.2273C13.5062 15.2273 14.7273 14.0062 14.7273 12.5C14.7273 10.9938 13.5062 9.77273 12 9.77273C10.4938 9.77273 9.27273 10.9938 9.27273 12.5C9.27273 14.0062 10.4938 15.2273 12 15.2273Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M18.7273 15.2273C18.6063 15.5015 18.5702 15.8056 18.6236 16.1005C18.6771 16.3954 18.8177 16.6676 19.0273 16.8818L19.0818 16.9364C19.2509 17.1052 19.385 17.3057 19.4765 17.5265C19.568 17.7472 19.6151 17.9838 19.6151 18.2227C19.6151 18.4617 19.568 18.6983 19.4765 18.919C19.385 19.1397 19.2509 19.3402 19.0818 19.5091C18.913 19.6781 18.7124 19.8122 18.4917 19.9037C18.271 19.9952 18.0344 20.0423 17.7955 20.0423C17.5565 20.0423 17.3199 19.9952 17.0992 19.9037C16.8785 19.8122 16.678 19.6781 16.5091 19.5091L16.4545 19.4545C16.2403 19.245 15.9682 19.1044 15.6733 19.0509C15.3784 18.9974 15.0742 19.0335 14.8 19.1545C14.5311 19.2698 14.3018 19.4611 14.1403 19.705C13.9788 19.9489 13.8921 20.2347 13.8909 20.5273V20.6818C13.8909 21.164 13.6994 21.6265 13.3584 21.9675C13.0174 22.3084 12.5549 22.5 12.0727 22.5C11.5905 22.5 11.1281 22.3084 10.7871 21.9675C10.4461 21.6265 10.2545 21.164 10.2545 20.6818V20.6C10.2475 20.2991 10.1501 20.0073 9.97501 19.7625C9.79991 19.5176 9.55521 19.3312 9.27273 19.2273C8.99853 19.1063 8.69437 19.0702 8.39947 19.1236C8.10456 19.1771 7.83244 19.3177 7.61818 19.5273L7.56364 19.5818C7.39478 19.7509 7.19425 19.885 6.97353 19.9765C6.7528 20.068 6.51621 20.1151 6.27727 20.1151C6.03834 20.1151 5.80174 20.068 5.58102 19.9765C5.36029 19.885 5.15977 19.7509 4.99091 19.5818C4.82186 19.413 4.68775 19.2124 4.59626 18.9917C4.50476 18.771 4.45766 18.5344 4.45766 18.2955C4.45766 18.0565 4.50476 17.8199 4.59626 17.5992C4.68775 17.3785 4.82186 17.178 4.99091 17.0091L5.04545 16.9545C5.25503 16.7403 5.39562 16.4682 5.4491 16.1733C5.50257 15.8784 5.46647 15.5742 5.34545 15.3C5.23022 15.0311 5.03887 14.8018 4.79497 14.6403C4.55107 14.4788 4.26526 14.3921 3.97273 14.3909H3.81818C3.33597 14.3909 2.87351 14.1994 2.53253 13.8584C2.19156 13.5174 2 13.0549 2 12.5727C2 12.0905 2.19156 11.6281 2.53253 11.2871C2.87351 10.9461 3.33597 10.7545 3.81818 10.7545H3.9C4.2009 10.7475 4.49273 10.6501 4.73754 10.475C4.98236 10.2999 5.16883 10.0552 5.27273 9.77273C5.39374 9.49853 5.42984 9.19437 5.37637 8.89947C5.3229 8.60456 5.18231 8.33244 4.97273 8.11818L4.91818 8.06364C4.74913 7.89478 4.61503 7.69425 4.52353 7.47353C4.43203 7.2528 4.38493 7.01621 4.38493 6.77727C4.38493 6.53834 4.43203 6.30174 4.52353 6.08102C4.61503 5.86029 4.74913 5.65977 4.91818 5.49091C5.08704 5.32186 5.28757 5.18775 5.50829 5.09626C5.72901 5.00476 5.96561 4.95766 6.20455 4.95766C6.44348 4.95766 6.68008 5.00476 6.9008 5.09626C7.12152 5.18775 7.32205 5.32186 7.49091 5.49091L7.54545 5.54545C7.75971 5.75503 8.03183 5.89562 8.32674 5.9491C8.62164 6.00257 8.9258 5.96647 9.2 5.84545H9.27273C9.54161 5.73022 9.77093 5.53887 9.93245 5.29497C10.094 5.05107 10.1807 4.76526 10.1818 4.47273V4.31818C10.1818 3.83597 10.3734 3.37351 10.7144 3.03253C11.0553 2.69156 11.5178 2.5 12 2.5C12.4822 2.5 12.9447 2.69156 13.2856 3.03253C13.6266 3.37351 13.8182 3.83597 13.8182 4.31818V4.4C13.8193 4.69253 13.906 4.97834 14.0676 5.22224C14.2291 5.46614 14.4584 5.65749 14.7273 5.77273C15.0015 5.89374 15.3056 5.92984 15.6005 5.87637C15.8954 5.8229 16.1676 5.68231 16.3818 5.47273L16.4364 5.41818C16.6052 5.24913 16.8057 5.11503 17.0265 5.02353C17.2472 4.93203 17.4838 4.88493 17.7227 4.88493C17.9617 4.88493 18.1983 4.93203 18.419 5.02353C18.6397 5.11503 18.8402 5.24913 19.0091 5.41818C19.1781 5.58704 19.3122 5.78757 19.4037 6.00829C19.4952 6.22901 19.5423 6.46561 19.5423 6.70455C19.5423 6.94348 19.4952 7.18008 19.4037 7.4008C19.3122 7.62152 19.1781 7.82205 19.0091 7.99091L18.9545 8.04545C18.745 8.25971 18.6044 8.53183 18.5509 8.82674C18.4974 9.12164 18.5335 9.4258 18.6545 9.7V9.77273C18.7698 10.0416 18.9611 10.2709 19.205 10.4324C19.4489 10.594 19.7347 10.6807 20.0273 10.6818H20.1818C20.664 10.6818 21.1265 10.8734 21.4675 11.2144C21.8084 11.5553 22 12.0178 22 12.5C22 12.9822 21.8084 13.4447 21.4675 13.7856C21.1265 14.1266 20.664 14.3182 20.1818 14.3182H20.1C19.8075 14.3193 19.5217 14.406 19.2778 14.5676C19.0339 14.7291 18.8425 14.9584 18.7273 15.2273Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
@ -1,13 +1,13 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10.3611 16.7005C10.3611 16.7004 10.3611 16.7004 10.3611 16.7003L10.3609 16.6999L10.3575 16.6938L10.3419 16.6654C10.3275 16.6396 10.3054 16.6005 10.2763 16.5506C10.2179 16.4507 10.1319 16.3086 10.0236 16.1442C9.80397 15.8107 9.50627 15.406 9.17416 15.0739C8.3783 14.2781 7.58845 13.3103 7.45553 11.8152C7.38886 11.0654 7.45433 10.3917 7.68926 9.75433C7.92321 9.11957 8.30873 8.56552 8.81758 8.03119C10.764 5.98726 14.0882 5.98726 16.0346 8.03119C16.5424 8.56434 16.9307 9.11822 17.1662 9.75334C17.4031 10.392 17.4688 11.0676 17.3962 11.8204C17.25 13.3377 16.4563 14.2269 15.6091 15.0739C15.2552 15.4278 14.9994 15.8171 14.8315 16.1224C14.7483 16.2738 14.6885 16.401 14.6505 16.4878C14.6316 16.5311 14.6182 16.564 14.6101 16.5845L14.602 16.6056L14.6017 16.6063C14.6016 16.6064 14.6016 16.6065 14.6016 16.6066M10.3611 16.7005L13.9425 16.3709C14.6017 16.6063 14.6016 16.6065 14.6016 16.6066M10.3611 16.7005L10.3612 16.7006C10.3612 16.7006 10.3613 16.7007 10.3613 16.7007C10.483 16.9286 10.7203 17.0709 10.9787 17.0709H13.9425C14.2382 17.0709 14.502 16.885 14.6016 16.6066M10.3611 16.7005L14.6016 16.6066" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12.3824 10.2653L11.1973 11.9718H13.3306L12.3824 13.4651" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="8.70234" y="17.06" width="7.69999" height="2.84" rx="1.42" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M5.80117 5.70007L6.70117 6.60007" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.5023 15.6001L18.4023 16.5001" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="10.4973" y="19.7888" width="3.95605" height="1.91118" rx="0.95559" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M17.502 4.79995L16.602 5.69995" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M7.60352 16.5L6.70352 17.4" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M11.7917 2.99995L11.8 4.29496" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M20.5672 10.9462L19.2721 10.9545" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5.29575 11.771L4.00065 11.7792" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M10.7543 17.4565C10.5328 17.4565 10.3293 17.3344 10.225 17.139L10.2249 17.1389M10.7543 17.4565L10.2249 17.1389M10.7543 17.4565H14.0476C14.3011 17.4565 14.5272 17.2972 14.6125 17.0586M10.7543 17.4565L14.6125 17.0586M10.2249 17.1389L10.2243 17.1378L10.2203 17.1303L10.2021 17.0973C10.1855 17.0676 10.1604 17.0231 10.1273 16.9665C10.0612 16.8533 9.96392 16.6927 9.84157 16.5069C9.59421 16.1313 9.25586 15.6707 8.8749 15.2898C8.00012 14.4151 7.15867 13.3772 7.01656 11.7789C6.94428 10.966 7.0159 10.2448 7.266 9.56624C7.51527 8.88996 7.92771 8.29446 8.48171 7.71276C10.5745 5.51531 14.1508 5.51531 16.2436 7.71276C16.7966 8.29345 17.2121 8.88886 17.463 9.56549C17.7151 10.2451 17.7869 10.9681 17.7084 11.7833C17.5521 13.4038 16.7101 14.3536 15.7738 15.2898C15.3654 15.6981 15.0717 16.1456 14.8797 16.4948C14.7842 16.6683 14.7155 16.8145 14.6715 16.9151C14.6495 16.9654 14.6338 17.004 14.624 17.0287L14.6139 17.0549L14.6126 17.0583C14.6126 17.0584 14.6126 17.0585 14.6125 17.0586M10.2249 17.1389L14.0476 16.8565C14.6126 17.0583 14.6126 17.0585 14.6125 17.0586" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12.313 10.0725L10.9961 11.9687H13.3666L12.313 13.6278" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="8.40195" y="17.8" width="8.20045" height="2.8" rx="1.4" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M4.99994 5L6 6" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M18.0019 16L19.002 17" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="10.3961" y="20.832" width="4.04024" height="1.76798" rx="0.883989" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M18.002 4L17.0019 5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M7.00391 17.0001L6.00384 18.0001" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M11.6567 2L11.6659 3.4389" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M21.4083 10.8292L19.9692 10.8384" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M4.43955 11.7455L3.00046 11.7548" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
@ -1,5 +1,5 @@
|
||||
<svg viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14 3.5H9C6.79086 3.5 5 5.29086 5 7.5V17.5C5 19.7091 6.79086 21.5 9 21.5H14" stroke="currentColor" stroke-width="1.4" stroke-linecap="round"/>
|
||||
<path d="M9 12.5L18 12.5" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16 15.5L19 12.5L16 9.5" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14 2H8C5.79086 2 4 3.79086 4 6V18C4 20.2091 5.79086 22 8 22H14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
||||
<path d="M8.44336 12.0001L18.4434 12.0001" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.2207 15.3334L19.554 12.0001L16.2207 8.66675" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 501 B |
@ -1,10 +1,10 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.57895" cy="11.8947" r="1.57895" stroke="currentColor" stroke-width="1.4"/>
|
||||
<circle cx="8.84262" cy="7.68417" r="1.57895" stroke="currentColor" stroke-width="1.4"/>
|
||||
<circle cx="15.1571" cy="10.8421" r="1.57895" stroke="currentColor" stroke-width="1.4"/>
|
||||
<circle cx="20.4207" cy="5.57895" r="1.57895" stroke="currentColor" stroke-width="1.4"/>
|
||||
<path d="M4.10547 16.6316V19.7895M9.89494 12.9474V19.7895M15.1581 15.579V19.7895M20.9476 10.8422V19.7895" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5.1582 10.8421L7.26347 8.73682" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13.5781 9.78952L10.4202 8.21057" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.7363 9.2631L18.8416 7.15784" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="3.57895" cy="11.8947" r="1.57895" stroke="currentColor" stroke-width="1.2"/>
|
||||
<circle cx="8.84262" cy="7.68417" r="1.57895" stroke="currentColor" stroke-width="1.2"/>
|
||||
<circle cx="15.1571" cy="10.8421" r="1.57895" stroke="currentColor" stroke-width="1.2"/>
|
||||
<circle cx="20.4207" cy="5.57895" r="1.57895" stroke="currentColor" stroke-width="1.2"/>
|
||||
<path d="M4.10547 16.6316V19.7895M9.89494 12.9474V19.7895M15.1581 15.579V19.7895M20.9476 10.8422V19.7895" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5.1582 10.8421L7.26347 8.73682" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13.5781 9.78952L10.4202 8.21057" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16.7363 9.2631L18.8416 7.15784" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@ -11,7 +11,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { DownOutlined } from '@ant-design/icons';
|
||||
import { DownOutlined, WarningOutlined } from '@ant-design/icons';
|
||||
import Icon from '@ant-design/icons/lib/components/Icon';
|
||||
import {
|
||||
Button,
|
||||
@ -157,6 +157,7 @@ const GlossaryTermTab = ({ isGlossary, className }: GlossaryTermTabProps) => {
|
||||
const [selectedStatus, setSelectedStatus] = useState<string[]>([
|
||||
...statusDropdownSelection,
|
||||
]);
|
||||
const [confirmCheckboxChecked, setConfirmCheckboxChecked] = useState(false);
|
||||
|
||||
const fetchAllTerms = async () => {
|
||||
setIsTableLoading(true);
|
||||
@ -810,8 +811,13 @@ const GlossaryTermTab = ({ isGlossary, className }: GlossaryTermTabProps) => {
|
||||
const onDragConfirmationModalClose = useCallback(() => {
|
||||
setIsModalOpen(false);
|
||||
setIsTableHovered(false);
|
||||
setConfirmCheckboxChecked(false);
|
||||
}, []);
|
||||
|
||||
const hasReviewers = useMemo(() => {
|
||||
return !isEmpty(activeGlossary.reviewers);
|
||||
}, [movedGlossaryTerm, activeGlossary]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!tableContainerRef.current) {
|
||||
return;
|
||||
@ -883,11 +889,17 @@ const GlossaryTermTab = ({ isGlossary, className }: GlossaryTermTabProps) => {
|
||||
confirmLoading={isTableLoading}
|
||||
data-testid="confirmation-modal"
|
||||
maskClosable={false}
|
||||
okText={t('label.confirm')}
|
||||
okButtonProps={{ disabled: hasReviewers && !confirmCheckboxChecked }}
|
||||
okText={t('label.move')}
|
||||
open={isModalOpen}
|
||||
title={t('label.move-the-entity', {
|
||||
entity: t('label.glossary-term'),
|
||||
})}
|
||||
title={
|
||||
<>
|
||||
<WarningOutlined className="m-r-xs warning-icon" />
|
||||
{t('label.move-the-entity', {
|
||||
entity: t('label.glossary-term'),
|
||||
})}
|
||||
</>
|
||||
}
|
||||
onCancel={onDragConfirmationModalClose}
|
||||
onOk={handleChangeGlossaryTerm}>
|
||||
<Transi18next
|
||||
@ -903,6 +915,33 @@ const GlossaryTermTab = ({ isGlossary, className }: GlossaryTermTabProps) => {
|
||||
: t('label.term-lowercase'),
|
||||
}}
|
||||
/>
|
||||
{hasReviewers && (
|
||||
<div className="m-t-md">
|
||||
<Checkbox
|
||||
checked={confirmCheckboxChecked}
|
||||
className="text-grey-700"
|
||||
data-testid="confirm-status-checkbox"
|
||||
onChange={(e) => setConfirmCheckboxChecked(e.target.checked)}>
|
||||
<span>
|
||||
<Transi18next
|
||||
i18nKey="message.entity-transfer-confirmation-message"
|
||||
renderElement={<strong />}
|
||||
values={{
|
||||
from: movedGlossaryTerm?.from.name,
|
||||
}}
|
||||
/>
|
||||
<span className="d-inline-block m-l-xss">
|
||||
<StatusBadge
|
||||
className="p-x-xs p-y-xss"
|
||||
dataTestId=""
|
||||
label={Status.InReview}
|
||||
status={StatusClass[Status.InReview]}
|
||||
/>
|
||||
</span>
|
||||
</span>
|
||||
</Checkbox>
|
||||
</div>
|
||||
)}
|
||||
</Modal>
|
||||
</Col>
|
||||
</Row>
|
||||
|
@ -367,7 +367,7 @@ const GlossaryTermsV1 = ({
|
||||
type={EntityType.GLOSSARY_TERM}
|
||||
onUpdate={onTermUpdate}>
|
||||
<Row data-testid="glossary-term" gutter={[0, 8]}>
|
||||
<Col className="p-x-md" span={24}>
|
||||
<Col span={24}>
|
||||
<GlossaryHeader
|
||||
updateVote={updateVote}
|
||||
onAddGlossaryTerm={onAddGlossaryTerm}
|
||||
|
@ -20,6 +20,7 @@
|
||||
.ant-typography {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.ant-btn {
|
||||
padding: 0px;
|
||||
}
|
||||
@ -53,6 +54,7 @@
|
||||
border: 1px solid #dde3ea;
|
||||
box-shadow: 1px 1px 3px rgb(0 0 0 / 12%);
|
||||
border-radius: 4px;
|
||||
|
||||
.ant-dropdown-menu-item {
|
||||
padding: 5px 16px;
|
||||
}
|
||||
@ -86,6 +88,7 @@
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.ant-dropdown-menu-item:hover {
|
||||
background-color: @white;
|
||||
color: inherit;
|
||||
@ -99,11 +102,13 @@
|
||||
background-color: @white;
|
||||
border-color: @grey-3;
|
||||
}
|
||||
|
||||
.status-dropdown {
|
||||
.ant-dropdown-menu-item {
|
||||
padding-left: @padding-sm;
|
||||
padding-right: @padding-xs;
|
||||
}
|
||||
|
||||
.ant-checkbox-wrapper {
|
||||
height: 33px;
|
||||
}
|
||||
@ -122,3 +127,12 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.warning-icon {
|
||||
background-color: @alert-warning-icon-bg-1;
|
||||
border: 6px solid @alert-warning-icon-bg-2;
|
||||
font-size: 20px;
|
||||
border-radius: 50%;
|
||||
padding: 8px;
|
||||
color: #dc6803;
|
||||
}
|
||||
|
@ -102,7 +102,11 @@ const ChangeParentHierarchy = ({
|
||||
},
|
||||
]}>
|
||||
<Select
|
||||
showSearch
|
||||
data-testid="change-parent-select"
|
||||
filterOption={(input, option) =>
|
||||
(option?.label ?? '').toLowerCase().includes(input.toLowerCase())
|
||||
}
|
||||
loading={loadingState.isFetching}
|
||||
options={options}
|
||||
placeholder={t('label.select-field', {
|
||||
|
@ -40,6 +40,11 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.ant-menu-item,
|
||||
.ant-menu-submenu {
|
||||
color: @grey-600;
|
||||
}
|
||||
|
||||
&.ant-menu.ant-menu-vertical,
|
||||
&.ant-menu.ant-menu-inline {
|
||||
border: none;
|
||||
@ -60,8 +65,6 @@
|
||||
}
|
||||
|
||||
.anticon {
|
||||
color: inherit;
|
||||
|
||||
svg {
|
||||
fill: transparent;
|
||||
}
|
||||
@ -109,6 +112,7 @@
|
||||
|
||||
.left-panel-label {
|
||||
font-weight: 500;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -142,8 +146,8 @@
|
||||
}
|
||||
|
||||
.left-panel-label {
|
||||
color: @text-color;
|
||||
font-weight: 500;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -164,10 +168,6 @@
|
||||
fill: transparent;
|
||||
}
|
||||
|
||||
.anticon {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a,
|
||||
a:hover {
|
||||
color: @white;
|
||||
@ -187,7 +187,6 @@
|
||||
.anticon {
|
||||
line-height: 0 !important;
|
||||
font-size: @left-sidebar-icon-size !important;
|
||||
color: @grey-600;
|
||||
|
||||
svg {
|
||||
fill: transparent;
|
||||
@ -256,10 +255,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.anticon {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-menu-submenu {
|
||||
@ -280,10 +275,6 @@
|
||||
color: @white;
|
||||
}
|
||||
}
|
||||
|
||||
.anticon {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -412,7 +412,7 @@ const NavBar = ({
|
||||
isSidebarCollapsed ? t('label.expand') : t('label.collapse')
|
||||
}>
|
||||
<Button
|
||||
className="mr-2"
|
||||
className="mr-2 w-6 h-6 p-0 flex-center"
|
||||
data-testid="sidebar-toggle"
|
||||
icon={
|
||||
isSidebarCollapsed ? (
|
||||
@ -504,7 +504,7 @@ const NavBar = ({
|
||||
trigger={['click']}
|
||||
onOpenChange={handleBellClick}>
|
||||
<Button
|
||||
className="flex-center p-sm"
|
||||
className="flex-center"
|
||||
icon={
|
||||
<Badge
|
||||
dot={hasTaskNotification || hasMentionNotification}
|
||||
@ -512,7 +512,6 @@ const NavBar = ({
|
||||
<IconBell data-testid="task-notifications" width={20} />
|
||||
</Badge>
|
||||
}
|
||||
size="large"
|
||||
title={t('label.notification-plural')}
|
||||
type="text"
|
||||
/>
|
||||
@ -526,10 +525,9 @@ const NavBar = ({
|
||||
placement="bottomRight"
|
||||
trigger={['click']}>
|
||||
<Button
|
||||
className="flex-center p-sm"
|
||||
className="flex-center"
|
||||
data-testid="help-icon"
|
||||
icon={<Help width={20} />}
|
||||
size="large"
|
||||
title={t('label.need-help')}
|
||||
type="text"
|
||||
/>
|
||||
|
@ -12,19 +12,6 @@
|
||||
*/
|
||||
@import (reference) '../../styles/variables.less';
|
||||
|
||||
.nav-bar-side-items {
|
||||
.ant-btn-icon-only {
|
||||
color: @text-color;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -39,8 +26,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.appbar-search {
|
||||
width: 30vw;
|
||||
.search-container {
|
||||
width: 35vw;
|
||||
}
|
||||
|
||||
.app-user-icon {
|
||||
|
@ -10,6 +10,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import Icon from '@ant-design/icons';
|
||||
import classNames from 'classnames';
|
||||
import React from 'react';
|
||||
@ -17,7 +18,12 @@ import { AllStatusTypes, icons } from '../../../constants/StatusBadge.constant';
|
||||
import './status-badge.less';
|
||||
import { StatusBadgeProps } from './StatusBadge.interface';
|
||||
|
||||
const StatusBadge = ({ label, status, dataTestId }: StatusBadgeProps) => {
|
||||
const StatusBadge = ({
|
||||
label,
|
||||
status,
|
||||
dataTestId,
|
||||
className,
|
||||
}: StatusBadgeProps) => {
|
||||
const StatusIcon = label
|
||||
? icons[label as AllStatusTypes] ||
|
||||
icons[label.toLowerCase() as AllStatusTypes]
|
||||
@ -25,7 +31,7 @@ const StatusBadge = ({ label, status, dataTestId }: StatusBadgeProps) => {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={classNames('status-badge', status)}
|
||||
className={classNames('status-badge', status, className)}
|
||||
data-testid={dataTestId}>
|
||||
{StatusIcon && <Icon component={StatusIcon} />}
|
||||
<span className={`status-badge-label ${status}`}>{label}</span>
|
||||
|
@ -27,4 +27,5 @@ export interface StatusBadgeProps {
|
||||
label: string;
|
||||
status: StatusType;
|
||||
dataTestId?: string;
|
||||
className?: string;
|
||||
}
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Teuerste Abfragen",
|
||||
"most-recent-session": "Aktuellste Sitzung",
|
||||
"most-used-data-assets": "Häufig verwendete Datenanlagen",
|
||||
"move": "Bewegen",
|
||||
"move-the-entity": "{{entity}} verschieben",
|
||||
"ms": "Milliseconds",
|
||||
"ms-team-plural": "MS-Teams",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} erfolgreich gespeichert",
|
||||
"entity-size-in-between": "{{entity}} Größe muss zwischen {{min}} und {{max}} liegen.",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}} Größe muss zwischen 2 und 64 liegen.",
|
||||
"entity-transfer-confirmation-message": "Um fortzufahren, bestätigen Sie, dass Sie verstehen, dass sich der Status von <0>{{from}}</0> ändern wird zu",
|
||||
"entity-transfer-message": "Klicken Sie auf Bestätigen, wenn Sie {{entity}} von <0>{{from}}</0> unter <0>{{to}}</0> {{entity}} verschieben möchten.",
|
||||
"enum-property-update-message": "Die Aktualisierung der Enum-Werte wurde gestartet. Sie werden benachrichtigt, sobald sie abgeschlossen ist.",
|
||||
"enum-with-description-update-note": "Das Aktualisieren bestehender Werteschlüssel ist nicht erlaubt; nur die Beschreibung kann bearbeitet werden. Das Hinzufügen neuer Werte ist jedoch möglich.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Most Expensive Queries",
|
||||
"most-recent-session": "Most Recent Session",
|
||||
"most-used-data-assets": "Most Used Data Assets",
|
||||
"move": "Move",
|
||||
"move-the-entity": "Move the {{entity}}",
|
||||
"ms": "Milliseconds",
|
||||
"ms-team-plural": "MS Teams",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} saved successfully",
|
||||
"entity-size-in-between": "{{entity}} size must be between {{min}} and {{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}} size must be between 2 and 64",
|
||||
"entity-transfer-confirmation-message": "To proceed, confirm that you understand the status of <0>{{from}}</0> will change to",
|
||||
"entity-transfer-message": "Click on Confirm if you’d like to move <0>{{from}}</0> {{entity}} under <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "Enum values update started. You will be notified once it's done.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Consultas más costosas",
|
||||
"most-recent-session": "Sesión Más Reciente",
|
||||
"most-used-data-assets": "Activos de datos más utilizados",
|
||||
"move": "Mover",
|
||||
"move-the-entity": "Mover la {{entity}}",
|
||||
"ms": "Milisegundos",
|
||||
"ms-team-plural": "Equipos de MS",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} guardado exitosamente",
|
||||
"entity-size-in-between": "El tamaño de {{entity}} debe estar entre {{min}} y {{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "El tamaño de {{entity}} debe estar entre 2 y 64",
|
||||
"entity-transfer-confirmation-message": "Para continuar, confirma que entiendes que el estado de <0>{{from}}</0> cambiará a",
|
||||
"entity-transfer-message": "Haga clic en Confirmar si desea mover <0>{{from}}</0> {{entity}} debajo de <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "La actualización de valores enum ha comenzado. Se le notificará cuando esté terminada.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Consultations les plus chères",
|
||||
"most-recent-session": "Session la Plus Récente",
|
||||
"most-used-data-assets": "Actifs de Données les Plus Utilisés",
|
||||
"move": "Déplacer",
|
||||
"move-the-entity": "Déplacer {{entity}}",
|
||||
"ms": "Millisecondes",
|
||||
"ms-team-plural": "Équipes MS",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} sauvegardé avec succès",
|
||||
"entity-size-in-between": "{{entity}} taille doit être de {{min}} et {{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}} taille doit être comprise entre 2 et 64",
|
||||
"entity-transfer-confirmation-message": "Pour continuer, confirmez que vous comprenez que le statut de <0>{{from}}</0> changera en",
|
||||
"entity-transfer-message": "Cliquer sur Confirmer si vous souhaitez déplacer <0>{{from}}</0> {{entity}} sous <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "La mise à jour des valeurs enum a commencé. Vous serez notifié une fois terminée.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Consultas más costosas",
|
||||
"most-recent-session": "Sesión máis recente",
|
||||
"most-used-data-assets": "Activos de datos máis utilizados",
|
||||
"move": "Mover",
|
||||
"move-the-entity": "Mover o {{entity}}",
|
||||
"ms": "Milisegundos",
|
||||
"ms-team-plural": "Equipos MS",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} gardado correctamente",
|
||||
"entity-size-in-between": "O tamaño de {{entity}} debe estar entre {{min}} e {{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "O tamaño de {{entity}} debe estar entre 2 e 64",
|
||||
"entity-transfer-confirmation-message": "Para continuar, confirma que entendes que o estado de <0>{{from}}</0> cambiará a",
|
||||
"entity-transfer-message": "Fai clic en Confirmar se desexas mover <0>{{from}}</0> {{entity}} baixo <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "Iniciouse a actualización dos valores enum. Notificaráselle cando remate.",
|
||||
"enum-with-description-update-note": "Non está permitido actualizar as claves de valores existentes; só se pode editar a descrición. Con todo, está permitido engadir novos valores.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "שאילתות מחירון",
|
||||
"most-recent-session": "הסשן האחרון ביותר",
|
||||
"most-used-data-assets": "נכסי נתונים שנכנסו ביותר",
|
||||
"move": "העבר",
|
||||
"move-the-entity": "העבר את {{entity}}",
|
||||
"ms": "מילי-שנייה",
|
||||
"ms-team-plural": "צוותי MS",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} נשמרה בהצלחה",
|
||||
"entity-size-in-between": "{{entity}} יכול להיות בגודל בין {{min}} ל-{{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}} יכול להיות בגודל בין 2 ל-64",
|
||||
"entity-transfer-confirmation-message": "כדי להמשיך, אשר שאתה מבין שהמצב של <0>{{from}}</0> ישתנה ל",
|
||||
"entity-transfer-message": "לחץ על אישור אם ברצונך להעביר <0>{{from}}</0> {{entity}} מתחת ל-<0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "עדכון ערכי enum החל. תקבל הודעה כשזה יסתיים.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "最も高価なクエリ",
|
||||
"most-recent-session": "最近のセッション",
|
||||
"most-used-data-assets": "最も使用されたデータアセット",
|
||||
"move": "移動",
|
||||
"move-the-entity": "Move the {{entity}}",
|
||||
"ms": "Milliseconds",
|
||||
"ms-team-plural": "MS Teams",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} saved successfully",
|
||||
"entity-size-in-between": "{{entity}}のサイズは{{min}}以上{{max}}以下にしてください",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}}のサイズは2以上64以下",
|
||||
"entity-transfer-confirmation-message": "続行するには、<0>{{from}}</0> のステータスが次のように変更されることを理解していることを確認してください",
|
||||
"entity-transfer-message": "Click on Confirm if you'd like to move <0>{{from}}</0> {{entity}} under <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "列挙型の値の更新が開始されました。完了後に通知されます。",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "가장 비싼 쿼리",
|
||||
"most-recent-session": "가장 최근 세션",
|
||||
"most-used-data-assets": "가장 많이 사용된 데이터 자산",
|
||||
"move": "이동",
|
||||
"move-the-entity": "{{entity}} 이동",
|
||||
"ms": "밀리초",
|
||||
"ms-team-plural": "MS 팀들",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}}이(가) 성공적으로 저장되었습니다.",
|
||||
"entity-size-in-between": "{{entity}}의 크기는 {{min}}과(와) {{max}} 사이여야 합니다.",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}}의 크기는 2에서 64 사이여야 합니다.",
|
||||
"entity-transfer-confirmation-message": "계속하려면 <0>{{from}}</0>의 상태가 변경될 것임을 확인하세요",
|
||||
"entity-transfer-message": "<0>{{from}}</0>의 {{entity}}을(를) <0>{{to}}</0>의 {{entity}} 아래로 이동하려면 확인을 클릭하세요.",
|
||||
"enum-property-update-message": "Enum 값 업데이트가 시작되었습니다. 완료되면 알림을 받게 됩니다.",
|
||||
"enum-with-description-update-note": "기존 값 키 업데이트는 허용되지 않습니다. 설명만 편집할 수 있습니다. 그러나 새 값 추가는 허용됩니다.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "सर्वात महाग क्वेरी",
|
||||
"most-recent-session": "सर्वात अलीकडील सत्र",
|
||||
"most-used-data-assets": "सर्वाधिक वापरलेले डेटा ॲसेट्स",
|
||||
"move": "हलवा",
|
||||
"move-the-entity": "{{entity}} हलवा",
|
||||
"ms": "मिलीसेकंद",
|
||||
"ms-team-plural": "एमएस टीम्स",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} यशस्वीरित्या जतन केले",
|
||||
"entity-size-in-between": "{{entity}} आकार {{min}} आणि {{max}} दरम्यान असणे आवश्यक आहे",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}} आकार 2 आणि 64 दरम्यान असणे आवश्यक आहे",
|
||||
"entity-transfer-confirmation-message": "पुढे जाण्यासाठी, <0>{{from}}</0> ची स्थिती बदलणार आहे हे तुम्हाला समजले आहे हे निश्चित करा",
|
||||
"entity-transfer-message": "तुम्हाला <0>{{from}}</0> {{entity}} ला <0>{{to}}</0> {{entity}} अंतर्गत हलवायचे असल्यास पुष्टीवर क्लिक करा.",
|
||||
"enum-property-update-message": "इनम व्हॅल्यूज अपडेट सुरू झाले आहे. संपल्यानंतर तुम्हाला सूचित केले जाईल.",
|
||||
"enum-with-description-update-note": "विद्यमान मूल्य की अद्यतनित करणे अनुमत नाही; फक्त वर्णन संपादित केले जाऊ शकते. तथापि, नवीन मूल्ये जोडणे अनुमत आहे.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Duurste queries",
|
||||
"most-recent-session": "Meest recente sessie",
|
||||
"most-used-data-assets": "Meest gebruikte data-assets",
|
||||
"move": "Verplaatsen",
|
||||
"move-the-entity": "Verplaats de {{entity}}",
|
||||
"ms": "Milliseconden",
|
||||
"ms-team-plural": "MS-teams",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} succesvol opgeslagen",
|
||||
"entity-size-in-between": "{{entity}} grootte moet tussen {{min}} en {{max}} liggen",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}} grootte moet tussen 2 en 64 liggen",
|
||||
"entity-transfer-confirmation-message": "Om door te gaan, bevestig dat je begrijpt dat de status van <0>{{from}}</0> zal veranderen naar",
|
||||
"entity-transfer-message": "Klik op Bevestigen als je <0>{{from}}</0> {{entity}} wilt verplaatsen naar <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "Enum-waardenupdate is gestart. U krijgt een melding zodra het klaar is.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "بیشترین هزینه های سوال",
|
||||
"most-recent-session": "آخرین جلسه",
|
||||
"most-used-data-assets": "دادههای فعالترین استفاده",
|
||||
"move": "Mover",
|
||||
"move-the-entity": "انتقال {{entity}}",
|
||||
"ms": "میلیثانیه",
|
||||
"ms-team-plural": "تیمهای MS",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} با موفقیت ذخیره شد.",
|
||||
"entity-size-in-between": "اندازه {{entity}} باید بین {{min}} و {{max}} باشد.",
|
||||
"entity-size-must-be-between-2-and-64": "اندازه {{entity}} باید بین 2 تا 64 کاراکتر باشد.",
|
||||
"entity-transfer-confirmation-message": "Para continuar, confirme que compreende que o estado de <0>{{from}}</0> será alterado para",
|
||||
"entity-transfer-message": "برای انتقال <0>{{from}}</0> {{entity}} به <0>{{to}}</0> {{entity}}، روی تأیید کلیک کنید.",
|
||||
"enum-property-update-message": "به روز رسانی مقادیر enum شروع شد. پس از اتمام به شما اطلاع داده خواهد شد.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Consultas mais caras",
|
||||
"most-recent-session": "Sessão Mais Recente",
|
||||
"most-used-data-assets": "Ativos de Dados Mais Utilizados",
|
||||
"move": "Mover",
|
||||
"move-the-entity": "Mover a {{entity}}",
|
||||
"ms": "Milissegundos",
|
||||
"ms-team-plural": "MS Teams",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} salvo com sucesso",
|
||||
"entity-size-in-between": "O tamanho de {{entity}} deve ser entre {{min}} e {{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "O tamanho de {{entity}} deve ser entre 2 e 64",
|
||||
"entity-transfer-confirmation-message": "Para continuar, confirme que compreende que o estado de <0>{{from}}</0> será alterado para",
|
||||
"entity-transfer-message": "Clique em Confirmar se deseja mover <0>{{from}}</0> {{entity}} para <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "A atualização dos valores enum começou. Você será notificado quando estiver concluída.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Consultas mais caras",
|
||||
"most-recent-session": "Sessão Mais Recente",
|
||||
"most-used-data-assets": "Ativos de Dados Mais Utilizados",
|
||||
"move": "Mover",
|
||||
"move-the-entity": "Mover a {{entity}}",
|
||||
"ms": "Milissegundos",
|
||||
"ms-team-plural": "MS Teams",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} salvo com sucesso",
|
||||
"entity-size-in-between": "O tamanho de {{entity}} deve ser entre {{min}} e {{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "O tamanho de {{entity}} deve ser entre 2 e 64",
|
||||
"entity-transfer-confirmation-message": "Para continuar, confirme que compreende que o estado de <0>{{from}}</0> será alterado para",
|
||||
"entity-transfer-message": "Clique em Confirmar se deseja mover <0>{{from}}</0> {{entity}} para <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "A atualização dos valores enum começou. Será notificado quando estiver concluída.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "Самые дорогие запросы",
|
||||
"most-recent-session": "Последний сеанс",
|
||||
"most-used-data-assets": "Самые используемые данные",
|
||||
"move": "Переместить",
|
||||
"move-the-entity": "Переместите {{entity}}",
|
||||
"ms": "Milliseconds",
|
||||
"ms-team-plural": "MS Команды",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} saved successfully",
|
||||
"entity-size-in-between": "Размер {{entity}} должен быть между {{min}} и {{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "Размер {{entity}} должен быть от 2 до 64",
|
||||
"entity-transfer-confirmation-message": "Чтобы продолжить, подтвердите, что вы понимаете: статус <0>{{from}}</0> изменится на",
|
||||
"entity-transfer-message": "Нажмите «Подтвердить», если вы хотите переместить <0>{{from}}</0> {{entity}} в <0>{{to}}</0> {{entity}}.",
|
||||
"enum-property-update-message": "Началось обновление значений перечисления. Вы получите уведомление после завершения.",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "คำสั่งที่มีค่าสูงสุด",
|
||||
"most-recent-session": "เซสชันล่าสุด",
|
||||
"most-used-data-assets": "ข้อมูลที่ใช้งานมากที่สุด",
|
||||
"move": "ย้าย",
|
||||
"move-the-entity": "ย้าย {{entity}}",
|
||||
"ms": "มิลลิวินาที",
|
||||
"ms-team-plural": "MS Teams",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}} ถูกบันทึกสำเร็จ",
|
||||
"entity-size-in-between": "ขนาดของ {{entity}} ต้องอยู่ระหว่าง {{min}} และ {{max}}",
|
||||
"entity-size-must-be-between-2-and-64": "ขนาดของ {{entity}} ต้องอยู่ระหว่าง 2 และ 64",
|
||||
"entity-transfer-confirmation-message": "เพื่อดำเนินการต่อ โปรดยืนยันว่าคุณเข้าใจว่าสถานะของ <0>{{from}}</0> จะเปลี่ยนเป็น",
|
||||
"entity-transfer-message": "คลิกที่ยืนยันหากคุณต้องการย้าย <0>{{from}}</0> {{entity}} ไปยัง <0>{{to}}</0> {{entity}}",
|
||||
"enum-property-update-message": "การอัปเดตค่า enum เริ่มต้นแล้ว คุณจะได้รับแจ้งเมื่อเสร็จสิ้น",
|
||||
"enum-with-description-update-note": "การอัปเดตคีย์ค่าที่มีอยู่ไม่อนุญาต; สามารถปรับแต่งได้เพียงคำอธิบายเท่านั้น อย่างไรก็ตาม การเพิ่มค่าผลใหม่เป็นสิ่งที่อนุญาต",
|
||||
|
@ -860,6 +860,7 @@
|
||||
"most-expensive-query-plural": "最昂贵的查询",
|
||||
"most-recent-session": "最近的会话",
|
||||
"most-used-data-assets": "最常用的数据资产",
|
||||
"move": "移动",
|
||||
"move-the-entity": "移动{{entity}}",
|
||||
"ms": "毫秒",
|
||||
"ms-team-plural": "MS Teams",
|
||||
@ -1724,6 +1725,7 @@
|
||||
"entity-saved-successfully": "{{entity}}保存成功",
|
||||
"entity-size-in-between": "{{entity}}大小须介于{{min}}和{{max}}之间",
|
||||
"entity-size-must-be-between-2-and-64": "{{entity}}大小必须介于2和64之间",
|
||||
"entity-transfer-confirmation-message": "若要继续,请确认您了解 <0>{{from}}</0> 的状态将更改为",
|
||||
"entity-transfer-message": "如果您想将<0>{{from}}</0> {{entity}} 移动到<0>{{to}}</0> {{entity}}中, 请单击确认",
|
||||
"enum-property-update-message": "枚举值更新已开始。完成后您将收到通知。",
|
||||
"enum-with-description-update-note": "Updating existing value keys is not allowed; only the description can be edited. However, adding new values is allowed.",
|
||||
|
@ -515,8 +515,7 @@ const GlossaryPage = () => {
|
||||
<ResizablePanels
|
||||
className="content-height-with-resizable-panel"
|
||||
firstPanel={{
|
||||
className:
|
||||
'content-resizable-panel-container' + (previewAsset ? '' : ''),
|
||||
className: 'content-resizable-panel-container',
|
||||
children: glossaryElement,
|
||||
minWidth: 700,
|
||||
flex: 0.7,
|
||||
|
@ -21,6 +21,7 @@
|
||||
.ant-card-head {
|
||||
.ant-card-head-wrapper {
|
||||
padding: 0;
|
||||
|
||||
.ant-card-head-title {
|
||||
padding: 10px 0;
|
||||
}
|
||||
@ -31,17 +32,23 @@
|
||||
.m-r-1 {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.p-lr-3 {
|
||||
padding-left: 0.75rem;
|
||||
padding-right: 0.75rem;
|
||||
}
|
||||
|
||||
.left-panel-card {
|
||||
border-radius: @border-radius-sm;
|
||||
|
||||
.header {
|
||||
padding: 0.5rem 0.75rem;
|
||||
}
|
||||
|
||||
.ant-card-body {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.ant-card-head {
|
||||
border-bottom: none;
|
||||
margin-bottom: 0.5rem;
|
||||
@ -72,11 +79,13 @@
|
||||
|
||||
.term-reference-tag {
|
||||
height: 24px;
|
||||
|
||||
.ant-tag-close-icon {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
color: @primary-color;
|
||||
}
|
||||
|
||||
span {
|
||||
white-space: nowrap;
|
||||
max-width: 150px;
|
||||
@ -92,10 +101,12 @@
|
||||
height: @glossary-term-page-height;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.description-heading {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.activity-feed-tab {
|
||||
.center-container,
|
||||
.right-container {
|
||||
@ -108,6 +119,7 @@
|
||||
|
||||
.tag-button-container {
|
||||
height: 24px;
|
||||
|
||||
span {
|
||||
white-space: nowrap;
|
||||
max-width: 150px;
|
||||
@ -125,6 +137,7 @@
|
||||
margin-top: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.tags-component-container {
|
||||
margin-top: 8px;
|
||||
}
|
||||
@ -149,6 +162,7 @@
|
||||
.ant-form-item {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.form-item-horizontal {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|