aril 0.0.65 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -48
- package/boot/config/apps/src/apps.service.d.ts +0 -1
- package/boot/config/apps/src/interfaces.d.ts +2 -1
- package/esm2022/boot/config/apps/src/apps.service.mjs +14 -8
- package/esm2022/boot/config/apps/src/interfaces.mjs +1 -2
- package/esm2022/boot/index.mjs +1 -1
- package/esm2022/boot/mfe/index.mjs +1 -1
- package/esm2022/boot/mfe/src/app.component.mjs +8 -1
- package/esm2022/boot/mfe/src/loadStyles.mjs +11 -2
- package/esm2022/http/lib/enums.mjs +2 -1
- package/esm2022/http/lib/interfaces.mjs +1 -1
- package/esm2022/http/src/httpClient.mjs +1 -1
- package/esm2022/http/src/serviceBase.mjs +7 -1
- package/esm2022/http/src/serviceStateMethods.mjs +22 -17
- package/esm2022/i18n/index.mjs +1 -1
- package/esm2022/i18n/src/folder-name-token.mjs +1 -1
- package/esm2022/i18n/src/i18n.module.mjs +1 -1
- package/esm2022/i18n/src/loader.mjs +1 -1
- package/esm2022/i18n/src/provideI18n.mjs +1 -1
- package/esm2022/i18n/src/provideScope.mjs +1 -1
- package/esm2022/keycloak/index.mjs +1 -1
- package/esm2022/keycloak/src/auth.guard.mjs +1 -1
- package/esm2022/keycloak/src/keycloak.manager.mjs +11 -8
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/theme/index.mjs +1 -1
- package/esm2022/theme/layout/app/config/app.config.component.mjs +3 -3
- package/esm2022/theme/layout/app/layout/app.layout.component.mjs +5 -4
- package/esm2022/theme/layout/app/layout/mfe.layout.component.mjs +9 -13
- package/esm2022/theme/layout/app/menu/app.menu.component.mjs +26 -13
- package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +1 -2
- package/esm2022/theme/layout/app/sidebar/app.sidebar.component.mjs +1 -1
- package/esm2022/theme/layout/service/app.layout.service.mjs +3 -2
- package/esm2022/theme/layout/service/app.menu.service.mjs +14 -3
- package/esm2022/theme/layout/service/menuchangeevent.mjs +1 -1
- package/esm2022/ui/badge/index.mjs +1 -1
- package/esm2022/ui/badge/src/badge.component.mjs +3 -3
- package/esm2022/ui/button/index.mjs +1 -1
- package/esm2022/ui/button/src/split-button.component.mjs +3 -3
- package/esm2022/ui/calendar/index.mjs +1 -1
- package/esm2022/ui/calendar/src/calendar.component.mjs +2 -2
- package/esm2022/ui/checkbox/index.mjs +1 -1
- package/esm2022/ui/checkbox/src/check-box.component.mjs +3 -3
- package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +3 -3
- package/esm2022/ui/dxField/index.mjs +1 -1
- package/esm2022/ui/field/index.mjs +1 -1
- package/esm2022/ui/fileUpload/index.mjs +1 -1
- package/esm2022/ui/fileUpload/src/file-upload.component.mjs +7 -3
- package/esm2022/ui/form/index.mjs +1 -1
- package/esm2022/ui/form/src/form-submit-button.component.mjs +3 -3
- package/esm2022/ui/form/src/form.component.mjs +1 -1
- package/esm2022/ui/index.mjs +1 -1
- package/esm2022/ui/lib/index.mjs +1 -1
- package/esm2022/ui/lib/src/form/form-error-message.component.mjs +9 -9
- package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +1 -1
- package/esm2022/ui/lib/src/form/form-field-builder.mjs +1 -1
- package/esm2022/ui/lib/src/form/form-validation.mjs +1 -1
- package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +1 -1
- package/esm2022/ui/lib/src/input/baseInput.mjs +1 -1
- package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +1 -1
- package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-transforms.mjs +1 -1
- package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +1 -1
- package/esm2022/ui/mask/index.mjs +1 -1
- package/esm2022/ui/mask/src/mask.component.mjs +3 -3
- package/esm2022/ui/number/index.mjs +1 -1
- package/esm2022/ui/number/src/number.component.mjs +3 -3
- package/esm2022/ui/overlayPanel/index.mjs +1 -1
- package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +3 -3
- package/esm2022/ui/panel/index.mjs +1 -1
- package/esm2022/ui/panel/src/panel.component.mjs +1 -1
- package/esm2022/ui/password/index.mjs +1 -1
- package/esm2022/ui/password/src/password.component.mjs +3 -3
- package/esm2022/ui/radioButton/index.mjs +1 -1
- package/esm2022/ui/radioButton/src/radio-button.component.mjs +3 -3
- package/esm2022/ui/selectBox/index.mjs +1 -1
- package/esm2022/ui/switch/index.mjs +1 -1
- package/esm2022/ui/switch/src/switch.component.mjs +3 -3
- package/esm2022/ui/table/src/i18n.mjs +1 -1
- package/esm2022/ui/tagBox/index.mjs +1 -1
- package/esm2022/ui/tagBox/src/tag-box.component.mjs +3 -3
- package/esm2022/ui/text/index.mjs +1 -1
- package/esm2022/ui/text/src/text.component.mjs +3 -3
- package/esm2022/ui/textArea/index.mjs +1 -1
- package/esm2022/ui/textArea/src/text-area.component.mjs +3 -3
- package/esm2022/ui/tree/index.mjs +1 -1
- package/esm2022/ui/tree/src/tree.component.mjs +3 -3
- package/esm2022/ui/treeTable/index.mjs +1 -1
- package/esm2022/ui/treeTable/src/tree-table.component.mjs +3 -3
- package/esm2022/ui/value/index.mjs +1 -1
- package/esm2022/util/block/index.mjs +1 -1
- package/esm2022/util/custom_pages/index.mjs +1 -1
- package/esm2022/util/index.mjs +1 -1
- package/esm2022/util/init-event/index.mjs +1 -1
- package/esm2022/util/init-event/src/init-event.directive.mjs +1 -1
- package/esm2022/util/lib/index.mjs +1 -1
- package/esm2022/util/lib/src/interfaces.mjs +1 -1
- package/esm2022/util/lib/src/module-router.mjs +1 -1
- package/esm2022/util/lib/src/types.mjs +1 -1
- package/esm2022/util/loaders/index.mjs +1 -1
- package/esm2022/util/loaders/script/script.loader.service.mjs +1 -1
- package/esm2022/util/loaders/style/style.loader.service.mjs +1 -1
- package/esm2022/util/primitive-extensions/index.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/boolean.extensions.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/date.extensions.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/number.extensions.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/string.extensions.mjs +1 -1
- package/esm2022/util/pub-sub/index.mjs +1 -1
- package/esm2022/util/unwrap/aril-util-unwrap.mjs +5 -0
- package/esm2022/util/unwrap/index.mjs +2 -0
- package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +24 -0
- package/fesm2022/{aril-app.component-c363Er6g.mjs → aril-app.component-dmR7mr2v.mjs} +8 -1
- package/fesm2022/aril-app.component-dmR7mr2v.mjs.map +1 -0
- package/fesm2022/aril-boot-config-apps.mjs +13 -8
- package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
- package/fesm2022/{aril-boot-mfe-app.component-WWRmTfs5.mjs → aril-boot-mfe-app.component-56mRBcx9.mjs} +10 -2
- package/fesm2022/aril-boot-mfe-app.component-56mRBcx9.mjs.map +1 -0
- package/fesm2022/{aril-boot-mfe-aril-boot-mfe-PwAGdNZE.mjs → aril-boot-mfe-aril-boot-mfe-oBeQubOm.mjs} +12 -3
- package/fesm2022/aril-boot-mfe-aril-boot-mfe-oBeQubOm.mjs.map +1 -0
- package/fesm2022/aril-boot-mfe.mjs +2 -1
- package/fesm2022/aril-boot-mfe.mjs.map +1 -1
- package/fesm2022/aril-boot.mjs.map +1 -1
- package/fesm2022/aril-http.mjs +28 -16
- package/fesm2022/aril-http.mjs.map +1 -1
- package/fesm2022/aril-i18n.mjs.map +1 -1
- package/fesm2022/aril-keycloak.mjs +10 -8
- package/fesm2022/aril-keycloak.mjs.map +1 -1
- package/fesm2022/aril-theme-layout.mjs +54 -33
- package/fesm2022/aril-theme-layout.mjs.map +1 -1
- package/fesm2022/aril-theme.mjs.map +1 -1
- package/fesm2022/aril-ui-badge.mjs +2 -2
- package/fesm2022/aril-ui-badge.mjs.map +1 -1
- package/fesm2022/aril-ui-button.mjs +2 -2
- package/fesm2022/aril-ui-button.mjs.map +1 -1
- package/fesm2022/aril-ui-calendar.mjs +1 -1
- package/fesm2022/aril-ui-calendar.mjs.map +1 -1
- package/fesm2022/aril-ui-checkbox.mjs +4 -4
- package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
- package/fesm2022/aril-ui-fileUpload.mjs +6 -2
- package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
- package/fesm2022/aril-ui-form.mjs +2 -2
- package/fesm2022/aril-ui-form.mjs.map +1 -1
- package/fesm2022/aril-ui-lib.mjs +8 -8
- package/fesm2022/aril-ui-lib.mjs.map +1 -1
- package/fesm2022/aril-ui-mask.mjs +2 -2
- package/fesm2022/aril-ui-mask.mjs.map +1 -1
- package/fesm2022/aril-ui-number.mjs +2 -2
- package/fesm2022/aril-ui-number.mjs.map +1 -1
- package/fesm2022/aril-ui-overlayPanel.mjs +2 -2
- package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
- package/fesm2022/aril-ui-panel.mjs.map +1 -1
- package/fesm2022/aril-ui-password.mjs +2 -2
- package/fesm2022/aril-ui-password.mjs.map +1 -1
- package/fesm2022/aril-ui-radioButton.mjs +2 -2
- package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
- package/fesm2022/aril-ui-switch.mjs +2 -2
- package/fesm2022/aril-ui-switch.mjs.map +1 -1
- package/fesm2022/aril-ui-table.mjs.map +1 -1
- package/fesm2022/aril-ui-tagBox.mjs +2 -2
- package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
- package/fesm2022/aril-ui-text.mjs +2 -2
- package/fesm2022/aril-ui-text.mjs.map +1 -1
- package/fesm2022/aril-ui-textArea.mjs +2 -2
- package/fesm2022/aril-ui-textArea.mjs.map +1 -1
- package/fesm2022/aril-ui-tree.mjs +2 -2
- package/fesm2022/aril-ui-tree.mjs.map +1 -1
- package/fesm2022/aril-ui-treeTable.mjs +2 -2
- package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
- package/fesm2022/aril-ui.mjs.map +1 -1
- package/fesm2022/aril-util-init-event.mjs.map +1 -1
- package/fesm2022/aril-util-lib.mjs.map +1 -1
- package/fesm2022/aril-util-loaders.mjs.map +1 -1
- package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
- package/fesm2022/aril-util-unwrap.mjs +31 -0
- package/fesm2022/aril-util-unwrap.mjs.map +1 -0
- package/fesm2022/aril-util.mjs.map +1 -1
- package/fesm2022/aril.mjs +11 -3
- package/fesm2022/aril.mjs.map +1 -1
- package/http/lib/enums.d.ts +1 -0
- package/http/lib/interfaces.d.ts +5 -0
- package/keycloak/src/keycloak.manager.d.ts +3 -1
- package/package.json +125 -119
- package/styles/ui/ui.common.scss +24 -24
- package/theme/index.ts +1 -1
- package/theme/layout/app/config/app.config.component.html +142 -142
- package/theme/layout/app/config/app.config.component.ts +143 -143
- package/theme/layout/app/layout/app.layout.component.html +1 -1
- package/theme/layout/app/layout/app.layout.component.ts +172 -172
- package/theme/layout/app/layout/mfe.layout.component.d.ts +2 -3
- package/theme/layout/app/layout/mfe.layout.component.ts +8 -13
- package/theme/layout/app/menu/app.menu.component.d.ts +4 -3
- package/theme/layout/app/menu/app.menu.component.html +1 -1
- package/theme/layout/app/menu/app.menu.component.ts +19 -15
- package/theme/layout/app/menu/app.sub.menu.component.html +7 -13
- package/theme/layout/app/profileSidebar/app.profilesidebar.component.d.ts +1 -1
- package/theme/layout/app/profileSidebar/app.profilesidebar.component.ts +3 -3
- package/theme/layout/app/sidebar/app.sidebar.component.ts +44 -44
- package/theme/layout/ng-package.json +6 -6
- package/theme/layout/service/app.layout.service.d.ts +1 -0
- package/theme/layout/service/app.layout.service.ts +3 -1
- package/theme/layout/service/app.menu.service.d.ts +1 -0
- package/theme/layout/service/app.menu.service.ts +15 -2
- package/theme/layout/service/menuchangeevent.ts +4 -4
- package/theme/ng-package.json +6 -6
- package/theme/styles/layout/_animation.scss +53 -53
- package/theme/styles/layout/_breadcrumb.scss +21 -21
- package/theme/styles/layout/_config.scss +42 -42
- package/theme/styles/layout/_content.scss +3 -3
- package/theme/styles/layout/_fonts.scss +40 -40
- package/theme/styles/layout/_layout_dark.scss +5 -5
- package/theme/styles/layout/_layout_dim.scss +5 -5
- package/theme/styles/layout/_layout_light.scss +5 -5
- package/theme/styles/layout/_main.scss +28 -28
- package/theme/styles/layout/_profile.scss +10 -10
- package/theme/styles/layout/_responsive.scss +111 -111
- package/theme/styles/layout/_sidebar_drawer.scss +234 -234
- package/theme/styles/layout/_sidebar_horizontal.scss +163 -163
- package/theme/styles/layout/_sidebar_reveal.scss +201 -201
- package/theme/styles/layout/_sidebar_slim.scss +144 -144
- package/theme/styles/layout/_sidebar_slim_plus.scss +2 -2
- package/theme/styles/layout/_sidebar_vertical.scss +153 -153
- package/theme/styles/layout/_typography.scss +68 -68
- package/theme/styles/layout/_utils.scss +24 -24
- package/theme/styles/layout/layout.scss +24 -24
- package/theme/styles/layout/menutheme/_colorscheme.scss +11 -11
- package/theme/styles/layout/menutheme/_menutheme.scss +3 -3
- package/theme/styles/layout/menutheme/_transparent.scss +26 -26
- package/theme/styles/layout/preloading.scss +84 -84
- package/theme/styles/theme/base/_colors.scss +17 -17
- package/theme/styles/theme/base/_common.scss +76 -76
- package/theme/styles/theme/base/_components.scss +106 -106
- package/theme/styles/theme/base/_mixins.scss +337 -337
- package/theme/styles/theme/base/components/button/_button.scss +576 -576
- package/theme/styles/theme/base/components/button/_speeddial.scss +96 -96
- package/theme/styles/theme/base/components/button/_splitbutton.scss +348 -348
- package/theme/styles/theme/base/components/data/_carousel.scss +37 -37
- package/theme/styles/theme/base/components/data/_datatable.scss +338 -338
- package/theme/styles/theme/base/components/data/_dataview.scss +46 -46
- package/theme/styles/theme/base/components/data/_filter.scss +137 -137
- package/theme/styles/theme/base/components/data/_orderlist.scss +114 -114
- package/theme/styles/theme/base/components/data/_organizationchart.scss +50 -50
- package/theme/styles/theme/base/components/data/_paginator.scss +92 -92
- package/theme/styles/theme/base/components/data/_picklist.scss +114 -114
- package/theme/styles/theme/base/components/data/_timeline.scss +35 -35
- package/theme/styles/theme/base/components/data/_tree.scss +150 -150
- package/theme/styles/theme/base/components/data/_treetable.scss +255 -255
- package/theme/styles/theme/base/components/data/_virtualscroller.scss +28 -28
- package/theme/styles/theme/base/components/file/_fileupload.scss +64 -64
- package/theme/styles/theme/base/components/input/_autocomplete.scss +136 -136
- package/theme/styles/theme/base/components/input/_calendar.scss +267 -267
- package/theme/styles/theme/base/components/input/_cascadeselect.scss +135 -135
- package/theme/styles/theme/base/components/input/_checkbox.scss +94 -94
- package/theme/styles/theme/base/components/input/_chips.scss +65 -65
- package/theme/styles/theme/base/components/input/_colorpicker.scss +19 -19
- package/theme/styles/theme/base/components/input/_dropdown.scss +151 -151
- package/theme/styles/theme/base/components/input/_editor.scss +122 -122
- package/theme/styles/theme/base/components/input/_inputgroup.scss +75 -75
- package/theme/styles/theme/base/components/input/_inputmask.scss +16 -16
- package/theme/styles/theme/base/components/input/_inputnumber.scss +28 -28
- package/theme/styles/theme/base/components/input/_inputswitch.scss +60 -60
- package/theme/styles/theme/base/components/input/_inputtext.scss +100 -100
- package/theme/styles/theme/base/components/input/_listbox.scss +97 -97
- package/theme/styles/theme/base/components/input/_multiselect.scss +177 -177
- package/theme/styles/theme/base/components/input/_password.scss +52 -52
- package/theme/styles/theme/base/components/input/_radiobutton.scss +78 -78
- package/theme/styles/theme/base/components/input/_rating.scss +60 -60
- package/theme/styles/theme/base/components/input/_selectbutton.scss +50 -50
- package/theme/styles/theme/base/components/input/_slider.scss +75 -75
- package/theme/styles/theme/base/components/input/_togglebutton.scss +48 -48
- package/theme/styles/theme/base/components/input/_treeselect.scss +139 -139
- package/theme/styles/theme/base/components/menu/_breadcrumb.scss +42 -42
- package/theme/styles/theme/base/components/menu/_contextmenu.scss +39 -39
- package/theme/styles/theme/base/components/menu/_dock.scss +95 -95
- package/theme/styles/theme/base/components/menu/_megamenu.scss +55 -55
- package/theme/styles/theme/base/components/menu/_menu.scss +37 -37
- package/theme/styles/theme/base/components/menu/_menubar.scss +140 -140
- package/theme/styles/theme/base/components/menu/_panelmenu.scss +153 -153
- package/theme/styles/theme/base/components/menu/_slidemenu.scss +59 -59
- package/theme/styles/theme/base/components/menu/_steps.scss +56 -56
- package/theme/styles/theme/base/components/menu/_tabmenu.scss +73 -73
- package/theme/styles/theme/base/components/menu/_tieredmenu.scss +43 -43
- package/theme/styles/theme/base/components/messages/_inlinemessage.scss +69 -69
- package/theme/styles/theme/base/components/messages/_message.scss +107 -107
- package/theme/styles/theme/base/components/messages/_toast.scss +99 -99
- package/theme/styles/theme/base/components/misc/_avatar.scss +30 -30
- package/theme/styles/theme/base/components/misc/_badge.scss +48 -48
- package/theme/styles/theme/base/components/misc/_chip.scss +42 -42
- package/theme/styles/theme/base/components/misc/_inplace.scss +16 -16
- package/theme/styles/theme/base/components/misc/_progressbar.scss +17 -17
- package/theme/styles/theme/base/components/misc/_scrolltop.scss +25 -25
- package/theme/styles/theme/base/components/misc/_skeleton.scss +8 -8
- package/theme/styles/theme/base/components/misc/_tag.scss +40 -40
- package/theme/styles/theme/base/components/misc/_terminal.scss +12 -12
- package/theme/styles/theme/base/components/multimedia/_galleria.scss +155 -155
- package/theme/styles/theme/base/components/multimedia/_image.scss +49 -49
- package/theme/styles/theme/base/components/overlay/_confirmpopup.scss +70 -70
- package/theme/styles/theme/base/components/overlay/_dialog.scss +69 -69
- package/theme/styles/theme/base/components/overlay/_overlaypanel.scss +62 -62
- package/theme/styles/theme/base/components/overlay/_sidebar.scss +27 -27
- package/theme/styles/theme/base/components/overlay/_tooltip.scss +33 -33
- package/theme/styles/theme/base/components/panel/_accordion.scss +119 -119
- package/theme/styles/theme/base/components/panel/_card.scss +30 -30
- package/theme/styles/theme/base/components/panel/_divider.scss +31 -31
- package/theme/styles/theme/base/components/panel/_fieldset.scss +47 -47
- package/theme/styles/theme/base/components/panel/_scrollpanel.scss +6 -6
- package/theme/styles/theme/base/components/panel/_splitter.scss +19 -19
- package/theme/styles/theme/base/components/panel/_tabview.scss +82 -82
- package/theme/styles/theme/base/components/panel/_toolbar.scss +11 -11
- package/theme/styles/theme/dark/_extensions.scss +134 -134
- package/theme/styles/theme/dark/_variables.scss +918 -918
- package/theme/styles/theme/dark/blue/theme.scss +14 -14
- package/theme/styles/theme/dark/indigo/theme.scss +14 -14
- package/theme/styles/theme/dark/orange/theme.scss +14 -0
- package/theme/styles/theme/light/_extensions.scss +116 -116
- package/theme/styles/theme/light/blue/theme.scss +14 -14
- package/theme/styles/theme/light/indigo/theme.scss +14 -14
- package/theme/styles/theme/light/orange/theme.scss +14 -0
- package/ui/fileUpload/src/file-upload.component.d.ts +3 -1
- package/util/unwrap/index.d.ts +1 -0
- package/util/unwrap/src/unwrap-tag.directive.d.ts +9 -0
- package/fesm2022/aril-app.component-c363Er6g.mjs.map +0 -1
- package/fesm2022/aril-boot-mfe-app.component-WWRmTfs5.mjs.map +0 -1
- package/fesm2022/aril-boot-mfe-aril-boot-mfe-PwAGdNZE.mjs.map +0 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
$primaryColor: #818cf8 !default;
|
|
2
|
-
$primaryLightColor: #a5b4fc !default;
|
|
3
|
-
$primaryLighterColor: #c7d2fe !default;
|
|
4
|
-
$primaryLightestColor: rgba(129, 140, 248, 0.2) !default;
|
|
5
|
-
$primaryTextColor: #030712 !default;
|
|
6
|
-
$primary500: #6366f1 !default;
|
|
7
|
-
|
|
8
|
-
$highlightBg: rgba(129, 140, 248, 0.16) !default;
|
|
9
|
-
$highlightTextColor: rgba(255, 255, 255, 0.87) !default;
|
|
10
|
-
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
-
|
|
12
|
-
@import '../_variables';
|
|
13
|
-
@import '../../base/_components';
|
|
14
|
-
@import '../_extensions';
|
|
1
|
+
$primaryColor: #818cf8 !default;
|
|
2
|
+
$primaryLightColor: #a5b4fc !default;
|
|
3
|
+
$primaryLighterColor: #c7d2fe !default;
|
|
4
|
+
$primaryLightestColor: rgba(129, 140, 248, 0.2) !default;
|
|
5
|
+
$primaryTextColor: #030712 !default;
|
|
6
|
+
$primary500: #6366f1 !default;
|
|
7
|
+
|
|
8
|
+
$highlightBg: rgba(129, 140, 248, 0.16) !default;
|
|
9
|
+
$highlightTextColor: rgba(255, 255, 255, 0.87) !default;
|
|
10
|
+
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
+
|
|
12
|
+
@import '../_variables';
|
|
13
|
+
@import '../../base/_components';
|
|
14
|
+
@import '../_extensions';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
$primaryColor: #818cf8 !default;
|
|
2
|
-
$primaryLightColor: #a5b4fc !default;
|
|
3
|
-
$primaryLighterColor: #c7d2fe !default;
|
|
4
|
-
$primaryLightestColor: rgba(129, 140, 248, 0.2) !default;
|
|
5
|
-
$primaryTextColor: #030712 !default;
|
|
6
|
-
$primary500: #6366f1 !default;
|
|
7
|
-
|
|
8
|
-
$highlightBg: rgba(129, 140, 248, 0.16) !default;
|
|
9
|
-
$highlightTextColor: rgba(255, 255, 255, 0.87) !default;
|
|
10
|
-
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
-
|
|
12
|
-
@import '../_variables';
|
|
13
|
-
@import '../../base/_components';
|
|
14
|
-
@import '../_extensions';
|
|
1
|
+
$primaryColor: #818cf8 !default;
|
|
2
|
+
$primaryLightColor: #a5b4fc !default;
|
|
3
|
+
$primaryLighterColor: #c7d2fe !default;
|
|
4
|
+
$primaryLightestColor: rgba(129, 140, 248, 0.2) !default;
|
|
5
|
+
$primaryTextColor: #030712 !default;
|
|
6
|
+
$primary500: #6366f1 !default;
|
|
7
|
+
|
|
8
|
+
$highlightBg: rgba(129, 140, 248, 0.16) !default;
|
|
9
|
+
$highlightTextColor: rgba(255, 255, 255, 0.87) !default;
|
|
10
|
+
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
+
|
|
12
|
+
@import '../_variables';
|
|
13
|
+
@import '../../base/_components';
|
|
14
|
+
@import '../_extensions';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$primaryColor: #fcd34d !default;
|
|
2
|
+
$primaryLightColor: rgba(252, 211, 77, 0.5) !default;
|
|
3
|
+
$primaryLighterColor: scale-color($primaryColor, $lightness: -5%) !default;
|
|
4
|
+
$primaryLightestColor: scale-color($primaryColor, $lightness: -10%) !default;
|
|
5
|
+
$primaryTextColor: #030712 !default;
|
|
6
|
+
$primary500: #f59e0b !default;
|
|
7
|
+
|
|
8
|
+
$highlightBg: rgba(252, 211, 77, 0.16) !default;
|
|
9
|
+
$highlightTextColor: rgba(255, 255, 255, 0.87) !default;
|
|
10
|
+
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
+
|
|
12
|
+
@import '../_variables';
|
|
13
|
+
@import '../../base/_components';
|
|
14
|
+
@import '../_extensions';
|
|
@@ -1,116 +1,116 @@
|
|
|
1
|
-
@mixin focused-ring($ring-color) {
|
|
2
|
-
box-shadow:
|
|
3
|
-
0 0 0 2px #ffffff,
|
|
4
|
-
0 0 0 4px $ring-color,
|
|
5
|
-
0 1px 2px 0 rgba(0, 0, 0, 1);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@layer primevue {
|
|
9
|
-
.p-button-label {
|
|
10
|
-
font-weight: 500;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.p-accordion {
|
|
14
|
-
.p-accordion-header {
|
|
15
|
-
.p-accordion-header-link {
|
|
16
|
-
transition:
|
|
17
|
-
background-color $transitionDuration,
|
|
18
|
-
border-color $transitionDuration,
|
|
19
|
-
box-shadow $transitionDuration;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.p-tabview {
|
|
25
|
-
.p-tabview-nav {
|
|
26
|
-
li {
|
|
27
|
-
.p-tabview-nav-link {
|
|
28
|
-
transition:
|
|
29
|
-
background-color $transitionDuration,
|
|
30
|
-
border-color $transitionDuration,
|
|
31
|
-
box-shadow $transitionDuration;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.p-carousel {
|
|
38
|
-
.p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
39
|
-
background-color: $primaryColor;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.p-galleria {
|
|
44
|
-
.p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
45
|
-
background-color: $primaryColor;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.p-button {
|
|
50
|
-
&:focus {
|
|
51
|
-
@include focused-ring(scale-color($buttonBg, $lightness: 50%));
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
&.p-button-secondary:enabled:focus {
|
|
55
|
-
@include focused-ring(scale-color($secondaryButtonBg, $lightness: 50%));
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&.p-button-success:enabled:focus {
|
|
59
|
-
@include focused-ring(scale-color($successButtonBg, $lightness: 50%));
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
&.p-button-info:enabled:focus {
|
|
63
|
-
@include focused-ring(scale-color($infoButtonBg, $lightness: 50%));
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
&.p-button-warning:enabled:focus {
|
|
67
|
-
@include focused-ring(scale-color($warningButtonBg, $lightness: 50%));
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&.p-button-help:enabled:focus {
|
|
71
|
-
@include focused-ring(scale-color($helpButtonBg, $lightness: 50%));
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&.p-button-danger:enabled:focus {
|
|
75
|
-
@include focused-ring(scale-color($dangerButtonBg, $lightness: 50%));
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.p-datatable {
|
|
80
|
-
.p-datatable-tbody {
|
|
81
|
-
> tr {
|
|
82
|
-
&.p-datatable-dragpoint-top > td {
|
|
83
|
-
box-shadow: inset 0 2px 0 0 $primaryColor;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&.p-datatable-dragpoint-bottom > td {
|
|
87
|
-
box-shadow: inset 0 -2px 0 0 $primaryColor;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.p-speeddial-item {
|
|
94
|
-
&.p-focus > .p-speeddial-action {
|
|
95
|
-
@include focused-ring(scale-color($buttonBg, $lightness: 50%));
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.p-toast-message {
|
|
100
|
-
backdrop-filter: blur(10px);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.p-inline-message-text {
|
|
104
|
-
font-weight: 500;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.p-picklist-buttons .p-button,
|
|
108
|
-
.p-orderlist-controls .p-button {
|
|
109
|
-
transition:
|
|
110
|
-
opacity $transitionDuration,
|
|
111
|
-
background-color $transitionDuration,
|
|
112
|
-
color $transitionDuration,
|
|
113
|
-
border-color $transitionDuration,
|
|
114
|
-
box-shadow $transitionDuration;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
1
|
+
@mixin focused-ring($ring-color) {
|
|
2
|
+
box-shadow:
|
|
3
|
+
0 0 0 2px #ffffff,
|
|
4
|
+
0 0 0 4px $ring-color,
|
|
5
|
+
0 1px 2px 0 rgba(0, 0, 0, 1);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@layer primevue {
|
|
9
|
+
.p-button-label {
|
|
10
|
+
font-weight: 500;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.p-accordion {
|
|
14
|
+
.p-accordion-header {
|
|
15
|
+
.p-accordion-header-link {
|
|
16
|
+
transition:
|
|
17
|
+
background-color $transitionDuration,
|
|
18
|
+
border-color $transitionDuration,
|
|
19
|
+
box-shadow $transitionDuration;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.p-tabview {
|
|
25
|
+
.p-tabview-nav {
|
|
26
|
+
li {
|
|
27
|
+
.p-tabview-nav-link {
|
|
28
|
+
transition:
|
|
29
|
+
background-color $transitionDuration,
|
|
30
|
+
border-color $transitionDuration,
|
|
31
|
+
box-shadow $transitionDuration;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.p-carousel {
|
|
38
|
+
.p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
|
39
|
+
background-color: $primaryColor;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.p-galleria {
|
|
44
|
+
.p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
45
|
+
background-color: $primaryColor;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.p-button {
|
|
50
|
+
&:focus {
|
|
51
|
+
@include focused-ring(scale-color($buttonBg, $lightness: 50%));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.p-button-secondary:enabled:focus {
|
|
55
|
+
@include focused-ring(scale-color($secondaryButtonBg, $lightness: 50%));
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.p-button-success:enabled:focus {
|
|
59
|
+
@include focused-ring(scale-color($successButtonBg, $lightness: 50%));
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&.p-button-info:enabled:focus {
|
|
63
|
+
@include focused-ring(scale-color($infoButtonBg, $lightness: 50%));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&.p-button-warning:enabled:focus {
|
|
67
|
+
@include focused-ring(scale-color($warningButtonBg, $lightness: 50%));
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&.p-button-help:enabled:focus {
|
|
71
|
+
@include focused-ring(scale-color($helpButtonBg, $lightness: 50%));
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&.p-button-danger:enabled:focus {
|
|
75
|
+
@include focused-ring(scale-color($dangerButtonBg, $lightness: 50%));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.p-datatable {
|
|
80
|
+
.p-datatable-tbody {
|
|
81
|
+
> tr {
|
|
82
|
+
&.p-datatable-dragpoint-top > td {
|
|
83
|
+
box-shadow: inset 0 2px 0 0 $primaryColor;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&.p-datatable-dragpoint-bottom > td {
|
|
87
|
+
box-shadow: inset 0 -2px 0 0 $primaryColor;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.p-speeddial-item {
|
|
94
|
+
&.p-focus > .p-speeddial-action {
|
|
95
|
+
@include focused-ring(scale-color($buttonBg, $lightness: 50%));
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.p-toast-message {
|
|
100
|
+
backdrop-filter: blur(10px);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.p-inline-message-text {
|
|
104
|
+
font-weight: 500;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.p-picklist-buttons .p-button,
|
|
108
|
+
.p-orderlist-controls .p-button {
|
|
109
|
+
transition:
|
|
110
|
+
opacity $transitionDuration,
|
|
111
|
+
background-color $transitionDuration,
|
|
112
|
+
color $transitionDuration,
|
|
113
|
+
border-color $transitionDuration,
|
|
114
|
+
box-shadow $transitionDuration;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
$primaryColor: #3b82f6 !default;
|
|
2
|
-
$primaryLightColor: #bfdbfe !default;
|
|
3
|
-
$primaryDarkColor: #2563eb !default;
|
|
4
|
-
$primaryDarkerColor: #1d4ed8 !default;
|
|
5
|
-
$primaryTextColor: #ffffff !default;
|
|
6
|
-
$primary500: #3b82f6 !default;
|
|
7
|
-
|
|
8
|
-
$highlightBg: #eff6ff !default;
|
|
9
|
-
$highlightTextColor: $primaryDarkerColor !default;
|
|
10
|
-
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
-
|
|
12
|
-
@import '../_variables';
|
|
13
|
-
@import '../../base/_components';
|
|
14
|
-
@import '../_extensions';
|
|
1
|
+
$primaryColor: #3b82f6 !default;
|
|
2
|
+
$primaryLightColor: #bfdbfe !default;
|
|
3
|
+
$primaryDarkColor: #2563eb !default;
|
|
4
|
+
$primaryDarkerColor: #1d4ed8 !default;
|
|
5
|
+
$primaryTextColor: #ffffff !default;
|
|
6
|
+
$primary500: #3b82f6 !default;
|
|
7
|
+
|
|
8
|
+
$highlightBg: #eff6ff !default;
|
|
9
|
+
$highlightTextColor: $primaryDarkerColor !default;
|
|
10
|
+
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
+
|
|
12
|
+
@import '../_variables';
|
|
13
|
+
@import '../../base/_components';
|
|
14
|
+
@import '../_extensions';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
$primaryColor: #6366f1 !default;
|
|
2
|
-
$primaryLightColor: #c7d2fe !default;
|
|
3
|
-
$primaryDarkColor: #4f46e5 !default;
|
|
4
|
-
$primaryDarkerColor: #4338ca !default;
|
|
5
|
-
$primaryTextColor: #ffffff !default;
|
|
6
|
-
$primary500: #6366f1 !default;
|
|
7
|
-
|
|
8
|
-
$highlightBg: #eef2ff !default;
|
|
9
|
-
$highlightTextColor: $primaryDarkerColor !default;
|
|
10
|
-
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
-
|
|
12
|
-
@import '../_variables';
|
|
13
|
-
@import '../../base/_components';
|
|
14
|
-
@import '../_extensions';
|
|
1
|
+
$primaryColor: #6366f1 !default;
|
|
2
|
+
$primaryLightColor: #c7d2fe !default;
|
|
3
|
+
$primaryDarkColor: #4f46e5 !default;
|
|
4
|
+
$primaryDarkerColor: #4338ca !default;
|
|
5
|
+
$primaryTextColor: #ffffff !default;
|
|
6
|
+
$primary500: #6366f1 !default;
|
|
7
|
+
|
|
8
|
+
$highlightBg: #eef2ff !default;
|
|
9
|
+
$highlightTextColor: $primaryDarkerColor !default;
|
|
10
|
+
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
+
|
|
12
|
+
@import '../_variables';
|
|
13
|
+
@import '../../base/_components';
|
|
14
|
+
@import '../_extensions';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
$primaryColor: #f59e0b !default;
|
|
2
|
+
$primaryLightColor: #fde68a !default;
|
|
3
|
+
$primaryDarkColor: #d97706 !default;
|
|
4
|
+
$primaryDarkerColor: #b45309 !default;
|
|
5
|
+
$primaryTextColor: #ffffff !default;
|
|
6
|
+
$primary500: #f59e0b !default;
|
|
7
|
+
|
|
8
|
+
$highlightBg: #fffbeb !default;
|
|
9
|
+
$highlightTextColor: $primaryDarkerColor !default;
|
|
10
|
+
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
11
|
+
|
|
12
|
+
@import '../_variables';
|
|
13
|
+
@import '../../base/_components';
|
|
14
|
+
@import '../_extensions';
|
|
@@ -26,6 +26,7 @@ export declare class FileUploadComponent {
|
|
|
26
26
|
withCredentials: import("@angular/core").InputSignal<boolean, boolean>;
|
|
27
27
|
showUploadButton: import("@angular/core").InputSignal<boolean, boolean>;
|
|
28
28
|
showCancelButton: import("@angular/core").InputSignal<boolean, boolean>;
|
|
29
|
+
customUpload: import("@angular/core").InputSignal<boolean, boolean>;
|
|
29
30
|
cancelLabel: import("@angular/core").InputSignal<string, string>;
|
|
30
31
|
chooseLabel: import("@angular/core").InputSignal<string, string>;
|
|
31
32
|
uploadLabel: import("@angular/core").InputSignal<string, string>;
|
|
@@ -35,6 +36,7 @@ export declare class FileUploadComponent {
|
|
|
35
36
|
invalidFileSizeMessageDetail: import("@angular/core").InputSignal<string, string>;
|
|
36
37
|
beforeSend: EventEmitter<unknown>;
|
|
37
38
|
upload: EventEmitter<unknown>;
|
|
39
|
+
uploadHandler: EventEmitter<unknown>;
|
|
38
40
|
errors: EventEmitter<unknown>;
|
|
39
41
|
selects: EventEmitter<unknown>;
|
|
40
42
|
clear: EventEmitter<unknown>;
|
|
@@ -42,6 +44,6 @@ export declare class FileUploadComponent {
|
|
|
42
44
|
onUpload(event: UploadEvent): void;
|
|
43
45
|
onError(event: any): void;
|
|
44
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "aril-file-upload", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "url": { "alias": "url"; "required": true; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "auto": { "alias": "auto"; "required": false; "isSignal": true; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; "isSignal": true; }; "tabindex": { "alias": "tabindex"; "required": false; "isSignal": true; }; "withCredentials": { "alias": "withCredentials"; "required": false; "isSignal": true; }; "showUploadButton": { "alias": "showUploadButton"; "required": false; "isSignal": true; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; "isSignal": true; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; "isSignal": true; }; "chooseLabel": { "alias": "chooseLabel"; "required": false; "isSignal": true; }; "uploadLabel": { "alias": "uploadLabel"; "required": false; "isSignal": true; }; "invalidFileTypeMessageSummary": { "alias": "invalidFileTypeMessageSummary"; "required": false; "isSignal": true; }; "invalidFileTypeMessageDetail": { "alias": "invalidFileTypeMessageDetail"; "required": false; "isSignal": true; }; "invalidFileSizeMessageSummary": { "alias": "invalidFileSizeMessageSummary"; "required": false; "isSignal": true; }; "invalidFileSizeMessageDetail": { "alias": "invalidFileSizeMessageDetail"; "required": false; "isSignal": true; }; }, { "beforeSend": "beforeSend"; "upload": "upload"; "errors": "errors"; "selects": "selects"; "clear": "clear"; }, never, never, true, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "aril-file-upload", never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "url": { "alias": "url"; "required": true; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "auto": { "alias": "auto"; "required": false; "isSignal": true; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; "isSignal": true; }; "tabindex": { "alias": "tabindex"; "required": false; "isSignal": true; }; "withCredentials": { "alias": "withCredentials"; "required": false; "isSignal": true; }; "showUploadButton": { "alias": "showUploadButton"; "required": false; "isSignal": true; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; "isSignal": true; }; "customUpload": { "alias": "customUpload"; "required": false; "isSignal": true; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; "isSignal": true; }; "chooseLabel": { "alias": "chooseLabel"; "required": false; "isSignal": true; }; "uploadLabel": { "alias": "uploadLabel"; "required": false; "isSignal": true; }; "invalidFileTypeMessageSummary": { "alias": "invalidFileTypeMessageSummary"; "required": false; "isSignal": true; }; "invalidFileTypeMessageDetail": { "alias": "invalidFileTypeMessageDetail"; "required": false; "isSignal": true; }; "invalidFileSizeMessageSummary": { "alias": "invalidFileSizeMessageSummary"; "required": false; "isSignal": true; }; "invalidFileSizeMessageDetail": { "alias": "invalidFileSizeMessageDetail"; "required": false; "isSignal": true; }; }, { "beforeSend": "beforeSend"; "upload": "upload"; "uploadHandler": "uploadHandler"; "errors": "errors"; "selects": "selects"; "clear": "clear"; }, never, never, true, never>;
|
|
46
48
|
}
|
|
47
49
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/unwrap-tag.directive';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UnwrapTagDirective implements AfterViewInit {
|
|
4
|
+
private el;
|
|
5
|
+
constructor(el: ElementRef);
|
|
6
|
+
ngAfterViewInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UnwrapTagDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UnwrapTagDirective, "[unwraptag]", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aril-app.component-c363Er6g.mjs","sources":["../../projects/aril/boot/mfe/src/app.component.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\r\nimport { Component, NgZone, inject } from '@angular/core';\r\nimport { Router, RouterOutlet } from '@angular/router';\r\n\r\nimport { ModuleFederationToolsModule } from '@angular-architects/module-federation-tools';\r\n\r\nimport { AppLayoutComponent, AppMenuService, MFELayoutComponent } from 'aril/theme/layout';\r\nimport { PubSubService } from 'aril/util/pub-sub';\r\n\r\nimport { appName, menuItems } from './bootstrap';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\ttemplate: `\r\n\t\t@if (isHostMode) {\r\n\t\t\t<mfe-layout></mfe-layout>\r\n\t\t} @else {\r\n\t\t\t<app-layout></app-layout>\r\n\t\t}\r\n\t`,\r\n\timports: [RouterOutlet, ModuleFederationToolsModule, AppLayoutComponent, MFELayoutComponent]\r\n})\r\nexport class AppComponent {\r\n\tconstructor(\r\n\t\tprivate router: Router,\r\n\t\tpubSubService: PubSubService,\r\n\t\tappMenuService: AppMenuService\r\n\t) {\r\n\t\tif (!this.isHostMode && !(<any>globalThis).mfeZone) {\r\n\t\t\t(<any>globalThis).mfeZone = inject(NgZone);\r\n\t\t}\r\n\r\n\t\tthis.connectRouter();\r\n\r\n\t\t(<any>globalThis).activeMF = appName;\r\n\r\n\t\tpubSubService.subscribe('navigateInApps', (data: any) => {\r\n\t\t\tif (data.path.startsWith(appName, 1)) router.navigateByUrl(data.path);\r\n\t\t});\r\n\r\n\t\tif (this.isHostMode) {\r\n\t\t\tappMenuService.subMenuConfig.set({ items: structuredClone(menuItems), prefix: appName });\r\n\t\t} else {\r\n\t\t\tappMenuService.menuConfig.set({ items: structuredClone(menuItems), prefix: appName });\r\n\t\t}\r\n\t}\r\n\r\n\tisHostMode = (<any>globalThis).isHostMode;\r\n\r\n\tconnectRouter() {\r\n\t\tthis.router.initialNavigation();\r\n\r\n\t\twindow.addEventListener('popstate', () => {\r\n\t\t\tthis.router.initialNavigation();\r\n\t\t});\r\n\t}\r\n}\r\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA;MAsBa,YAAY,CAAA;AACxB,IAAA,WAAA,CACS,MAAc,EACtB,aAA4B,EAC5B,cAA8B,EAAA;QAFtB,IAAM,CAAA,MAAA,GAAN,MAAM,CAAQ;AAuBvB,QAAA,IAAA,CAAA,UAAU,GAAS,UAAW,CAAC,UAAU,CAAC;QAnBzC,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,CAAO,UAAW,CAAC,OAAO,EAAE;AAC7C,YAAA,UAAW,CAAC,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;SAC3C;QAED,IAAI,CAAC,aAAa,EAAE,CAAC;AAEf,QAAA,UAAW,CAAC,QAAQ,GAAG,OAAO,CAAC;QAErC,aAAa,CAAC,SAAS,CAAC,gBAAgB,EAAE,CAAC,IAAS,KAAI;YACvD,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC;AAAE,gBAAA,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACvE,SAAC,CAAC,CAAC;AAEH,QAAA,IAAI,IAAI,CAAC,UAAU,EAAE;AACpB,YAAA,cAAc,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,eAAe,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;SACzF;aAAM;AACN,YAAA,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,eAAe,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;SACtF;KACD;IAID,aAAa,GAAA;AACZ,QAAA,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;AAEhC,QAAA,MAAM,CAAC,gBAAgB,CAAC,UAAU,EAAE,MAAK;AACxC,YAAA,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;AACjC,SAAC,CAAC,CAAC;KACH;8GAjCW,YAAY,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,aAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,cAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,EATd,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;AAMT,CAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EACuB,2BAA2B,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,kBAAkB,EAAA,QAAA,EAAA,YAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,kBAAkB,EAAA,QAAA,EAAA,YAAA,EAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAE/E,YAAY,EAAA,UAAA,EAAA,CAAA;kBAXxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,CAAA;;;;;;AAMT,CAAA,CAAA;oBACD,OAAO,EAAE,CAAC,YAAY,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,kBAAkB,CAAC;AAC5F,iBAAA,CAAA;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aril-boot-mfe-app.component-WWRmTfs5.mjs","sources":["../../projects/aril/boot/mfe/src/app.component.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\r\nimport { Component, NgZone, inject } from '@angular/core';\r\nimport { Router, RouterOutlet } from '@angular/router';\r\n\r\nimport { ModuleFederationToolsModule } from '@angular-architects/module-federation-tools';\r\n\r\nimport { AppLayoutComponent, AppMenuService, MFELayoutComponent } from 'aril/theme/layout';\r\nimport { PubSubService } from 'aril/util/pub-sub';\r\n\r\nimport { appName, menuItems } from './bootstrap';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\ttemplate: `\r\n\t\t@if (isHostMode) {\r\n\t\t\t<mfe-layout></mfe-layout>\r\n\t\t} @else {\r\n\t\t\t<app-layout></app-layout>\r\n\t\t}\r\n\t`,\r\n\timports: [RouterOutlet, ModuleFederationToolsModule, AppLayoutComponent, MFELayoutComponent]\r\n})\r\nexport class AppComponent {\r\n\tconstructor(\r\n\t\tprivate router: Router,\r\n\t\tpubSubService: PubSubService,\r\n\t\tappMenuService: AppMenuService\r\n\t) {\r\n\t\tif (!this.isHostMode && !(<any>globalThis).mfeZone) {\r\n\t\t\t(<any>globalThis).mfeZone = inject(NgZone);\r\n\t\t}\r\n\r\n\t\tthis.connectRouter();\r\n\r\n\t\t(<any>globalThis).activeMF = appName;\r\n\r\n\t\tpubSubService.subscribe('navigateInApps', (data: any) => {\r\n\t\t\tif (data.path.startsWith(appName, 1)) router.navigateByUrl(data.path);\r\n\t\t});\r\n\r\n\t\tif (this.isHostMode) {\r\n\t\t\tappMenuService.subMenuConfig.set({ items: structuredClone(menuItems), prefix: appName });\r\n\t\t} else {\r\n\t\t\tappMenuService.menuConfig.set({ items: structuredClone(menuItems), prefix: appName });\r\n\t\t}\r\n\t}\r\n\r\n\tisHostMode = (<any>globalThis).isHostMode;\r\n\r\n\tconnectRouter() {\r\n\t\tthis.router.initialNavigation();\r\n\r\n\t\twindow.addEventListener('popstate', () => {\r\n\t\t\tthis.router.initialNavigation();\r\n\t\t});\r\n\t}\r\n}\r\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA;MAsBa,YAAY,CAAA;AACxB,IAAA,WAAA,CACS,MAAc,EACtB,aAA4B,EAC5B,cAA8B,EAAA;QAFtB,IAAM,CAAA,MAAA,GAAN,MAAM,CAAQ;AAuBvB,QAAA,IAAA,CAAA,UAAU,GAAS,UAAW,CAAC,UAAU,CAAC;QAnBzC,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,CAAO,UAAW,CAAC,OAAO,EAAE;AAC7C,YAAA,UAAW,CAAC,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;SAC3C;QAED,IAAI,CAAC,aAAa,EAAE,CAAC;AAEf,QAAA,UAAW,CAAC,QAAQ,GAAG,OAAO,CAAC;QAErC,aAAa,CAAC,SAAS,CAAC,gBAAgB,EAAE,CAAC,IAAS,KAAI;YACvD,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC;AAAE,gBAAA,MAAM,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACvE,SAAC,CAAC,CAAC;AAEH,QAAA,IAAI,IAAI,CAAC,UAAU,EAAE;AACpB,YAAA,cAAc,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,eAAe,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;SACzF;aAAM;AACN,YAAA,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,eAAe,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;SACtF;KACD;IAID,aAAa,GAAA;AACZ,QAAA,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;AAEhC,QAAA,MAAM,CAAC,gBAAgB,CAAC,UAAU,EAAE,MAAK;AACxC,YAAA,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;AACjC,SAAC,CAAC,CAAC;KACH;8GAjCW,YAAY,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,aAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,cAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,EATd,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;AAMT,CAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EACuB,2BAA2B,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,kBAAkB,EAAA,QAAA,EAAA,YAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAE,kBAAkB,EAAA,QAAA,EAAA,YAAA,EAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAE/E,YAAY,EAAA,UAAA,EAAA,CAAA;kBAXxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,CAAA;;;;;;AAMT,CAAA,CAAA;oBACD,OAAO,EAAE,CAAC,YAAY,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,kBAAkB,CAAC;AAC5F,iBAAA,CAAA;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aril-boot-mfe-aril-boot-mfe-PwAGdNZE.mjs","sources":["../../projects/aril/boot/mfe/src/appComponentLoader.ts","../../projects/aril/boot/mfe/src/loadStyles.ts","../../projects/aril/boot/mfe/src/bootstrap.ts","../../projects/aril/boot/mfe/aril-boot-mfe.ts"],"sourcesContent":["export const appComponentLoader = async () => {\r\n\tconst { AppComponent } = await import('./app.component');\r\n\treturn AppComponent;\r\n};","import { Apps } from 'aril/boot/config/apps';\r\nimport { StyleLoaderService } from 'aril/util/loaders';\r\n\r\nexport function loadStyles(styleLoaderService: StyleLoaderService, appName: Apps): () => Promise<any> {\r\n\tconst styles = [\r\n\t\t'layout.css',\r\n\t\t'ui.common.css',\r\n\t\t'preloading.css',\r\n\t\t'primeng.min.css',\r\n\t\t'theme.light.indigo.css',\r\n\t\t'dx.fluent.saas.light.css',\r\n\t\t`assets/${appName}/styles/primeflex/primeflex.min.css`,\r\n\t\t`assets/${appName}/styles/primeicons/primeicons.css`\r\n\t];\r\n\r\n\tif ((<any>globalThis).isHostMode) return () => Promise.resolve();\r\n\r\n\treturn () => styleLoaderService.load(styles);\r\n}\r\n","import { provideHttpClient, withInterceptors } from '@angular/common/http';\r\nimport { APP_INITIALIZER, ApplicationConfig, importProvidersFrom } from '@angular/core';\r\nimport { createCustomElement } from '@angular/elements';\r\nimport { createApplication } from '@angular/platform-browser';\r\nimport { provideAnimations } from '@angular/platform-browser/animations';\r\nimport {\r\n\tRoutes,\r\n\tprovideRouter,\r\n\twithComponentInputBinding,\r\n\twithHashLocation,\r\n\twithViewTransitions\r\n} from '@angular/router';\r\n\r\nimport { ConfirmationService, MenuItem, MessageService } from 'primeng/api';\r\n\r\nimport { KeycloakAngularModule } from 'keycloak-angular';\r\n\r\nimport { loadApiConfigs, setApiConfigOnMFEMode } from 'aril/boot/config/api';\r\nimport { Apps } from 'aril/boot/config/apps';\r\nimport { getNgZone, loadPlugins } from 'aril/boot/config/plugins';\r\nimport { HttpBackendService, stateMachineInterceptor } from 'aril/http';\r\nimport { i18nFolderName, i18nModule } from 'aril/i18n';\r\nimport { KeycloakManager, authInterceptor } from 'aril/keycloak';\r\nimport { StyleLoaderService } from 'aril/util/loaders';\r\n\r\nimport { appComponentLoader } from './appComponentLoader';\r\nimport { loadStyles } from './loadStyles';\r\n\r\nexport var appName: Apps;\r\nexport var menuItems: MenuItem[] = [];\r\n\r\nexport const boot = (_appName: Apps, _routes: Routes, _menuItems: MenuItem[]) => {\r\n\tif (customElements.get(`app-${_appName}`)) return;\r\n\r\n\tappName = _appName;\r\n\tmenuItems = _menuItems;\r\n\r\n\tconst appBootConfig: ApplicationConfig = {\r\n\t\tproviders: [\r\n\t\t\tprovideAnimations(),\r\n\t\t\tprovideHttpClient(withInterceptors([authInterceptor, stateMachineInterceptor])),\r\n\t\t\tprovideRouter(_routes, withComponentInputBinding(), withHashLocation(), withViewTransitions()),\r\n\t\t\timportProvidersFrom(i18nModule, KeycloakAngularModule),\r\n\t\t\tgetNgZone(),\r\n\t\t\tMessageService,\r\n\t\t\tConfirmationService,\r\n\t\t\t{\r\n\t\t\t\tprovide: APP_INITIALIZER,\r\n\t\t\t\tuseFactory: (<any>globalThis).isHostMode ? setApiConfigOnMFEMode : loadApiConfigs,\r\n\t\t\t\tmulti: true,\r\n\t\t\t\tdeps: [HttpBackendService, KeycloakManager, i18nFolderName]\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\tprovide: APP_INITIALIZER,\r\n\t\t\t\tuseFactory: loadPlugins,\r\n\t\t\t\tmulti: true,\r\n\t\t\t\tdeps: [HttpBackendService]\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\tprovide: APP_INITIALIZER,\r\n\t\t\t\tuseFactory: loadStyles,\r\n\t\t\t\tmulti: true,\r\n\t\t\t\tdeps: [StyleLoaderService, i18nFolderName]\r\n\t\t\t},\r\n\t\t\t{\r\n\t\t\t\tprovide: i18nFolderName,\r\n\t\t\t\tuseValue: _appName\r\n\t\t\t}\r\n\t\t]\r\n\t};\r\n\r\n\tcreateApplication(appBootConfig).then((appRef) => {\r\n\t\tappComponentLoader().then((AppComponent) => {\r\n\t\t\tconst app = createCustomElement(AppComponent, { injector: appRef.injector });\r\n\t\t\tcustomElements.define(`app-${appName}`, app);\r\n\t\t});\r\n\t});\r\n};\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAO,MAAM,kBAAkB,GAAG,YAAW;IAC5C,MAAM,EAAE,YAAY,EAAE,GAAG,MAAM,OAAO,4CAAiB,CAAC,CAAC;AACzD,IAAA,OAAO,YAAY,CAAC;AACrB,CAAC;;ACAe,SAAA,UAAU,CAAC,kBAAsC,EAAE,OAAa,EAAA;AAC/E,IAAA,MAAM,MAAM,GAAG;QACd,YAAY;QACZ,eAAe;QACf,gBAAgB;QAChB,iBAAiB;QACjB,wBAAwB;QACxB,0BAA0B;AAC1B,QAAA,CAAA,OAAA,EAAU,OAAO,CAAqC,mCAAA,CAAA;AACtD,QAAA,CAAA,OAAA,EAAU,OAAO,CAAmC,iCAAA,CAAA;KACpD,CAAC;IAEF,IAAU,UAAW,CAAC,UAAU;AAAE,QAAA,OAAO,MAAM,OAAO,CAAC,OAAO,EAAE,CAAC;IAEjE,OAAO,MAAM,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AAC9C;;ACUW,IAAA,QAAc;AAClB,IAAI,SAAS,GAAe,GAAG;AAEzB,MAAA,IAAI,GAAG,CAAC,QAAc,EAAE,OAAe,EAAE,UAAsB,KAAI;AAC/E,IAAA,IAAI,cAAc,CAAC,GAAG,CAAC,CAAO,IAAA,EAAA,QAAQ,EAAE,CAAC;QAAE,OAAO;IAElD,OAAO,GAAG,QAAQ,CAAC;IACnB,SAAS,GAAG,UAAU,CAAC;AAEvB,IAAA,MAAM,aAAa,GAAsB;AACxC,QAAA,SAAS,EAAE;AACV,YAAA,iBAAiB,EAAE;YACnB,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,eAAe,EAAE,uBAAuB,CAAC,CAAC,CAAC;YAC/E,aAAa,CAAC,OAAO,EAAE,yBAAyB,EAAE,EAAE,gBAAgB,EAAE,EAAE,mBAAmB,EAAE,CAAC;AAC9F,YAAA,mBAAmB,CAAC,UAAU,EAAE,qBAAqB,CAAC;AACtD,YAAA,SAAS,EAAE;YACX,cAAc;YACd,mBAAmB;AACnB,YAAA;AACC,gBAAA,OAAO,EAAE,eAAe;gBACxB,UAAU,EAAQ,UAAW,CAAC,UAAU,GAAG,qBAAqB,GAAG,cAAc;AACjF,gBAAA,KAAK,EAAE,IAAI;AACX,gBAAA,IAAI,EAAE,CAAC,kBAAkB,EAAE,eAAe,EAAE,cAAc,CAAC;AAC3D,aAAA;AACD,YAAA;AACC,gBAAA,OAAO,EAAE,eAAe;AACxB,gBAAA,UAAU,EAAE,WAAW;AACvB,gBAAA,KAAK,EAAE,IAAI;gBACX,IAAI,EAAE,CAAC,kBAAkB,CAAC;AAC1B,aAAA;AACD,YAAA;AACC,gBAAA,OAAO,EAAE,eAAe;AACxB,gBAAA,UAAU,EAAE,UAAU;AACtB,gBAAA,KAAK,EAAE,IAAI;AACX,gBAAA,IAAI,EAAE,CAAC,kBAAkB,EAAE,cAAc,CAAC;AAC1C,aAAA;AACD,YAAA;AACC,gBAAA,OAAO,EAAE,cAAc;AACvB,gBAAA,QAAQ,EAAE,QAAQ;AAClB,aAAA;AACD,SAAA;KACD,CAAC;IAEF,iBAAiB,CAAC,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,KAAI;AAChD,QAAA,kBAAkB,EAAE,CAAC,IAAI,CAAC,CAAC,YAAY,KAAI;AAC1C,YAAA,MAAM,GAAG,GAAG,mBAAmB,CAAC,YAAY,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;YAC7E,cAAc,CAAC,MAAM,CAAC,CAAA,IAAA,EAAO,OAAO,CAAE,CAAA,EAAE,GAAG,CAAC,CAAC;AAC9C,SAAC,CAAC,CAAC;AACJ,KAAC,CAAC,CAAC;AACJ;;AC7EA;;AAEG;;;;"}
|