@inceptionbg/iui 2.0.29 → 2.0.31
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/NoAccessPage-BHCAfL2g.js +2 -0
- package/dist/{NoAccessPage-DTPU8bP2.js.map → NoAccessPage-BHCAfL2g.js.map} +1 -1
- package/dist/NotFoundPage-BD3WL_BG.js +2 -0
- package/dist/{NotFoundPage-PZunMooy.js.map → NotFoundPage-BD3WL_BG.js.map} +1 -1
- package/dist/index.d.ts +16 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/iui.css +1 -1
- package/package.json +8 -12
- package/rollup.config.js +5 -29
- package/src/components/Accordions/Accordions.tsx +1 -2
- package/src/components/Dashboard/DashboardWidget.tsx +1 -1
- package/src/components/Dashboard/FastLinksWidget/FastLinksWidget.tsx +1 -2
- package/src/components/Dialog/Dialog.tsx +20 -11
- package/src/components/Header/Components/Notifications.tsx +5 -3
- package/src/components/Inputs/DateInput/DateInput.tsx +1 -1
- package/src/components/Inputs/InputWrapper.tsx +1 -1
- package/src/components/Inputs/PasswordInput.tsx +1 -2
- package/src/components/Inputs/SearchInput.tsx +1 -1
- package/src/components/Inputs/Selects/components/CustomSelectComponents.tsx +1 -1
- package/src/components/Pullover/Pullover.tsx +1 -1
- package/src/components/Sidebar/SidebarItem.tsx +1 -1
- package/src/components/Table/components/columns/TableColumnsEdit.tsx +1 -1
- package/src/components/Table/components/edit/TableEditRow.tsx +1 -1
- package/src/components/Table/components/filters/TableFilters.tsx +1 -1
- package/src/components/Table/components/items/TableItemActions.tsx +1 -1
- package/src/components/Table/components/print/TablePrint.tsx +1 -1
- package/src/components/Table/components/select/TableSelect.tsx +1 -1
- package/src/components/Table/components/sort/TableSort.tsx +5 -3
- package/src/components/Table/components/templates/TableTemplates.tsx +1 -1
- package/src/components/Table/components/templates/TemplatesPullover.tsx +1 -1
- package/src/components/Tree/TreeItem.tsx +1 -1
- package/src/components/Wrappers/PageLayout.tsx +1 -2
- package/src/hooks/useLocalPopoverControl.ts +53 -19
- package/src/styles/components/_button.scss +1 -1
- package/src/styles/components/_inputCheckbox.scss +0 -57
- package/dist/NoAccessPage-DTPU8bP2.js +0 -2
- package/dist/NotFoundPage-PZunMooy.js +0 -2
- package/dist/icons/index.d.ts +0 -55
- package/dist/icons/index.js +0 -1
- package/src/assets/icons/index.ts +0 -26
- package/src/assets/icons/light/faArrowDownShortWide.ts +0 -15
- package/src/assets/icons/light/faArrowDownWideShort.ts +0 -15
- package/src/assets/icons/light/faArrowLeft.ts +0 -15
- package/src/assets/icons/light/faArrowRight.ts +0 -15
- package/src/assets/icons/light/faArrowUpArrowDown.ts +0 -15
- package/src/assets/icons/light/faArrowUpRightFromSquare.ts +0 -15
- package/src/assets/icons/light/faArrowsToLine.ts +0 -15
- package/src/assets/icons/light/faArrowsUpDown.ts +0 -15
- package/src/assets/icons/light/faBell.ts +0 -15
- package/src/assets/icons/light/faBookmark.ts +0 -15
- package/src/assets/icons/light/faBookmarkSlash.ts +0 -15
- package/src/assets/icons/light/faCalendarPlus.ts +0 -15
- package/src/assets/icons/light/faCheck.ts +0 -15
- package/src/assets/icons/light/faChevronDown.ts +0 -15
- package/src/assets/icons/light/faChevronRight.ts +0 -15
- package/src/assets/icons/light/faCircleCheck.ts +0 -15
- package/src/assets/icons/light/faCircleInfo.ts +0 -15
- package/src/assets/icons/light/faCircleXmark.ts +0 -15
- package/src/assets/icons/light/faClipboardCheck.ts +0 -15
- package/src/assets/icons/light/faClockRotateLeft.ts +0 -15
- package/src/assets/icons/light/faEllipsisVertical.ts +0 -15
- package/src/assets/icons/light/faEnvelope.ts +0 -15
- package/src/assets/icons/light/faEye.ts +0 -15
- package/src/assets/icons/light/faEyeSlash.ts +0 -15
- package/src/assets/icons/light/faFilter.ts +0 -15
- package/src/assets/icons/light/faGear.ts +0 -15
- package/src/assets/icons/light/faHouse.ts +0 -15
- package/src/assets/icons/light/faIdBadge.ts +0 -15
- package/src/assets/icons/light/faLineColumns.ts +0 -15
- package/src/assets/icons/light/faLink.ts +0 -15
- package/src/assets/icons/light/faMagnifyingGlass.ts +0 -15
- package/src/assets/icons/light/faPen.ts +0 -15
- package/src/assets/icons/light/faPrint.ts +0 -15
- package/src/assets/icons/light/faQuestion.ts +0 -15
- package/src/assets/icons/light/faRotateRight.ts +0 -15
- package/src/assets/icons/light/faTrashCan.ts +0 -15
- package/src/assets/icons/light/faTriangleExclamation.ts +0 -15
- package/src/assets/icons/light/faXmark.ts +0 -15
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'magnifying-glass';
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f002';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M507.3 484.7l-141.5-141.5C397 306.8 415.1 259.7 415.1 208c0-114.9-93.13-208-208-208S-.0002 93.13-.0002 208S93.12 416 207.1 416c51.68 0 98.85-18.96 135.2-50.15l141.5 141.5C487.8 510.4 491.9 512 496 512s8.188-1.562 11.31-4.688C513.6 501.1 513.6 490.9 507.3 484.7zM208 384C110.1 384 32 305 32 208S110.1 32 208 32S384 110.1 384 208S305 384 208 384z';
|
|
10
|
-
|
|
11
|
-
export const faMagnifyingGlass: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'pen';
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f304';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M493.2 56.26l-37.51-37.51C443.2 6.252 426.8 0 410.5 0c-16.38 0-32.76 6.25-45.26 18.75L45.11 338.9c-8.568 8.566-14.53 19.39-17.18 31.21l-27.61 122.8C-1.7 502.1 6.158 512 15.95 512c1.047 0 2.116-.1034 3.198-.3202c0 0 84.61-17.95 122.8-26.93c11.54-2.717 21.87-8.523 30.25-16.9l321.2-321.2C518.3 121.7 518.2 81.26 493.2 56.26zM149.5 445.2c-4.219 4.219-9.252 7.039-14.96 8.383c-24.68 5.811-69.64 15.55-97.46 21.52l22.04-98.01c1.332-5.918 4.303-11.31 8.594-15.6l247.6-247.6l82.76 82.76L149.5 445.2zM470.7 124l-50.03 50.02l-82.76-82.76l49.93-49.93C393.9 35.33 401.9 32 410.5 32s16.58 3.33 22.63 9.375l37.51 37.51C483.1 91.37 483.1 111.6 470.7 124z';
|
|
10
|
-
|
|
11
|
-
export const faPen: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'print';
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f02f';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M416 320H96c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-128C448 334.3 433.7 320 416 320zM416 480H96v-128h320V480zM448 192V70.63C448 62.14 444.6 54 438.6 48l-38.63-38.63C393.1 3.37 385.9 0 377.4 0H128C92.65 0 64 28.65 64 64v128C28.7 192 0 220.7 0 256v112C0 376.8 7.156 384 16 384S32 376.8 32 368V256c0-17.67 14.33-32 32-32h384c17.67 0 32 14.33 32 32v112c0 8.844 7.156 16 16 16s16-7.156 16-16V256C512 220.7 483.3 192 448 192zM416 192H96V64c0-17.67 14.33-32 32-32h249.4L416 70.63V192zM432 248c-13.25 0-24 10.74-24 24c0 13.25 10.75 24 24 24s24-10.75 24-24C456 258.7 445.3 248 432 248z';
|
|
10
|
-
|
|
11
|
-
export const faPrint: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'question';
|
|
5
|
-
const width = 320;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = '3f';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M213.1 32H106.7C47.84 32 0 79.84 0 138.7V160c0 8.844 7.156 16 16 16S32 168.9 32 160V138.7C32 97.48 65.5 64 106.7 64h106.5C254.4 64 288 97.58 288 138.9c0 27-14.62 52-38.16 65.25L152.5 258.9C137.4 267.4 128 283.4 128 300.7V336c0 8.844 7.156 16.01 16 16.01S160 344.8 160 336V300.7c0-5.766 3.125-11.11 8.156-13.95l97.38-54.78C299.1 213.1 320 177.4 320 138.9C320 79.94 272.1 32 213.1 32zM144 400c-17.67 0-32 14.32-32 31.99s14.33 32 32 32s32-14.33 32-32S161.7 400 144 400z';
|
|
10
|
-
|
|
11
|
-
export const faQuestion: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'rotate-right';
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f2f9';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M32.05 256.1c0 123.5 100.4 223.9 223.9 223.9c104.4 0 180-76.8 180-95.94c0-9.377-7.705-16.03-15.98-16.03C399.5 367.1 369.3 448 256 448c-105.9 0-192-86.13-192-192s86.13-192 192-192c75.11 0 123.1 44.4 124.2 45.15l-55.54 55.54c-3.055 3.055-4.681 7.16-4.681 11.33C320 184.9 327.2 192 336 192h128C472.8 192 480 184.8 480 176v-128c0-8.606-6.901-15.97-15.97-15.97c-4.171 0-8.291 1.598-11.35 4.653L402.1 87.32c-8.646-13.15-70.2-55.25-146.1-55.25C132.4 32.07 32.05 132.6 32.05 256.1zM374.6 160L448 86.63V160H374.6z';
|
|
10
|
-
|
|
11
|
-
export const faRotateRight: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'trash-can';
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f2ed';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M432 64h-96l-33.63-44.75C293.4 7.125 279.1 0 264 0h-80C168.9 0 154.6 7.125 145.6 19.25L112 64h-96C7.201 64 0 71.2 0 80c0 8.799 7.201 16 16 16h416c8.801 0 16-7.201 16-16C448 71.2 440.8 64 432 64zM152 64l19.25-25.62C174.3 34.38 179 32 184 32h80c5 0 9.75 2.375 12.75 6.375L296 64H152zM400 128C391.2 128 384 135.2 384 144v288c0 26.47-21.53 48-48 48h-224C85.53 480 64 458.5 64 432v-288C64 135.2 56.84 128 48 128S32 135.2 32 144v288C32 476.1 67.89 512 112 512h224c44.11 0 80-35.89 80-80v-288C416 135.2 408.8 128 400 128zM144 416V192c0-8.844-7.156-16-16-16S112 183.2 112 192v224c0 8.844 7.156 16 16 16S144 424.8 144 416zM240 416V192c0-8.844-7.156-16-16-16S208 183.2 208 192v224c0 8.844 7.156 16 16 16S240 424.8 240 416zM336 416V192c0-8.844-7.156-16-16-16S304 183.2 304 192v224c0 8.844 7.156 16 16 16S336 424.8 336 416z';
|
|
10
|
-
|
|
11
|
-
export const faTrashCan: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'triangle-exclamation';
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f071';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M256 360c-13.25 0-23.1 10.74-23.1 24c0 13.25 10.75 24 23.1 24c13.25 0 23.1-10.75 23.1-24C280 370.7 269.3 360 256 360zM256 320c8.843 0 15.1-7.156 15.1-16V160c0-8.844-7.155-16-15.1-16S240 151.2 240 160v144C240 312.8 247.2 320 256 320zM504.3 397.3L304.5 59.38C294.4 42.27 276.2 32.03 256 32C235.8 32 217.7 42.22 207.5 59.36l-199.9 338c-10.05 16.97-10.2 37.34-.4218 54.5C17.29 469.5 35.55 480 56.1 480h399.9c20.51 0 38.75-10.53 48.81-28.17C514.6 434.7 514.4 414.3 504.3 397.3zM476.1 435.1C472.7 443.5 464.8 448 455.1 448H56.1c-8.906 0-16.78-4.484-21.08-12c-4.078-7.156-4.015-15.3 .1562-22.36L235.1 75.66C239.4 68.36 247.2 64 256 64c0 0-.0156 0 0 0c8.765 .0156 16.56 4.359 20.86 11.64l199.9 338C480.1 420.7 481.1 428.8 476.1 435.1z';
|
|
10
|
-
|
|
11
|
-
export const faTriangleExclamation: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'xmark';
|
|
5
|
-
const width = 320;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f00d';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M315.3 411.3c-6.253 6.253-16.37 6.253-22.63 0L160 278.6l-132.7 132.7c-6.253 6.253-16.37 6.253-22.63 0c-6.253-6.253-6.253-16.37 0-22.63L137.4 256L4.69 123.3c-6.253-6.253-6.253-16.37 0-22.63c6.253-6.253 16.37-6.253 22.63 0L160 233.4l132.7-132.7c6.253-6.253 16.37-6.253 22.63 0c6.253 6.253 6.253 16.37 0 22.63L182.6 256l132.7 132.7C321.6 394.9 321.6 405.1 315.3 411.3z';
|
|
10
|
-
|
|
11
|
-
export const faXmark: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|